Changeset 1437


Ignore:
Timestamp:
03/20/07 14:15:17 (6 years ago)
Author:
mickey
Message:

oe/gsm: submit dmesg -n1 in gsmd start script to make sure

Location:
trunk/oe/packages/gsm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/oe/packages/gsm/files/gsmd

    r1410 r1437  
    2121start() { 
    2222        # FIXME add check whether GSM_POW is set at all, otherwise don't try to power on 
     23        # FIXME remove Neo1973 specifics here and catch up with OE upstream, once we're stable 
     24        dmesg -n1 
    2325        # Power on GSM device 
    2426        if [ -e "${GSM_POW}" ] 
     
    7375        if [ $RETVAL -eq 0 ] 
    7476        then 
    75             rm -f /var/lock/subsys/gsmd; 
     77            rm -f /var/lock/subsys/gsmd 
     78                if [ -e "${GSM_POW}" ] 
     79                then 
     80                        echo -n "Powering down GSM device..." 
     81                        echo "0" > ${GSM_POW} 
     82                        sleep 1 
     83                        echo "done" 
     84                fi 
    7685        fi 
    7786        return $RETVAL 
  • trunk/oe/packages/gsm/libgsmd_svn.bb

    r1410 r1437  
    55PROVIDES += "gsmd" 
    66PV = "0.0+svn${SRCDATE}" 
    7 PR = "r6" 
     7PR = "r7" 
    88 
    99SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gsm;proto=http \ 
Note: See TracChangeset for help on using the changeset viewer.