Won't load for 0403:6007 device
Brought to you by:
bryder
For unknown to me reasons the module is not loading automatically for 0403:6007 device.
Last year i had the same problem and back then someone helped me to devise this script that was solving the issue on per-session basis:
1 2 3 4 | #!/bin/sh modprobe -v -r ftdi-sio modprobe -v ftdi-sio echo 0403 6007 > /sys/bus/usb-serial/drivers/ftdi_sio/new_id |
Is there a chance this module could load with the mentioned above device and add /dev/ttyUSB0 node automatically?
Hi there,
This isn't done by changing the driver nowadays.
You may have already found this -
http://unix.stackexchange.com/questions/67936/attaching-usb-serial-device-with-custom-pid-to-ttyusb0-on-embedded
The answer using udev will probably work.
On Wed, Sep 30, 2015 at 8:14 AM, InnerBushman innerbushman@users.sf.net
wrote:
Related
Bugs: #6