Update Question 4.7.6:

- Remove question

Reviewed by:	trhodes, danger, remko
Approved by:	gabor (mentor)
This commit is contained in:
Gabor Pali 2008-06-14 10:03:01 +00:00
parent 715205bf1b
commit cd820d796b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=32233

View file

@ -2809,27 +2809,6 @@ bindkey ^[[3~ delete-char # for xterm</programlisting>
</answer>
</qandaentry>
<qandaentry>
<question id="newcard-does-not-work">
<para>My PCMCIA card does not work. I have a message:
<quote>cbb0: unsupported card type detected.</quote>
What can I do?</para>
</question>
<answer>
<para>You can try to use the original OLDCARD implementation. Edit
your kernel configuration file and remove the following lines:
<programlisting>device cbb
device pccard
device cardbus</programlisting>
Then add:
<programlisting>device pcic
device card 1</programlisting>
Rebuild and install the new kernel as described in
<ulink url="&url.books.handbook;/kernelconfig.html">Configuring
the FreeBSD Kernel</ulink>.</para>
</answer>
</qandaentry>
</qandaset>
</sect1>