skip to content

FrameWork laptop

Table of Contents

Linux

WiFi / other crashes troubleshooting

curl -s https://raw.githubusercontent.com/FrameworkComputer/linux-docs/main/log-helper/combined.sh -o combined.sh && clear && bash combined.sh

as of 2025-09-19, I have Linux freezed on AMD FW13 issue raised.

Fingerprint

ref

sudo apt install libpam-fprintd
sudo pam-auth-update

SSD, encryption, CPU_IOWAIT research done 2025-08-22.

  • fix for high CPU_IOWAIT:
sudo tee -a /etc/sysctl.d/10-disable-io_uring.conf >> /dev/null << 'EOF'
kernel.io_uring_disabled = 1
EOF

FreeBSD