[SOLVED] No wifi in any distro

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Ultegro778

[SOLVED] No wifi in any distro

Post by Ultegro778 »

I hv problem. linux cant detect wifi but detected on win**ws 10. My laptop hp bw015au with wifi card realtek rtl8723de. Please help me thx.

------------------------------------------------------------------------------------------------------------------------------------------------------------

sudo apt-get install git build-essential dkms
git clone -b extended https://github.com/lwfinger/rtlwifi_new.git
sudo dkms add ./rtlwifi_new
sudo dkms install rtlwifi-new/0.6

sudo apt-get purge ndiswrapper*
modprobe rtl8723de
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 3 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
Moem
Level 22
Level 22
Posts: 16233
Joined: Tue Nov 17, 2015 9:14 am
Location: The Netherlands
Contact:

Re: No wifi in any distro

Post by Moem »

Hello, can you please post the result of the following terminal command, and enclose it in code tags? That's the button marked </>.
This is needed for pretty much any question about your system, so it's a good habit to post it straight away.

Code: Select all

inxi -Fxz
Image

If your issue is solved, kindly indicate that by editing the first post in the topic, and adding [SOLVED] to the title. Thanks!
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: No wifi in any distro

Post by JeremyB »

Code: Select all

sudo apt-get install dkms git build-essential
git clone -b extended https://github.com/lwfinger/rtlwifi_new.git
cd rtlwifi_new
make
sudo make install
Reboot
Ultegro778

Re: No wifi in any distro

Post by Ultegro778 »

solved thx jeremyB and moem
Ultegro778

Re: No wifi in any distro

Post by Ultegro778 »

Moem wrote: Fri Jul 13, 2018 12:35 pm Hello, can you please post the result of the following terminal command, and enclose it in code tags? That's the button marked </>.
This is needed for pretty much any question about your system, so it's a good habit to post it straight away.

Code: Select all

inxi -Fxz
JeremyB wrote: Fri Jul 13, 2018 1:35 pm

Code: Select all

sudo apt-get install dkms git build-essential
git clone -b extended https://github.com/lwfinger/rtlwifi_new.git
cd rtlwifi_new
make
sudo make install
Reboot
thx. solved
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: [SOLVED] No wifi in any distro

Post by JeremyB »

Now you can do

Code: Select all

sudo dkms add ./rtlwifi_new
And it should work after most kernel updates
Locked

Return to “Networking”