一開始安裝完...我檢查lsmod...還有其他可能有音效模組的地方!
發現並沒有alsa driver的蹤跡.....
所以我參考http://moto.debian.org.tw/viewtopic.php?t=1113&highlight=alsa
決定自行安裝alsa driver....
apt-get install kernel-source-2.4.25
apt-get install alsa-base
然後................照著教學做!........我在apt-get install alsa-source時我選用Ali5451這driver...
ok....到最後沒什麼問題...
然後我把/usr/src/modules/alsa-driver/debian/alsa-modules-2.4.25-1-386/lib/modules/2.4.25-1-386/alsa/內看到的module一個一個載入....
如下....
snd-ac97-codec
snd-mpu401-uart
snd-pcm
snd-seq-device
snd-seq-oss
snd
snd-page-alloc
snd-pnp
snd-seq-midi-event
snd-seq
snd-mixer-oss
snd-pcm-oss
snd-rawmidi
snd-seq-midi
snd-timer
載入這些都沒有錯誤訊息...只有載入snd-ali5451有問題!
- 代碼: 選擇全部
debian:~# modprobe snd-ali5451
/lib/modules/2.4.25-1-386/alsa/snd-ali5451.o: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
/lib/modules/2.4.25-1-386/alsa/snd-ali5451.o: insmod /lib/modules/2.4.25-1-386/alsa/snd-ali5451.o failed
/lib/modules/2.4.25-1-386/alsa/snd-ali5451.o: insmod snd-ali5451 failed
- 代碼: 選擇全部
debian:~# insmod snd-ali5451
Using /lib/modules/2.4.25-1-386/alsa/snd-ali5451.o
/lib/modules/2.4.25-1-386/alsa/snd-ali5451.o: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
lsmod也沒看到snd-ali5451...
try..
- 代碼: 選擇全部
debian:~# /etc/init.d/alsa start
Restoring ALSA mixer settings ... failed:
You may want to run 'alsactl restore' manually to view any errors.
debian:~# alsactl restore
alsactl: load_state:1134: No soundcards found...
唉..真不知道該怎麼辦!
我已經找遍google的許多討論文章了....
最後一次針對這問題發問...希望大家能抽空幫忙!
想看什麼訊息可以再提出來......謝謝!