You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When installing SysDVR on Arch Linux, the USB Stream does not work.
To Reproduce
Download Flatpak version of sysDVRClient for linux
Install SysDVRClient via sudo flatpak install /home/borret/Downloads/SysDVR-Client-Linux-x64.flatpak
Ensure SysDVR is running on Switch
install dependencies via sudo pacman -S libusb
install udev rules via sudo wget https://raw.githubusercontent.com/exelix11/SysDVR/master/Client/Platform/Linux/sysdvr.rules -O /etc/udev/rules.d/99-sysdvr.rules && sudo udevadm control --reload-rules
Ensure switch is being detected as USB Device via lsusb and see Bus 001 Device 024: ID 18d1:4ee0 Google Inc. Nexus/Pixel Device (fastboot) (The Switch as Android device)
run SysDVRClient in terminal via flatpak run com.github.exelix11.sysdvr
In the client, click USB mode, unplug and replug switch into usb port
See error in console: libusb: error [get_usbfs_fd] File doesn't exist, wait 10 ms and try again libusb: error [get_usbfs_fd] libusb couldn't open USB device /dev/bus/usb/001/024, errno=2
Expected behavior
Error does not enter console and streaming via USB begins.
Setup information
PC Os: Arch Linux KDE Plasma
Console Firmware: 19.0.1
Custom firmware name and version: Atmosphere 1.8.0
SysDVR version: 6.1.1
Additional context
This would likely not be a Switch issue, as i've ran SysDVR on different OSs with the same switch perfectly fine. The Switch is also found connected via USB as the wiki says with the name.
Without unplugging and replugging the console in on the "refresh device list" UI no errors are shown in the console after pressing the button, but streaming still does not commence.
Another attempt at repair I did was running flatpak override com.github.exelix11.sysdvr --device=all which did not work. This can be undone via reinstall or via flatpak override --reset com.github.exelix11.sysdvr
The text was updated successfully, but these errors were encountered:
Describe the bug
When installing SysDVR on Arch Linux, the USB Stream does not work.
To Reproduce
sudo flatpak install /home/borret/Downloads/SysDVR-Client-Linux-x64.flatpak
sudo pacman -S libusb
sudo wget https://raw.githubusercontent.com/exelix11/SysDVR/master/Client/Platform/Linux/sysdvr.rules -O /etc/udev/rules.d/99-sysdvr.rules && sudo udevadm control --reload-rules
lsusb
and seeBus 001 Device 024: ID 18d1:4ee0 Google Inc. Nexus/Pixel Device (fastboot)
(The Switch as Android device)flatpak run com.github.exelix11.sysdvr
libusb: error [get_usbfs_fd] File doesn't exist, wait 10 ms and try again libusb: error [get_usbfs_fd] libusb couldn't open USB device /dev/bus/usb/001/024, errno=2
Expected behavior
Error does not enter console and streaming via USB begins.
Setup information
Additional context
This would likely not be a Switch issue, as i've ran SysDVR on different OSs with the same switch perfectly fine. The Switch is also found connected via USB as the wiki says with the name.
Without unplugging and replugging the console in on the "refresh device list" UI no errors are shown in the console after pressing the button, but streaming still does not commence.
Another attempt at repair I did was running
flatpak override com.github.exelix11.sysdvr --device=all
which did not work. This can be undone via reinstall or viaflatpak override --reset com.github.exelix11.sysdvr
The text was updated successfully, but these errors were encountered: