Skip to content

Instantly share code, notes, and snippets.

# pwmconfig version 3.6.0
This program will search your sensors for pulse width modulation (pwm)
controls, and test each one to see if it controls a fan on
your motherboard. Note that many motherboards do not have pwm
circuitry installed, even if your sensor chip supports pwm.
We will attempt to briefly stop each fan using the pwm controls.
The program will attempt to restore each fan to full speed
after testing. However, it is ** very important ** that you
physically verify that the fans have been to full speed
ul 20 21:44:06 andres-sys org_kde_powerdevil[3315]: powerdevil: Releasing inhibition with cookie 860
Jul 20 21:44:06 andres-sys org_kde_powerdevil[3315]: powerdevil: Scheduling inhibition from ":1.18" "My SDL application" with cookie 861 and reason "Playing a game"
Jul 20 21:44:06 andres-sys org_kde_powerdevil[3315]: powerdevil: Can't contact ck
Jul 20 21:44:12 andres-sys org_kde_powerdevil[3315]: powerdevil: Enforcing inhibition from ":1.18" "My SDL application" with cookie 861 and reason "Playing a game"
Jul 20 21:44:12 andres-sys org_kde_powerdevil[3315]: powerdevil: Added change screen settings
Jul 20 21:44:12 andres-sys org_kde_powerdevil[3315]: powerdevil: Added interrupt session
Jul 20 21:44:12 andres-sys org_kde_powerdevil[3315]: powerdevil: Can't contact ck
Jul 20 21:44:12 andres-sys systemd[1]: systemd-localed.service: Succeeded.
Jul 20 21:44:12 andres-sys audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-localed comm="systemd" exe="/usr/lib/system
-- Logs begin at Mon 2020-07-13 21:35:36 EDT, end at Wed 2020-07-22 16:23:36 EDT. --
Jul 22 15:56:20 andres-sys kernel: Linux version 5.7.9-20-tkg-pds (linux-tkg-pds-zen@archlinux) (gcc version 10.1.0 (GCC), GNU ld (GNU Binutils) 2.34.0) #1 TKG SMP Thu, 16 Jul 2020 12:02:45 +0000
Jul 22 15:56:20 andres-sys kernel: Command line: root=LABEL=Arch rw add_efi_memmap apparmor=1 security=apparmor resume=UUID=5a9fdb80-4f6a-4af7-a991-658dcfa31163 nowatchdog initrd=amd-ucode.img initrd=initramfs-linux-tkg-pds-zen.img sysrq_always_enabled=1 usbcore.autosuspend=-1 usbhid.quirks=0x1b1c:0x1b20:0x20000408 usbcore.quirks=1b1c:1b20:gn
Jul 22 15:56:20 andres-sys kernel: KERNEL supported cpus:
Jul 22 15:56:20 andres-sys kernel: Intel GenuineIntel
Jul 22 15:56:20 andres-sys kernel: AMD AuthenticAMD
Jul 22 15:56:20 andres-sys kernel: Hygon HygonGenuine
Jul 22 15:56:20 andres-sys kernel: Centaur CentaurHauls
Jul 22 15:56:20 andres-sys kernel: zhaoxin Shanghai
Jul 22 15:56:20 andres-sys kernel: x86/fpu: Supporting XSA
-- Logs begin at Mon 2020-07-13 21:35:36 EDT, end at Wed 2020-07-22 16:23:36 EDT. --
Jul 22 15:56:20 andres-sys kernel: Linux version 5.7.9-20-tkg-pds (linux-tkg-pds-zen@archlinux) (gcc version 10.1.0 (GCC), GNU ld (GNU Binutils) 2.34.0) #1 TKG SMP Thu, 16 Jul 2020 12:02:45 +0000
Jul 22 15:56:20 andres-sys kernel: Command line: root=LABEL=Arch rw add_efi_memmap apparmor=1 security=apparmor resume=UUID=5a9fdb80-4f6a-4af7-a991-658dcfa31163 nowatchdog initrd=amd-ucode.img initrd=initramfs-linux-tkg-pds-zen.img sysrq_always_enabled=1 usbcore.autosuspend=-1 usbhid.quirks=0x1b1c:0x1b20:0x20000408 usbcore.quirks=1b1c:1b20:gn
Jul 22 15:56:20 andres-sys kernel: KERNEL supported cpus:
Jul 22 15:56:20 andres-sys kernel: Intel GenuineIntel
Jul 22 15:56:20 andres-sys kernel: AMD AuthenticAMD
Jul 22 15:56:20 andres-sys kernel: Hygon HygonGenuine
Jul 22 15:56:20 andres-sys kernel: Centaur CentaurHauls
Jul 22 15:56:20 andres-sys kernel: zhaoxin Shanghai
Jul 22 15:56:20 andres-sys kernel: x86/fpu: Supporting XSA
0#!/bin/sh
#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)
userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/X11/xinit/.Xmodmap
This file has been truncated, but you can view the full file.
-- Logs begin at Mon 2020-07-13 21:35:36 EDT, end at Tue 2020-08-04 10:45:58 EDT. --
Aug 04 10:17:22 andres-sys kernel: Linux version 5.7.11-23-tkg-pds (linux-tkg-pds-zen@archlinux) (gcc version 10.1.0 (GCC), GNU ld (GNU Binutils) 2.34.0) #1 TKG SMP PREEMPT Thu, 30 Jul 2020 21:15:30 +0000
Aug 04 10:17:22 andres-sys kernel: Command line: root=LABEL=Arch rw add_efi_memmap apparmor=1 security=apparmor resume=UUID=5a9fdb80-4f6a-4af7-a991-658dcfa31163 nowatchdog initrd=amd-ucode.img initrd=initramfs-linux-tkg-pds-zen.img sysrq_always_enabled=1 usbcore.autosuspend=-1 usbhid.quirks=0x1b1c:0x1b20:0x20000408 usbcore.quirks=1b1c:1b20:gn
Aug 04 10:17:22 andres-sys kernel: KERNEL supported cpus:
Aug 04 10:17:22 andres-sys kernel: Intel GenuineIntel
Aug 04 10:17:22 andres-sys kernel: AMD AuthenticAMD
Aug 04 10:17:22 andres-sys kernel: Hygon HygonGenuine
Aug 04 10:17:22 andres-sys kernel: Centaur CentaurHauls
Aug 04 10:17:22 andres-sys kernel: zhaoxin Shanghai
Aug 04 10:17:22 andres-sys kernel: x86/fpu: Suppo
This file has been truncated, but you can view the full file.
-- Logs begin at Mon 2020-07-13 21:35:36 EDT, end at Tue 2020-08-04 10:45:58 EDT. --
Aug 04 10:17:22 andres-sys kernel: Linux version 5.7.11-23-tkg-pds (linux-tkg-pds-zen@archlinux) (gcc version 10.1.0 (GCC), GNU ld (GNU Binutils) 2.34.0) #1 TKG SMP PREEMPT Thu, 30 Jul 2020 21:15:30 +0000
Aug 04 10:17:22 andres-sys kernel: Command line: root=LABEL=Arch rw add_efi_memmap apparmor=1 security=apparmor resume=UUID=5a9fdb80-4f6a-4af7-a991-658dcfa31163 nowatchdog initrd=amd-ucode.img initrd=initramfs-linux-tkg-pds-zen.img sysrq_always_enabled=1 usbcore.autosuspend=-1 usbhid.quirks=0x1b1c:0x1b20:0x20000408 usbcore.quirks=1b1c:1b20:gn
Aug 04 10:17:22 andres-sys kernel: KERNEL supported cpus:
Aug 04 10:17:22 andres-sys kernel: Intel GenuineIntel
Aug 04 10:17:22 andres-sys kernel: AMD AuthenticAMD
Aug 04 10:17:22 andres-sys kernel: Hygon HygonGenuine
Aug 04 10:17:22 andres-sys kernel: Centaur CentaurHauls
Aug 04 10:17:22 andres-sys kernel: zhaoxin Shanghai
Aug 04 10:17:22 andres-sys kernel: x86/fpu: Suppo
This file has been truncated, but you can view the full file.
-- Logs begin at Mon 2020-07-13 21:35:36 EDT, end at Tue 2020-08-04 10:45:58 EDT. --
Aug 04 10:17:22 andres-sys kernel: Linux version 5.7.11-23-tkg-pds (linux-tkg-pds-zen@archlinux) (gcc version 10.1.0 (GCC), GNU ld (GNU Binutils) 2.34.0) #1 TKG SMP PREEMPT Thu, 30 Jul 2020 21:15:30 +0000
Aug 04 10:17:22 andres-sys kernel: Command line: root=LABEL=Arch rw add_efi_memmap apparmor=1 security=apparmor resume=UUID=5a9fdb80-4f6a-4af7-a991-658dcfa31163 nowatchdog initrd=amd-ucode.img initrd=initramfs-linux-tkg-pds-zen.img sysrq_always_enabled=1 usbcore.autosuspend=-1 usbhid.quirks=0x1b1c:0x1b20:0x20000408 usbcore.quirks=1b1c:1b20:gn
Aug 04 10:17:22 andres-sys kernel: KERNEL supported cpus:
Aug 04 10:17:22 andres-sys kernel: Intel GenuineIntel
Aug 04 10:17:22 andres-sys kernel: AMD AuthenticAMD
Aug 04 10:17:22 andres-sys kernel: Hygon HygonGenuine
Aug 04 10:17:22 andres-sys kernel: Centaur CentaurHauls
Aug 04 10:17:22 andres-sys kernel: zhaoxin Shanghai
Aug 04 10:17:22 andres-sys kernel: x86/fpu: Suppo
This file has been truncated, but you can view the full file.
8/25/20 9:13 AM kernel Command line: root=LABEL=Arch rw add_efi_memmap apparmor=1 security=apparmor resume=UUID=5a9fdb80-4f6a-4af7-a991-658dcfa31163 nowatchdog initrd=amd-ucode.img initrd=initramfs-linux-tkg-pds-zen.img sysrq_always_enabled=1 usbcore.autosuspend=-1 usbhid.quirks=0x1b1c:0x1b20:0x20000408 usbcore.quirks=1b1c:1b20:gn
8/25/20 9:13 AM kernel KERNEL supported cpus:
8/25/20 9:13 AM kernel Intel GenuineIntel
8/25/20 9:13 AM kernel AMD AuthenticAMD
8/25/20 9:13 AM kernel Hygon HygonGenuine
8/25/20 9:13 AM kernel Centaur CentaurHauls
8/25/20 9:13 AM kernel zhaoxin Shanghai
8/25/20 9:13 AM kernel x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
8/25/20 9:13 AM kernel x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
8/25/20 9:13 AM kernel x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
-- Logs begin at Tue 2020-08-18 16:53:38 EDT, end at Tue 2020-08-25 19:02:15 EDT. --
Aug 25 09:13:57 andres-sys kernel: too many entries; ignoring [mem 0xd9bf5000-0xd9bf6fff]
Aug 25 09:13:57 andres-sys kernel: too many entries; ignoring [mem 0xd9bf7000-0xd9bf7fff]
Aug 25 09:13:57 andres-sys kernel: too many entries; ignoring [mem 0xd9bf8000-0xd9bfdfff]
Aug 25 09:13:57 andres-sys kernel: too many entries; ignoring [mem 0xd9bfe000-0xd9bfefff]
Aug 25 09:13:57 andres-sys kernel: too many entries; ignoring [mem 0xd9bff000-0xd9c02fff]
Aug 25 09:13:57 andres-sys kernel: too many entries; ignoring [mem 0xd9c03000-0xd9c05fff]
Aug 25 09:13:57 andres-sys kernel: too many entries; ignoring [mem 0xd9c06000-0xd9c0afff]
Aug 25 09:13:57 andres-sys kernel: too many entries; ignoring [mem 0xd9c0b000-0xd9c10fff]
Aug 25 09:13:57 andres-sys kernel: too many entries; ignoring [mem 0xd9c11000-0xd9c13fff]