smlinux / rtl8723de

Realtek RTL8723DE module for Linux
GNU General Public License v2.0
260 stars 126 forks source link

kernel panic linux 5.3 Manjaro #51

Open tux871 opened 5 years ago

tux871 commented 5 years ago

kernel panic on boot. Manjaro 5.3.0-1.

naipotato commented 5 years ago

Kernel panic here on Arch, since kernel 5.3 and later

zarath commented 5 years ago

This is caused since linux v5.2 fallback argument is removed from dev->ndo_select_queue()

Hopefully my 5.2-up merge requests will fix this issue

antonkharkov commented 5 years ago

Solution found on kernel 5.3.8-arch1-1. Just execute the strings below one by one in the terminal window. git clone -b extended https://github.com/lwfinger/rtlwifi_new.git Here remove the Wifi dongle unless you have a wired connection and continue. sudo dkms add ./rtlwifi_new sudo dkms install rtlwifi-new/0.6 sudo cp -r rtlwifi_new/firmware/rtlwifi/ /lib/firmware/rtlwifi echo "options rtl8723de ant_sel=2" | sudo tee /etc/modprobe.d/rtl8723de.conf reboot After rebooting, all works fine. Just find your network and input the password. Enjoy!

amstelchen commented 4 years ago

Confirming RTL8723DE works on 5.4.15-arch1-1 and 5.4.19-1-lts however I had a lot of disconnects with 5.4.15. Did not get it to work with latest 5.5 (non-LTS) kernel resulting in kernel panic. When updating the kernel, manual copy into /lib/firmware/rtlwifi was necessary when 'dkms status' noted 'WARNING! Diff between built and installed module!'