OS: Linux Mint 22.3 Cinnamon 64bit
Controller: Gamesir G7 wired
Error: Works fine after a restart, but fails to initialize off of a cold boot.
Off said cold boot:
lsmod | grep xone returns nothing
lsusb -t shows driver[none] for the controller
Both of these show xone-wired off of a restart.
It also turns up missing in modules-load.d.
I can use modprobe to initialize it manually after boot, but I decided to use a more permanent fix.
Fixed by myself temporarily by using:
echo xone-wired | sudo tee /etc/modules-load.d/xone-wired.conf
once and running
echo "3537 1010" | sudo tee /sys/bus/usb/drivers/xone-wired/new_id
after every boot. I'll have to write a script to automate the second command, but it works fine after said fix.
OS: Linux Mint 22.3 Cinnamon 64bit
Controller: Gamesir G7 wired
Error: Works fine after a restart, but fails to initialize off of a cold boot.
Off said cold boot:
lsmod | grep xonereturns nothinglsusb -tshows driver[none] for the controllerBoth of these show xone-wired off of a restart.
It also turns up missing in modules-load.d.
I can use
modprobeto initialize it manually after boot, but I decided to use a more permanent fix.Fixed by myself temporarily by using:
echo xone-wired | sudo tee /etc/modules-load.d/xone-wired.confonce and running
echo "3537 1010" | sudo tee /sys/bus/usb/drivers/xone-wired/new_idafter every boot. I'll have to write a script to automate the second command, but it works fine after said fix.