R
ryanvade
Guest
Hello everyone,
I don't think this should be in the forum assistance or forum announcements..so I put it here.
When seeking help on the forum, providing hardware specifications can be the key to solving problems. With this post I hope to show some basic commands and tools to help everyone do that.
My first program is a newcomer that I saw on LAS (Linux action show, jupiterbroadcasting.com)
I don't think this should be in the forum assistance or forum announcements..so I put it here.
When seeking help on the forum, providing hardware specifications can be the key to solving problems. With this post I hope to show some basic commands and tools to help everyone do that.
My first program is a newcomer that I saw on LAS (Linux action show, jupiterbroadcasting.com)
- I-Nex. This program is the GNU/Linux equivalent to CPU-Z from Windows. It provides an easy to use interface and can generate reports that users can upload to sites like postbin. I recommend using this tool to make hardware reports and attaching them to your posts here at linux.org home page: http://i-nex.linux.pl/ The second Tool I want to mention is LSHW. LSHW (LiSt HardWare) is a commandline/graphical tool that gives just as much information as I-Nex. The difference being comandline support.
- Lastly I am going to mention good old lspci. List PCI is a program that will list all the pci devices on a computer. When using it in a general way, lspci will only name the PCI devices and the device ID. To get more detailed information on a PCI device, you can use the following:
Code:
lspci -v -s ID