Re: need help with SIOCSIFFLAGS..

Willy Tarreau (willy@w.ods.org)
Sat, 20 Jul 2002 10:54:21 +0200


> when i try to bind my network driver with : ifconfig eth0 IP netmask MASK, i get this msg:
>
> SIOCSIFFLAGS : Resource Temporarily Unavailable
>
> any ideas why this occurs? where can i get additional info on this?

May be the I/O ports and/or the IRQ are in use by another device at
the time you do this. ifconfig also sets the device up, so the driver
will try to reserve resources. Isn't this an ISA card bound to IRQ 3
while your COM2 is being used, for example ?

Regards,
Willy

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/