Hi,
THIS IS OBSOLTE PLEASE CHECK http://forum.xda-developers.com/show...php?p=10617881
Quote:
Originally Posted by Dexter_nlb
if the driver and usb handling is added, we can probably make it work..
Toshiba already included a driver for some SonyEricsson card, and if Malata T2 has a driver, we can re-use theirs for sure..
I'm not stopping anyone here :) would be great if huawei devices would work, i got 2 here i can test with..
|
Attached is update.zip with a recompiled kernel.
Here are the changes:
* Added drivers for USB datacard (especially huawei)
* Added a lot of USB-Serial drivers
* Added support for DVB devices - maybe someone want to watch TV using a DVB-T stick on the folio
* Removed SMB driver - it is obsolete - CIFS should be used insted
* Added support for a few USB Ethernet cards
* Added USBFS support
THIS IS OBSOLTE PLEASE CHECK http://forum.xda-developers.com/show...php?p=10617881
You can now connect the huawei datacard to the folio and it will be recognized by the kernel. The next part is to add the userspace apps to control the modem.
Here is the dmesg of connecting a Huawei K3765-HV (Vodafone):
Code:
<6>[ 481.811357] usb 2-1.2: new high speed USB device using tegra-ehci and address 3
<6>[ 481.859931] usb 2-1.2: New USB device found, idVendor=12d1, idProduct=1001
<6>[ 481.866823] usb 2-1.2: New USB device strings: Mfr=3, Product=2, SerialNumber=0
<6>[ 481.874178] usb 2-1.2: Product: HUAWEI Mobile
<6>[ 481.878543] usb 2-1.2: Manufacturer: HUAWEI Technology
<6>[ 481.884588] usb 2-1.2: configuration #1 chosen from 1 choice
<6>[ 481.912162] option 2-1.2:1.0: GSM modem (1-port) converter detected
<6>[ 481.936345] usb 2-1.2: GSM modem (1-port) converter now attached to ttyUSB0
<6>[ 481.959700] option 2-1.2:1.1: GSM modem (1-port) converter detected
<6>[ 481.974394] usb 2-1.2: GSM modem (1-port) converter now attached to ttyUSB1
<6>[ 481.984637] option 2-1.2:1.2: GSM modem (1-port) converter detected
<6>[ 481.993997] usb 2-1.2: GSM modem (1-port) converter now attached to ttyUSB2
Important:
The Huawei datacards present only the internal storage when connected to a PC/device without the correct userspace programms. Before connecting it to the Folio you must disable the internal storage of the Huawei datacard. Otherwise only the internal storage will be detected by the Folio.
You can do this in Windows by opening the correct COM port with Hyper Terminal or Putty and enter:
In order to avoid this step we should add (
usb_modeswitch) into the folio firmware. There is also a static arm build availible.
Update 1.1:
I have also added USBFS support to the kernel. This is required by usb_modeswitch.
You can also use lsusb now.
Before using lsusb you must mount it first:
Code:
mount -t usbfs -o devmode=0666 none /proc/bus/usb
THIS IS OBSOLTE PLEASE CHECK http://forum.xda-developers.com/show...php?p=10617881
Update 1.2:
I have added ppp-async and sync support to the kernel and also activated the ril servie.
It is possible to connect to GSM / UMTS networks with a custom ppp script now.