Remmina not working with Windows 10 RDP anymore
Remmina not working with Windows 10 RDP anymore
Hi guys, Remmina won't connect to a windows 10 PC via RDP anymore. It worked until I upgraded to Fedora 39 (I think, maybe its something different though). I cannot see anything in the logs indicating what the error might be. I tried messing with the settings, particularly the TLS and Gateway ransport type settings, but that didn't change anything. It is not timing out eigher, the disconnect is nearly instant.
had issues with Remmima and Win 10 last week - worked around it by using xfreerdp directly at the command line. this is what I use from a linux command line to set the resolution and sound (audio-mode:1 is same as Remmima local sound, or supposed to be)
xfreerdp /w:1680 /h:1050 /u:<username> /audio-mode:1 /v:<ip address> /sound /microphone
this keeps all audio local on the system, which is what I need.
Remmima was working fine until I messed with the settings to see if I could have both local and remote audio with RDP (you can't) and then I could not get the local audio back no matter what I did - tried deleting profile, reinstalling, etc. Nothing worked until invoking xfreerdp directly. Been flawless since then.
I'll try that later today
great - I'd be interested to hear if this works for you.