web-dev-qa-db-ja.com

RTL8111 / 8168/8411 wifiカードがUbuntu 18.04で機能しない

Ubuntu 18.04をインストールした新しいラップトップを持っています。ラップトップにはRealtek RTL8111/8168/8411イーサネット/ wifiカードが搭載されています。 Wi-Fiネットワークを検出または接続できません。別のUSB wifiデバイスを接続しましたが、正常に動作します。

最新のドライバー(Sudo apt-get install r8168-dkms)成功せず。

ネットワークインターフェイスがダウンしているように見えて、起動できませんでした。

$ lshw -C network

WARNING: you should run this program as super-user.
  *-network UNCLAIMED       
       description: Network controller
       product: Intel Corporation
       vendor: Intel Corporation
       physical id: 0
       bus info: pci@0000:07:00.0
       version: 1a
       width: 64 bits
       clock: 33MHz
       capabilities: cap_list
       configuration: latency=0
       resources: memory:a4300000-a4303fff
  *-network
       description: Ethernet interface
       product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0.1
       bus info: pci@0000:08:00.1
       logical name: enp8s0f1
       version: 12
       serial: 80:fa:5b:69:e3:c6
       size: 10Mbit/s
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8168 driverversion=8.045.08-NAPI duplex=half latency=0 link=no multicast=yes port=twisted pair speed=10Mbit/s
       resources: irq:129 ioport:3000(size=256) memory:a4204000-a4204fff memory:a4200000-a4203fff

-

$ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope Host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope Host 
       valid_lft forever preferred_lft forever
2: enp8s0f1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
    link/ether 80:fa:5b:69:e3:c6 brd ff:ff:ff:ff:ff:ff

-

これは私のデフォルトのネットワークインターフェースです

cat /etc/network/interfaces
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback

インターフェイスを追加して、ネットワークマネージャを再起動してみました。

cat /etc/network/interfaces
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback

auto enp8s0f1
iface enp8s0f1 inet dhcp

しかし、ラップトップのネットワークマネージャーは、この構成では再起動に失敗しました。

ドライバのインストールは次のとおりです。

$ Sudo apt-get install r8168-dkms 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed
  r8168-dkms
0 to upgrade, 1 to newly install, 0 to remove and 4 not to upgrade.
Need to get 0 B/94.9 kB of archives.
After this operation, 1,224 kB of additional disk space will be used.
Selecting previously unselected package r8168-dkms.
(Reading database ... 149279 files and directories currently installed.)
Preparing to unpack .../r8168-dkms_8.045.08-2_all.deb ...
Unpacking r8168-dkms (8.045.08-2) ...
Setting up r8168-dkms (8.045.08-2) ...
Loading new r8168-8.045.08 DKMS files...
Building for 4.15.0-65-generic
Building initial module for 4.15.0-65-generic
Secure Boot not enabled on this system.
Done.

r8168:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/4.15.0-65-generic/updates/dkms/

depmod...

Backing up initrd.img-4.15.0-65-generic to /boot/initrd.img-4.15.0-65-generic.old-dkms
Making new initrd.img-4.15.0-65-generic
(If next boot fails, revert to initrd.img-4.15.0-65-generic.old-dkms image)
update-initramfs.....

DKMS: install completed.

どんな考えや助けも感謝します。

更新:ソースから最新のドライバーをビルドしてみたところ https://github.com/mtorromeo/r8168

インストールは正常ですが、変更はありません

$ Sudo ethtool -i enp8s0f1
driver: r8168
version: 8.047.04-NAPI
firmware-version: 
expansion-rom-version: 
bus-info: 0000:08:00.1
supports-statistics: yes
supports-test: no
supports-eeprom-access: no
supports-register-dump: yes
supports-priv-flags: no

-

$ lspci -knn | grep Net -A3
07:00.0 Network controller [0280]: Intel Corporation Device [8086:2723] (rev 1a)
    Subsystem: Intel Corporation Device [8086:0084]
08:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTL8411B PCI Express Card Reader [10ec:5287] (rev 01)
    Subsystem: CLEVO/KAPOK Computer RTL8411B PCI Express Card Reader [1558:8552]

-

$uname -a
Linux XXX-NH50-70RH 4.15.0-65-generic #74-Ubuntu SMP Tue Sep 17 17:06:04 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
2
F_SO_K

お使いのWi-FiカードはIntel Wi-Fi 6 AX200です。カーネルを5.1にアップグレードする必要があります。

wireless-wiki-kernel

次のデバイスがサポートされています(カーネルバージョン以降)。

Wi-Fi 6製品

   Intel® Wi-Fi 6 AX200 (5.1)

カーネルをアップグレードするには、ukuuツールを使用できます。

Sudo add-apt-repository ppa:teejee2008/ppa
Sudo apt install ukuu

ukuu --listを使用して、利用可能なカーネルを一覧表示します。ukuu --helpを参照してください。

2
GAD3R

他のドライバー(おそらくNvidia)がカーネル5.xと互換性がないため、カーネルのアップグレードで問題が発生しました。最終的に、Intelが現在のカーネルと互換性のあるバックポートドライバーをリリースしたことがわかりました。

Sudo add-apt-repository ppa:canonical-hwe-team/pc-oem-dkms
Sudo apt-get update
Sudo apt-get install backport-iwlwifi-dkms
reboot

編集:上記のドライバーをインストールしてから数日間、wifiカードは不安定になり、事実上機能しなくなりました。これはドライバーの問題だと思います。

1
F_SO_K