Адаптер Wi-Fi не найден после обновления

I am using Ubuntu 18.04. Today after a update (I guess it updated the kernel to 5.3), my wifi is not working. It says the wifi adapter is missing.

I was previously using the repository from lwfinger (https://github.com/lwfinger/rtlwifi_new), but now the files have been removed, since he says that kernel 5.0 and above have the drivers built in.

Can anyone help me in getting my wifi back either using the built-in drivers or any other way? У меня есть, я полагаю, карта rtl8723.

Вывод lspci -knn | grep Net -A3; rfkill list :

03:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. Device [10ec:d723]
    Subsystem: Hewlett-Packard Company Device [103c:8319]
    Kernel modules: wl
04:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Raven Ridge [Radeon Vega Series / Radeon Vega Mobile Series] [1002:15dd] (rev c5)
0: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
0
задан 26 June 2020 в 16:31

1 ответ

Ларри Фингер переместил этот драйвер в другую ветку. У вас есть устройство RTL8723DE, которое все еще нуждается в драйверах.

Вы можете установить их с помощью

sudo apt update
sudo apt install git dkms
git clone https://github.com/lwfinger/rtw88.git
sudo dkms add ./rtw88
sudo dkms install rtlwifi-new/0.6
0
ответ дан 30 July 2020 в 22:18

Другие вопросы по тегам:

Похожие вопросы: