LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   PPP error! ARGGGGHHH! (https://www.linuxquestions.org/questions/linux-networking-3/ppp-error-argggghhh-27912/)

aldaeron 08-14-2002 01:58 PM

PPP error! ARGGGGHHH!
 
The following is some of the results of running rp pppoe in debug mode. I do not understand the PPP discipline error below. HELP!!!! Thanks!

---------------------------------------------
* The following section shows the pppd command we will invoke
pppd invocation
/usr/bin/setsid /usr/sbin/pppd pty '/usr/sbin/pppoe -p /var/run/pppoe.conf-adsl.pid.pppoe -I eth0 -T 80 -U -m 1412 ' noipdefault noauth default-asyncmap defaultroute hide-password nodetach usepeerdns mtu 1492 mru 1492 noaccomp noccp nobsdcomp nodeflate nopcomp novj novjccomp user aldaeron@sbcglobal.net lcp-echo-interval 20 lcp-echo-failure 3 debug
---------------------------------------------
Couldn't set tty to PPP discipline: Invalid argument
Waiting for 1 child processes...
script /usr/sbin/pppoe -p /var/run/pppoe.conf-adsl.pid.pppoe -I eth0 -T 80 -U -m 1412 -D /tmp/pppoe-debug-523/pppoe-debug.txt-0, pid 582
pppoe: read (asyncReadFromPPP): Session 4065: Input/output error
Script /usr/sbin/pppoe -p /var/run/pppoe.conf-adsl.pid.pppoe -I eth0 -T 80 -U -m 1412 -D /tmp/pppoe-debug-523/pppoe-debug.txt-0 finished (pid 582), status = 0x100
---------------------------------------------

unSpawn 08-15-2002 04:14 PM

You got the modules loaded for ppp_async, pppoe, and pppox?

---
leet, don't make these manpage remarks, make sense!

aldaeron 08-15-2002 11:58 PM

---------------------------------------------
* The following section contains information about kernel modules
* If the module for your Ethernet card is 'tulip', you might
* want to look for an updated version at http://www.scyld.com
Output of lsmod
Module Size Used by
vfat 9456 0
fat 30016 0 [vfat]
pppoe 7088 0
pppox 1392 1 [pppoe]
ppp_generic 14144 0 [pppoe pppox]
slhc 4704 0 [ppp_generic]
tulip 39856 2
lp 5728 0 (unused)
parport_pc 21408 1
parport 23552 1 [lp parport_pc]


All times are GMT -5. The time now is 09:37 AM.