Wifi Adapter not working

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
sdllc03
Level 1
Level 1
Posts: 1
Joined: Wed Feb 09, 2022 7:46 pm

Wifi Adapter not working

Post by sdllc03 »

I just installed Linux Mint on my notebook and the wifi is not showing up. I have read other topics and have not been successful. I have no hard port for the network, so I can't download any driver updates.

I did a system report and got this:

Network:
Message: No Device data found.
Device-1: Realtek 802.11n WLAN Adapter type: USB Driver: btusb bus ID: 1-7;4
Chip ID: 0bda:d723

Not sure what else to try at this point and could use some advice.
Thanks.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Cobrin
Level 3
Level 3
Posts: 190
Joined: Sun Nov 15, 2020 1:09 am
Location: Australia

Re: Wifi Adapter not working

Post by Cobrin »

That chip ID helped a bit.

Before you do anything give it a thorough read, because your kernel will be later than the one DL'd it may not work. That's the deal with drivers, old ones are dropped for specific reasons, and you get what you're getting, no adaptor seen by the system. So you're left with making your own or upgrading your wifi adaptor to one that's current and supported, which can be difficult. Good luck...

https://subinsb.com/install-realtek-d72 ... ver-linux/
If you can't trust a 600 year old vampire in a prepubescent girl's body, who can you trust?
Core i5-11400
Gigabyte Z590 Aorus Master
32Gb 3600Mhz Crucial Ballistix
Asrock RX6600XT 8Gb Challenger OC Edition
Aorus 500Gb Gen4 nvme
550W Gold SFx PSU
sleeper12
Level 21
Level 21
Posts: 14572
Joined: Thu May 25, 2017 3:22 pm

Re: Wifi Adapter not working

Post by sleeper12 »

Have a look at #'s 5 & 7 for your RTL8723DE here:
https://easylinuxtipsproject.blogspot.c ... altek.html
sleeper12
Level 21
Level 21
Posts: 14572
Joined: Thu May 25, 2017 3:22 pm

Re: Wifi Adapter not working

Post by sleeper12 »

If you need a temporary connection to install a driver:
https://easylinuxtipsproject.blogspot.c ... ernet.html
sleeper12
Level 21
Level 21
Posts: 14572
Joined: Thu May 25, 2017 3:22 pm

Re: Wifi Adapter not working

Post by sleeper12 »

If that didn't work for you, try this one line at a time:

Code: Select all

sudo apt install git dkms
git clone https://github.com/lwfinger/rtl8723du.git
sudo dkms add ./rtl8723du
sudo dkms install rtl8723du/0.1
Reboot
Locked

Return to “Networking”