Author: Gary Calvin
Email: gcalvin@kenwoodusa.com
Date Submitted: Tue, Oct 6, 1998
Status: New Entry
Requester: Ernst Verster
Email: linux@verster.demon.nl
Request Made: Mon, Aug 24, 1998
Releases: | all |
Platform: | all |
Category: | Networking and netcfg |
Category Listing: | How do I install after installation a Intel ethernet card? |
After I had installed Linux, I wanted to install my ethernetcard. This is a EtherExpress from Intel. I have tried with "cd /lib/modules/2.0.32/net" "insmod eexpress.o irq=5 io=300" These are the value of my ethernetcard, but the responce is a "loading device 'eth0'" "eexpress.c: Failed to register card at 0x12c" "eexpress.o: init module: Device or resource busy
The answer is in your question, actually. Instead of "io=300" try "io=0x300". The value you want to use is Hexadecimal 300, which would be decimal 768. You specified decimal 300, which is Hex 12C.
(none)