Changeset 172

Show
Ignore:
Timestamp:
07/31/08 16:43:35 (4 months ago)
Author:
ken
Message:

need to remountrw for a bit to echo out the card id to a file

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Pyramid/dist/etc/init.d/cellular-modules

    r167 r172  
    2222                        CARDEXISTS="TRUE" 
    2323                        echo $CARDEXISTS 
     24                        /sbin/remountrw 
    2425                        echo "0x"$VENDORID "0x"$PRODUCTID > $IDFILE  
     26                        /sbin/remountro 
    2527                        modprobe usbserial vendor=0x$VENDORID product=0x$PRODUCTID 
    2628                        exit