이더넷 컨트롤러가 작동하지 않음 (Realtek RTL810xE, Realtek RTL8111)

윌 하디 만

편집 : 적절한 드라이버를 찾았습니다

https://github.com/ghostrider-reborn/realtek-r8101-linux-driver

여기 지침을 따랐고 이제 두 네트워크 카드가 모두 작동합니다 (동일한 네트워크에 연결을 테스트하기 때문에 한 번에 하나씩 만 사용합니다.)

원본 게시물

이전에 Kubuntu 14.04를 실행 한 컴퓨터에 Kubuntu 18.04를 설치했는데 두 네트워크 카드 중 하나가 성공적으로 작동하지 않았습니다. 안타깝게도 랩 설정을 위해 두 가지를 모두 구성해야합니다.

동일한 이더넷 케이블로 둘 중 하나를 연결하려고 시도했지만 RTL8111 만 작동합니다. dmesg이더넷 또는 네트워크에 대한 내용이 없으며 journalctl -xeRTL8111 드라이버의 성공적인로드 만 언급합니다.

다음은 유용하게 사용할 수있는 몇 가지 진단 출력입니다.

lshw -C 네트워크

  *-network UNCLAIMED
       description: Ethernet controller
       product: RTL810xE PCI Express Fast Ethernet controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:02:00.0
       version: 02
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix vpd bus_master cap_list
       configuration: latency=0
       resources: ioport:b800(size=256) memory:f7cff000-f7cfffff memory:cfff0000-cfffffff
  *-network
       description: Ethernet interface
       product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:01:00.0
       logical name: enp1s0
       version: 03
       serial: [redacted]
       size: 1Gbit/s
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix vpd bus_master cap_list rom ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8168 driverversion=8.046.00-NAPI duplex=full latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
       resources: irq:31 ioport:a800(size=256) memory:cfeff000-cfefffff memory:cfef8000-cfefbfff memory:f7be0000-f7bfffff
  *-network
       description: Ethernet interface
       physical id: 1
       logical name: enp0s26f7u1
       serial: [redacted]
       capabilities: ethernet physical
       configuration: broadcast=yes driver=rndis_host driverversion=22-Aug-2005 firmware=RNDIS device ip=192.168.42.163 link=yes multicast=yes

Kubuntu는 네트워크 카드를 볼 수 있지만 (세 번째 장치는 USB 테 더링을 사용하는 휴대폰입니다) 첫 번째는 "UNCLAIMED"입니다.

lspci -v | grep -A20 이더넷

01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 03)
        Subsystem: ASRock Incorporation Motherboard (one of many)
        Physical Slot: 0-3
        Flags: bus master, fast devsel, latency 0, IRQ 31
        I/O ports at a800 [size=256]
        Memory at cfeff000 (64-bit, prefetchable) [size=4K]
        Memory at cfef8000 (64-bit, prefetchable) [size=16K]
        Expansion ROM at f7be0000 [disabled] [size=128K]
        Capabilities: [40] Power Management version 3
        Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
        Capabilities: [70] Express Endpoint, MSI 01
        Capabilities: [ac] MSI-X: Enable- Count=4 Masked-
        Capabilities: [cc] Vital Product Data
        Capabilities: [100] Advanced Error Reporting
        Capabilities: [140] Virtual Channel
        Capabilities: [160] Device Serial Number [redacted]
        Kernel driver in use: r8168
        Kernel modules: r8168

02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL810xE PCI Express Fast Ethernet controller (rev 02)
        Subsystem: Realtek Semiconductor Co., Ltd. RTL810xE PCI Express Fast Ethernet controller
        Physical Slot: 0-2
        Flags: bus master, fast devsel, latency 0, IRQ 11
        I/O ports at b800 [size=256]
        Memory at f7cff000 (64-bit, non-prefetchable) [size=4K]
        Memory at cfff0000 (64-bit, prefetchable) [size=64K]
        Capabilities: [40] Power Management version 3
        Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
        Capabilities: [70] Express Endpoint, MSI 01
        Capabilities: [ac] MSI-X: Enable- Count=2 Masked-
        Capabilities: [cc] Vital Product Data
        Capabilities: [100] Advanced Error Reporting
        Capabilities: [140] Virtual Channel
        Capabilities: [160] Device Serial Number [redacted]

