From owner-freebsd-mobile@FreeBSD.ORG Mon Mar 7 00:04:09 2005 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF56116A4CE for ; Mon, 7 Mar 2005 00:04:09 +0000 (GMT) Received: from diamond.34sp.com (diamond.34sp.com [195.50.105.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71B9643D7E for ; Mon, 7 Mar 2005 00:04:08 +0000 (GMT) (envelope-from list@understudy.net) Received: (qmail 36095 invoked from network); 7 Mar 2005 00:04:07 -0000 Received: from adsl-11-166-118.mia.bellsouth.net (HELO ?10.0.0.114?) (65.11.166.118) by mcp.34sp.com with SMTP; 7 Mar 2005 00:04:05 -0000 Message-ID: <422B9A6B.6050109@understudy.net> Date: Sun, 06 Mar 2005 19:03:55 -0500 From: Understudy User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050226 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Matthew N. Dodd" References: <20050219040357.47106754@spadger.best.vwh.net> <42197CA3.7050709@understudy.net> <421E331C.10804@siol.net> <20050224181142.B60128@sasami.jurai.net> <421E7780.6050800@understudy.net> <20050224202147.A60128@sasami.jurai.net> <421EAAA5.3090304@understudy.net> <20050225095658.D60128@sasami.jurai.net> <4226996D.3020402@understudy.net> <20050303004752.V16908@sasami.jurai.net> In-Reply-To: <20050303004752.V16908@sasami.jurai.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-mobile@FreeBSD.ORG Subject: Re: Thinkpad 600e interrupt storm X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Mar 2005 00:04:09 -0000 Matthew N. Dodd wrote: > On Wed, 2 Mar 2005, Understudy wrote: > >> I read through the man pages now that this is loaded how do I find >> this smapi config ? I have a smapi_config.c smapi_config.o. But I >> don't see in it what you are looking for. > > > You untar ftp://ftp.jurai.net/users/winter/smapi.tar.gz > > This creates a hierarchy in your current directory so do this in > /tmp. As root run the following commands: 'cd /tmp/usr.sbin/smapi' > and then 'make all install'. > > The 'smapi' command will be installed in /usr/sbin which should be in > root's path. Run it. Its got pretty reasonable usage instructions. > okay , I am getting an error message. Slacker# cp smapi.tar.gz /tmp/ Slacker# cd /tmp Slacker# tar zxvf smapi.tar.gz Slacker# cd /tmp/usr.sbin/smapi Slacker# make all install --Lots of compiling stuff-- smapi_config.o smapi_power.o smapi_action.o bcd.o gzip -cn smapi.8 > smapi.8.gz install -s -o root -g wheel -m 555 smapi usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner] file1 file2 install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner] file1 ... fileN directory install -d [-v] [-g group] [-m mode] [-o owner] directory ... *** Error code 64 Stop in /tmp/usr.sbin/smapi. Ideas? Sincerely, Brendhan