mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
Update ModemManager-Must-Be-Discarded.md
Signed-off-by: 47LeCoste <82815207+grugnoymeme@users.noreply.github.com>
This commit is contained in:
parent
c32a55eabc
commit
77bae8a9cb
1 changed files with 8 additions and 0 deletions
|
@ -55,6 +55,14 @@ sudo systemctl stop ModemManager
|
|||
sudo systemctl disable ModemManager
|
||||
sudo systemctl mask ModemManager
|
||||
```
|
||||
After doing this check if it has been masked with:
|
||||
`systemctl status ModemManager`
|
||||
If you'll get something like this, you've masked ModemManager and you will be ready to install and setup your pm3.
|
||||
```
|
||||
○ ModemManager.service
|
||||
Loaded: masked (Reason: Unit ModemManager.service is masked.)
|
||||
Active: inactive (dead)
|
||||
```
|
||||
|
||||
# Solution 3: use filtering udev rules
|
||||
^[Top](#top)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue