From ed7eb6296bbac5afac15bfe5edab5ca0c7a5c37d Mon Sep 17 00:00:00 2001 From: Recolic Keghart <root@recolic.net> Date: Wed, 23 Feb 2022 20:31:10 +0800 Subject: [PATCH] add doc --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1be1659..69dee6a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ After installing level-2, you can actually enroll the machine. ## Install Level-1 -1. Install +1. Install `libsdbus-c++0 msalsdk-dbusclient msft-identity-broker` packages in this repo. +2. Install `microsoft-edge-dev-bin` from AUR. ## Install Level-2 and enroll @@ -41,3 +42,12 @@ Run `seahorse` to double-confirm your "login" keyring is not empty. It may ask y You are all set! +## FAQ and debug + +If your edge browser is not allowing you to login, check the following logs: + +1. Any error message in `journalctl --user -u msft-identity-broker.service`? +2. Any error message in `sudo journalctl -u msft-identity-device-broker.service`? +3. Run `seahorse` and is there Intune entries in your `login` keyring? +4. Run `ldd /usr/lib/libmsal_dbus_client.so`. Is there undefined reference? + -- GitLab