From owner-freebsd-acpi@FreeBSD.ORG Mon Jun 27 19:26:38 2005 Return-Path: X-Original-To: freebsd-acpi@freebsd.org Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5BD316A43A; Mon, 27 Jun 2005 19:26:38 +0000 (GMT) (envelope-from Gabor@Zahemszky.HU) Received: from juhar.mail.t-online.hu (juhar.mail.t-online.hu [195.228.240.92]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7109343D1D; Mon, 27 Jun 2005 19:26:38 +0000 (GMT) (envelope-from Gabor@Zahemszky.HU) Received: from [192.168.1.3] (159.204-182-adsl-pool.axelero.hu [81.182.204.159]) by juhar.mail.t-online.hu (8.13.2/8.12.11) with ESMTP id j5RJQZ9B031338; Mon, 27 Jun 2005 21:26:36 +0200 (CEST) Message-ID: <42C052F9.9010006@Zahemszky.HU> Date: Mon, 27 Jun 2005 21:26:49 +0200 From: =?ISO-8859-2?Q?Zahemszky_G=E1bor?= User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050330) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-acpi@freebsd.org References: <42BFE47A.3040907@Zahemszky.HU> <200506271046.41253.jhb@FreeBSD.org> In-Reply-To: <200506271046.41253.jhb@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-VBMilter: scanned Cc: Subject: Re: lockup on SMP machine X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2005 19:26:39 -0000 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"