alias parport_lowlevel parport_pc
options parport_pc io=0x378,0x278 irq=7,auto
# alias sound-slot-0 via82cxxx_audio //remark this line, this is default audio driver
# ====== added those lines =============
alias char-major-116 snd
options snd major=116 cards_limit=1
# --- Intel 8x0 and SiS 7012 ----------
alias snd-card-0 snd-intel8x0
options snd-intel8x0 index=0 id="ICH"
# --- Via8233 and Via686A/B -------------------
# alias snd-card-0 snd-via82xx
# options snd-via82xx index=0 id="VIA"
# ------------------------------------------------------
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
# =================================
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :
alias eth0 tulip
就事把
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
插到你对应芯片的底下
如我的芯片是i8x0的,就接在
options snd-card-intel8x0 snd_index=0 snd_id="ICH"
的底下
via的类同