diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-12-08 19:42:57 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-12-08 19:42:57 +0200 |
| commit | d6ae229bc8c84dcef300498a6c8649837e2df636 (patch) | |
| tree | 09e36033ae2abd26ee1889978fd559125014e9ed | |
| parent | 7b6b1daad93d454b88ae6e2375e3a933058ff79d (diff) | |
| download | hid-tmff2-d6ae229bc8c84dcef300498a6c8649837e2df636.tar.gz hid-tmff2-d6ae229bc8c84dcef300498a6c8649837e2df636.zip | |
steamdeck installation is apparently a bit tricky
| -rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -50,10 +50,18 @@ one of the right command for your distribution: ```shell sudo apt install linux-headers-$(uname -r) # Debian-based sudo pacman -S linux-headers # Arch-based -sudo pacman -S linux-neptune-61-headers # For SteamDeck specifically sudo yum install kernel-devel kernel-headers # Fedora-based ``` +The SteamDeck has a few possible options it seems, try some of these: +```shell +sudo pacman -S linux-neptune-61-headers +sudo pacman -S linux-neptune-65-headers +sudo pacman -S linux-neptune-68-headers +``` + +If none of the above work, please do open up an issue. + #### Manual installation + Unplug wheel from computer + Run |
