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>
This commit is contained in:
47LeCoste 2025-07-16 20:13:36 +02:00 committed by GitHub
commit c32a55eabc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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