Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jun 2020 07:45:46 +0200
From:      Polytropon <freebsd@edvax.de>
To:        Robert Huff <roberthuff@rcn.com>
Cc:        questions@freebsd.org
Subject:   Re: command to list sound devices?
Message-ID:  <20200607074546.8c73dbcd.freebsd@edvax.de>
In-Reply-To: <24284.30235.559781.34177@jerusalem.litteratus.org>
References:  <24284.30235.559781.34177@jerusalem.litteratus.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 7 Jun 2020 01:07:39 -0400, Robert Huff wrote:
> 
> 	I have this vague memory that some time ago someone gave the name
> of a command that would list all the sound devices (and possibly their
> settings).

The command you're searching for probably is:

	# cat /dev/sndstat

And for the settings (here: the volume setting), use:

	# ls /dev/mixer*
	# mixer -f <device>

Partially related:

	# dmesg | grep "^pcm"
	# dmesg | grep "^hda"

And of course:

	# pciconf -lv | less




> 	Am I delusional?

I'm not competent to answer that question. ;-)




-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20200607074546.8c73dbcd.freebsd>