diff options
-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 |