LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   SIOCSIFFLAGS Error! (https://www.linuxquestions.org/questions/linux-networking-3/siocsifflags-error-2731/)

ewarmour 05-23-2001 12:34 PM

When Installing TurboLinux Server 6.0.20SE I get this error after
configuring my network settings:
SIOCSIFFLAGS Error! Resource temporarily Unavailable
So after completing the install I try to select the ethernet device (eth0)
it remains inactive
Any Ideas? Thanks a bunch -Eron

unSpawn 05-23-2001 01:04 PM

prolly some other device doesnt want to share resources with this card :-]
check with
cat /proc/interrupts
cat /proc/ioports
cat /proc/dma
to see what devices try to share resources they shouldnt

ewarmour 05-23-2001 01:20 PM

Thanks but.... still getting error
 
Im really green when it comes to linux. So I try what you said and I get command not found. I dont know how the proc command works... I not giving up though.

unSpawn 05-23-2001 08:18 PM

not givin up, now thats the spirit...

ok. first we gotta check something else.
reboot, and check ure BIOS.
there should be an option "plug and play operating
system". Turn the option off.
Reboot and see if u can get eth0 up now.

If that doesnt do it, then check /var/log messages about driver errors for ure networkcard. it should say
something about "eth0"

Now from the commandline execute w/o quotes:
"cat /proc/{interrupts,dma,ioports} > /tmp/system.status"
then
"less /tmp/system.status" to read it.
for each of these outputs there should NOT be two devices sharing the same range or number.

Tell me what errors it shows.

ewarmour 05-29-2001 11:59 AM

putting it away for a month
 
When I get back I'll continue on my linux quest. Thanks alot for your help. -Eron

Yawmark 05-30-2001 10:16 PM

I had the same error - through your help, I was able to determine that the NIC and soundblaster were both trying to use IRQ 5. I unloaded the sb module, and the network fired up without a hitch. I'm not overly interested in having sound (the box is going to be a web server), but my next challenge is figuring out what to do with the sb...

Thanks for the help!


All times are GMT -5. The time now is 03:15 AM.