우분투 18.04에서 Wi-Fi 어댑터를 찾을 수 없습니다

우분투 18.04에서 Wi-Fi 어댑터를 찾을 수 없습니다

여기에 이미지 설명을 입력하세요.Windows 10이 설치된 새 HP 노트북을 구입하고 우분투 18.04로 듀얼 부팅했습니다. 이틀 후 Wi-Fi가 작동하지 않아서 설정에 들어갔을 때 Wi-Fi 어댑터를 찾을 수 없다고 말하고 블루투스를 켰을 때 비행기 모드가 왜 그렇습니까? 또 다른 문제는 블루투스가 제대로 작동하지 않는다는 것입니다.

출력 lspci -knn | grep Net -A3:

03:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. Device [10ec:d723]

Subsystem: Hewlett-Packard Company Device [103c:8319]

Kernel modules: wl

출력 lspci -nn:

00:00.0 Host bridge [0600]: Intel Corporation Skylake Host Bridge/DRAM Registers [8086:1904] (rev 08)

00:02.0 VGA compatible controller [0300]: Intel Corporation HD Graphics 520 [8086:1916] (rev 07)

00:04.0 Signal processing controller [1180]: Intel Corporation Skylake Processor Thermal Subsystem [8086:1903] (rev 08)

00:08.0 System peripheral [0880]: Intel Corporation Skylake Gaussian Mixture Model [8086:1911]

00:14.0 USB controller [0c03]: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller [8086:9d2f] (rev 21)

00:14.2 Signal processing controller [1180]: Intel Corporation Sunrise Point-LP Thermal subsystem [8086:9d31] (rev 21)

00:16.0 Communication controller [0780]: Intel Corporation Sunrise Point-LP CSME HECI #1 [8086:9d3a] (rev 21)

00:17.0 SATA controller [0106]: Intel Corporation Sunrise Point-LP SATA Controller [AHCI mode] [8086:9d03] (rev 21)

00:1c.0 PCI bridge [0604]: Intel Corporation Sunrise Point-LP PCI Express Root Port [8086:9d10] (rev f1)

00:1c.4 PCI bridge [0604]: Intel Corporation Sunrise Point-LP PCI Express Root Port #5 [8086:9d14] (rev f1)

00:1c.5 PCI bridge [0604]: Intel Corporation Sunrise Point-LP PCI Express Root Port #6 [8086:9d15] (rev f1)

00:1f.0 ISA bridge [0601]: Intel Corporation Sunrise Point-LP LPC Controller [8086:9d48] (rev 21)

00:1f.2 Memory controller [0580]: Intel Corporation Sunrise Point-LP PMC [8086:9d21] (rev 21)

00:1f.3 Audio device [0403]: Intel Corporation Sunrise Point-LP HD Audio [8086:9d70] (rev 21)

00:1f.4 SMBus [0c05]: Intel Corporation Sunrise Point-LP SMBus [8086:9d23] (rev 21)

01:00.0 Display controller [0380]: Advanced Micro Devices, Inc. [AMD/ATI] Sun XT [Radeon HD 8670A/8670M/8690M / R5 M330 / M430] [1002:6660] (rev 83)

02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)

03:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. Device [10ec:d723]

어떻게 고치는지 알려주세요

답변1

이 방법을 따르면 Ubuntu 18.04에서 나에게 효과적이었습니다.

다음 저장소를 복제하세요.

git clone https://github.com/lwfinger/rtlwifi_new.git

복제된 폴더로 이동합니다.

cd rtlwifi_new

확장 브랜치를 확인하세요.

git checkout extended

설치 시작:

sudo make install
sudo modprobe -r rtl8723de
sudo modprobe rtl8723de

관련 정보