|
发表于 2007-3-27 10:38:41
|
显示全部楼层
在rc.conf后面,有一个启动时加载的服务
你在里面加一个alsa就行了#
# -----------------------------------------------------------------------
# DAEMONS
# -----------------------------------------------------------------------
#
# Daemons to start at boot-up (in this order)
# - prefix a daemon with a ! to disable it
# - prefix a daemon with a @ to start it up in the background
#
DAEMONS=(!syslog-ng !hotplug !pcmcia @network !netfs !crond @alsa hal fam gdm @samba) |
|