I recently had to reinstall my server with suse 10 sp1 but it does not recognize any of my on board nics. I’ve found what I believe are drivers that would work but I am having a difficult time getting them installed. Pasted below are outputs for lspci to show what nics I’m using and the error message for when I issue the command make install. The tar package I downloaded is from intel…igb-2.3.4.tar.gz
lspci
00:00.0 Host bridge: Intel Corporation Unknown device 4003 (rev 20)
00:01.0 PCI bridge: Intel Corporation Unknown device 4021 (rev 20)
00:03.0 PCI bridge: Intel Corporation Unknown device 4023 (rev 20)
00:05.0 PCI bridge: Intel Corporation Unknown device 4025 (rev 20)
00:07.0 PCI bridge: Intel Corporation Unknown device 4027 (rev 20)
00:09.0 PCI bridge: Intel Corporation Unknown device 4029 (rev 20)
00:0f.0 System peripheral: Intel Corporation Unknown device 402f (rev 20)
00:10.0 Host bridge: Intel Corporation Unknown device 4030 (rev 20)
00:10.1 Host bridge: Intel Corporation Unknown device 4030 (rev 20)
00:10.2 Host bridge: Intel Corporation Unknown device 4030 (rev 20)
00:10.3 Host bridge: Intel Corporation Unknown device 4030 (rev 20)
00:10.4 Host bridge: Intel Corporation Unknown device 4030 (rev 20)
00:11.0 Host bridge: Intel Corporation Unknown device 4031 (rev 20)
00:15.0 Host bridge: Intel Corporation Unknown device 4035 (rev 20)
00:15.1 Host bridge: Intel Corporation Unknown device 4035 (rev 20)
00:16.0 Host bridge: Intel Corporation Unknown device 4036 (rev 20)
00:16.1 Host bridge: Intel Corporation Unknown device 4036 (rev 20)
00:1c.0 PCI bridge: Intel Corporation Enterprise Southbridge PCI Express Root Po rt 1 (rev 09)
00:1d.0 USB Controller: Intel Corporation Enterprise Southbridge UHCI USB #1 (re v 09)
00:1d.1 USB Controller: Intel Corporation Enterprise Southbridge UHCI USB #2 (re v 09)
00:1d.2 USB Controller: Intel Corporation Enterprise Southbridge UHCI USB #3 (re v 09)
00:1d.7 USB Controller: Intel Corporation Enterprise Southbridge EHCI USB (rev 0 9)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev d9)
00:1f.0 ISA bridge: Intel Corporation Enterprise Southbridge LPC (rev 09)
00:1f.1 IDE interface: Intel Corporation Enterprise Southbridge PATA (rev 09)
00:1f.3 SMBus: Intel Corporation Enterprise Southbridge SMBus (rev 09)
01:00.0 RAID bus controller: LSI Logic / Symbios Logic SAS1078 PCI-X Fusion-MPT SAS (rev 04)
04:00.0 PCI bridge: Intel Corporation Enterprise Southbridge PCI Express Upstrea m Port (rev 01)
04:00.3 PCI bridge: Intel Corporation Enterprise Southbridge PCI Express to PCI- X Bridge (rev 01)
05:00.0 PCI bridge: Intel Corporation Enterprise Southbridge PCI Express Downstr eam Port E1 (rev 01)
08:00.0 Ethernet controller: Intel Corporation Unknown device 10a7 (rev 02)
08:00.1 Ethernet controller: Intel Corporation Unknown device 10a7 (rev 02)
0a:01.0 VGA compatible controller: ATI Technologies Inc ES1000 (rev 02)
make install
Makefile:70: *** Kernel header files not in any of the expected locations.
Makefile:71: *** Install the appropriate kernel development package, e.g.
Makefile:72: *** kernel-devel, for building kernel modules and try again. Stop.