Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Controller immediately disconnects after connecting #194

Open
bfenty opened this issue Nov 15, 2021 · 2 comments
Open

Controller immediately disconnects after connecting #194

bfenty opened this issue Nov 15, 2021 · 2 comments

Comments

@bfenty
Copy link

bfenty commented Nov 15, 2021

I've successfully paired the controller to the dongle, as soon as the controller pairs, it throws an error and disconnets (and kills the service). Here's the output:

BEFORE connecting
`udo systemctl status xow
● xow.service - Xbox One Wireless Dongle Driver
Loaded: loaded (/etc/systemd/system/xow.service; enabled; vendor preset: enabled)
Active: active (running) since Mon 2021-11-15 17:39:27 CST; 6s ago
Main PID: 31986 (xow)
Tasks: 4 (limit: 18988)
Memory: 796.0K
CGroup: /system.slice/xow.service
└─31986 /usr/local/bin/xow

Nov 15 17:39:27 pop-os xow[31986]: 2021-11-15 17:39:27 DEBUG - Channel 36, power: 43
Nov 15 17:39:27 pop-os xow[31986]: 2021-11-15 17:39:27 DEBUG - Channel 40, power: 43
Nov 15 17:39:27 pop-os xow[31986]: 2021-11-15 17:39:27 DEBUG - Channel 44, power: 42
Nov 15 17:39:27 pop-os xow[31986]: 2021-11-15 17:39:27 DEBUG - Channel 48, power: 42
Nov 15 17:39:27 pop-os xow[31986]: 2021-11-15 17:39:27 DEBUG - Channel 149, power: 40
Nov 15 17:39:27 pop-os xow[31986]: 2021-11-15 17:39:27 DEBUG - Channel 153, power: 40
Nov 15 17:39:27 pop-os xow[31986]: 2021-11-15 17:39:27 DEBUG - Channel 157, power: 40
Nov 15 17:39:27 pop-os xow[31986]: 2021-11-15 17:39:27 DEBUG - Channel 161, power: 40
Nov 15 17:39:27 pop-os xow[31986]: 2021-11-15 17:39:27 DEBUG - Channel 165, power: 40
Nov 15 17:39:27 pop-os xow[31986]: 2021-11-15 17:39:27 INFO - Dongle initialized
`

AFTER connecting
`sudo systemctl status xow
● xow.service - Xbox One Wireless Dongle Driver
Loaded: loaded (/etc/systemd/system/xow.service; enabled; vendor preset: enabled)
Active: failed (Result: signal) since Mon 2021-11-15 17:39:38 CST; 2s ago
Process: 31986 ExecStart=/usr/local/bin/xow (code=killed, signal=ABRT)
Main PID: 31986 (code=killed, signal=ABRT)

Nov 15 17:39:27 pop-os xow[31986]: 2021-11-15 17:39:27 DEBUG - Channel 149, power: 40
Nov 15 17:39:27 pop-os xow[31986]: 2021-11-15 17:39:27 DEBUG - Channel 153, power: 40
Nov 15 17:39:27 pop-os xow[31986]: 2021-11-15 17:39:27 DEBUG - Channel 157, power: 40
Nov 15 17:39:27 pop-os xow[31986]: 2021-11-15 17:39:27 DEBUG - Channel 161, power: 40
Nov 15 17:39:27 pop-os xow[31986]: 2021-11-15 17:39:27 DEBUG - Channel 165, power: 40
Nov 15 17:39:27 pop-os xow[31986]: 2021-11-15 17:39:27 INFO - Dongle initialized
Nov 15 17:39:38 pop-os xow[31986]: terminate called after throwing an instance of 'InputException'
Nov 15 17:39:38 pop-os xow[31986]: what(): Error opening device: Permission denied
Nov 15 17:39:38 pop-os systemd[1]: xow.service: Main process exited, code=killed, status=6/ABRT
Nov 15 17:39:38 pop-os systemd[1]: xow.service: Failed with result 'signal'.`

here's the lsusb result for the dongle:

Bus 001 Device 020: ID 045e:02e6 Microsoft Corp. Wireless XBox Controller Dongle

@tjeulink
Copy link

tjeulink commented Mar 20, 2022

running xow with elevated privileges fixxed this for me, just fyi in case someone else runs into this (or you still need this info)

@hcen1997
Copy link

hcen1997 commented Jan 5, 2023

jast reboot work for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants