|
|

楼主 |
发表于 2009-8-11 17:25:29
|
显示全部楼层
Post by zzwzzw;2015022
当然需要首先在内核核编译成模块,加入/etc/modules.autoload.d/kernel-2.6只是为了系统启动时装载,我的貌似只需要加snd-intel8x0这个模块就可以正常使用了。
编译内核是选择y,好像就可以不比在这加载了吧?
下面是我的升级提示。- * Messages for package media-libs/alsa-lib-1.0.19:
- * Starting from alsa 1.0.11_rc3 the configuration for dmix is changed.
- * Leaving around old asound.conf or ~/.asoundrc might make all apps
- * using ALSA output crash.
- * Note that dmix output is enabled by default on the 'default' device
- * since ALSA 1.0.9.
- *
- * Please try in-kernel ALSA drivers instead of the alsa-drivers ebuild.
- * If alsa-drivers works for you where a *recent* kernel does not, we want
- * to know about this. Our e-mail address is alsa-bugs@gentoo.org
- * However, if you notice no sound output or instability, please try to
- * upgrade your kernel to a newer version first.
- * Messages for package media-sound/alsa-utils-1.0.19-r2:
- * To take advantage of the init script, and automate the process of
- * saving and restoring sound-card mixer levels you should
- * add alsasound to the boot runlevel. You can do this as
- * root like so:
- * # rc-update add alsasound boot
- * The script will load ALSA modules, if you choose to use a modular
- * configuration. The Gentoo ALSA developers recommend you to build
- * your audio drivers into the kernel unless the device is hotpluggable
- * or you need to supply specific options (such as model= to HD Audio).
- * Automated unloading of ALSA modules is deprecated and unsupported.
- * Should you choose to use it, bug reports will not be accepted.
复制代码 有几个问题想请教一下:
1。dmix是什么?
2。 # rc-update add alsasound boot
The script will load ALSA modules, if you choose to use a modular
* configuration. The Gentoo ALSA developers recommend you to build
* your audio drivers into the kernel unless the device is hotpluggable
* or you need to supply specific options (such as model= to HD Audio).
* Automated unloading of ALSA modules is deprecated and unsupported.
* Should you choose to use it, bug reports will not be accepted.
是不是说如果用选项y编译进内核,就不需# rc-update add alsasound boot。
而且它推荐编译进内核?
谢谢 |
|