tty2006-08-01 00:24:40
启动参数 firewire

from /etc/rcS.d/S00knoppix-autoconfig
======================
# Firewire enable
if ! checkbootparam "firewire"; then
echo " ${BLUE}Skipping Firewire detection - add "firewire" if needed.${NORMAL}"
else
if ! checkbootparam "bootfirewire"; then
echo " ${BLUE}Firewire detection as requested on boot commandline.${NORMAL}"
# We now try to load the firewire module
modprobe ieee1394 >/dev/null 2>&1
fi
FOUNDFIREWIRE=""
FIREWIREREINIT="yes"
if stringinfile ohci1394 /proc/modules; then
FOUNDFIREWIRE="yes"