|
|
发表于 2004-5-6 13:01:40
|
显示全部楼层
最初由 whblackhorse 发表
um,really?
but after i emerging alsa-utils, i still can not find alsa under
/etc/modules.d
难道没有,alsa-lib有没有安装,按理说alsa-utils是依赖于alsa-lib。我确信在alsa-utils的ebuild里最后有这么一段话:
- echo
- einfo "The alsasound initscript is now provided by alsa-utils"
- einfo "instead of alsa-driver for compatibility with kernel-sources"
- einfo "which provide ALSA internally."
- echo
- einfo "To take advantage of this, and automate the process of"
- einfo "loading and unloading the ALSA sound drivers as well as"
- einfo "storing and restoring sound-card mixer levels you should"
- einfo "add alsasound to the boot runlevel. You can do this as"
- einfo "root like so:"
- einfo " # rc-update add alsasound boot"
- echo
- einfo "You will also need to edit the file /etc/modules.d/alsa"
- einfo "and run modules-update. You can do this like so:"
- einfo " # nano -w /etc/modules.d/alsa && modules-update"
- echo
复制代码 |
|