From owner-freebsd-questions@FreeBSD.ORG Fri Jan 14 09:48:58 2005 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 8145816A4CE for ; Fri, 14 Jan 2005 09:48:58 +0000 (GMT) Received: from luzifer.incubus.de (incubus.de [80.237.207.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43C8943D2D for ; Fri, 14 Jan 2005 09:48:58 +0000 (GMT) (envelope-from mkb@incubus.de) Received: from [192.168.2.10] (pD95426ED.dip.t-dialin.net [217.84.38.237]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by luzifer.incubus.de (Postfix) with ESMTP id DCF9C2EC3A for ; Fri, 14 Jan 2005 10:48:58 +0100 (CET) Message-ID: <41E79587.3080101@incubus.de> Date: Fri, 14 Jan 2005 10:48:55 +0100 From: Matthias Buelow User-Agent: Mozilla Thunderbird 0.9 (X11/20041124) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: apm on 5.3 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, 14 Jan 2005 09:48:58 -0000 I'm trying to get APM to work (ACPI makes the kernel crap itself when I insert or remove a pcmcia card into my Armada m700 notebook) and load the apm.ko from loader.conf. However, it doesn't seem to create the necessary device entry /dev/apm, and apmd and apm(8) complain about that. What's the proper way to enable apm on 5.3-STABLE? Or, any way to enable it at all? Do I have to compile the driver into the kernel instead? mkb.