Changes between Version 2 and Version 3 of troubleshooting
- Timestamp:
- 11/24/09 15:40:24 (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
troubleshooting
v2 v3 4 4 5 5 Here are the steps to activate the log in gsmd : 6 * edit the /usr/bin/x script 7 * in the function start_gsmd() replace this line : 6 * edit the /etc/init.d script 7 * in the line DAEMON_ARGS="-F", add "-l /tmp/gsmd.log". 8 You will get {{{DAEMON_ARGS="-F -l /tmp/gsmd.log"}}} 8 9 9 if you don't use the muxer (MUX=no):10 Restart gsmd and phone-kit: 10 11 {{{ 11 /usr/sbin/gsmd gsmd -p /dev/ttySAC0 -s 115200 -F -d 12 /etc/init.d/gsmd restart 13 killall phone-kit 12 14 }}} 13 by 14 {{{ 15 /usr/sbin/gsmd gsmd -p /dev/ttySAC0 -s 115200 -F -d -l /tmp/gsm.log 16 }}} 17 if you use the muxer, the line to replace is : 18 {{{ 19 /usr/sbin/gsmd gsmd -p $PTS -s 115200 -F -d 20 }}} 21 by 22 {{{ 23 /usr/sbin/gsmd gsmd -p $PTS -s 115200 -F -d -l /tmp/gsmd.log 24 }}} 15 25 16 The output will be located at /tmp/gsmd.log
