Stormageddon0

Results 10 comments of Stormageddon0

Using this at the end of the script restores control on my deck (oled) ``` function reset_controller { echo "0000:04:00.4" >/sys/bus/pci/drivers/xhci_hcd/unbind sleep 1 echo "0000:04:00.4" >/sys/bus/pci/drivers/xhci_hcd/bind } ``` ``` System...

As far as my investigation as gone, `0000:04:00.4` is the address of usb controller that the built-in steam controller is connected to on the oled steam deck. As far as...

@vaughnmonkey I have made pull request #19 containing this fix, though it finds the id for the USB controller instead of hardcoding the address. Can you verify that works on...

> Hi all, > > After months of postponing, I finally got to it, and I wanted to test if this was working as expected ... but unfortunately I couldn't...

hmm...I have tweaked various things like binding different firewall zones to different wifi connections,I also have a firewall rule for the vh usb client on my windows machine. sadly i...

@HelloThisIsFlo I have not had issues connecting with virtualhere while using the default 'public' firewall zone so far...

This commit uses the USB vendor and product ids to identify the controller. These ids do not change.

Have you had a chance to try it? @HelloThisIsFlo