Some random notes I am taking while installing / maintaining Arch Linux on a Lenovo T14s.
It's just horribly painful.
Boot directly into the kernel, no GRUB etc. Took a while to remove the Windows bootloader and recovery partitions, too.
So painful.
Need to enable Gnome Shell Extensions and then install the app indicator to get the Dropbox "tray" icon.
gsettings set org.gnome.shell disable-user-extensions false
sudo pacman -Su gnome-shell-extension-appindicator
I had to install the sof-firmware
package to get the external speakers to work on a T14s.
sudo systemctl hibernate
sudo systemctl suspend
sudo pacman -Suy
sudo pacman -Qtdq | pacman -Rns -
This is simple. Just git clone
the AUR package, then cd
into the directory and run:
makepkg
sudo pacman -U <package file>
watch cat /sys/devices/system/cpu/cpu[0-9]*/cpufreq/scaling_cur_freq
cat /sys/devices/system/cpu/cpu*/power/energy_perf_bias
echo epb | tee /sys/devices/system/cpu/cpu*/power/energy_perf_bias
echo 'options thinkpad_acpi fan_control=1' | sudo tee -a /etc/modprobe.d/thinkpad_acpi.conf
cat /proc/acpi/ibm/fan
echo 'level 4' | sudo tee /proc/acpi/ibm/fan
echo 'level auto' | sudo tee /proc/acpi/ibm/fan