Posts by 1postNghost

    Followed this and had success!

    I'm somewhat of a beginner to doing things in the terminal as well as ssh so i wanted to make a post to make things easier for others. In my situation I didn't know how to open a visual app to enter the multi lines of code.

    so...for steps 3-3.3 i used this command. ...also keep an eye on your current directory.

    I CD'd into root "/storage/.config/udev.rules.d/" then ran this;

    Code
    echo -e 'SUBSYSTEM=="input", ATTRS{name}=="Xbox Wireless Controller", KERNEL=="event*", MODE="0666", ENV{LIBINPUT_IGNORE_DEVICE}="1"\nSUBSYSTEM=="input", ATTRS{name}=="Xbox Wireless Controller", KERNEL=="event*", MODE="0666", ENV{ID_INPUT_JOYSTICK}="1"' > 99-gamepad.rules

    after that follow the rest of Hellsgore's guide. I had to go through the button binding process before the controller actually worked.

    Thanks Hellsgore !