In order to find the exact address maps and to see a list of devices attached to different ports one can use:
sudo lshw
This outputs the hardware specs to the terminal. However in order to check the detailed specs in a graphical format, we need to use the lshw-gtk command. Before you do that, you first need to install it using:
sudo apt-get install lshw-gtk
Then running the lshw-gtk as sudo brings up the list of hardware that you can browse through. It is similar to checking the hardware information from Windows’ control panel.
That’s it. It provides you with relevant information about your processor, memory, display cards, and also some information about the devices connected to USB ports. A quite handy tool for Linux.


