LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-25-2010, 01:31 PM   #1
rajeevopen
LQ Newbie
 
Registered: Aug 2010
Posts: 8
Blog Entries: 2

Rep: Reputation: 0
Smile WVDIAL :Command not found


I am Using Fedora 13 on My acer aspire laptop.
I want to connect to internet through my bluetooth Mobile(Airtel)
When I type wvdial at the command prompt, I recieve a message as "Command Not found" .
I even created a script with name wvdial.conf in /etc.
Please Provide me the steps to overcome this problem and the Method to connect to internet through Mobile Bluetooth.
Waiting for your reply
Thank You
 
Old 08-25-2010, 01:57 PM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,634

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by rajeevopen View Post
I am Using Fedora 13 on My acer aspire laptop.
I want to connect to internet through my bluetooth Mobile(Airtel)
When I type wvdial at the command prompt, I recieve a message as "Command Not found" .
I even created a script with name wvdial.conf in /etc.
Please Provide me the steps to overcome this problem and the Method to connect to internet through Mobile Bluetooth.
Waiting for your reply
Thank You
The message is quite clear. The command isn't found...so either you don't have wvdial installed (in which case you need to install it via yum), or you don't have wvdial in your path. Find it with "local wvdial" or as root "find / -name wvdial". Then either modify your path to include that directory, or run it with the whole path name.
 
Old 08-27-2010, 04:56 AM   #3
antriksh
Member
 
Registered: Aug 2010
Location: In my world
Distribution: Oracle Linux 6
Posts: 83

Rep: Reputation: 0
first run wvdial.conf /etc/wvdial.conf......then vim /etc/wvdial.conf and write these settings--

[Dialer Defaults]

Init1 = AT+CGDCONT=1,"IP","airtelgprs.com","",0,0

Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0

stupid mode = 1

Modem Type = USB Modem

Baud = 460800

New PPPD = yes

Modem = /dev/ttyACM0

ISDN = 0

Phone = *99#

Password = a

Username = a

also in /etc/resolv.conf----

nameserver 202.56.230.5
nameserver 202.56.230.6

now run wvdial

it will be connected....ENJOY
 
Old 08-27-2010, 08:59 AM   #4
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,634

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by antriksh View Post
first run wvdial.conf /etc/wvdial.conf......then vim /etc/wvdial.conf and write these settings--
Code:
[Dialer Defaults]
Init1 = AT+CGDCONT=1,"IP","airtelgprs.com","",0,0
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
stupid mode = 1
Modem Type = USB Modem
Baud = 460800
New PPPD = yes
Modem = /dev/ttyACM0
ISDN = 0
Phone = *99#
Password = a
Username = a
also in /etc/resolv.conf----
Code:
nameserver 202.56.230.5
nameserver 202.56.230.6
now run wvdial
it will be connected....ENJOY
The wvdialconf program creates the /etc/wvdial.conf file. Which the OP said that they already HAD. And modifying your resolv.conf file manually is a bad idea...especially when you don't know if the OP will USE those name servers. The OP's original issue was that they couldn't FIND the wvdial command, which you told them to run.
 
Old 08-27-2010, 09:47 AM   #5
antriksh
Member
 
Registered: Aug 2010
Location: In my world
Distribution: Oracle Linux 6
Posts: 83

Rep: Reputation: 0
oh sorry for that....i didn't see that...obviously rajeev you have to install wvdial package via yum install wvdial...and after that what the things i have post are working perfectly in my laptop...
 
Old 09-05-2010, 10:11 AM   #6
rajeevopen
LQ Newbie
 
Registered: Aug 2010
Posts: 8

Original Poster
Blog Entries: 2

Rep: Reputation: 0
Got the Easier way to connect to Internet Graphically
Can be read at www.opensourcemania.co.cc
 
Old 09-05-2010, 10:11 AM   #7
rajeevopen
LQ Newbie
 
Registered: Aug 2010
Posts: 8

Original Poster
Blog Entries: 2

Rep: Reputation: 0
Got the Easier way to connect to Internet Graphically
Can be read at www.opensourcemania.co.cc
 
Old 09-05-2010, 10:13 AM   #8
rajeevopen
LQ Newbie
 
Registered: Aug 2010
Posts: 8

Original Poster
Blog Entries: 2

Rep: Reputation: 0
Thanks for all the above responses......
Thank you very much
Indeed it was pleasure reading your replies.......
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
setup command not found in Ubuntu 10.04 Command Prompt vinaytp Ubuntu 2 05-06-2010 01:10 PM
[SOLVED] Adding wvdial to start menu/desktop, running wvdial without shell. Mogget Linux - Desktop 1 08-07-2009 02:08 AM
how to make dial up connection on zenwalk 5.0 using 'wvdial' command geeksombir Linux - Newbie 1 06-23-2008 08:03 AM
bash: rpm: command not found && sudo: alien: command not found Java_Code Ubuntu 7 07-27-2006 11:57 PM
bash: <command name> command not found smash Programming 5 03-13-2006 08:48 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:43 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration