From owner-freebsd-current@FreeBSD.ORG Wed Jan 21 08:39:06 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCF5916A4CE for ; Wed, 21 Jan 2004 08:39:06 -0800 (PST) Received: from grummit.biaix.org (86.Red-213-97-212.pooles.rima-tde.net [213.97.212.86]) by mx1.FreeBSD.org (Postfix) with SMTP id ED2A543D62 for ; Wed, 21 Jan 2004 08:38:41 -0800 (PST) (envelope-from lists-freebsd-current@biaix.org) Received: (qmail 4599 invoked by uid 1000); 21 Jan 2004 16:32:21 -0000 Date: Wed, 21 Jan 2004 17:32:21 +0100 From: Joan Picanyol To: freebsd-current@freebsd.org Message-ID: <20040121163221.GA3865@grummit.biaix.org> Mail-Followup-To: freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: ACPI soft off with power button on Tyan S-2466 MPX X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jan 2004 16:39:06 -0000 Hi, I'm trying to get this to work but no luck so far. The same question on (possibly) similar hardware is examined at (long line): http://groups.google.es/groups?hl=es&lr=&ie=UTF-8&oe=UTF-8&threadm=fa.j70rtlg.v4c63i%40ifi.uio.no&rnum=2&prev=/groups%3Fq%3Dtyan%2Bacpi%2Bfreebsd%26hl%3Des%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26selm%3Dfa.j70rtlg.v4c63i%2540ifi.uio.no%26rnum%3D2 but no solutions are given. acpiconf -s 5 works OK, holding the power button long enough gives me a hard poweroff. I have hw.acpi.power_button_state=S5, and the following lines show in my dmesg (full verbose version + asl + kernel configs at http://grummit.biaix.org:8888/joan/debug/FreeBSD/ACPI/ ) ... acpi0: Power Button (fixed) acpi0: Sleep Button (fixed) ... acpi_button0: on acpi0 I've compiled with ACPI_DEBUG expecting to be able to see the events, however I then get these lines at boot: ... Preloaded elf module "/boot/kernel/acpi.ko" at 0xc07e6400 link_elf: symbol db_readline undefined KLD file acpi.ko - could not finalize loading ... And acpi is not loaded, su unfortunately I'm stumped here. Why can't I load my acpi debug module? What else can I do to get a soft off on power button? tks -- pica