All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul LeoNerd Evans <leonerd-bluez@leonerd.org.uk>
To: BlueZ users <bluez-users@lists.sourceforge.net>
Subject: Re: [Bluez-users] first message
Date: Sun, 29 Oct 2006 16:49:18 +0000	[thread overview]
Message-ID: <20061029164917.GA8692@cel.leo> (raw)
In-Reply-To: <20061022194012.1819f3d9@morgul.earth>


[-- Attachment #1.1: Type: text/plain, Size: 1555 bytes --]

On Sun, Oct 22, 2006 at 07:40:12PM +0200, Frank Dietrich wrote:
> If have a mobile with bluetooth and want to use it for an
> internet connection. I'm sure it doesn't work because I miss the
> bluetooth basics. ;-)

I do the following on debian/testing to get ppp to talk to my Nokia
6310:

/etc/bluetooth/rfcomm.conf contains:

rfcomm0 {
        bind yes;
        device 00:11:22:33:44:55;
        channel 1;
        comment "Bluetooth connection to Nokia 6310i";
}

For GRPS I then do put this in /etc/ppp/peers/gprs:

debug
noauth
usepeerdns
/dev/rfcomm0 115200
115200
local
crtscts
# Debug - For some reason GPRS seems to time out after 2 minutes. Maybe
# the Orange servers don't reply echos? We'll turn
lcp-echo-failure 0
lcp-echo-interval 0
defaultroute
noipdefault
connect '/usr/sbin/chat -f /etc/ppp/chat-gprs -r /dev/console'

My chat-gprs then contains:

TIMEOUT         5
ECHO            ON
ABORT           '\nBUSY\n'
ABORT           '\nERROR\r'
ABORT           '\nNO ANSWER\r'
ABORT           '\nNO CARRIER\r'
ABORT           '\nNO DIALTONE\r'
ABORT           '\nRINGING\r\n\r\nRINGING\r'
# send the init string
''              \rAT
TIMEOUT         12
# set up GPRS mode and settings
OK              ATE1
OK              'AT+cgdcont=1,"IP","orangeinternet"'
# dial the access number
OK              ATD*99***1#
CONNECT         ""


And all should work :)

-- 
Paul "LeoNerd" Evans

leonerd@leonerd.org.uk
ICQ# 4135350       |  Registered Linux# 179460
http://www.leonerd.org.uk/

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

[-- Attachment #2: Type: text/plain, Size: 373 bytes --]

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

[-- Attachment #3: Type: text/plain, Size: 164 bytes --]

_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

      reply	other threads:[~2006-10-29 16:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-22 17:40 [Bluez-users] first message Frank Dietrich
2006-10-29 16:49 ` Paul LeoNerd Evans [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20061029164917.GA8692@cel.leo \
    --to=leonerd-bluez@leonerd.org.uk \
    --cc=bluez-users@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.