please choosego to mobile | Continue to access the PC version
View: 7311|Reply: 3

USB Modem Issues

[Copy link]

2

threads

3

posts

20

credits

Novice

Rank: 1

credits
20
Published in 2016-2-1 21:49:28 | Show all floors |Read mode
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

2

threads

144

posts

1066

credits

Gold member

Rank: 6Rank: 6

credits
1066
Published in 2016-2-2 00:49:39 | Show all floors
As with nearly all the other images I think you are missing the kernel-modules. Whoever made the image didn't bother compiling all the drivers because they didn't need them themselves and thought no one else would need them either. You could check from /proc/config.gz what modules it was compiled with.

2

threads

3

posts

20

credits

Novice

Rank: 1

credits
20
 Author| Published in 2016-2-2 02:15:34 | Show all floors
WereCatf replied at 2016-2-2 00:49
As with nearly all the other images I think you are missing the kernel-modules. Whoever made the ima ...

If it is missing the module(s) how would I go about installing it or them?

2

threads

30

posts

279

credits

Intermediate member

Rank: 3Rank: 3

credits
279
Published in 2016-2-2 04:15:34 | Show all floors
You must compile the kernel with the necessary modules and replace it in the system.
I just had to do to run a network card smsc7500.

In this topic you have description: http://www.orangepi.org/orangepi ... wthread&tid=495
You need to log in before you can reply login | Register

Points Rule

Quick reply Top Return list