You are not logged in.
Pages: 1
I have been experiencing random shutdowns since some time ago. I cannot say for sure after which upgrade, but I'm positive it only occurs in the 3.11 series.
My laptop simply shuts down (not a reboot!), the battery led lighting up for a second. After this, pressing the power button doesn't "wake up" the screen, which remains black and without any power (i.e. not even the backlight turns on). I press the power button once again, for a hard shutdown, and then everything works again. I cannot see a pattern -- sometimes this happens as soons as I boot into X, other times it can be after hours, even days.
Booting with the vanilla ARCH kernel never also elicits this behaviour.
My laptop is a Dell E5400.
There could be an error message somewhere from before the problem. In which logs should I look?
.config
http://pastebin.com/qZFgkiFB
lspci
00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)
00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
00:02.1 Display controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
00:1a.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 02)
00:1a.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 02)
00:1a.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 02)
00:1a.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 02)
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 (rev 02)
00:1c.4 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 5 (rev 02)
00:1d.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 02)
00:1d.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 02)
00:1d.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 02)
00:1d.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 92)
00:1f.0 ISA bridge: Intel Corporation ICH9M LPC Interface Controller (rev 02)
00:1f.2 SATA controller: Intel Corporation 82801IBM/IEM (ICH9M/ICH9M-E) 4 port SATA Controller [AHCI mode] (rev 02)
00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 02)
02:01.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev ba)
02:01.1 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 04)
02:01.2 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 21)
09:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5756ME Gigabit Ethernet PCI Express
0c:00.0 Network controller: Intel Corporation Ultimate N WiFi Link 5300edit: Today, for the first time, this happened with the vanilla ARCH kernel. The BIOS error log had an entry saying "Powerdown reason WDT".
Last edited by el mariachi (2013-11-02 11:55:03)
Offline
Might be a good idea to post this to ck's blog; he might answer you and other users might as well.
Offline
will do!
Offline
Today, for the first time, my laptop powered down with the ARCH kernel. The bios error log had an entry saying "Powerdown reason: WDT" why is the WDT shutting my computer down? Which log should I check when I boot correctly again?
Last edited by el mariachi (2013-11-02 12:32:27)
Offline
WDT = Watchdog Timer , https://en.wikipedia.org/wiki/Watchdog_timer .
kernel.log would be the place i'd look , but journalctl should also be able to show events from just before the shutdown.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Online
I noticed my keyboard/mouse sometimes freeze for a second (this can happen before the whole thing shuts down).
dmesg
[ 182.165463] ACPI: EC: GPE storm detected(9 GPEs), transactions will use polling mode
[ 368.918840] dell_wmi: Received unknown WMI event (0x0)
[ 1207.484117] perf samples too long (2506 > 2500), lowering kernel.perf_event_max_sample_rate to 50100Offline
Hi,
Ok I'm not using arch, but I am running a custom built 3.13 kernel (intel drm next branch) on a Dell 7440 and in the last few days after using the kernel for about 2 months with no issues, I started seeing *exactly* the same symptom of the laptop screen just going blank at random times. Because I usually have an enternal monitor plugged in I know its just the screen and not the whole laptop shutting down because the external monitors are not affected.
The common thing seems to be that I see the line:
dell_wmi: Received unknown WMI event (0x0)
in my dmesg too though I'm not 100% certain it correlates exactly with the times the screen switches off yet.
There hasn't been any followups to this, so I 'm guessing this problem stopped for you?
If not perhaps we can pool our data on this and submit a bug report to https://bugs.freedesktop.org ?
thanks,
Maks.
Offline
Pages: 1