jgeumlek / MoltenGamepad

Flexible Linux input device translator, geared for gamepads
MIT License
280 stars 42 forks source link

No outputs from Wiimote #92

Closed TapuCosmo closed 3 years ago

TapuCosmo commented 3 years ago

I installed MoltenGamepad on Ubuntu 20.10, but no keys are getting pressed when I press the configured keys on my Wiimote. The logs indicate that the wiimote driver was initialized and the profile was parsed correctly, yet nothing happens when I press buttons. evtest shows that the virtual devices exist:

/dev/input/event27: Virtual Gamepad (MoltenGamepad)
/dev/input/event28: Virtual Gamepad (MoltenGamepad)
/dev/input/event29: Virtual Gamepad (MoltenGamepad)
/dev/input/event30: Virtual Gamepad (MoltenGamepad)
/dev/input/event31: Virtual Keyboard (MoltenGamepad)
/dev/input/event256:    Virtual Mouse (MoltenGamepad)
/dev/input/event257:    Nintendo Wii Remote Accelerometer
/dev/input/event258:    Nintendo Wii Remote IR
/dev/input/event259:    Nintendo Wii Remote
/dev/input/event260:    Nintendo Wii Remote Nunchuk
/dev/input/event261:    Nintendo Wii Remote Motion Plus

Here are the logs:

locate: unable to read /root/.config//moltengamepad//moltengamepad.cfg
locate: able to read /etc/xdg/moltengamepad/moltengamepad.cfg
loading /etc/xdg/moltengamepad/moltengamepad.cfg
locate: unable to read /root/.config//moltengamepad///options/wiimote.cfg
locate: unable to read /etc/xdg/moltengamepad///options/wiimote.cfg
driver: wiimote driver initialized.
locate: able to read /root/.config/moltengamepad
locate: unable to read /root/.config//moltengamepad///options/slots.cfg
locate: unable to read /etc/xdg/moltengamepad///options/slots.cfg
glob: /root/.config//moltengamepad///gendevices//*.cfg
glob: /etc/xdg/moltengamepad///gendevices//*.cfg
glob: /root/.config//moltengamepad///profiles//auto//*
glob: /etc/xdg/moltengamepad///profiles//auto//*
    glob file: /etc/xdg/moltengamepad/profiles/auto/wiimote_yuzu
Loading profiles from /etc/xdg/moltengamepad/profiles/auto/wiimote_yuzu
parse: header is wiimote
parse: setting wiimote.wm_up = key(key_up)
parse: setting wiimote.wm_down = key(key_down)
parse: setting wiimote.wm_left = key(key_left)
parse: setting wiimote.wm_right = key(key_right)
parse: setting wiimote.wm_a = key(key_a)
parse: setting wiimote.wm_b = key(key_b)
device add /sys/devices/virtual/input/input87
    skipped because it was made by MoltenGamepad
device add /sys/devices/virtual/input/input88
    skipped because it was made by MoltenGamepad
device add /sys/devices/virtual/input/input90/mouse4
    skipped because it was made by MoltenGamepad
device add /sys/devices/virtual/input/input89
    skipped because it was made by MoltenGamepad
device add /sys/devices/virtual/input/input91
    skipped because it was made by MoltenGamepad
device add /sys/devices/virtual/input/input91/mouse5
    skipped because it was made by MoltenGamepad
device add /sys/devices/virtual/input/input86/js3
    skipped because it was made by MoltenGamepad
device add /sys/devices/virtual/input/input88/js5
    skipped because it was made by MoltenGamepad
device add /sys/devices/virtual/input/input89/js6
    skipped because it was made by MoltenGamepad
device add /sys/devices/virtual/input/input87/js4
    skipped because it was made by MoltenGamepad
device enumerated /sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
    checking manager wiimote
device enumerated /sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1
    checking manager wiimote
device enumerated /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
    checking manager wiimote
