great_manish
Journeyman
*docs.kde.org/development/en/extragear-pim/kdebluetooth/
Akshay when asking question in open source section first tell what you did, give all the details like in this post u should have given your wvdial.conf file. we here aren't mind readersAkshay said:Can I hav d choice of using bluetooth or cable as medium of conn.? Rite now I m using cable to connect n cant connect thru BT (whn cable is removed). But I think it is coz of conflict in d wvdial.conf.
So how can I decide which conn. to usen remove conflict if ne?
man wvdial
man wvdialconf
[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Modem Type = USB Modem
ISDN = 0
New PPPD = yes
Phone = *99#
Modem = /dev/ttyACM0
Username = b
Password = a
Baud = 460800
-sudo wvdial GPRS
--> WvDial: Internet dialer version 1.56
--> Warning: section [Dialer GPRS] does not exist in wvdial.conf.
--> Cannot open /dev/ttyACM0: Device or resource busy
--> Cannot open /dev/ttyACM0: Device or resource busy
--> Cannot open /dev/ttyACM0: Device or resource busy
line - that modem does not exist.[Modem0]
[Dialer BT]
Modem = /dev/rfcomm0
Baud = 460800
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ISDN = 0
Modem Type = Analog Modem
Phone = *99#
Username = a
Password = b
[Dialer USB]
Modem = /dev/ttyACM0
Baud = 460800
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ISDN = 0
Modem Type = Analog Modem
Phone = *99#
Username = a
Password = b
$ sudo wvdial BT
$ sudo wvdial USB
hcitool scan
Scanning ...
00:17:4B:A73:F5 Akshay
akshay@AAG:~$ rfcomm bind 0 00:17:4B:A73:F5
Can't create device: Operation not permitted
akshay@AAG:~$ mknod /dev/rfcomm0 c 216 0returns
mknod: `/dev/rfcomm0': File exists
returnsakshay@AAG:~$ sudo wvdial BT
--> WvDial: Internet dialer version 1.56
--> Cannot open /dev/rfcomm0: No such device
--> Cannot open /dev/rfcomm0: No such device
--> Cannot open /dev/rfcomm0: No such device
sudo gedit /etc/rfcomm.conf
rfcomm0 {
bind yes;
device <mac-address>;
channel 1;
comment "My Phone";
}
$ sudo wvdial BT
returns -sudo wvdial BT
--> WvDial: Internet dialer version 1.56
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATZ
ERROR
--> Bad init string.
--> Cannot open /dev/rfcomm0: Input/output error
--> Cannot open /dev/rfcomm0: Connection refused
mknod /dev/rfcomm0 c 216 0
rfcomm bind 0 <Device id of ur fone> 1
$ rfcomm show 0
rfcomm0: <your mac add> channel 1 clean
$ sudo rfcomm bind 1 <mac add> <channel for DUN "perhaps 1">
$ sudo gedit <filename>
--> WvDial: Internet dialer version 1.56
--> Cannot open /dev/rfcomm1: Input/output error
--> Cannot open /dev/rfcomm1: Connection refused
--> Cannot open /dev/rfcomm1: Connection refused
He has to set the DNs addressaditya.shevade said:Hi
I have no idea and no knowledge about anything related to mobile phones. One of my friends, however, was trying to connect to the net using his w700 phone.
He has Ubuntu 7.04 installed. He told me that, he is receiving the output as shown, for the cable. But there is absolutely no data transfer at all. But the S/W says that he is connected to the internet. (The connected symbol appears on the phone).
Any ideas what might be wrong? He does not have an account here, so he asked me to post this. If you guys need any more info to solve the problem, then I will ask him to write everything in detail.
Aditya
Looks like it maybe permissions problem. Give me the output of the following 2 commandsAkshay said:Tryin it out Anant...
EDITED -
I tried all d steps u mentioned but I m gettin foll. error -
I hope thr isnt a prb wit my cell. (its Nokia N72)
ls -l /etc/rfcomm*
groups