mask modemmanager close #857
This commit is contained in:
parent
5de5e1e3eb
commit
eeffdd26dd
@ -92,6 +92,10 @@ install_packages()
|
|||||||
echo_error "Installation of Misc packages failed ($MISC)"
|
echo_error "Installation of Misc packages failed ($MISC)"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
# ModemManager interferes with klipper comms
|
||||||
|
# on buster it's installed as a dependency of mpv
|
||||||
|
# it doesn't happen on bullseye
|
||||||
|
sudo systemctl mask ModemManager.service
|
||||||
}
|
}
|
||||||
|
|
||||||
create_virtualenv()
|
create_virtualenv()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user