Advertisement
borislavsabev

Gigabyte Z77-DS3H | aplay -l AND cat cards AND cat modules

Jul 5th, 2013
470
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. root@example.com:/var/log# aplay -l
  2. **** List of PLAYBACK Hardware Devices ****
  3. card 0: PCH [HDA Intel PCH], device 0: ALC887-VD Analog [ALC887-VD Analog]
  4. Subdevices: 1/1
  5. Subdevice #0: subdevice #0
  6. card 0: PCH [HDA Intel PCH], device 1: ALC887-VD Digital [ALC887-VD Digital]
  7. Subdevices: 1/1
  8. Subdevice #0: subdevice #0
  9. card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
  10. Subdevices: 1/1
  11. Subdevice #0: subdevice #0
  12.  
  13. root@example.com:/var/log# aplay /tmp/blip.wav
  14. Playing WAVE '/tmp/blip.wav' : Unsigned 8 bit, Rate 22050 Hz, Mono
  15. //DOES SAY PLAYING BUT NO SOUND PRESENT - on FRONT or BACK jacks
  16.  
  17. root@example.com:/var/log# cat /proc/asound/cards
  18. 0 [PCH ]: HDA-Intel - HDA Intel PCH
  19. HDA Intel PCH at 0xf7d10000 irq 44
  20. 1 [U0x46d0x802 ]: USB-Audio - USB Device 0x46d:0x802
  21. USB Device 0x46d:0x802 at usb-0000:00:1a.0-1.5, high speed
  22.  
  23. root@example.com:/var/log# cat /proc/asound/modules
  24. 0 snd_hda_intel
  25. 1 snd_usb_audio
  26.  
  27. root@example.com:/var/log# cat /proc/asound/card*/codec* | grep -i code
  28. Codec: Realtek ALC887-VD
  29. Codec: Intel PantherPoint HDMI
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement