From 0c0b261ff2805f48165ed30fc20bfa01a56116a2 Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Tue, 17 Sep 2019 13:10:34 +1000 Subject: [PATCH] ubuntu.sh - remove modemmanager --- Tools/setup/ubuntu.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Tools/setup/ubuntu.sh b/Tools/setup/ubuntu.sh index 145bf773c3..9a650bf459 100755 --- a/Tools/setup/ubuntu.sh +++ b/Tools/setup/ubuntu.sh @@ -148,7 +148,9 @@ if [[ $INSTALL_NUTTX == "true" ]]; then # add user to dialout group (serial port access) sudo usermod -a -G dialout $USER - + + # 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"