Re: [gentoo-user] How to determine which mobo without opening case

2009-11-29 Thread Dan Cowsill
On Sun, Nov 29, 2009 at 9:37 AM, Harry Putnam rea...@newsguy.com wrote:
 How can I determine the motherboard make and model?  I mean without
 opening the case.

 Various hardware reporting tools such as uhinv and syscriptor do not
 give that information (far as I can tell).

 In fact syscriptor cannot even report pci info and gives the message
  `cannot open /proc/pci'

 (not surprising since /proc/pci does not exist)





Determining make and model is somewhat difficult to do from software.
I know of a very good windows utility that will help you out called
SIW.  See the link below.  As far as linux utilities to read that
information, I have limited experience.

The problem is that SIW only reports what the manufacturers decide to
jot down in their hardware.  That means if the manufacturer doesn't
want you to know, you probably won't.

As a matter of curiosity, why can't you open the case?

Regards,
D

http://www.gtopala.com/



Re: [gentoo-user] How to determine which mobo without opening case

2009-11-29 Thread Volker Armin Hemmann
On Sonntag 29 November 2009, Harry Putnam wrote:
 How can I determine the motherboard make and model?  I mean without
 opening the case.

dmidecode

for example:
Base Board Information 
Manufacturer: ASRock   
Product Name: A770CrossFire
Version:   
Serial Number:   
Asset Tag:   
Features:
Board is a hosting board 
Board is replaceable 
Location In Chassis:   
Chassis Handle: 0x0003 
Type: Motherboard  
Contained Object Handles: 0 

yay. Correct!



Re: [gentoo-user] How to determine which mobo without opening case

2009-11-29 Thread Jarry

Harry Putnam wrote:

How can I determine the motherboard make and model?  I mean without
opening the case.


# emerge sys-apps/dmidecode
# dmidecode | grep Version:
Version: ASUS A8N-SLI DELUXE ACPI BIOS Revision 1805

Jarry

--
___
This mailbox accepts e-mails only from selected mailing-lists!
Everything else is considered to be spam and therefore deleted.



Re: [gentoo-user] How to determine which mobo without opening case

2009-11-29 Thread Neil Bothwick
On Sun, 29 Nov 2009 08:37:49 -0600, Harry Putnam wrote:

 How can I determine the motherboard make and model?  I mean without
 opening the case.

sys-apps/lshw


-- 
Neil Bothwick

I am MODERATOR of BORG. Follow the rules or be assimilated.


signature.asc
Description: PGP signature


Re: [gentoo-user] How to determine which mobo without opening case

2009-11-29 Thread Sebastian Beßler
Am 29.11.2009 17:23, schrieb Jarry:
 Harry Putnam wrote:
 How can I determine the motherboard make and model?  I mean without
 opening the case.
 
 # emerge sys-apps/dmidecode
 # dmidecode | grep Version:
 Version: ASUS A8N-SLI DELUXE ACPI BIOS Revision 1805

I like my manufacture:

# dmidecode | grep Version:
Version: To Be Filled By O.E.M.

Hurray ;-)

Greetings

Sebastian




Re: [gentoo-user] How to determine which mobo without opening case

2009-11-29 Thread Volker Armin Hemmann
On Sonntag 29 November 2009, Sebastian Beßler wrote:
 Am 29.11.2009 17:23, schrieb Jarry:
  Harry Putnam wrote:
  How can I determine the motherboard make and model?  I mean without
  opening the case.
 
  # emerge sys-apps/dmidecode
  # dmidecode | grep Version:
  Version: ASUS A8N-SLI DELUXE ACPI BIOS Revision 1805
 
 I like my manufacture:
 
 # dmidecode | grep Version:
 Version: To Be Filled By O.E.M.
 
 Hurray ;-)
 
 Greetings
 
 Sebastian
 

don't grep for version. There are several version strings.



Re: [gentoo-user] How to determine which mobo without opening case

2009-11-29 Thread Sebastian Beßler
Am 29.11.2009 18:04, schrieb Volker Armin Hemmann:

 don't grep for version. There are several version strings.
 
# dmidecode | grep Version:
Version: P1.60
Version: To Be Filled By O.E.M.
Version:
Version: To Be Filled By O.E.M.
Version: AMD Athlon(tm) 64 X2 Dual Core Processor 4400+

Yes I know, but all of them are quite boring.
Lazy manufacture. But hey.. it is only a Asrock Mainboard ;-)

I'm not the OP, I just wanted to show my results because I think it is
funny :-P

Greetings

Sebastian



Re: [gentoo-user] How to determine which mobo without opening case

2009-11-29 Thread Volker Armin Hemmann
On Sonntag 29 November 2009, Sebastian Beßler wrote:
 Am 29.11.2009 18:04, schrieb Volker Armin Hemmann:
  don't grep for version. There are several version strings.
 
 # dmidecode | grep Version:
 Version: P1.60
 Version: To Be Filled By O.E.M.
 Version:
 Version: To Be Filled By O.E.M.
 Version: AMD Athlon(tm) 64 X2 Dual Core Processor 4400+
 
 Yes I know, but all of them are quite boring.
 Lazy manufacture. But hey.. it is only a Asrock Mainboard ;-)
 
 I'm not the OP, I just wanted to show my results because I think it is
 funny :-P
 
 Greetings
 
 Sebastian
 

you are looking at the wrong place.

Base Board Information 
Manufacturer: ASRock   
Product Name: A770CrossFire
Version:   
Serial Number:   
Asset Tag:   
Features:

Asrock board!

MANUFACUTERER NOT VERSION.