Advertisement
Guest User

Untitled

a guest
Oct 20th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.20 KB | None | 0 0
  1. lsmod |grep snd
  2. snd_hda_codec_hdmi     49152  1
  3. snd_hda_codec_realtek    90112  1
  4. snd_seq_midi           16384  0
  5. snd_hda_codec_generic    73728  1 snd_hda_codec_realtek
  6. snd_seq_midi_event     16384  1 snd_seq_midi
  7. snd_hda_intel          40960  5
  8. snd_hda_codec         126976  4 snd_hda_intel,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
  9. snd_hda_core           81920  5 snd_hda_intel,snd_hda_codec,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
  10. snd_hwdep              16384  1 snd_hda_codec
  11. snd_rawmidi            32768  1 snd_seq_midi
  12. snd_pcm               102400  4 snd_hda_intel,snd_hda_codec,snd_hda_core,snd_hda_codec_hdmi
  13. snd_seq                65536  2 snd_seq_midi_event,snd_seq_midi
  14. snd_seq_device         16384  3 snd_seq,snd_rawmidi,snd_seq_midi
  15. snd_timer              32768  2 snd_seq,snd_pcm
  16. snd                    77824  21 snd_hda_intel,snd_hwdep,snd_seq,snd_hda_codec,snd_timer,snd_rawmidi,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_seq_device,snd_hda_codec_realtek,snd_pcm
  17. soundcore              16384  1 snd
  18.  
  19. lspci -v
  20.  
  21.  
  22.  
  23. 01:00.1 Audio device: NVIDIA Corporation GP104 High Definition Audio Controller (rev a1)
  24.     Subsystem: NVIDIA Corporation GP104 High Definition Audio Controller
  25.     Flags: bus master, fast devsel, latency 0, IRQ 17
  26.     Memory at f7080000 (32-bit, non-prefetchable) [size=16K]
  27.     Capabilities: [60] Power Management version 3
  28.     Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
  29.     Capabilities: [78] Express Endpoint, MSI 00
  30.     Capabilities: [100] Advanced Error Reporting
  31.     Kernel driver in use: snd_hda_intel
  32.     Kernel modules: snd_hda_intel
  33.  
  34.  
  35. aplay -l
  36. **** List of PLAYBACK Hardware Devices ****
  37. card 0: PCH [HDA Intel PCH], device 0: ALC887-VD Analog [ALC887-VD Analog]
  38.   Subdevices: 1/1
  39.   Subdevice #0: subdevice #0
  40. card 1: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
  41.   Subdevices: 1/1
  42.   Subdevice #0: subdevice #0
  43. card 1: NVidia [HDA NVidia], device 7: HDMI 1 [HDMI 1]
  44.   Subdevices: 1/1
  45.   Subdevice #0: subdevice #0
  46. card 1: NVidia [HDA NVidia], device 8: HDMI 2 [HDMI 2]
  47.   Subdevices: 1/1
  48.   Subdevice #0: subdevice #0
  49. card 1: NVidia [HDA NVidia], device 9: HDMI 3 [HDMI 3]
  50.   Subdevices: 1/1
  51.   Subdevice #0: subdevice #0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement