Closed Oldes closed 12 months ago
I resolved it by removing ftdi_sio
first...:
sudo rmmod ftdi_sio
sudo insmod dmx_usb.ko
When no other FTDI serial device is needed, ftdi_sio
may be blacklists to prevent loading it again after reboot using:
echo "# ftdi_sio conflicts with dmx_usb module so blacklist it here to avoid automatic loading." > /etc/modprobe.d/blacklist-ftdi_sio.conf
echo "blacklist ftdi_sio" >> /etc/modprobe.d/blacklist-ftdi_sio.conf
Hi, I have this system installed on my RPi4B:
I need to control LED light connected with Enttec's Open DMX USB device.
I'm able to compile the module after installing kernel headers:
But when I install the compiled module using:
I don't have
/dev/dmx0
as is expected in thedmx_usb_test
. This is what I see, when I connect the device to my RPi:Any idea, how to make the module working on my setup?