Wifi problems I can't search for available networks

I just installed zorin, and I cannot connect to any wifi network, there is no site where I can search for available networks

Could you run the following command in terminal, then paste the output here, please:

inxi -Fxrz

Hmm... you have the r8169 which should work... But let's try a different driver.
In terminal please paste the following commands (connect to Ethernet, first):

git clone https://github.com/lwfinger/rtlwifi_new.git

cd rtlwifi_new

git checkout extended

sudo make install

sudo modprobe -r rtl8723de

sudo modprobe rtl8723de

1 Like

this link is broken

Ugh…