From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752161AbcL0HsU (ORCPT ); Tue, 27 Dec 2016 02:48:20 -0500 Received: from basicbox7.server-home.net ([195.137.212.29]:36522 "EHLO basicbox7.server-home.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751014AbcL0HsN (ORCPT ); Tue, 27 Dec 2016 02:48:13 -0500 Subject: Re: Question regarding power button of Dell XPS13 To: Paul Menzel , Linus Torvalds , Len Brown References: <85733318-50fd-80b7-af45-b4cc76e8a076@molgen.mpg.de> Cc: Lv Zheng , linux-kernel@vger.kernel.org From: Thorsten Leemhuis Message-ID: <84248048-bf13-af3a-a834-3b460dabdf0d@leemhuis.info> Date: Tue, 27 Dec 2016 08:48:09 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <85733318-50fd-80b7-af45-b4cc76e8a076@molgen.mpg.de> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Lo! On 23.12.2016 13:36, Paul Menzel wrote: > > I heard that you both have a Dell XPS13. I got the “revision” 9360, and > installed Debian Stretch/testing on it with Linux 4.8.15 and Linux 4.9-rc8. > > When pressing the power button the GNOME dialog, asking what to do > (restart, power off, …) doesn’t appear. > > Neither `xev` nor `acpi_listen` show something, so I submitted ticket > #190871 [1], and Lv already looked at it. > > Just to make sure, that it is really a Linux problem, does the power > button work for you? TWIMC: A power button press works fine for me on Fedora 25 Workstation Edition (running 4.9 currently, but I think it worked with the stock Fedora kernel, too) on my 9360. From a quick look in the bug report you mentioned it looks a bit like you might need to enable INTEL_VBTN in your kernel config. From the Kconfig: This driver provides support for the Intel Virtual Button interface. Some laptops require this driver for power button support. HTH, Ciao, Thorsten