Драйвера сетевой карты intel linux

Русские Блоги

[email protected]:~/e1000e-3.4.2.1/src$ sudo lspci -knn
00:00.0 Host bridge [0600]: Intel Corporation Device [8086:591f] (rev 05)
Subsystem: ASUSTeK Computer Inc. Device [1043:8694]
00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:5912] (rev 04)
Subsystem: ASUSTeK Computer Inc. Device [1043:8694]
00:14.0 USB controller [0c03]: Intel Corporation Device [8086:a2af]
Subsystem: ASUSTeK Computer Inc. Device [1043:8694]
Kernel driver in use: xhci_hcd
00:16.0 Communication controller [0780]: Intel Corporation Device [8086:a2ba]
Subsystem: ASUSTeK Computer Inc. Device [1043:8694]
00:17.0 SATA controller [0106]: Intel Corporation Device [8086:a282]
Subsystem: ASUSTeK Computer Inc. Device [1043:8694]
Kernel driver in use: ahci
00:1c.0 PCI bridge [0604]: Intel Corporation Device [8086:a294] (rev f0)
Kernel driver in use: pcieport
00:1d.0 PCI bridge [0604]: Intel Corporation Device [8086:a298] (rev f0)
Kernel driver in use: pcieport
00:1f.0 ISA bridge [0601]: Intel Corporation Device [8086:a2c8]
Subsystem: ASUSTeK Computer Inc. Device [1043:8694]
00:1f.2 Memory controller [0580]: Intel Corporation Device [8086:a2a1]
Subsystem: ASUSTeK Computer Inc. Device [1043:8694]
00:1f.3 Audio device [0403]: Intel Corporation Device [8086:a2f0]
Subsystem: ASUSTeK Computer Inc. Device [1043:86c9]
Kernel driver in use: snd_hda_intel
00:1f.4 SMBus [0c05]: Intel Corporation Device [8086:a2a3]
Subsystem: ASUSTeK Computer Inc. Device [1043:8694]
00:1f.6 Ethernet controller [0200]: Intel Corporation Ethernet Connection (2) I219-V [8086:15b8]
Subsystem: ASUSTeK Computer Inc. Device [1043:8672]
Kernel driver in use: e1000e

Найдите соответствующую модель сетевой карты: Intel Corporation Ethernet Connection (2) I219-V [8086: 15b8]

Найдите соответствующий пакет драйверов: e1000e-3.4.2.1.tar.gz

Читайте также:  Linux утилиты восстановления флешки

Найдите ReadMe в соответствующем пакете драйверов и следуйте инструкциям.

 sudo lspci -knn 1993 cd e1000e-3.4.2.1/ 1994 ls 1995 cd src/ 1996 ls 1997 sudo make install 1998 sudo rmmod e1000e; modprobe e1000e 1999 sudo modprobe e1000e 

После завершения появится сообщение о том, что сетевая карта была связана.

Над моей системой 14.04 LTS

Источник

Записки на полях

Грабли, на которые я наступил. Руководства, инструкции, ощущения.

четверг, 17 декабря 2009 г.

Установка драйверов сетевой карты Intel Corporation 82572EI Gigabit Ethernet Controller в Debian/Ubuntu

Debian Etch карту не распознал.
После установки без сетевого интерфейса команда lspci показывала следующую информацию об адаптере:

02:00.0 Ethernet controller: Intel Corporation 82572EI Gigabit Ethernet Controller (rev 06)

Для этого адаптера подходит драйвер e1000e. Взять можно с его домашней страницы на sourceforge.net.

Так как предполагается, что сети на сервере нет, то драйвер надо скачать и положить на сервер, например в домашнюю директорию (~) или в /tmp.

Далее несколько простых команд.
1. Устанавливаем необходимые для сборки пакеты (необходимо вставить установочный диск Debian в привод):
# aptitude install module-assistant build-essential

2. Проверяем, что все на месте:
# m-a update
# m-a prepare

3. Распаковываем архив:
# cd ~/
# tar -xzvf e1000e-x.x.x.x.tar.gz
Вместо x.x.x.x будет номер текущей версии драйвера

4. Собираем драйвер
# cd ~/e1000e-x.x.x.x/src
# make install
# modprobe e1000e

Перегружаемся. Карты должны работать.

Хочу отметить, что мне потребовалось добавить в черный список драйвер для предыдущих поколений этих сетевых адаптеров, так как он загружался первым и мешал новому драйверу. Что надо сделать. Открываем файл черного списка:

И добавляем в его конец строку
blacklist e1000

Источник

Intel Ethernet Drivers and Utilities

