On Sat, 2010-01-23 at 22:23 +0100, Piotr Skólski wrote: > ifup eth0: > ifup: interface eth0 already configured > > dhclient: > There is already a pid file /var/run/dhclient.pid with pid 1298 > killed old client process, removed PID file > Internet Systems Consortium DHCP Client V3.1.3 > Copyright 2004-2009 Internet Systems Consortium. > All rights reserved. > For info, please visit https://www.isc.org/software/dhcp/ > > SIOCSIFFLAGS: Invalid argument > SIOCSIFFLAGS: Invalid argument [...]
It looks like this error comes from the interrupt allocation code. The
IRQ probing code in 3c503 has been wrong for a long time but somehow
managed to work. Now it will fail.
If you know which IRQ the hardware is using, please try running:
rmmod 3c503
modprobe 3c503 irq=<n>
(substitute the proper number for '<n>').
I will continue investigating whether the IRQ probing code can be fixed.
Ben.
--
Ben Hutchings
Any smoothly functioning technology is indistinguishable from a rigged demo.
signature.asc
Description: This is a digitally signed message part

