LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 06-17-2010, 05:29 AM   #1
dalfish
LQ Newbie
 
Registered: Nov 2009
Location: Home. I will love my wife
Distribution: ubuntu PClinuxOS PCBSD
Posts: 19

Rep: Reputation: 0
Tried to connect to internet through Wvdial in Ubuntu 10.04 unable to get connection


Dear All


I tired to connect my Huawei USB modem through wvdial in ubuntu 10.04. Wvdial was installed. I configured the wvdial according to the details given in the website below.

http://www.dailytut.com/linux/ubuntu...ubuntu-os.html


After that i type wvdial in the terminal

WvDial: Internet dialer version 1.60
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK
--> Modem initialized.
--> Sending: ATDT#777
--> Waiting for carrier.
ATDT#777
CONNECT 230400
--> Carrier detected. Waiting for prompt.
--> Don't know what to do! Starting pppd and hoping for the best.
--> Unable to run /usr/sbin/pppd.
--> Check permissions, or specify a "PPPD Path" option in wvdial.conf.
--> Don't know what to do! Starting pppd and hoping for the best.
--> Unable to run /usr/sbin/pppd.
--> Check permissions, or specify a "PPPD Path" option in wvdial.conf.
--> Don't know what to do! Starting pppd and hoping for the best.
--> Unable to run /usr/sbin/pppd.
--> Check permissions, or specify a "PPPD Path" option in wvdial.conf.
--> Don't know what to do! Starting pppd and hoping for the best.
--> Unable to run /usr/sbin/pppd.
--> Check permissions, or specify a "PPPD Path" option in wvdial.conf.
--> Don't know what to do! Starting pppd and hoping for the best.
--> Unable to run /usr/sbin/pppd.
--> Check permissions, or specify a "PPPD Path" option in wvdial.conf.
--> Don't know what to do! Starting pppd and hoping for the best.
--> Unable to run /usr/sbin/pppd.
--> Check permissions, or specify a "PPPD Path" option in wvdial.conf.
--> Don't know what to do! Starting pppd and hoping for the best.
--> Unable to run /usr/sbin/pppd.
--> Check permissions, or specify a "PPPD Path" option in wvdial.conf.
--> Don't know what to do! Starting pppd and hoping for the best.
--> Unable to run /usr/sbin/pppd.
--> Check permissions, or specify a "PPPD Path" option in wvdial.conf.
--> Don't know what to do! Starting pppd and hoping for the best.
--> Unable to run /usr/sbin/pppd.
--> Check permissions, or specify a "PPPD Path" option in wvdial.conf.
--> Don't know what to do! Starting pppd and hoping for the best.
--> Unable to run /usr/sbin/pppd.
--> Check permissions, or specify a "PPPD Path" option in wvdial.conf.
--> Don't know what to do! Starting pppd and hoping for the best.
--> Unable to run /usr/sbin/pppd.
--> Check permissions, or specify a "PPPD Path" option in wvdial.conf.
--> Don't know what to do! Starting pppd and hoping for the best.
--> Unable to run /usr/sbin/pppd.
--> Check permissions, or specify a "PPPD Path" option in wvdial.conf.
--> Don't know what to do! Starting pppd and hoping for the best.
--> Unable to run /usr/sbin/pppd.
--> Check permissions, or specify a "PPPD Path" option in wvdial.conf


What to do next to get connected to mobile broadband Internet


Dalfish
 
Old 06-17-2010, 09:44 AM   #2
blue_print
Member
 
Registered: May 2010
Location: In world
Distribution: RHEL, CentOS, Ubuntu
Posts: 275
Blog Entries: 3

Rep: Reputation: 50
Can you please paste the output of the following command?
ls -al /usr/sbin/pppd

The permission of this file should be like this.

$ ls -al /usr/sbin/pppd
-rwsr-xr-- 1 root dip 273312 2010-03-07 09:29 /usr/sbin/pppd

If you see difference, please execute the following command and then run "wvdial"

chmod 4754 /usr/sbin/pppd
 
Old 06-17-2010, 11:36 AM   #3
dalfish
LQ Newbie
 
Registered: Nov 2009
Location: Home. I will love my wife
Distribution: ubuntu PClinuxOS PCBSD
Posts: 19

Original Poster
Rep: Reputation: 0
Blue print thank you The output you requested is exactly the same

-rwsr-xr-- 1 root dip 273312 2010-03-07 09:29 /usr/sbin/pppd

i executed the command


