[Solved] How to automatically run ‘sudo modprobe -r ftdi_sio’ whenever the device is plugged into my computer
One option would be to “blacklist” the ftdi_sio module to stop it being loaded automatically. To do that create the following file: /etc/modprobe.d/ftdi_sio-blacklist.conf # This is a comment. Change it if you want. blacklist ftdi_sio 0 solved How to automatically run ‘sudo modprobe -r ftdi_sio’ whenever the device is plugged into my computer