device enumerated /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.1/usb1/1-2/1-2:1.0/0003:256C:006D.0005
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.1/usb1/1-2/1-2:1.0/0003:256C:006D.0005/hidraw/hidraw4
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.1/usb1/1-2/1-2:1.0/0003:256C:006D.0005/input/input25
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.1/usb1/1-2/1-2:1.0/0003:256C:006D.0005/input/input25/event12
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.1/usb1/1-2/1-2:1.0/0003:256C:006D.0005/input/input25/mouse1
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.1/usb1/1-2/1-2:1.0/0003:256C:006D.0005/input/input26
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.1/usb1/1-2/1-2:1.0/0003:256C:006D.0005/input/input26/event13
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.1/usb1/1-2/1-2:1.0/0003:256C:006D.0005/input/input26/js0
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.1/usb1/1-2/1-2:1.0/0003:256C:006D.0005/input/input27
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.1/usb1/1-2/1-2:1.0/0003:256C:006D.0005/input/input27/event7
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.1/usb1/1-2/1-2:1.0/0003:256C:006D.0005/input/input27/js1
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.1/usb1/1-2/1-2:1.0/0003:256C:006D.0005/input/input28
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.1/usb1/1-2/1-2:1.0/0003:256C:006D.0005/input/input28/event15
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.1/usb1/1-2/1-2:1.0/0003:256C:006D.0005/input/input28/js2
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.1/usb1/1-2/1-2:1.0/0003:256C:006D.0005/input/input28/mouse2
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.1/usb1/1-2/1-2:1.1/0003:256C:006D.0006
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.1/usb1/1-2/1-2:1.1/0003:256C:006D.0006/hidraw/hidraw5
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.1/usb1/1-2/1-2:1.1/0003:256C:006D.0006/input/input44
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.1/usb1/1-2/1-2:1.1/0003:256C:006D.0006/input/input44/event9
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.1/usb1/1-2/1-2:1.1/0003:256C:006D.0006/input/input44/mouse3
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.1/usb1/1-2/1-2:1.2/0003:256C:006D.0007
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.1/usb1/1-4/1-4:1.0/bluetooth/hci0/hci0:256/0005:057E:0306.000D
    checking manager wiimote
plug: wm1 added
    claimed by manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.1/usb1/1-4/1-4:1.0/bluetooth/hci0/hci0:256/0005:057E:0306.000D/hidraw/hidraw6
    checking manager wiimote
    claimed by manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.1/usb1/1-4/1-4:1.0/bluetooth/hci0/hci0:256/0005:057E:0306.000D/input/input51
    checking manager wiimote
    claimed by manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.1/usb1/1-4/1-4:1.0/bluetooth/hci0/hci0:256/0005:057E:0306.000D/input/input51/event259
    checking manager wiimote
wiimote: wm1: added core
device grab: changing permissions of /dev/input/event259
device hiding: changing permissions of /dev/input/js7
    claimed by manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.1/usb1/1-4/1-4:1.0/bluetooth/hci0/hci0:256/0005:057E:0306.000D/input/input51/js7
    checking manager wiimote
    claimed by manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.1/usb1/1-4/1-4:1.0/bluetooth/hci0/hci0:256/0005:057E:0306.000D/input/input52
    checking manager wiimote
    claimed by manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.1/usb1/1-4/1-4:1.0/bluetooth/hci0/hci0:256/0005:057E:0306.000D/input/input52/event257
    checking manager wiimote
wiimote: wm1: added accelerometers
device grab: changing permissions of /dev/input/event257
    claimed by manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.1/usb1/1-4/1-4:1.0/bluetooth/hci0/hci0:256/0005:057E:0306.000D/input/input53
    checking manager wiimote
    claimed by manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.1/usb1/1-4/1-4:1.0/bluetooth/hci0/hci0:256/0005:057E:0306.000D/input/input53/event258
    checking manager wiimote
wiimote: wm1: added IR
device grab: changing permissions of /dev/input/event258
    claimed by manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.1/usb1/1-4/1-4:1.0/bluetooth/hci0/hci0:256/0005:057E:0306.000D/input/input54
    checking manager wiimote
    claimed by manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.1/usb1/1-4/1-4:1.0/bluetooth/hci0/hci0:256/0005:057E:0306.000D/input/input54/event260
    checking manager wiimote
wiimote: wm1: added nunchuk
device grab: changing permissions of /dev/input/event260
    claimed by manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.1/usb1/1-4/1-4:1.0/bluetooth/hci0/hci0:256/0005:057E:0306.000D/input/input55
    checking manager wiimote
    claimed by manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.1/usb1/1-4/1-4:1.0/bluetooth/hci0/hci0:256/0005:057E:0306.000D/input/input55/event261
    checking manager wiimote
