1. administrator@MediaCenter:~$ uname -r; cat /proc/asound/version
  2. 3.13.0-85-generic
  3. Advanced Linux Sound Architecture Driver Version k3.13.0-85-generic.
  4. administrator@MediaCenter:~$ echo "Sound cards recognized by the system:"; lspci -nn | grep --color=none '\[04[80][13]\]'; echo "Sound cards recognized by ALSA:"; lspci -nn | grep '\[04[80][13]\]' | while read line; do lspci -nnk | grep -A 3 '\[04[80][13]\]' | grep -e 'Kernel modules: ..*' -e '\[04[80][13]\]' | grep --color=none -F "$line"; done; echo "Sound cards recognized by ALSA, and activated:"; lspci -nn | grep '\[04[80][13]\]' | while read line; do lspci -nnk | grep -A 3 '\[04[80][13]\]' | grep -e 'Kernel drivers in use: ..*' -e '\[04[80][13]\]' | grep --color=none -F "$line"; done
  5. Sound cards recognized by the system:
  6. 00:1b.0 Audio device [0403]: Intel Corporation NM10/ICH7 Family High Definition Audio Controller [8086:27d8] (rev 02)
  7. 02:00.1 Audio device [0403]: NVIDIA Corporation High Definition Audio Controller [10de:0be3] (rev a1)
  8. Sound cards recognized by ALSA:
  9. 00:1b.0 Audio device [0403]: Intel Corporation NM10/ICH7 Family High Definition Audio Controller [8086:27d8] (rev 02)
  10. 02:00.1 Audio device [0403]: NVIDIA Corporation High Definition Audio Controller [10de:0be3] (rev a1)
  11. Sound cards recognized by ALSA, and activated:
  12. 00:1b.0 Audio device [0403]: Intel Corporation NM10/ICH7 Family High Definition Audio Controller [8086:27d8] (rev 02)
  13. 02:00.1 Audio device [0403]: NVIDIA Corporation High Definition Audio Controller [10de:0be3] (rev a1)
  14. administrator@MediaCenter:~$ aplay -l
  15. **** List of PLAYBACK Hardware Devices ****
  16. card 0: Intel [HDA Intel], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
  17. Subdevices: 1/1
  18. Subdevice #0: subdevice #0
  19. card 0: Intel [HDA Intel], device 1: ALC662 rev1 Digital [ALC662 rev1 Digital]
  20. Subdevices: 1/1
  21. Subdevice #0: subdevice #0
  22. card 1: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
  23. Subdevices: 0/1
  24. Subdevice #0: subdevice #0
  25. administrator@MediaCenter:~$ aplay -L
  26. null
  27. Discard all samples (playback) or generate zero samples (capture)
  28. default
  29. sysdefault:CARD=Intel
  30. HDA Intel, ALC662 rev1 Analog
  31. Default Audio Device
  32. front:CARD=Intel,DEV=0
  33. HDA Intel, ALC662 rev1 Analog
  34. Front speakers
  35. surround40:CARD=Intel,DEV=0
  36. HDA Intel, ALC662 rev1 Analog
  37. 4.0 Surround output to Front and Rear speakers
  38. surround41:CARD=Intel,DEV=0
  39. HDA Intel, ALC662 rev1 Analog
  40. 4.1 Surround output to Front, Rear and Subwoofer speakers
  41. surround50:CARD=Intel,DEV=0
  42. HDA Intel, ALC662 rev1 Analog
  43. 5.0 Surround output to Front, Center and Rear speakers
  44. surround51:CARD=Intel,DEV=0
  45. HDA Intel, ALC662 rev1 Analog
  46. 5.1 Surround output to Front, Center, Rear and Subwoofer speakers
  47. surround71:CARD=Intel,DEV=0
  48. HDA Intel, ALC662 rev1 Analog
  49. 7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
  50. iec958:CARD=Intel,DEV=0
  51. HDA Intel, ALC662 rev1 Digital
  52. IEC958 (S/PDIF) Digital Audio Output
  53. dmix:CARD=Intel,DEV=0
  54. HDA Intel, ALC662 rev1 Analog
  55. Direct sample mixing device
  56. dmix:CARD=Intel,DEV=1
  57. HDA Intel, ALC662 rev1 Digital
  58. Direct sample mixing device
  59. dsnoop:CARD=Intel,DEV=0
  60. HDA Intel, ALC662 rev1 Analog
  61. Direct sample snooping device
  62. dsnoop:CARD=Intel,DEV=1
  63. HDA Intel, ALC662 rev1 Digital
  64. Direct sample snooping device
  65. hw:CARD=Intel,DEV=0
  66. HDA Intel, ALC662 rev1 Analog
  67. Direct hardware device without any conversions
  68. hw:CARD=Intel,DEV=1
  69. HDA Intel, ALC662 rev1 Digital
  70. Direct hardware device without any conversions
  71. plughw:CARD=Intel,DEV=0
  72. HDA Intel, ALC662 rev1 Analog
  73. Hardware device with all software conversions
  74. plughw:CARD=Intel,DEV=1
  75. HDA Intel, ALC662 rev1 Digital
  76. Hardware device with all software conversions
  77. hdmi:CARD=NVidia,DEV=0
  78. HDA NVidia, HDMI 0
  79. HDMI Audio Output
  80. dmix:CARD=NVidia,DEV=3
  81. HDA NVidia, HDMI 0
  82. Direct sample mixing device
  83. dsnoop:CARD=NVidia,DEV=3
  84. HDA NVidia, HDMI 0
  85. Direct sample snooping device
  86. hw:CARD=NVidia,DEV=3
  87. HDA NVidia, HDMI 0
  88. Direct hardware device without any conversions
  89. plughw:CARD=NVidia,DEV=3
  90. HDA NVidia, HDMI 0
  91. Hardware device with all software conversions

Audio problems with Ubuntu audio