Notifications
Clear all
0
06/06/2021 6:53 am
Topic starter
Hello guys, I need to know how can I find connected devices in Ubuntu 20.04. I am a long time user of Windows operating system in which the connected devices can be viewed through Device Manager, how to view it in Ubuntu.
Thanks.
1 Answer
0
06/06/2021 2:31 pm
In order to view connected devices in Ubuntu, you can install a package called hardinfo on your system with following command:
sudo apt install hardinfo
once the app is installed, you can run it either from dash, or running a command in terminal 'hardinfo'.
Only using through command line, you can use lspci and lsusb command as well.
Hope this helps.