No Wi-Fi adapter found

Asked by Slythno

Here are some details

lspci | grep Network

02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8723DE 802.11b/g/n PCIe Adapter

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Slythno
Solved:
Last query:
Last reply:
Revision history for this message
Manfred Hampl (m-hampl) said :
#1

Try executing the following commands

sudo apt-add-repository ppa:kelebek333/kablosuz
sudo apt install rtl8723de-dkms

and reboot. If that does not help, then please follow https://help.ubuntu.com/community/WirelessTroubleshootingProcedure

Revision history for this message
Slythno (slvon) said :
#2

After executing first command the command line is blank & seems stuck from past 30mins .

Revision history for this message
Slythno (slvon) said :
#3

sudo apt-add-repository ppa:kelebek333/kablosuz
 PPA for Realtek wifi drivers

If you installed your system in UEFI mode, you must disable secureboot for modules installed by dkms after installation.

You can check installation mode with following command.

[ -d /sys/firmware/efi ] && echo "EFI" || echo "BIOS"

You can check status of secureboot with following command.

mokutil --sb-state
 More info: https://launchpad.net/~kelebek333/+archive/ubuntu/kablosuz
Press [ENTER] to continue or Ctrl-c to cancel adding it.

Enter done

Revision history for this message
Slythno (slvon) said :
#4

Error: retrieving gpg key timed out.

Revision history for this message
Slythno (slvon) said :
#5

some more information

adm1n@admin:~$ [ -d /sys/firmware/efi ] && echo "EFI" || echo "BIOS"
EFI
adm1n@admin:~$ mokutil --sb-state
SecureBoot disabled
Platform is in Setup Mode

Revision history for this message
Slythno (slvon) said :
#6

It got fixed after a software update thanks anyway