Difference between revisions of "Hardware/Asus"

From NixOS Wiki
Jump to: navigation, search
(Inits page with note about finding the model number for laptops.)
 
(Add warning about the new wiki)
Line 1: Line 1:
 +
{{warning|1=You are reading an article on the deprecated unofficial wiki. For the up to date version of this article, see https://wiki.nixos.org/wiki/Hardware/Asus.}}
 +
 
{{Hardware/breadcrumb}}
 
{{Hardware/breadcrumb}}
  

Revision as of 16:31, 4 April 2024

Warning: You are reading an article on the deprecated unofficial wiki. For the up to date version of this article, see https://wiki.nixos.org/wiki/Hardware/Asus.

Laptops

Model number

Asus laptops will often have a Model Name, and a number of Model Numbers for that name. Most of the hardware will be the same between Model Numbers, but sometimes there are important differences, like the display panel used or presence of a discrete GPU.

It is unconfirmed, but highly likely that this command will give the actual Model Number, mapping to a specific sold model.

sudo nix-shell -p dmidecode --run "dmidecode -t 11" | grep 'String 4' | sed -e 's/\s//g' | cut -d':' -f2

This command looks at String 4 under the OEM Strings section.