サスペンド後にUbuntu16.04有線接続が機能しない


11

デルのvostro 14-5480ラップトップにUbuntu 16.04がインストールされています。サスペンド後、有線接続が機能しなくなったことを認識しています。私はWebupd8ここsudo service network-manager restartからのソリューションでnetwork-managerサービスを再起動してみましたが、どれも問題を解決しませんでした。これが私の結果です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 Elitebookでも動作しました。どうもありがとう!
kasi

Ubuntu 17.04でチェックインするDell XPS 15(L502X)。うまくいったようです。
partofthething

Ubuntu 18.04でも動作します。これは、realtek Webサイトからr8168をダウンロードしてカーネルを再構築するよりも優れています
dragon2fly
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.