View Single Post
Old 28-06-2008, 07:37   #14
entwisi
God Member
 
entwisi's Avatar
 

Re: Geek Alert or Symbian Series phones ( Nokia N Series, Sony Ericsson, etc)

just got my Voda contract sorted so now have a decent 3G data package so I thought I'd have a go setting up my old N80 as a bluetooth Modem


just set up rfcomm to attach it as /dev/rfcomm0

(for info heres the contents, I've masked my b/t addy)

/etc/bluetooth/rfcomm.conf

rfcomm0 **
# # Automatically bind the device at startup
bind yes;
#
# # Bluetooth address of the device
device xx:xx:xx:xx:xx:xx;
#
# # RFCOMM channel for the connection
channel 2;



add a wvdial.conf file

/etc/wvdial.conf

[Dialer Defaults]
Phone = *99#
Username = web
Password = web
Stupid Mode = 1
Dial Command = ATDT
Modem = /dev/rfcomm0
Baud = 460800
Init2 = ATZ
Init3 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ISDN = 0
Modem Type = Analog Modem
Init4 = AT+cgdcont=1,"IP","internet"


start rfcomm and run wvdial

job done!

I'll probably build a small gui to run it when I can be bothered
__________________
Ian

Technical God, No 1 Geek And Linux Guru

Have you seen my Flickr pictures?

entwisi is offline   Reply With Quote