git: 47cf19e72c - main - Chase changes to the mixer(8) command-line interface
Mateusz Piotrowski <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/doc/commit/?id=47cf19e72c6bedcba2071457c02752f0a441fb98 commit 47cf19e72c6bedcba2071457c02752f0a441fb98 Author: Mateusz Piotrowski <[email protected]> AuthorDate: 2022-03-13 13:27:24 +0000 Commit: Mateusz Piotrowski <[email protected]> CommitDate: 2022-03-13 13:27:24 +0000 Chase changes to the mixer(8) command-line interface --- documentation/content/en/books/faq/_index.adoc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/documentation/content/en/books/faq/_index.adoc b/documentation/content/en/books/faq/_index.adoc index 5f989378e9..b56a880137 100644 --- a/documentation/content/en/books/faq/_index.adoc +++ b/documentation/content/en/books/faq/_index.adoc @@ -740,13 +740,20 @@ bindkey ^[[3~ delete-char # for xterm ==== Workarounds for no sound from my man:pcm[4] sound card? Some sound cards set their output volume to 0 at every boot. -Run the following command every time the machine boots: +On FreeBSD 13 and earlier, run the following command every time the machine boots: [source,shell] .... # mixer pcm 100 vol 100 cd 100 .... +Use the following command on FreeBSD 14 and later: + +[source,shell] +.... +# mixer pcm.volume=100 vol.volume=100 cd.volume=100 +.... + [[power-management-support]] ==== Does FreeBSD support power management on my laptop?