* Problem with PPPoE on 2.5.65-66.bk9
@ 2003-04-04 17:07 Nestor Aaro
[not found] ` <200304042102.36630.baldrick@wanadoo.fr>
0 siblings, 1 reply; 2+ messages in thread
From: Nestor Aaro @ 2003-04-04 17:07 UTC (permalink / raw)
To: linux-kernel
hi all!
I have problem starting ADSL connection on 2.5.65-66.bk9 kernels. Using
roaring
penguins software (rp-pppoe).
Configuration:
Slackware linux.
GCC-3.2.2
GlibC-2.3.1
module-init-tools-0.9.10
Kernel Config:
----------------
#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
CONFIG_MODULE_FORCE_UNLOAD=y
CONFIG_OBSOLETE_MODPARM=y
# CONFIG_MODVERSIONS is not set
# CONFIG_KMOD is not set
-----------------
#
# Ethernet (10 or 100Mbit)
#
CONFIG_NET_ETHERNET=y
# CONFIG_MII is not set
# CONFIG_HAPPYMEAL is not set
# CONFIG_SUNGEM is not set
CONFIG_NET_VENDOR_3COM=y
# CONFIG_EL1 is not set
# CONFIG_EL2 is not set
# CONFIG_ELPLUS is not set
# CONFIG_EL16 is not set
CONFIG_EL3=m
# CONFIG_3C515 is not set
# CONFIG_VORTEX is not set
# CONFIG_TYPHOON is not set
# CONFIG_LANCE is not set
# CONFIG_NET_VENDOR_SMC is not set
# CONFIG_NET_VENDOR_RACAL is not set
--------------
CONFIG_PPP=m
# CONFIG_PPP_MULTILINK is not set
CONFIG_PPP_ASYNC=m
CONFIG_PPP_SYNC_TTY=m
CONFIG_PPP_DEFLATE=m
CONFIG_PPP_BSDCOMP=m
# CONFIG_PPPOE is not set
# CONFIG_SLIP is not set
-----------------------------------------------------------------------------
-
Logs:
kernelmessages:
Mar 30 20:01:13 localhost kernel: 3c509.c:1.19b 08Nov2002 becker@scyld.com
Mar 30 20:01:13 localhost kernel: http://www.scyld.com/network/3c509.html
Mar 30 20:01:13 localhost kernel: loop: loaded (max 8 devices)
Mar 30 20:01:13 localhost kernel: Linux video capture interface: v1.00
Mar 30 20:01:13 localhost kernel: Gemtek PCI Radio (rev. 1) found at
0x9800-0x9803.
Mar 30 20:01:13 localhost kernel: i2c-proc.o version 2.7.0 (20021208)
Mar 30 20:01:13 localhost kernel: i2c-piix4 version 2.7.0 (20021208)
Mar 30 20:01:13 localhost kernel: piix4 smbus 00:07.3: Found Intel Corp.
82371AB/EB/MB PIIX4 device
Mar 30 20:01:13 localhost kernel: spurious 8259A interrupt: IRQ7.
Mar 30 20:01:25 localhost kernel: eth0: Setting 3c5x9/3c5x9B half-duplex mode
if_port: 0, sw_info: 1321
Mar 30 20:01:25 localhost kernel: CSLIP: code copyright 1989 Regents of the
University of California
Mar 30 20:01:25 localhost kernel: PPP generic driver version 2.4.2
Mar 30 20:01:25 localhost kernel: Module ppp_async cannot be unloaded due to
unsafe usage in include/linux/module.h:432
messages:
Mar 30 20:01:25 localhost kernel: eth0: Setting 3c5x9/3c5x9B half-duplex mode
if_port: 0, sw_info: 1321
Mar 30 20:01:25 localhost kernel: CSLIP: code copyright 1989 Regents of the
University of California
Mar 30 20:01:25 localhost kernel: PPP generic driver version 2.4.2
Mar 30 20:01:25 localhost pppd[154]: pppd 2.4.1 started by root, uid 0
Mar 30 20:01:25 localhost kernel: Module ppp_async cannot be unloaded due to
unsafe usage in include/linux/module.h:428
Mar 30 20:01:25 localhost pppd[154]: Using interface ppp0
Mar 30 20:01:25 localhost pppd[154]: Connect: ppp0 <--> /dev/pts/0
Mar 30 20:01:56 localhost pppd[154]: LCP: timeout sending Config-Requests
Mar 30 20:01:56 localhost pppd[154]: Connection terminated.
Mar 30 20:02:00 localhost pppoe[155]: Timeout waiting for PADO packets
Mar 30 20:02:00 localhost pppd[154]: Exit.
syslog:
Mar 30 20:01:25 localhost kernel: eth0: Setting 3c5x9/3c5x9B half-duplex mode
if_port: 0, sw_info: 1321
Mar 30 20:01:25 localhost kernel: Module ppp_async cannot be unloaded due to
unsafe usage in include/linux/module.h:428
Mar 30 20:01:56 localhost pppd[154]: LCP: timeout sending Config-Requests
Mar 30 20:02:00 localhost pppoe[155]: Timeout waiting for PADO packets
-----------------------------------------------------------------------------
Compiling ppp modules in to the kernel gives the same result.
I have no problems on 2.4.20
Nestor
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Problem with PPPoE on 2.5.65-66.bk9
[not found] ` <200304042320.24870.lkernel@hot.ee>
@ 2003-04-04 20:50 ` Nestor Aaro
0 siblings, 0 replies; 2+ messages in thread
From: Nestor Aaro @ 2003-04-04 20:50 UTC (permalink / raw)
To: linux-kernel
On Friday 04 April 2003 23:20, Nestor Aaro wrote:
> On Friday 04 April 2003 22:02, you wrote:
> > > # CONFIG_PPPOE is not set
> >
> > Looks like you forgot to turn on pppoe support in the kernel.
>
> rp-pppoe don't need kernel support. Btw it was working fine in 2.5.42
> kernel.
>
> Ok. I try it:
> All instructions in readme is followed and here is result:
> /var/log/kernelmessages
> Apr 4 22:55:28 localhost kernel: Module ppp_async cannot be unloaded due
> to unsafe usage in include/linux/module.h:428
> Apr 4 22:57:18 localhost kernel: Module pppoe cannot be unloaded due to
> unsafe usage in include/linux/module.h:428
>
> /var/log/messages
> Apr 4 22:55:28 localhost kernel: eth0: Setting 3c5x9/3c5x9B half-duplex
> mode if_port: 0, sw_info: 1321
> Apr 4 22:55:28 localhost kernel: CSLIP: code copyright 1989 Regents of the
> University of California
> Apr 4 22:55:28 localhost kernel: PPP generic driver version 2.4.2
> Apr 4 22:55:28 localhost pppd[154]: pppd 2.4.1 started by root, uid 0
> Apr 4 22:55:28 localhost kernel: Module ppp_async cannot be unloaded due
> to unsafe usage in include/linux/module.h:428
> Apr 4 22:55:28 localhost pppd[154]: Using interface ppp0
> Apr 4 22:55:28 localhost pppd[154]: Connect: ppp0 <--> /dev/pts/0
> Apr 4 22:55:59 localhost pppd[154]: LCP: timeout sending Config-Requests
> Apr 4 22:55:59 localhost pppd[154]: Connection terminated.
> Apr 4 22:56:03 localhost pppoe[155]: Timeout waiting for PADO packets
> Apr 4 22:56:03 localhost pppd[154]: Exit.
> Apr 4 22:57:18 localhost kernel: Module pppoe cannot be unloaded due to
> unsafe usage in include/linux/module.h:428
> Apr 4 22:59:51 localhost pppd[1683]: /etc/ppp/plugins/rp-pppoe.so:
> undefined symbol: generic_establish_ppp
> Apr 4 22:59:51 localhost pppd[1683]: Couldn't load plugin
> /etc/ppp/plugins/rp-pppoe.so
> Apr 4 22:59:51 localhost adsl-connect: ADSL connection lost; attempting
> re-connection.
> Apr 4 22:59:56 localhost pppd[1704]: /etc/ppp/plugins/rp-pppoe.so:
> undefined symbol: generic_establish_ppp
> Apr 4 22:59:56 localhost pppd[1704]: Couldn't load plugin
> /etc/ppp/plugins/rp-pppoe.so
> Apr 4 22:59:56 localhost adsl-connect: ADSL connection lost; attempting
> re-connection.
> Apr 4 23:00:01 localhost pppd[1734]: /etc/ppp/plugins/rp-pppoe.so:
> undefined symbol: generic_establish_ppp
> Apr 4 23:00:01 localhost pppd[1734]: Couldn't load plugin
> /etc/ppp/plugins/rp-pppoe.so
> Apr 4 23:00:01 localhost adsl-connect: ADSL connection lost; attempting
> re-connection.
> Apr 4 23:05:56 localhost pppd[1816]: /etc/ppp/plugins/rp-pppoe.so:
> undefined symbol: generic_establish_ppp
> Apr 4 23:05:57 localhost pppd[1816]: Couldn't load plugin
> /etc/ppp/plugins/rp-pppoe.so
> Apr 4 23:05:57 localhost adsl-connect: ADSL connection lost; attempting
> re-connection.
> Apr 4 23:06:02 localhost pppd[1844]: /etc/ppp/plugins/rp-pppoe.so:
> undefined symbol: generic_establish_ppp
> Apr 4 23:06:02 localhost pppd[1844]: Couldn't load plugin
> /etc/ppp/plugins/rp-pppoe.so
> Apr 4 23:06:02 localhost adsl-connect: ADSL connection lost; attempting
> re-connection.
> Apr 4 23:06:07 localhost pppd[1865]: /etc/ppp/plugins/rp-pppoe.so:
> undefined symbol: generic_establish_ppp
> Apr 4 23:06:07 localhost pppd[1865]: Couldn't load plugin
> /etc/ppp/plugins/rp-pppoe.so
> Apr 4 23:06:07 localhost adsl-connect: ADSL connection lost; attempting
> re-connection.
> ---------------------------------------------------------------------------
>---------- But again, all was working fine, without kernel pppoe module and
> without rp-pppoe plugin in Kernel-2.5.42.
>
> ----------
> Sorry for my bad english! :)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-04-04 20:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-04 17:07 Problem with PPPoE on 2.5.65-66.bk9 Nestor Aaro
[not found] ` <200304042102.36630.baldrick@wanadoo.fr>
[not found] ` <200304042320.24870.lkernel@hot.ee>
2003-04-04 20:50 ` Nestor Aaro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox