Re: [gentoo-user] Gentoo on a Lenovo X1 Carbon (3rd gen)

2015-08-26 Thread Ralf
Well, I don't know if all of those modules are really necessary, I just activated them as Arch used to load them. But you are right, it' probably the ACPI_WMI one. No, of course I don't use the TPM stuff. Maybe I'll try to successively deactivate unneeded modules and see at which point it fails.

Re: [gentoo-user] Gentoo on a Lenovo X1 Carbon (3rd gen)

2015-08-26 Thread Mick
On Wednesday 26 Aug 2015 22:42:02 Ralf wrote: So I was able to figure it out... Don't ask me why, but it's the TPM module. Without enabling CONFIG_TCG_TPM=y CONFIG_TCG_TIS=y my X1 Carbon won't wake up from standby. Cheers Ralf It uses TPM to store the encryption key for the fs.

Re: [gentoo-user] Gentoo on a Lenovo X1 Carbon (3rd gen)

2015-08-26 Thread Ralf
Uhm - why should it do so? And why should it do so if the module is NOT available? In deed, I do have full disc encryption, but the key stays inside RAM if the machine goes to standby.Furthermore, I did not configure TPM (yet). Maybe the TPM Chip (if enabled by the bios) needs some

Re: [gentoo-user] Gentoo on a Lenovo X1 Carbon (3rd gen)

2015-08-26 Thread Ralf
So I was able to figure it out... Don't ask me why, but it's the TPM module. Without enabling CONFIG_TCG_TPM=y CONFIG_TCG_TIS=y my X1 Carbon won't wake up from standby. Cheers Ralf On 08/26/2015 01:22 PM, Jeremi Piotrowski wrote: On Wed, Aug 26, 2015 at 10:06 AM, Ralf

Re: [gentoo-user] Gentoo on a Lenovo X1 Carbon (3rd gen)

2015-08-26 Thread Ralf
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

Re: [gentoo-user] Gentoo on a Lenovo X1 Carbon (3rd gen)

2015-08-26 Thread Jeremi Piotrowski
On Wed, Aug 26, 2015 at 10:06 AM, Ralf ralf+gen...@ramses-pyramidenbau.de wrote: 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 Are you actually using the TPM? This

Re: [gentoo-user] Gentoo on a Lenovo X1 Carbon (3rd gen)

2015-08-25 Thread Ralf
On 08/25/2015 03:21 PM, Alec Ten Harmsel wrote: On Tue, Aug 25, 2015 at 02:56:10PM +0200, Ralf wrote: Hi folks, i just got my brand new Lenovo X1 Carbon and trying to get Gentoo running on it. I have a big problem with my kernel: It doesn't come back from standby. After closing the

Re: [gentoo-user] Gentoo on a Lenovo X1 Carbon (3rd gen)

2015-08-25 Thread Ralf
On 08/25/2015 03:35 PM, Alan McKinnon wrote: On 25/08/2015 14:56, 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

Re: [gentoo-user] Gentoo on a Lenovo X1 Carbon (3rd gen)

2015-08-25 Thread Alec Ten Harmsel
On Tue, Aug 25, 2015 at 06:38:16PM +0200, Ralf wrote: On 08/25/2015 03:21 PM, Alec Ten Harmsel wrote: Do you have SUSPEND=y (just checking)? Other things that I can see related to suspend are SUSPEND_FREEZER, ACPI_SLEEP, APM_IGNORE_USER_SUSPEND, and a bunch of Thinkpad/Lenovo related

Re: [gentoo-user] Gentoo on a Lenovo X1 Carbon (3rd gen)

2015-08-25 Thread Ralf
Hi, On 08/25/2015 03:45 PM, Jeremi Piotrowski wrote: I have a T440s and would expect the two to be quite similar from an ACPI point of view, so let's see if I can help. On Tue, 25 Aug 2015, Ralf wrote: It doesn't come back from standby. After closing the lid, the standby LED starts

Re: [gentoo-user] Gentoo on a Lenovo X1 Carbon (3rd gen)

2015-08-25 Thread wabenbau
Ralf ralf+gen...@ramses-pyramidenbau.de 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

Re: [gentoo-user] Gentoo on a Lenovo X1 Carbon (3rd gen)

2015-08-25 Thread Hinnerk van Bruinehsen
On Tue, Aug 25, 2015 at 06:39:12PM +0200, Ralf wrote: On 08/25/2015 03:35 PM, Alan McKinnon wrote: Grab the .config files from both running systems and diff them. Expect the output to be long but with care you can narrow down the important differences. I also had that idea. The problem

Re: [gentoo-user] Gentoo on a Lenovo X1 Carbon (3rd gen)

2015-08-25 Thread Alec Ten Harmsel
On Tue, Aug 25, 2015 at 02:56:10PM +0200, Ralf wrote: Hi folks, i just got my brand new Lenovo X1 Carbon and trying to get Gentoo running on it. 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

[gentoo-user] Gentoo on a Lenovo X1 Carbon (3rd gen)

2015-08-25 Thread Ralf
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

Re: [gentoo-user] Gentoo on a Lenovo X1 Carbon (3rd gen)

2015-08-25 Thread Alan McKinnon
On 25/08/2015 14:56, 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

Re: [gentoo-user] Gentoo on a Lenovo X1 Carbon (3rd gen)

2015-08-25 Thread Jeremi Piotrowski
I have a T440s and would expect the two to be quite similar from an ACPI point of view, so let's see if I can help. On Tue, 25 Aug 2015, Ralf wrote: It doesn't come back from standby. After closing the lid, the standby LED starts breathing, opening the lid doesn't change anything, even