我按照以下步骤安装 rtl8723de 的 WiFi 驱动程序:
sudo apt update
sudo apt install git dkms
git clone -b rtw88 https://github.com/lwfinger/rtlwifi_new.git
sudo dkms add ./rtlwifi_new
sudo dkms install rtlwifi-new/0.6
我面临以下问题:
$ sudo dkms install rtlwifi-new/0.6
Error! Your kernel headers for kernel 5.3.0-59-generic cannot be found.
Please install the linux-headers-5.3.0-59-generic package,
or use the --kernelsourcedir option to tell DKMS where it's located
请帮忙!
答案1
请尝试:
sudo apt update
sudo apt install linux-headers-generic
接下来,尝试再次安装无线驱动程序。