web-dev-qa-db-ja.com

ワイヤレスデバイスIntel Corporation Device 9df0(rev 30)DISABLED on 18.04.3

Ubuntuは初めてです。この質問にはできる限り詳細を記載するように努めますが、もし私が何かを省いた場合は、コメントでお知らせください。提供します。この質問の方が別のフォーラムの方がよい場合は、どのフォーラムか教えてください。

私のワイヤレスインターフェースは3日前まで機能していましたが、アップデートを無効にしてもかまわないと思いました。私がする時 Sudo lshw -C network、私は得ます:

*-network DISABLED        
       description: Wireless interface
       product: Intel Corporation
       vendor: Intel Corporation
       physical id: 14.3
       bus info: pci@0000:00:14.3
       logical name: wlo1
       version: 30
       serial: 00:bb:60:08:95:85
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=iwlwifi driverversion=5.1.0-050100-generic firmware=46.6bf1df06.0 latency=0 link=no multicast=yes wireless=IEEE 802.11
       resources: irq:16 memory:b431c000-b431ffff

私がする時 iwlist scan、私は得ます:

wlo1      Failed to read scan data : Network is down
lo        Interface doesn't support scanning

私がする時 Sudo service network-manager restart その後 Sudo service network-manager status、出力にこのエラーが表示されます(ここでは省略):

<error> [1576682510.9833] sup-iface[0x5655383f5240,wlo1]: error adding interface: wpa_supplicant couldn't grab this interface.

最後に、私がrfkill list all、私は得ます:

0: asus-wlan: Wireless LAN
    Soft blocked: no
    Hard blocked: no
1: asus-bluetooth: Bluetooth
    Soft blocked: no
    Hard blocked: no
2: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
3: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no

それらは私が見てきた主なものです。

コンピュータを数回再起動し、ネットワークマネージャを再起動して、ip set wlo1 upおよびifconfig set wlo1 up(この後者のコマンドは私にとっては古く、機能しません)。

今私のシステム情報のために:私はASUS Zenbookを持っていて、Ubuntuをデュアルブートしています18.04.3 LTS。その間、電話をイーサネット接続として使用しています。 lsusbを実行すると、次のようになります。

Bus 002 Device 002: ID 2109:0813 VIA Labs, Inc. 
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 13d3:56cb IMC Networks 
Bus 001 Device 005: ID 8087:0aaa Intel Corp. 
Bus 001 Device 007: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 001 Device 006: ID 062a:4101 Creative Labs Wireless Keyboard/Mouse
Bus 001 Device 004: ID 0c76:161e JMTek, LLC. 
Bus 001 Device 002: ID 2109:2813 VIA Labs, Inc. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

lspciを実行すると、次のようになります。

00:00.0 Host bridge: Intel Corporation Device 3e34 (rev 0b)
00:02.0 VGA compatible controller: Intel Corporation Device 3ea0
00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 0b)
00:08.0 System peripheral: Intel Corporation Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th Gen Core Processor Gaussian Mixture Model
00:12.0 Signal processing controller: Intel Corporation Device 9df9 (rev 30)
00:14.0 USB controller: Intel Corporation Device 9ded (rev 30)
00:14.2 RAM memory: Intel Corporation Device 9def (rev 30)
00:14.3 Network controller: Intel Corporation Device 9df0 (rev 30)
00:14.5 SD Host controller: Intel Corporation Device 9df5 (rev 30)
00:15.0 Serial bus controller [0c80]: Intel Corporation Device 9de8 (rev 30)
00:15.1 Serial bus controller [0c80]: Intel Corporation Device 9de9 (rev 30)
00:15.3 Serial bus controller [0c80]: Intel Corporation Device 9deb (rev 30)
00:16.0 Communication controller: Intel Corporation Device 9de0 (rev 30)
00:19.0 Serial bus controller [0c80]: Intel Corporation Device 9dc5 (rev 30)
00:1c.0 PCI bridge: Intel Corporation Device 9db8 (rev f0)
00:1c.4 PCI bridge: Intel Corporation Device 9dbc (rev f0)
00:1d.0 PCI bridge: Intel Corporation Device 9db4 (rev f0)
00:1f.0 ISA bridge: Intel Corporation Device 9d84 (rev 30)
00:1f.3 Audio device: Intel Corporation Device 9dc8 (rev 30)
00:1f.4 SMBus: Intel Corporation Device 9da3 (rev 30)
00:1f.5 Serial bus controller [0c80]: Intel Corporation Device 9da4 (rev 30)
02:00.0 3D controller: NVIDIA Corporation GP107M [GeForce GTX 1050 Mobile] (rev a1)
03:00.0 Non-Volatile memory controller: Sandisk Corp Device 5003 (rev 01)

役立つ情報を省略した場合は、お知らせください。

よろしくお願いします。

2
Gideon Blinick

サポートされていないメインラインカーネルを使用しています。

5.3 HWE Ubuntuカーネルをインストールすることをお勧めします。

ターミナルで実行:

Sudo apt install linux-generic-hwe-18.04-Edge

そして再起動します。

1
Pilot6