Power & Source of Big Ideas

4G USB Modem

Moderators: chensy, FATechsupport

hy

I use a me909s-120 Modem on a Odroid Xu4 machine which works fine. On the Odroid as soon as I plug the Modem into the USB 5 new USB devices are recognized.
However when I do the same on my Neo Core 2 no USB devices are installed.
Here is the output of de dmesg after plugin the USB Modem:

Code: Select all

[  349.595673] usb 4-1: new high-speed USB device number 3 using ehci-platform
[  349.759045] cdc_ether 4-1:2.0 wwan0: register 'cdc_ether' at usb-1c1c000.usb-1, Mobile Broadband Network Device, 02:1e:10:1f:00:00


lsubs shows:

Code: Select all

Bus 004 Device 003: ID 12d1:15c1 Huawei Technologies Co., Ltd.


I also tried the usb_modesiwtch but this might only be needed with those USB stick with integrated SD-Card reader:

Code: Select all

sudo usb_modeswitch -J -v 0x12d1 -p 0x15c1


And also modprobe usbserial did not help:

Code: Select all

modprobe usbserial vendor=0x12d1 product=0x15c1


So can pls someone help me to initialize those USB connections?


PS. on the Odroid XU4 the dmesg looks like this:

Code: Select all

[  231.045732] usb 1-1: new high-speed USB device number 2 using exynos-ehci
[  231.197745] usb 1-1: New USB device found, idVendor=12d1, idProduct=15c1
[  231.197755] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  231.197761] usb 1-1: Product: HUAWEI Mobile V7R11
[  231.197768] usb 1-1: Manufacturer: Huawei Technologies Co., Ltd.
[  231.197774] usb 1-1: SerialNumber: 0123456789ABCDEF
[  231.202227] cdc_ether 1-1:2.0 usb0: register 'cdc_ether' at usb-12110000.usb:-1, CDC Ethernet Device, 02:1e:10:1f:00:00
[  231.203459] option 1-1:2.2: GSM modem (1-port) converter detected
[  231.203799] usb 1-1: GSM modem (1-port) converter now attached to ttyUSB0
[  231.204544] option 1-1:2.3: GSM modem (1-port) converter detected
[  231.204843] usb 1-1: GSM modem (1-port) converter now attached to ttyUSB1
[  231.205399] option 1-1:2.4: GSM modem (1-port) converter detected
[  231.205760] usb 1-1: GSM modem (1-port) converter now attached to ttyUSB2
[  231.206437] option 1-1:2.5: GSM modem (1-port) converter detected
[  231.206767] usb 1-1: GSM modem (1-port) converter now attached to ttyUSB3
[  231.207414] option 1-1:2.6: GSM modem (1-port) converter detected
[  231.207728] usb 1-1: GSM modem (1-port) converter now attached to ttyUSB4


Andy
here are also the usb-devices output of the Odroid XU4

Code: Select all

T:  Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  2 Spd=480 MxCh= 0
D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=ff MxPS=64 #Cfgs=  3
P:  Vendor=12d1 ProdID=15c1 Rev=01.02
S:  Manufacturer=Huawei Technologies Co., Ltd.
S:  Product=HUAWEI Mobile V7R11
S:  SerialNumber=0123456789ABCDEF
C:  #Ifs= 7 Cfg#= 2 Atr=a0 MxPwr=2mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=02(commc) Sub=06 Prot=00 Driver=cdc_ether
I:  If#= 1 Alt= 0 #EPs= 2 Cls=0a(data ) Sub=06 Prot=00 Driver=cdc_ether
I:  If#= 2 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=06 Prot=10 Driver=option
I:  If#= 3 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=06 Prot=13 Driver=option
I:  If#= 4 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=06 Prot=12 Driver=option
I:  If#= 5 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=06 Prot=06 Driver=option
I:  If#= 6 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=06 Prot=1b Driver=option


and the Neo Core 2

Code: Select all

T:  Bus=04 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  3 Spd=480 MxCh= 0
D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=ff MxPS=64 #Cfgs=  3
P:  Vendor=12d1 ProdID=15c1 Rev=01.02
S:  Manufacturer=Huawei Technologies Co., Ltd.
S:  Product=HUAWEI Mobile V7R11
S:  SerialNumber=0123456789ABCDEF
C:  #Ifs= 7 Cfg#= 2 Atr=a0 MxPwr=2mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=02(commc) Sub=06 Prot=00 Driver=cdc_ether
I:  If#= 1 Alt= 0 #EPs= 2 Cls=0a(data ) Sub=06 Prot=00 Driver=cdc_ether
I:  If#= 2 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=06 Prot=10 Driver=(none)
I:  If#= 3 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=06 Prot=13 Driver=(none)
I:  If#= 4 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=06 Prot=12 Driver=(none)
I:  If#= 5 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=06 Prot=06 Driver=(none)
I:  If#= 6 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=06 Prot=1b Driver=(none)


The main difference ist that for the last 5 "devices" on the Neo core 2 "none" is written where on the Odroid Xu4 "option"

Who is online

In total there are 27 users online :: 0 registered, 0 hidden and 27 guests (based on users active over the past 5 minutes)
Most users ever online was 5185 on Wed Jan 22, 2020 1:44 pm

Users browsing this forum: No registered users and 27 guests