Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jun 2005 21:26:49 +0200
From:      =?ISO-8859-2?Q?Zahemszky_G=E1bor?= <Gabor@Zahemszky.HU>
To:        freebsd-acpi@freebsd.org
Subject:   Re: lockup on SMP machine
Message-ID:  <42C052F9.9010006@Zahemszky.HU>
In-Reply-To: <200506271046.41253.jhb@FreeBSD.org>
References:  <42BFE47A.3040907@Zahemszky.HU> <200506271046.41253.jhb@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
John Baldwin wrote:

> It may be bugs with your BIOS.  Does ACPI work ok if you do 'set 
> hint.apic.0.disabled=1' from the loader?  If so, does it still work ok if you 
> just do 'set kern.smp.disabled=1' from the loader?

Hi!

Thanks for yor answer.

 From loader prompt:

set hint.acpi.0.disabled=0
set hint.apic.0.disabled=1

works OK. By the way, it was only a quick boot, and a poweroff - before 
it, with acpi, I cannot poweroff. With acpi, an without apic, it works. 
But I had sysctl hw.ncpu = 1 :-(

set hint.acpi.0.disabled=0
set hint.apic.0.disabled=0
set kern.smp.disabled=1

The same syptom as before, I cannot boot, I saw the second CPU, and it 
freezes.

And now?

Gabor < Gabor at Zahemszky dot HU >

-- 
#!/bin/ksh
Z='21N16I25C25E30, 40M30E33E25T15U!' ;IFS=' ABCDEFGHIJKLMNOPQRSTUVWXYZ 
';set $Z ;for i { [[ $i = ? ]]&&print $i&&break;[[ $i = ??? 
]]&&j=$i&&i=${i%?};typeset -i40 i=8#$i;print -n ${i#???};[[ "$j" = ??? 
]]&&print -n "${j#??} "&&j=;typeset +i i;};IFS=' 0123456789 ';set $Z;for 
i { [[ $i = , ]]&&i=2;[[ $i = ?? ]]||typeset -l i;j="$j $i";typeset +l 
i;};print "$j"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42C052F9.9010006>