From owner-freebsd-mobile@FreeBSD.ORG Thu Mar 3 04:58:28 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 A242616A4CE for ; Thu, 3 Mar 2005 04:58:28 +0000 (GMT) Received: from diamond.34sp.com (diamond.34sp.com [195.50.105.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8763143D55 for ; Thu, 3 Mar 2005 04:58:27 +0000 (GMT) (envelope-from list@understudy.net) Received: (qmail 1068 invoked from network); 3 Mar 2005 04:58:26 -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; 3 Mar 2005 04:58:25 -0000 Message-ID: <4226996D.3020402@understudy.net> Date: Wed, 02 Mar 2005 23:58:21 -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> In-Reply-To: <20050225095658.D60128@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: Thu, 03 Mar 2005 04:58:28 -0000 Matthew N. Dodd wrote: > On Thu, 24 Feb 2005, Understudy wrote: > [how do I build a kernel module?] > > cd /sys/modules/bios/smapi > make all > make load > > Also, this will only work on 5.x or -CURRENT. > Okay , I finally got that to work. After realizing this was a typo on my part. Slacker# cd /sys/modules/bios/smapi Slacker# make all Warning: Object directory not changed from original /usr/src/sys/modules/bios/smapi Slacker# make load /sbin/kldload -v /usr/src/sys/modules/bios/smapi/smapi.ko Loaded /usr/src/sys/modules/bios/smapi/smapi.ko, id=4 Slacker# 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. Sincerely, Brendhan