Razer Sabretooth

Home Forums General Banter Razer Sabretooth

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #65834
    Freejack_
    Member

    It’s the xbox controller I can not get the xboxdrv to recognize it. Any ideas?

    #70690
    Frojoe
    Keymaster

    Check if the kernel module for the controller was loaded.

    lsmod | grep xpad || modprobe xpad

    #70691
    Freejack_
    Member

    This is what I got back:

    dtruesdale@CBPC:/etc/modprobe.d$ lsmod | grep xpad || modprobe xpad
    xpad 18042 0
    ff_memless 13013 1 xpad

    when trying the sudo xboxdrv –silent says it is no tan xbox controller. when doing dmesg | grep xpad it gives me my original xbox 360 controller but no the Razer Sabretooth.

    #70696
    strider
    Participant

    First, try to unload xpad. Here are the base options I use for xboxdrv in lutris:

    command = (“pkexec xboxdrv –daemon –detach-kernel-driver “
    “–dbus session –silent %s”
    % config)

    https://github.com/lutris/lutris/blob/m … me.py#L165
    The important part is –detach-kernel-driver.

    Then again, I only tried with the original XBox 360 controller, but I know the docs said something about options to support any joypad supported by xpad.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.