Advertisement
Guest User

Untitled

a guest
Feb 9th, 2015
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. chp@hermes:~$ lspci | grep Audio
  2. 00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
  3. 01:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] RV710/730 HDMI Audio [Radeon HD 4000 series]
  4. chp@hermes:~$ lspci | grep VGA
  5. 00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
  6. 01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV730/M96-XT [Mobility Radeon HD 4670]
  7. chp@hermes:~$ lsmod | grep snd
  8. snd_hda_codec_hdmi 46368 1
  9. snd_hda_codec_realtek 65580 1
  10. snd_hda_intel 56482 9
  11. snd_hda_codec 192906 3 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel
  12. snd_hwdep 13602 1 snd_hda_codec
  13. snd_pcm 102040 3 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
  14. snd_page_alloc 18710 2 snd_pcm,snd_hda_intel
  15. snd_seq_midi 13324 0
  16. snd_seq_midi_event 14899 1 snd_seq_midi
  17. snd_rawmidi 30095 1 snd_seq_midi
  18. snd_seq 61560 2 snd_seq_midi_event,snd_seq_midi
  19. snd_seq_device 14497 3 snd_seq,snd_rawmidi,snd_seq_midi
  20. snd_timer 29433 2 snd_pcm,snd_seq
  21. snd 69273 29 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec,snd_hda_intel,snd_seq_device,snd_seq_midi
  22. soundcore 12680 1 snd
  23. chp@hermes:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement