I can't install FreeBSD5.0 or FreeBSD5.1R on Dual Computer ....
anubis
anubis357 at optusnet.com.au
Thu Dec 25 22:09:17 PST 2003
On Fri, 26 Dec 2003 12:45 am, Vahric MUHTARYAN wrote:
> Hi Everybody ,
>
>
> I can't install FreeBSD on my Dual Computer ..
>
> When I boot the computer for install FreeBSD from 5.0 CD it stopped
> on TimeCounter "ACPI-SAFE" frequency 3579545 line ...
>
> After That I try to install from 5.1 CD it stopped on same line ...
>
>
> But I can install FreeBSD 4.9 without problem ....
>
> I'm using DUAL PIII 933 CPU and INTEL Server BOARD .... I tested it
> with DUAL INTEL 1.0B too
>
>
> Thanks ...
> Vahric MUHTARYAN
>
>
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscribe at freebsd.org"
Have a look at the release notes for 5.x. Here are the english ones
http://www.freebsd.org/releases/5.1R/hardware-i386.html
Here is the bit I think may be of use to you. It may not be the answer but it
may help.
Most modern laptops (as well as many desktops) use the Advanced Configuration
and Power Management (ACPI) standard. FreeBSD supports ACPI via the ACPI
Component Architecture reference implementation from Intel, as described in
the acpi(4) manual page. The use of ACPI causes instabilities on some
machines and it may be necessary to disable the ACPI driver, which is
normally loaded via a kernel module. This may be accomplished by adding the
following line to /boot/device.hints:
hint.acpi.0.disabled="1"
Users debugging ACPI-related problems may find it useful to disable portions
of the ACPI functionality. The acpi(4) manual page has more information on
how to do this via loader tunables.
ACPI depends on a Differentiated System Descriptor Table (DSDT) provided by
each machine's BIOS. Some machines have bad or incomplete DSDTs, which
prevents ACPI from functioning correctly. Replacement DSDTs for some machines
can be found at the DSDT section of the ACPI4Linux project Web site. FreeBSD
can use these DSDTs to override the DSDT provided by the BIOS; see the
acpi(4) manual page for more information.
More information about the freebsd-questions
mailing list