Skip to content
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

wifi doesnt work 5.10.0-kali7-amd64 with RTL8723DE #54

Closed
747parker opened this issue May 1, 2021 · 6 comments
Closed

wifi doesnt work 5.10.0-kali7-amd64 with RTL8723DE #54

747parker opened this issue May 1, 2021 · 6 comments

Comments

@747parker
Copy link

I'm using 5.10.0-kali7-amd64 with RTL8723DE controller; following the steps wifi doesnt work. I've been watching and reading lot of info about but nothing has work.

No, no error during or after installing. I'm running in dual boot with Windows 10, could be this the cause of this malfunctioning?

more info:
Linux kali 5.10.0-kali7-amd64 #1 SMP Debian 5.10.28-1kali1 (2021-04-12) x86_64 GNU/Linux
Realtek Semiconductor Co., Ltd. RTL8723DE 802.11b/g/n PCIe Adapter
└─$ iwconfig
lo no wireless extensions.
eth0 no wireless extensions.

I dont know what to do now, Ive follow lot of instructions but nothing has work. I need your help.

@lwfinger
Copy link
Owner

lwfinger commented May 1, 2021

Windows might be a problem. Make sure that the Windows quick boot is turned off. That might cause the interface t be left in a strange condition.

Are there any pertinent messages in the output of the 'dmesg' command?

@747parker
Copy link
Author

747parker commented May 1, 2021

Captura de pantalla_2021-05-01_16-32-06
This are the relevant messages from dmesg.

dmesg.txt

@lwfinger
Copy link
Owner

lwfinger commented May 1, 2021

It appears that both rtw_core and rtw88_core are loading. If you are using this repo, you must blacklist the kernel version.

@747parker
Copy link
Author

Could you please tell me how to do it? Its not so clear for me.

@lwfinger
Copy link
Owner

lwfinger commented May 2, 2021

sudo edit /etc/modprobe.d/blacklist.conf

At the bottom of the file, add lines that say
blacklist rtw88_8723de
blacklist rtw88_8723d
blacklist rtw88_core
blacklist rtw88_pci

@747parker
Copy link
Author

Now it works. Thank you I've been fighting with this issue for many days.
Captura de pantalla_2021-05-02_11-55-30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants