Here is some outputs
Code: Select all
$ lsmod | grep 'snd'
snd_hda_codec_hdmi 25590 1
snd_hda_codec_realtek 30851 1
snd_hda_intel 24209 7
snd_hda_codec 100852 3 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel
snd_hwdep 5213 1 snd_hda_codec
snd_pcm 60443 4 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
snd_page_alloc 6218 2 snd_pcm,snd_hda_intel
snd_timer 15485 1 snd_pcm
snd 48467 20 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_hda_codec,snd_hda_intel
Code: Select all
$ amixer
Simple mixer control 'Master',0
Capabilities: pvolume pswitch pswitch-joined
Playback channels: Front Left - Front Right
Limits: Playback 0 - 65536
Mono:
Front Left: Playback 30129 [46%] [on]
Front Right: Playback 30129 [46%] [on]
Simple mixer control 'Capture',0
Capabilities: cvolume cswitch cswitch-joined
Capture channels: Front Left - Front Right
Limits: Capture 0 - 65536
Front Left: Capture 8251 [13%] [on]
Front Right: Capture 8251 [13%] [on]Code: Select all
aplay -v < /dev/urandomCode: Select all
$ lspci | grep 'Audio'
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)Code: Select all
$ alsactl init
Found hardware: "HDA-Intel" "Intel CougarPoint HDMI" "HDA:10ec0269,10280446,00100100 HDA:80862805,80860101,00100000" "0x1028" "0x0446"
Hardware is initialized using a generic methodKDE also says that my sound card is disabled and the drivers may be removed form config list.

