Advertisement
Guest User

Untitled

a guest
Jul 14th, 2014
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. $ strace -e open aplay /usr/share/sounds/alsa/Front_Center.wav
  2. open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
  3. open("/lib/i386-linux-gnu/librt.so.1", O_RDONLY|O_CLOEXEC) = 3
  4. open("/usr/lib/i386-linux-gnu/libasound.so.2", O_RDONLY|O_CLOEXEC) = 3
  5. open("/lib/i386-linux-gnu/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
  6. open("/lib/i386-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
  7. open("/lib/i386-linux-gnu/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
  8. open("/lib/i386-linux-gnu/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
  9. open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
  10. open("/usr/share/alsa/alsa.conf", O_RDONLY) = 3
  11. open("/usr/share/alsa/alsa.conf.d//bluetooth.conf", O_RDONLY) = 3
  12. open("/home/user/.asoundrc", O_RDONLY) = 3
  13. open("/usr/lib/i386-linux-gnu/alsa-lib/libasound_module_pcm_pulse.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  14. ALSA lib dlmisc.c:254:(snd1_dlobj_cache_get) Cannot open shared library /usr/lib/i386-linux-gnu/alsa-lib/libasound_module_pcm_pulse.so
  15. aplay: main:682: open("/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 3
  16. open("/usr/share/locale/ru/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
  17. open("/usr/share/locale-langpack/ru/LC_MESSAGES/libc.mo", O_RDONLY) = 3
  18. open("/usr/lib/i386-linux-gnu/gconv/gconv-modules.cache", O_RDONLY) = 3
  19. open("/usr/share/locale/ru/LC_MESSAGES/alsa-utils.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
  20. open("/usr/share/locale-langpack/ru/LC_MESSAGES/alsa-utils.mo", O_RDONLY) = 3
  21. ошибка открытия аудио-устройства: Нет такого устройства или адреса
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement