This page is mainly for Putte posting notes an things to remember when on the fly. Mostly hints and other good to have stuff.
9 thoughts on “Notes and hints from Putte”
Putte
When installing Linux on a new Asus Zenbook 14 with Ryzen 7, (BX425QA), the keyboard did not work.
It worked after the first reboot after a fresh install, and also after running an upgrade with apt update/upgrade.
But after a cold boot the keyboard stopped working again.
The problem was present with Ubuntu 20.04, Ubuntu 22.04 and Linux Mint Cinnamon 20.3
Error code during boot:
i8042: Can’t read CTR while initializing i8042
i8042 is the keyboard controller on this laptop and that device does not always seem to work correct on Unix/Linux systems.
This fix solved my problem and now the keyboard works after a reboot or a cold boot.
Use a Terminal and do the following:
– Edit the the grub configuration file with the command:
sudo nano /etc/default/grub
-Change this line:
GRUB_CMDLINE_LINUX=””
– to these two lines:
#GRUB_CMDLINE_LINUX=””
GRUB_CMDLINE_LINUX=”i8042.reset i8042.nomux i8042.nopnp i8042.noloop”
– Save the change you did with the command:
ctrl s
– Exit the editor with the command:
ctrl x
– Update bootloader with the command:
sudo update-grub
– Reboot the computer with the command:
sudo reboot
– Congratulations, you’re done!
Link to page with the solution: https://askubuntu.com/questions/1360683/keyboard-not-working-after-shutdown-asus-zenbook-13-oled-um325s
Windows showing the wrong time when using dual boot between Windows 11 and Ubuntu 22.04.
The problem occurred for me when booting to windows after using Ubuntu, (dual boot).
The time was not correct and “Set the time automatically” needed to be turned off and on to adjust the time again.
Solution number two solved the problem for me. https://ubuntuhandbook.org/index.php/2021/06/incorrect-time-windows-11-dual-boot-ubuntu/
How to Show or hide the trash can on the desktop in Ubuntu 22.04
To show the trash can run this command:
gsettings set org.gnome.shell.extensions.ding show-trash true
To hide the trash can run this command:
gsettings reset org.gnome.shell.extensions.ding show-trash
You can remove the trash can from the dock in settings/Appearance/Configure dock behavior/Show Trash
Or run this command:
gsettings set org.gnome.shell.extensions.dash-to-dock show-trash false
When installing Linux on a new Asus Zenbook 14 with Ryzen 7, (BX425QA), the keyboard did not work.
It worked after the first reboot after a fresh install, and also after running an upgrade with apt update/upgrade.
But after a cold boot the keyboard stopped working again.
The problem was present with Ubuntu 20.04, Ubuntu 22.04 and Linux Mint Cinnamon 20.3
Error code during boot:
i8042: Can’t read CTR while initializing i8042
i8042 is the keyboard controller on this laptop and that device does not always seem to work correct on Unix/Linux systems.
This fix solved my problem and now the keyboard works after a reboot or a cold boot.
Use a Terminal and do the following:
– Edit the the grub configuration file with the command:
sudo nano /etc/default/grub
-Change this line:
GRUB_CMDLINE_LINUX=””
– to these two lines:
#GRUB_CMDLINE_LINUX=””
GRUB_CMDLINE_LINUX=”i8042.reset i8042.nomux i8042.nopnp i8042.noloop”
– Save the change you did with the command:
ctrl s
– Exit the editor with the command:
ctrl x
– Update bootloader with the command:
sudo update-grub
– Reboot the computer with the command:
sudo reboot
– Congratulations, you’re done!
Link to page with the solution:
https://askubuntu.com/questions/1360683/keyboard-not-working-after-shutdown-asus-zenbook-13-oled-um325s
For those who want to install and run Ubuntu from an USB stick:
https://linuxhint.com/install_an_entire_ubuntu_on_a_usb_flash_drive/
Windows showing the wrong time when using dual boot between Windows 11 and Ubuntu 22.04.
The problem occurred for me when booting to windows after using Ubuntu, (dual boot).
The time was not correct and “Set the time automatically” needed to be turned off and on to adjust the time again.
Solution number two solved the problem for me.
https://ubuntuhandbook.org/index.php/2021/06/incorrect-time-windows-11-dual-boot-ubuntu/
How to Show or hide the trash can on the desktop in Ubuntu 22.04
To show the trash can run this command:
gsettings set org.gnome.shell.extensions.ding show-trash true
To hide the trash can run this command:
gsettings reset org.gnome.shell.extensions.ding show-trash
You can remove the trash can from the dock in settings/Appearance/Configure dock behavior/Show Trash
Or run this command:
gsettings set org.gnome.shell.extensions.dash-to-dock show-trash false
https://projects.raspberrypi.org/en/projects/lamp-web-server-with-wordpress
BMW Navigator IV, V and VI with Touratech handlebar mounting V2.0 BMW
Some links regarding how to connect the cable to different motorcycles.
https://www.ukgser.com/forums/showthread.php/520829-Nav-6-cradle-wiring-to-non-BMW-bike
https://www.advrider.com/f/threads/installing-bmw-navigator-v-gps-on-ktm-1190.947084
https://www.online-parts.co.uk/bmw-spare-parts/83300413586_Repair-Plug-3-Pin.html
And the cradle from Touratech
https://se.touratech-nordic.com/handlebar-mounting-v2-0-bmw-navigator-iv-v-and-vi-lockable-black.html
No audio over HDMI Mac Mini 2012 with Linux
https://askubuntu.com/questions/1222600/sound-not-working-on-ubuntu/1223922#1223922
Check Linux version and OS name:
cat /etc/os-release
lsb_release -a
hostnamectl
Check Linux Kernel version:
uname -r
Check Linux architecture:
uname -a
dpkg –print-architecture
getconf LONG_BIT
arch
cat /etc/linuxmint/info
cat /etc/issue