1. 声卡没声
声卡是intel 的i81_audio
在modprobe.conf中加了这么一段:
alias char-major-14 soundcore
alias sound snd-intel8x0
alias sound-slot-0 snd-intel8x0
alias snd-card-0 snd_intel8x0
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
install snd-intel8x0 /sbin/modprobe --ignore-install sound-slot-0 && { /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1; /bin/true; }
remove snd-intel8x0 /sbin/modprobe -r --ignore-remove sound-slot-0 && { /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1;/bin/true; }
然后用modprobe sound出现错误:
FATAL: Module snd_intel8x0 not found.
FATAL: Error running install command for snd_intel8x0
没找到声卡模块!!
怎么解决???
2. 不能挂载windows文件系统
#mount -t vfat /dev/hda6 /mnt/windows
提示出错:
mount: wrong fs type, bad option, bad superblock on /dev/hda6,
or too many mounted file systems
这是什么原因? ???