diff options
Diffstat (limited to 'zarb-ml/mageia-dev/attachments/20120505/783fbb6e/attachment-0002.ksh')
-rw-r--r-- | zarb-ml/mageia-dev/attachments/20120505/783fbb6e/attachment-0002.ksh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/attachments/20120505/783fbb6e/attachment-0002.ksh b/zarb-ml/mageia-dev/attachments/20120505/783fbb6e/attachment-0002.ksh new file mode 100644 index 000000000..2342217cb --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20120505/783fbb6e/attachment-0002.ksh @@ -0,0 +1,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. |