Hardware/Asus: Difference between revisions
No edit summary |
m →Model number: replace sudo with # and use syntaxhighlight "console" for the provided command |
||
| Line 9: | Line 9: | ||
It is unconfirmed, but highly likely that this command will give the actual Model Number, mapping to a specific sold model. | It is unconfirmed, but highly likely that this command will give the actual Model Number, mapping to a specific sold model. | ||
<syntaxhighlight> | <syntaxhighlight lang=console> | ||
# nix-shell -p dmidecode --run "dmidecode -t 11" | grep 'String 4' | sed -e 's/\s//g' | cut -d':' -f2 | |||
</syntaxhighlight> | </syntaxhighlight> | ||