Ubuntu 24.04 is spamming several of these entries in syslog: wpa_supplicant[1736]: wlp3s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-62 noise=9999 txrate=390000 The solution is to raise the wpa_supplicant logging level and restart networking: mkdir -p /etc/systemd/system/wpa_supplicant.service.d/ vi /etc/systemd/system/wpa_supplicant.service.d/log.conf # add these lines [Service] LogLevelMax=4 # save & quit systemctl daemon-reload systemctl restart wpa_supplicant.service systemctl restart NetworkManager.service
Tag: ubuntu
Gedit snap menu freeze, wrong colours
When installed as a snap package in Ubuntu 24.04, Gedit displays wrong colours and some menus freeze. The solution is to disable the opengl permission. Either through Settings -> Apps -> Permissions: or on the command line: snap connect gedit:opengl
Ubuntu on the Acer Nitro ANV15-41
Updated 2025-07-28 This is a short post about running Ubuntu 24.04 on the Acer nitro ANV15-41 aka Nitro V15. If you are interested in previous post about installing Ubuntu on various laptops, maybe check out Acer Nitro 5, HP ProBook, Asus VivoBook, Lenovo Thinkpad and HP Victus. Installation Installation from an USB SSD worked fine … Continue reading Ubuntu on the Acer Nitro ANV15-41
Ubuntu 24.04 on the HP Victus
This is a short follow-up on Ubuntu 22.04 on the HP Victus [UVC] Hardware support is just as good/bad as with Ubuntu 22.04, so all findings from [UVC] apply here, too. The display manager is still X11, I have not tried Wayland. Video hardware acceleration with VLC and SMPlayer snap installations now works, but requires … Continue reading Ubuntu 24.04 on the HP Victus
Toggling keyboard languages in Ubuntu 24.04 with Alt + Shift
Windows introduced [citation missing] the Alt + Left Shift key combination for switching between keyboard languages and ever since I tried to configure that combination for every setup I've worked with. Ubuntu, unfortunately, made it harder and harder over time to do that. User Raffa on askubuntu has the solution [KL]: Open a terminal and … Continue reading Toggling keyboard languages in Ubuntu 24.04 with Alt + Shift


