|
|
我的make.conf如下:
cat /etc/make.conf
# These settings were set by the catalyst build script that automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-O3 -pipe"
CHOST="x86_64-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
LINGUAS="zh_CN"
ACCEPT_KEYWORDS="~amd64 amd64 ~x86 x86"
USE="cjk -qt"
PORTDIR_OVERLAY="/usr/local/portage"
ALSA_CARDS="via82xx"
声卡是这样的:
~ # lspci -v |grep audio
0000:00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 60)
错误信息
~ # /etc/init.d/alsasound restart
* Storing ALSA Mixer Levels ...
/usr/sbin/alsactl: save_state:1163: No soundcards found... [ !! ] * Unloading ALSA ... [ ok ] * Unloading ALSA modules ... [ ok ] * Loading ALSA modules ...
* Could not detect custom ALSA settings. Loading all detected alsa drivers.
* Loading: snd_via82xx ...
WARNING: Could not open '/lib/modules/2.6.13-gentoo/kernel/sound/drivers/mpu401/snd-mpu401-uart.ko': No such file or directory
WARNING: Error inserting snd_pcm (/lib/modules/2.6.13-gentoo/alsa-driver/acore/snd-pcm.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_ac97_codec (/lib/modules/2.6.13-gentoo/alsa-driver/pci/ac97/snd-ac97-codec.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting snd_via82xx (/lib/modules/2.6.13-gentoo/alsa-driver/pci/snd-via82xx.ko): Unknown symbol in module, or unknown parameter (see dmes [ !! ] * Loading: snd-seq ...
WARNING: Error inserting snd_seq_device (/lib/modules/2.6.13-gentoo/alsa-driver/acore/seq/snd-seq-device.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting snd_seq (/lib/modules/2.6.13-gentoo/alsa-driver/acore/seq/snd-seq.ko): Unknown symbol in module, or unknown parameter (see dmesg) [ !! ] * ERROR: Failed to load necessary drivers [ ok ] * Restoring Mixer Levels ...
* No mixer config in /etc/asound.state, you have to unmute your card! [ ok ]
~ # |
|