sound card in linux

1

How can I see hardware information for my sound card in Linux?

tony_sid

Posted 2010-08-04T00:55:53.130

Reputation: 11 651

The "hardware information" phrase is a bit ambiguous. If you will specify it more precisely you will probably get better answers. – whitequark – 2010-08-14T03:27:24.180

Answers

4

lsusb - Display information about USB buses in the system and the devices connected to them.

or

lspci - Display information about PCI buses in the system and devices connected to them.

sml

Posted 2010-08-04T00:55:53.130

Reputation: 1 582

0

aplay -L or -h as there are a lot of options

laurent

Posted 2010-08-04T00:55:53.130

Reputation: 4 166

1No need for sudo on Ubuntu, just checked that on fresh 10.04 install. It's better not to use sudo when you're not required to do it just because it lowers your chances to accidentally run something destructive. – whitequark – 2010-08-14T03:24:45.037

@whitequark - True, I corrected that. – laurent – 2010-08-14T21:28:28.343

0

cat /proc/asound/card*/codec* 

maco

Posted 2010-08-04T00:55:53.130

Reputation: 755

cat: /proc/asound/card0/codec97#0: Is a directory – whitequark – 2010-08-14T03:23:40.293

Oh now that's interesting. Usually it's a text file with a full codec dump for the device. So what files are in the directory? – maco – 2010-08-14T04:25:41.163

http://pastebin.com/L9Pwnfue – whitequark – 2010-08-14T22:32:59.667

ok then, try /proc/asound/card0/codec97#0/ac97#0-0 – maco – 2010-08-15T07:04:49.463