Hi Eli-san.
Thank you for your reply :)
--- Those configs are work well on Ubuntu
22.04.in no conflicts.
mack@vaio0001:/etc/ola$ cat ola-ftdidmx.conf
enabled = true
frequency = 30
mack@vaio0001:/etc/ola$ cat ola-opendmx.conf
device = /dev/dmx0
enabled = false
mack@vaio0001:/etc/ola$ cat ola-usbdmx.conf
enabled = true
libusb_debug_level = 0
mack@vaio0001:/etc/ola$ cat ola-usbserial.conf
device_dir = /dev
device_prefix = ttyUSB
device_prefix = cu.usbserial-
device_prefix = ttyU
enabled = false
pro_fps_limit = 190
tri_use_raw_rdm = false
ultra_fps_limit = 40
mack@vaio0001:/etc/ola$ cat ola-uartdmx.conf
device = /dev/ttyACM0
enabled = false
mack@vaio0001:/etc/ola$
--- Those configs aren't works :( on openWRT@Fortigate FG50E.
root@OpenWrt:/etc/ola# cat ola-ftdidmx.conf
enabled = true
frequency = 30
root@OpenWrt:/etc/ola# cat ola-opendmx.conf
device = /dev/dmx0
enabled = false
root@OpenWrt:/etc/ola# cat ola-usbdmx.conf
enabled = true
libusb_debug_level = 4
root@OpenWrt:/etc/ola# cat ola-usbserial.conf
device_dir = /dev
device_prefix = ttyUSB
device_prefix = cu.usbserial-
device_prefix = ttyU
device_prefix = ttyS
device_prefix = dmx
enabled = false
pro_fps_limit = 190
tri_use_raw_rdm = false
ultra_fps_limit = 40
root@OpenWrt:/etc/ola# cat ola-uartdmx.conf
device = /dev/ttyACM0
enabled = false
Both are similar in configuration. just a debug level and device levels are different.
Ubuntu makes /dev/ttyUSB0
but openWRT could not it.just a /dev/dmx0
A different point is just here...
I tried ln -s /dev/dmx0 ttyUSB0
But that isn't succeded... :(
I know both ones say 'Confrcts with' every time following like this.