일시 중단 후 Ubuntu16.04 유선 연결이 작동하지 않음


11

Dell Vostro 14-5480 랩탑이 Ubuntu 16.04를 설치했습니다. 일시 중단 후 유선 연결이 더 이상 작동하지 않는다는 것을 알고 있습니다. 나는 Webupd8sudo service network-manager restart 의 해결책으로 네트워크 관리자 서비스를 다시 시작 했지만 여기 에서도 문제를 해결하지 못했습니다. 여기 내 결과는sudo lshw -C network

  *-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:06:00.0
       logical name: eth0
       version: 10
       serial: 20:47:47:63:b9:b3
       size: 100Mbit/s
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl8168g-3_0.0.1 04/23/13 ip=192.168.1.2 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
       resources: irq:45 ioport:e000(size=256) memory:f7204000-f7204fff memory:f7200000-f7203fff
  *-network DISABLED
       description: Wireless interface
       product: Wireless 7265
       vendor: Intel Corporation
       physical id: 0
       bus info: pci@0000:07:00.0
       logical name: wlan0
       version: 59
       serial: 60:57:18:be:2e:5e
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=iwlwifi driverversion=4.4.0-31-generic firmware=16.242414.0 latency=0 link=no multicast=yes wireless=IEEE 802.11abgn
       resources: irq:48 memory:f7100000-f7101fff

도움을 주셔서 감사합니다.

답변:


7

해결책은 r8168 드라이버를 설치해야한다는 것입니다.

sudo apt install r8168-dkms컴퓨터를 실행 하고 다시 시작하십시오.


1
또한 Ubuntu 16.10 / 17.04를 실행하는 동일한 이더넷 HW 인 HP 엘리트 북에서도 근무했습니다. 고마워요!
kasi

Ubuntu 17.04에서 체크인하는 Dell XPS 15 (L502X). 일한 것 같습니다.
partofthething

우분투 18.04에서도 작동합니다. 이 리얼텍 웹 사이트에서 r8168 다운로드보다 더 좋네요 커널 재
dragon2fly
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.