rullbandspelare
Member
Hi!
I have programed my teensy2 as a serial USB device with the "Hello World" example.
This works on a Windows7.
When i connect to the OpenWRT embedded Linux box i do not get any device to communicate with.
The /dev does not get any new devices when I connect the teensy. Just this: /dev/bus/usb/003
# lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 16c0:0483 VOTI
# dmesg
[ 1001.370000] usb 1-1: new full-speed USB device number 3 using ehci-platform
I have a bunch of driver to choose from. But I got the impression I would not need them
kmod-usb-serial-pl2303 - 3.3.8-1 - Kernel support for Prolific PL2303 USB-to-Serial converters
kmod-usb-serial-qualcomm - 3.3.8-1 - Kernel support for Qualcomm USB Serial devices (Gobi)
etc etc...
Thanks for any help!
I have programed my teensy2 as a serial USB device with the "Hello World" example.
This works on a Windows7.
When i connect to the OpenWRT embedded Linux box i do not get any device to communicate with.
The /dev does not get any new devices when I connect the teensy. Just this: /dev/bus/usb/003
# lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 16c0:0483 VOTI
# dmesg
[ 1001.370000] usb 1-1: new full-speed USB device number 3 using ehci-platform
I have a bunch of driver to choose from. But I got the impression I would not need them
kmod-usb-serial-pl2303 - 3.3.8-1 - Kernel support for Prolific PL2303 USB-to-Serial converters
kmod-usb-serial-qualcomm - 3.3.8-1 - Kernel support for Qualcomm USB Serial devices (Gobi)
etc etc...
Thanks for any help!