Date: Fri, 26 Dec 2003 16:15:32 +1000 From: anubis <anubis357@optusnet.com.au> To: "Vahric MUHTARYAN" <vahric@doruk.net.tr>, <freebsd-questions@freebsd.org> Subject: Re: I can't install FreeBSD5.0 or FreeBSD5.1R on Dual Computer .... Message-ID: <200312261615.32566.anubis357@optusnet.com.au> In-Reply-To: <200312251506.hBPF6Ykv004943@smtp.doruk.net.tr> References: <200312251506.hBPF6Ykv004943@smtp.doruk.net.tr>
next in thread | previous in thread | raw e-mail | index | archive | help
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@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312261615.32566.anubis357>