Guest User

Untitled

a guest
May 17th, 2015
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.61 KB | None | 0 0
  1. lspci | grep Audio
  2. 00:01.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Trinity HDMI Audio Controller
  3. 00:14.2 Audio device: Advanced Micro Devices, Inc. [AMD] FCH Azalia Controller (rev 01)
  4.  
  5. aplay -l
  6. **** List of PLAYBACK Hardware Devices ****
  7. card 0: HDMI [HDA ATI HDMI], device 3: HDMI 0 [HDMI 0]
  8. Subdevices: 1/1
  9. Subdevice #0: subdevice #0
  10. card 1: Generic [HD-Audio Generic], device 0: ALC887-VD Analog [ALC887-VD Analog]
  11. Subdevices: 1/1
  12. Subdevice #0: subdevice #0
  13. card 1: Generic [HD-Audio Generic], device 1: ALC887-VD Digital [ALC887-VD Digital]
  14. Subdevices: 0/1
  15. Subdevice #0: subdevice #0
  16.  
  17. aplay -L
  18. default
  19. Playback/recording through the PulseAudio sound server
  20. null
  21. Discard all samples (playback) or generate zero samples (capture)
  22. pulse
  23. PulseAudio Sound Server
  24. hdmi:CARD=HDMI,DEV=0
  25. HDA ATI HDMI, HDMI 0
  26. HDMI Audio Output
  27. dmix:CARD=HDMI,DEV=3
  28. HDA ATI HDMI, HDMI 0
  29. Direct sample mixing device
  30. dsnoop:CARD=HDMI,DEV=3
  31. HDA ATI HDMI, HDMI 0
  32. Direct sample snooping device
  33. hw:CARD=HDMI,DEV=3
  34. HDA ATI HDMI, HDMI 0
  35. Direct hardware device without any conversions
  36. plughw:CARD=HDMI,DEV=3
  37. HDA ATI HDMI, HDMI 0
  38. Hardware device with all software conversions
  39. sysdefault:CARD=Generic
  40. HD-Audio Generic, ALC887-VD Analog
  41. Default Audio Device
  42. front:CARD=Generic,DEV=0
  43. HD-Audio Generic, ALC887-VD Analog
  44. Front speakers
  45. surround21:CARD=Generic,DEV=0
  46. HD-Audio Generic, ALC887-VD Analog
  47. 2.1 Surround output to Front and Subwoofer speakers
  48. surround40:CARD=Generic,DEV=0
  49. HD-Audio Generic, ALC887-VD Analog
  50. 4.0 Surround output to Front and Rear speakers
  51. surround41:CARD=Generic,DEV=0
  52. HD-Audio Generic, ALC887-VD Analog
  53. 4.1 Surround output to Front, Rear and Subwoofer speakers
  54. surround50:CARD=Generic,DEV=0
  55. HD-Audio Generic, ALC887-VD Analog
  56. 5.0 Surround output to Front, Center and Rear speakers
  57. surround51:CARD=Generic,DEV=0
  58. HD-Audio Generic, ALC887-VD Analog
  59. 5.1 Surround output to Front, Center, Rear and Subwoofer speakers
  60. surround71:CARD=Generic,DEV=0
  61. HD-Audio Generic, ALC887-VD Analog
  62. 7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
  63. iec958:CARD=Generic,DEV=0
  64. HD-Audio Generic, ALC887-VD Digital
  65. IEC958 (S/PDIF) Digital Audio Output
  66. dmix:CARD=Generic,DEV=0
  67. HD-Audio Generic, ALC887-VD Analog
  68. Direct sample mixing device
  69. dmix:CARD=Generic,DEV=1
  70. HD-Audio Generic, ALC887-VD Digital
  71. Direct sample mixing device
  72. dsnoop:CARD=Generic,DEV=0
  73. HD-Audio Generic, ALC887-VD Analog
  74. Direct sample snooping device
  75. dsnoop:CARD=Generic,DEV=1
  76. HD-Audio Generic, ALC887-VD Digital
  77. Direct sample snooping device
  78. hw:CARD=Generic,DEV=0
  79. HD-Audio Generic, ALC887-VD Analog
  80. Direct hardware device without any conversions
  81. hw:CARD=Generic,DEV=1
  82. HD-Audio Generic, ALC887-VD Digital
  83. Direct hardware device without any conversions
  84. plughw:CARD=Generic,DEV=0
  85. HD-Audio Generic, ALC887-VD Analog
  86. Hardware device with all software conversions
  87. plughw:CARD=Generic,DEV=1
  88. HD-Audio Generic, ALC887-VD Digital
  89. Hardware device with all software conversions
  90.  
  91. lsmod | grep snd
  92. snd_hda_codec_realtek 67127 1
  93. snd_hda_codec_generic 63142 1 snd_hda_codec_realtek
  94. snd_hda_codec_hdmi 45118 1
  95. snd_hda_intel 26327 6
  96. snd_hda_controller 26646 1 snd_hda_intel
  97. snd_hda_codec 104463 5 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller
  98. snd_hwdep 13148 1 snd_hda_codec
  99. snd_pcm 88662 5 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_controller
  100. snd_timer 26614 1 snd_pcm
  101. snd 65244 19 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
  102. soundcore 13026 2 snd,snd_hda_codec
  103.  
  104. cat /proc/asound/cards
  105. 0 [HDMI ]: HDA-Intel - HDA ATI HDMI
  106. HDA ATI HDMI at 0xfef44000 irq 52
  107. 1 [Generic ]: HDA-Intel - HD-Audio Generic
  108. HD-Audio Generic at 0xfef40000 irq 16
  109.  
  110. cat /proc/asound/card0/codec*
  111. Codec: ATI R6xx HDMI
  112. Address: 0
  113. AFG Function Id: 0x1 (unsol 0)
  114. Vendor Id: 0x1002aa01
  115. Subsystem Id: 0x00aa0100
  116. Revision Id: 0x100300
  117. No Modem Function Group found
  118. Default PCM:
  119. rates [0x70]: 32000 44100 48000
  120. bits [0x2]: 16
  121. formats [0x1]: PCM
  122. Default Amp-In caps: N/A
  123. Default Amp-Out caps: N/A
  124. State of AFG node 0x01:
  125. Power states: D0 D3 CLKSTOP EPSS
  126. Power: setting=D0, actual=D0, Clock-stop-OK
  127. GPIO: io=0, o=0, i=0, unsolicited=0, wake=0
  128. Node 0x02 [Audio Output] wcaps 0x221: Stereo Digital Stripe
  129. Converter: stream=1, channel=0
  130. Digital: Enabled
  131. Digital category: 0x0
  132. IEC Coding Type: 0x0
  133. Node 0x03 [Pin Complex] wcaps 0x400381: Stereo Digital
  134. Control: name="HDMI/DP,pcm=3 Jack", index=0, device=0
  135. Control: name="IEC958 Playback Con Mask", index=0, device=0
  136. Control: name="IEC958 Playback Pro Mask", index=0, device=0
  137. Control: name="IEC958 Playback Default", index=0, device=0
  138. Control: name="IEC958 Playback Switch", index=0, device=0
  139. Control: name="ELD", index=0, device=3
  140. Pincap 0x00000094: OUT Detect HDMI
  141. Pin Default 0x185600f0: [Jack] Digital Out at Int HDMI
  142. Conn = Digital, Color = Unknown
  143. DefAssociation = 0xf, Sequence = 0x0
  144. Pin-ctls: 0x40: OUT
  145. Unsolicited: tag=01, enabled=1
  146. Connection: 1
  147. 0x02
  148. Node 0x04 [Audio Output] wcaps 0x221: Stereo Digital Stripe
  149. Converter: stream=0, channel=0
  150. Digital:
  151. Digital category: 0x0
  152. IEC Coding Type: 0x0
  153. Node 0x05 [Pin Complex] wcaps 0x400381: Stereo Digital
  154. Pincap 0x00000094: OUT Detect HDMI
  155. Pin Default 0x585600f0: [N/A] Digital Out at Int HDMI
  156. Conn = Digital, Color = Unknown
  157. DefAssociation = 0xf, Sequence = 0x0
  158. Pin-ctls: 0x40: OUT
  159. Unsolicited: tag=00, enabled=0
  160. Connection: 1
  161. 0x04
  162. Node 0x06 [Audio Output] wcaps 0x221: Stereo Digital Stripe
  163. Converter: stream=0, channel=0
  164. Digital:
  165. Digital category: 0x0
  166. IEC Coding Type: 0x0
  167. Node 0x07 [Pin Complex] wcaps 0x400381: Stereo Digital
  168. Pincap 0x00000094: OUT Detect HDMI
  169. Pin Default 0x585600f0: [N/A] Digital Out at Int HDMI
  170. Conn = Digital, Color = Unknown
  171. DefAssociation = 0xf, Sequence = 0x0
  172. Pin-ctls: 0x40: OUT
  173. Unsolicited: tag=00, enabled=0
  174. Connection: 1
  175. 0x06
  176. Node 0x08 [Audio Output] wcaps 0x221: Stereo Digital Stripe
  177. Converter: stream=0, channel=0
  178. Digital:
  179. Digital category: 0x0
  180. IEC Coding Type: 0x0
  181. Node 0x09 [Pin Complex] wcaps 0x400381: Stereo Digital
  182. Pincap 0x00000094: OUT Detect HDMI
  183. Pin Default 0x585600f0: [N/A] Digital Out at Int HDMI
  184. Conn = Digital, Color = Unknown
  185. DefAssociation = 0xf, Sequence = 0x0
  186. Pin-ctls: 0x40: OUT
  187. Unsolicited: tag=00, enabled=0
  188. Connection: 1
  189. 0x08
  190. Node 0x0a [Audio Output] wcaps 0x221: Stereo Digital Stripe
  191. Converter: stream=0, channel=0
  192. Digital:
  193. Digital category: 0x0
  194. IEC Coding Type: 0x0
  195. Node 0x0b [Pin Complex] wcaps 0x400381: Stereo Digital
  196. Pincap 0x00000094: OUT Detect HDMI
  197. Pin Default 0x585600f0: [N/A] Digital Out at Int HDMI
  198. Conn = Digital, Color = Unknown
  199. DefAssociation = 0xf, Sequence = 0x0
  200. Pin-ctls: 0x40: OUT
  201. Unsolicited: tag=00, enabled=0
  202. Connection: 1
  203. 0x0a
  204. Node 0x0c [Audio Output] wcaps 0x221: Stereo Digital Stripe
  205. Converter: stream=0, channel=0
  206. Digital:
  207. Digital category: 0x0
  208. IEC Coding Type: 0x0
  209. Node 0x0d [Pin Complex] wcaps 0x400381: Stereo Digital
  210. Pincap 0x00000094: OUT Detect HDMI
  211. Pin Default 0x585600f0: [N/A] Digital Out at Int HDMI
  212. Conn = Digital, Color = Unknown
  213. DefAssociation = 0xf, Sequence = 0x0
  214. Pin-ctls: 0x40: OUT
  215. Unsolicited: tag=00, enabled=0
  216. Connection: 1
  217. 0x0c
  218.  
  219. cat /etc/modprobe.d/alsa-base.conf
  220. cat: /etc/modprobe.d/alsa-base.conf: Nincs ilyen fájl vagy könyvtár
Advertisement
Add Comment
Please, Sign In to add comment