After a reboot it keeps asking for wifi password and doesn't connect to any networks, it can list networks. After a few reboot it sometimes works but usually doesn't.
lspci -knn | grep Net -A2
04:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8822BE 802.11a/b/g/n/ac WiFi adapter [10ec:b822]
Subsystem: AzureWave Device [1a3b:2950]
Kernel driver in use: rtw_pci
uname -r
5.0.0-37-generic
It didn't managed to connect during installation either. (it works in windows every time so its not a hardware issue)
It is a completely different problem I get a loop to type in the password and just can't connect to a network (I'v tryed the suggested fix anyway but didnt worked):
sudo sed -i 's/wifi.powersave = 3/wifi.powersave = 2/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf
andecho "blacklist rtwpci" | sudo tee /etc/modprobe.d/realtek.conf
reboot – Nukleari Jan 22 '20 at 16:28