Skip to content

Controller doesn't work as a controller #554

@drippythesimpy

Description

@drippythesimpy

It does not work at all in Slippi-Dolphin no matter what I try, A acts as enter, B acts as ESC, but the rest of the buttons do nothing. It is similar in Eden, and adding as non-steam game does nothing. I can't see the controller working on sc-controller either. I just wanna use the steam deck as a xbox controller for nonsteam games, but its giving me no input in desktop mode, and I've tried everything. It worked on bazzite so I'm not sure the issue, The controller seems to be in lizard mode but I can't get it to work as a regular xbox like controller. It shows up in /dev/input/event4 and /dev/hidraw3, and is detected by kdesettings and evtest as "Valve Software Steam Controller", but does not function in dolphin and seeming eden, although I was able to get eden working a few weeks ago. I'm honestly losing it so sorry I'll just ask here thank you very much.

  jovian.steam.enable = true;
  programs.steam.enable = true;
  jovian.devices.steamdeck.enable = true;
  jovian.decky-loader.enable = true;
  jovian.devices.steamdeck.enablePerfControlUdevRules = true;
  jovian.devices.steamdeck.enableOsFanControl = true;
  jovian.devices.steamdeck.enableKernelPatches = true;
  hardware.steam-hardware.enable = true;

  services.udev = {
    enable = true;
    packages = [ pkgs.dolphin-emu ];
    extraRules = ''
      SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="057e", ATTRS{idProduct}=="0337", MODE="0666"
      SUBSYSTEM=="usb", ATTRS{idVendor}=="0a12", ATTRS{idProduct}=="0001", TAG+="uaccess"
      KERNEL=="i2c-[0-9]*", GROUP="i2c", MODE="0660"
      KERNEL=="uinput", GROUP="input", MODE="0660", OPTIONS+="static_node=uinput"
      KERNEL=="hidraw*", ATTRS{idVendor}=="28de", MODE="0666"
      SUBSYSTEMS=="hid", DRIVERS=="hid-steam", MODE="0666", GROUP="input"
      SUBSYSTEM=="hidraw", ATTRS{idVendor}=="28de", ATTRS{idProduct}=="1205", MODE="0666", GROUP="input"
      KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0666"
    '';
  users.users.user = {
    isNormalUser = true;
    description = "admin";
    extraGroups = [ "networkmanager" "wheel" "input" ];
    packages = with pkgs; [
      kdePackages.kate
    #  thunderbird
    ];

  };```

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions