wvdial config problem
I am trying to get wvdial setup for dialing into work. I dont need it to dial on demand so I figured this was the easiest way to go. I guess easiest might not be the term :).... Here is the output from wvdial: -=-=-=-=-= CONNECT 24000/ARQ/MNP/COMPRESSION: NONE --> Carrier detected. Starting PPP immediately. --> Starting pppd at Tue Mar 27 09:14:23 2001 --> pid of pppd: 338 --> Disconnecting at Tue Mar 27 09:14:23 2001 --> The PPP daemon has died: Fatal pppd error (exit code = 1) --> man pppd explains pppd error codes in more detail. --> Try again and look into /var/log/messages and the wvdial and pppd --> man pages for more information. -=-=-=-=-= So I go check /var/log/messages and find this: -=-=-=-=-= Mar 27 09:14:23 shire pppd[338]: Plugin /usr/lib/passwordfd.so loaded. Mar 27 09:14:23 shire pppd[338]: pppd 2.3.11 started by root, uid 0 Mar 27 09:14:23 shire pppd[338]: Perms of /dev/ttyS1 are ok, no 'mesg n' neccesa ry. Mar 27 09:14:23 shire modprobe: Note: /etc/modules.conf is more recent than /lib /modules/2.4.2/modules.dep Mar 27 09:14:23 shire modprobe: modprobe: Can't locate module tty-ldisc-3 Mar 27 09:14:23 shire pppd[338]: ioctl(TIOCSETD): Invalid argument(22) Mar 27 09:14:23 shire pppd[338]: Exit. -=-=-=-=-= After looking at that, I figured I better take a look at modules.conf to see whats whats there: -=-=-=-=-= alias iso9660 isofs alias tty-ldisc-1 slip alias tty-ldisc-3 ppp alias tty-ldisc-5 mkiss # alias tty-ldisc-7 6pack alias tty-ldisc-7 off # IrDA -=-=-=-=-= After this I checked in /lib/modules/2.4.2/kernel/drivers/net: -=-=-=-=-= . .. bsd_comp.o dummy.o ppp_async.o ppp_deflate.o ppp_synctty.o -=-=-=-=-= Now I checked the manpage for pppd: -=-=-=-=-= 1 An immediately fatal error of some kind occurred, such as an essential system call failing, or run ning out of virtual memory. -=-=-=-=-= I dont see my ppp.o module, so I am assuming that this is the issue. So I do a search for ppp.o and come up with nothing. I assume that my alias line in modules.conf is incorrect (alias tty=ldisk-3 ppp). Finally, my question. Do I need to alias that to ppp_async.o, ppp_deflate.o, or ppp_synctty.o?? Or none of those? Am I completelly off track here? Sorry about the long message. If you guys (and gals) need any more info, let me know. This is on SuSE 7.0 kernel 2.4.2 if that matters. Thanks! CK
I am trying to get wvdial setup for dialing into work. I dont need it to dial on demand
so I figured this was the easiest way to go. I guess easiest might not be
the term :)....
Here is the output from wvdial:
-=-=-=-=-=
CONNECT 24000/ARQ/MNP/COMPRESSION: NONE
--> Carrier detected. Starting PPP immediately.
--> Starting pppd at Tue Mar 27 09:14:23 2001
--> pid of pppd: 338
--> Disconnecting at Tue Mar 27 09:14:23 2001
--> The PPP daemon has died: Fatal pppd error (exit code = 1)
--> man pppd explains pppd error codes in more detail.
--> Try again and look into /var/log/messages and the wvdial and pppd
--> man pages for more information.
-=-=-=-=-=
So I go check /var/log/messages and find
u need to upgrad to pppd 2.4 > On Tue, 27 Mar 2001 10:36:35 -0600 "NOC - Kulish Consulting" <noc@kulish.com> wrote: this:
-=-=-=-=-=
Mar 27 09:14:23 shire pppd[338]: Plugin
/usr/lib/passwordfd.so loaded.
Mar 27 09:14:23 shire pppd[338]: pppd
2.3.11 started by root, uid 0
Mar 27 09:14:23 shire pppd[338]: Perms of
/dev/ttyS1 are ok, no 'mesg n'
neccesa
ry.
Mar 27 09:14:23 shire modprobe: Note:
/etc/modules.conf is more recent than
/lib
/modules/2.4.2/modules.dep
Mar 27 09:14:23 shire modprobe: modprobe:
Can't locate module tty-ldisc-3
Mar 27 09:14:23 shire pppd[338]:
ioctl(TIOCSETD): Invalid argument(22)
Mar 27 09:14:23 shire pppd[338]: Exit.
-=-=-=-=-=
After looking at that, I figured I better
take a look at modules.conf to
see whats whats there:
-=-=-=-=-=
alias iso9660 isofs
alias tty-ldisc-1 slip
alias tty-ldisc-3 ppp
alias tty-ldisc-5 mkiss
# alias tty-ldisc-7 6pack
alias tty-ldisc-7 off
# IrDA
-=-=-=-=-=
After this I checked in
/lib/modules/2.4.2/kernel/drivers/net:
-=-=-=-=-=
. .. bsd_comp.o dummy.o ppp_async.o
ppp_deflate.o ppp_synctty.o
-=-=-=-=-=
Now I checked the manpage for pppd:
-=-=-=-=-=
1 An immediately fatal error of some kind
occurred,
such as an essential system call failing,
or run
ning out of virtual memory.
-=-=-=-=-=
I dont see my ppp.o module, so I am
assuming that this is the issue. So I
do a search for ppp.o and come up with
nothing. I assume that my alias
line in modules.conf is incorrect (alias
tty=ldisk-3 ppp). Finally, my
question. Do I need to alias that to
ppp_async.o, ppp_deflate.o, or
ppp_synctty.o?? Or none of those?
Am I completelly off track here?
Sorry about the long message. If you guys
(and gals) need any more info,
let me know.
This is on SuSE 7.0 kernel 2.4.2 if that
matters.
Thanks!
CK
-- SuSe 7.0 Linux 2.4.2 i686 Tue Mar 27 21:05:00 EST 2001
I am trying to get wvdial setup for dialing into work. I dont need it to dial on demand
so I figured this was the easiest way to go. I guess easiest might not be
the term :)....
Here is the output from wvdial:
-=-=-=-=-=
CONNECT 24000/ARQ/MNP/COMPRESSION: NONE
--> Carrier detected. Starting PPP immediately.
--> Starting pppd at Tue Mar 27 09:14:23 2001
--> pid of pppd: 338
--> Disconnecting at Tue Mar 27 09:14:23 2001
--> The PPP daemon has died: Fatal pppd error (exit code = 1)
--> man pppd explains pppd error codes in more detail.
--> Try again and look into /var/log/messages and the wvdial and pppd
--> man pages for more information.
-=-=-=-=-=
So I go check /var/log/messages and find
That was it, thanks for the reply. I do think that the error messages need a little work though :) Finally got connected to work, only to find out that the firewall admins didnt set me up for remote access :( Darn, guess I cant work from home tonite... Thanks again! CK -----Original Message----- From: Landy Roman [mailto:landie@concentric.net] Sent: Tuesday, March 27, 2001 8:41 PM To: NOC - Kulish Consulting Cc: suse-linux-e@suse.com Subject: Re: [SLE] wvdial config problem u need to upgrad to pppd 2.4 > On Tue, 27 Mar 2001 10:36:35 -0600 "NOC - Kulish Consulting" <noc@kulish.com> wrote: this:
-=-=-=-=-=
Mar 27 09:14:23 shire pppd[338]: Plugin
/usr/lib/passwordfd.so loaded.
Mar 27 09:14:23 shire pppd[338]: pppd
2.3.11 started by root, uid 0
Mar 27 09:14:23 shire pppd[338]: Perms of
/dev/ttyS1 are ok, no 'mesg n'
neccesa
ry.
Mar 27 09:14:23 shire modprobe: Note:
/etc/modules.conf is more recent than
/lib
/modules/2.4.2/modules.dep
Mar 27 09:14:23 shire modprobe: modprobe:
Can't locate module tty-ldisc-3
Mar 27 09:14:23 shire pppd[338]:
ioctl(TIOCSETD): Invalid argument(22)
Mar 27 09:14:23 shire pppd[338]: Exit.
-=-=-=-=-=
After looking at that, I figured I better
take a look at modules.conf to
see whats whats there:
-=-=-=-=-=
alias iso9660 isofs
alias tty-ldisc-1 slip
alias tty-ldisc-3 ppp
alias tty-ldisc-5 mkiss
# alias tty-ldisc-7 6pack
alias tty-ldisc-7 off
# IrDA
-=-=-=-=-=
After this I checked in
/lib/modules/2.4.2/kernel/drivers/net:
-=-=-=-=-=
. .. bsd_comp.o dummy.o ppp_async.o
ppp_deflate.o ppp_synctty.o
-=-=-=-=-=
Now I checked the manpage for pppd:
-=-=-=-=-=
1 An immediately fatal error of some kind
occurred,
such as an essential system call failing,
or run
ning out of virtual memory.
-=-=-=-=-=
I dont see my ppp.o module, so I am
assuming that this is the issue. So I
do a search for ppp.o and come up with
nothing. I assume that my alias
line in modules.conf is incorrect (alias
tty=ldisk-3 ppp). Finally, my
question. Do I need to alias that to
ppp_async.o, ppp_deflate.o, or
ppp_synctty.o?? Or none of those?
Am I completelly off track here?
Sorry about the long message. If you guys
(and gals) need any more info,
let me know.
This is on SuSE 7.0 kernel 2.4.2 if that
matters.
Thanks!
CK
-- SuSe 7.0 Linux 2.4.2 i686 Tue Mar 27 21:05:00 EST 2001 -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
On Tue, 27 Mar 2001, NOC - Kulish Consulting said:
That was it, thanks for the reply. I do think that the error messages need a little work though :)
Finally got connected to work, only to find out that the firewall admins didnt set me up for remote access :( Darn, guess I cant work from home tonite...
Geez, I wish they would mirror that somewhere else. I couldn't find pppd 2.4 anywhere but ftp.linuxcare.com.au, and that site is overloaded, or something. Unstable / slow (500 bytes / sec) connection makes it very difficult to get anything from there. ---------------------------------------------------------------------- John Karns jkarns@csd.net
participants (3)
-
John Karns
-
Landy Roman
-
NOC - Kulish Consulting