Results 1 to 2 of 2
How do you do it?
Red Hat 9 does not recognize my card. It's a 3com gigabit LOM (3c940).
I have the driver(s) - there's a ton of files in ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-15-2004 #1Just Joined!
- Join Date
- Oct 2004
- Posts
- 2
Installing Network Card Drivers
How do you do it?
Red Hat 9 does not recognize my card. It's a 3com gigabit LOM (3c940).
I have the driver(s) - there's a ton of files in there!
I thought it would be as simple as typing: "linux dd" at the boot prompt, but when it asked me where the driver was located (fd0), I chose that, but all i could do was select "ok" over and over, and nothing.
Any help is GREATLY appreciated. I need to get this card functioning for a project due soon.
Thanks in advance!
- 10-19-2004 #2Linux Newbie
- Join Date
- Jan 2004
- Location
- Belgrade, S&M
- Posts
- 177
To check whether it is recognized type ifconfig. If you see the eth interface then it is ok. That was the easy part
Now to get it recognized. Drivers are usually a lot of scripts which you run and then they build a kernel module. You should then modprobe the module and the card will work. Maybe the module is already included in the system but isn't modprobed : I have to modprobe eepro100 manually. So: build your module and load it or try randomly loading some modules for network devices and maybe you load the right one.


Reply With Quote
