i have quectel EC 25 modem in my pc. i am using ubuntu 16.04 OS. while using minicom it showing this minicom: cannot open /dev/ttyUSB3: Device or resource busy error.
Asked
Active
Viewed 5,177 times
1 Answers
3
You have two options:
Use
minicomwithsudo.Add your user to the
dialoutgroup bysudo usermod -aG dialout $USER
Logout and login. After that you'll be able to reach your modem without sudo.
Pilot6
- 92,169
-
With Mobian on the PinePhone, my user was already added to the dialout group after installing minicom. However logging out or restarting the device did not fix the issue. I had to use sudo. – baptx Aug 06 '24 at 18:54