|
I'm using Orange PI PC board, OrangePI_Jessie_Xfce.img with kernel
3.4.39. I have two modems that both work on Raspberry Pi with Raspbian:
TRENDnet TFM-561U and USRobotics USR5637
I'm try to get /dev/ttyACM0 so I can use the modem with my python
scripts.
I can't get either to work. Any help or suggestions would be greatly
appreciated. All the information I could gather below:
Only the USR modem will be seen via lsusb:
# lsusb
Bus 005 Device 002: ID 062a:4101 Creative Labs
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 003: ID 0baf:0303 U.S. Robotics
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
# dmesg
[248420.087952] ehci_irq: highspeed device connect
[248420.350137] usb 4-1: new high-speed USB device number 3 using
sunxi-ehci
# modprobe cdc_acm
modprobe: FATAL: Module cdc_acm not found.
# modprobe usbserial vendor=0x0baf product=0x0303
Returns nothing
# lsmod
Module Size Used by
8189es 887631 0
|
|