Showing posts with label Ubuntu. Show all posts
Showing posts with label Ubuntu. Show all posts

Friday, December 6, 2024

Linux Ubuntu: Microsoft Teams screen sharing issue in Edge browser

Recently after a Microsoft Edge browser update from 130.0.2849.80-1, users were facing issues when trying to share screen/window during their meetings in Microsoft Teams. However they were only able to share a tab from Edge.If they select screen/windows then they get this error message.

Your video isnt working

We couldnt access your camera.

It turns off their camera and nothing is shared.

This is also reported here - https://answers.microsoft.com/en-us/msteams/forum/all/mycrosoft-teams-stop-sharing-screen-in-new-version/53307f01-50fa-4827-97b3-9a188b3e2f5f

The simple solution was to revert to older version.

sudo apt install microsoft-edge-stable=130.0.2849.80-1

Update: This issue is fixed in latest version 131.0.2903.86-1. Users are able to  share their entire screen without Teams turning off webcam.

Tuesday, June 11, 2024

Intune - Linux Intune app shows Something went wrong [1001] while registering

 login in Intune app in Ubuntu 22.04 and click Register shows an error after a while "Something went wrong. [1001]"

Image
Run below command in terminal and reproduce the issue on the device again.

journalctl --user -f -u microsoft-identity-broker. service

Found the below error in the logs -

Jul 02 12:39:37 microsoft-identity-broker[2719976]: Caused by: com.microsoft.identity.broker4j.workplacejoin.exception.DrsErrorResponseException: {"code":"invalid_request","subcode":"error_directory_quota_exceeded","message":"User 'aef5db22-07a6-40ee-9f7e-20' is not eligible to enroll a device of type 'Linux'. Reason 'DeviceCapReached'.","operation":"DeviceJoin","requestid":"08e0c4a1-e0d4-4a1f-bad9-101f3549aba6"}

From the logs, we can see that this user is not eligible to enrol his device because the maximum limit to register devices has already reached.

Remove any stale devices for the end user in Intune portal and retry registration again.