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:
lsubs shows:
I also tried the usb_modesiwtch but this might only be needed with those USB stick with integrated SD-Card reader:
And also modprobe usbserial did not help:
So can pls someone help me to initialize those USB connections?
PS. on the Odroid XU4 the dmesg looks like this:
Andy
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