Acer 3400LMI manual Retval=$?

Page 55

F8­x86_64 on the Acer Ferrari 3400LMi

echo ­n "Starting SmartLink Modem driver: "

${PROG} ­­country=$SLMODEMD_COUNTRY $SLMODEMD_OPTS 2>&1 \

logger ­t ${PROG} & PID=`pidof ${PROG}` RETVAL=$?

[ $RETVAL ­eq 0 ] \

&& success $"${PROG} startup" \ failure $"${PROG} startup"

echo

[ $RETVAL ­eq 0 ] \

&& touch /var/lock/subsys/${PROG} return $RETVAL

}

stop() {

echo ­n "Shutting down SmartLink Modem driver: " killproc ${PROG}

RETVAL=$?

[$RETVAL ­eq 0 ] && rm ­f /var/lock/subsys/${PROG} echo

return $RETVAL

}

#See how we were called. case "$1" in

start) start

;;

stop) stop

;;

status)

status ${PROG} RETVAL=$?

;;

restartreload) stop start RETVAL=$?

;;

condrestart)

if [ ­f /var/lock/subsys/${PROG} ]; then stop

start RETVAL=$?

fi

;;

install)

install ­t ­m 755 $0 /etc/init.d/${PROG} &> /dev/null chkconfig ­­add ${PROG}

;;

*)

55

Image 55
Contents F8-x8664 on the Acer Ferrari 3400LMi Table of ContentsF8­x8664 on the Acer Ferrari 3400LMi Version IntroductionQuick reference guide Hardware Status Details Disk size InstallationGraphical installer Potential pitfallsHard drive Ieee 1394 FirewireUpgrading the drive # time cp ­rp /media/ieee1394disk/430MBfolder ~ Potential problemsComments Configuring FirewirePC-card In-1 Card readerSpecial keys & buttons Key-codes Configuration procedureScan-codes Button Key-code Default X key symbolsLinux key-codes WWW Key-codes revisited= XF86WWW CPU & Acpi support Configure actionsBasics GraphicsSuspend CPU frequency scalingDual-Head Simple configurationRadeon driver # xrandr ­q Screen 0 minimum Virtual screen sizeFn-F5 button Xrandr tool10.3 3D acceleration Optimization Simple benchmarkOther observations Initialization TV-outLoad detection Ntsc or PALTouch-pad Wireless NICWlan tools Installing WlanWlan firmware Manual way Get started with WlanEssid # iwconfig wlan0 essid Perspektiv Verify installation BluetoothGUI way UP Running Pscan Using a phone modemPrepare the laptop Prepare the phoneObex File Transfer 0x1106 Protocol Descriptor List Short explanation of the command above Static configurationDynamic routine AT+CGDATA=PPP,1 GprsMouse & keyboard KBluetoothInstallation Sending filesScan for devices Mouse & keyboardLock screen Infrared Configuring IrDATransfer files DMA IRQModem Testing IrDAInstalling daemon SLMODEMDDEVICE= SLMODEMDCOUNTRY=SWEDENConnecting Potential issueDisconnecting System hang ReferencesF8­x8664 on the Acer Ferrari 3400LMi Appendix a /etc/X11/xorg.conf XAA INTERNAL=LVDS Appendix B dual­head.shNtsc ACTION=$1­$DEFAULTACTION CURNDX=$CURNDX­$INTNDX CURRENT=$ALLOUT$CURNDX Lvds NEXT=$CURRENT LVDS+VGA­0Internal internal Tvout Usage Esac Appendix C dun­bind.sh F8­x8664 on the Acer Ferrari 3400LMi RETVAL=0 $CONFIGSLMODEMDOPTS=$SLMODEMDOPTS $SLMODEMDDEVICE RETVAL=$? F8­x8664 on the Acer Ferrari 3400LMi