Skip to content

Commit 26faba4

Browse files
authored
simple FAQ
1 parent ae0afb6 commit 26faba4

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,3 +134,19 @@ See AUTHORS for all authors and contact information.
134134

135135
License: GNU Lesser General Public License, version 3 or later; see COPYING
136136
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

Comments
 (0)