Dear John McLellan,
Something trouble on my USB 3G dongle's installation. If I want to build to get the Android 4.2 or lower, that should be OK?
Sincerely
Ken
Dear John McLellan,
Something trouble on my USB 3G dongle's installation. If I want to build to get the Android 4.2 or lower, that should be OK?
Sincerely
Ken
would like to check if any open source drivers support is there for the 3g dongle
plz share your USB 3g dongle details..
Dear Tushar Panda,
I used PPP Widget to try to connect to 3G and plug USB dongle to get these message from console as below, PPP Widget always show "No modem found".
ehci_fsl_bus_suspend begins, Host 1
ehci_fsl_bus_suspend ends, Host 1
ehci_fsl_bus_resume begins, Host 1
ehci_fsl_bus_resume ends, Host 1
usb 2-1.2: new full speed USB device number 7 using fsl-ehci
scsi8 : usb-storage 2-1.2:1.0
usb 2-1.2: USB disconnect, device number 7
usb 2-1.2: new full speed USB device number 8 using fsl-ehci
option 2-1.2:1.0: GSM modem (1-port) converter detected
usb 2-1.2: GSM modem (1-port) converter now attached to ttyUSB0
option 2-1.2:1.1: GSM modem (1-port) converter detected
usb 2-1.2: GSM modem (1-port) converter now attached to ttyUSB1
scsi11 : usb-storage 2-1.2:1.2
scsi 11:0:0:0: CD-ROM HUAWEI Mass Storage 2.31 PQ: 0 ANSI: 2
Then I checked PPP Widget website and found
Attention: Android 4.3 has changed the kernel so that loading driver modules is disabled. Nexus 7 Old still has modem drivers enabled in the kernel, but Nexus 7 New (Wifi) and Nexus 10 don't. Since there is no more way to add drivers, USB modems cannot be used with these devices anymore. Blame Google for this.
This topic is gotten from http://www.draisberghof.de/android/pppwidget.html
If I use Android 4.3, I can bind another module to solve this issue or build Android 4.2 or lower?
Sincerely
Ken
Dear Tushar Panda,
I used PPP Widget to try to connect to 3G and plug USB dongle to get these message from console as below, PPP Widget always show "No modem found".
ehci_fsl_bus_suspend begins, Host 1
ehci_fsl_bus_suspend ends, Host 1
ehci_fsl_bus_resume begins, Host 1
ehci_fsl_bus_resume ends, Host 1
usb 2-1.2: new full speed USB device number 7 using fsl-ehci
scsi8 : usb-storage 2-1.2:1.0
usb 2-1.2: USB disconnect, device number 7
usb 2-1.2: new full speed USB device number 8 using fsl-ehci
option 2-1.2:1.0: GSM modem (1-port) converter detected
usb 2-1.2: GSM modem (1-port) converter now attached to ttyUSB0
option 2-1.2:1.1: GSM modem (1-port) converter detected
usb 2-1.2: GSM modem (1-port) converter now attached to ttyUSB1
scsi11 : usb-storage 2-1.2:1.2
scsi 11:0:0:0: CD-ROM HUAWEI Mass Storage 2.31 PQ: 0 ANSI: 2
Then I checked PPP Widget website and found
Attention: Android 4.3 has changed the kernel so that loading driver modules is disabled. Nexus 7 Old still has modem drivers enabled in the kernel, but Nexus 7 New (Wifi) and Nexus 10 don't. Since there is no more way to add drivers, USB modems cannot be used with these devices anymore. Blame Google for this.
This topic is gotten from http://www.draisberghof.de/android/pppwidget.html
If I use Android 4.3, I can bind another module to solve this issue or build Android 4.2 or lower?
Sincerely
Ken
loading driver modules is disabled
They don't permit userspace drivers.
so you need to recompile kernel and bind the module with the appropriate drivers (y option) to get your dongle working.
once plugged in detect the VID:PID by lsusb.
with VID:PID you can search for any existing drivers.