Talk:ALSA

From Free Knowledge Base- The DUCK Project
Revision as of 18:53, 25 March 2021 by Admin (talk | contribs) (Created page with "== checking things == You can assume that udev will autodetect your sound properly. You can check this with the command: lsmod | grep '^snd' | column -t If the output look...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

checking things

You can assume that udev will autodetect your sound properly. You can check this with the command:

lsmod | grep '^snd' | column -t

If the output looks similar, your sound drivers have been successfully autodetected.

You might also want to check the directory /dev/snd/ for the right device files:

ls -l /dev/snd

If you have at least the devices controlC0 and pcmC0D0p or similar, then your sound modules have been detected and loaded properly.