첫 번째 카드에 대한 커널 모듈을로드했지만 두 번째 카드에 대해서는 아무 작업도하지 않았습니다.

lsmod

Module                  Size  Used by
intel_powerclamp       20480  0
snd_hda_codec_realtek   114688  1
coretemp               20480  0
snd_hda_codec_generic    77824  1 snd_hda_codec_realtek
kvm_intel             241664  0
ledtrig_audio          16384  2 snd_hda_codec_generic,snd_hda_codec_realtek
kvm                   647168  1 kvm_intel
snd_hda_intel          49152  5
irqbypass              16384  1 kvm
snd_hda_codec         135168  3 snd_hda_codec_generic,snd_hda_intel,snd_hda_codec_realtek
snd_hda_core           86016  4 snd_hda_codec_generic,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek
rndis_host             20480  0
snd_hwdep              20480  1 snd_hda_codec
ni_pcimio              73728  0
cdc_ether              20480  1 rndis_host
ni_tiocmd              16384  1 ni_pcimio
mite                   20480  2 ni_tiocmd,ni_pcimio
snd_pcm               102400  4 snd_hda_intel,snd_hda_codec,snd_hda_core
usbnet                 45056  2 rndis_host,cdc_ether
comedi_pci             16384  2 mite,ni_pcimio
intel_cstate           20480  0
mii                    16384  1 usbnet
ni_routing            299008  2 ni_tiocmd,ni_pcimio
input_leds             16384  0
ni_tio                 20480  2 ni_tiocmd,ni_pcimio
comedi_8255            16384  1 ni_pcimio
snd_seq_midi           20480  0
snd_seq_midi_event     16384  1 snd_seq_midi
comedi                 73728  5 mite,comedi_pci,ni_tiocmd,ni_pcimio,comedi_8255
snd_rawmidi            36864  1 snd_seq_midi
snd_seq                69632  2 snd_seq_midi,snd_seq_midi_event
gpio_ich               16384  0
snd_seq_device         16384  3 snd_seq,snd_seq_midi,snd_rawmidi
snd_timer              36864  2 snd_seq,snd_pcm
snd                    86016  19 snd_hda_codec_generic,snd_seq,snd_seq_device,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek,snd_timer,snd_pcm,snd_rawmidi
serio_raw              20480  0
soundcore              16384  1 snd
i5500_temp             16384  0
lpc_ich                24576  0
i7core_edac            24576  0
mac_hid                16384  0
sch_fq_codel           20480  3
parport_pc             36864  0
ppdev                  24576  0
lp                     20480  0
parport                53248  3 parport_pc,lp,ppdev
ip_tables              32768  0
x_tables               40960  1 ip_tables
autofs4                45056  2
nouveau              1871872  20
hid_generic            16384  0
video                  49152  1 nouveau
i2c_algo_bit           16384  1 nouveau
ttm                   102400  1 nouveau
mxm_wmi                16384  1 nouveau
drm_kms_helper        180224  1 nouveau
syscopyarea            16384  1 drm_kms_helper
sysfillrect            16384  1 drm_kms_helper
psmouse               151552  0
sysimgblt              16384  1 drm_kms_helper
usbhid                 53248  0
fb_sys_fops            16384  1 drm_kms_helper
hid                   126976  2 usbhid,hid_generic
drm                   483328  10 drm_kms_helper,ttm,nouveau
firewire_ohci          40960  0
pata_acpi              16384  0
ahci                   40960  0
firewire_core          65536  1 firewire_ohci
r8168                 528384  0
pata_via               16384  0
libahci                32768  1 ahci
crc_itu_t              16384  1 firewire_core
wmi                    28672  2 mxm_wmi,nouveau

끝에서 다섯 번째 줄은 RTL8111 카드의 드라이버이며 이것이 실제로 당신에게 유용한 지 모르겠습니다.

lspci -nn


01:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 03)

02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL810xE PCI Express Fast Ethernet Controller [10ec:8136] (rev 02)
헤이 네마

lspci -nn

01:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 03)

02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL810xE PCI Express Fast Ethernet Controller [10ec:8136] (rev 02)

