Plugin the datacard and type : ls /dev/ttyUSB*
Check if the following files are listed
/dev/ttyUSB0 /dev/ttyUSB1 /dev/ttyUSB2 /dev/ttyUSB3
If not then,
Download the file : huaweiAktBbo.c
(http://www.kanoistika.sk/bobovsky/archiv/umts/huaweiAktBbo.c)
Type lsusb and check the output ...
It should b something like this:
sam@sam-laptop:/proc$ lsusb
Bus 005 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 005: ID 12d1:1001 Huawei Technologies Co., Ltd. E620 USB Modem
Bus 001 Device 001: ID 0000:0000
Line number 5 shows the vendor ID is 0x12d1 and product ID is 0x1001
now open the c file and search for
vendor = 0x12d1;
product = 0x1003;
and replace them with your values.
vendor = 0x12d1;
product = 0x1001;
in my case
The libusb-dev package is required to compile the c file..
To install it in Ubuntu or Debian, type:
sudo apt-get install libusb-dev
Compile:
gcc huaweiAktBbo.c -o huaweiAktBbo -lusb
Run:
sudo huaweiAktBbo
Download the GUI from betavine: (This software is provided by Vodafone R&D Lab, but it works with Airtel as well)
https://forge.betavine.net/frs/?group_id=12&release_id=116
Pick download the software whichever is applicable for you
chmod +x vodafone-mobile-connect-card-driver-for-linux-2.0.beta2-ubuntu-installer.run
./vodafone-mobile-connect-card-driver-for-linux-2.0.beta2-ubuntu-installer.run
On running the setup it might get stuck for a while downloading dependencies, so get a cup of coffee and get back. If it is still not done then wait. If there is a message 'Installation complete' then everthing is fine.
Once the software is installed, run it from applications --> internet --> vodafone.
A window will pop up listing the devices found. Press ok if your device is listed. Then make a new profile.
Give a profile name, username and password (if it is not to authenticate your account then give some random values). Choose your connection type and authentication mode and then give the APN. For example, for airtel india users it is airtelgprs.com. Check it with your service provider.
It's done. Now connect and enjoy.
Note: If you are using Airtel USB E/GPRS modem (Micromax MMX610U ), download the following patch and use the wvdial command: usb_mmx.patch.txt (1.2 KB- created by halfconscious from http://www.linuxforums.org/forum/ubuntu-help/114086-problem-airtel-data-card-usb-conf.html)
Tags:
Saturday, February 28, 2009
Make a GSM data card(like Airtel, Vodafone data cards) work in Linux
·
Labels: Linux
Subscribe to:
Post Comments (Atom)
Check out my new blog:
Translation
Recent Posts
Who's Online?
Pageviews Today
About Me
嗨,我是花,居住在印度兴奋的Windows,Linux中国的外籍人士和所有高科技的东西
Receive updates for free
Labels
- Tips 'n' Tricks (171)
- Windows Vista (105)
- Website/ Blogging (91)
- General (88)
- Windows XP (84)
- Internet (59)
- Windows 7 (54)
- Software (43)
- Mobile-Tips and Tricks (35)
- Review (28)
- Security (28)
- SEO Tools (25)
- iPhone (17)
- Linux (14)
- Windows Mobile (14)
- mac (13)
- Mobile (12)
- MS Office (7)
- Hardware (6)
- Windows 98 (6)
- Zune (6)
- Games (4)
- Mobile Reviews (3)
- Disclaimer (2)
Blog Archive
- June (2)
- May (2)
- August (2)
- July (1)
- June (1)
- May (2)
- April (4)
- March (4)
- February (1)
- December (2)
- November (1)
- November (1)
- June (2)
- May (28)
- April (54)
- March (83)
- February (60)
- January (57)
- December (48)
- November (17)
- October (28)
- September (22)
- August (19)
- July (34)
- June (59)
- May (1)
- April (5)
- March (22)
- February (5)
- January (31)
0 comments:
Post a Comment