Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753842AbbF0S44 (ORCPT ); Sat, 27 Jun 2015 14:56:56 -0400 Received: from mout.web.de ([212.227.15.14]:55015 "EHLO mout.web.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753797AbbF0S4r (ORCPT ); Sat, 27 Jun 2015 14:56:47 -0400 Message-ID: <558EF1EB.2050100@web.de> Date: Sat, 27 Jun 2015 20:56:43 +0200 From: Nils Rennebarth User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: linux-kernel@vger.kernel.org Subject: How to debug reboot/powerdown problems OpenPGP: id=A5DF2E27 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K0:VaGT/jWHCFTnMFv8qhmsT/oo3hjnoXWJybzUNaCPgMZcyJn6uB7 5SFuxs6XnvZDyjDwlk46vf0CHpe3niU3Wfe2xfF+unkhLu3N9gCln+wmgk9P3QhQ1KNXJLy K3qqN4Ap83IcfQk0/2S+F/WOeQOU30nJf5Izu6etANuk+ObD1PUZX1LW4fiGadNEIHIaw/w r4Akr7tIIepngJe1QHcXg== X-UI-Out-Filterresults: notjunk:1;V01:K0:aUuzOMT8g+o=:xe3WkSybrO6dUlutb6JHAw 3kb2ecQ8LZ3dy20T6aVndWEApftYrY9pxW10h1wEOGC1AoppoSXafgoN8bHhje3czyx8VPx8X P1o9p47aCIkjUR7kNBUhiluAT4dOzBaXR6pXscvR1yaUzWQTRrGt0lWHORPz5GVxyKf+AIyJa vZSpaaUzS+Eh49OQaf8PorEtdtd9lueN0Ap0tVxQyihL82ch0nrKQlOJgBmpTb12SrEfxZzyy y+ByAmEjjzxRIool0Pkq54L6mdSAjjI54ePEJqYh3RKAiG9tdXRadrywC0xSAv4oEov80UkO3 V47UICLfjbA1B5tCuPrmoi630CJh5AJsmrVhCub3S8Yzap2+OPZ5KnK3derl8eM+zuX9oBoUO +q1RjdU+UiP+N5OtJtmiFdnvf0wkyTSfhI/OkwOsFFt39kmZYQy8XZ//7AsIp3qZxFuzjxQhM 8h0PmH1TEU3bVQNa6P9mS4bHPPwAGc82klyhRjY9B/cDYPz43VOPoWsrXoZJ2PBK79VQtIssd bz1WMW3PN7GbmwGsHATTUzdNPzg1+gM+SA3cd4zVfCrz+E6ZGWAU6b1gtpO1FYX4b13AH1iNj LXmc7PIkILYDxKDrHpU+aPkFmgr/xGUF9VcfgUqGkF0UVGa50ENzH2sxln9GKimp2nYzqS3Ye ObddiM5ZZFIbntf0vOoPzdWDM3tvh/Ppu1zaKfOfZgS86VwHo91P8s164Lzvg7MTj1JY= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3569 Lines: 73 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I have a new Laptop, a Medion E4214, with a standard xubuntu LTS 14.04 installed. My problem is, that the notebook does neither reboot nor powerdown. It hangs late in the powerdown/reboot sequence, with no error message shown on the console, and I need to hold down the power button for 5s to switch it off hard. I switched off the grub splash screen, to not miss any console messages, I stopped X, network, sound and bluetooth, so that the loaded modules are only (lsmod output): Module Size Used by i915 1146880 1 drm_kms_helper 126976 1 i915 drm 352256 3 i915,drm_kms_helper i2c_algo_bit 16384 1 i915 video 28672 1 i915 ahci 36864 2 libahci 32768 1 ahci The problem persists, so if it the problem is in one of the drivers, it must be one of the drivers above. I tried to start with the reboot= set to acpi, bios, force or pci, to no avail. Needless to say, that the notebook reboots/powers off when running windows 8.1 The system is mostly intel, ValleyView SoC, with a Realtek Ethernet controller. Here is what lspci has to say: 00:00.0 Host bridge: Intel Corporation ValleyView SSA-CUnit (rev 0e) 00:02.0 VGA compatible controller: Intel Corporation ValleyView Gen7 (rev 0e) 00:12.0 SD Host controller: Intel Corporation ValleyView SDIO Controller (rev 0e) 00:13.0 SATA controller: Intel Corporation ValleyView 6-Port SATA AHCI Controller (rev 0e) 00:14.0 USB controller: Intel Corporation ValleyView USB xHCI Host Controller (rev 0e) 00:17.0 SD Host controller: Intel Corporation ValleyView MIPI-HSI Controller (rev 0e) 00:1a.0 Encryption controller: Intel Corporation ValleyView SEC (rev 0e) 00:1b.0 Audio device: Intel Corporation ValleyView High Definition Audio Controller (rev 0e) 00:1c.0 PCI bridge: Intel Corporation ValleyView PCI Express Root Port (rev 0e) 00:1c.1 PCI bridge: Intel Corporation ValleyView PCI Express Root Port (rev 0e) 00:1d.0 USB controller: Intel Corporation ValleyView USB Enhanced Host Controller (rev 0e) 00:1f.0 ISA bridge: Intel Corporation ValleyView Power Control Unit (rev 0e) 00:1f.3 SMBus: Intel Corporation ValleyView SMBus Controller (rev 0e) 02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 0c) Are there any options for startig / compiling to debug that further? Any tips appreciated. Nils -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJVjvHrAAoJEAB3yxxbZhEBI5wP/0nNLm7nANstRO0mqwzZDYFl 1r2iNhJ1HV7yPTCXR/SPnCd8RWG/DIbAMUQlB/BwUaH8qq0LPCS9SLB+1EtNDVpF s7xjRMuSG2HXJWJuQ1uS3TDCv2UYhRZLnklbJn4iYU/0nqkb6aP8rm/EXr03KcT/ QGWktXwG2gzOZskldV4E9RHgErbIwHD+A9VdUdNdU81czCeiCfhJeYpESWu50E+t 9n+GqsSubB1/e97PWnEGstYM4qK13qbZjExa1PXEFfElrniz/FKg0aLIZ4ODGmRD DkFgVtWeN6304GcpZprsQhWc4YzsnJf11JjTFWQKrUiIrmpxq+2T75BeGbCbAJeN pU6AL7IOZFxQnxyISjKXlS1sex/Wh/6ecitMIOtb9N/qbSWzc4ms6kuAs7kIRDYu 0se8i8nLu9ezxpEUsNYNeJpkrhNho0LcZSGiwu6Ahepu+9wjpV/lUfH3FFhkfoIW J8IUE5RiCsM3D+28emOBbEgwBS6NzCE68KnXMBC4a8uGyYA80/UNIcT2b/eX+4RC aG0M6KtTbX80HApHeIR4YlKBH1ByTNhSvp4O7Kcy6jxR8JD4C23+NTspEhC5dND0 xFMrbVOpl5ELUakv2cLDRGeLiA6Zfhg6FwnDmZBW2Dk7hO7FNJ6gi4gjKV1O/XVn bFYbXvfS4oIVKgP05Ouc =slY7 -----END PGP SIGNATURE----- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/