Gentoo Archives: gentoo-user

From: Alec Ten Harmsel <alec@××××××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Gentoo on a Lenovo X1 Carbon (3rd gen)
Date: Tue, 25 Aug 2015 13:22:03
Message-Id: 20150825132149.GA1788@apio.adsroot.itcs.umich.edu
In Reply to: [gentoo-user] Gentoo on a Lenovo X1 Carbon (3rd gen) by Ralf
1 On Tue, Aug 25, 2015 at 02:56:10PM +0200, Ralf wrote:
2 > Hi folks,
3 >
4 > i just got my brand new Lenovo X1 Carbon and trying to get Gentoo
5 > running on it.
6 > ....
7 > I have a big problem with my kernel:
8 >
9 > It doesn't come back from standby.
10 > After closing the lid, the standby LED starts breathing, opening the lid
11 > doesn't change anything, even pressing the power button does not wake up
12 > the system. The only option is to reset the system by holding down the
13 > power button. Journalctl doesn't say anything except of "System reboot"
14 > after the Standby message:
15 >
16 > ralf@omega:~$ sudo journalctl | grep -i "lid closed" -A
17 > 10
18 > 130
19 > Aug 23 19:12:20 omega systemd-logind[2075]: Lid closed.
20 > Aug 23 19:12:20 omega systemd-logind[2075]: Suspending...
21 > Aug 23 19:12:20 omega systemd[1]: Reached target Sleep.
22 > Aug 23 19:12:20 omega systemd[1]: Starting Suspend...
23 > Aug 23 19:12:20 omega systemd-sleep[2175]: Suspending system...
24 > -- Reboot --
25 > ......
26 >
27 > So I tried installing Arch linux (same kernel version, 4.1.6). Arch
28 > wakes up without any problems. As a try and quick fixI copied the Arch
29 > Kernel+Modules to my Gentoo system and it works fine, which means to me
30 > that I probably have a misconfigured kernel.
31 > But that's not the Gentoo way, I'd like to compile the kernel on my own.
32
33 Cool, at least it is supported. I know someone with that got a brand new
34 Lenovo about a year ago and had loads of issues with it, even with the
35 bleeding edge kernels in Arch.
36
37 > Does anyone know what I might be missing in my kernel config?
38 > Or does anyone also have a X1 Carbon 3rd generation and would like to
39 > share the .config with me?
40
41 Do you have SUSPEND=y (just checking)? Other things that I can
42 see related to suspend are SUSPEND_FREEZER, ACPI_SLEEP,
43 APM_IGNORE_USER_SUSPEND, and a bunch of Thinkpad/Lenovo related options.
44 I do not have suspend enabled on my laptop, so take this with a grain of
45 salt.
46
47 If you want to search various kernel options, you can run `make
48 menuconfig` in the source directory and use '/' (forward slash) to
49 search just like you're in `less'.
50
51 Alec

Replies

Subject Author
Re: [gentoo-user] Gentoo on a Lenovo X1 Carbon (3rd gen) Ralf <ralf+gentoo@×××××××××××××××××××.de>