From c32a55eabc80affa64857ccfa818564f0708592b Mon Sep 17 00:00:00 2001 From: 47LeCoste <82815207+grugnoymeme@users.noreply.github.com> Date: Wed, 16 Jul 2025 20:13:36 +0200 Subject: [PATCH] Update ModemManager-Must-Be-Discarded.md better mask than disable th ModemManager bc some services could force the activation also if it was "only" disabled.. If u mask it, u're gonna stay safe... I also added a comment to my .zshrc: # services masked: ModemManager so in case i'll need it in the future i can unmask it and i'll remember suddenly the status of it. Signed-off-by: 47LeCoste <82815207+grugnoymeme@users.noreply.github.com> --- .../ModemManager-Must-Be-Discarded.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/md/Installation_Instructions/ModemManager-Must-Be-Discarded.md b/doc/md/Installation_Instructions/ModemManager-Must-Be-Discarded.md index 5c9149826..458e45a02 100644 --- a/doc/md/Installation_Instructions/ModemManager-Must-Be-Discarded.md +++ b/doc/md/Installation_Instructions/ModemManager-Must-Be-Discarded.md @@ -47,12 +47,13 @@ On Archlinux: sudo pacman -R modemmanager ``` -# Solution 2: disable ModemManager +# Solution 2: mask ModemManager ^[Top](#top) ```sh sudo systemctl stop ModemManager sudo systemctl disable ModemManager +sudo systemctl mask ModemManager ``` # Solution 3: use filtering udev rules