Ubuntu 17.10에서 무선 네트워크를 찾을 수 없습니다

Ubuntu 17.10에서 무선 네트워크를 찾을 수 없습니다

나는 우분투를 처음 접했습니다. 어제 버전 17.10을 설치했는데 모든 것이 잘 작동했습니다. 오늘은 Wi-Fi 어댑터에 문제가 있습니다. PC를 시작한 직후 네트워크를 찾을 수 없거나 기본 네트워크에 연결되지만 몇 분 후에 연결이 끊어지고 다시 연결되거나 찾을 수 없습니다.

이 시점에서 GUI에 다음과 같은 메시지가 표시됩니다. 무선 네트워크를 사용할 수 없습니다.

이더넷은 잘 작동합니다.

어댑터를 진단하기 위해 이 스크립트를 찾았지만 무엇을 찾아야 할지 모르겠습니다.https://github.com/UbuntuForums/wireless-info

스크립트가 출력을 다음 위치에 게시하도록 했습니다.http://paste.ubuntu.com/25916283/


나도 이 글을 찾았다하드웨어 감지 문제가 있습니다. 어떤 로그를 조사해야 합니까? 그리고 제안된 것들을 찾아보았습니다.

sudo lshw -클래스 네트워크

sebastian@sebastian-NBLB2:~$ sudo lshw -class network
  *-network                 
       Beschreibung: Ethernet interface
       Produkt: AR8131 Gigabit Ethernet
       Hersteller: Qualcomm Atheros
       Physische ID: 0
       Bus-Informationen: pci@0000:04:00.0
       Logischer Name: enp4s0
       Version: c0
       Seriennummer: 70:5a:b6:e5:0a:78
       Größe: 100Mbit/s
       Kapazität: 1Gbit/s
       Breite: 64 bits
       Takt: 33MHz
       Fähigkeiten: pm msi pciexpress vpd bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       Konfiguration: autonegotiation=on broadcast=yes driver=atl1c driverversion=1.0.1.1-NAPI duplex=full ip=192.168.0.105 latency=0 link=yes multicast=yes port=twisted pair speed=100Mbit/s
       Ressourcen: irq:29 memory:d5000000-d503ffff ioport:3000(Größe=128)
  *-network DEAKTIVIERT
       Beschreibung: Kabellose Verbindung
       Produkt: WiFi Link 5100
       Hersteller: Intel Corporation
       Physische ID: 0
       Bus-Informationen: pci@0000:05:00.0
       Logischer Name: wlp5s0
       Version: 00
       Seriennummer: 00:22:fa:a3:e8:0e
       Breite: 64 bits
       Takt: 33MHz
       Fähigkeiten: pm msi pciexpress cap_list ethernet physical wireless
       Konfiguration: broadcast=yes driver=iwlwifi driverversion=4.13.0-16-generic firmware=8.83.5.1 build 33692 latency=0 link=no multicast=yes wireless=IEEE 802.11
       Ressourcen: irq:26 memory:d4000000-d4001fff

lspci

04:00.0 Ethernet controller: Qualcomm Atheros AR8131 Gigabit Ethernet (rev c0)
05:00.0 Network controller: Intel Corporation WiFi Link 5100

dmesg

[  386.861267] ---[ end trace 3adf6e467ef0813a ]---
[  399.440556] IPv6: ADDRCONF(NETDEV_UP): wlp5s0: link is not ready
[  399.651807] iwlwifi 0000:05:00.0: Radio type=0x1-0x2-0x0
[  400.176106] iwlwifi 0000:05:00.0: Could not load the [0] uCode section
[  402.279606] iwlwifi 0000:05:00.0: Failed to run INIT ucode: -5
[  402.279622] iwlwifi 0000:05:00.0: Unable to initialize device.
[  402.287097] IPv6: ADDRCONF(NETDEV_UP): wlp5s0: link is not ready
[  402.452898] iwlwifi 0000:05:00.0: Radio type=0x1-0x2-0x0
[  402.975670] iwlwifi 0000:05:00.0: Could not load the [0] uCode section
[  405.084478] iwlwifi 0000:05:00.0: Failed to run INIT ucode: -5
[  405.084491] iwlwifi 0000:05:00.0: Unable to initialize device.
[  405.091499] IPv6: ADDRCONF(NETDEV_UP): wlp5s0: link is not ready
[  405.256725] iwlwifi 0000:05:00.0: Radio type=0x1-0x2-0x0
[  405.786548] iwlwifi 0000:05:00.0: Could not load the [0] uCode section
[  407.893306] iwlwifi 0000:05:00.0: Failed to run INIT ucode: -5
[  407.893324] iwlwifi 0000:05:00.0: Unable to initialize device.
[  407.898971] IPv6: ADDRCONF(NETDEV_UP): wlp5s0: link is not ready
[  450.520878] perf: interrupt took too long (4021 > 3952), lowering kernel.perf_event_max_sample_rate to 49500
[  562.320819] iwlwifi 0000:05:00.0: Radio type=0x1-0x2-0x0
[  562.849135] iwlwifi 0000:05:00.0: Could not load the [0] uCode section
[  564.978213] iwlwifi 0000:05:00.0: Failed to run INIT ucode: -5
[  564.978231] iwlwifi 0000:05:00.0: Unable to initialize device.
[  564.982438] IPv6: ADDRCONF(NETDEV_UP): wlp5s0: link is not ready
[  575.674280] iwlwifi 0000:05:00.0: Radio type=0x1-0x2-0x0
[  576.203336] iwlwifi 0000:05:00.0: Could not load the [0] uCode section
[  578.320856] iwlwifi 0000:05:00.0: Failed to run INIT ucode: -5
[  578.320875] iwlwifi 0000:05:00.0: Unable to initialize device.

누군가가 그것을 살펴보고 어디가 잘못되었는지 알려줄 수 있다면 기쁠 것입니다.

고마워,

세바스찬 :)

답변1

lshw 출력에 표시된 것처럼 Wi-Fi 어댑터가 어떻게든 비활성화된 것 같습니다.

*-네트워크 DEAKTIVIERT

귀하의 시스템에 대한 자세한 내용은 모르지만 Wi-Fi 어댑터의 켜기/끄기 기능과 관련이 있을 가능성이 높습니다. 이에 대한 물리적 버튼이 있습니까? 대부분의 노트북이 그렇습니다. 내 시스템에는 키보드에 Xubuntu가 무시하는 기능 버튼이 있습니다. 내가 아는 어댑터를 비활성화/활성화하는 한 가지 방법은 네트워크 관리자(GUI)를 이용하는 것입니다. 네트워크 기호를 클릭하고Wi-Fi 활성화옵션이 체크되어 있습니다. 도움이 될 수도 있지만 Wi-Fi가 자동으로 비활성화되는 이유는 설명되지 않습니다.

관련 정보