"This occurs in FreeBSD 3.X" = "This doesn't occur."
Another Q no longer FA, hurrah!
This commit is contained in:
parent
66b90924e6
commit
c59f6e783d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=24545
1 changed files with 0 additions and 40 deletions
|
@ -3743,46 +3743,6 @@ quit</programlisting>
|
|||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
<qandaentry>
|
||||
<question id="pcm0-not-found">
|
||||
<para>I see <errorname>pcm0 not found</errorname> or my
|
||||
sound card is found as <devicename>pcm1</devicename> but I
|
||||
have <literal>device pcm0</literal> in my kernel config
|
||||
file. What is going on?</para>
|
||||
</question>
|
||||
|
||||
<answer>
|
||||
<para>This occurs in &os; 3.X with PCI sound cards. The
|
||||
<devicename>pcm0</devicename> device is reserved
|
||||
exclusively for ISA-based cards so, if you have a PCI
|
||||
card, then you will see this error, and your card will
|
||||
appear as <devicename>pcm1</devicename>.
|
||||
|
||||
<note>
|
||||
<para>You cannot remove the warning by simply changing
|
||||
the line in the kernel config file to <literal>device
|
||||
pcm1</literal> as this will result in
|
||||
<devicename>pcm1</devicename> being reserved for ISA
|
||||
cards and your PCI card being found as
|
||||
<devicename>pcm2</devicename> (along with the warning
|
||||
<errorname>pcm1 not found</errorname>).</para>
|
||||
</note>
|
||||
|
||||
<para>If you have a PCI sound card, you will also have to make the
|
||||
<devicename>snd1</devicename> device rather than
|
||||
<devicename>snd0</devicename>:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd /dev</userinput>
|
||||
&prompt.root; <userinput>./MAKEDEV snd1</userinput></screen>
|
||||
|
||||
<para>This situation does not arise in &os; 4.X as a lot
|
||||
of work has been done to make it more
|
||||
<emphasis>PnP-centric</emphasis> and the
|
||||
<devicename>pcm0</devicename> device is no longer reserved
|
||||
exclusively for ISA cards</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
<qandaentry>
|
||||
<question id="pnp-not-found">
|
||||
<para>Why is my PnP card no longer found (or found as
|
||||
|
|
Loading…
Reference in a new issue