deteksi sound card dulu pake perintah alsaconf di terminal (sebagai root)
setting volume pake alsamixer
setelah disetting, jalankan alsactl store
--
Willy Sudiarto Raharjo
Registered Linux User : 336579
Web : http://www.informatix.or.id/willy
Blog : http://willysr.blogspot.com http://slackblogs.blogspot.com
Cek default soundcard;
# cat devices
# cat ioport
# cat modules
Konfigurasi/detect ulang;
# alsaconf
Atau modprobe
# modprobe snd_emu10k1
Untuk sb pci 128, kayaknya drivernya 'snd_emu10k1'
Terakhir setting volume/mixer;
# alsamixer
Cara alternatif;
Remove old alsa packages;
# cd /var/log/packages
# ls alsa*
# removepkg alsa*
Latest alsa driver, alsa lib, alsa utils here;
http://www.alsa-project.org/main/index.php/Main_Page
Smoga gak bingung..
Regards, Masrur.