You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,3 +134,19 @@ See AUTHORS for all authors and contact information.
134
134
135
135
License: GNU Lesser General Public License, version 3 or later; see COPYING
136
136
included in this archive for details.
137
+
138
+
FAQ
139
+
---
140
+
141
+
List all modem ports
142
+
~~~~~~~~~~~~~~~~~~~~
143
+
144
+
You can simply list all ttyUSB devices before and after pluging the modem in.
145
+
146
+
ls /dev/ttyUSB*
147
+
148
+
149
+
Device or resource busy error
150
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
151
+
152
+
Check running processes. The device could be occupied by another program or another instance of gsmmodem which is still running in the background. Run ``sudo lsof | grep tty``, try to locate the problematic process and ``sudo kill <PID>``.
0 commit comments