Thursday, April 11, 2024

 

 Realtek wifi not working properly in ubuntu 23. Add following file.


usr/lib/modprobe.d$ pwd
/usr/lib/modprobe.d
 
/usr/lib/modprobe.d$ cat 70-rtw89.conf
options rtw89_pci disable_clkreq=y disable_aspm_l1=y disable_aspm_l1ss=y

Saturday, April 06, 2024

 Set wifi.powersave to 2 to disable powersave

 

sudo nano /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf 
 
NM_SETTING_WIRELESS_POWERSAVE_DEFAULT (0): use the default value
NM_SETTING_WIRELESS_POWERSAVE_IGNORE  (1): don't touch existing setting
NM_SETTING_WIRELESS_POWERSAVE_DISABLE (2): disable powersave
NM_SETTING_WIRELESS_POWERSAVE_ENABLE  (3): enable powersave