chmod 4754 /usr/sbin/pppd
chmod: changing permissions of `/usr/sbin/pppd': Operation not permitted

what to do next

Last edited by dalfish; 06-17-2010 at 11:38 AM. Reason: simple editing
 
Old 06-17-2010, 10:25 PM   #4
tarcisio
LQ Newbie
 
Registered: Oct 2003
Location: Sobral - Ce - Brasil
Distribution: Debian
Posts: 7

Rep: Reputation: 0
Tag This Post with, stuck, am, reason, using, huawei, reading, and, 1553, of

I am stuck with huawei 1553 and reading through to see a salvation... but here I can give you some rapid help. You should run "sudo chmod 4754 /usr/sbin/pppd" to get rid with the "Operation not permitted" as not being root you can not alter files at "/usr/sbin/pppd" and
sudo goes around this if you are registred at sudoers. Otherwise (very bad) use "su" and
turn administrator.
 
Old 06-19-2010, 01:59 AM   #5
jtarin
Member
 
Registered: May 2010
Location: Vladivostok, Russia
Distribution: LinuxMint 17
Posts: 104

Rep: Reputation: 23
This is probably not your modem number but look at the configs......HERE

Last edited by jtarin; 06-19-2010 at 02:05 AM.
 
Old 06-19-2010, 09:49 AM   #6
dalfish
LQ Newbie
 
Registered: Nov 2009
Location: Home. I will love my wife
Distribution: ubuntu PClinuxOS PCBSD
Posts: 19

Original Poster
Rep: Reputation: 0
Thank you Tarcisio I have typed the following as per user request in the terminal


sudo chmod 4754 /usr/sbin/pppd


But still

The output is the same as above

-> Carrier detected. Waiting for prompt.
--> Don't know what to do! Starting pppd and hoping for the best.
--> Unable to run /usr/sbin/pppd.
--> Check permissions, or specify a "PPPD Path" option in wvdial.conf.
--> Don't know what to do! Starting pppd and hoping for the best.
--> Unable to run /usr/sbin/pppd.
--> Check permissions, or specify a "PPPD Path" option in wvdial.conf.
--> Don't know what to do! Starting pppd and hoping for the best.
--> Unable to run /usr/sbin/pppd.
--> Check permissions, or specify a "PPPD Path" option in wvdial.conf.
--> Don't know what to do! Starting pppd and hoping for the best.
--> Unable to run /usr/sbin/pppd.
--> Check permissions, or specify a "PPPD Path" option in wvdial.conf.
--> Don't know what to do! Starting pppd and hoping for the best.
--> Unable to run /usr/sbin/pppd.
--> Check permissions, or specify a "PPPD Path" option in wvdial.conf.
--> Don't know what to do! Starting pppd and hoping for the best.
--> Unable to run /usr/sbin/pppd.
--> Check permissions, or specify a "PPPD Path" option in wvdial.conf.
--> Don't know what to do! Starting pppd and hoping for the best.
--> Unable to run /usr/sbin/pppd.
--> Check permissions, or specify a "PPPD Path" option in wvdial.conf.
--> Don't know what to do! Starting pppd and hoping for the best.
--> Unable to run /usr/sbin/pppd.
--> Check permissions, or specify a "PPPD Path" option in wvdial.conf.
--> Don't know what to do! Starting pppd and hoping for the best.
--> Unable to run /usr/sbin/pppd.
--> Check permissions, or specify a "PPPD Path" option in wvdial.conf.
--> Don't know what to do! Starting pppd and hoping for the best.

What to do next
--> Unable to run /usr/sbin/pppd.
--> Check permissions, or specify a "PPPD Path" option in wvdial.conf.
 
Old 06-20-2010, 07:29 PM   #7
jtarin
Member
 
Registered: May 2010
Location: Vladivostok, Russia
Distribution: LinuxMint 17
Posts: 104

Rep: Reputation: 23
This might explain your permissions problem...Here
 
  


Reply

Tags
at, blue, can, cannot, chmod, files, find, follow, help, here, huawei, lucid, lynx, permitted, root, should, stuck, sudo, using, wvdial



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
Ubuntu9.04 Cannot connect to internet as a normal user using wvdial. basheer Ubuntu 1 10-25-2009 04:39 AM
I have installed the Ubuntu os on my XP computer , but unable to connect to internet. rob007clarke Linux - Newbie 2 07-30-2009 07:47 PM
wvdial and kppp connect but no internet sinner_in_society Linux - Networking 1 07-10-2009 01:50 PM
Unable to connect to internet via wireless OR wired connection frznchckn Linux - Wireless Networking 5 06-19-2008 01:12 PM
unable to connect to internet with ADSL CONNECTION ashwin_cse Linux - Networking 2 11-13-2005 05:48 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 11:49 PM.

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