Skip to content

Base version fails to initialize or bind at boot on Mint 22.3 Cinnamon. Works fine after restart. #207

Description

@mistakenprobably-gif

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions