2002-07-19 22:09:01

by harish.vasudeva

[permalink] [raw]
Subject: need help with SIOCSIFFLAGS..

Hi,

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?

thanx in advance
HARISH V



2002-07-20 08:56:36

by Willy Tarreau

[permalink] [raw]
Subject: Re: need help with SIOCSIFFLAGS..

> 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