modinfo r8169 | grep 8136 # r8169 드라이버에 RTL810xE가 표시됩니다.

alias:          pci:v000010ECd00008136sv*sd*bc*sc*i*

시스템에 RTL810xE 이더넷 카드가 표시되지 않습니다. RTL8111 / 8168 / 8411 이더넷 카드에서는 잘 작동하지만 RTL810xE에서는 작동하지 않는 r8168-dkms 드라이버가 설치되어 있기 때문입니다.

r8101 github 드라이버 및 r8168-dkms 드라이버를 제거하고 표준 r8169 드라이버가 두 카드를 모두 찾도록하는 것이 좋습니다.

또한 커널 업데이트가 포함 된 경우 소프트웨어 업데이트를 더 빠르게 할 수 있습니다. dkms 드라이버를 추가로 다시 빌드 할 필요가 없기 때문입니다.

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

이더넷 컨트롤러가 작동하지 않음 (Realtek RTL810xE, Realtek RTL8111)

분류에서Dev

Ethernet controllers not working (Realtek RTL810xE, Realtek RTL8111)

분류에서Dev

유선 연결 문제 (Ubuntu 13.04, Realtek RTL8111 / 8168 이더넷 컨트롤러)

분류에서Dev

Ubuntu 16.04 Realtek RTL8111 / 8168 / 8411 이더넷 드라이버가 지속적인 연결을 유지하지 않습니다.

분류에서Dev

Ubuntu 16.04 Realtek RTL8111 / 8168 / 8411 이더넷 드라이버가 지속적인 연결을 유지하지 않습니다.

분류에서Dev

Ubuntu 16.04 Realtek RTL8111 / 8168 / 8411 이더넷 드라이버가 지속적인 연결을 유지하지 않습니다.

분류에서Dev

RealTek Semiconductor RTL8168 / 8111 PCI-E 기가비트 이더넷 NIC의 웹 페이지로드 문제

분류에서Dev

Realtek RTL8111 / 8168 / 8411 PCI Express 용 Windows 7 드라이버 찾기

분류에서Dev

커널 업데이트 후 Realtek 이더넷이 작동하지 않음

분류에서Dev

Wired connection problem (Ubuntu 13.04, Realtek RTL8111/8168 Ethernet controller)

분류에서Dev

Realtek rtl8723be WiFi 어댑터에서 WiFi가 작동하지 않음

분류에서Dev

Realtek RTL8188EE 와이파이 어댑터가 우분투 그놈 16.04에서 작동하지 않음

분류에서Dev

rtl8723be Realtek Wifi-Card 드라이버가 Ubuntu 14.04에서 작동하지 않음

분류에서Dev

Realtek 드라이버 RTL8723BE가 Ubuntu 16.04 (커널 4.4)에서 작동하지 않음

분류에서Dev

Realtek RTL8723be의 수신이 좋지 않음

분류에서Dev

RTL8111 / 8168 / 8411을 사용하는 Ubuntu 16.04 (Windows에서 작동)에서 이더넷이 작동하지 않음

분류에서Dev

Realtek RTL8723BE PCIe 무선 네트워크 어댑터가 Ubuntu 16.10에서 작동하지 않음

분류에서Dev

Arch Linux Realtek Bluetooth 컨트롤러가 감지되지 않음

분류에서Dev

Lenovo ThinkPad E570 (Realtek RTL8821CE)에서 Wi-Fi가 작동하지 않음

분류에서Dev

Wi-Fi가 작동하지 않음-Ubuntu 12.04 / 14.04 LTS-Realtek 802.11d RTL8192EE

분류에서Dev

Lenovo ThinkPad E570 (Realtek RTL8821CE)에서 Wi-Fi가 작동하지 않음

분류에서Dev

RTL8111 / 8168 / 8411에서 기가비트 이더넷 활성화

분류에서Dev

Ubuntu 18.04에서 작동하지 않는 RTL8111 / 8168 / 8411 wifi 카드

분류에서Dev

Ubuntu 14.04.1 Realtek 8191SEvB WiFi가 작동하지 않음

분류에서Dev

Realtek Wifi가 Xubuntu 18.04 LTS에서 작동하지 않음

분류에서Dev

