I am not a pro in linux,
I have a new system, where I installed Opensuse 11.4. I am connected with a LAN cable. The output of ifconfig is:
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:224 errors:0 dropped:0 overruns:0 frame:0
TX packets:224 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:17177 (16.7 Kb) TX bytes:17177 (16.7 Kb)
where I am not connected to the internet. Then I tried
the output of uname -a is :
Linux linux-hwdj 2.6.37.1-1.2-desktop #1 SMP PREEMPT 2011-02-21 10:34:10 +0100 i686 i686 i386 GNU/Linux
and the output of lspci -nn is:
00:00.0 Host bridge [0600]: Intel Corporation Device [8086:0c00] (rev 06)
00:01.0 PCI bridge [0604]: Intel Corporation Device [8086:0c01] (rev 06)
00:01.1 PCI bridge [0604]: Intel Corporation Device [8086:0c05] (rev 06)
00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:0412] (rev 06)
00:03.0 Audio device [0403]: Intel Corporation Device [8086:0c0c] (rev 06)
00:14.0 USB Controller [0c03]: Intel Corporation Device [8086:8c31] (rev 05)
00:16.0 Communication controller [0780]: Intel Corporation Device [8086:8c3a] (rev 04)
00:16.3 Serial controller [0700]: Intel Corporation Device [8086:8c3d] (rev 04)
00:19.0 Ethernet controller [0200]: Intel Corporation Device [8086:153a] (rev 05)
00:1a.0 USB Controller [0c03]: Intel Corporation Device [8086:8c2d] (rev 05)
00:1b.0 Audio device [0403]: Intel Corporation Device [8086:8c20] (rev 05)
00:1c.0 PCI bridge [0604]: Intel Corporation Device [8086:8c10] (rev d5)
00:1c.3 PCI bridge [0604]: Intel Corporation Device [8086:8c16] (rev d5)
00:1d.0 USB Controller [0c03]: Intel Corporation Device [8086:8c26] (rev 05)
00:1f.0 ISA bridge [0601]: Intel Corporation Device [8086:8c56] (rev 05)
00:1f.2 SATA controller [0106]: Intel Corporation Device [8086:8c02] (rev 05)
00:1f.3 SMBus [0c05]: Intel Corporation Device [8086:8c22] (rev 05)
03:00.0 PCI bridge [0604]: Integrated Technology Express, Inc. Device [1283:8892] (rev 41)
05:00.0 Ethernet controller [0200]: Intel Corporation Device [8086:1533] (rev 03)
Any help appreciated.
I’ve gone through https://downloadcenter.intel.com/download/15817 and downloaded the zip file. Using a USB I transferred it on to a target system (where the network card is not being detected).
Followed the instructions in README. There I need to
make install
As per the instructions I went into the source directory in the downloaded folder, after the
make install, It says Makefile:64: *** Kernel header files not in any of the expected locations. Makefile:65: *** Install the appropriate kernel development package, e.g. Makefile:66: *** kernel-devel, for building kernel modules and try again. Stop.