04-22-2007, 02:36 PM | #1 |
Member
Posts: 22
Karma: 68
Join Date: Mar 2007
|
iLiad and 3G wireless modem
Hello everyone,
I have just managed to "convince" my Vodafone Smartmodem (a 3G/HSDPA wireless modem on Vodafone Romania) to talk to the iLiad via USB serial (the usbserial module - see the other thread in this section of the forum). The modem appears to work fine (I can connect to it, send it AT commands, etc). I've also compiled the PPPD package and the kernel PPP modules, tomorrow I will try to make it connect via PPP. If that works, I'll publish the entire procedure and the necessary modules here. As a teaser, I'm attaching a photo of the iLiad hooked up to the Vodafone modem. Looks like an alien contraption but it works . R. |
04-23-2007, 08:42 AM | #2 | |
Uebermensch
Posts: 2,583
Karma: 1094606
Join Date: Jul 2003
Location: Italy
Device: Kindle
|
Quote:
|
|
Advert | |
|
04-23-2007, 02:22 PM | #3 |
Member
Posts: 22
Karma: 68
Join Date: Mar 2007
|
And it works! Downloading at 1Mbps wirelessly with no WiFi in sight is very nice .
Here's how you can make it work (provided that you have a Vodafone Smartmodem - it can probably be adapter for other devices too). 1. Get the attached file and unzip it to your SD or MMC card (it has hardcoded paths to /media/card/ , so if you want to use a compact flash card make sure you change all references from /media/card to /media/cf). 2. Open a SSH session or start the mrxvt terminal and issue the following commands (my comments start with #, ignore them when you type) ---------- cd /media/card/ppp/ # this is needed for the huaweiAktBbo application to find the libusb library export LD_LIBRARY_PATH=/media/card/ppp/ insmod ./usbserial.o insmod ./slhc.o insmod ./ppp_generic.o insmod ./ppp_async.o insmod ./ppp_deflate.o insmod ./bsd_comp.o # this one is probably not needed but what the heck ... insmod ./ppp_synctty.o # connect the modem to the device if you haven't done so already ./huaweiAktBbo # some mumbo jumbo in Slovak will be displayed - this is some code I found on the Internet and recompiled for the iLiad. It makes the modem switch from "USB storage" mode to "modem" mode (the modem also contains an USB storage part with the Windows drivers and Linux normally detects only that part, not the modem). # and now the final step sbin/pppd file vodafone ---------------------------------------- After the connection is established, you can do "route del default; route add default dev ppp0" and go on the Net through your new wireless connection . The usbserial module has been recompiled to allow for higher speeds (the "maxSize" patch). I've managed to download at around 1Mbps with it. Obviously, if you're not in Romania you would need to change the "vodafone" file that contains the username/password to access the internet APN and the "vodafone-init.chat" file that contains the name of the APN to use. If someone feels like packaging this nicely for general use, go right ahead! I would try to do this myself but I have a very busy week ahead of me so it will probably take me a while. Anyway, have fun! I can't wait to test web browsing on the go in the bus . Razvan Last edited by drazvan; 04-23-2007 at 04:26 PM. |
05-29-2007, 10:05 AM | #4 |
Junior Member
Posts: 1
Karma: 10
Join Date: May 2007
Device: I-mate K-Jam
|
Linux connection?
Hello,
Thanks a bunch for the valuable info. Do you (or someone else) have any experience on establishing Internet connection using the SmartModem you have mentioned with another device running Linux OS? This info is very important for me any kind of help is highly appreciated.. PSR Last edited by passerida; 05-29-2007 at 10:23 AM. |
05-29-2007, 11:27 AM | #5 |
Banned
Posts: 1,300
Karma: 1479
Join Date: Jul 2006
Location: Peoples Republic of Washington
Device: Reader / iPhone / Librie / Kindle
|
If you are in Seattle, WA USA this script will get your iLiad onto the free 3G network they provide via WiFi on some of the Metro busses here.
Code:
wireless.sh start KingCountyMetro |
Advert | |
|
08-08-2008, 02:50 AM | #6 |
Junior Member
Posts: 2
Karma: 10
Join Date: May 2008
Device: iLiad
|
Has anybody else got this working. I get an error message 'Failed to open /dev/ttyUSB0: No such device' when starting pppd.
|
09-21-2008, 10:35 AM | #7 |
Junior Member
Posts: 3
Karma: 10
Join Date: Sep 2008
Device: Iliad
|
Is it possible to have a script that runs all the commands automatically?
So just a single file you can click on in the Iliad menu? |
02-13-2009, 07:07 AM | #8 |
Junior Member
Posts: 1
Karma: 10
Join Date: Feb 2009
Device: none
|
iLiad and 3G wireless modem
hi
Thanks a bunch for the valuable info. Do you (or someone else) have any experience on establishing Internet connection using the SmartModem you have mentioned with another device running Linux OS? www.staffingpower.com sentersoftech. |
02-13-2009, 11:33 AM | #9 |
Developer
Posts: 345
Karma: 3473
Join Date: Apr 2007
Location: Brooklyn, NY, USA
Device: iRex iLiad v1, Blackberry Tour, Kindle DX, iPad.
|
Wow. In spite of this thread being resurrected by spam, I find the OP highly cool. I had no idea that someone had done this once.
This leads me to an obvious mod proposal: internal USB 3G card + feedbooks app = iLiad with Kindle functionality. Win! |
02-14-2009, 08:06 PM | #10 | |
Addict
Posts: 325
Karma: 1725
Join Date: Dec 2007
Location: Münster, Germany
Device: iRex iLiad v2
|
Quote:
Edit: The Huawei E169 is an UMTS USB stick that would possibly fit inside the iLiads cover. I found some pics from another guy who soldered that one into his netbook... Should I give it a try and buy one? Don't know... Last edited by -Thomas-; 02-14-2009 at 09:29 PM. |
|
02-17-2009, 01:31 PM | #11 |
Addict
Posts: 325
Karma: 1725
Join Date: Dec 2007
Location: Münster, Germany
Device: iRex iLiad v2
|
Just for your info, my USB UMTS stick (Huawei E169) will arrive tomorrow, and I plan to integrate Web access through connectionMgr. The necessary basics are already available, I will modify the dialup procedure mainly used for CF modems (which is done in /usr/bin/dialup.sh or so). This should be the easiest way to enable usual Web access as well as things like automatic downloaders.
If that works I will check whether the stick fits inside the device's backplane And if that works I will have a Kindle that is not as fugly as the original one |
02-22-2009, 07:45 AM | #12 |
Addict
Posts: 325
Karma: 1725
Join Date: Dec 2007
Location: Münster, Germany
Device: iRex iLiad v2
|
To run in danger of boring you, but I received my stick and got it working with iLiad's connectionMgr. It now syncs flawlessly over the air, so I'm able to update News feeds etc. over a UMTS connection. Expect some file releases at the end of the week
The stick draws about 40 mA at 5V (=200mW) when it's offline. Compared to the 300mW (78mA * 3.7V) the iLiad draws when it's idle, this is quiet high. Total battery time would be reduced to ~6 hours when you always have your stick connected. That's the reason why I won't install the stick behind iLiad's backplane... I'll leave that exercise to someone else Last edited by -Thomas-; 02-22-2009 at 07:51 AM. Reason: Picture added |
02-22-2009, 08:22 AM | #13 |
Junior Member
Posts: 2
Karma: 10
Join Date: Feb 2009
Device: Iliad
|
This really would be great! I hope it will also be possible to install the files for a LINUX-NOOB like me.
|
02-22-2009, 08:29 AM | #14 |
Addict
Posts: 325
Karma: 1725
Join Date: Dec 2007
Location: Münster, Germany
Device: iRex iLiad v2
|
I'll try to make it as one-click-installable as possible, but nonetheless some configuration will be necessary. There are settings that differ depending on your network provider (username, APN) and your UMTS stick (PIN of your sim card, device type etc.). But I hope these settings will be done in a single file only, so it should be quiet easy.
|
02-22-2009, 08:31 AM | #15 |
JSR FFD2
Posts: 305
Karma: 1045
Join Date: Aug 2008
Location: Rotterdam, Netherlands, Europe, Sol 3
Device: iliad
|
Cool! Nice pen too
|
Thread Tools | Search this Thread |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
iLiad iLiad as a wireless Wacom tablet for my desktop | hudson | iRex Developer's Corner | 29 | 06-07-2009 07:49 AM |
Iliad Wireless and battery life | deepinon | iRex | 1 | 07-04-2008 04:40 AM |
Iliad as wireless printer? | eterps | iRex | 5 | 05-14-2008 06:14 PM |
iLiad and ad hoc wireless connection | ragdoll | iRex | 7 | 01-28-2008 04:32 AM |
Zune and Iliad: Parallel wireless stories? | ali | iRex | 8 | 10-05-2006 08:54 AM |