8

I'm running Ubuntu 12.04 Gnome classic. Obviously playing the music shows there is a sound card present. But I've read that there might be multiple sound cards present on a single system.

How can I know how many sound cards are present on my system? Also, how can I know which all they are?

Braiam
  • 67,791
  • 32
  • 179
  • 269
harisibrahimkv
  • 7,256
  • 11
  • 44
  • 71

2 Answers2

17

To detect your soundcard, use sudo aplay -l from the Terminal.

Courtesy:https://help.ubuntu.com/community/SoundTroubleshooting

saji89
  • 12,007
2

Type in a terminal:

 hwinfo | grep sound.card_id
jasmines
  • 11,011