-
Notifications
You must be signed in to change notification settings - Fork 7
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
USB Device resetting and doesn't come back on quit #15
Comments
Some more info: Resetting the USB controllers by echoing the bus ID to Re-launching DeckPad using the touchscreen actually still works perfectly! VirtualHere is definitely closing - I can see the process matching the |
No worries at all for re-opening. I closed the other one because the person experiencing the issue had factory reset their steamdeck, so we couldn't reproduce. If it's happening to you too, and others as well apparently, it's good you filed an issue. Also, I appreciate the investigate you've done already. I'm just looking at this now, as you can see from the pace of bug-fixes I don't have much time to dedicate to this project, but I'll spend some time here and there to try to fix this one. No ETA obviously. I'm re-installing deckpad on my steam deck atm, after the latest update (haven't used in a while), I'll see if I can reproduce locally. Also regarding #1, I've now added the instructions to the readme ✅, thanks for letting me know it solved the problem for you too 👍 |
Using this at the end of the script restores control on my deck (oled)
|
Oh great. Thanks @joshwiker14 What does |
As far as my investigation as gone, There is a caveat though, i'm not entirely sure if these addresses are stable. If the usb controllers switch addresses for some reason, the script would reset the wrong usb controller, potentially interfering with other devices plugged into the steam deck. I don't have an lcd deck, so I'm not able to see if this works on it. Hopefully the lcd deck also uses the same address or has another usb controller dedicated to just the steam controller. Perhaps a better solution would locate the steam controller first, and select the associated usb controller, or maybe there is another way to restore the steam controller after virtual here releases it. |
Thanks for the explanation @joshwiker14. Yes if we can derive it from the name, similarly to how I get the Maybe I'll look into it at some point, but you're very welcome to submit a PR. |
is there any progress on this? Because I'm on the LCD steam deck and am having the same issue of the deck not resetting the inputs. If y'all know what I should look for I can give data from my deck. |
I tried this fix and it also worked for my LCD Steamdeck without any changes to the "0000:04:00.4" address. |
@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 your lcd deck? Perhaps @HelloThisIsFlo will merge it after more testing. |
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 get Deckpad to run at all. Even on the main branch. I haven't used it for months, so I'm on a fresh setup, I've followed my own README, but it never appears on the PC side of things. Anyone experienced the same issue by any chance? Do you know if there's a fix? |
I just tested, and i experienced the same issue. I was able to fix it by allowing tcp port 7575 through the steamdeck firewall. I have noticed some steam deck upgrades resetting the firewall configuration. |
Ah cool. Thanks for the update @Stormageddon0 Unfortunately, I tried Did you do anything else? |
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 dont currently have time to reset my steam deck and test for at least a few days. in the mean time, turning on firewall logging or inspecting the wifi traffic with wireshark may be helpful. |
@Stormageddon0 That's perfectly fair. Thanks for the input nonetheless. Maybe the rule on the client side could be something to explore, I'll try this out when I can give it some time |
Hello! DeckPad works great for me but I am having one small issue and wonder if anyone else has any ideas?
I think this might be similar to closed Issue #9, so apologies for re-opening. It's happening on my deck as well. Feels like it might be a VirtualHere bug but I'm not sure.
Before launching DeckPad, steam controller is visible in various places:
I am able to see the touchpad data streams if I do something similar to:
sudo cat /dev/input/by-id/usb-Valve_Software_Steam_Deck_Controller_MEDA21501215-if01-mouse
Then I launch DeckPad and all the entries disappear when VirtualHere takes over the capture. The device works great remotely.
Quit DeckPad, and the entries momentarily re-appear, but immediately disappear again.
I'm not sure if VirtualHere puts logs anywhere but will keep looking. Otherwise DeckPad works great and normal function is restored after a reboot. I did have the issue where the touchscreen input isn't registered, but that was solved by adding the default action set per Issue #1 .
The text was updated successfully, but these errors were encountered: