Date: Mon, 7 Apr 2003 17:27:25 +0400 (MSD) From: "Sergey A.Osokin" <osa@FreeBSD.org.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: docs/50677: [PATCH] update doc/en_US.ISO8859-1/books/faq/book.sgml Message-ID: <20030407132725.49E8A5D@freebsd.org.ru> Resent-Message-ID: <200304071330.h37DUGR6099018@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 50677 >Category: docs >Synopsis: [PATCH] update doc/en_US.ISO8859-1/books/faq/book.sgml >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Apr 07 06:30:16 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Sergey A. Osokin >Release: FreeBSD 5.0-CURRENT >Organization: >Environment: System: FreeBSD 5.0-CURRENT i386 >Description: update doc/en_US.ISO8859-1/books/faq/book.sgml Add some question and answers (tips and tricks). Look at http://www.freebsd.org/cgi/query-pr.cgi?pr=48038 >How-To-Repeat: >Fix: Index: doc/en_US.ISO8859-1/books/faq/book.sgml =================================================================== RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/faq/book.sgml,v retrieving revision 1.522 diff -u -r1.522 book.sgml --- doc/en_US.ISO8859-1/books/faq/book.sgml 2003/04/07 02:06:46 1.522 +++ doc/en_US.ISO8859-1/books/faq/book.sgml 2003/04/07 13:21:55 @@ -2228,6 +2228,26 @@ chapter</ulink>.</para> </answer> </qandaentry> + + <qandaentry> + <question id="5.0-CD-Boot-Problem"> + <para>I have a problem with boot from FreeBSD 5.0 CD.</para> + </question> + + <answer> + <para>When FreeBSD boot, press the space key, it says + <screen> + OK + </screen> + then type + <screen>OK <userinput>unset acpi_load</userinput> </screen> + then + <screen> + OK <userinput>boot</userinput> + </screen> + for continue <ulink url="../handbook/boot.html">boot + process</ulink>.</para> + </qandaentry> </qandaset> </chapter> @@ -5364,6 +5384,68 @@ using is having problems.</para> </listitem> </itemizedlist> + </answer> + + <question id="disable-ACPI"> + <para>How to disable ACPI?</para> + </question> + + <answer> + <para>Add following line + <screen>hint.acpi.0.disabled="1"</screen> + into your <filename>/boot/device.hints</filename> file</para>. + </answer> + + <question id="NEWCARD-do-not-work"> + <para>I think NEWCARD implementation for PC-card do not work for me, + and I have a message: + <screen>cbb0: unsupported card type detected</screen>. + What can i do?</para> + </question> + + <answer> + <para>Try to use OLDCARD implementation. Remove from kernel config + file strings: + <programlisting> + device cbb + device pccard + device cardbus + </programlisting> + and just add: + <programlisting> + device pcic + device card 1 + </programlisting> + Recompile and install new kernel as described in <ulink + url="../handbook/kernelconfig.html">Configuring the + FreeBSD Kernel</ulink>.</para> + </answer> + + <question id="no-pccard-device"> + <para>When &man.pccardd.8; started, it says: + <screen>No /dev/pccard[0|1] devices, exit.</screen> + But kernel already detects all PC-cards devices. Whats wrong?</para> + </question> + + <answer> + <para>You must run &man.devd.8;. Run it manually and add following + line into your <filename>/etc/rc.conf</filename> + <screen>devd_enable="YES"</screen>.</para> + </answer> + + <question> + <para>Looks like my cards (network or sound) have conflicts with PC-cards + (or other devices). What can I do? As far I see, I haven't any + problems with FreeBSD-4.X.</para> + </question> + + <answer> + <para>Try to add following line + <screen> + hw.pci.allow_unsupported_io_range="1" + </screen> + into your <filename>/boot/loader.conf.local</filename> + and reboot your machine.</para> </answer> </qandaentry> </qandaset> >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030407132725.49E8A5D>