-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
bluetooth headset (a2dp_sink) and webcam are disabled in xrdp session #2187
Comments
The bluetooth problem was caused by the login manager (sddm in this case) grabbing the bluetooth device during boot, which blocked it from being an a2dp_sink candidate. This was solved by creating the following file on the server (laptop) and ensuring it contained these contents:
This should be identical to the contents of this file provided by Ubuntu package maintainers:
And, it can be copied from there, if you prefer:
This allows me to use the bluetooth headset (TOZO-NC9) for audio in and out. However, the webcam is still not present. Any ideas? Thanks! 😄 |
Sharing the webcam isn't supported - it's not clear to me whether we'd need [MS-RDPEV] or [MS-RDPEUSB] support for that, but we don't do either. The sound works fine as that's a separate virtual channel which has been in the RDP specification for ages. HTH, |
Thanks, @matt335672. Sounds like this issue will be closed as "unsupported" or "won't fix". 😄 Do you have any plans of adding support for |
Hi @trevorbowen No, we don't have any current plans for this. We're a small team, and we're currently fully supported implementing GFX support and fixing some structural issues related to systemd. Never say never, though. I can assure you it won't be very soon, but other than that I can't promise anything. |
Thanks, @matt335672! Insight into your team's plans is much appreciated. Thanks! |
Hi,
I'm running Ubuntu 20.04 on both a client and server (laptop), and I am able to use bluetooth earbuds (TOZO-NC9) and a USB Logitech webcam with Microsoft Teams, when directly logged in a KDE-Plasma desktop environment on the server (laptop). However, if I xRDP into the server with KDE-Plasma, the bluetooth headset is forced into the "headset" (HSP/HFP) profile. Whether I use the bluetooth GUI or cli, I am unable to change the bluetooth profile to A2DP:
Similarly, the Logitech webcam is completely absent. The "Camera" and "Microphone" fields are both stuck on "None", and there are no other options.
I have physical access to both machines. I would be happy if both the bluetooth earbuds and webcam were managed on the server (laptop) - not shared or effected in any way, as if I was logged directly into it. Otherwise, is there some way to share both devices to the client, so it can have full access to them?
I'm happy to share logs, if it will help.
Thanks!
The text was updated successfully, but these errors were encountered: