You are not logged in.

#1 2004-03-22 08:29:17

mctavish
Member
From: Australia
Registered: 2004-03-22
Posts: 48

Widget + ppp + stock 2.6.x kernel = grief

Greetings,

I'm trying to set up arch from a 0.6 cd using the stock 2.6.x (2.6.3 I think?) kernel.

I am having problems getting ppp to work. Yes poor me, I'm still on dialup.

This is just a test install for now so I have included all the packages from the cd, so the ppp daemon is definitely installed.

I ripped the ppp and chat scripts from my current distro as I couldn't find any scripts in arch.

When I run pon [myisp], I get

/usr/sbin/pppd: pppd is unable to open the /dev/ppp device.
You need to create the /dev/ppp device node by
executing the following command as root:
        mknod /dev/ppp c 108 0

So of course I diligently try said command and get...

/usr/sbin/pppd: This system lacks kernel support for PPP.  This could be because the PPP kernel module could not be loaded, or because PPP was not included in the kernel configuration.  If PPP was included as a
module, try `/sbin/modprobe -v ppp'.  If that fails, check that
ppp.o exists in /lib/modules/`uname -r`/net.
See README.linux file in the ppp distribution for more details.

So now I try modprobe and get...

[root@myhost bin]# /sbin/modprobe -v ppp
FATAL: Module ppp not found.

I find it a bit hard to believe that the stock kernel doesn't have ppp, so can anyone see where I am going wrong?

Or if it is true that ppp is not compiled into this kernel, can somebody who knows verify this for me? I'll roll my own if need be.

Thanks

Offline

#2 2004-03-23 03:19:51

alcattle
Member
Registered: 2004-03-08
Posts: 32

Re: Widget + ppp + stock 2.6.x kernel = grief

I had to add ppp to my custom kernel. Easy to do, but a PITA to get src on dialup. Hope someone else has betters news.


Big Al in Seattle

http://www.easylinuxguide.com

Very N00b Friendly Group of people

Offline

#3 2004-03-23 07:43:32

mctavish
Member
From: Australia
Registered: 2004-03-22
Posts: 48

Re: Widget + ppp + stock 2.6.x kernel = grief

Thanks alcattle. It looks like a custom kernel is the way to go.

Incidently, a note for anyone scouring the forum for ppp info... I mentioned that I resorted to plundering ppp/chat scripts from my current distro. I've just noticed that there is in fact a pppconfig package but it doesn't come on the widget cd. Its in the extra repository. There is a nice irony there.

Offline

#4 2004-03-25 22:38:50

mctavish
Member
From: Australia
Registered: 2004-03-22
Posts: 48

Re: Widget + ppp + stock 2.6.x kernel = grief

I'm now online with Arch and a custom kernel  big_smile
Onwards to the next battle...

Offline

#5 2004-03-26 01:05:22

mctavish
Member
From: Australia
Registered: 2004-03-22
Posts: 48

Re: Widget + ppp + stock 2.6.x kernel = grief

Well I've just discovered that ppp support is compiled in to the stock 2.6.3 module. You just have to know the module name. It is ppp-generic.

Offline

Board footer

Powered by FluxBB