Johannes Baiter
Johannes Baiter
Please check if you have write access to at least one of the `/dev/hidraw*` devices: ``` for dev in /dev/hidraw*; do test -w $dev && echo '$dev is writable' ||...
Check your audio settings, haptics are sent as an audio stream over the USB Audio Device the DualSense is offering. Check if the device is muted, if the volume is...
Mic isn't implemented in Chiaki yet. I cannot recall ever seeing the `cannot set freq` error during development, it looks like it fails to set the desired sampling rate on...
- Can you enable debug logging and upload the log for one of the freezing sessions somewhere? - Can you still play on the console itself, even if the remote...
This looks identical to the log posted by @streetpea, everything is chugging along nicely, and then suddenly Chiaki no longer gets heartbeats from the PS5 and packets sent over Takion...
Thanks for uploading the log, that gives us a bit more to work with! From a superficial reading, the situation looks as follows: - `17:16:16:238238`: First Takion packet (`seqnum=0x6ee2ad3f`) doesn't...
Hypothesis: There's a complete connection loss between the Deck and the PS5 starting at `17:16:15:296296` (first congestion control packet with 0 received packets) and resolving itself at `17:16:42:950950` (first packets...
Maybe the NetworkManager logs are enough, could you try that first after the next freeze? And yeah, the network would be my first suspect in this case!
> @jbaiter would #123 allow for multiple consoles to be used simultaneously? I *think* it would, but not 100% certain. @afrozenpeach does it work with the official app? Can you...
Thanks for testing, so even when using two PSN accounts with the official app two concurrent sessions are not possible if both consoles are behind the same NAT?