I just got myself a Framework 12 and now the tablet mode doesn’t work upon restart and would get tired of using Konsole to reenable it every reboot (Even if it’s only two lines)
sudo rmmod soc_button_array
sudo modprobe soc_button_array
And tried to make it permanent using pinctrl_tigerlake (As suggested here Tablet Mode and Screen Rotation on Linux ) but CachyOS (The distro I’m using) is making it difficult as it won’t catch, and I looked at the Arch users section and it only gives me troubleshooting steps not a means or method to make it work permanently after reboots.
So if anyone would happen to know how I can make it do this upon reboot and could explain it like I’m 5 I would greatly appreciate it =) (First time Linux daily driver user so still trying to learn and get comfortable. Sorry for bad grammar and explanation but I would try my best to clear the air if needed.)
Update: Thanks to Patrick’s provided link it the tablet mode now works after every reboot like a charm.

