Generalize this question for all silent sound cards.

Also say why this happens, not just how to fix it.
This commit is contained in:
Michael Lucas 2005-05-12 20:09:52 +00:00
parent ec059468e4
commit 3bd332f109
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=24554

View file

@ -2773,12 +2773,14 @@ File: +DESC (ignored)</screen>
<qandaentry> <qandaentry>
<question id="es1370-silent-pcm"> <question id="es1370-silent-pcm">
<para>Workarounds for no sound from es1370 with &man.pcm.4; driver?</para> <para>Workarounds for no sound from my &man.pcm.4; sound
card?</para>
</question> </question>
<answer> <answer>
<para>You can run the following command every time the machine <para>Some sound cards, such as the es1370, set their output
booted up:</para> volume to 0 at every boot. Run the following command
every time the machine boots:</para>
<screen>&prompt.root; <userinput>mixer pcm 100 vol 100 cd 100</userinput></screen> <screen>&prompt.root; <userinput>mixer pcm 100 vol 100 cd 100</userinput></screen>
</answer> </answer>