<?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/"
		>
<channel>
	<title>Comments on: HOWTO: Use your Nokia N95 Cellphone as a Bluetooth modem for Linux</title>
	<atom:link href="http://javier.rodriguez.org.mx/index.php/2008/09/28/howto-use-your-nokia-n95-cellphone-as-a-bluetooth-modem-for-linux/feed" rel="self" type="application/rss+xml" />
	<link>http://javier.rodriguez.org.mx/index.php/2008/09/28/howto-use-your-nokia-n95-cellphone-as-a-bluetooth-modem-for-linux</link>
	<description>random musings</description>
	<lastBuildDate>Tue, 31 Aug 2010 16:03:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Josu</title>
		<link>http://javier.rodriguez.org.mx/index.php/2008/09/28/howto-use-your-nokia-n95-cellphone-as-a-bluetooth-modem-for-linux/comment-page-1#comment-180180</link>
		<dc:creator>Josu</dc:creator>
		<pubDate>Sat, 08 Aug 2009 13:30:04 +0000</pubDate>
		<guid isPermaLink="false">http://javier.rodriguez.org.mx/?p=156#comment-180180</guid>
		<description>Hello, thanks for the howto. I have a Nokia E51 and Debian Lenny. I am trying to configre it but I have a error.

These are my steps:

1. Configure bluetooth:

  # rfcomm 
  rfcomm0: 00:1D:6E:xx:xx:xx channel 4 clean

  (on E51 the &quot;Dial-Up Networking&quot; service comes in channel 4)

2. I write to my 3G service provider and they send connections information:

- No need user or pass.
- APN: internetmas
- Telephone number: *99#
- initial command: +CGDCONT=1,“IP”,“internetmas” 

3. So I configure /etc/wvdial.conf this way:

  [Dialer Defaults]
  Phone = *99#
  Password = 
  Username = 
  Stupid Mode = 1
  Dial Command = ATDT
  New PPPD = yes
  Remote Name = &quot;*&quot;
  
  [Dialer Nokia]
  Modem = /dev/rfcomm0
  Baud = 460800
  Init1 = ATZ
  Init2 = ATQ0 V1 E0 S0=0 &amp;C1 &amp;D2 +FCLASS=0
  Init3 = +CGDCONT=1;”IP”;”internetmas”;
  ISDN = 0
  Modem Type = Analog Modem

4. This is my modem permisions:

  # ls -l /dev/ &#124; grep rfcomm0
  crw-rw---- 1 root dialout   216,   0 2009-08-08 15:14 rfcomm0

And this my connection error:

  # wvdial Nokia
  --&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 E0 S0=0 &amp;C1 &amp;D2 +FCLASS=0
  ATQ0 V1 E0 S0=0 &amp;C1 &amp;D2 +FCLASS=0
  OK
  --&gt; Sending: +CGDCONT=1;”IP”;”internetmas”;
  --&gt; Sending: ATQ0
  OK
  --&gt; Re-Sending: +CGDCONT=1;”IP”;”internetmas”;
  --&gt; Modem not responding.

I don&#039;t know which is the problem. Can someone help?

