hid-ghlive-dkms icon indicating copy to clipboard operation
hid-ghlive-dkms copied to clipboard

Can't Install on SteamOS 3.5

Open Ponjen opened this issue 1 year ago • 3 comments

Been using this string of commands (as root) for months now every OS update with no issues:

sudo steamos-readonly disable && sudo pacman -Syy && sudo pacman-key --init && sudo pacman-key --populate archlinux && sudo pacman-key --populate && sudo pacman -S dkms && sudo pacman -S dkms linux-neptune-headers && sudo ./install.sh

Simple reboot, and Wii U Live guitar works with no issues. As of SteamOS 3.5, the driver cannot be installed (and is not in the new kernel by default). The error shows SteamOS 3.5 uses different headers for the new kernel, but the old command only gets the old kernel's headers. The headers needed are linux-headers-6.1.52-valve9-1-neptune-61, but what's downloaded is linux-headers-5.13.0-valve37-1-neptune. Using sudo pacman -S linux-headers doesn't work either. Not sure if there's a command to specify the new headers.

Ponjen avatar Nov 27 '23 03:11 Ponjen