드라이버 e1000e 선언되지 않은 이더넷 컨트롤러 I219-LM

드라이버 e1000e 선언되지 않은 이더넷 컨트롤러 I219-LM

오늘 저는 새로운 Dell OptiPlex 7080을 받고 여기에 Oracle Linux 7을 설치했습니다. 기기에는 외부 무선 안테나와 이더넷 포트가 있습니다. 무선 안테나는 작동하지만 이더넷 포트는 작동하지 않습니다.

실행하면 lshw -class network이더넷 컨트롤러가 선언되지 않았음을 보여주는 다음 출력이 표시됩니다.

  *-network:0               
       description: Wireless interface
       product: Wi-Fi 6 AX201
       vendor: Intel Corporation
       physical id: 14.3
       bus info: pci@0000:00:14.3
       logical name: wlo1
       version: 00
       serial: e0:d4:64:cf:03:64
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=iwlwifi driverversion=5.4.17-2036.103.3.el7uek.x86_64 firmware=50.3e391d3e.0 ip=192.168.178.48 latency=0 link=yes multicast=yes wireless=IEEE 802.11
       resources: irq:19 memory:91234000-91237fff
  *-network:1 UNCLAIMED
       description: Ethernet controller
       product: Ethernet Connection (11) I219-LM
       vendor: Intel Corporation
       physical id: 1f.6
       bus info: pci@0000:00:1f.6
       version: 00
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi bus_master cap_list
       configuration: latency=0
       resources: memory:91200000-9121ffff
  *-network:0
       description: Ethernet interface
       physical id: 1
       logical name: virbr0
       serial: 52:54:00:f5:ae:a3
       capabilities: ethernet physical
       configuration: broadcast=yes driver=bridge driverversion=2.3 firmware=N/A ip=192.168.122.1 link=no multicast=yes
  *-network:1 DISABLED
       description: Ethernet interface
       physical id: 2
       logical name: virbr0-nic
       serial: 52:54:00:f5:ae:a3
       size: 10Mbit/s
       capabilities: ethernet physical
       configuration: autonegotiation=off broadcast=yes driver=tun driverversion=1.6 duplex=full link=no multicast=yes port=twisted pair speed=10Mbit/s

실행하면 lspci -vWi-Fi 컨트롤러와 이더넷 컨트롤러가 보입니다. 전자에는 커널 모듈(사용 중)이 있고 후자에는 아무것도 없습니다.

00:14.3 Network controller: Intel Corporation Wi-Fi 6 AX201
    Subsystem: Intel Corporation Device 4070
    Flags: bus master, fast devsel, latency 0, IRQ 19
    Memory at 91234000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: [c8] Power Management version 3
    Capabilities: [d0] MSI: Enable- Count=1/1 Maskable- 64bit+
    Capabilities: [40] Express Root Complex Integrated Endpoint, MSI 00
    Capabilities: [80] MSI-X: Enable+ Count=16 Masked-
    Capabilities: [100] Latency Tolerance Reporting
    Capabilities: [164] Vendor Specific Information: ID=0010 Rev=0 Len=014 <?>
    Kernel driver in use: iwlwifi
    Kernel modules: iwlwifi

00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (11) I219-LM
    Subsystem: Dell Device 09a4
    Flags: bus master, fast devsel, latency 0, IRQ 255
    Memory at 91200000 (32-bit, non-prefetchable) [size=128K]
    Capabilities: [c8] Power Management version 3
    Capabilities: [d0] MSI: Enable- Count=1/1 Maskable- 64bit+

인터넷 권장 사항 e1000e는 이 이더넷 I219-LM 컨트롤러용 드라이버입니다. 이 명령을 실행하면 lsmod | grep e1000e결과가 표시되지 않습니다. 드라이버를 로드 modprobe e1000e하면 표시되지만 lsmod네트워크 설정 GUI에서는 유선 연결을 선택할 수 없습니다. 오류도 보이지 않습니다 dmesg | grep e1000e. 단지 저작권 표시만 있을 뿐입니다.

USB에서 Ubuntu 20.04 LTS의 라이브 버전을 실행하려고 시도했는데 Ubuntu가 이더넷 컨트롤러를 인식했기 때문에 하드웨어 문제는 아닌 것 같습니다.

이 문제를 해결하는 가장 좋은 방법은 무엇입니까?

답변1

문제를 해결하려면 다음 단계를 따르세요.이것답변:

  • 다음 위치에서 e1000e 버전 3.8.4를 다운로드하세요.인텔.
  • 타르 추출
  • cd src
  • sudo make install
  • 재시작

관련 정보