커널 드라이버를 활성화하는 방법은 무엇입니까?

커널 드라이버를 활성화하는 방법은 무엇입니까?

두 개의 이더넷 연결이 있습니다.

00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (7) I219-LM (rev 10)
    Subsystem: ASRock Incorporation Device 15bb
    Kernel modules: e1000e
04:00.0 Ethernet controller: Intel Corporation I210 Gigabit Network Connection (rev 03)
    Subsystem: ASRock Incorporation Device 1533
    Kernel driver in use: igb
    Kernel modules: igb

믿다e1000e드라이버를 설치했습니다 .

[root@home net]# lsmod | grep e1000e
e1000e                248519  0
ptp                    19231  2 igb,e1000e

드라이버를 이더넷 컨트롤러에 "연결"하는 데 뭔가 빠졌나요?

편집: 관련 출력은 다음과 같습니다 dmesg.

[ 7321.758557] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 7321.758560] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 7321.758762] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[ 7321.758785] e1000e 0000:00:1f.6: irq 500 for MSI/MSI-X
[ 7322.764417] e1000e: probe of 0000:00:1f.6 failed with error -2

관련 정보