Gentoo Archives: gentoo-user

From: meino.cramer@×××.de
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Curiosity...
Date: Sat, 29 Jan 2011 18:05:23
Message-Id: 20110129170407.GA20178@solfire
In Reply to: Re: [gentoo-user] Curiosity... by Volker Armin Hemmann
1 Volker Armin Hemmann <volkerarmin@××××××××××.com> [11-01-29 17:56]:
2 > On Saturday 29 January 2011 17:34:18 meino.cramer@×××.de wrote:
3 > > Volker Armin Hemmann <volkerarmin@××××××××××.com> [11-01-29 16:39]:
4 > > > On Saturday 29 January 2011 15:18:10 meino.cramer@×××.de wrote:
5 > > > > Hi,
6 > > > >
7 > > > > when listing my hardware with lshw I find some stuff build
8 > > > > into my ASUS Crosshair IV Formula, which I seem not to use
9 > > > > and I like to know, for what it is good for:
10 > > > >
11 > > > > These are excerpts from the output of lshw:
12 > > > > *-serial UNCLAIMED
13 > > > >
14 > > > > description: SMBus
15 > > > > product: SBx00 SMBus Controller
16 > > > > vendor: ATI Technologies Inc
17 > > > > physical id: 14
18 > > > > bus info: pci@0000:00:14.0
19 > > > > version: 41
20 > > > > width: 32 bits
21 > > > > clock: 66MHz
22 > > > > configuration: latency=0
23 > > >
24 > > > sensors, and spd-eprom are accessed this way.
25 > > >
26 > > > > and
27 > > > >
28 > > > > *-isa
29 > > > >
30 > > > > description: ISA bridge
31 > > > > product: SB700/SB800 LPC host controller
32 > > > > vendor: ATI Technologies Inc
33 > > > > physical id: 14.3
34 > > > > bus info: pci@0000:00:14.3
35 > > > > version: 40
36 > > > > width: 32 bits
37 > > > > clock: 66MHz
38 > > > > capabilities: isa bus_master
39 > > > > configuration: latency=0
40 > > >
41 > > > today's incarnation is called 'lpc'. Your sensor chip is probably
42 > > > accessed through this. Also connectiopn sensor/superio-chipset.
43 > > >
44 > > > > and
45 > > > >
46 > > > > *-multimedia
47 > > > >
48 > > > > description: Audio device
49 > > > > product: GF108 High Definition Audio
50 > > > > Controller
51 > > > > vendor: nVidia Corporation
52 > > > > physical id: 0.1
53 > > > > bus info: pci@0000:08:00.1
54 > > > > version: a1
55 > > > > width: 32 bits
56 > > > > clock: 33MHz
57 > > > > capabilities: pm msi pciexpress
58 > > > > bus_master cap_list
59 > > > > configuration: driver=HDA Intel
60 > > > > latency=0
61 > > > > resources: irq:25
62 > > > > memory:fe97c000-fe97ffff
63 > > > >
64 > > > > (I have a MSI GT430 (nvidia) card and onboard audio:
65 > > > > *-multimedia
66 > > > >
67 > > > > description: Audio device
68 > > > > product: SBx00 Azalia (Intel HDA)
69 > > > > vendor: ATI Technologies Inc
70 > > > > physical id: 14.2
71 > > > > bus info: pci@0000:00:14.2
72 > > > > version: 40
73 > > > > width: 64 bits
74 > > > > clock: 33MHz
75 > > > > capabilities: pm bus_master cap_list
76 > > > > configuration: driver=HDA Intel latency=64
77 > > > > resources: irq:16 memory:fcaf8000-fcafbfff
78 > > > >
79 > > > > ).
80 > > > >
81 > > > >
82 > > > >
83 > > > > lspci -k of those device/chips/whatever does say for the nvidia
84 > > > > audio:
85 > > > >
86 > > > > 08:00.1 Audio device: nVidia Corporation GF108 High Definition Audio
87 > > > > Controller (rev a1) Subsystem: Micro-Star International Co., Ltd.
88 > > > > Device 2304
89 > > > >
90 > > > > Kernel driver in use: HDA Intel
91 > > > > Kernel modules: snd-hda-intel
92 > > > >
93 > > > > but...for what reason there is an audio device in my graphics card?
94 > > > > Sounds to me like a bicycle with onboard toaster... ;)
95 > > >
96 > > > hdmi.
97 > > > Because hdmi is able to transport sound. Also look up the DRM mess.
98 > > >
99 > > > > for the smbus thingy as for the ISA-bridge there no additional info.
100 > > > > For what reason there is an ISA bridge on a board which skipped
101 > > > > floppy controller and IDE???
102 > > >
103 > > > yes.
104 > > >
105 > > > > How can I make what use of it?
106 > > >
107 > > > you probably already do.
108 > >
109 > > How do you define "probably" ? :)
110 >
111 > well, your board is able to boot. So the bios is able to access spdrom to read
112 > the memory settings. This is done via smbus.
113 > If you use sensors, you are probably using isa/lipc bus to access the chip.
114 > And even if you don't. Do you have a ps/2 keyboard? The keyboard controller
115 > sits in the same superio chip as the sensors.
116 >
117
118 Ah! I see...but I would think, that the driver for the kbd and/or the
119 access to the sensors would led to a "Kernel driver in use:"- or
120 "Kernel modules:"-entry when using lspci -k, where the SMBUS-thingy
121 is listed. But nothing...
122
123 ?

Replies

Subject Author
Re: [gentoo-user] Curiosity... Dale <rdalek1967@×××××.com>
Re: [gentoo-user] Curiosity... Volker Armin Hemmann <volkerarmin@××××××××××.com>