|
|
IBM T43的笔记本
重新emerge --sync,然后emerge -e system, 配置并编译kernel到2.6.16-gentoo-r9这个版本后(把snd等和声卡相关的东东都配置为了M,这样对么?)
emerge alsa-utils后用alsaconf,再
#modules-update
# rc-update add alsasound boot
可是reboot和启动的时候都报以下的错误:
Recaching dependency info (mtimes differ)
Counld not get dependency info for alsasound
Please run
#/sbin/depscan.sh
to try to fix this
可是运行这个
#/sbin/depscan.sh
没有任何作用啊,下次启动还是照旧报这个错误。
但是启动后lsmod,看各个module是正确挂上了,并且
# cat /dev/urandom > /dev/dsp
有声音发出,证明声卡正确的被加载了。
可是上面的哪个错误是什么原因呢?难道是gentoo的bug? |
|