alias snd-card-0 snd-card-x
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
options snd snd_major=116 snd_cards_limit=1 snd_device_mode=0666
(接上行)snd_device_gid=0 snd_device_uid=0
options snd-card-x snd_index=0 snd_id=CARD_0 snd_mpu_port=0x300
(接上行)snd_joystick=0x300 snd_pbk_frame_size=128 snd_cap_frame_size=64
# ---END: Generated by ALSACONF, do not edit. ---
重新启动系统后,系统启动声卡失败,并提示snd-card-x模块不存在,由于我将上述内容修改如下:
# --- BEGIN: Generated by ALSACONF, do not edit. ---
# --- ALSACONF verion 0.4.3b ---
alias char-major-116 snd
alias snd-card-0 snd-card-via686a
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
options snd snd_major=116 snd_cards_limit=1 snd_device_mode=0666
(接上行)snd_device_gid=0 snd_device_uid=0
options snd-card-via686a snd_index=0 snd_id=CARD_0 snd_mpu_port=0x300
options snd_joystick=0x300 snd_pbk_frame_size=128 snd_cap_frame_size=64
# ---END: Generated by ALSACONF, do not edit. ---
重新启动系统后,声卡启动正常,可能你还听不到声音,因为声卡默认情况下音量为0,启动任务栏上混音器(kmid)调节音量,然后打开X11Amp播放Mp3,将音量调节适中后(X11Amp默认情况下音量也为0),你听到优美的音乐了。
以上在Bluepoint 2.0中编译成功,希望对大家有所帮助。
但每次启动系统后,均需调节音量,由于本人属于新手,还望哪位高手指点如何保存音量设置,在此表示感谢。