wiimote: wm1: added motion+
device grab: changing permissions of /dev/input/event261
    claimed by manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.3/usb3/3-4/3-4:1.2/0003:0B05:1939.0001
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.3/usb3/3-4/3-4:1.2/0003:0B05:1939.0001/hidraw/hidraw0
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.3/usb3/3-5/3-5:1.0/0003:2516:0051.0008
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.3/usb3/3-5/3-5:1.0/0003:2516:0051.0008/hidraw/hidraw2
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.3/usb3/3-5/3-5:1.0/0003:2516:0051.0008/input/input12
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.3/usb3/3-5/3-5:1.0/0003:2516:0051.0008/input/input12/event2
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.3/usb3/3-5/3-5:1.1/0003:2516:0051.0009
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.3/usb3/3-5/3-5:1.1/0003:2516:0051.0009/hidraw/hidraw3
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.3/usb3/3-5/3-5:1.2/0003:2516:0051.000A
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.3/usb3/3-5/3-5:1.2/0003:2516:0051.000A/hidraw/hidraw7
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.3/usb3/3-5/3-5:1.2/0003:2516:0051.000A/input/input13
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.3/usb3/3-5/3-5:1.2/0003:2516:0051.000A/input/input13/event3
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.3/usb3/3-5/3-5:1.2/0003:2516:0051.000A/input/input14
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.3/usb3/3-5/3-5:1.2/0003:2516:0051.000A/input/input14/event5
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:03.1/0000:09:00.1/sound/card0/input29
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:03.1/0000:09:00.1/sound/card0/input29/event14
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:03.1/0000:09:00.1/sound/card0/input30
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:03.1/0000:09:00.1/sound/card0/input30/event16
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:03.1/0000:09:00.1/sound/card0/input31
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:03.1/0000:09:00.1/sound/card0/input31/event17
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:03.1/0000:09:00.1/sound/card0/input32
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:03.1/0000:09:00.1/sound/card0/input32/event8
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:03.1/0000:09:00.1/sound/card0/input33
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:03.1/0000:09:00.1/sound/card0/input33/event20
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:03.1/0000:09:00.1/sound/card0/input34
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:03.1/0000:09:00.1/sound/card0/input34/event22
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:03.1/0000:09:00.1/sound/card0/input35
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:03.1/0000:09:00.1/sound/card0/input35/event23
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:08.1/0000:0b:00.3/usb5/5-3/5-3:1.0/0003:046D:C52B.0002
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:08.1/0000:0b:00.3/usb5/5-3/5-3:1.1/0003:046D:C52B.0003
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:08.1/0000:0b:00.3/usb5/5-3/5-3:1.2/0003:046D:C52B.0004
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:08.1/0000:0b:00.3/usb5/5-3/5-3:1.2/0003:046D:C52B.0004/0003:046D:2007.000C
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:08.1/0000:0b:00.3/usb5/5-3/5-3:1.2/0003:046D:C52B.0004/0003:046D:2007.000C/hidraw/hidraw9
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:08.1/0000:0b:00.3/usb5/5-3/5-3:1.2/0003:046D:C52B.0004/0003:046D:2007.000C/input/input22
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:08.1/0000:0b:00.3/usb5/5-3/5-3:1.2/0003:046D:C52B.0004/0003:046D:2007.000C/input/input22/event4
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:08.1/0000:0b:00.3/usb5/5-3/5-3:1.2/0003:046D:C52B.0004/0003:046D:4069.000B
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:08.1/0000:0b:00.3/usb5/5-3/5-3:1.2/0003:046D:C52B.0004/0003:046D:4069.000B/hidraw/hidraw8
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:08.1/0000:0b:00.3/usb5/5-3/5-3:1.2/0003:046D:C52B.0004/0003:046D:4069.000B/input/input23
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:08.1/0000:0b:00.3/usb5/5-3/5-3:1.2/0003:046D:C52B.0004/0003:046D:4069.000B/input/input23/event11
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:08.1/0000:0b:00.3/usb5/5-3/5-3:1.2/0003:046D:C52B.0004/0003:046D:4069.000B/input/input23/mouse0
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:08.1/0000:0b:00.3/usb5/5-3/5-3:1.2/0003:046D:C52B.0004/hidraw/hidraw1
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:08.1/0000:0b:00.4/sound/card1/input36
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:08.1/0000:0b:00.4/sound/card1/input36/event18
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:08.1/0000:0b:00.4/sound/card1/input37
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:08.1/0000:0b:00.4/sound/card1/input37/event19
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:08.1/0000:0b:00.4/sound/card1/input38
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:08.1/0000:0b:00.4/sound/card1/input38/event10
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:08.1/0000:0b:00.4/sound/card1/input39
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:08.1/0000:0b:00.4/sound/card1/input39/event21
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:08.1/0000:0b:00.4/sound/card1/input40
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:08.1/0000:0b:00.4/sound/card1/input40/event24
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:08.1/0000:0b:00.4/sound/card1/input41
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:08.1/0000:0b:00.4/sound/card1/input41/event25
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:08.1/0000:0b:00.4/sound/card1/input42
    checking manager wiimote
