<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: Hacking BSNL EvDO on Linux</title>
	<atom:link href="http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/</link>
	<description>Reaching out to others..</description>
	<lastBuildDate>Fri, 12 Mar 2010 14:26:13 +0500</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Omshivaprkash H L</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-2/#comment-11057</link>
		<dc:creator>Omshivaprkash H L</dc:creator>
		<pubDate>Wed, 10 Mar 2010 17:46:34 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-11057</guid>
		<description>Hi Vinayak, 

Thanks for liking the article.

Please flush the iptables and save the rules. Following commands should help you. 

iptables -F
service iptables save 


Regards,
Shiv</description>
		<content:encoded><![CDATA[<p>Hi Vinayak, </p>
<p>Thanks for liking the article.</p>
<p>Please flush the iptables and save the rules. Following commands should help you. </p>
<p>iptables -F<br />
service iptables save </p>
<p>Regards,<br />
Shiv</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vinayak</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-2/#comment-11056</link>
		<dc:creator>vinayak</dc:creator>
		<pubDate>Wed, 10 Mar 2010 15:24:43 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-11056</guid>
		<description>Nice article...

Can you please help me set Iptables rules in centos + cpanel server..I have to flush iptables each time to connect my server via ftp..

Thanks!</description>
		<content:encoded><![CDATA[<p>Nice article&#8230;</p>
<p>Can you please help me set Iptables rules in centos + cpanel server..I have to flush iptables each time to connect my server via <a href="http://ftp." rel="nofollow">http://ftp.</a>.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mugo FM</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-2/#comment-11044</link>
		<dc:creator>Mugo FM</dc:creator>
		<pubDate>Wed, 03 Mar 2010 09:11:02 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-11044</guid>
		<description>Hallo Shiv,

1). After looking around for sometime, i found one script which changes the modem status from a mass storage device into a modem. I copied and saved it under: /etc/udev.d/15-zte-mf622.rules

http://blog.ufsoft.org/zte-mf622-usb-modem-under-linux

#--------------------------------------------------------
ACTION!=&quot;add&quot;, GOTO=&quot;ZTE_End&quot;

# Is this the ZeroCD device?
SUBSYSTEM==&quot;usb&quot;, SYSFS{idProduct}==&quot;ffff&quot;,
SYSFS{idVendor}==&quot;19d2&quot;, GOTO=&quot;ZTE_ZeroCD&quot;

# Is this the actual modem?
SUBSYSTEM==&quot;usb&quot;, SYSFS{idProduct}==&quot;ffff&quot;,
SYSFS{idVendor}==&quot;19d2&quot;, GOTO=&quot;ZTE_Modem&quot;

LABEL=&quot;ZTE_ZeroCD&quot;
# This is the ZeroCD part of the card, remove
# the usb_storage kernel module so
# it does not get treated like a storage device
RUN+=&quot;/sbin/rmmod usb_storage&quot;

LABEL=&quot;ZTE_Modem&quot;
# This is the Modem part of the card, let&#039;s
# load usbserial with the correct vendor
# and product ID&#039;s so we get our usb serial devices
RUN+=&quot;/sbin/modprobe usbserial vendor=0x19d2 product=0xffff&quot;,
# Make users belonging to the dialout group
# able to use the usb serial devices.
MODE=&quot;660&quot;, GROUP=&quot;dialout&quot;

LABEL=&quot;ZTE_End&quot;
#-----------------------------------------------------------


(2).then checked whether the modem device was being recognized 

root@Mybabe:~# lsusb
Bus 002 Device 002: ID 19d2:ffff ONDA Communication S.p.A. 
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 

(3). then checked on system log messages as you advised:

root@Mybabe:~# tail -f /var/log/messages 
Mar  3 11:10:45 Mybabe kernel: [   13.218707] iwl3945 0000:02:00.0: firmware: requesting iwlwifi-3945-2.ucode
Mar  3 11:10:46 Mybabe kernel: [   13.504833] iwl3945 0000:02:00.0: loaded firmware version 15.32.2.9
Mar  3 11:10:46 Mybabe kernel: [   13.538673] Synaptics Touchpad, model: 1, fw: 6.3, id: 0x1a0b1, caps: 0xa04713/0x200000
Mar  3 11:10:46 Mybabe kernel: [   13.578596] Registered led device: iwl-phy0::radio
Mar  3 11:10:46 Mybabe kernel: [   13.578622] Registered led device: iwl-phy0::assoc
Mar  3 11:10:46 Mybabe kernel: [   13.578683] Registered led device: iwl-phy0::RX
Mar  3 11:10:46 Mybabe kernel: [   13.578704] Registered led device: iwl-phy0::TX
Mar  3 11:10:46 Mybabe kernel: [   13.590041] ADDRCONF(NETDEV_UP): wlan0: link is not ready
Mar  3 11:10:46 Mybabe kernel: [   13.625645] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input7
Mar  3 11:10:46 Mybabe kernel: [   14.165848] HDA Intel 0000:00:1b.0: PCI INT A -&gt; GSI 22 (level, low) -&gt; IRQ 22
Mar  3 11:13:33 Mybabe kernel: [  180.488659] CE: hpet increasing min_delta_ns to 15000 nsec

(4). after failing to see the modem, i disconnected and reconnected it from/into its usb port 

Mar  3 11:13:34 Mybabe kernel: [  181.936198] usb 2-2: USB disconnect, address 2
Mar  3 11:13:34 Mybabe kernel: [  181.936554] generic ttyUSB0: generic converter now disconnected from ttyUSB0
Mar  3 11:13:34 Mybabe kernel: [  181.936592] usbserial_generic 2-2:1.0: device disconnected
Mar  3 11:13:37 Mybabe kernel: [  184.492160] usb 2-2: new full speed USB device using uhci_hcd and address 3
Mar  3 11:13:37 Mybabe kernel: [  184.646642] usb 2-2: configuration #1 chosen from 1 choice
Mar  3 11:13:37 Mybabe kernel: [  184.649712] usbserial_generic 2-2:1.0: generic converter detected
Mar  3 11:13:37 Mybabe kernel: [  184.649839] usb 2-2: generic converter now attached to ttyUSB0


(5). i then copied and saved your script, making it an executable file through chmod with midnight commander

     do_start () {
    #
    # Mount a tmpfs on /dev/shm
    #
    SHM_OPT=
    [ &quot;${SHM_SIZE:=$TMPFS_SIZE}&quot; ] &amp;&amp; SHM_OPT=”-osize=$SHM_SIZE”
    domount tmpfs shmfs /dev/shm $SHM_OPT

    #
    # Mount /dev/pts. Create master ptmx node if needed.
    #
    domount devpts “” /dev/pts -ogid=$TTYGRP,mode=$TTYMODE

    #
    # Magic to make /proc/bus/usb work
    #
    mkdir -p /dev/bus/usb/.usbfs
    domount usbfs “” /dev/bus/usb/.usbfs -obusmode=0700,devmode=0600,listmode=0644
    ln -s .usbfs/devices /dev/bus/usb/devices
    mount –rbind /dev/bus/usb /proc/bus/usb
    } 


(6). root@Mybabe:~# /etc/init.d/mountdevsubfs.sh restart 


(7). then initiated wvdial.conf 

root@Mybabe:~# wvdialconf /etc/wvdial.conf 

Editing `/etc/wvdial.conf&#039;.

Scanning your serial ports for a modem.

Modem Port Scan: S0   S1   S2   S3   
WvModem: Cannot get information for serial port.
ttyUSB0: ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud
ttyUSB0: ATQ0 V1 E1 -- failed with 9600 baud, next try: 9600 baud
ttyUSB0: ATQ0 V1 E1 -- and failed too at 115200, giving up.


Sorry, no modem was detected!  Is it in use by another program?
Did you configure it properly with setserial?

Please read the FAQ at http://open.nit.ca/wiki/?WvDial

If you still have problems, send mail to .

The problem of modem recognition is still there.

Question: could there be a reason as to why the modem is not being recognized by Wvdial? Could it be that it is regarded as a generic converter and not a modem (see sys msgs)?
Thank you again for taking your time to help out here ;-)</description>
		<content:encoded><![CDATA[<p>Hallo Shiv,</p>
<p>1). After looking around for sometime, i found one script which changes the modem status from a mass storage device into a modem. I copied and saved it under: /etc/udev.d/15-zte-mf622.rules</p>
<p><a href="http://blog.ufsoft.org/zte-mf622-usb-modem-under-linux" rel="nofollow">http://blog.ufsoft.org/zte-mf6.....nder-linux</a></p>
<p>#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
ACTION!=&#8221;add&#8221;, GOTO=&#8221;ZTE_End&#8221;</p>
<p># Is this the ZeroCD device?<br />
SUBSYSTEM==&#8221;usb&#8221;, SYSFS{idProduct}==&#8221;ffff&#8221;,<br />
SYSFS{idVendor}==&#8221;19d2&#8243;, GOTO=&#8221;ZTE_ZeroCD&#8221;</p>
<p># Is this the actual modem?<br />
SUBSYSTEM==&#8221;usb&#8221;, SYSFS{idProduct}==&#8221;ffff&#8221;,<br />
SYSFS{idVendor}==&#8221;19d2&#8243;, GOTO=&#8221;ZTE_Modem&#8221;</p>
<p>LABEL=&#8221;ZTE_ZeroCD&#8221;<br />
# This is the ZeroCD part of the card, remove<br />
# the usb_storage kernel module so<br />
# it does not get treated like a storage device<br />
RUN+=&#8221;/sbin/rmmod usb_storage&#8221;</p>
<p>LABEL=&#8221;ZTE_Modem&#8221;<br />
# This is the Modem part of the card, let&#8217;s<br />
# load usbserial with the correct vendor<br />
# and product ID&#8217;s so we get our usb serial devices<br />
RUN+=&#8221;/sbin/modprobe usbserial vendor=0&#215;19d2 product=0xffff&#8221;,<br />
# Make users belonging to the dialout group<br />
# able to use the usb serial devices.<br />
MODE=&#8221;660&#8243;, GROUP=&#8221;dialout&#8221;</p>
<p>LABEL=&#8221;ZTE_End&#8221;<br />
#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>(2).then checked whether the modem device was being recognized </p>
<p><a href="mailto:root@Mybabe:~#">root@Mybabe:~#</a> lsusb<br />
Bus 002 Device 002: ID 19d2:ffff ONDA Communication S.p.A.<br />
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub<br />
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub<br />
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub<br />
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub<br />
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub</p>
<p>(3). then checked on system log messages as you advised:</p>
<p><a href="mailto:root@Mybabe:~#">root@Mybabe:~#</a> tail -f /var/log/messages<br />
Mar  3 11:10:45 Mybabe kernel: [   13.218707] iwl3945 0000:02:00.0: firmware: requesting iwlwifi-3945-2.ucode<br />
Mar  3 11:10:46 Mybabe kernel: [   13.504833] iwl3945 0000:02:00.0: loaded firmware version 15.32.2.9<br />
Mar  3 11:10:46 Mybabe kernel: [   13.538673] Synaptics Touchpad, model: 1, fw: 6.3, id: 0&#215;1a0b1, caps: 0xa04713/0&#215;200000<br />
Mar  3 11:10:46 Mybabe kernel: [   13.578596] Registered led device: iwl-phy0::radio<br />
Mar  3 11:10:46 Mybabe kernel: [   13.578622] Registered led device: iwl-phy0::assoc<br />
Mar  3 11:10:46 Mybabe kernel: [   13.578683] Registered led device: iwl-phy0::RX<br />
Mar  3 11:10:46 Mybabe kernel: [   13.578704] Registered led device: iwl-phy0::TX<br />
Mar  3 11:10:46 Mybabe kernel: [   13.590041] ADDRCONF(NETDEV_UP): wlan0: link is not ready<br />
Mar  3 11:10:46 Mybabe kernel: [   13.625645] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input7<br />
Mar  3 11:10:46 Mybabe kernel: [   14.165848] HDA Intel 0000:00:1b.0: PCI INT A -&gt; GSI 22 (level, low) -&gt; IRQ 22<br />
Mar  3 11:13:33 Mybabe kernel: [  180.488659] CE: hpet increasing min_delta_ns to 15000 nsec</p>
<p>(4). after failing to see the modem, i disconnected and reconnected it from/into its usb port </p>
<p>Mar  3 11:13:34 Mybabe kernel: [  181.936198] usb 2-2: USB disconnect, address 2<br />
Mar  3 11:13:34 Mybabe kernel: [  181.936554] generic ttyUSB0: generic converter now disconnected from ttyUSB0<br />
Mar  3 11:13:34 Mybabe kernel: [  181.936592] usbserial_generic 2-2:1.0: device disconnected<br />
Mar  3 11:13:37 Mybabe kernel: [  184.492160] usb 2-2: new full speed USB device using uhci_hcd and address 3<br />
Mar  3 11:13:37 Mybabe kernel: [  184.646642] usb 2-2: configuration #1 chosen from 1 choice<br />
Mar  3 11:13:37 Mybabe kernel: [  184.649712] usbserial_generic 2-2:1.0: generic converter detected<br />
Mar  3 11:13:37 Mybabe kernel: [  184.649839] usb 2-2: generic converter now attached to ttyUSB0</p>
<p>(5). i then copied and saved your script, making it an executable file through chmod with midnight commander</p>
<p>     do_start () {<br />
    #<br />
    # Mount a tmpfs on /dev/shm<br />
    #<br />
    SHM_OPT=<br />
    [ "${SHM_SIZE:=$TMPFS_SIZE}" ] &amp;&amp; SHM_OPT=”-osize=$SHM_SIZE”<br />
    domount tmpfs shmfs /dev/shm $SHM_OPT</p>
<p>    #<br />
    # Mount /dev/pts. Create master ptmx node if needed.<br />
    #<br />
    domount devpts “” /dev/pts -ogid=$TTYGRP,mode=$TTYMODE</p>
<p>    #<br />
    # Magic to make /proc/bus/usb work<br />
    #<br />
    mkdir -p /dev/bus/usb/.usbfs<br />
    domount usbfs “” /dev/bus/usb/.usbfs -obusmode=0700,devmode=0600,listmode=0644<br />
    ln -s .usbfs/devices /dev/bus/usb/devices<br />
    mount –rbind /dev/bus/usb /proc/bus/usb<br />
    } </p>
<p>(6). <a href="mailto:root@Mybabe:~#">root@Mybabe:~#</a> /etc/init.d/mountdevsubfs.sh restart </p>
<p>(7). then initiated wvdial.conf </p>
<p><a href="mailto:root@Mybabe:~#">root@Mybabe:~#</a> wvdialconf /etc/wvdial.conf </p>
<p>Editing `/etc/wvdial.conf&#8217;.</p>
<p>Scanning your serial ports for a modem.</p>
<p>Modem Port Scan: S0   S1   S2   S3<br />
WvModem: Cannot get information for serial port.<br />
ttyUSB0: ATQ0 V1 E1 &#8212; failed with 2400 baud, next try: 9600 baud<br />
ttyUSB0: ATQ0 V1 E1 &#8212; failed with 9600 baud, next try: 9600 baud<br />
ttyUSB0: ATQ0 V1 E1 &#8212; and failed too at 115200, giving up.</p>
<p>Sorry, no modem was detected!  Is it in use by another program?<br />
Did you configure it properly with setserial?</p>
<p>Please read the FAQ at <a href="http://open.nit.ca/wiki/?WvDial" rel="nofollow">http://open.nit.ca/wiki/?WvDial</a></p>
<p>If you still have problems, send mail to .</p>
<p>The problem of modem recognition is still there.</p>
<p>Question: could there be a reason as to why the modem is not being recognized by Wvdial? Could it be that it is regarded as a generic converter and not a modem (see sys msgs)?<br />
Thank you again for taking your time to help out here <img src='http://platonic.techfiz.info/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TechFiz</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-2/#comment-11042</link>
		<dc:creator>TechFiz</dc:creator>
		<pubDate>Tue, 02 Mar 2010 15:39:39 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-11042</guid>
		<description>Hi Mugo,

Thanks for your response. 

As you&#039;re using Ubuntu 9.10, Right click on Network Manager (Network Icon on the top bar) and select Edit connection. Visit Mobile Broadband tab and create a connection for your service provider and save the settings. Also, you can set this connection to auto connect so you need not have to click on the network manager and then enable the connection manually. Once this is done, remove your ZTE card and put that back online. This should let you get connected. If you don&#039;t find it working, ensure that you have the latest kernel on the system. 

Also while checking your previous message, I found that the file which you&#039;re trying to use for insmod is not available and also /var/log/messages are not showing the device being detected.. You should check /var/log/messages while you&#039;re inserting the USB drive to capture the system messages. That should tell you whats wrong with your device. 

Let me know how my suggestions work for you. 

All the best.</description>
		<content:encoded><![CDATA[<p>Hi Mugo,</p>
<p>Thanks for your response. </p>
<p>As you&#8217;re using Ubuntu 9.10, Right click on Network Manager (Network Icon on the top bar) and select Edit connection. Visit Mobile Broadband tab and create a connection for your service provider and save the settings. Also, you can set this connection to auto connect so you need not have to click on the network manager and then enable the connection manually. Once this is done, remove your ZTE card and put that back online. This should let you get connected. If you don&#8217;t find it working, ensure that you have the latest kernel on the system. </p>
<p>Also while checking your previous message, I found that the file which you&#8217;re trying to use for insmod is not available and also /var/log/messages are not showing the device being detected.. You should check /var/log/messages while you&#8217;re inserting the USB drive to capture the system messages. That should tell you whats wrong with your device. </p>
<p>Let me know how my suggestions work for you. </p>
<p>All the best.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mugo FM</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-2/#comment-11040</link>
		<dc:creator>Mugo FM</dc:creator>
		<pubDate>Tue, 02 Mar 2010 08:05:30 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-11040</guid>
		<description>Hallo Shiv,

i am writing from Kenya and find you eloquence very commendable...thanks for sharing so much with a wider audience out there.

i recently installed Ubuntu 9.10 with kernel 2.6.31-14-generic and have been trying to configure my ZTE EV-DO AC8710 modem to get online. i followed your instructions/experience on this page to the letter, changing respective parameters where necessary in order to fit my situation. i paste the systems response...the modem does not get recognized for reasons i dont know. here we go:

root@Mybabe:~# tail -f /var/log/messages
Mar  2 10:16:31 Mybabe kernel: [   13.072532] iwl3945 0000:02:00.0: firmware: requesting iwlwifi-3945-2.ucode
Mar  2 10:16:31 Mybabe kernel: [   13.373687] iwl3945 0000:02:00.0: loaded firmware version 15.32.2.9
Mar  2 10:16:31 Mybabe kernel: [   13.457257] Registered led device: iwl-phy0::radio
Mar  2 10:16:31 Mybabe kernel: [   13.457353] Registered led device: iwl-phy0::assoc
Mar  2 10:16:31 Mybabe kernel: [   13.457399] Registered led device: iwl-phy0::RX
Mar  2 10:16:31 Mybabe kernel: [   13.457442] Registered led device: iwl-phy0::TX
Mar  2 10:16:32 Mybabe kernel: [   13.477137] ADDRCONF(NETDEV_UP): wlan0: link is not ready
Mar  2 10:16:33 Mybabe kernel: [   14.825546] ADDRCONF(NETDEV_UP): eth0: link is not ready
Mar  2 10:16:34 Mybabe kernel: [   16.282010] ppdev: user-space parallel port driver
Mar  2 10:20:00 Mybabe kernel: [  221.488605] CE: hpet increasing min_delta_ns to 15000 nsec


copied and saved your script to change usb to modem, inserting vedor&amp;product ids; then  

root@Mybabe:~# lsusb
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 19d2:ffff ONDA Communication S.p.A. 
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
root@Mybabe:~# 


root@Mybabe:~# modprobe usbserial vendor=0x19d2 product=0xffff
root@Mybabe:~#
(no output)


root@Mybabe:~# lsusb -v &#124; grep ONDA
Bus 002 Device 002: ID 19d2:ffff ONDA Communication S.p.A. 
idVendor           0x19d2 ONDA Communication S.p.A.


root@Mybabe:~# wvdialconf /etc/wvdial.conf
Editing `/etc/wvdial.conf&#039;.

Scanning your serial ports for a modem.

Modem Port Scan: S0   S1   S2   S3   
WvModem: Cannot get information for serial port.
ttyUSB0: ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud
ttyUSB0: ATQ0 V1 E1 -- failed with 9600 baud, next try: 9600 baud
ttyUSB0: ATQ0 V1 E1 -- and failed too at 115200, giving up.

Sorry, no modem was detected!  Is it in use by another program?
Did you configure it properly with setserial?

Please read the FAQ at http://open.nit.ca/wiki/?WvDial

If you still have problems, send mail to .
root@Mybabe:~# 



root@Mybabe:~# insmod /lib/modules/2.6.31-14-generic/kernel/drivers/usb/serial/airprime.ko
insmod: can&#039;t read &#039;/lib/modules/2.6.31-14-generic/kernel/drivers/usb/serial/airprime.ko&#039;: No such file or directory
root@Mybabe:~# 

thanks for taking your time ;-)</description>
		<content:encoded><![CDATA[<p>Hallo Shiv,</p>
<p>i am writing from Kenya and find you eloquence very commendable&#8230;thanks for sharing so much with a wider audience out there.</p>
<p>i recently installed Ubuntu 9.10 with kernel 2.6.31-14-generic and have been trying to configure my ZTE EV-DO AC8710 modem to get online. i followed your instructions/experience on this page to the letter, changing respective parameters where necessary in order to fit my situation. i paste the systems response&#8230;the modem does not get recognized for reasons i dont know. here we go:</p>
<p><a href="mailto:root@Mybabe:~#">root@Mybabe:~#</a> tail -f /var/log/messages<br />
Mar  2 10:16:31 Mybabe kernel: [   13.072532] iwl3945 0000:02:00.0: firmware: requesting iwlwifi-3945-2.ucode<br />
Mar  2 10:16:31 Mybabe kernel: [   13.373687] iwl3945 0000:02:00.0: loaded firmware version 15.32.2.9<br />
Mar  2 10:16:31 Mybabe kernel: [   13.457257] Registered led device: iwl-phy0::radio<br />
Mar  2 10:16:31 Mybabe kernel: [   13.457353] Registered led device: iwl-phy0::assoc<br />
Mar  2 10:16:31 Mybabe kernel: [   13.457399] Registered led device: iwl-phy0::RX<br />
Mar  2 10:16:31 Mybabe kernel: [   13.457442] Registered led device: iwl-phy0::TX<br />
Mar  2 10:16:32 Mybabe kernel: [   13.477137] ADDRCONF(NETDEV_UP): wlan0: link is not ready<br />
Mar  2 10:16:33 Mybabe kernel: [   14.825546] ADDRCONF(NETDEV_UP): eth0: link is not ready<br />
Mar  2 10:16:34 Mybabe kernel: [   16.282010] ppdev: user-space parallel port driver<br />
Mar  2 10:20:00 Mybabe kernel: [  221.488605] CE: hpet increasing min_delta_ns to 15000 nsec</p>
<p>copied and saved your script to change usb to modem, inserting vedor&amp;product ids; then  </p>
<p><a href="mailto:root@Mybabe:~#">root@Mybabe:~#</a> lsusb<br />
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub<br />
Bus 002 Device 002: ID 19d2:ffff ONDA Communication S.p.A.<br />
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub<br />
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub<br />
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub<br />
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub<br />
<a href="mailto:root@Mybabe:~#">root@Mybabe:~#</a> </p>
<p><a href="mailto:root@Mybabe:~#">root@Mybabe:~#</a> modprobe usbserial vendor=0&#215;19d2 product=0xffff<br />
<a href="mailto:root@Mybabe:~#">root@Mybabe:~#</a><br />
(no output)</p>
<p><a href="mailto:root@Mybabe:~#">root@Mybabe:~#</a> lsusb -v | grep ONDA<br />
Bus 002 Device 002: ID 19d2:ffff ONDA Communication S.p.A.<br />
idVendor           0&#215;19d2 ONDA Communication S.p.A.</p>
<p><a href="mailto:root@Mybabe:~#">root@Mybabe:~#</a> wvdialconf /etc/wvdial.conf<br />
Editing `/etc/wvdial.conf&#8217;.</p>
<p>Scanning your serial ports for a modem.</p>
<p>Modem Port Scan: S0   S1   S2   S3<br />
WvModem: Cannot get information for serial port.<br />
ttyUSB0: ATQ0 V1 E1 &#8212; failed with 2400 baud, next try: 9600 baud<br />
ttyUSB0: ATQ0 V1 E1 &#8212; failed with 9600 baud, next try: 9600 baud<br />
ttyUSB0: ATQ0 V1 E1 &#8212; and failed too at 115200, giving up.</p>
<p>Sorry, no modem was detected!  Is it in use by another program?<br />
Did you configure it properly with setserial?</p>
<p>Please read the FAQ at <a href="http://open.nit.ca/wiki/?WvDial" rel="nofollow">http://open.nit.ca/wiki/?WvDial</a></p>
<p>If you still have problems, send mail to .<br />
<a href="mailto:root@Mybabe:~#">root@Mybabe:~#</a> </p>
<p><a href="mailto:root@Mybabe:~#">root@Mybabe:~#</a> insmod /lib/modules/2.6.31-14-generic/kernel/drivers/usb/serial/airprime.ko<br />
insmod: can&#8217;t read &#8216;/lib/modules/2.6.31-14-generic/kernel/drivers/usb/serial/airprime.ko&#8217;: No such file or directory<br />
<a href="mailto:root@Mybabe:~#">root@Mybabe:~#</a> </p>
<p>thanks for taking your time <img src='http://platonic.techfiz.info/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TechFiz</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-2/#comment-10983</link>
		<dc:creator>TechFiz</dc:creator>
		<pubDate>Fri, 29 Jan 2010 04:15:01 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-10983</guid>
		<description>Haroon,

Check for the nameservers in /etc/resolv.conf If you don&#039;t find any add the following line into that

nameserver 4.2.2.2

If you still don&#039;t get to work with it, get back to me with the out put of the following command

route -n</description>
		<content:encoded><![CDATA[<p>Haroon,</p>
<p>Check for the nameservers in /etc/resolv.conf If you don&#8217;t find any add the following line into that</p>
<p>nameserver 4.2.2.2</p>
<p>If you still don&#8217;t get to work with it, get back to me with the out put of the following command</p>
<p>route -n</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Haroon</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-2/#comment-10982</link>
		<dc:creator>Haroon</dc:creator>
		<pubDate>Thu, 28 Jan 2010 23:44:08 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-10982</guid>
		<description>I tried the config...
It shows connected but i cannot load pages
What I did:
http://pastebin.com/m7d91b832
wvdial.conf
http://pastebin.com/f4e2e0950
please help.
.</description>
		<content:encoded><![CDATA[<p>I tried the config&#8230;<br />
It shows connected but i cannot load pages<br />
What I did:<br />
<a href="http://pastebin.com/m7d91b832" rel="nofollow">http://pastebin.com/m7d91b832</a><br />
wvdial.conf<br />
<a href="http://pastebin.com/f4e2e0950" rel="nofollow">http://pastebin.com/f4e2e0950</a><br />
please help.<br />
.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naveen</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-2/#comment-10039</link>
		<dc:creator>Naveen</dc:creator>
		<pubDate>Thu, 13 Aug 2009 05:16:11 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-10039</guid>
		<description>I spoke to someone at customer support and they said it is not possible.. While u verify the info, i will try to find some hacks too.. ;-)

Thanks again for all the help!!

C ya!</description>
		<content:encoded><![CDATA[<p>I spoke to someone at customer support and they said it is not possible.. While u verify the info, i will try to find some hacks too.. <img src='http://platonic.techfiz.info/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Thanks again for all the help!!</p>
<p>C ya!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TechFiz</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-2/#comment-10038</link>
		<dc:creator>TechFiz</dc:creator>
		<pubDate>Thu, 13 Aug 2009 05:06:38 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-10038</guid>
		<description>I don&#039;t think there is an option available for us to switch between the providers as of now.  I shall verify on this with some one. You can give a try and talk to some one at customer support. 

Regarding unauthorized usage.... Yes, if you use a wrong phone number you will not be able to get connected. Its better than BSNL user id and passwords :)</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think there is an option available for us to switch between the providers as of now.  I shall verify on this with some one. You can give a try and talk to some one at customer support. </p>
<p>Regarding unauthorized usage&#8230;. Yes, if you use a wrong phone number you will not be able to get connected. Its better than BSNL user id and passwords <img src='http://platonic.techfiz.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naveen</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-2/#comment-10037</link>
		<dc:creator>Naveen</dc:creator>
		<pubDate>Thu, 13 Aug 2009 04:41:12 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-10037</guid>
		<description>Also, I want to know what measure the service providers take to prevent unauthorized usage.. Do they register the card hardware ID with the username and password before providing service OR would anyone who knows the username and password connect with different EVDO cards??

Thanks!!</description>
		<content:encoded><![CDATA[<p>Also, I want to know what measure the service providers take to prevent unauthorized usage.. Do they register the card hardware ID with the username and password before providing service OR would anyone who knows the username and password connect with different EVDO cards??</p>
<p>Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naveen</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-2/#comment-10036</link>
		<dc:creator>Naveen</dc:creator>
		<pubDate>Thu, 13 Aug 2009 04:36:36 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-10036</guid>
		<description>Thanks for the speedy response.. But im not sure if I was clear enough on what I intend to do. 
Let me explain it better. 

I wanted to buy a BSNL EVDO CARD (AC8700) and use it with the BSNL service for sometime but i would be spending about Rs. 3500 to buy the card. Now at a later point in time if i want to use the same AC 8700 card with a reliance netconnect service, would it be possible??

So in plain terms, is it possible to purchase a EVDO card of my choice from service provider A (BSNL/RELIANCE/TATA) and then use the same card with service provider B in case i wish to change service providers without the necessity of buying a new EVDO card?

Also, do you know if there is a PCMCIA card to USB adapter available? I&#039;m thinking of a possiblity to connect the MY39 PCMCIA card to USB slot of my desktop/laptop.

A fast response would be appreciated again.. 
Thanks much in advance. Please keep up the good work.</description>
		<content:encoded><![CDATA[<p>Thanks for the speedy response.. But im not sure if I was clear enough on what I intend to do.<br />
Let me explain it better. </p>
<p>I wanted to buy a BSNL EVDO CARD (AC8700) and use it with the BSNL service for sometime but i would be spending about Rs. 3500 to buy the card. Now at a later point in time if i want to use the same AC 8700 card with a reliance netconnect service, would it be possible??</p>
<p>So in plain terms, is it possible to purchase a EVDO card of my choice from service provider A (BSNL/RELIANCE/TATA) and then use the same card with service provider B in case i wish to change service providers without the necessity of buying a new EVDO card?</p>
<p>Also, do you know if there is a PCMCIA card to USB adapter available? I&#8217;m thinking of a possiblity to connect the MY39 PCMCIA card to USB slot of my desktop/laptop.</p>
<p>A fast response would be appreciated again..<br />
Thanks much in advance. Please keep up the good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TechFiz</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-2/#comment-10035</link>
		<dc:creator>TechFiz</dc:creator>
		<pubDate>Thu, 13 Aug 2009 03:14:38 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-10035</guid>
		<description>Hi Naveen,

The procedure of setting up the data card is same.. take the backup of wvdial.conf and setup the device again...
 You have instructions on my blog for Reliance card as well.. I will put up one for TataIndicom in a day or two after testing its performance.</description>
		<content:encoded><![CDATA[<p>Hi Naveen,</p>
<p>The procedure of setting up the data card is same.. take the backup of wvdial.conf and setup the device again&#8230;<br />
 You have instructions on my blog for Reliance card as well.. I will put up one for TataIndicom in a day or two after testing its performance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naveen</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-2/#comment-10034</link>
		<dc:creator>Naveen</dc:creator>
		<pubDate>Thu, 13 Aug 2009 03:04:57 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-10034</guid>
		<description>Hi, I checked that BSNL is providing ZTE MY39 which is rev.0 and would only offer 2.4 Mbps.. but reliance and tata have better cards on offer. 

My question is if i purchase evdo card from BSNL, can i configure it to be used with reliance or tata later and vice versa.. how does it work??</description>
		<content:encoded><![CDATA[<p>Hi, I checked that BSNL is providing ZTE MY39 which is rev.0 and would only offer 2.4 Mbps.. but reliance and tata have better cards on offer. </p>
<p>My question is if i purchase evdo card from BSNL, can i configure it to be used with reliance or tata later and vice versa.. how does it work??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TechFiz</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-2/#comment-9925</link>
		<dc:creator>TechFiz</dc:creator>
		<pubDate>Tue, 21 Jul 2009 12:13:19 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-9925</guid>
		<description>Sanath,

I&#039;m not sure about BSNL. I have used BSNL EvDO when they were providing CDMA connectivity. Not really sure about their new network support. 

If you&#039;re promised with a better with bandwidth, try it from some other place. You might be facing problem with the signals. 

Regards,
Shiv</description>
		<content:encoded><![CDATA[<p>Sanath,</p>
<p>I&#8217;m not sure about BSNL. I have used BSNL EvDO when they were providing CDMA connectivity. Not really sure about their new network support. </p>
<p>If you&#8217;re promised with a better with bandwidth, try it from some other place. You might be facing problem with the signals. </p>
<p>Regards,<br />
Shiv</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sanath</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-2/#comment-9924</link>
		<dc:creator>Sanath</dc:creator>
		<pubDate>Tue, 21 Jul 2009 05:53:25 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-9924</guid>
		<description>Hi ,
I bought the EVDO card newly , found that by default it is  making use of CDMA 1 x network which is very slow, how can I configure the card to use EVDO network, OS is Ubantu
On the card orange colour light is blinking which tells its using CDMA 1X nerwork, it should show Green colour for EVDO network, my house is nearby EVDO tower only.


Thanks,
Sanath</description>
		<content:encoded><![CDATA[<p>Hi ,<br />
I bought the EVDO card newly , found that by default it is  making use of CDMA 1 x network which is very slow, how can I configure the card to use EVDO network, OS is Ubantu<br />
On the card orange colour light is blinking which tells its using CDMA 1X nerwork, it should show Green colour for EVDO network, my house is nearby EVDO tower only.</p>
<p>Thanks,<br />
Sanath</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BSNL EVDO Card,Installation Procedure for Linux. &#124; Arrow Webzine</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-2/#comment-9911</link>
		<dc:creator>BSNL EVDO Card,Installation Procedure for Linux. &#124; Arrow Webzine</dc:creator>
		<pubDate>Tue, 14 Jul 2009 07:57:16 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-9911</guid>
		<description>[...] http://platonic.techfiz.info/2008/03/04/ha&#8230;-evdo-on-linux/   Written by Nyjil in: Notebook Computers &#124; Tags: Automobile broadband.CDMA Automobile broadband, [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://platonic.techfiz.info/2008/03/04/ha&#8230;-evdo-on-linux/" rel="nofollow">http://platonic.techfiz.info/2.....-on-linux/</a>   Written by Nyjil in: Notebook Computers | Tags: Automobile broadband.CDMA Automobile broadband, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eshant</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-2/#comment-2743</link>
		<dc:creator>Eshant</dc:creator>
		<pubDate>Fri, 20 Feb 2009 04:26:01 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-2743</guid>
		<description>I am using ultimate ubuntu 2.0(based on 8.10 intrepid), browsing is very-very slow than vista(1 Mbps approx), please help,

one more pro- How to install updates b/c device is giving only 10-20 kBps and become unknown after some secs.</description>
		<content:encoded><![CDATA[<p>I am using ultimate ubuntu 2.0(based on 8.10 intrepid), browsing is very-very slow than vista(1 Mbps approx), please help,</p>
<p>one more pro- How to install updates b/c device is giving only 10-20 kBps and become unknown after some secs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TechFiz</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-2/#comment-2594</link>
		<dc:creator>TechFiz</dc:creator>
		<pubDate>Sat, 14 Feb 2009 08:30:41 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-2594</guid>
		<description>Let me know which OS Distribution  you&#039;re using. I recommend you to my new post - http://platonic.techfiz.info/2008/04/05/bsnl-ev-do-works-on-hardy/ - here you need not worry about the usb files mentioned in earlier articles.</description>
		<content:encoded><![CDATA[<p>Let me know which OS Distribution  you&#8217;re using. I recommend you to my new post &#8211; <a href="http://platonic.techfiz.info/2008/04/05/bsnl-ev-do-works-on-hardy/" rel="nofollow">http://platonic.techfiz.info/2.....-on-hardy/</a> &#8211; here you need not worry about the usb files mentioned in earlier articles.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eshant</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-2/#comment-2579</link>
		<dc:creator>Eshant</dc:creator>
		<pubDate>Fri, 13 Feb 2009 13:36:53 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-2579</guid>
		<description>Feb 13 19:13:33 eshant-desktop kernel: [  531.480016] usb 1-2: new full speed USB device using uhci_hcd and address 4
Feb 13 19:13:34 eshant-desktop kernel: [  532.156016] usb 1-2: new full speed USB device using uhci_hcd and address 5
Feb 13 19:13:35 eshant-desktop kernel: [  532.888020] usb 1-2: new full speed USB device using uhci_hcd and address 6
Feb 13 19:13:35 eshant-desktop kernel: [  533.416015] usb 1-2: new full speed USB device using uhci_hcd and address 7
Feb 13 19:13:39 eshant-desktop kernel: [  537.044031] usb 1-2: new full speed USB device using uhci_hcd and address 8
Feb 13 19:13:39 eshant-desktop kernel: [  537.203740] usb 1-2: configuration #1 chosen from 1 choice
Feb 13 19:13:39 eshant-desktop kernel: [  537.206468] option 1-2:1.0: GSM modem (1-port) converter detected
Feb 13 19:13:39 eshant-desktop kernel: [  537.206889] usb 1-2: GSM modem (1-port) converter now attached to ttyUSB0
Feb 13 19:13:39 eshant-desktop kernel: [  537.210906] option 1-2:1.1: GSM modem (1-port) converter detected
Feb 13 19:13:39 eshant-desktop kernel: [  537.211296] usb 1-2: GSM modem (1-port) converter now attached to ttyUSB1
Feb 13 19:13:39 eshant-desktop kernel: [  537.214110] option 1-2:1.2: GSM modem (1-port) converter detected
Feb 13 19:13:39 eshant-desktop kernel: [  537.214231] usb 1-2: GSM modem (1-port) converter now attached to ttyUSB2
Feb 13 19:13:39 eshant-desktop kernel: [  537.222654] option 1-2:1.3: GSM modem (1-port) converter detected
Feb 13 19:13:39 eshant-desktop kernel: [  537.222920] usb 1-2: GSM modem (1-port) converter now attached to ttyUSB3</description>
		<content:encoded><![CDATA[<p>Feb 13 19:13:33 eshant-desktop kernel: [  531.480016] usb 1-2: new full speed USB device using uhci_hcd and address 4<br />
Feb 13 19:13:34 eshant-desktop kernel: [  532.156016] usb 1-2: new full speed USB device using uhci_hcd and address 5<br />
Feb 13 19:13:35 eshant-desktop kernel: [  532.888020] usb 1-2: new full speed USB device using uhci_hcd and address 6<br />
Feb 13 19:13:35 eshant-desktop kernel: [  533.416015] usb 1-2: new full speed USB device using uhci_hcd and address 7<br />
Feb 13 19:13:39 eshant-desktop kernel: [  537.044031] usb 1-2: new full speed USB device using uhci_hcd and address 8<br />
Feb 13 19:13:39 eshant-desktop kernel: [  537.203740] usb 1-2: configuration #1 chosen from 1 choice<br />
Feb 13 19:13:39 eshant-desktop kernel: [  537.206468] option 1-2:1.0: GSM modem (1-port) converter detected<br />
Feb 13 19:13:39 eshant-desktop kernel: [  537.206889] usb 1-2: GSM modem (1-port) converter now attached to ttyUSB0<br />
Feb 13 19:13:39 eshant-desktop kernel: [  537.210906] option 1-2:1.1: GSM modem (1-port) converter detected<br />
Feb 13 19:13:39 eshant-desktop kernel: [  537.211296] usb 1-2: GSM modem (1-port) converter now attached to ttyUSB1<br />
Feb 13 19:13:39 eshant-desktop kernel: [  537.214110] option 1-2:1.2: GSM modem (1-port) converter detected<br />
Feb 13 19:13:39 eshant-desktop kernel: [  537.214231] usb 1-2: GSM modem (1-port) converter now attached to ttyUSB2<br />
Feb 13 19:13:39 eshant-desktop kernel: [  537.222654] option 1-2:1.3: GSM modem (1-port) converter detected<br />
Feb 13 19:13:39 eshant-desktop kernel: [  537.222920] usb 1-2: GSM modem (1-port) converter now attached to ttyUSB3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eshant</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-2/#comment-2561</link>
		<dc:creator>Eshant</dc:creator>
		<pubDate>Fri, 13 Feb 2009 06:06:19 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-2561</guid>
		<description>now , BSNL is providing new ZTE device with calling feature. I got y shape usb xtension cable with it. i m facing pro in this method:

1. done

2. done

3. done but nothing is inside /proc/bus/usb/.usbfs

4.Qualcomm is not being described.

stopped</description>
		<content:encoded><![CDATA[<p>now , BSNL is providing new ZTE device with calling feature. I got y shape usb xtension cable with it. i m facing pro in this method:</p>
<p>1. done</p>
<p>2. done</p>
<p>3. done but nothing is inside /proc/bus/usb/.usbfs</p>
<p>4.Qualcomm is not being described.</p>
<p>stopped</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mahendra</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-2/#comment-1627</link>
		<dc:creator>mahendra</dc:creator>
		<pubDate>Tue, 13 Jan 2009 10:09:59 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-1627</guid>
		<description>and yes......i cannot surf internet</description>
		<content:encoded><![CDATA[<p>and yes&#8230;&#8230;i cannot surf internet</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mahendra</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-2/#comment-1626</link>
		<dc:creator>mahendra</dc:creator>
		<pubDate>Tue, 13 Jan 2009 10:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-1626</guid>
		<description>I&#039;ve done everything........whenever i run wvdial.....all the steps were carried out fine except the lat two line which says.....

primary dns address 4.2.2.2
secondary dns address 4.2.2.3

I dont think it should be like this.......where am i going wrong....

please help me.....iam getting frustrated now</description>
		<content:encoded><![CDATA[<p>I&#8217;ve done everything&#8230;&#8230;..whenever i run wvdial&#8230;..all the steps were carried out fine except the lat two line which says&#8230;..</p>
<p>primary dns address 4.2.2.2<br />
secondary dns address 4.2.2.3</p>
<p>I dont think it should be like this&#8230;&#8230;.where am i going wrong&#8230;.</p>
<p>please help me&#8230;..iam getting frustrated now</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Priyadarshi</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-2/#comment-1516</link>
		<dc:creator>Priyadarshi</dc:creator>
		<pubDate>Thu, 08 Jan 2009 12:36:22 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-1516</guid>
		<description>Thank you Shiv,
I sorted it out yesterday. The whole thing had issues with Passphrase. And the moment i made a change with seahorse command in a pop up window,sorrow was over. It got connected in no time. thanks a lot again.</description>
		<content:encoded><![CDATA[<p>Thank you Shiv,<br />
I sorted it out yesterday. The whole thing had issues with Passphrase. And the moment i made a change with seahorse command in a pop up window,sorrow was over. It got connected in no time. thanks a lot again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TechFiz</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-2/#comment-1482</link>
		<dc:creator>TechFiz</dc:creator>
		<pubDate>Tue, 06 Jan 2009 04:28:40 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-1482</guid>
		<description>Priyadarshi,

I recommend you to remove the modem, check the output in /var/log/messages. and the plug it back in and once again see the device being initialized in /var/log/messages. Only then you can go ahead and get connected. Other wise, you once again have to go through the steps mentioned in my article.</description>
		<content:encoded><![CDATA[<p>Priyadarshi,</p>
<p>I recommend you to remove the modem, check the output in /var/log/messages. and the plug it back in and once again see the device being initialized in /var/log/messages. Only then you can go ahead and get connected. Other wise, you once again have to go through the steps mentioned in my article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sunil</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-2/#comment-1380</link>
		<dc:creator>sunil</dc:creator>
		<pubDate>Sat, 03 Jan 2009 08:50:51 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-1380</guid>
		<description>iam using ubbubtu 8.04 after doing the steps igit
hacker@hacker-laptop:/$  sudo wvdial
--&gt; WvDial: Internet dialer version 1.60
--&gt; Cannot get information for serial port.
--&gt; Initializing modem.
--&gt; Sending: ATZ
ATZ
OK
--&gt; Sending: ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0
ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0
OK
--&gt; Modem initialized.
--&gt; Sending: ATDT#777
--&gt; Waiting for carrier.
ATDT#777
CONNECT
--&gt; Carrier detected.  Starting PPP immediately.
--&gt; Starting pppd at Sat Jan  3 23:02:55 2009
--&gt; Pid of pppd: 6958
--&gt; Using interface ppp0
--&gt; local  IP address 10.2.0.15
--&gt; remote IP address 10.64.64.64
--&gt; primary   DNS address 218.248.240.79
--&gt; secondary DNS address 218.248.240.135</description>
		<content:encoded><![CDATA[<p>iam using ubbubtu 8.04 after doing the steps igit<br />
<a href="mailto:hacker@hacker-laptop:/$">hacker@hacker-laptop:/$</a>  sudo wvdial<br />
&#8211;&gt; WvDial: Internet dialer version 1.60<br />
&#8211;&gt; Cannot get information for serial port.<br />
&#8211;&gt; Initializing modem.<br />
&#8211;&gt; Sending: ATZ<br />
ATZ<br />
OK<br />
&#8211;&gt; Sending: ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0<br />
ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0<br />
OK<br />
&#8211;&gt; Modem initialized.<br />
&#8211;&gt; Sending: ATDT#777<br />
&#8211;&gt; Waiting for carrier.<br />
ATDT#777<br />
CONNECT<br />
&#8211;&gt; Carrier detected.  Starting PPP immediately.<br />
&#8211;&gt; Starting pppd at Sat Jan  3 23:02:55 2009<br />
&#8211;&gt; Pid of pppd: 6958<br />
&#8211;&gt; Using interface ppp0<br />
&#8211;&gt; local  IP address 10.2.0.15<br />
&#8211;&gt; remote IP address 10.64.64.64<br />
&#8211;&gt; primary   DNS address 218.248.240.79<br />
&#8211;&gt; secondary DNS address 218.248.240.135</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Priyadarshi</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-2/#comment-948</link>
		<dc:creator>Priyadarshi</dc:creator>
		<pubDate>Fri, 19 Dec 2008 11:42:06 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-948</guid>
		<description>pn@pn-laptop:~$ tail /var/log/messages
Dec 19 17:06:15 pn-laptop dhcdbd: message_handler: message handler not found under /com/redhat/dhcp/wlan0 for sub-path wlan0.dbus.get.host_name
Dec 19 17:06:15 pn-laptop dhcdbd: message_handler: message handler not found under /com/redhat/dhcp/wlan0 for sub-path wlan0.dbus.get.domain_name
Dec 19 17:06:15 pn-laptop dhcdbd: message_handler: message handler not found under /com/redhat/dhcp/wlan0 for sub-path wlan0.dbus.get.nis_domain
Dec 19 17:06:15 pn-laptop dhcdbd: message_handler: message handler not found under /com/redhat/dhcp/wlan0 for sub-path wlan0.dbus.get.nis_servers
Dec 19 17:06:15 pn-laptop dhcdbd: message_handler: message handler not found under /com/redhat/dhcp/wlan0 for sub-path wlan0.dbus.get.interface_mtu
Dec 19 17:07:09 pn-laptop chat[4545]: alarm
Dec 19 17:07:09 pn-laptop chat[4545]: Failed
Dec 19 17:11:24 pn-laptop kernel: [  263.712537] pccard: card ejected from slot 0
Dec 19 17:11:24 pn-laptop kernel: [  263.803362] ndiswrapper: device wlan0 removed
Dec 19 17:11:24 pn-laptop kernel: [  263.803420] ACPI: PCI interrupt for device 0000:02:00.0 disabled
pn@pn-laptop:~$ 

I am using ubuntu 8.04.
waiting for reply.Thanks</description>
		<content:encoded><![CDATA[<p><a href="mailto:pn@pn-laptop:~$">pn@pn-laptop:~$</a> tail /var/log/messages<br />
Dec 19 17:06:15 pn-laptop dhcdbd: message_handler: message handler not found under /com/redhat/dhcp/wlan0 for sub-path wlan0.dbus.get.host_name<br />
Dec 19 17:06:15 pn-laptop dhcdbd: message_handler: message handler not found under /com/redhat/dhcp/wlan0 for sub-path wlan0.dbus.get.domain_name<br />
Dec 19 17:06:15 pn-laptop dhcdbd: message_handler: message handler not found under /com/redhat/dhcp/wlan0 for sub-path wlan0.dbus.get.nis_domain<br />
Dec 19 17:06:15 pn-laptop dhcdbd: message_handler: message handler not found under /com/redhat/dhcp/wlan0 for sub-path wlan0.dbus.get.nis_servers<br />
Dec 19 17:06:15 pn-laptop dhcdbd: message_handler: message handler not found under /com/redhat/dhcp/wlan0 for sub-path wlan0.dbus.get.interface_mtu<br />
Dec 19 17:07:09 pn-laptop chat[4545]: alarm<br />
Dec 19 17:07:09 pn-laptop chat[4545]: Failed<br />
Dec 19 17:11:24 pn-laptop kernel: [  263.712537] pccard: card ejected from slot 0<br />
Dec 19 17:11:24 pn-laptop kernel: [  263.803362] ndiswrapper: device wlan0 removed<br />
Dec 19 17:11:24 pn-laptop kernel: [  263.803420] ACPI: PCI interrupt for device 0000:02:00.0 disabled<br />
<a href="mailto:pn@pn-laptop:~$">pn@pn-laptop:~$</a> </p>
<p>I am using ubuntu 8.04.<br />
waiting for reply.Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Techfiz</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-2/#comment-929</link>
		<dc:creator>Techfiz</dc:creator>
		<pubDate>Thu, 18 Dec 2008 15:38:19 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-929</guid>
		<description>Once you plugin your usb modem, tail /var/log/messages and send me the last 100 lines. Let me see whats happening. Also post the OS distro name and OS once again so that I can point you to the fix.</description>
		<content:encoded><![CDATA[<p>Once you plugin your usb modem, tail /var/log/messages and send me the last 100 lines. Let me see whats happening. Also post the OS distro name and OS once again so that I can point you to the fix.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Priyadarshi</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-2/#comment-928</link>
		<dc:creator>Priyadarshi</dc:creator>
		<pubDate>Thu, 18 Dec 2008 15:31:36 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-928</guid>
		<description>The same problem has reappeared.Please suggest something. It is greatly annoying.the device works ok on my windows machine.
 I used to connect to the net using this command and then put my PW to compleate. But for last few days this is what comes up when i try to connect. Can you give me a solution for this.

pn@pn-laptop:~$ sudo wvdial
[sudo] password for pn:
–&gt; WvDial: Internet dialer version 1.60
–&gt; Cannot open /dev/ttyUSB0: No such file or directory
–&gt; Cannot open /dev/ttyUSB0: No such file or directory
–&gt; Cannot open /dev/ttyUSB0: No such file or directory</description>
		<content:encoded><![CDATA[<p>The same problem has reappeared.Please suggest something. It is greatly annoying.the device works ok on my windows machine.<br />
 I used to connect to the net using this command and then put my PW to compleate. But for last few days this is what comes up when i try to connect. Can you give me a solution for this.</p>
<p><a href="mailto:pn@pn-laptop:~$">pn@pn-laptop:~$</a> sudo wvdial<br />
[sudo] password for pn:<br />
–&gt; WvDial: Internet dialer version 1.60<br />
–&gt; Cannot open /dev/ttyUSB0: No such file or directory<br />
–&gt; Cannot open /dev/ttyUSB0: No such file or directory<br />
–&gt; Cannot open /dev/ttyUSB0: No such file or directory</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TechFiz</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-2/#comment-920</link>
		<dc:creator>TechFiz</dc:creator>
		<pubDate>Thu, 18 Dec 2008 06:08:57 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-920</guid>
		<description>Good to know that you got the issue resolved. :)</description>
		<content:encoded><![CDATA[<p>Good to know that you got the issue resolved. <img src='http://platonic.techfiz.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Priyadarshi</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-2/#comment-913</link>
		<dc:creator>Priyadarshi</dc:creator>
		<pubDate>Wed, 17 Dec 2008 16:32:24 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-913</guid>
		<description>My problem is solved. I did some changes in the passphrase with seahorse command.</description>
		<content:encoded><![CDATA[<p>My problem is solved. I did some changes in the passphrase with seahorse command.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Priyadarshi Narayan</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-2/#comment-764</link>
		<dc:creator>Priyadarshi Narayan</dc:creator>
		<pubDate>Wed, 10 Dec 2008 08:22:29 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-764</guid>
		<description>I am done with the nm applet.
please suggest how to reload the evdo card. it is not being recognized.</description>
		<content:encoded><![CDATA[<p>I am done with the nm applet.<br />
please suggest how to reload the evdo card. it is not being recognized.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Priyadarshi</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-1/#comment-704</link>
		<dc:creator>Priyadarshi</dc:creator>
		<pubDate>Sat, 06 Dec 2008 19:38:07 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-704</guid>
		<description>I used to connect to the net using this command and then put my PW to complete. But for last few days this is what comes up when i try to connect. Can you give me a solution for this.

pn@pn-laptop:~$ sudo wvdial
[sudo] password for pn:
--&gt; WvDial: Internet dialer version 1.60
--&gt; Cannot open /dev/ttyUSB0: No such file or directory
--&gt; Cannot open /dev/ttyUSB0: No such file or directory
--&gt; Cannot open /dev/ttyUSB0: No such file or directory

The second is i have put a wep key for my wireless network.I can access net after putting in the key,but it asks for some kernel pw which i don&#039;t think i know. I think both these problems are linked. I have tried most of the passwords which i used but everything has failed. Following message appears.


Unlock keyring
the application nm-applet(/usr/bn/nm-applet) wants access to the default keyring,but it is locked.
Pw-

deny         ok

I click deny and use the wireless.
can u suggest what to do for both of these</description>
		<content:encoded><![CDATA[<p>I used to connect to the net using this command and then put my PW to complete. But for last few days this is what comes up when i try to connect. Can you give me a solution for this.</p>
<p><a href="mailto:pn@pn-laptop:~$">pn@pn-laptop:~$</a> sudo wvdial<br />
[sudo] password for pn:<br />
&#8211;&gt; WvDial: Internet dialer version 1.60<br />
&#8211;&gt; Cannot open /dev/ttyUSB0: No such file or directory<br />
&#8211;&gt; Cannot open /dev/ttyUSB0: No such file or directory<br />
&#8211;&gt; Cannot open /dev/ttyUSB0: No such file or directory</p>
<p>The second is i have put a wep key for my wireless network.I can access net after putting in the key,but it asks for some kernel pw which i don&#8217;t think i know. I think both these problems are linked. I have tried most of the passwords which i used but everything has failed. Following message appears.</p>
<p>Unlock keyring<br />
the application nm-applet(/usr/bn/nm-applet) wants access to the default keyring,but it is locked.<br />
Pw-</p>
<p>deny         ok</p>
<p>I click deny and use the wireless.<br />
can u suggest what to do for both of these</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TechFiz</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-1/#comment-562</link>
		<dc:creator>TechFiz</dc:creator>
		<pubDate>Sun, 19 Oct 2008 18:55:58 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-562</guid>
		<description>What is the output of lsusb and wvdialconf ?</description>
		<content:encoded><![CDATA[<p>What is the output of lsusb and wvdialconf ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: supria</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-1/#comment-561</link>
		<dc:creator>supria</dc:creator>
		<pubDate>Sun, 19 Oct 2008 18:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-561</guid>
		<description>i am using mandrina2007 but i coudnot connect Evdo usb modem with your procedurei am new bee to linux pl help me</description>
		<content:encoded><![CDATA[<p>i am using mandrina2007 but i coudnot connect Evdo usb modem with your procedurei am new bee to linux pl help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashutosh</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-1/#comment-477</link>
		<dc:creator>Ashutosh</dc:creator>
		<pubDate>Fri, 19 Sep 2008 11:33:17 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-477</guid>
		<description>Well I have Vista and it installed easily on my laptop.... without any fuss... But I do feel  
it is a ghatiya OS... from now on I will be either having Mac or ubuntu</description>
		<content:encoded><![CDATA[<p>Well I have Vista and it installed easily on my laptop&#8230;. without any fuss&#8230; But I do feel<br />
it is a ghatiya OS&#8230; from now on I will be either having Mac or ubuntu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prashanth</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-1/#comment-423</link>
		<dc:creator>Prashanth</dc:creator>
		<pubDate>Sat, 06 Sep 2008 04:38:47 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-423</guid>
		<description>Prashant,

I don&#039;t know about which Linux Operating System you were talking about. The steps I posted were for Zenwalk Linux. Problem with Zenwalk is it doesn&#039;t automatically create SYMLINK to ttyUSB device and hence can&#039;t use BSNL EvDO on ttyUSB0.

Steps illustrated in my last post are just of the test launch (in follow-up of my question to Shiv on how to configure BSNL EvDO on Zenwalk Linux), later I simplified the whole thing like this:

1.Added a rule to create SYMLINK to ttyUSB automatically each time the machine boots -
KERNEL==&quot;ttyUSB[0-9]*&quot;,	NAME=&quot;tts/USB%n&quot;, GROUP=&quot;tty&quot;, MODE=&quot;0660&quot;, SYMLINK=&quot;ttyUSB%n&quot;

2.Made modprobe automatic with modules -
/sbin/modprobe usbserial vendor=0x05c6 product=0x6000

Now, each time I wanted to connect to net using BSNL EvDO, go to the Terminal and input command &#039;wvdial&#039; - there am connected! What simple would it be made? :o)

Prashanth.</description>
		<content:encoded><![CDATA[<p>Prashant,</p>
<p>I don&#8217;t know about which Linux Operating System you were talking about. The steps I posted were for Zenwalk Linux. Problem with Zenwalk is it doesn&#8217;t automatically create SYMLINK to ttyUSB device and hence can&#8217;t use BSNL EvDO on ttyUSB0.</p>
<p>Steps illustrated in my last post are just of the test launch (in follow-up of my question to Shiv on how to configure BSNL EvDO on Zenwalk Linux), later I simplified the whole thing like this:</p>
<p>1.Added a rule to create SYMLINK to ttyUSB automatically each time the machine boots -<br />
KERNEL==&#8221;ttyUSB[0-9]*&#8221;,	NAME=&#8221;tts/USB%n&#8221;, GROUP=&#8221;tty&#8221;, MODE=&#8221;0660&#8243;, SYMLINK=&#8221;ttyUSB%n&#8221;</p>
<p>2.Made modprobe automatic with modules -<br />
/sbin/modprobe usbserial vendor=0&#215;05c6 product=0&#215;6000</p>
<p>Now, each time I wanted to connect to net using BSNL EvDO, go to the Terminal and input command &#8216;wvdial&#8217; &#8211; there am connected! What simple would it be made? <img src='http://platonic.techfiz.info/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> )</p>
<p>Prashanth.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TechFiz</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-1/#comment-415</link>
		<dc:creator>TechFiz</dc:creator>
		<pubDate>Thu, 04 Sep 2008 07:20:52 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-415</guid>
		<description>Hi Guleria,

This post was added long back for older version of Ubuntu distro ;) Now it really rocks as you said.</description>
		<content:encoded><![CDATA[<p>Hi Guleria,</p>
<p>This post was added long back for older version of Ubuntu distro <img src='http://platonic.techfiz.info/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Now it really rocks as you said.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prashant</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-1/#comment-414</link>
		<dc:creator>Prashant</dc:creator>
		<pubDate>Thu, 04 Sep 2008 06:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-414</guid>
		<description>helo prashanth i don&#039;t think we have to do all this ..........always use simple steps as possible ok watch
1.attach ur usb modem to ur system and then open console and type lsusb
2.then again type  modprobe usbserial vendor=0x05c6 product=0x6000 
3. to check type dmesg
4.open ur kg menu then go to internet select kppp dialer
5.fill it like wat to fill is phone no #777 &amp; in connection name bsnl(what ever) in modems modem_name evdo ,modem_device /dev/ttyUSB0
CONNECTION SPEED 921600
6. FINAL STEP TYPE UR ID &amp; PASSWORD
CONNECT DONE!!</description>
		<content:encoded><![CDATA[<p>helo prashanth i don&#8217;t think we have to do all this &#8230;&#8230;&#8230;.always use simple steps as possible ok watch<br />
1.attach ur usb modem to ur system and then open console and type lsusb<br />
2.then again type  modprobe usbserial vendor=0&#215;05c6 product=0&#215;6000<br />
3. to check type dmesg<br />
4.open ur kg menu then go to internet select kppp dialer<br />
5.fill it like wat to fill is phone no #777 &amp; in connection name bsnl(what ever) in modems modem_name evdo ,modem_device /dev/ttyUSB0<br />
CONNECTION SPEED 921600<br />
6. FINAL STEP TYPE UR ID &amp; PASSWORD<br />
CONNECT DONE!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TechFiz</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-1/#comment-390</link>
		<dc:creator>TechFiz</dc:creator>
		<pubDate>Fri, 29 Aug 2008 22:17:33 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-390</guid>
		<description>Wonderful!!!</description>
		<content:encoded><![CDATA[<p>Wonderful!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prashanth</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-1/#comment-389</link>
		<dc:creator>Prashanth</dc:creator>
		<pubDate>Fri, 29 Aug 2008 21:44:27 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-389</guid>
		<description>Got it working on Zenwalk 5.2!! Here is what I did:

root[~]# ls -1 /dev/tts/USB*
/dev/tts/USB0
/dev/tts/USB1
/dev/tts/USB2

root[~]# cd /dev

root[dev]# ln -s tts/USB0 ttyUSB0
root[dev]# ln -s tts/USB1 ttyUSB1
root[dev]# ln -s tts/USB2 ttyUSB2

root[dev]# wvdialconf /etc/wvdial.conf
Editing `/etc/wvdial.conf&#039;.

Scanning your serial ports for a modem.

ttyS0: ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud
ttyS0: ATQ0 V1 E1 -- failed with 9600 baud, next try: 115200 baud
ttyS0: ATQ0 V1 E1 -- and failed too at 115200, giving up.
ttyS1: ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud
ttyS1: ATQ0 V1 E1 -- failed with 9600 baud, next try: 115200 baud
ttyS1: ATQ0 V1 E1 -- and failed too at 115200, giving up.
Modem Port Scan: S2   S3   
WvModem: Cannot get information for serial port.
ttyUSB0: ATQ0 V1 E1 -- OK
ttyUSB0: ATQ0 V1 E1 Z -- OK
ttyUSB0: ATQ0 V1 E1 S0=0 -- OK
ttyUSB0: ATQ0 V1 E1 S0=0 &amp;C1 -- OK
ttyUSB0: ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 -- OK
ttyUSB0: ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0 -- OK
ttyUSB0: Modem Identifier: ATI -- Manufacturer: QUALCOMM INCORPORATED
ttyUSB0: Speed 9600: AT -- OK
ttyUSB0: Max speed is 9600; that should be safe.
ttyUSB0: ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0 -- OK
WvModem: Cannot get information for serial port.
ttyUSB1: ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud
ttyUSB1: ATQ0 V1 E1 -- failed with 9600 baud, next try: 9600 baud
ttyUSB1: ATQ0 V1 E1 -- and failed too at 115200, giving up.
WvModem: Cannot get information for serial port.
ttyUSB2: ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud
ttyUSB2: ATQ0 V1 E1 -- failed with 9600 baud, next try: 9600 baud
ttyUSB2: ATQ0 V1 E1 -- and failed too at 115200, giving up.

Found a modem on /dev/ttyUSB0.
Modem configuration written to /etc/wvdial.conf.
ttyUSB0: Speed 9600; init &quot;ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0&quot;

Further, I edited the wvdial.conf file and got connected.

Now, BSNL EvDO rocks on Zenwalk!!</description>
		<content:encoded><![CDATA[<p>Got it working on Zenwalk 5.2!! Here is what I did:</p>
<p>root[~]# ls -1 /dev/tts/USB*<br />
/dev/tts/USB0<br />
/dev/tts/USB1<br />
/dev/tts/USB2</p>
<p>root[~]# cd /dev</p>
<p>root[dev]# ln -s tts/USB0 ttyUSB0<br />
root[dev]# ln -s tts/USB1 ttyUSB1<br />
root[dev]# ln -s tts/USB2 ttyUSB2</p>
<p>root[dev]# wvdialconf /etc/wvdial.conf<br />
Editing `/etc/wvdial.conf&#8217;.</p>
<p>Scanning your serial ports for a modem.</p>
<p>ttyS0: ATQ0 V1 E1 &#8212; failed with 2400 baud, next try: 9600 baud<br />
ttyS0: ATQ0 V1 E1 &#8212; failed with 9600 baud, next try: 115200 baud<br />
ttyS0: ATQ0 V1 E1 &#8212; and failed too at 115200, giving up.<br />
ttyS1: ATQ0 V1 E1 &#8212; failed with 2400 baud, next try: 9600 baud<br />
ttyS1: ATQ0 V1 E1 &#8212; failed with 9600 baud, next try: 115200 baud<br />
ttyS1: ATQ0 V1 E1 &#8212; and failed too at 115200, giving up.<br />
Modem Port Scan: S2   S3<br />
WvModem: Cannot get information for serial port.<br />
ttyUSB0: ATQ0 V1 E1 &#8212; OK<br />
ttyUSB0: ATQ0 V1 E1 Z &#8212; OK<br />
ttyUSB0: ATQ0 V1 E1 S0=0 &#8212; OK<br />
ttyUSB0: ATQ0 V1 E1 S0=0 &amp;C1 &#8212; OK<br />
ttyUSB0: ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 &#8212; OK<br />
ttyUSB0: ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0 &#8212; OK<br />
ttyUSB0: Modem Identifier: ATI &#8212; Manufacturer: QUALCOMM INCORPORATED<br />
ttyUSB0: Speed 9600: AT &#8212; OK<br />
ttyUSB0: Max speed is 9600; that should be safe.<br />
ttyUSB0: ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0 &#8212; OK<br />
WvModem: Cannot get information for serial port.<br />
ttyUSB1: ATQ0 V1 E1 &#8212; failed with 2400 baud, next try: 9600 baud<br />
ttyUSB1: ATQ0 V1 E1 &#8212; failed with 9600 baud, next try: 9600 baud<br />
ttyUSB1: ATQ0 V1 E1 &#8212; and failed too at 115200, giving up.<br />
WvModem: Cannot get information for serial port.<br />
ttyUSB2: ATQ0 V1 E1 &#8212; failed with 2400 baud, next try: 9600 baud<br />
ttyUSB2: ATQ0 V1 E1 &#8212; failed with 9600 baud, next try: 9600 baud<br />
ttyUSB2: ATQ0 V1 E1 &#8212; and failed too at 115200, giving up.</p>
<p>Found a modem on /dev/ttyUSB0.<br />
Modem configuration written to /etc/wvdial.conf.<br />
ttyUSB0: Speed 9600; init &#8220;ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0&#8243;</p>
<p>Further, I edited the wvdial.conf file and got connected.</p>
<p>Now, BSNL EvDO rocks on Zenwalk!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prashanth</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-1/#comment-388</link>
		<dc:creator>Prashanth</dc:creator>
		<pubDate>Fri, 29 Aug 2008 18:32:02 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-388</guid>
		<description>Shiv,

Am trying to configure EvDO on Zenwalk 5.2 but no success. I just cannot configure the card and not sure if it is detected or not;

wvdialconf /etc/wvdial.conf
Eiting &#039;/etc/wvdial.conf&#039;.

Scanning your serial ports for a modem.

ttyS0: ATQ0 V1 E1 - - failed with 2400 baud, next try: 9600 baud
ttyS0: ATQ0 V1 E1 - - failed with 9600 baud, next try: 115200 baud
ttyS0: ATQ0 V1 E1 - - and failed too at 115200 baud, giving up.
ttyS1: ATQ0 V1 E1 - - failed with 2400 baud, next try: 9600 baud
ttyS1: ATQ0 V1 E1 - - failed with 9600 baud, next try: 115200 baud
ttyS1: ATQ0 V1 E1 - - and failed too at 115200 baud, giving up.
Modem Port Scan: S2 S3

Sorry, no modem was detected! Is it in use by another program?
Did you configure it properly with setserial?

Please read the FAQ at http://open.nit.ca/wiki/?WvDial

If you still have problems, send mail to 

On the same machine, EvDO works fine with Ubuntu 8.04. Any clue?</description>
		<content:encoded><![CDATA[<p>Shiv,</p>
<p>Am trying to configure EvDO on Zenwalk 5.2 but no success. I just cannot configure the card and not sure if it is detected or not;</p>
<p>wvdialconf /etc/wvdial.conf<br />
Eiting &#8216;/etc/wvdial.conf&#8217;.</p>
<p>Scanning your serial ports for a modem.</p>
<p>ttyS0: ATQ0 V1 E1 &#8211; - failed with 2400 baud, next try: 9600 baud<br />
ttyS0: ATQ0 V1 E1 &#8211; - failed with 9600 baud, next try: 115200 baud<br />
ttyS0: ATQ0 V1 E1 &#8211; - and failed too at 115200 baud, giving up.<br />
ttyS1: ATQ0 V1 E1 &#8211; - failed with 2400 baud, next try: 9600 baud<br />
ttyS1: ATQ0 V1 E1 &#8211; - failed with 9600 baud, next try: 115200 baud<br />
ttyS1: ATQ0 V1 E1 &#8211; - and failed too at 115200 baud, giving up.<br />
Modem Port Scan: S2 S3</p>
<p>Sorry, no modem was detected! Is it in use by another program?<br />
Did you configure it properly with setserial?</p>
<p>Please read the FAQ at <a href="http://open.nit.ca/wiki/?WvDial" rel="nofollow">http://open.nit.ca/wiki/?WvDial</a></p>
<p>If you still have problems, send mail to </p>
<p>On the same machine, EvDO works fine with Ubuntu 8.04. Any clue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Techfiz</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-1/#comment-338</link>
		<dc:creator>Techfiz</dc:creator>
		<pubDate>Sat, 16 Aug 2008 04:37:24 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-338</guid>
		<description>USB 1.1 offer low bandwidth when compared to USB 2.0. Also the latency times of USB 1.1 devices are 40% less than that off USB 2.0 Devices. 

You can read more about it here :

http://www.everythingusb.com/usb2/faq.htm</description>
		<content:encoded><![CDATA[<p>USB 1.1 offer low bandwidth when compared to USB 2.0. Also the latency times of USB 1.1 devices are 40% less than that off USB 2.0 Devices. </p>
<p>You can read more about it here :</p>
<p><a href="http://www.everythingusb.com/usb2/faq.htm" rel="nofollow">http://www.everythingusb.com/usb2/faq.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Priyadarshi</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-1/#comment-337</link>
		<dc:creator>Priyadarshi</dc:creator>
		<pubDate>Sat, 16 Aug 2008 02:28:31 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-337</guid>
		<description>I have usb 1.1 in my laptop and i use the evdo card in it. I wanted to know that is there any difference in the speed of internet access,download etc.with usb 2.
Priyadarshi</description>
		<content:encoded><![CDATA[<p>I have usb 1.1 in my laptop and i use the evdo card in it. I wanted to know that is there any difference in the speed of internet access,download etc.with usb 2.<br />
Priyadarshi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prashanth</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-1/#comment-332</link>
		<dc:creator>Prashanth</dc:creator>
		<pubDate>Wed, 13 Aug 2008 23:53:36 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-332</guid>
		<description>Dear Shiv,

blogs.techfiz.com is a welcome move and it would be a pleasure to be an active part of it. I really am looking forward to it.

The &quot;Read my mind&quot; part of this website seems to be impressive! I started reading each one of them and couldn&#039;t stop myself from commenting on your writeup &quot;61st Celebration of Independence&quot;.

Your are maintaining a perfect blend of Technical, Social and Moral concepts here. Great going Shiv!

Prashanth.</description>
		<content:encoded><![CDATA[<p>Dear Shiv,</p>
<p>blogs.techfiz.com is a welcome move and it would be a pleasure to be an active part of it. I really am looking forward to it.</p>
<p>The &#8220;Read my mind&#8221; part of this website seems to be impressive! I started reading each one of them and couldn&#8217;t stop myself from commenting on your writeup &#8220;61st Celebration of Independence&#8221;.</p>
<p>Your are maintaining a perfect blend of Technical, Social and Moral concepts here. Great going Shiv!</p>
<p>Prashanth.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Priyadarshi</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-1/#comment-330</link>
		<dc:creator>Priyadarshi</dc:creator>
		<pubDate>Wed, 13 Aug 2008 17:35:12 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-330</guid>
		<description>Dearest Shiv,
while thanking Prashanth you were never out of mind.I don&#039;t know anything about Unix and to be more specific about Ubuntu.It wasfrom  your website i started copying and pasting commands in my Terminal and when stuck,Prashanth came up.It is all because of you. My thanks and best wishes for you.
Priyadarshi</description>
		<content:encoded><![CDATA[<p>Dearest Shiv,<br />
while thanking Prashanth you were never out of mind.I don&#8217;t know anything about Unix and to be more specific about Ubuntu.It wasfrom  your website i started copying and pasting commands in my Terminal and when stuck,Prashanth came up.It is all because of you. My thanks and best wishes for you.<br />
Priyadarshi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Techfiz</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-1/#comment-329</link>
		<dc:creator>Techfiz</dc:creator>
		<pubDate>Wed, 13 Aug 2008 07:15:04 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-329</guid>
		<description>Hi Guys,

Thanks a ton for posting comments. And prashath, I was really impressed the way you followed up with the responses which were pouring in. I was quite busy to respond back to comment and you made my job so much easier. Thanks a lot again. 

:) Its true FOSS gives us freedom of choice and its fun working with it. I used to teach and develop apps on windows just 5 years back now, I have melted with Linux. 

There is lots that I would love to share with you all while I explore Linux. You also have got a new techno blog coming up to start blogging technical content at blogs.techfiz.com.

Have a blast!

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Guys,</p>
<p>Thanks a ton for posting comments. And prashath, I was really impressed the way you followed up with the responses which were pouring in. I was quite busy to respond back to comment and you made my job so much easier. Thanks a lot again. </p>
<p> <img src='http://platonic.techfiz.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Its true FOSS gives us freedom of choice and its fun working with it. I used to teach and develop apps on windows just 5 years back now, I have melted with Linux. </p>
<p>There is lots that I would love to share with you all while I explore Linux. You also have got a new techno blog coming up to start blogging technical content at blogs.techfiz.com.</p>
<p>Have a blast!</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prashanth</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-1/#comment-328</link>
		<dc:creator>Prashanth</dc:creator>
		<pubDate>Wed, 13 Aug 2008 06:59:28 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-328</guid>
		<description>Hi Priyadarshi,

You are most welcome! Before you thank me, I guess we all should be grateful to Mr. Omshivaprakash H L; he has done a wonderful job and got us a way to get BSNL EVDO working on Linux. On a whole, this website is exceptional.. Dear friend Shiv, Thank you so much.

It was a great pleasure for me to know that Shiv is basically from Bangalore, where I too live. His profile is really interesting; seems to be a great personality altogether.

Though I got an entry by Microsoft to begin with, now am a great fan of Linux, especially Ubuntu - its an outstanding Community by itself. If you find something new on Ubuntu, push a note to my email * mee [dot] xyz [at] gmail [dot] com *

Prashanth.</description>
		<content:encoded><![CDATA[<p>Hi Priyadarshi,</p>
<p>You are most welcome! Before you thank me, I guess we all should be grateful to Mr. Omshivaprakash H L; he has done a wonderful job and got us a way to get BSNL EVDO working on Linux. On a whole, this website is exceptional.. Dear friend Shiv, Thank you so much.</p>
<p>It was a great pleasure for me to know that Shiv is basically from Bangalore, where I too live. His profile is really interesting; seems to be a great personality altogether.</p>
<p>Though I got an entry by Microsoft to begin with, now am a great fan of Linux, especially Ubuntu &#8211; its an outstanding Community by itself. If you find something new on Ubuntu, push a note to my email * mee [dot] xyz [at] gmail [dot] com *</p>
<p>Prashanth.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Priyadarshi</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-1/#comment-327</link>
		<dc:creator>Priyadarshi</dc:creator>
		<pubDate>Wed, 13 Aug 2008 05:47:09 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-327</guid>
		<description>Prashanth
Thanks a lot again.
Priyadarshi</description>
		<content:encoded><![CDATA[<p>Prashanth<br />
Thanks a lot again.<br />
Priyadarshi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prashanth</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-1/#comment-326</link>
		<dc:creator>Prashanth</dc:creator>
		<pubDate>Tue, 12 Aug 2008 08:53:58 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-326</guid>
		<description>Hi Priyadarshi,

Sometimes, good things are just a foot away unless we actually recognize them. Am also running Ubuntu Desktop 8.04 on my laptop and use BSNL EVDO datacard while traveling and hence was able to lend a helping hand to you; glad it worked.

Hope your bro-in-law will be spared from bugging now on. LOLz.

Prashanth.</description>
		<content:encoded><![CDATA[<p>Hi Priyadarshi,</p>
<p>Sometimes, good things are just a foot away unless we actually recognize them. Am also running Ubuntu Desktop 8.04 on my laptop and use BSNL EVDO datacard while traveling and hence was able to lend a helping hand to you; glad it worked.</p>
<p>Hope your bro-in-law will be spared from bugging now on. LOLz.</p>
<p>Prashanth.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Priyadarshi</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-1/#comment-324</link>
		<dc:creator>Priyadarshi</dc:creator>
		<pubDate>Mon, 11 Aug 2008 19:32:49 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-324</guid>
		<description>Prashanth,
I am terribly impressed with you.I got connected in no time.Thank you very much.
You know i had been bothering my dearest brother in law with this who stays in the farthest continent from our country. 
Thank you once again
Priyadarshi</description>
		<content:encoded><![CDATA[<p>Prashanth,<br />
I am terribly impressed with you.I got connected in no time.Thank you very much.<br />
You know i had been bothering my dearest brother in law with this who stays in the farthest continent from our country.<br />
Thank you once again<br />
Priyadarshi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prashanth</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-1/#comment-323</link>
		<dc:creator>Prashanth</dc:creator>
		<pubDate>Mon, 11 Aug 2008 15:26:17 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-323</guid>
		<description>hi Priyadarshi,

Do not worry that wvdialconf ended at ttyUSB6: ATQ0 V1 E1 - . For Ubuntu Desktop 8.04, wvdialconf is not necessary. You can straight away go ahead and edit wvdial.conf file as below:

$ sudo gedit /etc/wvdial.conf


In the text editor, you will see something like this:

[Dialer Defaults]
Phone =
Username =
Password =
New PPPD = yes


You should edit the above to look like this:

[Dialer Defaults]
Phone = #777
Modem = /dev/ttyUSB0
Username = 11111111
Password = 22222222
New PPPD = yes
Stupid Mode = 1

(replace 11111111 and 22222222 with your username and password respectively)

Save the file and close it.

Back in the terminal, use this command:

$ sudo wvdial


That should get you connected. Subsequently, you are just typing &#039;sudo wvdial&#039; in the terminal and you get linked to the WWW. Hope it works!

Prashanth.</description>
		<content:encoded><![CDATA[<p>hi Priyadarshi,</p>
<p>Do not worry that wvdialconf ended at ttyUSB6: ATQ0 V1 E1 &#8211; . For Ubuntu Desktop 8.04, wvdialconf is not necessary. You can straight away go ahead and edit wvdial.conf file as below:</p>
<p>$ sudo gedit /etc/wvdial.conf</p>
<p>In the text editor, you will see something like this:</p>
<p>[Dialer Defaults]<br />
Phone =<br />
Username =<br />
Password =<br />
New PPPD = yes</p>
<p>You should edit the above to look like this:</p>
<p>[Dialer Defaults]<br />
Phone = #777<br />
Modem = /dev/ttyUSB0<br />
Username = 11111111<br />
Password = 22222222<br />
New PPPD = yes<br />
Stupid Mode = 1</p>
<p>(replace 11111111 and 22222222 with your username and password respectively)</p>
<p>Save the file and close it.</p>
<p>Back in the terminal, use this command:</p>
<p>$ sudo wvdial</p>
<p>That should get you connected. Subsequently, you are just typing &#8217;sudo wvdial&#8217; in the terminal and you get linked to the <a href='http://WWW.' rel='nofollow'>WWW.</a> Hope it works!</p>
<p>Prashanth.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Priyadarshi</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-1/#comment-322</link>
		<dc:creator>Priyadarshi</dc:creator>
		<pubDate>Sun, 10 Aug 2008 19:06:44 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-322</guid>
		<description>I am unable to connect the device to ubuntu 8.04.Following message comes up and i can&#039;t proceed further:
pn@pn-laptop:~$ wvdialconf /etc/wvdial.conf
Editing `/etc/wvdial.conf&#039;.

Scanning your serial ports for a modem.

ttyS0: Device or resource busy
Modem Port Scan: S0   S1   S2   S3   
WvModem: Cannot get information for serial port.
ttyUSB0: ATQ0 V1 E1 -- OK
ttyUSB0: ATQ0 V1 E1 Z -- OK
ttyUSB0: ATQ0 V1 E1 S0=0 -- OK
ttyUSB0: ATQ0 V1 E1 S0=0 &amp;C1 -- OK
ttyUSB0: ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 -- OK
ttyUSB0: ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0 -- OK
ttyUSB0: Modem Identifier: ATI -- Manufacturer: QUALCOMM INCORPORATED
ttyUSB0: Speed 9600: AT -- OK
ttyUSB0: Max speed is 9600; that should be safe.
ttyUSB0: ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0 -- OK
ttyUSB1: Exec format error
ttyUSB2: Exec format error
Modem Port Scan: USB2 
WvModem: Cannot get information for serial port.
ttyUSB3: ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud
ttyUSB3: ATQ0 V1 E1 -- failed with 9600 baud, next try: 9600 baud
ttyUSB3: ATQ0 V1 E1 -- and failed too at 115200, giving up.
ttyUSB4: Exec format error
Modem Port Scan: USB4 
ttyUSB5: Exec format error
Modem Port Scan: USB5 
WvModem: Cannot get information for serial port.
ttyUSB6: ATQ0 V1 E1 -- 
pn@pn-laptop:~$ 

can anyone help?
Priyadarshi</description>
		<content:encoded><![CDATA[<p>I am unable to connect the device to ubuntu 8.04.Following message comes up and i can&#8217;t proceed further:<br />
<a href="mailto:pn@pn-laptop:~$">pn@pn-laptop:~$</a> wvdialconf /etc/wvdial.conf<br />
Editing `/etc/wvdial.conf&#8217;.</p>
<p>Scanning your serial ports for a modem.</p>
<p>ttyS0: Device or resource busy<br />
Modem Port Scan: S0   S1   S2   S3<br />
WvModem: Cannot get information for serial port.<br />
ttyUSB0: ATQ0 V1 E1 &#8212; OK<br />
ttyUSB0: ATQ0 V1 E1 Z &#8212; OK<br />
ttyUSB0: ATQ0 V1 E1 S0=0 &#8212; OK<br />
ttyUSB0: ATQ0 V1 E1 S0=0 &amp;C1 &#8212; OK<br />
ttyUSB0: ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 &#8212; OK<br />
ttyUSB0: ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0 &#8212; OK<br />
ttyUSB0: Modem Identifier: ATI &#8212; Manufacturer: QUALCOMM INCORPORATED<br />
ttyUSB0: Speed 9600: AT &#8212; OK<br />
ttyUSB0: Max speed is 9600; that should be safe.<br />
ttyUSB0: ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0 &#8212; OK<br />
ttyUSB1: Exec format error<br />
ttyUSB2: Exec format error<br />
Modem Port Scan: USB2<br />
WvModem: Cannot get information for serial port.<br />
ttyUSB3: ATQ0 V1 E1 &#8212; failed with 2400 baud, next try: 9600 baud<br />
ttyUSB3: ATQ0 V1 E1 &#8212; failed with 9600 baud, next try: 9600 baud<br />
ttyUSB3: ATQ0 V1 E1 &#8212; and failed too at 115200, giving up.<br />
ttyUSB4: Exec format error<br />
Modem Port Scan: USB4<br />
ttyUSB5: Exec format error<br />
Modem Port Scan: USB5<br />
WvModem: Cannot get information for serial port.<br />
ttyUSB6: ATQ0 V1 E1 &#8212;<br />
<a href="mailto:pn@pn-laptop:~$">pn@pn-laptop:~$</a> </p>
<p>can anyone help?<br />
Priyadarshi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Pritikin</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-1/#comment-312</link>
		<dc:creator>Joshua Pritikin</dc:creator>
		<pubDate>Thu, 07 Aug 2008 04:16:36 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-312</guid>
		<description>05c6:3197 works fine on GNU/Linux at 460800 baud. It is necessary to enable stupid mode.</description>
		<content:encoded><![CDATA[<p>05c6:3197 works fine on GNU/Linux at 460800 baud. It is necessary to enable stupid mode.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Pritikin</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-1/#comment-310</link>
		<dc:creator>Joshua Pritikin</dc:creator>
		<pubDate>Wed, 06 Aug 2008 09:01:43 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-310</guid>
		<description>I got a slightly different device:

Bus 006 Device 011: ID 05c6:3197 Qualcomm, Inc. CDMA Wireless Modem/Phone

wvdialconf detects 9600 baud is working, but not higher speeds. Any suggestions?</description>
		<content:encoded><![CDATA[<p>I got a slightly different device:</p>
<p>Bus 006 Device 011: ID 05c6:3197 Qualcomm, Inc. CDMA Wireless Modem/Phone</p>
<p>wvdialconf detects 9600 baud is working, but not higher speeds. Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: @santosh</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-1/#comment-271</link>
		<dc:creator>@santosh</dc:creator>
		<pubDate>Sun, 27 Jul 2008 21:38:19 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-271</guid>
		<description>hi santosh , 
wvdialconf crashes sometimes , it has nothing to do with the signal strength , ..... the best thing u can do is create the wvdial.conf file manually and set the modem as /dev/ttyUSB0 as that is the  one that seems to be getting detected , ....... try this and please let us know how it works , .....</description>
		<content:encoded><![CDATA[<p>hi santosh ,<br />
wvdialconf crashes sometimes , it has nothing to do with the signal strength , &#8230;.. the best thing u can do is create the wvdial.conf file manually and set the modem as /dev/ttyUSB0 as that is the  one that seems to be getting detected , &#8230;&#8230;. try this and please let us know how it works , &#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: configuring evdo on Redhat / Fedora</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-1/#comment-270</link>
		<dc:creator>configuring evdo on Redhat / Fedora</dc:creator>
		<pubDate>Sun, 27 Jul 2008 21:33:31 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-270</guid>
		<description>the above details may  not exactly work on redhat/Fedora based systems , because on Ubuntu the wvdial connection automatically creates the file /etc/resolv.conf which is required for resolving the addresses ( DNS ) . Now on Fedora or Redhat u have to manually create this file all u have to do is run &quot;wvdial&quot; and from the output of wvdial note down the primary and the secondary DNS addresses and then create the file /etc/resolv.conf ( if it does not exist ) and add the follwoing content to it : 

&lt;b&gt;
nameserver [primary dns address] 
nameserver [secondary dns address]
&lt;/b&gt;
now save the file and restart wvdial , u should be able to browse the internet successfully, this should also solve the problem stated initially on the Redhat ent 4.0 linux .
For Fedora users there is detailed explanation on configuring BSNL EVDO card at the following link on my blog : 
&lt;a href=&#039;http://satish.playdrupal.com/?q=node/32&#039; rel=&quot;nofollow&quot;&gt;http://satish.playdrupal.com/?q=node/32&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>the above details may  not exactly work on redhat/Fedora based systems , because on Ubuntu the wvdial connection automatically creates the file /etc/resolv.conf which is required for resolving the addresses ( DNS ) . Now on Fedora or Redhat u have to manually create this file all u have to do is run &#8220;wvdial&#8221; and from the output of wvdial note down the primary and the secondary DNS addresses and then create the file /etc/resolv.conf ( if it does not exist ) and add the follwoing content to it : </p>
<p><b><br />
nameserver [primary dns address]<br />
nameserver [secondary dns address]<br />
</b><br />
now save the file and restart wvdial , u should be able to browse the internet successfully, this should also solve the problem stated initially on the Redhat ent 4.0 linux .<br />
For Fedora users there is detailed explanation on configuring BSNL EVDO card at the following link on my blog :<br />
<a href='http://satish.playdrupal.com/?q=node/32' rel="nofollow">http://satish.playdrupal.com/?q=node/32</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TechFiz</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-1/#comment-250</link>
		<dc:creator>TechFiz</dc:creator>
		<pubDate>Sat, 12 Jul 2008 14:09:44 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-250</guid>
		<description>&lt;p&gt;You might be having issues with the signals. Check with BSNL and see if there is enough signal in your area.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>You might be having issues with the signals. Check with BSNL and see if there is enough signal in your area.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: santhosh</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-1/#comment-248</link>
		<dc:creator>santhosh</dc:creator>
		<pubDate>Fri, 11 Jul 2008 05:15:03 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-248</guid>
		<description>HI,
I have a problem with Ubuntu 8.04 LTS! . My EVDO device is automatically detected and /dev/ttyUSB0 to ttyUSB10 was automatically created . But when I use wvdialconf it is getting stuck. Here is the output of wvdialconf
sudo wvdialconf /etc/wvdial.confEditing `/etc/wvdial.conf&#039;.Scanning your serial ports for a modem.ttyS0&lt;*1&gt;: ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baudttyS0&lt;*1&gt;: ATQ0 V1 E1 -- failed with 9600 baud, next try: 115200 baudttyS0&lt;*1&gt;: ATQ0 V1 E1 -- and failed too at 115200, giving up.Modem Port Scan&lt;*1&gt;: S1   S2   S3   WvModem&lt;*1&gt;: Cannot get information for serial port.ttyUSB0&lt;*1&gt;: ATQ0 V1 E1 -- OKttyUSB0&lt;*1&gt;: ATQ0 V1 E1 Z -- OKttyUSB0&lt;*1&gt;: ATQ0 V1 E1 S0=0 -- OKttyUSB0&lt;*1&gt;: ATQ0 V1 E1 S0=0 &amp;C1 -- OKttyUSB0&lt;*1&gt;: ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 -- OKttyUSB0&lt;*1&gt;: ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0 -- OKttyUSB0&lt;*1&gt;: Modem Identifier: ATI -- Manufacturer: QUALCOMM INCORPORATEDttyUSB0&lt;*1&gt;: Speed 9600: AT -- OKttyUSB0&lt;*1&gt;: Max speed is 9600; that should be safe.ttyUSB0&lt;*1&gt;: ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0 -- OKttyUSB1&lt;Info&gt;: Exec format errorttyUSB2&lt;Info&gt;: Exec format errorModem Port Scan&lt;*1&gt;: USB2 WvModem&lt;*1&gt;: Cannot get information for serial port.ttyUSB3&lt;*1&gt;: ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baudttyUSB3&lt;*1&gt;: ATQ0 V1 E1 -- failed with 9600 baud, next try: 9600 baudttyUSB3&lt;*1&gt;: ATQ0 V1 E1 -- and failed too at 115200, giving up.ttyUSB4&lt;Info&gt;: Exec format errorModem Port Scan&lt;*1&gt;: USB4 ttyUSB5&lt;Info&gt;: Exec format errorModem Port Scan&lt;*1&gt;: USB5 WvModem&lt;*1&gt;: Cannot get information for serial port.ttyUSB6&lt;*1&gt;: ATQ0 V1 E1 -- </description>
		<content:encoded><![CDATA[<p>HI,<br />
I have a problem with Ubuntu 8.04 LTS! . My EVDO device is automatically detected and /dev/ttyUSB0 to ttyUSB10 was automatically created . But when I use wvdialconf it is getting stuck. Here is the output of wvdialconf<br />
sudo wvdialconf /etc/wvdial.confEditing `/etc/wvdial.conf&#8217;.Scanning your serial ports for a modem.ttyS0&lt;*1&gt;: ATQ0 V1 E1 &#8212; failed with 2400 baud, next try: 9600 baudttyS0&lt;*1&gt;: ATQ0 V1 E1 &#8212; failed with 9600 baud, next try: 115200 baudttyS0&lt;*1&gt;: ATQ0 V1 E1 &#8212; and failed too at 115200, giving up.Modem Port Scan&lt;*1&gt;: S1   S2   S3   WvModem&lt;*1&gt;: Cannot get information for serial port.ttyUSB0&lt;*1&gt;: ATQ0 V1 E1 &#8212; OKttyUSB0&lt;*1&gt;: ATQ0 V1 E1 Z &#8212; OKttyUSB0&lt;*1&gt;: ATQ0 V1 E1 S0=0 &#8212; OKttyUSB0&lt;*1&gt;: ATQ0 V1 E1 S0=0 &amp;C1 &#8212; OKttyUSB0&lt;*1&gt;: ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 &#8212; OKttyUSB0&lt;*1&gt;: ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0 &#8212; OKttyUSB0&lt;*1&gt;: Modem Identifier: ATI &#8212; Manufacturer: QUALCOMM INCORPORATEDttyUSB0&lt;*1&gt;: Speed 9600: AT &#8212; OKttyUSB0&lt;*1&gt;: Max speed is 9600; that should be safe.ttyUSB0&lt;*1&gt;: ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0 &#8212; OKttyUSB1&lt;Info&gt;: Exec format errorttyUSB2&lt;Info&gt;: Exec format errorModem Port Scan&lt;*1&gt;: USB2 WvModem&lt;*1&gt;: Cannot get information for serial port.ttyUSB3&lt;*1&gt;: ATQ0 V1 E1 &#8212; failed with 2400 baud, next try: 9600 baudttyUSB3&lt;*1&gt;: ATQ0 V1 E1 &#8212; failed with 9600 baud, next try: 9600 baudttyUSB3&lt;*1&gt;: ATQ0 V1 E1 &#8212; and failed too at 115200, giving up.ttyUSB4&lt;Info&gt;: Exec format errorModem Port Scan&lt;*1&gt;: USB4 ttyUSB5&lt;Info&gt;: Exec format errorModem Port Scan&lt;*1&gt;: USB5 WvModem&lt;*1&gt;: Cannot get information for serial port.ttyUSB6&lt;*1&gt;: ATQ0 V1 E1 &#8211;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kanhu</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-1/#comment-219</link>
		<dc:creator>kanhu</dc:creator>
		<pubDate>Sat, 05 Jul 2008 04:49:03 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-219</guid>
		<description>Hi,
very nice and intersting .can any one help me for the same Evdo configuration on Fedora core 6. i will thank  full to u...</description>
		<content:encoded><![CDATA[<p>Hi,<br />
very nice and intersting .can any one help me for the same Evdo configuration on Fedora core 6. i will thank  full to u&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shanmug</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-1/#comment-212</link>
		<dc:creator>Shanmug</dc:creator>
		<pubDate>Fri, 04 Jul 2008 02:15:47 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-212</guid>
		<description>hi TechFiz
route -n gives this output
Kernel IP routing tableDestination     Gateway         Genmask         Flags Metric Ref    Use Iface10.64.64.64     0.0.0.0         255.255.255.255 UH    0      0        0 ppp0169.254.0.0     0.0.0.0         255.255.0.0     U     0      0        0 lo0.0.0.0         10.64.64.64     0.0.0.0         UG    0      0        0 ppp0-----
&lt;cite&gt;route del default gw eth0&lt;/cite&gt;
&lt;cite&gt;route add default gw &lt;/cite&gt;10.64.64.64
I tried these commands both failed. By looking at the output of route -n, hope u can identify the error...</description>
		<content:encoded><![CDATA[<p>hi TechFiz<br />
route -n gives this output<br />
Kernel IP routing tableDestination     Gateway         Genmask         Flags Metric Ref    Use Iface10.64.64.64     0.0.0.0         255.255.255.255 UH    0      0        0 ppp0169.254.0.0     0.0.0.0         255.255.0.0     U     0      0        0 lo0.0.0.0         10.64.64.64     0.0.0.0         UG    0      0        0 ppp0&#8212;&#8211;<br />
<cite>route del default gw eth0</cite><br />
<cite>route add default gw </cite>10.64.64.64<br />
I tried these commands both failed. By looking at the output of route -n, hope u can identify the error&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TechFiz</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-1/#comment-208</link>
		<dc:creator>TechFiz</dc:creator>
		<pubDate>Thu, 03 Jul 2008 04:14:20 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-208</guid>
		<description>&lt;p&gt;&lt;cite&gt;Shanmug,&lt;/cite&gt;&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&lt;/cite&gt;&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;give me the out put for the command &lt;br /&gt;&lt;/cite&gt;&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&lt;/cite&gt;&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;route -n&lt;/cite&gt;&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;Let me see whats there in that. &lt;/cite&gt;&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&lt;/cite&gt;&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;Also, try running this commands in console to start browsing the net :&lt;/cite&gt;&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&lt;/cite&gt;&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;route del default gw eth0&lt;/cite&gt;&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;route add default gw &lt;/cite&gt;10.64.64.64&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;This should help you to start browsing the net.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p><cite>Shanmug,</cite></p>
<p><cite></cite></p>
<p><cite>give me the out put for the command <br /></cite></p>
<p><cite></cite></p>
<p><cite>route -n</cite></p>
<p><cite>Let me see whats there in that. </cite></p>
<p><cite></cite></p>
<p><cite>Also, try running this commands in console to start browsing the net :</cite></p>
<p><cite></cite></p>
<p><cite>route del default gw eth0</cite></p>
<p><cite>route add default gw </cite>10.64.64.64</p>
<p> </p>
<p>This should help you to start browsing the net.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TechFiz</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-1/#comment-207</link>
		<dc:creator>TechFiz</dc:creator>
		<pubDate>Thu, 03 Jul 2008 04:11:13 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-207</guid>
		<description>Hi Mehaboob,

Find wvdial here for Mandriva.

http://www.mandrivaclub.com/xwiki/bin/view/rpms/Application/wvdial

You can also find the RPM&#039;s here

http://rpmfind.net/linux/rpm2html/search.php?query=wvdial</description>
		<content:encoded><![CDATA[<p>Hi Mehaboob,</p>
<p>Find wvdial here for Mandriva.</p>
<p><a href="http://www.mandrivaclub.com/xwiki/bin/view/rpms/Application/wvdial" rel="nofollow">http://www.mandrivaclub.com/xw.....ion/wvdial</a></p>
<p>You can also find the RPM&#8217;s here</p>
<p><a href="http://rpmfind.net/linux/rpm2html/search.php?query=wvdial" rel="nofollow">http://rpmfind.net/linux/rpm2h.....ery=wvdial</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shanmug</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-1/#comment-206</link>
		<dc:creator>Shanmug</dc:creator>
		<pubDate>Thu, 03 Jul 2008 02:21:41 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-206</guid>
		<description>Hi.
Thx for this valuable info. I hv exactly the same BSNL EVDO. I configured it as u said till the &lt;code&gt;wvdial in redhat Ent 4.0&lt;/code&gt;
[root@localhost ~]# wvdial--&gt; WvDial: Internet dialer version 1.54.0--&gt; Initializing modem.--&gt; Sending: ATZATZOK--&gt; Sending: ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0OK--&gt; Modem initialized.--&gt; Sending: ATDT#777--&gt; Waiting for carrier.ATDT#777CONNECT--&gt; Carrier detected.  Starting PPP immediately.--&gt; Starting pppd at Wed Jul  2 08:22:40 2008--&gt; pid of pppd: 5009--&gt; Using interface ppp0--&gt; local  IP address 10.1.0.147--&gt; remote IP address 10.64.64.64--&gt; primary   DNS address 218.248.240.23--&gt; secondary DNS address 218.248.240.135
&lt;code&gt;I get upto secondary DNS address but still im not able to browse the net. I use konqueror (as i dont hv firefox yet) when i give the url, im getting the message.. unknown host http://www.google.co.in&lt;/code&gt;
&lt;code&gt;Im getting the same message when i ping it from terminal www.google.co.in&lt;/code&gt;
After wvdial, in a new terminal i tried ifconfig as below... May be this will help you identify the problem
[root@localhost ~]# ifconfiglo        Link encap:Local Loopback inet addr:127.0.0.1  Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING  MTU:16436  Metric:1 RX packets:2522 errors:0 dropped:0 overruns:0 frame:0 TX packets:2522 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:2112052 (2.0 MiB)  TX bytes:2112052 (2.0 MiB)ppp0      Link encap:Point-to-Point Protocol inet addr:10.1.0.147  P-t-P:10.64.64.64  Mask:255.255.255.255 UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1500  Metric:1 RX packets:5 errors:0 dropped:0 overruns:0 frame:0 TX packets:19 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:3 RX bytes:62 (62.0 b)  TX bytes:1190 (1.1 KiB)</description>
		<content:encoded><![CDATA[<p>Hi.<br />
Thx for this valuable info. I hv exactly the same BSNL EVDO. I configured it as u said till the <code>wvdial in redhat Ent 4.0</code><br />
[root@localhost ~]# wvdial&#8211;&gt; WvDial: Internet dialer version 1.54.0&#8211;&gt; Initializing modem.&#8211;&gt; Sending: ATZATZOK&#8211;&gt; Sending: ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0OK&#8211;&gt; Modem initialized.&#8211;&gt; Sending: ATDT#777&#8211;&gt; Waiting for carrier.ATDT#777CONNECT&#8211;&gt; Carrier detected.  Starting PPP immediately.&#8211;&gt; Starting pppd at Wed Jul  2 08:22:40 2008&#8211;&gt; pid of pppd: 5009&#8211;&gt; Using interface ppp0&#8211;&gt; local  IP address 10.1.0.147&#8211;&gt; remote IP address 10.64.64.64&#8211;&gt; primary   DNS address 218.248.240.23&#8211;&gt; secondary DNS address 218.248.240.135<br />
<code>I get upto secondary DNS address but still im not able to browse the net. I use konqueror (as i dont hv firefox yet) when i give the url, im getting the message.. unknown host <a href="http://www.google.co.in" rel="nofollow">http://www.google.co.in</a></code><br />
<code>Im getting the same message when i ping it from terminal <a href="http://www.google.co.in" rel="nofollow">http://www.google.co.in</a></code><br />
After wvdial, in a new terminal i tried ifconfig as below&#8230; May be this will help you identify the problem<br />
[root@localhost ~]# ifconfiglo        Link encap:Local Loopback inet addr:127.0.0.1  Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING  MTU:16436  Metric:1 RX packets:2522 errors:0 dropped:0 overruns:0 frame:0 TX packets:2522 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:2112052 (2.0 MiB)  TX bytes:2112052 (2.0 MiB)ppp0      Link encap:Point-to-Point Protocol inet addr:10.1.0.147  P-t-P:10.64.64.64  Mask:255.255.255.255 UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1500  Metric:1 RX packets:5 errors:0 dropped:0 overruns:0 frame:0 TX packets:19 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:3 RX bytes:62 (62.0 b)  TX bytes:1190 (1.1 KiB)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mehboob tak</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-1/#comment-203</link>
		<dc:creator>mehboob tak</dc:creator>
		<pubDate>Wed, 02 Jul 2008 18:50:41 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-203</guid>
		<description>cant find wvdial in mandriva linux 2008 spring ...plz help</description>
		<content:encoded><![CDATA[<p>cant find wvdial in mandriva linux 2008 spring &#8230;plz help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TechFiz</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-1/#comment-194</link>
		<dc:creator>TechFiz</dc:creator>
		<pubDate>Sat, 28 Jun 2008 12:33:27 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-194</guid>
		<description>&lt;p&gt;Hi Niranjan, &lt;br /&gt;&lt;br /&gt;File name is /etc/modules. If you use ubuntu 8.04 you need not do all this. It works out of box.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Hi Niranjan, </p>
<p>File name is /etc/modules. If you use ubuntu 8.04 you need not do all this. It works out of box.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: niranjan</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-1/#comment-193</link>
		<dc:creator>niranjan</dc:creator>
		<pubDate>Sat, 28 Jun 2008 09:50:21 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-193</guid>
		<description>hi
Thanks man,,,, its really good that i m able to use internet in LINUX becouse of you,,,,,,,,,,,
&quot; One thing is do i need to follow these steps everytime i restart the system?????? and i m not finding a a file
&quot;/etc/module&quot;
what  should i do ?????
Regards
Niranjan</description>
		<content:encoded><![CDATA[<p>hi<br />
Thanks man,,,, its really good that i m able to use internet in LINUX becouse of you,,,,,,,,,,,<br />
&#8221; One thing is do i need to follow these steps everytime i restart the system?????? and i m not finding a a file<br />
&#8220;/etc/module&#8221;<br />
what  should i do ?????<br />
Regards<br />
Niranjan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Piyush Kumar Singh</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-1/#comment-185</link>
		<dc:creator>Piyush Kumar Singh</dc:creator>
		<pubDate>Sat, 21 Jun 2008 04:49:54 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-185</guid>
		<description>Kindly help me with installing &lt;strong&gt;PCMCIA&lt;/strong&gt; BSNL Device on Ubuntu. I love Linux badly but it seems i have hung myself badly in connecting Net on Ubuntu. My laptop architecture is x86_64 if it is required for kind information. I will be highly thankful for the solution.</description>
		<content:encoded><![CDATA[<p>Kindly help me with installing <strong>PCMCIA</strong> BSNL Device on Ubuntu. I love Linux badly but it seems i have hung myself badly in connecting Net on Ubuntu. My laptop architecture is x86_64 if it is required for kind information. I will be highly thankful for the solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TechFiz</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-1/#comment-169</link>
		<dc:creator>TechFiz</dc:creator>
		<pubDate>Mon, 09 Jun 2008 14:54:56 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-169</guid>
		<description>&lt;p&gt;Hi Martial,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;I have put an another article for Ubuntu 8.04. have a look at it.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;http://platonic.techfiz.info/2008/04/05/bsnl-ev-do-works-on-hardy/&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;You need not follow all the instructions added here.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Best of luck&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Hi Martial,</p>
<p> </p>
<p>I have put an another article for Ubuntu 8.04. have a look at it.</p>
<p> </p>
<p><a href="http://platonic.techfiz.info/2008/04/05/bsnl-ev-do-works-on-hardy/" rel="nofollow">http://platonic.techfiz.info/2.....-on-hardy/</a></p>
<p> </p>
<p>You need not follow all the instructions added here.</p>
<p> </p>
<p>Best of luck</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martial</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-1/#comment-168</link>
		<dc:creator>Martial</dc:creator>
		<pubDate>Mon, 09 Jun 2008 14:32:27 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-168</guid>
		<description>Hi, 

I&#039;m living in Madagascar and one the provider offer a 3G+ EvDO with a ZTE  MG 480. I&#039;m using Ubuntu 8.4. I try to follow your post, but I&#039;m block to edit the file /etc/init.d/mountdevsubfs.sh

The file is empty or this sudo nautilus I can not save in the new files:
/proc/bus/usb/.usbfs/devices

If somebody could help me , because I&#039;m a nooob in linux.

thanks</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I&#8217;m living in Madagascar and one the provider offer a 3G+ EvDO with a ZTE  MG 480. I&#8217;m using Ubuntu 8.4. I try to follow your post, but I&#8217;m block to edit the file /etc/init.d/mountdevsubfs.sh</p>
<p>The file is empty or this sudo nautilus I can not save in the new files:<br />
/proc/bus/usb/.usbfs/devices</p>
<p>If somebody could help me , because I&#8217;m a nooob in linux.</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TechFiz</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-1/#comment-149</link>
		<dc:creator>TechFiz</dc:creator>
		<pubDate>Wed, 04 Jun 2008 02:35:56 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-149</guid>
		<description>&lt;p&gt;Upgrading kernel on your current ubuntu should resolve the problem.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;aptitude update; aptitude upgrade&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;the above command should do.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Upgrading kernel on your current ubuntu should resolve the problem.</p>
<p> </p>
<p>aptitude update; aptitude upgrade</p>
<p> </p>
<p>the above command should do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: W.P.Rayalu</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-1/#comment-148</link>
		<dc:creator>W.P.Rayalu</dc:creator>
		<pubDate>Wed, 04 Jun 2008 02:25:49 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-148</guid>
		<description>I have tried ubuntu feiry, ubuntu 6.06, ubuntu 8.04, fedora 6 to 9, suse 10 to 10.3, linuxp, mint linux, mandriva 2007 &amp; 2008 to connect ZTE-evdo card. Out of all of these only ubuntu 8.04 has worked hassle free. 
All other distros required to attach the usb modem through modprobe to connect. But every distro except ubuntu 8.04, has hanged after few minutes of successfull connection of the device. On these distros never I could browse internet more than 5 minutes through evdo. 
Recently MotherBoard of my CPU has been detected of some errors and the same has been replaced. Now I can not install ubuntu 8.04 because it fails to load with an error at fd0.
Other distros could be loaded but they doesn&#039;t work properly with ZTE-EVDO.
Is it the problem with Kenrel?
Can any one help me in this matter please.</description>
		<content:encoded><![CDATA[<p>I have tried ubuntu feiry, ubuntu 6.06, ubuntu 8.04, fedora 6 to 9, suse 10 to 10.3, linuxp, mint linux, mandriva 2007 &amp; 2008 to connect ZTE-evdo card. Out of all of these only ubuntu 8.04 has worked hassle free.<br />
All other distros required to attach the usb modem through modprobe to connect. But every distro except ubuntu 8.04, has hanged after few minutes of successfull connection of the device. On these distros never I could browse internet more than 5 minutes through evdo.<br />
Recently MotherBoard of my CPU has been detected of some errors and the same has been replaced. Now I can not install ubuntu 8.04 because it fails to load with an error at fd0.<br />
Other distros could be loaded but they doesn&#8217;t work properly with ZTE-EVDO.<br />
Is it the problem with Kenrel?<br />
Can any one help me in this matter please.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pati</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-1/#comment-145</link>
		<dc:creator>Pati</dc:creator>
		<pubDate>Fri, 30 May 2008 10:31:12 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-145</guid>
		<description>The most important bit is to note the following ...
&quot;I’m a n00b to linux hardware detection, so It took me a while to figure out that this step was needed BEFORE I plugged in the device.&quot;</description>
		<content:encoded><![CDATA[<p>The most important bit is to note the following &#8230;<br />
&#8220;I’m a n00b to linux hardware detection, so It took me a while to figure out that this step was needed BEFORE I plugged in the device.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vimal George</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-1/#comment-97</link>
		<dc:creator>Vimal George</dc:creator>
		<pubDate>Sat, 17 May 2008 08:30:05 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-97</guid>
		<description>I found that adding the &quot;usbserial vendor =.......&quot; string to the /etc/modules is more useful and lasting advice for the regular users of the modem. can&#039;t do the manual modprobe everytime. Thanks for that tip.

I&#039;m a n00b to linux hardware detection, so It took me a while to figure out that this step was needed BEFORE I plugged in the device.

cheerio.</description>
		<content:encoded><![CDATA[<p>I found that adding the &#8220;usbserial vendor =&#8230;&#8230;.&#8221; string to the /etc/modules is more useful and lasting advice for the regular users of the modem. can&#8217;t do the manual modprobe everytime. Thanks for that tip.</p>
<p>I&#8217;m a n00b to linux hardware detection, so It took me a while to figure out that this step was needed BEFORE I plugged in the device.</p>
<p>cheerio.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BSNLEVDO.in</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-1/#comment-82</link>
		<dc:creator>BSNLEVDO.in</dc:creator>
		<pubDate>Sat, 26 Apr 2008 11:33:52 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-82</guid>
		<description>gud effort n very nice tutorial..... keep it up..</description>
		<content:encoded><![CDATA[<p>gud effort n very nice tutorial&#8230;.. keep it up..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BSNL EVDO CLUB</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-1/#comment-60</link>
		<dc:creator>BSNL EVDO CLUB</dc:creator>
		<pubDate>Fri, 11 Apr 2008 06:55:45 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-60</guid>
		<description>Fantastic ! Well written :)</description>
		<content:encoded><![CDATA[<p>Fantastic ! Well written <img src='http://platonic.techfiz.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EVDO &#38; Linux - India Broadband Forum</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-1/#comment-53</link>
		<dc:creator>EVDO &#38; Linux - India Broadband Forum</dc:creator>
		<pubDate>Fri, 07 Mar 2008 14:14:46 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-53</guid>
		<description>[...] EVDO &amp; Linux   I dont have/use EVDO myself but came across another blog link, see Platonic Blog Archive Hacking BSNL EvDO on Linux  __________________ &quot;Thou shalt not follow the null pointer for at it&#039;s end madness and chaos [...]</description>
		<content:encoded><![CDATA[<p>[...] EVDO &amp; Linux   I dont have/use EVDO myself but came across another blog link, see Platonic Blog Archive Hacking BSNL EvDO on Linux  __________________ &quot;Thou shalt not follow the null pointer for at it&#8217;s end madness and chaos [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sathya</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-1/#comment-51</link>
		<dc:creator>Sathya</dc:creator>
		<pubDate>Wed, 05 Mar 2008 18:41:35 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-51</guid>
		<description>Nice post. Submitted to Digg.</description>
		<content:encoded><![CDATA[<p>Nice post. Submitted to Digg.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vimal George</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-1/#comment-50</link>
		<dc:creator>Vimal George</dc:creator>
		<pubDate>Wed, 05 Mar 2008 08:14:22 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-50</guid>
		<description>Thanks a load man. You&#039;re an angel. I was considering following this guide here before i&#039;d found your article:
http://scitechpolitics.blogspot.com/2008/01/bsnl-evdo-on-gnulinux.html

something at the end about adding Udev rules. I dont know. I&#039;ll try both out once my modem arrives.

Next, i&#039;m getting a nokia N800 (with hostmode USB hack) and using this evdo modem on it. w00t!</description>
		<content:encoded><![CDATA[<p>Thanks a load man. You&#8217;re an angel. I was considering following this guide here before i&#8217;d found your article:<br />
<a href="http://scitechpolitics.blogspot.com/2008/01/bsnl-evdo-on-gnulinux.html" rel="nofollow">http://scitechpolitics.blogspo.....linux.html</a></p>
<p>something at the end about adding Udev rules. I dont know. I&#8217;ll try both out once my modem arrives.</p>
<p>Next, i&#8217;m getting a nokia N800 (with hostmode USB hack) and using this evdo modem on it. w00t!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hpn</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-1/#comment-49</link>
		<dc:creator>hpn</dc:creator>
		<pubDate>Tue, 04 Mar 2008 20:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-49</guid>
		<description>Very useful post, Shiv. Saves a lot of trouble. 

Somehow the connection strings are misfiring here with the same wvdial conf though. Need to look into it a bit sometime.</description>
		<content:encoded><![CDATA[<p>Very useful post, Shiv. Saves a lot of trouble. </p>
<p>Somehow the connection strings are misfiring here with the same wvdial conf though. Need to look into it a bit sometime.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TechFiz</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-1/#comment-48</link>
		<dc:creator>TechFiz</dc:creator>
		<pubDate>Tue, 04 Mar 2008 12:27:53 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-48</guid>
		<description>Sijin,

You have an another good news. Soon you will get to see BSNL offering 2mbps EvDO connection. Obviously @ a good tariff.</description>
		<content:encoded><![CDATA[<p>Sijin,</p>
<p>You have an another good news. Soon you will get to see BSNL offering 2mbps EvDO connection. Obviously @ a good tariff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SiiN</title>
		<link>http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/comment-page-1/#comment-47</link>
		<dc:creator>SiiN</dc:creator>
		<pubDate>Tue, 04 Mar 2008 12:23:42 +0000</pubDate>
		<guid isPermaLink="false">http://platonic.techfiz.info/2008/03/04/hacking-bsnl-evdo-on-linux/#comment-47</guid>
		<description>Great newz Shiv ! I would throw away the fu**ing Reliance Wimax connection and the crappy TATA indicom Wimax ( cuz it always block my mac address(es ..lol) for some reason I yet need to find out.. grr ) once EvDO start offering something more than 256 kbps.</description>
		<content:encoded><![CDATA[<p>Great newz Shiv ! I would throw away the fu**ing Reliance Wimax connection and the crappy TATA indicom Wimax ( cuz it always block my mac address(es ..lol) for some reason I yet need to find out.. grr ) once EvDO start offering something more than 256 kbps.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
