diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2017-12-17 01:33:50 -0500 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2017-12-17 01:33:50 -0500 |
commit | 3418e6974d1bf8f44700eac00f70968d4cfca15e (patch) | |
tree | 1081546ff7acb9cc9d3ff5cf65387467577f6463 /docs/hardware | |
parent | 8869b58039937c4908eeb19dd0d255c7beb7c5ed (diff) | |
download | librebootfr-3418e6974d1bf8f44700eac00f70968d4cfca15e.tar.gz librebootfr-3418e6974d1bf8f44700eac00f70968d4cfca15e.zip |
Correct shell command returning CPUID on the X200
Diffstat (limited to 'docs/hardware')
-rw-r--r-- | docs/hardware/x200.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/hardware/x200.md b/docs/hardware/x200.md index c5f535cb..b7bb434b 100644 --- a/docs/hardware/x200.md +++ b/docs/hardware/x200.md @@ -236,9 +236,7 @@ different, so this page might be BS) pehjota started collecting some steppings for different CPUs on several X200 laptops. You can get the CPUID by running: - # dmesg | sed -n 's/\^.\* microcode: CPU0 - -sig=0x\\(\[\^,\]\*\\),.\*\$/\\1/p' + # dmesg | sed -n 's/.*microcode:.*sig=\([^,]*\),.*$/\1/p' | uniq What pehjota wrote: The laptops that have issues resuming from suspend, as well as a laptop that (as I mentioned earlier in \#libreboot) won't |