Click to See Complete Forum and Search --> : Network Config w/EN1207D
buzzbill
03-18-2003, 05:23 PM
Am attempting to have Red Hat work with my network through an HP EN1207D 10/100 Ethernet card. However, there are no compatible entries in the network config list. Is there any list that equates cards to a compatible entry or is there a better way?
Thanks!
mdwatts
03-18-2003, 05:34 PM
It may use the tulip module.
Ensure you have PnP OS disabled in the bios and then see if you can load the tulip module (as root)
modprobe tulip
buzzbill
03-19-2003, 12:16 PM
Thanks for the info.
I disabled PnP OS in the BIOS and logged into Linux as Root. Am operating in Gnome, so I typed "modprobe tulip" in the Run Program area and nothing changed in the Network Configuration options. Might I be typing the command in the wrong area?
BTW, after I changed the BIOS, the boot recognized the Accton card as new hardware and I thought that we were on our way,
but that did not pan out as it loaded the wrong info into the Network Config.
Thanks.
mdwatts
03-19-2003, 07:21 PM
Check to see if the tulip module (or any other ethernet card module) is loaded with
lsmod (list loaded modules)