FreeBSD Bugzilla – Attachment 28607 Details for
Bug 48038
[PATCH] add Tips and Tricks section into EAG
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 3.59 KB, created by
osa
on 2003-02-07 12:40:14 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
osa
Created:
2003-02-07 12:40:14 UTC
Size:
3.59 KB
patch
obsolete
>Index: src/release/doc/en_US.ISO8859-1/early-adopter/article.sgml >=================================================================== >RCS file: /home/ncvs/src/release/doc/en_US.ISO8859-1/early-adopter/article.sgml,v >retrieving revision 1.12 >diff -u -r1.12 article.sgml >--- src/release/doc/en_US.ISO8859-1/early-adopter/article.sgml 2003/01/13 19:24:34 1.12 >+++ src/release/doc/en_US.ISO8859-1/early-adopter/article.sgml 2003/02/06 14:03:22 >@@ -434,4 +434,133 @@ > tips on upgrading for early adopters.</para> > > </sect1> >+ >+ </sect1 id "Tips-and-Tricks"> >+ >+ <title>Tips and tricks</title> >+ <para>Here is a list of specific questions and answers about >+ what to do.</para> >+ >+ <question id="5.0-CD-Boot-Problem"> >+ <para>I have a problem with boot from FreeBSD 5.0 CD. Help!</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 boot process. >+ </para> >+ </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="where-is-MAKEDEV"> >+ <para> >+ Where is <filename>MAKEDEV?</filename> >+ </para> >+ </question> >+ >+ <answer> >+ <para> >+ <filename>MAKEDEV</filename> is dead, baby, <filename>MAKEDEV</filename> >+ is dead. FreeBSD 5.0 and future releases use &man.devfs.8;. >+ </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. >+ </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> >+ >+ </sect1> > </article>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 48038
: 28607