I've recently read:<br>
<br>
<a href="http://www.cyberciti.biz/tips/linux-find-supported-pci-hardware-drivers.html">Linux Find Out If PCI Hardware Supported or Not In The Current Running Kernel</a><br>
<br>
So, if I:<br>
<br>
<code>grep 27d8 /lib/modules/$(uname -r)/modules.pcimap<br>
<br>
and see this:<br>
<br>
</code>snd-hda-intel 0x00008086 0x000027d8 0xffffffff 0xffffffff 0x00000000 0x00000000 0x0<br>
<br>
then it's sure that my PCI Hardware is supported? I Don't need anything to do?<br>
Is there a way for lsusb too?<br>
How could I know that my hardware (connected to my pc or not) is
supported? - sorry for asking this: but is there a "devmgmt.msc"
(windows..) "like" software, solution under Linux, where can I see that
is my pc's hardwares recognized correctly?<br>
<br>
Thank you<br>