-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
modprobe: FATAL: Module rtl8723de not found. #15
Comments
That is NOT the name of any driver in this repo. |
http://ubuntuhandbook.org/index.php/2018/08/no-wifi-adapter-found-hp-laptops-ubuntu-18-04/ |
Are you sure you have an RTL8723DE? Use 'lspci -nn' to verify that. The driver names in THIS repo are rtw_8723de.ko rtw_8723d.ko rtw_8821ce.ko rtw_8821c.ko rtw_8822be.ko rtw_8822b.ko rtw_8822ce.ko rtw_8822c.ko rtw_core.ko rtw_pci.ko Apparently you are using instructions that refer to an old repo and not looking at what is here. If you have successfully done once the system comes up, the wifi should work. |
Nope its not working either. this is the output of lspci -nn
|
In your lspci output is "Realtek Semiconductor Co., Ltd. RTL8822BE 802.11a/b/g/n/ac", thus you have an 8822be. If you look at my previous comment, that driver is found in this repo. Do the "make" sequence I gave you. |
(base) naveen@nv: I think this is the last error I am getting. |
Do you have secure boot enabled? That would prevent loading an external module. |
while running this command getting module not found error.
(base) naveen@nv:~/rtw88$ sudo modprobe -r rtl8723de
The text was updated successfully, but these errors were encountered: