呵呵,Knoppix默认是禁止firewire的,你要用自动检测要给

启动参数 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"

请您先登陆,再发跟帖!