View previous topic :: View next topic |
Author |
Message |
ali_abedi n00b
Joined: 13 Oct 2004 Posts: 25 Location: London, UK
|
Posted: Mon Oct 18, 2004 1:13 pm Post subject: How do I get lspci installed on my server |
|
|
Guys, I don't have lspci on my server, I have a look in the /proc/pci file at the moment but it would be so much easier just to have lspci?
Can someone tell me where to get it from and how to install it?
Thanks
Ali |
|
Back to top |
|
|
furanku l33t
Joined: 08 May 2003 Posts: 905 Location: Hamburg, Germany
|
Posted: Mon Oct 18, 2004 1:19 pm Post subject: |
|
|
Code: | # qpkg -f `which lspci`
sys-apps/pciutils *
|
So the answer is: Do as root a
It will be installed in /sbin, so you should become root to have it in your path. |
|
Back to top |
|
|
ali_abedi n00b
Joined: 13 Oct 2004 Posts: 25 Location: London, UK
|
Posted: Mon Oct 18, 2004 1:51 pm Post subject: |
|
|
furanku wrote: | Code: | # qpkg -f `which lspci`
sys-apps/pciutils *
|
So the answer is: Do as root a
It will be installed in /sbin, so you should become root to have it in your path. |
Thanks a lot |
|
Back to top |
|
|
|