summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/attachments/20120505/783fbb6e/attachment.ksh
blob: 2342217cb074bba8e01a5512d3ee34a4bca0f4cf (plain)
1
2
3
4
5
6
7
8
The classic bug sound tester is to run the following commands:

- "lspcidrake -v | fgrep -i AUDIO" will tell you which driver your card uses by default
- "grep sound-slot /etc/modprobe.conf" will tell you what driver it currently uses
- "/sbin/lsmod" will enable you to check if its module (driver) is loaded or not
- "/sbin/chkconfig --list sound" and "/sbin/chkconfig --list alsa" will tell you if sound and alsa services are configured to be run on initlevel 3
- "aumix -q" will tell you if the sound volume is muted or not
- "/sbin/fuser -v /dev/dsp" will tell which program uses the sound card.