device enumerated /sys/devices/pci0000:00/0000:00:08.1/0000:0b:00.4/sound/card1/input42/event26
    checking manager wiimote
device enumerated /sys/devices/platform/eeepc-wmi/input/input24
    checking manager wiimote
device enumerated /sys/devices/platform/eeepc-wmi/input/input24/event6
    checking manager wiimote
device enumerated /sys/devices/virtual/input/input86
    skipped because it was made by MoltenGamepad
device enumerated /sys/devices/virtual/input/input86/event27
    skipped because it was made by MoltenGamepad
device enumerated /sys/devices/virtual/input/input86/js3
    skipped because it was made by MoltenGamepad
device enumerated /sys/devices/virtual/input/input87
    skipped because it was made by MoltenGamepad
device enumerated /sys/devices/virtual/input/input87/event28
    skipped because it was made by MoltenGamepad
device enumerated /sys/devices/virtual/input/input87/js4
    skipped because it was made by MoltenGamepad
device enumerated /sys/devices/virtual/input/input88
    skipped because it was made by MoltenGamepad
device enumerated /sys/devices/virtual/input/input88/event29
    skipped because it was made by MoltenGamepad
device enumerated /sys/devices/virtual/input/input88/js5
    skipped because it was made by MoltenGamepad
device enumerated /sys/devices/virtual/input/input89
    skipped because it was made by MoltenGamepad
device enumerated /sys/devices/virtual/input/input89/event30
    skipped because it was made by MoltenGamepad
device enumerated /sys/devices/virtual/input/input89/js6
    skipped because it was made by MoltenGamepad
device enumerated /sys/devices/virtual/input/input90
    skipped because it was made by MoltenGamepad
device enumerated /sys/devices/virtual/input/input90/event31
    skipped because it was made by MoltenGamepad
device enumerated /sys/devices/virtual/input/input90/mouse4
    skipped because it was made by MoltenGamepad
device enumerated /sys/devices/virtual/input/input91
    skipped because it was made by MoltenGamepad
device enumerated /sys/devices/virtual/input/input91/event256
    skipped because it was made by MoltenGamepad
device enumerated /sys/devices/virtual/input/input91/mouse5
    skipped because it was made by MoltenGamepad
device enumerated /sys/devices/virtual/input/mice
    checking manager wiimote
stdin: ready to read commands from standard input. Try "help" for more info.
device add /sys/devices/virtual/input/input88/event29
    skipped because it was made by MoltenGamepad
device add /sys/devices/virtual/input/input90/event31
    skipped because it was made by MoltenGamepad
device add /sys/devices/virtual/input/input91/event256
    skipped because it was made by MoltenGamepad
device add /sys/devices/virtual/input/input86/event27
    skipped because it was made by MoltenGamepad
device add /sys/devices/virtual/input/input87/event28
    skipped because it was made by MoltenGamepad
device add /sys/devices/virtual/input/input89/event30
    skipped because it was made by MoltenGamepad
slot: wm1 assigned to slot virtpad1
TapuCosmo commented 3 years ago

Never mind, apparently having a nunchuck attached requires using wiimote.nk_a instead of wiimote.wm_a. I'm going to leave this here for anyone who makes the same mistake.