From owner-freebsd-questions@FreeBSD.ORG Fri Aug 22 07:22:44 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 4DE4F16A4BF for ; Fri, 22 Aug 2003 07:22:44 -0700 (PDT) Received: from pequod.bitstream.net (pequod.bitstream.net [216.243.134.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id A60B243FE0 for ; Fri, 22 Aug 2003 07:22:43 -0700 (PDT) (envelope-from efk@bitstream.net) Received: from efk (dhcp11.bisinc.net [216.243.134.25]) by pequod.bitstream.net (Postfix) with SMTP id AC7CB15248; Fri, 22 Aug 2003 09:22:39 -0500 (CDT) Message-ID: <0c9f01c368b8$d4b97160$1986f3d8@efk> From: "Eric" To: "Armand Passelac" , References: <20030822141016.GA4599@freebie.freebsd.org> Date: Fri, 22 Aug 2003 09:22:34 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 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:22:44 -0000 This is better suited towards freebsd-questions, so I'm going to copy this to that list. 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. -- 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-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >