So if it's not there, does that mean the device is not supported on Linux?
Yoik. Neither of the video ids is in the list....
My audio id is there - it is the integrated mobo audio, but it failed initialization - does it need something to be plugged into it to work?
Thanks again.
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of Paul Heinlein Sent: Wednesday, January 24, 2007 1:54 PM To: CentOS mailing list Subject: Re: [CentOS] How do I identify my hardware?
On Wed, 24 Jan 2007, Mark Hull-Richter wrote:
I have two issues with my machine - sound and video. My sound card is not recognized at all (I think it's on the mobo, but I'm not sure how to identify it), and I have an ATI dual video card with two screens, but both show the same output, so I'm guessing that my CentOS does not know what it is, either (they show up as unidentified in the config file).
What I do is
# get plain-language pci listing lspci # get numeric only pci listing lspci -n
Match the plain listing with the numeric listing to get the raw PCI ID of the device in question, e.g.,
# plain language 01:0c.0 Ethernet controller: Intel Corporation 82540EM Gigabit Ethernet Controller (rev 02)
# numeric 01:0c.0 0200: 8086:100e (rev 02)
Then head to the Linux PCI ID repo and search for the specific ID ($3 to awk :-), in this case, "8086:100e":
In this case, 8086 is an Intel vendor ID and 100e specifies a '82540EM Gigabit Ethernet Controller' device.
On Wed, 24 Jan 2007, Mark Hull-Richter wrote:
So if it's not there, does that mean the device is not supported on Linux?
I don't have a definitive answer, but it wouldn't surprise me if that's the case.
Yoik. Neither of the video ids is in the list....
If you can get the model number from a manual or by peeking in the case, you might try ATI's web site:
http://ati.amd.com/support/driver.html
My audio id is there - it is the integrated mobo audio, but it failed initialization - does it need something to be plugged into it to work?
It's likely that the correct driver isn't loaded -- either it's not present on your system or the installer didn't recognize it. You might try googling for "centos [your audio card]".