Re: PPP where for out thou?

1999-06-12 Thread Wayne Topa
Subject: Re: PPP where for out thou? Date: Fri, Jun 11, 1999 at 03:27:38PM -0700 In reply to:Andy Bottman Quoting Andy Bottman([EMAIL PROTECTED]): I did not specifically choose serial support, is there a simple way to test wether I have PPP support in the kernel. ANDY

Re: PPP where for out thou?

1999-06-12 Thread Wayne Topa
Subject: Re: PPP where for out thou? Date: Fri, Jun 11, 1999 at 07:10:55PM -0400 In reply to:Wayne Topa Quoting Wayne Topa([EMAIL PROTECTED]): Subject: Re: PPP where for out thou? Date: Fri, Jun 11, 1999 at 03:27:38PM -0700 In reply to:Andy Bottman Quoting

Re: PPP where for out thou?

1999-06-12 Thread Evan Van Dyke
Andy Bottman wrote: When I execute 'insmod ppp' I recieve the errors: '/lib/modules/2.0.36/net/ppp.o: unresolved symbol slhc_init' '/lib/modules/2.0.36/net/ppp.o: unresolved symbol slhc_free' '/lib/modules/2.0.36/net/ppp.o: unresolved symbol slhc_uncompress'

Re: PPP where for out thou?

1999-06-12 Thread Hamish Moffatt
On Fri, Jun 11, 1999 at 03:28:23PM -0700, Andy Bottman wrote: Yes I am sure that I told ppp the correct device, 'ttys0'. You want ttyS0 (with a capital S). Case is import; ttyS* are serial ports, ttys* are virtual terminals (like ttyp0, ttyp1 etc; eventually, with enough users online, you get to

PPP where for out thou?

1999-06-11 Thread Andy Bottman
I rebuilt my kernel and have lost support for PPP, when I use 'pon' it says the kernel lacks support. I keep rebuilding and using 'make menuconfig' and I choose PPP support under networking. I can't find any other reference to PPP. What am I missing? Thanks ANDY

Re: PPP where for out thou?

1999-06-11 Thread John Hasler
Andy writes: I rebuilt my kernel and have lost support for PPP, when I use 'pon' it says the kernel lacks support. You can't always believe pppd when it says that. Have you changed anything else? Did you choose serial support? -- John HaslerThis posting is in the public

Re: PPP where for out thou?

1999-06-11 Thread Kent West
Andy Bottman wrote: I rebuilt my kernel and have lost support for PPP, when I use 'pon' it says the kernel lacks support. I keep rebuilding and using 'make menuconfig' and I choose PPP support under networking. I can't find any other reference to PPP. What am I

Re: PPP where for out thou?

1999-06-11 Thread Ed Cogburn
Andy Bottman wrote: I rebuilt my kernel and have lost support for PPP, when I use 'pon' it says the kernel lacks support. I keep rebuilding and using 'make menuconfig' and I choose PPP support under networking. I can't find any other reference to PPP. What am I

Re: PPP where for out thou?

1999-06-11 Thread shaleh
I rebuilt my kernel and have lost support for PPP, when I use 'pon' it says the kernel lacks support. I keep rebuilding and using 'make menuconfig' and I choose PPP support under networking. I can't find any other reference to PPP. What am I missing? This is actually

Re: PPP where for out thou?

1999-06-11 Thread John Hasler
shaleh writes: This is actually one of Linux's worst error messages. This is true. The problem is actually that you lack permission on the specified tty device to dial out. This is not. Pppd opens the device as root. -- John HaslerThis posting is in the public domain.

Re: PPP where for out thou?

1999-06-11 Thread Andy Bottman
When I execute 'insmod ppp' I recieve the errors: '/lib/modules/2.0.36/net/ppp.o: unresolved symbol slhc_init' '/lib/modules/2.0.36/net/ppp.o: unresolved symbol slhc_free' '/lib/modules/2.0.36/net/ppp.o: unresolved symbol slhc_uncompress' '/lib/modules/2.0.36/net/ppp.o: unresolved symbol

Re: PPP where for out thou?

1999-06-11 Thread Andy Bottman
I did not specifically choose serial support, is there a simple way to test wether I have PPP support in the kernel. ANDY Andy writes: I rebuilt my kernel and have lost support for PPP, when I use 'pon' it says the kernel lacks support. You can't always believe pppd when it says that. Have

Re: PPP where for out thou?

1999-06-11 Thread Andy Bottman
I rebuilt my kernel and have lost support for PPP, when I use 'pon' it says the kernel lacks support. I keep rebuilding and using 'make menuconfig' and I choose PPP support under networking. I can't find any other reference to PPP. What am I missing? This is actually one

Re: PPP where for out thou?

1999-06-11 Thread Bob Nielsen
grep PPP /usr/src/linux/.config On Fri, Jun 11, 1999 at 03:27:38PM -0700, Andy Bottman wrote: I did not specifically choose serial support, is there a simple way to test wether I have PPP support in the kernel. ANDY Andy writes: I rebuilt my kernel and have lost support for PPP, when