Re: PPP in Kernel Module

2001-12-03 Thread Oki DZ
On Sun, 2 Dec 2001, Ben Hill wrote: > > What happens if you run "pon" instead of "pppd"? > > pon: command not found It seems that you don't have ppp package installed. Try to do the following: [EMAIL PROTECTED]:~$ grep -s "/bin" /var/lib/dpkg/info/* | grep pon /var/lib/dpkg/info/ppp.list:/usr/bin

Re: PPP in Kernel Module

2001-12-02 Thread Ben Hill
Hi, > > > I just checked the "Help" screen within "make menuconfig", and it said > that the ppp module was "ppp_generic.o"; that might be relevant. > > I also understand that the error message you're getting isn't > necessarily correct; sometimes you get that message for other reasons. > What ha

Re: PPP in Kernel Module

2001-12-01 Thread Kent West
Ben Hill wrote: My "make xconfig" options for PPP are:- PPP (point-to-point protocol) support [m] PPP multilink support (EXPRIMENTAL) [n] PPP filtering [disabled] PPP support for aync serial ports [m] PPP support for sync tty ports [n] PPP Deflate compression [m] PPP BSD-Compress

PPP in Kernel Module

2001-12-01 Thread Ben Hill
Hi, I am building a 2.4.14 kernel to use PPP (pppd) and have selected the PPP options as modules. This is due to me installing the drivers and software for my Alcatel USB modem. I seem to have got the USB hotplugging and syncing of the modem working ok. I am now having problems with pppd as I have

PPP in kernel

1998-01-13 Thread OSWALD jean
I still cannot actvate PPP whereas I have installed sucesfully the ppp module. dmesg | grep PPP answer nothing I have check that in the /etc/module file there is no "#ppp" In the /usr/src/linux/.config file The line is "...PPP=m" I don not know how to recompile the kernel in order to be able to ac