View | Details | Raw Unified | Return to bug 50677
Collapse All | Expand All

(-)doc/en_US.ISO8859-1/books/faq/book.sgml (+82 lines)
Lines 2228-2233 Link Here
2228
            chapter</ulink>.</para>
2228
            chapter</ulink>.</para>
2229
        </answer>
2229
        </answer>
2230
      </qandaentry>
2230
      </qandaentry>
2231
2232
      <qandaentry>
2233
        <question id="5.0-CD-Boot-Problem">
2234
	  <para>I have a problem with boot from FreeBSD 5.0 CD.</para>
2235
        </question>
2236
2237
        <answer>
2238
          <para>When FreeBSD boot, press the space key, it says
2239
            <screen>
2240
              OK
2241
            </screen>
2242
            then type
2243
            <screen>OK <userinput>unset acpi_load</userinput> </screen>
2244
            then
2245
            <screen>
2246
              OK <userinput>boot</userinput>
2247
            </screen>
2248
            for continue <ulink url="../handbook/boot.html">boot
2249
            process</ulink>.</para>
2250
      </qandaentry>
2231
    </qandaset>
2251
    </qandaset>
2232
  </chapter>
2252
  </chapter>
2233
2253
Lines 5364-5369 Link Here
5364
                using is having problems.</para>
5384
                using is having problems.</para>
5365
            </listitem>
5385
            </listitem>
5366
          </itemizedlist>
5386
          </itemizedlist>
5387
        </answer>
5388
5389
        <question id="disable-ACPI">
5390
          <para>How to disable ACPI?</para>
5391
        </question>
5392
5393
        <answer>
5394
          <para>Add following line
5395
            <screen>hint.acpi.0.disabled="1"</screen>
5396
            into your <filename>/boot/device.hints</filename> file</para>.
5397
        </answer>
5398
5399
        <question id="NEWCARD-do-not-work">
5400
          <para>I think NEWCARD implementation for PC-card do not work for me,
5401
            and I have a message:
5402
            <screen>cbb0: unsupported card type detected</screen>.
5403
            What can i do?</para>
5404
        </question>
5405
5406
        <answer>
5407
          <para>Try to use OLDCARD implementation. Remove from kernel config
5408
            file strings:
5409
            <programlisting>
5410
              device cbb
5411
              device pccard
5412
              device cardbus
5413
            </programlisting>
5414
            and just add:
5415
            <programlisting>
5416
              device pcic
5417
              device card 1
5418
            </programlisting>
5419
            Recompile and install new kernel as described in <ulink
5420
            url="../handbook/kernelconfig.html">Configuring the
5421
            FreeBSD Kernel</ulink>.</para>
5422
        </answer>
5423
5424
        <question id="no-pccard-device">
5425
          <para>When &man.pccardd.8; started, it says:
5426
            <screen>No /dev/pccard[0|1] devices, exit.</screen>
5427
            But kernel already detects all PC-cards devices. Whats wrong?</para>
5428
        </question>
5429
5430
        <answer>
5431
          <para>You must run &man.devd.8;. Run it manually and add following
5432
            line into your <filename>/etc/rc.conf</filename>
5433
            <screen>devd_enable="YES"</screen>.</para>
5434
        </answer>
5435
5436
        <question>
5437
          <para>Looks like my cards (network or sound) have conflicts with PC-cards
5438
            (or other devices). What can I do? As far I see, I haven't any
5439
            problems with FreeBSD-4.X.</para>
5440
        </question>
5441
5442
        <answer>
5443
          <para>Try to add following line
5444
            <screen>
5445
              hw.pci.allow_unsupported_io_range="1"
5446
            </screen>
5447
            into your <filename>/boot/loader.conf.local</filename>
5448
            and reboot your machine.</para>
5367
        </answer>
5449
        </answer>
5368
      </qandaentry>
5450
      </qandaentry>
5369
    </qandaset>
5451
    </qandaset>

Return to bug 50677