Guest User

Untitled

a guest
Jul 12th, 2012
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. taoseeker@taoseeker:~$ cat/proc/asound/cards
  2. bash: cat/proc/asound/cards: No such file or directory
  3. taoseeker@taoseeker:~$ aplay -l
  4. aplay: device_list:252: no soundcards found...
  5. taoseeker@taoseeker:~$ lsmod | grep snd
  6. snd_powermac 66397 0
  7. snd_pcm 88295 1 snd_powermac
  8. snd_seq_midi 5452 0
  9. snd_rawmidi 23324 1 snd_seq_midi
  10. snd_seq_midi_event 7251 1 snd_seq_midi
  11. snd_seq 61116 2 snd_seq_midi,snd_seq_midi_event
  12. snd_timer 23931 2 snd_pcm,snd_seq
  13. snd_seq_device 6920 3 snd_seq_midi,snd_rawmidi,snd_seq
  14. snd 70745 6 snd_powermac,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
  15. soundcore 7799 1 snd
  16. snd_page_alloc 7388 1 snd_pcm
  17. taoseeker@taoseeker:~$
Advertisement
Add Comment
Please, Sign In to add comment