DanielOgorchock / joycond

userspace daemon to combine joy-cons from the hid-nintendo kernel driver
GNU General Public License v3.0
367 stars 68 forks source link

JoyconD Spams Journal and Presents Reboot when LEDs Fail to be Set #152

Open Jazztache opened 2 weeks ago

Jazztache commented 2 weeks ago

When joycons are disconnected from bluetooth whilst the LEDs are cycling, and the computer is asked to reboot via the reboot command, the following output is shown, taken from `journalctl -b-1

...
Oct 07 20:13:24 jazztarche-revengance kernel: leds 0005:057E:2007.000D:player3: Setting an LED's brightness failed (-110)
Oct 07 20:13:24 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:25 jazztarche-revengance sddm[1263]: Display server stopped.
Oct 07 20:13:25 jazztarche-revengance sddm[1263]: Running display stop script  QList("/usr/share/sddm/scripts/Xstop")
Oct 07 20:13:25 jazztarche-revengance systemd[1]: sddm.service: Deactivated successfully.
Oct 07 20:13:25 jazztarche-revengance systemd[1]: Stopped Simple Desktop Display Manager.
Oct 07 20:13:25 jazztarche-revengance systemd[1]: sddm.service: Consumed 25min 2.871s CPU time, 241.1M memory peak, 81.1M memory swap peak.
Oct 07 20:13:25 jazztarche-revengance systemd[1]: plymouth-quit.service: Deactivated successfully.
Oct 07 20:13:25 jazztarche-revengance systemd[1]: Stopped Terminate Plymouth Boot Screen.
Oct 07 20:13:25 jazztarche-revengance systemd[1]: Starting Show Plymouth Reboot Screen...
Oct 07 20:13:25 jazztarche-revengance systemd[1]: Stopping User Login Management...
Oct 07 20:13:25 jazztarche-revengance systemd[1]: Stopping Permit User Sessions...
Oct 07 20:13:25 jazztarche-revengance systemd[1]: systemd-user-sessions.service: Deactivated successfully.
Oct 07 20:13:25 jazztarche-revengance systemd[1]: Stopped Permit User Sessions.
Oct 07 20:13:25 jazztarche-revengance systemd[1]: Stopped target Network.
Oct 07 20:13:25 jazztarche-revengance systemd[1]: Stopped target Remote File Systems.
Oct 07 20:13:25 jazztarche-revengance systemd[1]: Stopping Network Manager...
Oct 07 20:13:25 jazztarche-revengance NetworkManager[1117]: <info>  [1728292405.1122] caught SIGTERM, shutting down normally.
Oct 07 20:13:25 jazztarche-revengance systemd[1]: Stopping WPA supplicant...
Oct 07 20:13:25 jazztarche-revengance systemd[1]: Received SIGRTMIN+20 from PID 106093 (plymouthd).
Oct 07 20:13:25 jazztarche-revengance NetworkManager[1117]: <info>  [1728292405.1133] device (wlan0): state change: activated -> deactivating (reason 'unmanaged', sys-iface-state: 'managed')
Oct 07 20:13:25 jazztarche-revengance NetworkManager[1117]: <info>  [1728292405.1134] dhcp4 (wlan0): canceled DHCP transaction
Oct 07 20:13:25 jazztarche-revengance NetworkManager[1117]: <info>  [1728292405.1134] dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Oct 07 20:13:25 jazztarche-revengance NetworkManager[1117]: <info>  [1728292405.1134] dhcp4 (wlan0): state changed no lease
Oct 07 20:13:25 jazztarche-revengance NetworkManager[1117]: <info>  [1728292405.1135] dhcp6 (wlan0): canceled DHCP transaction
Oct 07 20:13:25 jazztarche-revengance NetworkManager[1117]: <info>  [1728292405.1135] dhcp6 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Oct 07 20:13:25 jazztarche-revengance NetworkManager[1117]: <info>  [1728292405.1135] dhcp6 (wlan0): state changed no lease
Oct 07 20:13:25 jazztarche-revengance wpa_supplicant[1181]: p2p-dev-wlan0: CTRL-EVENT-DSCP-POLICY clear_all
Oct 07 20:13:25 jazztarche-revengance wpa_supplicant[1181]: p2p-dev-wlan0: CTRL-EVENT-DSCP-POLICY clear_all
Oct 07 20:13:25 jazztarche-revengance wpa_supplicant[1181]: nl80211: deinit ifname=p2p-dev-wlan0 disabled_11b_rates=0
Oct 07 20:13:25 jazztarche-revengance dbus-broker-launch[1115]: Activation request for 'org.freedesktop.nm_dispatcher' failed.
Oct 07 20:13:25 jazztarche-revengance NetworkManager[1117]: <warn>  [1728292405.1153] dispatcher: (40) failed (after 0.002 sec): Could not activate remote peer 'org.freedesktop.nm_dispatcher': activation request failed: unit is invalid
Oct 07 20:13:25 jazztarche-revengance NetworkManager[1117]: <info>  [1728292405.1154] manager: NetworkManager state is now CONNECTED_LOCAL
Oct 07 20:13:25 jazztarche-revengance NetworkManager[1117]: <info>  [1728292405.1155] device (wlan0): state change: deactivating -> unmanaged (reason 'unmanaged-quitting', sys-iface-state: 'managed')
Oct 07 20:13:25 jazztarche-revengance dbus-broker-launch[1115]: Activation request for 'org.freedesktop.nm_dispatcher' failed.
Oct 07 20:13:25 jazztarche-revengance systemd[1]: Received SIGRTMIN+20 from PID 106093 (plymouthd).
Oct 07 20:13:25 jazztarche-revengance systemd[1]: Started Show Plymouth Reboot Screen.
Oct 07 20:13:25 jazztarche-revengance systemd[1]: Starting Tell Plymouth To Jump To initramfs...
Oct 07 20:13:25 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:25 jazztarche-revengance systemd[1]: systemd-logind.service: Deactivated successfully.
Oct 07 20:13:25 jazztarche-revengance systemd[1]: Stopped User Login Management.
Oct 07 20:13:25 jazztarche-revengance systemd[1]: Stopped target User and Group Name Lookups.
Oct 07 20:13:25 jazztarche-revengance systemd[1]: Finished Tell Plymouth To Jump To initramfs.
Oct 07 20:13:25 jazztarche-revengance wpa_supplicant[1181]: p2p-dev-wlan0: CTRL-EVENT-TERMINATING
Oct 07 20:13:25 jazztarche-revengance kernel: wlan0: deauthenticating from 3a:98:b5:b0:89:42 by local choice (Reason: 3=DEAUTH_LEAVING)
Oct 07 20:13:25 jazztarche-revengance kernel: leds 0005:057E:2007.000D:player4: Setting an LED's brightness failed (-110)
Oct 07 20:13:25 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:25 jazztarche-revengance wpa_supplicant[1181]: nl80211: send_event_marker failed: Source based routing not supported
Oct 07 20:13:25 jazztarche-revengance wpa_supplicant[1181]: wlan0: CTRL-EVENT-DISCONNECTED bssid=3a:98:b5:b0:89:42 reason=3 locally_generated=1
Oct 07 20:13:25 jazztarche-revengance wpa_supplicant[1181]: wlan0: CTRL-EVENT-DSCP-POLICY clear_all
Oct 07 20:13:25 jazztarche-revengance NetworkManager[1117]: <info>  [1728292405.4369] device (p2p-dev-wlan0): state change: disconnected -> unmanaged (reason 'unmanaged-link-not-init', sys-iface-state: 'removed')
Oct 07 20:13:25 jazztarche-revengance NetworkManager[1117]: <info>  [1728292405.4382] device (10:8E:E0:71:55:D7): state change: disconnected -> unmanaged (reason 'unmanaged-quitting', sys-iface-state: 'managed')
Oct 07 20:13:25 jazztarche-revengance dbus-broker-launch[1115]: Activation request for 'org.freedesktop.nm_dispatcher' failed.
Oct 07 20:13:25 jazztarche-revengance NetworkManager[1117]: <info>  [1728292405.4489] exiting (success)
Oct 07 20:13:25 jazztarche-revengance systemd[1]: NetworkManager.service: Deactivated successfully.
Oct 07 20:13:25 jazztarche-revengance systemd[1]: Stopped Network Manager.
Oct 07 20:13:25 jazztarche-revengance systemd[1]: NetworkManager.service: Consumed 4.289s CPU time, 13M memory peak, 2.1M memory swap peak.
Oct 07 20:13:25 jazztarche-revengance wpa_supplicant[1181]: wlan0: Removed BSSID 3a:98:b5:b0:89:41 from ignore list (clear)
Oct 07 20:13:25 jazztarche-revengance wpa_supplicant[1181]: wlan0: CTRL-EVENT-DSCP-POLICY clear_all
Oct 07 20:13:25 jazztarche-revengance wpa_supplicant[1181]: nl80211: deinit ifname=wlan0 disabled_11b_rates=0
Oct 07 20:13:25 jazztarche-revengance wpa_supplicant[1181]: wlan0: CTRL-EVENT-TERMINATING
Oct 07 20:13:25 jazztarche-revengance systemd[1]: wpa_supplicant.service: Deactivated successfully.
Oct 07 20:13:25 jazztarche-revengance systemd[1]: Stopped WPA supplicant.
Oct 07 20:13:25 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:25 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:25 jazztarche-revengance kernel: leds 0005:057E:2007.000D:player4: Setting an LED's brightness failed (-110)
Oct 07 20:13:26 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:26 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:26 jazztarche-revengance kernel: leds 0005:057E:2007.000D:player1: Setting an LED's brightness failed (-110)
Oct 07 20:13:26 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:27 jazztarche-revengance kernel: leds 0005:057E:2007.000D:player2: Setting an LED's brightness failed (-110)
Oct 07 20:13:27 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:27 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:27 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:27 jazztarche-revengance kernel: leds 0005:057E:2007.000D:player2: Setting an LED's brightness failed (-110)
Oct 07 20:13:27 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:28 jazztarche-revengance kernel: leds 0005:057E:2007.000D:player3: Setting an LED's brightness failed (-110)
Oct 07 20:13:28 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:28 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:28 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:28 jazztarche-revengance kernel: leds 0005:057E:2007.000D:player3: Setting an LED's brightness failed (-110)
Oct 07 20:13:28 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:29 jazztarche-revengance kernel: leds 0005:057E:2007.000D:player4: Setting an LED's brightness failed (-110)
Oct 07 20:13:29 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:29 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:29 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:29 jazztarche-revengance kernel: leds 0005:057E:2007.000D:player4: Setting an LED's brightness failed (-110)
Oct 07 20:13:29 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:30 jazztarche-revengance kernel: leds 0005:057E:2007.000D:player1: Setting an LED's brightness failed (-110)
Oct 07 20:13:30 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:30 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:30 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:30 jazztarche-revengance kernel: leds 0005:057E:2007.000D:player1: Setting an LED's brightness failed (-110)
Oct 07 20:13:31 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:31 jazztarche-revengance kernel: leds 0005:057E:2007.000D:player2: Setting an LED's brightness failed (-110)
Oct 07 20:13:31 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:31 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:31 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:31 jazztarche-revengance kernel: leds 0005:057E:2007.000D:player2: Setting an LED's brightness failed (-110)
Oct 07 20:13:32 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:32 jazztarche-revengance kernel: leds 0005:057E:2007.000D:player3: Setting an LED's brightness failed (-110)
Oct 07 20:13:32 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:32 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:32 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:32 jazztarche-revengance kernel: leds 0005:057E:2007.000D:player3: Setting an LED's brightness failed (-110)
Oct 07 20:13:33 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:33 jazztarche-revengance kernel: leds 0005:057E:2007.000D:player4: Setting an LED's brightness failed (-110)
Oct 07 20:13:33 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:33 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:33 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:33 jazztarche-revengance kernel: leds 0005:057E:2007.000D:player4: Setting an LED's brightness failed (-110)
Oct 07 20:13:34 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:34 jazztarche-revengance kernel: leds 0005:057E:2007.000D:player1: Setting an LED's brightness failed (-110)
Oct 07 20:13:34 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:34 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:35 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:35 jazztarche-revengance kernel: leds 0005:057E:2007.000D:player1: Setting an LED's brightness failed (-110)
Oct 07 20:13:35 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:35 jazztarche-revengance kernel: leds 0005:057E:2007.000D:player2: Setting an LED's brightness failed (-110)
Oct 07 20:13:35 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:35 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:36 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:36 jazztarche-revengance kernel: leds 0005:057E:2007.000D:player2: Setting an LED's brightness failed (-110)
Oct 07 20:13:36 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:36 jazztarche-revengance kernel: leds 0005:057E:2007.000D:player3: Setting an LED's brightness failed (-110)
Oct 07 20:13:36 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:36 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:37 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:37 jazztarche-revengance kernel: leds 0005:057E:2007.000D:player3: Setting an LED's brightness failed (-110)
Oct 07 20:13:37 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:37 jazztarche-revengance kernel: leds 0005:057E:2007.000D:player4: Setting an LED's brightness failed (-110)
Oct 07 20:13:37 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:37 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:38 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:38 jazztarche-revengance kernel: leds 0005:057E:2007.000D:player4: Setting an LED's brightness failed (-110)
Oct 07 20:13:38 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:38 jazztarche-revengance kernel: leds 0005:057E:2007.000D:player1: Setting an LED's brightness failed (-110)
Oct 07 20:13:38 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:39 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:39 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:39 jazztarche-revengance kernel: leds 0005:057E:2007.000D:player1: Setting an LED's brightness failed (-110)
Oct 07 20:13:39 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:39 jazztarche-revengance kernel: leds 0005:057E:2007.000D:player2: Setting an LED's brightness failed (-110)
Oct 07 20:13:39 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:40 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:40 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:40 jazztarche-revengance kernel: leds 0005:057E:2007.000D:player2: Setting an LED's brightness failed (-110)
Oct 07 20:13:40 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:40 jazztarche-revengance kernel: leds 0005:057E:2007.000D:player3: Setting an LED's brightness failed (-110)
Oct 07 20:13:40 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:41 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:41 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:41 jazztarche-revengance kernel: leds 0005:057E:2007.000D:player3: Setting an LED's brightness failed (-110)
Oct 07 20:13:41 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:41 jazztarche-revengance kernel: leds 0005:057E:2007.000D:player4: Setting an LED's brightness failed (-110)
Oct 07 20:13:41 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:42 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:42 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:42 jazztarche-revengance kernel: leds 0005:057E:2007.000D:player4: Setting an LED's brightness failed (-110)
Oct 07 20:13:42 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:43 jazztarche-revengance kernel: leds 0005:057E:2007.000D:player1: Setting an LED's brightness failed (-110)
Oct 07 20:13:43 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:43 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:43 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:43 jazztarche-revengance kernel: leds 0005:057E:2007.000D:player1: Setting an LED's brightness failed (-110)
Oct 07 20:13:43 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:44 jazztarche-revengance kernel: leds 0005:057E:2007.000D:player2: Setting an LED's brightness failed (-110)
Oct 07 20:13:44 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:44 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:44 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:44 jazztarche-revengance kernel: leds 0005:057E:2007.000D:player2: Setting an LED's brightness failed (-110)
Oct 07 20:13:44 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:45 jazztarche-revengance kernel: leds 0005:057E:2007.000D:player3: Setting an LED's brightness failed (-110)
Oct 07 20:13:45 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:45 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:45 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:45 jazztarche-revengance kernel: leds 0005:057E:2007.000D:player3: Setting an LED's brightness failed (-110)
Oct 07 20:13:45 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:46 jazztarche-revengance kernel: leds 0005:057E:2007.000D:player4: Setting an LED's brightness failed (-110)
Oct 07 20:13:46 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:46 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:46 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:46 jazztarche-revengance kernel: leds 0005:057E:2007.000D:player4: Setting an LED's brightness failed (-110)
Oct 07 20:13:47 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:47 jazztarche-revengance kernel: leds 0005:057E:2007.000D:player1: Setting an LED's brightness failed (-110)
Oct 07 20:13:47 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:47 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:47 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:47 jazztarche-revengance kernel: leds 0005:057E:2007.000D:player1: Setting an LED's brightness failed (-110)
Oct 07 20:13:48 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:48 jazztarche-revengance kernel: leds 0005:057E:2007.000D:player2: Setting an LED's brightness failed (-110)
Oct 07 20:13:48 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:48 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:48 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:48 jazztarche-revengance kernel: leds 0005:057E:2007.000D:player2: Setting an LED's brightness failed (-110)
Oct 07 20:13:49 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:49 jazztarche-revengance kernel: leds 0005:057E:2007.000D:player3: Setting an LED's brightness failed (-110)
Oct 07 20:13:49 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:49 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:49 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:49 jazztarche-revengance kernel: leds 0005:057E:2007.000D:player3: Setting an LED's brightness failed (-110)
Oct 07 20:13:50 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:50 jazztarche-revengance kernel: leds 0005:057E:2007.000D:player4: Setting an LED's brightness failed (-110)
Oct 07 20:13:50 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:50 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:51 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
Oct 07 20:13:51 jazztarche-revengance kernel: leds 0005:057E:2007.000D:player4: Setting an LED's brightness failed (-110)
Oct 07 20:13:51 jazztarche-revengance kernel: nintendo 0005:057E:2007.000D: Output queue is full
...

Past that, it repeats ad infinitum

Apteryks commented 20 hours ago

Does it consume 100% of a CPU core when that happens? If so, this is probably the same as what I reported in https://github.com/DanielOgorchock/joycond/issues/153