LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   problem with network adapter (https://www.linuxquestions.org/questions/linux-networking-3/problem-with-network-adapter-13003/)

hubabuba 01-29-2002 02:59 PM

problem with network adapter
 
Hi

I can't setup my 3com 3c509 ISA network adapter.
when i run:

ifconfig eth0 up

it says:

SIOCSIFFLAGS: Resorse temporarily unavailable

Does anyone know what the problem is?

Thanks

crabboy 01-29-2002 04:22 PM

How is the card setup?
What IRQ, MEM and media type values do you see on startup (dmesg).

I have a couple 3c509 cards and all work perfectly when setup this way:

Go to the following site:
http://www.scyld.com/diag/3c5x9setup.html
and download the 3c5x9.c source code for the setup program. Compile the program as per the instructions.
Setup the card, as root, using values for IRQ, IO port that are free on your machine.

In your /etc/lilo.conf file add an ether option to your appene line. Use the same IRQ and IO values that you setup your card with. My append line looks like:
Code:

append="ether=11,0x300,4,0x3c509,eth0"
ether=IRQ,IO-ADDR, MODE(10baseT),CARD_TYPE,INTERFACE

reboot
done.

Hope this helps

Gary


All times are GMT -5. The time now is 05:41 AM.