![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEijKe2ZVQq_Da24LmKZi2k8xn-n8bzMNmDYaj_KtjWS6q3b0kKRDevmf1cR7fqFsq6pVu18LWv7DLItFMtXpVX6ENTMwEAgWePtPIZL0hevbfgYAbWhjrvBseQBuMiyv1kZvGROMW_TYLg/s800/WinTuxIcon70x82.png)
$ lspci -h
gives out available options for listing PCI devices.
For example,
$ lspci -nn
shows up both textual and numeric ID's.
There is a similar command for USB devices:
$ lsusb -h
For the same purposes in Windows there is a nice program devcon.exe - it can be downloaded from http://support.microsoft.com/kb/311272.
For instance, command
> devcon findall PCI*
lists all PCI devices. The following command shows up all PCI devices with assigned system resources:
> devcon resources PCI*
0 comments:
Post a Comment