* Re: pppoe in 2.4.0
@ 2001-01-19 6:34 Daniel Mehrmnann
2001-01-22 12:20 ` Bernd Kaindl
0 siblings, 1 reply; 6+ messages in thread
From: Daniel Mehrmnann @ 2001-01-19 6:34 UTC (permalink / raw)
To: linux-kernel
----- Original Message -----
From: "Ian Macdonald" <ianmacd@caliban.org>
To: <linux-kernel@vger.kernel.org>
Sent: Friday, January 19, 2001 7:10 AM
Subject: Re: pppoe in 2.4.0
> On 19 Jan 2001 03:51:20 +0100 in caliban.linux.kernel, you wrote:
>
> >Does anyone have pppoe working with 2.4.0?
> >
> >I'm running 2.4.0-ac9 with ppp and pppoe compiled into the kernel
(I've
> >tried with modules too)
> >
> >The pppd simply refuses to acknowlege the presence of ppp support
in the
> >kernel.
> >The last release of pppd was in august 2000. Was this before the
ppp
> >interface in the
> >kernel was overhauled?
>
> Have you aliased the new module name to ppp?
>
> I'm using pppd just for simple dial-up from home, but I needed to
add
> the following line to /etc/modules.conf before pppd would load the
> correct module:
>
> alias ppp ppp_async
>
Yes, PPPoE works fine with 2.4.0. PLEASE read
$YOUR_KERNEL_SOURCE/Documentation/CHANGES and setup your alias
correctly.
For example (my System):
/etc/modules.conf:
---------------cut-----------------
# Ok, here we start with 2.4.x stuff !
# LVM 0.9
alias alias block-major-58 lvm-mod
alias char-major-109 lvm-mod
#CPU
alias char-major-10-184 microcode
#PPP
alias char-major-108 ppp_generic
alias /dev/ppp ppp_generic
alias tty-ldisc-3 ppp_async
alias tty-ldisc-14 ppp_synctty
alias ppp-compress-21 bsd_comp
alias ppp-compress-24 ppp_deflate
alias ppp-compress-26 ppp_deflate
#end 2.4.0
---------------cut--------------------
daniel
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: pppoe in 2.4.0
2001-01-19 6:34 pppoe in 2.4.0 Daniel Mehrmnann
@ 2001-01-22 12:20 ` Bernd Kaindl
0 siblings, 0 replies; 6+ messages in thread
From: Bernd Kaindl @ 2001-01-22 12:20 UTC (permalink / raw)
To: Hubert Mantel, Roman Drahtmueller, Bernhard Hoelcker, Arvin Schnell
Cc: linux-kernel
On Fri, 19 Jan 2001, Daniel Mehrmnann wrote:
> #PPP
> alias char-major-108 ppp_generic
> alias /dev/ppp ppp_generic
Kann es sein, daß wir das "alias /dev/ppp" für ppp mit devfs brauchen?
Hat das schon jemand getestet?
Unterstützen wir devfs für unseren 2.4 Kernel auf 7.1?
Gibt es dafür schon einen Punkt im Handbuch?
ein Howto?
oder einen SDB-Artikel?
cu, Bernd
Complete Mail: On Fri, 19 Jan 2001, Daniel Mehrmnann wrote:
> From: Daniel Mehrmnann <daniel@tron.dynodns.net>
> To: linux-kernel@vger.kernel.org
> Date: Fri, 19 Jan 2001 07:34:05 +0100
> Subject: Re: pppoe in 2.4.0
>
>
> ----- Original Message -----
> From: "Ian Macdonald" <ianmacd@caliban.org>
> To: <linux-kernel@vger.kernel.org>
> Sent: Friday, January 19, 2001 7:10 AM
> Subject: Re: pppoe in 2.4.0
>
>
> > On 19 Jan 2001 03:51:20 +0100 in caliban.linux.kernel, you wrote:
> >
> > >Does anyone have pppoe working with 2.4.0?
> > >
> > >I'm running 2.4.0-ac9 with ppp and pppoe compiled into the kernel
> (I've
> > >tried with modules too)
> > >
> > >The pppd simply refuses to acknowlege the presence of ppp support
> in the
> > >kernel.
> > >The last release of pppd was in august 2000. Was this before the
> ppp
> > >interface in the
> > >kernel was overhauled?
> >
> > Have you aliased the new module name to ppp?
> >
> > I'm using pppd just for simple dial-up from home, but I needed to
> add
> > the following line to /etc/modules.conf before pppd would load the
> > correct module:
> >
> > alias ppp ppp_async
> >
>
> Yes, PPPoE works fine with 2.4.0. PLEASE read
> $YOUR_KERNEL_SOURCE/Documentation/CHANGES and setup your alias
> correctly.
> For example (my System):
>
> /etc/modules.conf:
>
> ---------------cut-----------------
> # Ok, here we start with 2.4.x stuff !
> # LVM 0.9
> alias alias block-major-58 lvm-mod
> alias char-major-109 lvm-mod
>
> #CPU
> alias char-major-10-184 microcode
>
> #PPP
> alias char-major-108 ppp_generic
> alias /dev/ppp ppp_generic
> alias tty-ldisc-3 ppp_async
> alias tty-ldisc-14 ppp_synctty
> alias ppp-compress-21 bsd_comp
> alias ppp-compress-24 ppp_deflate
> alias ppp-compress-26 ppp_deflate
> #end 2.4.0
> ---------------cut--------------------
>
> daniel
>
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> Please read the FAQ at http://www.tux.org/lkml/
>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: pppoe in 2.4.0
2001-01-19 2:45 Martin Hicks
2001-01-19 6:10 ` Ian Macdonald
@ 2001-01-19 13:00 ` Martin Hicks
1 sibling, 0 replies; 6+ messages in thread
From: Martin Hicks @ 2001-01-19 13:00 UTC (permalink / raw)
To: linux-kernel
Thank you all. I was silly and didn't create the /dev/ppp device.
On 19 Jan 2001 07:10:30 +0100, Ian Macdonald wrote:
> On 19 Jan 2001 03:51:20 +0100 in caliban.linux.kernel, you wrote:
>
> >Does anyone have pppoe working with 2.4.0?
> >
> >I'm running 2.4.0-ac9 with ppp and pppoe compiled into the kernel (I've
> >tried with modules too)
> >
> >The pppd simply refuses to acknowlege the presence of ppp support in the
> >kernel.
> >The last release of pppd was in august 2000. Was this before the ppp
> >interface in the
> >kernel was overhauled?
>
> Have you aliased the new module name to ppp?
>
> I'm using pppd just for simple dial-up from home, but I needed to add
> the following line to /etc/modules.conf before pppd would load the
> correct module:
>
> alias ppp ppp_async
>
> However, I couldn't get PPP to work when I compiled it directly into
> the kernel.
>
> Ian
> --
> Ian Macdonald | "Language shapes the way we think, and
> Senior System Administrator | determines what we can think about." -- B.
> Linuxcare, Inc. | L. Whorf
> Support for the Revolution |
> |
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> Please read the FAQ at http://www.tux.org/lkml/
--
Martin Hicks || mort@bork.org
Use PGP/GnuPG || DSS PGP Key: 0x4C7F2BEE
Beer: So much more than just a breakfast drink.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: pppoe in 2.4.0
2001-01-19 6:10 ` Ian Macdonald
@ 2001-01-19 6:24 ` Daniel Mehrmnann
0 siblings, 0 replies; 6+ messages in thread
From: Daniel Mehrmnann @ 2001-01-19 6:24 UTC (permalink / raw)
To: linux-kernel
----- Original Message -----
From: "Ian Macdonald" <ianmacd@caliban.org>
To: <linux-kernel@vger.kernel.org>
Sent: Friday, January 19, 2001 7:10 AM
Subject: Re: pppoe in 2.4.0
> On 19 Jan 2001 03:51:20 +0100 in caliban.linux.kernel, you wrote:
>
> >Does anyone have pppoe working with 2.4.0?
> >
> >I'm running 2.4.0-ac9 with ppp and pppoe compiled into the kernel
(I've
> >tried with modules too)
> >
> >The pppd simply refuses to acknowlege the presence of ppp support
in the
> >kernel.
> >The last release of pppd was in august 2000. Was this before the
ppp
> >interface in the
> >kernel was overhauled?
>
> Have you aliased the new module name to ppp?
>
> I'm using pppd just for simple dial-up from home, but I needed to
add
> the following line to /etc/modules.conf before pppd would load the
> correct module:
>
> alias ppp ppp_async
>
Yes, PPPoE works fine with 2.4.0. PLEASE read
$YOUR_KERNEL_SOURCE/Documentation/CHANGES and setup your alias
correctly.
For example (my System):
/etc/modules.conf:
---------------cut-----------------
# Ok, here we start with 2.4.x stuff !
# LVM 0.9
alias alias block-major-58 lvm-mod
alias char-major-109 lvm-mod
#CPU
alias char-major-10-184 microcode
#PPP
alias char-major-108 ppp_generic
alias /dev/ppp ppp_generic
alias tty-ldisc-3 ppp_async
alias tty-ldisc-14 ppp_synctty
alias ppp-compress-21 bsd_comp
alias ppp-compress-24 ppp_deflate
alias ppp-compress-26 ppp_deflate
#end 2.4.0
---------------cut--------------------
daniel
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: pppoe in 2.4.0
2001-01-19 2:45 Martin Hicks
@ 2001-01-19 6:10 ` Ian Macdonald
2001-01-19 6:24 ` Daniel Mehrmnann
2001-01-19 13:00 ` Martin Hicks
1 sibling, 1 reply; 6+ messages in thread
From: Ian Macdonald @ 2001-01-19 6:10 UTC (permalink / raw)
To: linux-kernel
On 19 Jan 2001 03:51:20 +0100 in caliban.linux.kernel, you wrote:
>Does anyone have pppoe working with 2.4.0?
>
>I'm running 2.4.0-ac9 with ppp and pppoe compiled into the kernel (I've
>tried with modules too)
>
>The pppd simply refuses to acknowlege the presence of ppp support in the
>kernel.
>The last release of pppd was in august 2000. Was this before the ppp
>interface in the
>kernel was overhauled?
Have you aliased the new module name to ppp?
I'm using pppd just for simple dial-up from home, but I needed to add
the following line to /etc/modules.conf before pppd would load the
correct module:
alias ppp ppp_async
However, I couldn't get PPP to work when I compiled it directly into
the kernel.
Ian
--
Ian Macdonald | "Language shapes the way we think, and
Senior System Administrator | determines what we can think about." -- B.
Linuxcare, Inc. | L. Whorf
Support for the Revolution |
|
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 6+ messages in thread
* pppoe in 2.4.0
@ 2001-01-19 2:45 Martin Hicks
2001-01-19 6:10 ` Ian Macdonald
2001-01-19 13:00 ` Martin Hicks
0 siblings, 2 replies; 6+ messages in thread
From: Martin Hicks @ 2001-01-19 2:45 UTC (permalink / raw)
To: linux-kernel
Hello,
Does anyone have pppoe working with 2.4.0?
I'm running 2.4.0-ac9 with ppp and pppoe compiled into the kernel (I've
tried with modules too)
The pppd simply refuses to acknowlege the presence of ppp support in the
kernel.
The last release of pppd was in august 2000. Was this before the ppp
interface in the
kernel was overhauled?
mh
--
Martin Hicks || mort@bork.org
Use PGP/GnuPG || DSS PGP Key: 0x4C7F2BEE
Beer: So much more than just a breakfast drink.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2001-01-22 12:20 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-01-19 6:34 pppoe in 2.4.0 Daniel Mehrmnann
2001-01-22 12:20 ` Bernd Kaindl
-- strict thread matches above, loose matches on Subject: below --
2001-01-19 2:45 Martin Hicks
2001-01-19 6:10 ` Ian Macdonald
2001-01-19 6:24 ` Daniel Mehrmnann
2001-01-19 13:00 ` Martin Hicks
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®