저는 kali Linux를 처음 사용하는데 HP 노트북에서 Wi-Fi 네트워크를 감지하지 못합니다. lspci의 결과입니다.
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers (rev 08)
00:02.0 VGA compatible controller: Intel Corporation Skylake GT2 [HD Graphics 520] (rev 07)
00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 08)
00:08.0 System peripheral: Intel Corporation Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th/8th Gen Core Processor Gaussian Mixture Model
00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller (rev 21)
00:14.2 Signal processing controller: Intel Corporation Sunrise Point-LP Thermal subsystem (rev 21)
00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME HECI #1 (rev 21)
00:17.0 SATA controller: Intel Corporation Sunrise Point-LP SATA Controller [AHCI mode] (rev 21)
00:1c.0 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #5 (rev f1)
00:1c.5 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #6 (rev f1)
00:1f.0 ISA bridge: Intel Corporation Sunrise Point-LP LPC Controller (rev 21)
00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21)
00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8723DE 802.11b/g/n PCIe Adapter
RLT8723DE Wi-Fi 드라이버를 설치해야 할 것 같습니다. 나는 심지어 시도했다
cd Downloads/
git clone -b extended --single-branch https://github.com/lwfinger/rtlwifi_new.git
cd rtlwifi_new
나중에 "make" 명령을 실행했을 때 나는 이것을 얻었습니다.
make: *** No targets specified and no makefile found. Stop.
저도 말씀드린 곳에서 다른 방법을 얻어서 시도해 봤습니다.
sudo dkms add ../rtlwifi_new
그랬더니 이런 결과가 나왔어요
Error! Could not find module source directory.
Directory: /usr/src/..-rtlwifi_new does not exist.
누구든지 이 문제를 해결하도록 도와주세요.
@GAD3R님의 말씀을 시도해 보았으나 새로운 오류가 발생했습니다.
aashiq@kali:~/Downloads/rtlwifi_new$ make
make -C /lib/modules/5.4.0-kali2-amd64/build M=/home/aashiq/Downloads/rtlwifi_new modules
make[1]: *** /lib/modules/5.4.0-kali2-amd64/build: No such file or directory. Stop.
make: *** [Makefile:79: all] Error 2
또한 경로로 이동하여 확인했는데 /lib/modules/5.4.0-kali2-amd64/
이름이 지정된 디렉터리가 없습니다.build
답변1
보다 설치 참고 사항 LWFinger 저장소에 있습니다.
sudo apt-get update
sudo apt-get install make gcc linux-headers-$(uname -r) build-essential git
git clone https://github.com/lwfinger/rtw88.git
cd rtw88
make
sudo make install
sudo modprobe -rv rtw_8723de
sudo modprobe -v rtw_8723de