Deepin OS: 무선이 감지되지 않음

Deepin OS: 무선이 감지되지 않음

저는 Deepin OS Linux를 사용하는 초보자입니다. 일단 설치하면 Wi-Fi 연결을 찾을 수 없습니다. Windows OS의 경우 장치 관리자를 확인하여 무선 드라이버가 올바르게 설치되었는지 확인할 수 있습니다. Deepin OS Linux는 어떻습니까? 어떡해?

스크린샷

산출:lspci -knn | grep Net -A3

brother@brother-PC:~/Desktop$ 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

답변1

Realtek Semiconductor Co., Ltd. Device [10ec:d723]Realtek RTL8723DE 칩셋이지만 아직 커널 버전에서 기본적으로 지원되지 않으므로 드라이버가 필요합니다.

터미널에서 다음을 수행합니다.

git clone https://github.com/smlinux/rtl8723de.git -b 4.11-up
dkms add ./rtl8723de
dkms install rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414
depmod -a
reboot

원천:https://github.com/smlinux/rtl8723de

답변2

다음 명령을 사용하십시오.

wget http://archive.ubuntu.com/ubuntu/pool/restricted/b/bcmwl/bcmwl-kernel-source_6.30.223.271+bdcom-0ubuntu1~1.3_amd64.deb

sudo dpkg -i bcmwl-kernel-source_6.30.223.271+bdcom-0ubuntu1~1.3_amd64.deb

관련 정보