I'm trying to put gentoo on my laptop. The install went really well (or so I thought) until the reboot when the following happens:
Code: Select all
* Starting eth0
SIOCSIFFLAGS: Invalid argument
SIOCSIFFLAGS: Invalid argument
SIOCSIFFLAGS: Invalid argument
* Brining up eth0
* dhcp
* Running dhcpcd
err, eth0: ioctl SIOCSIFFLAGS: Invalid argument
The same device, eth0, worked without any problems when I was running it off of the minimal cd so I thought it might be that I hadn't included the right stuff in the kernel.
Googling tells me that SIOCSIFFLAGS are module problems.
I did an lsmod and then rmmod on the module I thought was the eth0 one. The error message on restarting the connection is:
Code: Select all
* Starting eth0
* Bringing up eth0
* dhcp
* network interface eth0 does not exist
* Please verify hardware or kernel module (driver)
What should I try next?
Taken


