First of all, I have a Macronix MX987x5 ethernet card which requires the tulip drivers to function. Currently tulip is compiled into the kernel, although I get the same problem when I load it as a module. At the end of the boot routine, before login, there is a message that says that it failed to load tulip and it failed to bring up eth0. If I new where that stuff was logged on the system then I could be more specific as the message flies off the screen too quickly to read.
Anyways, after I log in, I have no connection to the internet. The following will illustrate what I do each time I log in in order to get a connection:
Code: Select all
root@newton arker$ dhcpcd eth0
**** dhcpcd: already running
**** dhcpcd: if not then delete /var/run/dhcpcd-eth0.pid file
root@newton arker$ mv /var/run/dhcpcd-eth0.pid /var/run/dhcpcd-eth0.pid.old
root@newton arker$ dhcpcd eth0
Cheers!
Arker

