To answer my own question:

After a lot of diffing and searching, I was able to find out, that these
were the modules that I was missing:

CONFIG_TCG_TPM=y
CONFIG_TCG_TIS=y
CONFIG_HID_LENOVO=y
CONFIG_THINKPAD_ACPI=y
CONFIG_THINKPAD_ACPI_ALSA_SUPPORT=y
CONFIG_THINKPAD_ACPI_VIDEO=y
CONFIG_THINKPAD_ACPI_HOTKEY_POLL=y
CONFIG_ACPI_WMI=y

Without these modules, a X1 Carbon won't wake up from standby

Cheers
  Ralf


On 08/25/2015 02:56 PM, Ralf wrote:
> Hi folks,
>
> i just got my brand new Lenovo X1 Carbon and trying to get Gentoo
> running on it.
>
> Beside some really big issues (HiDPI display, 2048x1152 resolution on
> a 14" display really sucks on linux, xrandr scaling is horrible, no
> scaling is damn too small to read, missing touch support in most
> applications, ...) I have a big problem with my kernel:
>
> It doesn't come back from standby.
> After closing the lid, the standby LED starts breathing, opening the
> lid doesn't change anything, even pressing the power button does not
> wake up the system. The only option is to reset the system by holding
> down the power button. Journalctl doesn't say anything except of
> "System reboot" after the Standby message:
>
>     ralf@omega:~$ sudo journalctl | grep -i "lid closed" -A
>     10                                                                        
>                                                           
>     130
>     Aug 23 19:12:20 omega systemd-logind[2075]: Lid closed.
>     Aug 23 19:12:20 omega systemd-logind[2075]: Suspending...
>     Aug 23 19:12:20 omega systemd[1]: Reached target Sleep.
>     Aug 23 19:12:20 omega systemd[1]: Starting Suspend...
>     Aug 23 19:12:20 omega systemd-sleep[2175]: Suspending system...
>     -- Reboot --
>     ......
>
> So I tried installing Arch linux (same kernel version, 4.1.6). Arch
> wakes up without any problems. As a try and quick fixI copied the Arch
> Kernel+Modules to my Gentoo system and it works fine, which means to
> me that I probably have a misconfigured kernel.
> But that's not the Gentoo way, I'd like to compile the kernel on my own.
>
> Does anyone know what I might be missing in my kernel config?
> Or does anyone also have a X1 Carbon 3rd generation and would like to
> share the .config with me?
>
>
> Anything helps!
>
> Cheers
>   Ral 

Reply via email to