Note: Usually all linux distros have this installed during OS installation. If you don’t have it then install it with this command: sudo apt-get install bluez and you can install the wvdial tool by using this command: sudo apt-get install wvdial
Note: This will vary as per your internet provider. I used Grameen phone’s configuration here. Replace your own ISP’s APN and Phone number.
If you have any problem while setting up the bluetooth modem just shoot me a comment here. I will be right back to you with the solution soon
5 Responses
Leave a Reply
guru:
getting this error message.
sudo wvdial
–> WvDial: Internet dialer version 1.60
–> Cannot open /dev/rfcomm0: Connection refused
–> Cannot open /dev/rfcomm0: Connection refused
–> Cannot open /dev/rfcomm0: Connection refused
Thanks
Finally I made it working with stupid mode.
My wvdial Configuration is as follows:
[Dialer Defaults]
Modem = /dev/rfcomm0
Baud = 460800
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Modem Type = Analog Modem
ISDN = 0
Phone = *99#
Username = A
Password = B
Stupid Mode = 1
Thanks
is it working if i try to connect the phone for the first time on the ubuntu? because its worked but need to detect this first on windows.
I tried all what u said but atlast all went vein when i typed sudo wvdial
its giving me command not found
screenshoot of what i get
rajeshwarmahato@rajeshwarmahato-desktop:~$ sudo wvdial
[sudo] password for rajeshwarmahato:
sudo: wvdial: command not found
rajeshwarmahato@rajeshwarmahato-desktop:~$ sudo wvdial
sudo: wvdial: command not found
rajeshwarmahato@rajeshwarmahato-desktop:~$
please suggest what to do i used sony erricsson k320i,ubuntu 9.04 and aircel connection
@Rajeshwar Mahato
Please read the first paragraph again:
“Note: Usually all linux distros have this installed during OS installation. If you don’t have it then install it with this command: sudo apt-get install bluez and you can install the wvdial tool by using this command: sudo apt-get install wvdial”