In bash, how do I determine what sound card is installed? I'm trying to create a plugin for Rhythmbox, and I'd like to test for this in a configuration script.
Edit:
On my machine, I needed to use sudo
to be able to use lspci
and lsmod
. @Quassnoi's answer using cat
worked without extra privileges.
lspci | grep -i audio
cat /proc/asound/cards
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With