Thanks for all and best regards.</description>
		<content:encoded><![CDATA[<p>Hello, thanks for the howto. I have a Nokia E51 and Debian Lenny. I am trying to configre it but I have a error.</p>
<p>These are my steps:</p>
<p>1. Configure bluetooth:</p>
<p>  # rfcomm<br />
  rfcomm0: 00:1D:6E:xx:xx:xx channel 4 clean</p>
<p>  (on E51 the &#8220;Dial-Up Networking&#8221; service comes in channel 4)</p>
<p>2. I write to my 3G service provider and they send connections information:</p>
<p>- No need user or pass.<br />
- APN: internetmas<br />
- Telephone number: *99#<br />
- initial command: +CGDCONT=1,“IP”,“internetmas” </p>
<p>3. So I configure /etc/wvdial.conf this way:</p>
<p>  [Dialer Defaults]<br />
  Phone = *99#<br />
  Password =<br />
  Username =<br />
  Stupid Mode = 1<br />
  Dial Command = ATDT<br />
  New PPPD = yes<br />
  Remote Name = &#8220;*&#8221;</p>
<p>  [Dialer Nokia]<br />
  Modem = /dev/rfcomm0<br />
  Baud = 460800<br />
  Init1 = ATZ<br />
  Init2 = ATQ0 V1 E0 S0=0 &amp;C1 &amp;D2 +FCLASS=0<br />
  Init3 = +CGDCONT=1;”IP”;”internetmas”;<br />
  ISDN = 0<br />
  Modem Type = Analog Modem</p>
<p>4. This is my modem permisions:</p>
<p>  # ls -l /dev/ | grep rfcomm0<br />
  crw-rw&#8212;- 1 root dialout   216,   0 2009-08-08 15:14 rfcomm0</p>
<p>And this my connection error:</p>
<p>  # wvdial Nokia<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 E0 S0=0 &amp;C1 &amp;D2 +FCLASS=0<br />
  ATQ0 V1 E0 S0=0 &amp;C1 &amp;D2 +FCLASS=0<br />
  OK<br />
  &#8211;&gt; Sending: +CGDCONT=1;”IP”;”internetmas”;<br />
  &#8211;&gt; Sending: ATQ0<br />
  OK<br />
  &#8211;&gt; Re-Sending: +CGDCONT=1;”IP”;”internetmas”;<br />
  &#8211;&gt; Modem not responding.</p>
<p>I don&#8217;t know which is the problem. Can someone help?</p>
<p>Thanks for all and best regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://javier.rodriguez.org.mx/index.php/2008/09/28/howto-use-your-nokia-n95-cellphone-as-a-bluetooth-modem-for-linux/comment-page-1#comment-174615</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Thu, 30 Apr 2009 20:49:02 +0000</pubDate>
		<guid isPermaLink="false">http://javier.rodriguez.org.mx/?p=156#comment-174615</guid>
		<description>I cannot get wvdial to see my modem. I get the following.

[root@localhost andrew]# wvdial vodafone
--&gt; WvDial: Internet dialer version 1.60
--&gt; Warning: section [Dialer vodafone] does not exist in wvdial.conf.
--&gt; Cannot open /dev/modem: No such file or directory
--&gt; Cannot open /dev/modem: No such file or directory
--&gt; Cannot open /dev/modem: No such file or directory

I edited the files as stated and although I am with O2 in Germany I thought I would leave your text as is to see what happened before trying to make changes.

It seems that the modem file is missing and having searched my system I find a file called modem.conf but looking through it I cannot see anything relevant.

What file should I be looking for in /dev/modem?

I can browse my phone via bluetooth and have done hciscan to determine the mac address and rfcomm channel..

I am working on Mandriva 2009.</description>
		<content:encoded><![CDATA[<p>I cannot get wvdial to see my modem. I get the following.</p>
<p>[root@localhost andrew]# wvdial vodafone<br />
&#8211;&gt; WvDial: Internet dialer version 1.60<br />
&#8211;&gt; Warning: section [Dialer vodafone] does not exist in wvdial.conf.<br />
&#8211;&gt; Cannot open /dev/modem: No such file or directory<br />
&#8211;&gt; Cannot open /dev/modem: No such file or directory<br />
&#8211;&gt; Cannot open /dev/modem: No such file or directory</p>
<p>I edited the files as stated and although I am with O2 in Germany I thought I would leave your text as is to see what happened before trying to make changes.</p>
<p>It seems that the modem file is missing and having searched my system I find a file called modem.conf but looking through it I cannot see anything relevant.</p>
<p>What file should I be looking for in /dev/modem?</p>
<p>I can browse my phone via bluetooth and have done hciscan to determine the mac address and rfcomm channel..</p>
<p>I am working on Mandriva 2009.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: javier</title>
		<link>http://javier.rodriguez.org.mx/index.php/2008/09/28/howto-use-your-nokia-n95-cellphone-as-a-bluetooth-modem-for-linux/comment-page-1#comment-147149</link>
		<dc:creator>javier</dc:creator>
		<pubDate>Mon, 12 Jan 2009 17:27:25 +0000</pubDate>
		<guid isPermaLink="false">http://javier.rodriguez.org.mx/?p=156#comment-147149</guid>
		<description>wsjunior:
You might want to find out if the phone is locked with a PIN, or refer to http://www.shapeshifter.se/2008/04/30/list-of-at-commands/ for a list of AT+CGDCONT alternatives. Try AT+CGDCONT=? to find out if your modem supports &quot;IP&quot; as a protocol type.</description>
		<content:encoded><![CDATA[<p>wsjunior:<br />
You might want to find out if the phone is locked with a PIN, or refer to <a href="http://www.shapeshifter.se/2008/04/30/list-of-at-commands/" rel="nofollow">http://www.shapeshifter.se/2008/04/30/list-of-at-commands/</a> for a list of AT+CGDCONT alternatives. Try AT+CGDCONT=? to find out if your modem supports &#8220;IP&#8221; as a protocol type.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wsjunior</title>
		<link>http://javier.rodriguez.org.mx/index.php/2008/09/28/howto-use-your-nokia-n95-cellphone-as-a-bluetooth-modem-for-linux/comment-page-1#comment-147129</link>
		<dc:creator>wsjunior</dc:creator>
		<pubDate>Mon, 12 Jan 2009 15:30:11 +0000</pubDate>
		<guid isPermaLink="false">http://javier.rodriguez.org.mx/?p=156#comment-147129</guid>
		<description>I&#039;ve got a --&gt; Bad init string error message:

wsjunior@wsjunior-laptop:~$ sudo wvdial vivo
--&gt; WvDial: Internet dialer version 1.60
--&gt; Cannot get information for serial port.
--&gt; Initializing modem.
--&gt; Sending: ATZ
ATZ
OK
--&gt; Sending: ATZ
ATZ
OK
--&gt; Sending: ATQ0 V1 E0 S0=0 &amp;C1 &amp;D2 +FCLASS=0
ATQ0 V1 E0 S0=0 &amp;C1 &amp;D2 +FCLASS=0
OK
--&gt; Sending: AT+CGDCONT=1,”IP”,”zap.vivo.com.br”
ERROR
--&gt; Bad init string.

What could be wrong here?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got a &#8211;&gt; Bad init string error message:</p>
<p>wsjunior@wsjunior-laptop:~$ sudo wvdial vivo<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: ATZ<br />
ATZ<br />
OK<br />
&#8211;&gt; Sending: ATQ0 V1 E0 S0=0 &amp;C1 &amp;D2 +FCLASS=0<br />
ATQ0 V1 E0 S0=0 &amp;C1 &amp;D2 +FCLASS=0<br />
OK<br />
&#8211;&gt; Sending: AT+CGDCONT=1,”IP”,”zap.vivo.com.br”<br />
ERROR<br />
&#8211;&gt; Bad init string.</p>
<p>What could be wrong here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nokia replica</title>
		<link>http://javier.rodriguez.org.mx/index.php/2008/09/28/howto-use-your-nokia-n95-cellphone-as-a-bluetooth-modem-for-linux/comment-page-1#comment-146525</link>
		<dc:creator>nokia replica</dc:creator>
		<pubDate>Tue, 06 Jan 2009 09:52:27 +0000</pubDate>
		<guid isPermaLink="false">http://javier.rodriguez.org.mx/?p=156#comment-146525</guid>
		<description>yes, Use your Nokia N95 Cellphone as a Bluetooth modem for Linux</description>
		<content:encoded><![CDATA[<p>yes, Use your Nokia N95 Cellphone as a Bluetooth modem for Linux</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gabiel</title>
		<link>http://javier.rodriguez.org.mx/index.php/2008/09/28/howto-use-your-nokia-n95-cellphone-as-a-bluetooth-modem-for-linux/comment-page-1#comment-142181</link>
		<dc:creator>gabiel</dc:creator>
		<pubDate>Wed, 19 Nov 2008 06:24:13 +0000</pubDate>
		<guid isPermaLink="false">http://javier.rodriguez.org.mx/?p=156#comment-142181</guid>
		<description>You have made a little typo; the first init string must be ATZ+CPIN=&quot;xxxx&quot; where xxxx is the PIN code.

Regards, Miguel Angel.

Bonus: If you want to use this configuration with Vodafone in Spain, you must change &quot;ac.vodafone.es&quot; for &quot;airtelnet.es&quot;</description>
		<content:encoded><![CDATA[<p>You have made a little typo; the first init string must be ATZ+CPIN=&#8221;xxxx&#8221; where xxxx is the PIN code.</p>
<p>Regards, Miguel Angel.</p>
<p>Bonus: If you want to use this configuration with Vodafone in Spain, you must change &#8220;ac.vodafone.es&#8221; for &#8220;airtelnet.es&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
