Yay – managed to get t-mobile web n walk stick working on onet+.
Learnt a lot during the various searching and playing – such as
The orange option 225 appears to be the same as the t-mobile stick
The modem setup for the t-mobile stick appears to be the same as for the dongle
The setup for the onet and onet+ are the same as the trendac, whereas the setup for the one and one+ are different, and likely to be the same as the eeepc.
None of this is confirmed, but various posts suggest this.
The final step of my puzzle to get it working was the post above – pointing to a site where someone has done all the hard work – thanks for posting it.
The steps I took were.. (there are shortcuts, but this is what I did)
1. Download the “root access†hack from
http://www.littlelinuxlaptop.com/software.htmSaving it to the download folder.
2. using software installer (“others†screen) install it as per the instructions.
3. reboot
4. test it, ctrl-alt-f3 – brings up login screen – enter “root†to login.
5. press alt-f2 to return to normal
6. download huawei.tgz: from the link in the above post. saving it in the download folder
7. enter root (ctrl-alt-f3) and change to the download directory (“cd /My documents/Download†) Note – you can use the tab key to complete directory names, so I typed “cd /M<tab>Do<tab>â€Â
8. check the previously downloaded file exists (type “ls†and look for huawei.tgz)
9. unzip the file (type “tar –zxvf huawei.tgzâ€Â) – This will create a directory called huawei containing various files.
10. move the whole directory to the root folder – probably not really necessary – type “mv huawei /rootâ€Â
11 change to the root directory “cd /rootâ€Â
12. confirm the moved directory exists. Type “ls†and look for huawei.
13. change to the huawei directory. Type “cd huaweiâ€Â
14. plug in the t-mobile stick and wait for led to start flashing.
15. run the commands from the website listed in the above post. these were:
“rmmod cp2101†(not sure what this does)
“rmmod usbserial (unloads the current serial driver)
“rmmod usb-storage†(unloads the storage driver – see below)
“./huaweiAktBbo.static†(changes mode of card – see below)
“insmod ./usbserial.o product=0x12d1 vendor=0x1003†(load new serial driver)
Notes:
The card appears to load in storage mode (but not properly) first so that windows drivers can be installed from the card – hence removal of the usb-storage module – not sure whether this will affect any existing usb disks plugged in or plugged in later – will need to test this.
The card needs to be configured to disable this “disk†option and enable the modem option – the huaweiAktBbo.static appears to do this.
The new serial driver allows the product and vendor to be specified to match the card – the values worked for my t-mobile stick but may be different for the orange one. I found that by typing “dmesg†at the command prompt and studying the output you can find these figures for any card that has been inserted.
16. Once the steps above have been completed, use alt-F2 to return to the main window and use the “mobile connection†application to connect.
The led was flashing on my stick once every second or two.
I specified “GPRS†on the drop down menu, left the account and password fields blank, and specified *99# in the phone number field. Then selected the “properties†button and entered “general.t-mobile.uk†in the access point name. (I got hese figures from the windows app that came with the stick). On the options tab I ticked both boxes to acquire dns and ip before clicking OK and CONNECT.
After 10-20 seconds the led on the stick became constant and I was connected. I can disconnect and reconnect using the “mobile connection†app.
NOTE :- every time you reboot you need to repeat from step 13.
I’m sure that someone with more time and knowledge can explain how to incorporate the settings into the boot so that steps 13 to 15 do not need to be repeated each time.
The software supplied (huawei) also contains a “load-huawei.sh†script that can be run instead of steps 15 and 16 by typing “./load-huawei.sh†This will load the stick and connect to the network and provide some ip address info, however this does not allow the “mobile connection†app to be used to connect and disconnect and does not show the connected icon at the bottom of the screen (you may feel this is an improvement) – it may also need to be modified for the orange stick as I have not tried it with this.
Hope this helps
Andy