exelix11 / SysDVR

Stream switch games to your PC via USB or network
GNU General Public License v2.0
1.39k stars 91 forks source link

[Help] Cannot use USB mode on flatpak linux installation #296

Open GPSolo opened 2 weeks ago

GPSolo commented 2 weeks ago

Where do you get stuck ? After Installation and during Usage when trying to use the USB option, all other Options (Simple Network Mode, TCP Bridge) work just fine.

What's the error message you get ? I get these messages in the console and app:

Initialized SDL with opengl renderer
USB warning: Couldn't communicate with the console. Try entering a compatible game, unplugging your console or restarting it.
USB warning: Couldn't communicate with the console (libusb receive handshake failed, result: Timeout len: 0). Resetting the connection...
USB warning: Couldn't communicate with the console. Try entering a compatible game, unplugging your console or restarting it.
...

Setup information

Additional context I have added the udev rule from the guide, both using the automatic one-liner and the manual installation. I've tried different usbs, I'm using USB A to USB C. I've tried using flatseal to change the permissions of the app. I've used TCP Bridge, which works just fine. The game I'm trying to share is compatible. I've used lsusb to check if the device is there, it is as expected. I've noticed the USB device only shows up on the startup of the flatpak app, after clicking "Refresh USB Devices" it is no longer there. Is there something I missed?