Realtek RTL8723BE wifi 카드가 감지되지 않고 Wifi 또는 유선 연결을 통한 인터넷 없음

분류에서Dev

Realtek RTL8723BE wifi 카드가 감지되지 않고 Wifi 또는 유선 연결을 통한 인터넷 없음

분류에서Dev

Realtek 이더넷 카드가 무작위로 분리됨

분류에서Dev

무선 카드 Realtek RTL8723AE-BT가 인식되지 않습니다.

Related 관련 기사

  1. 1

    이더넷 컨트롤러가 작동하지 않음 (Realtek RTL810xE, Realtek RTL8111)

  2. 2

    Ethernet controllers not working (Realtek RTL810xE, Realtek RTL8111)

  3. 3

    유선 연결 문제 (Ubuntu 13.04, Realtek RTL8111 / 8168 이더넷 컨트롤러)

  4. 4

    Ubuntu 16.04 Realtek RTL8111 / 8168 / 8411 이더넷 드라이버가 지속적인 연결을 유지하지 않습니다.

  5. 5

    Ubuntu 16.04 Realtek RTL8111 / 8168 / 8411 이더넷 드라이버가 지속적인 연결을 유지하지 않습니다.

  6. 6

    Ubuntu 16.04 Realtek RTL8111 / 8168 / 8411 이더넷 드라이버가 지속적인 연결을 유지하지 않습니다.

  7. 7

    RealTek Semiconductor RTL8168 / 8111 PCI-E 기가비트 이더넷 NIC의 웹 페이지로드 문제

  8. 8

    Realtek RTL8111 / 8168 / 8411 PCI Express 용 Windows 7 드라이버 찾기

  9. 9

    커널 업데이트 후 Realtek 이더넷이 작동하지 않음

  10. 10

    Wired connection problem (Ubuntu 13.04, Realtek RTL8111/8168 Ethernet controller)

  11. 11

    Realtek rtl8723be WiFi 어댑터에서 WiFi가 작동하지 않음

  12. 12

    Realtek RTL8188EE 와이파이 어댑터가 우분투 그놈 16.04에서 작동하지 않음

  13. 13

    rtl8723be Realtek Wifi-Card 드라이버가 Ubuntu 14.04에서 작동하지 않음

  14. 14

    Realtek 드라이버 RTL8723BE가 Ubuntu 16.04 (커널 4.4)에서 작동하지 않음

  15. 15

    Realtek RTL8723be의 수신이 좋지 않음

  16. 16

    RTL8111 / 8168 / 8411을 사용하는 Ubuntu 16.04 (Windows에서 작동)에서 이더넷이 작동하지 않음

  17. 17

    Realtek RTL8723BE PCIe 무선 네트워크 어댑터가 Ubuntu 16.10에서 작동하지 않음

  18. 18

    Arch Linux Realtek Bluetooth 컨트롤러가 감지되지 않음

  19. 19

    Lenovo ThinkPad E570 (Realtek RTL8821CE)에서 Wi-Fi가 작동하지 않음

  20. 20

    Wi-Fi가 작동하지 않음-Ubuntu 12.04 / 14.04 LTS-Realtek 802.11d RTL8192EE

  21. 21

    Lenovo ThinkPad E570 (Realtek RTL8821CE)에서 Wi-Fi가 작동하지 않음

  22. 22

    RTL8111 / 8168 / 8411에서 기가비트 이더넷 활성화

  23. 23

    Ubuntu 18.04에서 작동하지 않는 RTL8111 / 8168 / 8411 wifi 카드

  24. 24

    Ubuntu 14.04.1 Realtek 8191SEvB WiFi가 작동하지 않음

  25. 25

    Realtek Wifi가 Xubuntu 18.04 LTS에서 작동하지 않음

  26. 26

    Realtek RTL8723BE wifi 카드가 감지되지 않고 Wifi 또는 유선 연결을 통한 인터넷 없음

  27. 27

    Realtek RTL8723BE wifi 카드가 감지되지 않고 Wifi 또는 유선 연결을 통한 인터넷 없음

  28. 28

    Realtek 이더넷 카드가 무작위로 분리됨

  29. 29

    무선 카드 Realtek RTL8723AE-BT가 인식되지 않습니다.

뜨겁다태그

보관