kernel-packages team mailing list archive
-
kernel-packages team
-
Mailing list archive
-
Message #160822
[Bug 1488719] Re: dmesg shows "[drm:gen8_irq_handler [i915]] *ERROR* The master control interrupt lied (SDE)!"
>From Comment #124
(https://bugs.launchpad.net/linux/+bug/1488719/comments/124):
> ... I did this now for a lot of times (because setting the display
settings up again sucks)
I had luck with the following. It removed all of the dmesg's except one:
$ uname -a
Linux qotom 3.19.0-49-generic ...
$ sudo lspci | grep -is vga
00:02.0 VGA compatible controller: Intel Corporation
Broadwell-U Integrated Graphics (rev 09)
And then use the "00:02.0":
$ sudo cat /etc/rc.local
#!/bin/sh -e
# ...
# By default this script does nothing.
setpci -s 00:02.0 F4.B=30
exit 0
Also see http://askubuntu.com/q/136593 and http://askubuntu.com/a/157344
.
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1488719
Title:
dmesg shows "[drm:gen8_irq_handler [i915]] *ERROR* The master control
interrupt lied (SDE)!"
Status in Linux:
Confirmed
Status in linux package in Ubuntu:
Confirmed
Bug description:
On a recent intel NUC using i915 graphics, I get the following errors
in dmesg:
[drm:gen8_irq_handler [i915]] *ERROR* The master control interrupt
lied (SDE)!
There are two monitors connected to this box, one with mini-
HDMI->HDMI, one with mini-DP->HDMI cable.
Maybe related:
https://bugs.freedesktop.org/show_bug.cgi?id=80896
ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: linux-image-generic 3.19.0.26.25
ProcVersionSignature: Ubuntu 3.19.0-26.28-generic 3.19.8-ckt4
Uname: Linux 3.19.0-26-generic x86_64
ApportVersion: 2.17.2-0ubuntu1.3
Architecture: amd64
Date: Wed Aug 26 10:07:31 2015
InstallationDate: Installed on 2015-08-01 (24 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-26-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
SourcePackage: linux
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1488719/+subscriptions
References