Gentoo Archives: gentoo-user

From: Holly Bostick <motub@××××××.nl>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] how can i find out my motherboard?
Date: Fri, 09 Sep 2005 17:11:36
Message-Id: 4321C0CE.5060806@planet.nl
In Reply to: [gentoo-user] how can i find out my motherboard? by renna bud
1 renna bud schreef:
2 > is there a command to let me know the name and model of my
3 > motherboard, without having to open my pc-case (or worse to find the
4 > manual and box in which it came) ? thanks
5
6 Hi, renna,
7
8 As far as I know, there is not such a command-- but there is a command
9 to find out the information that you're probably looking for (which is
10 not actually the mobo make and model, but the mobo *chipset*).
11
12 You need to know the chipset to work effectively with the kernel; and
13 the command (as root)
14
15 #lscpci
16
17 will most likely give you the information you need, as follows:
18
19 lspci
20 0000:00:00.0 Host bridge: VIA Technologies, Inc. VT8366/A/7 [Apollo
21 KT266/A/333]
22 0000:00:01.0 PCI bridge: VIA Technologies, Inc. VT8366/A/7 [Apollo
23 KT266/A/333 AGP]
24 0000:00:09.0 Multimedia audio controller: C-Media Electronics Inc CM8738
25 (rev 10)
26 0000:00:0c.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
27 RTL-8139/8139C/8139C+ (rev 10)
28 0000:00:11.0 ISA bridge: VIA Technologies, Inc. VT8233 PCI to ISA Bridge
29 0000:00:11.1 IDE interface: VIA Technologies, Inc.
30 VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
31 0000:00:11.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB
32 1.1 Controller (rev 1b)
33 0000:00:11.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB
34 1.1 Controller (rev 1b)
35 0000:00:11.4 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB
36 1.1 Controller (rev 1b)
37 0000:01:00.0 VGA compatible controller: ATI Technologies Inc R350 AH
38 [Radeon 9800]
39 0000:01:00.1 Display controller: ATI Technologies Inc Radeon R350
40 [Radeon 9800] (Secondary)
41
42 As you can see, my chipset is "clearly" identified as an Apollo KT266A
43 at with a bus speed of 333 Mhz, VIA is plastered all over the
44 motherboard resources (host bridge, PCI bridge, USB controller are all
45 motherboard resources), so it's a VIA chipset, and you also see the chip
46 numbers for the northbridge and southbridge chips (or you would see the
47 southbridge if I was using the onboard sound), which is variously listed
48 as 8233 or VT82686, so you'd know what options were for your actual mobo
49 when you're configuring your kernel.
50
51 However, if you really *really* need to know the mobo manufacturer and
52 model number for some other reason, I would suggest:
53
54 1) looking at your invoice (some computer stores do list the parts they
55 used when building the PC, some don't)
56
57 2) looking in the manual you may have received (the 'specifications'
58 area of any manual is supposed to tell you what parts the unit is made of)
59
60 3) going to the PC manufacturer's website and seeing if they list the
61 parts used in your model (this could be in service, rather than on the
62 product page).
63
64 Hope this helps,
65 Holly
66 --
67 gentoo-user@g.o mailing list