From owner-freebsd-questions@FreeBSD.ORG Fri Aug 22 07:57:45 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD3EE16A4BF for ; Fri, 22 Aug 2003 07:57:44 -0700 (PDT) Received: from SMT02002.global-asp.net (SMT02002.global-asp.net [194.51.152.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id E949343FBD for ; Fri, 22 Aug 2003 07:57:43 -0700 (PDT) (envelope-from apasselac@free.fr) Received: from smt02003.global-asp.net (localhost [127.0.0.1]) by SMT02002.global-asp.net (Postfix) with ESMTP id C3B7C234AF; Fri, 22 Aug 2003 16:57:40 +0200 (CEST) Received: from freebie.freebsd.org (Mix-Poitiers-111-1-75.w80-9.abo.wanadoo.fr [80.9.23.75]) by smt02003.global-asp.net (Postfix) with ESMTP id E27632FA09; Fri, 22 Aug 2003 16:57:39 +0200 (CEST) Received: from freebie.freebsd.org (freebie.freebsd.org [127.0.0.1]) by freebie.freebsd.org (8.12.9/8.12.9) with ESMTP id h7MEtrre004945; Fri, 22 Aug 2003 16:55:53 +0200 (CEST) (envelope-from kmaster@freebie.freebsd.org) Received: (from kmaster@localhost) by freebie.freebsd.org (8.12.9/8.12.9/Submit) id h7MEtl53004944; Fri, 22 Aug 2003 16:55:47 +0200 (CEST) Date: Fri, 22 Aug 2003 16:55:47 +0200 From: Armand Passelac To: Eric Message-ID: <20030822145547.GA4842@freebie.freebsd.org> References: <20030822141016.GA4599@freebie.freebsd.org> <0c9f01c368b8$d4b97160$1986f3d8@efk> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <0c9f01c368b8$d4b97160$1986f3d8@efk> cc: freebsd-questions@freebsd.org Subject: Re: How create /dev/apm* ??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Aug 2003 14:57:45 -0000 [---- On Fri, 22 Aug, 2003 at 9:22, Eric wrote: ----] > This is better suited towards freebsd-questions, so I'm going to copy this > to that list. In freebsd-questions or freebsd-current ??? As somebody point the mistake out to me : I'm working on 5.1 which is the current. So I have just posted this question in freebsd-current. That's good or not ? > > It is my understanding that ACPI depreciates APM, and that APM was mainly > used in the 4.x branch. If anyone is the wiser, please correct me. I'm newcomer on freebsd (before I work several years on Linux). I have no personal preference between ACPI and APM. ACPI is more recent and more powerfull than APM. But with some kind of BIOS the ACPI using, it seems to be impossible. So I try to use APM. APM seems to be usable on FreeBSD 5.X. The HandBook explains how to use it. But I have always a problem. > > -- > Eric > > ----- Original Message ----- > From: "Armand Passelac" > To: > Sent: Friday, August 22, 2003 9:10 AM > Subject: How create /dev/apm* ??? > > > > > > Hi, > > I have installed a FreeBSD 5.1 on my Laptop (Compaq Armada E500). > > I have a problem with the power management : > > > > - I can't use the ACPI module : the kernel can't be loaded. > > OK no problem ! > > As I saw within many FAQs, it's normal (it depends on the type of the > laptop). > > > > - I would like to use APM so ! > > I realize the following stages (see > http://freebsd.unixtech.be/doc/en_US.ISO8859-1/articles/laptop/x61.html) : > > > > * I build my kernel with "device apm" > > > > * /boot/device.hints : > > hint.acpi.0.disabled="1" > > #hw.acpi.ec.event_driven="1" > > hint.apm.0.disabled="0" > > hint.apm.0.flags="0x20" > > > > * /boot/loader.conf : > > apm_load="YES" > > > > * /etc/rc.conf > > apm_enable="YES" > > > > > > But during the boot I get an error : "can't open /dev/apm" > > > > Indeed, there is no device with apm* name within /dev > > > > How can I create this device (In the freebsd-questions list somebody tails > me that's not possible with 5.X there is no possibility to use a kind of > makedev). > > > > > > Thanks a lot. > > > > > > -- > > "No guts No glory" > > > > =] PASSELAC Armand [= > > ( @ @ ) > > Ingenieur Systemes-Reseaux & Securite > > ORBYTES INGENIERIE > _______________________________________________ > 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" [---- End of original mail from Eric ----]