From 95779ea670d0f44e5d671c1321a45e9b2ff05c6c Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Fri, 11 Oct 2019 12:21:49 +1100 Subject: [PATCH] ubuntu.sh: No automatic removal of modemmanager --- Tools/setup/ubuntu.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/Tools/setup/ubuntu.sh b/Tools/setup/ubuntu.sh index 83e848ebb0..379b702356 100755 --- a/Tools/setup/ubuntu.sh +++ b/Tools/setup/ubuntu.sh @@ -136,9 +136,6 @@ if [[ $INSTALL_NUTTX == "true" ]]; then sudo usermod -a -G dialout $USER fi - # Remove modem manager (interferes with PX4 serial port/USB serial usage). - sudo apt-get remove modemmanager -y - # arm-none-eabi-gcc NUTTX_GCC_VERSION="7-2017-q4-major"