방금 Windows 10에서 Ubuntu 19.10을 이중 부팅했습니다. Windows에서는 Wi-Fi에 문제가 없습니다. 하지만 우분투에서는 오른쪽 상단 섹션 > WiFi 끄기 > 켜기를 클릭하여 Wi-Fi를 켤 때마다 아무 일도 일어나지 않습니다. 설정 > WiFi에 "WiFi 어댑터를 찾을 수 없습니다. WiFi 어댑터가 연결되어 있고 켜져 있는지 확인하세요"라는 메시지가 나타납니다.
Ralink rt3290 WiFi 어댑터를 사용하고 있습니다. 나는 askubuntn과 ubuntuforms에서 제공되는 많은 솔루션을 시도했습니다. 그들 중 누구도 작동하지 않습니다. 타사 드라이버를 설치해 보았지만 아무 것도 작동하지 않았습니다.
sudo lshw -C network
다음과 같은 출력을 제공합니다.
*-network DISABLED
description: Wireless interface
product: RT3290 Wireless 802.11n 1T/1R PCIe
vendor: Ralink corp.
physical id: 0
bus info: pci@0000:0a:00.0
logical name: wlp10s0f0
version: 00
serial: 90:48:9a:2b:1c:9f
width: 32 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=rt2800pci driverversion=5.3.0-23-generic firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11
resources: irq:16 memory:b5510000-b551ffff
또한,
sudo rfkill list all
다음과 같은 출력을 제공합니다.
0: hp-wifi: Wireless LAN
Soft blocked: no
Hard blocked: yes
1: hp-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: yes
2: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
또한,
sudo lspci
다음과 같은 출력을 제공합니다.
0a:00.0 Network controller: Ralink corp. RT3290 Wireless 802.11n 1T/1R PCIe
0a:00.1 Bluetooth: Ralink corp. RT3290 Bluetooth
답변1
귀하의 무선 어댑터는 입니다 Hard blocked
. 노트북에서 하드웨어 스위치를 찾아 켜십시오. Fn + 일부 Fx 키일 수 있습니다. BIOS 설정도 확인하세요.
스위치가 없으면 터미널에서 실행
sudo tee /etc/modprobe.d/blacklist-hp.conf <<< "blacklist hp_wmi"
그리고 재부팅하세요.