Я не профессионал в Linux,

У меня есть новая система, где я установил Opensuse 11.4. Я подключен с помощью кабеля локальной сети. Вывод ifconfig:

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)

где я не подключен к интернету. Потом я попробовал

вывод uname -a:

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

и вывод lspci -nn:

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)

Любая помощь приветствуется.

Я прошел по этой ссылке и скачал zip-файл. С помощью USB я перенес его на целевую систему (где сетевая карта не обнаруживается). Следуйте инструкциям в README. Там мне нужно

`make install`

где написано, что для запуска этой команды мне нужно установить несколько других пакетов.

Я прошел по этой ссылке, где я не понял, как я могу установить драйверы на ПК, где у меня нет интернета. Если мне нужно загрузить драйверы на другой компьютер, пожалуйста, помогите мне, как мне это сделать.

0