Hi. If I want to find a 100% sure way to find out the model name of my laptop, is the *dmidecode* command the right way to go? I'm doing this for h-node, in case you were wondering.

I tried the following command and it gave me the right result.

sudo dmidecode | grep "System Information" -A 2


My laptop is Vostro 3300 from Dell. Here's the output I got.

System Information
        Manufacturer: Dell Inc.
        Product Name: Vostro 3300


So, is this the absolute way to be sure?

Reply via email to