This project contains the standalone Linux kernel drivers for Intel(R) Ethernet adapters and LOMs (LAN On Motherboard). To learn more about Intel Ethernet visit http://communities.intel.com/community/tech/wired

Читайте также:  Cad software for linux

For all support questions or reports regarding Intel’s standalone driver tar.gz files, or hardware issues, please contact Intel Support at
https://www.intel.com/content/www/us/en/support/products/36773/ethernet-products.html

If you’re having an issue with a driver from a distribution please contact that distribution first.

If you need to report an issue with the in-kernel driver please use the following lists:
intel-wired-lan@lists.osuosl.org
netdev@vger.kernel.org

Features

  • ice driver
  • i40e driver
  • iavf driver
  • ixgbe and ixgbevf drivers
  • igb and igbvf drivers
  • lldpad daemon
  • e1000e driver: The e1000e driver has changed to a kernel-only support model. (Latest release 3.8.7.)
  • e1000 driver: The e1000 driver has changed to a kernel-only support model and is now located in Archive. (latest release: 8.0.35)

Project Activity

Categories

License

Follow Intel Ethernet Drivers and Utilities

Let customers access your online services without passwords and costly SMS fees.

Nevis lets you wow your customers, partners, and employees with excellent authentication and authorization convenience. Nevis offers a single, all-encompassing identity and access management solution for all your identity use cases. With its comprehensive CIAM functions, you can offer your privacy-minded consumers an exceptional user experience, personalized interactions, and the level of secure access to your services that is essential for today’s disruptive, digital transformation demands.

User Ratings

User Reviews

Works just as well as you hoped it would. If, at your own risk, you want to support both 1Gb and 10Gb with SFP+ modules that have not been tested with both—and are not advertised to work with both—just make multispeed_fiber always true: ——————— ixgbe/ixgbe-4.0.3/src/ixgbe_phy.c ———————- index 102dd53..a3e5f74 100644 @@ -1451,7 +1451,7 @@ s32 ixgbe_identify_sfp_module_generic(struct ixgbe_hw *hw) hw->phy.sfp_setup_needed = true; /* Determine if the SFP+ PHY is dual speed or not. */ — hw->phy.multispeed_fiber = false; + hw->phy.multispeed_fiber = true; if (((comp_codes_1g & IXGBE_SFF_1GBASESX_CAPABLE) && (comp_codes_10g & IXGBE_SFF_10GBASESR_CAPABLE)) || ((comp_codes_1g & IXGBE_SFF_1GBASELX_CAPABLE) && @@ -1771,7 +1771,7 @@ s32 ixgbe_identify_qsfp_module_generic(struct ixgbe_hw *hw) hw->phy.sfp_setup_needed = true; /* Determine if the QSFP+ PHY is dual speed or not. */ — hw->phy.multispeed_fiber = false; + hw->phy.multispeed_fiber = true; if (((comp_codes_1g & IXGBE_SFF_1GBASESX_CAPABLE) && (comp_codes_10g & IXGBE_SFF_10GBASESR_CAPABLE)) || ((comp_codes_1g & IXGBE_SFF_1GBASELX_CAPABLE) &&

Читайте также:  Переменная shell в linux

I cannot comment on the driver as I could not get it work on Ubuntu. I thought i’d give it a go, even though I knew it wasn’t apart of the supported list. Ubuntu 14.04, 3.13.0-24-generic kernel, Intel Corporation Ethernet Connection I217-V (rev 05). **UPDATE** Booting without the cable plugged in helped!

For older non-current CentOS boot kernel (such as 1 or 2 sub-revisions behind), you’re forced to install the full-source CentOS linux kernel into /usr/src/linux. Cannot rely on ‘kernel-devel’ package then. Certainly, not Intel’s fault. but it works very well.

Additional Project Details

Operating Systems

Languages

Intended Audience

User Interface

Programming Language

Registered

At SafeDNS, we breathe to make online experiences safer. We strive to build a secured online ecosystem with web filtering and cybersecurity solutions for homes, non-profits, and corporate users. SafeDNS is also among the fastest-growing cloud-based web filtering solution providers and has.

PathSolutions TotalView network monitoring and troubleshooting software bridges the gap between NETWORK MONITORING and TROUBLESHOOTING RESOLUTION telling you WHEN, WHERE and WHY network errors occur. PathSolutions TotalView continuously monitors and tracks the performance of every device and.

SpamTitan email security is an email spam filter for businesses, smbs, MSPs, and schools. SpamTitan email security blocks spam as well as phishing and day-zero attacks, viruses, malware, ransomware, and other email threats. Helps control mail flow, clean it, and protect against unwanted.

Источник

Оцените статью
Adblock
detector