From 3418e6974d1bf8f44700eac00f70968d4cfca15e Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Sun, 17 Dec 2017 01:33:50 -0500 Subject: Correct shell command returning CPUID on the X200 --- docs/hardware/x200.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'docs') 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 -- cgit v1.2.3-70-g09d2