On Wed, 2003-10-08 at 10:47, Ed Greshko wrote: > On Wed, 2003-10-08 at 10:09, Mark G. Spencer wrote: > > Hi Ed, > > > > I checked the Intel website but there were way too many choices for me to > > make any solid guess at this point. I checked all the documentation with > > the motherboard and don't see an actual chipset flavor, so I'll pop the case > > and see if I can get a model number off it. > > I checked the MSI website and the product specs for your board. > > According to > http://www.msicomputer.com/product/detail_spec/product_detail.asp?model=875P_NEO-FIS2R > > You have... > > â Intel 82547EI (CSA Interface Gigabit LAN) > > Then....looking at the "help" in the kernel configuration we find.... > > CONFIG_E1000: > > This driver supports Intel(R) PRO/1000 gigabit ethernet family of > adapters, which includes: > > Controller Adapter Name Board IDs > ---------- ------------ --------- > 82542 PRO/1000 Gigabit Server Adapter 700262-xxx, > 717037-xxx > 82543 PRO/1000 F Server Adapter 738640-xxx, > A38888-xxx > 82543 PRO/1000 T Server Adapter A19845-xxx, > A33948-xxx > 82544 PRO/1000 XT Server Adapter A51580-xxx > 82544 PRO/1000 XF Server Adapter A50484-xxx > 82544 PRO/1000 T Desktop Adapter A62947-xxx > 82540 PRO/1000 MT Desktop Adapter A78408-xxx > 82545 PRO/1000 MT Server Adapter A92165-xxx > 82546 PRO/1000 MT Dual Port Server Adapter A92111-xxx > 82545 PRO/1000 MF Server Adapter A91622-xxx > 82545 PRO/1000 MF Server Adapter(LX) A91624-xxx > 82546 PRO/1000 MF Dual Port Server Adapter A91620-xxx > > So, it appears your chip is not supported in the current kernel.... Hummm.... I hate it when I rely on the "help" and don't look in the code.... Looking in the code for the e1000 module we find.... e1000_main.c: * o Feature: Added support for 82541 and 82547 hardware. and specific mention of e1000_hw.c: case E1000_DEV_ID_82547EI: So, it is not clear why you're system isn't detecting it.... Have you tried "modprobe e1000"? Ed -- http://www.shorewall.net Shorewall, for all your firewall needs -- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list