You are not logged in.
I have rebooted the machine and now I can't get eth0 to work. I googled for this error but the only suggestions which have been proved to work referred to recompiling the kernel which I really don't want to do.
This is not a wireless interface so the suggestion in the Configuring Network wiki entry is not helpful.
I am running Arch Linux 2.6.32-ARCH. I would give you the hwdetect output, but hwdetect is not available (which I find very weird btw). This is my network setup in rc.conf:
eth0="eth0 192.168.115.20 netmask 255.255.255.0 broadcast 192.168.115.255"
INTERFACES=(eth0)
gateway="default gw 192.168.115.254"
ROUTES=(gateway)If I try to bring up eth0 manually, I get this
SIOCSIFFLAGS: No such file or directoryand the error that I'm seeing in errors.log related to eth0 is this:
eth0: could not upload firmware ('isl3886')
eth0: islpci_reset: failure
prism54: request_firmware() failed for ('isl3886')The above errors refer to wifi cards, yet I'm not interested in my wifi, I just want the eth0. Also, the most puzzling thing is that this used to work just fine before the reboot (and before the pacman -Syu).
Offline
Offline
Nothing in particular, I have actually shut it down for a few days.
Yes, ifconfig -a does indeed show me an eth1. Is there a way of disabling the wireless?
Offline
....Is there a way of disabling the wireless?
Run lsmod and see if you can locate the module for your wireless and then check out how to Blacklist it..
Offline
Thanks for the tip mate, but I need something that just works (set up and forget about it). It took me less time to install a new Linux distribution than to troubleshoot this problem. That sums it up : ).
Nevertheless, thanks for your support guys!
Offline