Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 07 Jan 2012 20:52:19 -0800
From:      Carl Johnson <carlj@peak.org>
To:        freebsd-questions@freebsd.org
Subject:   Re: Installing FreeBSD ver. 8.2
Message-ID:  <8762gm6bjw.fsf@oak.localnet>
In-Reply-To: <20120108003225.dc64798a.freebsd@edvax.de> (Polytropon's message of "Sun, 8 Jan 2012 00:32:25 %2B0100")
References:  <20120107150555.BYL92929@ms5.mc.surewest.net> <20120108003225.dc64798a.freebsd@edvax.de>

next in thread | previous in thread | raw e-mail | index | archive | help
Polytropon <freebsd@edvax.de> writes:

> On Sat,  7 Jan 2012 15:05:55 -0800 (PST), leeoliveshackelford@surewest.net wrote:
>> (1)  Does anyone know how to get FreeBSD to read the
>> motherboard name?  This name, on an xw4400, starts with
>> "HP" followed by a eleven digits, and is given in Windows
>> XP as "Full Computer Name" on the "Computer Name" tab
>> of the "System Properties" window.  Among other purposes,
>> this name is used by Novell network operating system to
>> distinguish hosts on a subnet.
>
> The OS provides the output of dmesg and maybe the
> output of pciconf -lv, as well as the sysctl value
> dev.acpi.0.%desc which may contain the required
> information. However, I'm sure there is a program
> in the ports collection that can be used to obtain
> that kind of information.
>
> Try:
>
> 	dmesg | grep "HP"
> 	sysctl -a | grep "HP"
> 	pciconf -lv | less
>
> and see if there's such a number mentioned. Maybe
> you can also use acpidump to retrieve that information
> from the ACPI datasets.

The 'kenv' command seems to have the board name available as
'smbios.system.product'.  The 'kenv' command without arguments will show
all values, so you can make sure that is the proper variable.

-- 
Carl Johnson		carlj@peak.org




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8762gm6bjw.fsf>