Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1.  
  2. ~ $ lspci | grep Audio
  3. 09:00.3 Audio device: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) HD Audio Controller
  4. 42:00.1 Audio device: Advnaced Micro Devices, Inc. [AMD/ATI] Ellesmere [Radeon RX 580]
  5.  
  6. ~ $ aplay -L
  7. null
  8. Discard all samples (playback) or generate zero samples (capture)
  9. pulse
  10. PulseAudio Sound Server
  11.  
  12. ~ $ bash alsa-info.sh
  13. ALSA Information Script v 0.4.64
  14. --------------------------------
  15.  
  16. This script visits the following commands/files to collect diagnostic
  17. information about your ALSA installation and sound related hardware.
  18.  
  19. dmesg
  20. lspci
  21. lsmod
  22. aplay
  23. amixer
  24. alsactl
  25. /proc/asound/
  26. /sys/class/sound/
  27. ~/.asoundrc (etc.)
  28.  
  29. See 'alsa-info.sh --help' for command line options.
  30.  
  31. cat: /proc/asound/version: No such file or directory
  32. cat: /proc/asound/cards: No such file or directory
  33. cat: /proc/asound/modules: No such file or directory
  34. ygrep: /proc/asound/cards: No such file or directory
  35. alsactl: save_state:1595: No soundcards found...
  36. cat: /tmp/alsa-info.WXoplJNhuh/alsactl.tmp: No such file or directory
  37. Automatically upload ALSA information to www.alsa-project.org? [y/N] : y
  38. Uploading information to www.alsa-project.org ... Done!
  39.  
  40. Your ALSA information is located at http://alsa-project.org/db/?f=c12ecefeb70a77e47cc6997ae739ee23974863ab
  41.  
  42. Please inform the person helping you.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement