Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
61
rated 0 times [  61] [ 0]  / answers: 1 / hits: 80132  / 3 Years ago, sun, september 5, 2021, 7:04:48

I am unable to find my computer model name. I have Ubuntu 12.04. I tried HardInfo and System Monitor, but could not find it. I know this is a noob question, but any help is appreciated.


More From » 12.04

 Answers
5

The easy way is to make a text file to search in between do -



sudo lshw | grep product >file
gedit file


Everything will be displayed clearly.The first line will your product name.



You can also view release date , product name, baseband manufacture by followings-



sudo dmidecode -s bios-release-date
sudo dmidecode -s baseboard-product-name
sudo dmidecode -s baseboard-manufacturer


hpe its all clear now.


[#28104] Tuesday, September 7, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
doredtness

Total Points: 153
Total Questions: 113
Total Answers: 106

Location: South Georgia
Member since Fri, Nov 13, 2020
4 Years ago
;