Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problems with pppd and Slackware 7.0

Status
Not open for further replies.

Cirvam

Programmer
Nov 23, 1999
58
US
I've been trying to set up a computer to dial out through pppd in Slackware 7.0. Every time I issue the command ppp-go or pppd it says that ppp support isn't built into the kernel or the module isn't loaded. I have recompiled the kernel and an made sure ppp support was built in. Even after that it still says that I don't have ppp support. pppd and other ppp commands are in the /usr/sbin directory, configureation files are in /etc/ppp directory. I have no idea what to do next.<br>
<br>
Thanks<br>
Erik
 
I figured out what part of the problem was. I was still booting off the old kernel. However now that I am booting off the new kernel, I get an error after it mounts the root drive read-only for checking, it says, &quot;Error no init found use init= to pass options to your kernel&quot; I was wondering what this means, can anyone help?<br>
<br>
Thanks,<br>
Erik
 
Sounds like it can't find your new kernel. Boot off your rescue floppy, and check the contents of /etc/lilo.conf. Make sure the kernel named in there is your new kernel.<br>
<br>
If it is, then re-run lilo to rewrite the lilo details. It's extremely likely that your /etc/ will actuall be mounted as /mnt/etc, or similar, so you need to pass lilo the &quot;-R&quot; option so that it changes it's root directory to /mnt, or wherever you root filesystem is mounted.<br>
<br>
You need to do this because the characteristics of the kernel have changed, and lilo needs to know about it. When compiling a new kernel, the &quot;make bZinstall&quot; option should do this for you.<br>
<br>
HTH.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top