Changes between Version 2 and Version 3 of troubleshooting

Show
Ignore:
Timestamp:
11/24/09 15:40:24 (10 months ago)
Author:
Deubeuliou (IP: 82.66.246.250)
Comment:

new way of getting gsmd logs

Legend:

Unmodified
Added
Removed
Modified
  • troubleshooting

    v2 v3  
    44 
    55Here 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". 
     8You will get {{{DAEMON_ARGS="-F -l /tmp/gsmd.log"}}} 
    89 
    9 if you don't use the muxer (MUX=no): 
     10Restart gsmd and phone-kit: 
    1011{{{ 
    11 /usr/sbin/gsmd gsmd -p /dev/ttySAC0 -s 115200 -F -d 
     12/etc/init.d/gsmd restart 
     13killall phone-kit 
    1214}}} 
    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 
    2516The output will be located at /tmp/gsmd.log