* [Bluez-users] first message
@ 2006-10-22 17:40 Frank Dietrich
2006-10-29 16:49 ` Paul LeoNerd Evans
0 siblings, 1 reply; 2+ messages in thread
From: Frank Dietrich @ 2006-10-22 17:40 UTC (permalink / raw)
To: BlueZ users
Hi,
I'm reading this list since a couple of weeks and I'm a real
bluetooth newbie. So my question is: Is there any FAQ? Which I'd like
to read first.
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. ;-)
thanks
Frank
--
If it ain't broken, don't fix it!
-------------------------------------------------------------------------
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
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Bluez-users] first message
2006-10-22 17:40 [Bluez-users] first message Frank Dietrich
@ 2006-10-29 16:49 ` Paul LeoNerd Evans
0 siblings, 0 replies; 2+ messages in thread
From: Paul LeoNerd Evans @ 2006-10-29 16:49 UTC (permalink / raw)
To: BlueZ users
[-- 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-10-29 16:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-22 17:40 [Bluez-users] first message Frank Dietrich
2006-10-29 16:49 ` Paul LeoNerd Evans
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).