From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1EDmPY-0008EO-4h for garchives@archives.gentoo.org; Fri, 09 Sep 2005 17:11:36 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j89H6pbL011367; Fri, 9 Sep 2005 17:06:51 GMT Received: from smtp16.wxs.nl (smtp16.wxs.nl [195.121.6.39]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j89H1jol003830 for ; Fri, 9 Sep 2005 17:01:46 GMT Received: from [10.0.0.150] (ip3e83ab52.speed.planet.nl [62.131.171.82]) by smtp16.wxs.nl (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTP id <0IMK00DDJ7HFLG@smtp16.wxs.nl> for gentoo-user@lists.gentoo.org; Fri, 09 Sep 2005 19:05:39 +0200 (CEST) Date: Fri, 09 Sep 2005 19:05:18 +0200 From: Holly Bostick Subject: Re: [gentoo-user] how can i find out my motherboard? In-reply-to: <1b8bc14505090909472ddfec77@mail.gmail.com> To: gentoo-user@lists.gentoo.org Message-id: <4321C0CE.5060806@planet.nl> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-version: 1.0 Content-type: text/plain; charset=UTF-8 Content-transfer-encoding: 7BIT X-Accept-Language: nl-NL, nl, en User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050803) X-Enigmail-Version: 0.92.0.0 References: <1b8bc14505090909472ddfec77@mail.gmail.com> X-Archives-Salt: 941f9d05-3f43-44dc-ab9b-dd5549facb4f X-Archives-Hash: b7415267478750c05d1171c984b8e3ab renna bud schreef: > is there a command to let me know the name and model of my > motherboard, without having to open my pc-case (or worse to find the > manual and box in which it came) ? thanks Hi, renna, As far as I know, there is not such a command-- but there is a command to find out the information that you're probably looking for (which is not actually the mobo make and model, but the mobo *chipset*). You need to know the chipset to work effectively with the kernel; and the command (as root) #lscpci will most likely give you the information you need, as follows: lspci 0000:00:00.0 Host bridge: VIA Technologies, Inc. VT8366/A/7 [Apollo KT266/A/333] 0000:00:01.0 PCI bridge: VIA Technologies, Inc. VT8366/A/7 [Apollo KT266/A/333 AGP] 0000:00:09.0 Multimedia audio controller: C-Media Electronics Inc CM8738 (rev 10) 0000:00:0c.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10) 0000:00:11.0 ISA bridge: VIA Technologies, Inc. VT8233 PCI to ISA Bridge 0000:00:11.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06) 0000:00:11.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 1b) 0000:00:11.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 1b) 0000:00:11.4 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 1b) 0000:01:00.0 VGA compatible controller: ATI Technologies Inc R350 AH [Radeon 9800] 0000:01:00.1 Display controller: ATI Technologies Inc Radeon R350 [Radeon 9800] (Secondary) As you can see, my chipset is "clearly" identified as an Apollo KT266A at with a bus speed of 333 Mhz, VIA is plastered all over the motherboard resources (host bridge, PCI bridge, USB controller are all motherboard resources), so it's a VIA chipset, and you also see the chip numbers for the northbridge and southbridge chips (or you would see the southbridge if I was using the onboard sound), which is variously listed as 8233 or VT82686, so you'd know what options were for your actual mobo when you're configuring your kernel. However, if you really *really* need to know the mobo manufacturer and model number for some other reason, I would suggest: 1) looking at your invoice (some computer stores do list the parts they used when building the PC, some don't) 2) looking in the manual you may have received (the 'specifications' area of any manual is supposed to tell you what parts the unit is made of) 3) going to the PC manufacturer's website and seeing if they list the parts used in your model (this could be in service, rather than on the product page). Hope this helps, Holly -- gentoo-user@gentoo.org mailing list