From owner-freebsd-questions@FreeBSD.ORG Thu Jun 29 13:31:08 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 33E0F16A407 for ; Thu, 29 Jun 2006 13:31:08 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out2.blueyonder.co.uk (smtp-out2.blueyonder.co.uk [195.188.213.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72EF743D6A for ; Thu, 29 Jun 2006 13:31:06 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [172.23.170.144] (helo=anti-virus03-07) by smtp-out2.blueyonder.co.uk with smtp (Exim 4.52) id 1Fvwbp-00058u-1v; Thu, 29 Jun 2006 14:31:05 +0100 Received: from [82.41.34.175] (helo=[192.168.0.2]) by asmtp-out4.blueyonder.co.uk with esmtp (Exim 4.52) id 1Fvwbl-0008Mp-DK; Thu, 29 Jun 2006 14:31:01 +0100 Message-ID: <44A3D614.9000806@dial.pipex.com> Date: Thu, 29 Jun 2006 14:31:00 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.13) Gecko/20060515 X-Accept-Language: en MIME-Version: 1.0 To: Andrew Robinson References: <20060629014032.GV25995@ms.unimelb.edu.au> In-Reply-To: <20060629014032.GV25995@ms.unimelb.edu.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: mbmom and xmbmon - how to compile WITHOUT_SMB? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jun 2006 13:31:08 -0000 Andrew Robinson wrote: >Hi everyone, > >I'm trying to run mbmon, with SMB enabled, but it fails to work. So, >I want to compile it without smb, as it seems that some people have >had success with this option. All I know is that I have to set >WITHOUT_SMB somewhere, somehow. But for the life of me I can't figure >out how to do that. I've deinstalled the package and reinstalled it >via portinstall, but I no longer get the option to deselect SMB. > >Can anyone provide a clue? > > In the relevant port dir make config Or invest some time in reading up on portupgrade and put the option into pkgtools.conf (once portupgrade is installed, of course :-)) then portupgrade -f mbmon would do what you want and would also remember the next time! Can you not just force mbmon to not use SMB? Does a simple "mbmon -d" not find anything? If it does e.g. # mbmon -d SMBus[VT8233/A/8235/8237(KT266/333/400/600/880)] found, but No HWM available on it!! Using ISA-IO access method!! * Winbond Chip W83627HF/THF/THF-A found. Then try "mbmon -p winbond" and make that an alias for mbmon in your shells. --Alex