Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. lsmod|grep '^snd' | column -t
  2. snd_seq_midi 13132 0
  3. snd_seq_midi_event 14475 1 snd_seq_midi
  4. snd_seq 51291 2 snd_seq_midi,snd_seq_midi_event
  5. snd_usb_audio 91410 2
  6. snd_pcm 80244 1 snd_usb_audio
  7. snd_page_alloc 14073 1 snd_pcm
  8. snd_hwdep 13274 1 snd_usb_audio
  9. snd_usbmidi_lib 24388 1 snd_usb_audio
  10. snd_rawmidi 25269 2 snd_seq_midi,snd_usbmidi_lib
  11. snd_timer 28659 2 snd_seq,snd_pcm
  12. snd_seq_device 14110 3 snd_seq_midi,snd_seq,snd_rawmidi
  13. snd 55295 12 snd_seq,snd_usb_audio,snd_pcm,snd_hwdep,snd_usbmidi_lib,snd_rawmidi,snd_timer,snd_seq_device
  14.  
  15. ls -l /dev/snd
  16. total 0
  17. drwxr-xr-x 2 root root 60 2011-06-25 08:45 by-id
  18. drwxr-xr-x 2 root root 60 2011-06-25 08:45 by-path
  19. crw-rw----+ 1 root audio 116, 4 2011-06-25 08:45 controlC1
  20. crw-rw----+ 1 root audio 116, 3 2011-06-25 08:46 pcmC1D0c
  21. crw-rw----+ 1 root audio 116, 2 2011-06-25 10:33 pcmC1D0p
  22. crw-rw----+ 1 root audio 116, 1 2011-06-25 10:40 seq
  23. crw-rw----+ 1 root audio 116, 33 2011-06-25 08:45 timer
  24. eregion hammer #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement