[Kernel-packages] [Bug 1608042] Re: 64-bit XUbuntu 16.04 "Xenial" hybrid graphics (Intel + AMD): AMDGPU crashes / freezes / hangs entire system

2016-10-29 Thread Yuri Ribeiro Sucupira
While the first good commit isn't applied downstream (in order to fix
previous kernel versions), I currently recommend using stable kernel
4.7.4, available at http://kernel.ubuntu.com/~kernel-
ppa/mainline/v4.7.4/

There are newer stable kernel versions available, but I haven't tested
them. I can confirm, though, that kernel 4.7.4 solves the "freezing"
issue. One running 64-bit Ubuntu Linux and interested in installing
kernel 4.7.4 must download these files:

http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.7.4/linux-
headers-4.7.4-040704_4.7.4-040704.201609150330_all.deb

http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.7.4/linux-
headers-4.7.4-040704-generic_4.7.4-040704.201609150330_amd64.deb

http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.7.4/linux-
image-4.7.4-040704-generic_4.7.4-040704.201609150330_amd64.deb

...then open a shell terminal window, "cd" into the folder where these 3
DEB packages were downloaded to, and then run the command "sudo dpkg -i
linux-*.deb" (without the quotation marks) in order to manually install
the three DEBs. Then reboot the system.

For a complete list of kernels, visit http://kernel.ubuntu.com/~kernel-
ppa/mainline/?C=N;O=D

PS: for 32-bit systems, the 3 DEBs to be downloaded and installed are:

http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.7.4/linux-
headers-4.7.4-040704_4.7.4-040704.201609150330_all.deb

http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.7.4/linux-
headers-4.7.4-040704-generic_4.7.4-040704.201609150330_i386.deb

http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.7.4/linux-
image-4.7.4-040704-generic_4.7.4-040704.201609150330_i386.deb

If your system is hanging/freezing to the point that you can't even
login into the GUI, power off your computer, then turn it on again and
press the Esc key until you get into the GRUB menu. Afterwards, press
the E key in order to edit the grub menu, then go to the first instance
of the code "$vt_handoff" and add the "nomodeset" parameter right before
it.

Example:
=> Before = quiet splash $vt_handoff
=> After = quiet splash nomodeset $vt_handoff

After adding the "nomodeset" parameter, press the F10 key (or the Ctrl X
key combo). Linux will boot with Kernel Mode Setting (KMS) disabled,
then you will be able to log into the Graphical User Interface (GUI) and
then download and install a stable kernel.

Sorry for the long comment that is not a relevant info for those
investigating the bug. It just so other users know how to "deal" with
the bug while it's not fixed/removed from previous kernel versions.

-- 
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/1608042

Title:
  64-bit XUbuntu 16.04 "Xenial" hybrid graphics (Intel + AMD): AMDGPU
  crashes / freezes / hangs entire system

Status in linux package in Ubuntu:
  Triaged
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  Confirmed
Status in linux source package in Xenial:
  Triaged
Status in xserver-xorg-video-amdgpu source package in Xenial:
  Confirmed

Bug description:
  COMPUTER: Dell Inspiron 5548 laptop

  CPU: Intel(R) Core(TM) i7-5500U CPU @ 2.40GHz

  GRAPHICS: Intel-AMD hybrid:
  - CPU-integrated: Intel Corporation Broadwell-U Integrated Graphics (driver: 
i915)
  - GPU: Advanced Micro Devices, Inc. [AMD/ATI] Topaz XT [Radeon R7 M260/M265] 
(driver: amdgpu)

  OPERATING SYSTEM: 64-bit GNU/Linux XUbuntu 16.04 "Xenial"

  KERNEL: 4.4.0-31-generic

  PROBLEM: system hangs / freezes very frequently.
  I have Xscreensaver installed and noticed that when it's running an OpenGL 
animation (screensaver) and I move the touchpad pointer the screen freezes. I 
can still turn the keyboard LED backlight on and off (hence: keyboard doesn't 
stop working) but the pointer won't move (touchpad is locked) and I can't 
Ctrl-Alt-F[1-6] (switch TTY/terminals). Only solution is to power off my laptop 
(press and hold the power button).

  I usually select the "Molecule" screensaver (it uses OpenGL), then I
  click the "preview" button and wait for about 20 seconds, then I click
  the touchpad and the computer hangs.

  When I used XUbuntu 14.04 "Trusty" with AMD's fglrx (proprietary)
  driver I didn't experience such issue. After upgrading to 16.04
  "Xenial" (which doesn't support fglrx module/driver) amdgpu module is
  loaded by default but very frequently hangs the entire system.

  Sometimes I'm quick enough to go to TTYS1 and then I get to see some
  messages such as "HARD LOCKUP on CPU0" and "HARD LOCKUP on CPU1".
  However, it's not a hardware problem because I've already executed the
  Dell Hardware Diagnostics straight from the boot (it's an EFI
  utility), it tested all the hardware components (CPU, GPU, RAM,
  keyboard, touchpad, hard disk etc.) and didn't detect any faulty
  component.

  The attached file "amdgpu-bug.txt" is the reason why I'm pretty
  convinced that the problem is being caused by the amdgpu driver
  (although it seems to be related to how 

[Kernel-packages] [Bug 1608042] Re: 64-bit XUbuntu 16.04 "Xenial" hybrid graphics (Intel + AMD): AMDGPU crashes / freezes / hangs entire system

2016-09-15 Thread Yuri Ribeiro Sucupira
@Timo Aaltonen (tjaalton): after reading your comment, I decided to
install kernel 4.4.0-23.41, but it isn't available on the repo anymore,
so I installed kernel 4.4.0-24 (if "that revert is already in the xenial
kernel since Ubuntu-4.4.0-23.41", then installing kernel 4.4.0-24
shouldn't be a problem). Then I ran some tests and my system "froze". I
had to press the power button of my laptop to shut it down (hardware
power off).

First I executed "DRI_PRIME=1 glxgears" on the shell: all I got was a
black screen. Then I executed "xscreensaver-demo" and previewed the
"Molecule" screensaver, twice: at the first time, nothing happened (as
usual. This is normal), but at the second time the screen locked and I
had to use the "Ctrl Alt F1" combo to switch to TTYS1 and restart
lightdm (with the command "sudo service lightdm restart"). Then I
returned to TTYS7 (Ctrl Alt F7) and hit the "Power off" (software)
button, but the system hanged, so I had to press the physical "power"
button of my laptop.

If someone builds some 4.4.X kernel with the "good commit"
e9bef455af8eb0e837e179aab8988ae2649fd8d3 (mentioned in comment #33)
applied/patched, I can test it and confirm if the bug is still there.

-- 
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/1608042

Title:
  64-bit XUbuntu 16.04 "Xenial" hybrid graphics (Intel + AMD): AMDGPU
  crashes / freezes / hangs entire system

Status in linux package in Ubuntu:
  Triaged
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  Confirmed
Status in linux source package in Xenial:
  Triaged
Status in xserver-xorg-video-amdgpu source package in Xenial:
  New

Bug description:
  COMPUTER: Dell Inspiron 5548 laptop

  CPU: Intel(R) Core(TM) i7-5500U CPU @ 2.40GHz

  GRAPHICS: Intel-AMD hybrid:
  - CPU-integrated: Intel Corporation Broadwell-U Integrated Graphics (driver: 
i915)
  - GPU: Advanced Micro Devices, Inc. [AMD/ATI] Topaz XT [Radeon R7 M260/M265] 
(driver: amdgpu)

  OPERATING SYSTEM: 64-bit GNU/Linux XUbuntu 16.04 "Xenial"

  KERNEL: 4.4.0-31-generic

  PROBLEM: system hangs / freezes very frequently.
  I have Xscreensaver installed and noticed that when it's running an OpenGL 
animation (screensaver) and I move the touchpad pointer the screen freezes. I 
can still turn the keyboard LED backlight on and off (hence: keyboard doesn't 
stop working) but the pointer won't move (touchpad is locked) and I can't 
Ctrl-Alt-F[1-6] (switch TTY/terminals). Only solution is to power off my laptop 
(press and hold the power button).

  I usually select the "Molecule" screensaver (it uses OpenGL), then I
  click the "preview" button and wait for about 20 seconds, then I click
  the touchpad and the computer hangs.

  When I used XUbuntu 14.04 "Trusty" with AMD's fglrx (proprietary)
  driver I didn't experience such issue. After upgrading to 16.04
  "Xenial" (which doesn't support fglrx module/driver) amdgpu module is
  loaded by default but very frequently hangs the entire system.

  Sometimes I'm quick enough to go to TTYS1 and then I get to see some
  messages such as "HARD LOCKUP on CPU0" and "HARD LOCKUP on CPU1".
  However, it's not a hardware problem because I've already executed the
  Dell Hardware Diagnostics straight from the boot (it's an EFI
  utility), it tested all the hardware components (CPU, GPU, RAM,
  keyboard, touchpad, hard disk etc.) and didn't detect any faulty
  component.

  The attached file "amdgpu-bug.txt" is the reason why I'm pretty
  convinced that the problem is being caused by the amdgpu driver
  (although it seems to be related to how it interacts with the kernel,
  thus maybe the problem is kernel-related).

  WORKAROUND: Boot from GRUB with the nomodeset parameter. The graphics
  performance becomes terribly slow.

  -
  Apport output:

  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  BootLog:

  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
     Subsystem: Dell Broadwell-U Integrated Graphics [1028:0643]
     Subsystem: Dell Topaz XT [Radeon R7 M260/M265] [1028:0643]
  InstallationDate: Installed on 2016-07-29 (1 days ago)
  InstallationMedia: Xubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  MachineType: Dell Inc. Inspiron 5548
  Package: xorg 1:7.7+13ubuntu3
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-31-generic.efi.signed 
root=UUID=24cb3fff-5c01-4674-9c59-58d7d776fd70 ro quiet splash nomodeset 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Renderer: Software
  Tags:  xenial ubuntu
  Uname: Linux 

[Kernel-packages] [Bug 1579374] Re: amdgpu causes NULL pointer dereference when trying to use Topaz (Radeon R7 M265) GPU

2016-08-06 Thread Yuri Ribeiro Sucupira
As I reported here:

https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
amdgpu/+bug/1608042/comments/31

...my computer is exactly the same (Dell Inspiron 5448 laptop, BIOS A06,
hybrid graphics Intel Broadwell - module i915 + AMD Topaz XT R7
M260/M265 - module amdgpu) and after installing 64-bit XUbuntu 16.04
"Xenial" I got the same problem, because of the kernel 4.4.

I got rid of the kernel-AMD GPU issues after doing some reverse commit
and identifying that kernel 4.6-rc1 received a "good commit" that fixed
the problem.

I'm currently running 4.6-rc7, but I can confirm that from 4.6-rc1 ahead
the "NULL pointer dereference" bug's gone. From kernel 4.6-rc1 or newer
I'm able to execute "DRI_PRIME=1 glxgears" without experiencing any
issues.

-- 
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/1579374

Title:
  amdgpu causes NULL pointer dereference when trying to use Topaz
  (Radeon R7 M265) GPU

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  A Dell Inspiron 5448 / 0YDTG3 laptop (BIOS A06 10/12/2015), which used
  to work well with Ubuntu trusty and Ubuntu wily releases (using fglrx
  driver), presents multiple issues with Ubuntu xenial.

  When the amdgpu driver tries to activate the Radeon GPU, a NULL
  pointer dereference occurs, causing the caller process to hang. This
  practically causes the system to hang when trying a logoff or
  shutdown.

  The bug can be easily reproduced by calling:

  DRI_PRIME=1 glxgears

  Which hangs the glxgears process and causes the stacktrace attached
  below.

  The system also crashes with a kernel panic (capslock key blinking and
  system does not answer to magic SysRq keys) when coming back from a
  suspend.

  The bug reported in this forum post
  http://ubuntuforums.org/showthread.php?t=2318640 appears to be the
  same.

  Kernel 4.5.0-050400 from http://kernel.ubuntu.com/~kernel-
  ppa/mainline/v4.5-wily fixes the crashes and oopses, although the
  Radeon GPU still does not work (DRI_PRIME=1 glxgears opens a black
  window). However, at least the system can be used with the Intel GPU
  in a stable fashion.

  
  ---[cut]---

  $ lspci
  [...]
  04:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Topaz XT 
[Radeon R7 M260/M265]
  $ dmesg
  [...]
  [  129.188685] [drm] PCIE GART of 2048M enabled (table at 0x0004).
  [  129.429667] [drm] ring test on 0 succeeded in 14 usecs
  [  131.087501] [drm:gfx_v8_0_ring_test_ring [amdgpu]] *ERROR* amdgpu: cp 
failed to lock ring 1 (-2).
  [  131.087520] [drm:gfx_v8_0_ring_test_ring [amdgpu]] *ERROR* amdgpu: cp 
failed to lock ring 2 (-2).
  [  131.087533] [drm:gfx_v8_0_ring_test_ring [amdgpu]] *ERROR* amdgpu: cp 
failed to lock ring 3 (-2).
  [  131.087547] [drm:gfx_v8_0_ring_test_ring [amdgpu]] *ERROR* amdgpu: cp 
failed to lock ring 4 (-2).
  [  131.087558] [drm:gfx_v8_0_ring_test_ring [amdgpu]] *ERROR* amdgpu: cp 
failed to lock ring 5 (-2).
  [  131.087571] [drm:gfx_v8_0_ring_test_ring [amdgpu]] *ERROR* amdgpu: cp 
failed to lock ring 6 (-2).
  [  131.087582] [drm:gfx_v8_0_ring_test_ring [amdgpu]] *ERROR* amdgpu: cp 
failed to lock ring 7 (-2).
  [  131.087595] [drm:gfx_v8_0_ring_test_ring [amdgpu]] *ERROR* amdgpu: cp 
failed to lock ring 8 (-2).
  [  131.191024] [drm:sdma_v2_4_ring_test_ring [amdgpu]] *ERROR* amdgpu: ring 9 
test failed (0xCAFEDEAD)
  [  131.191034] [drm:amdgpu_resume [amdgpu]] *ERROR* resume 5 failed -22
  [  131.191043] [drm:amdgpu_resume_kms [amdgpu]] *ERROR* amdgpu_resume failed 
(-22).
  [  131.191149] amdgpu :04:00.0: couldn't schedule ib
  [  131.191179] [drm:amdgpu_sched_run_job [amdgpu]] *ERROR* Error scheduling 
IBs (-22)
  [  131.191203] [drm:amd_sched_main [amdgpu]] *ERROR* Failed to run job!
  [  131.201417] amdgpu :04:00.0: couldn't schedule ib
  [  131.201444] [drm:amdgpu_sched_run_job [amdgpu]] *ERROR* Error scheduling 
IBs (-22)
  [  131.201462] [drm:amd_sched_main [amdgpu]] *ERROR* Failed to run job!
  [  131.201465] amdgpu :04:00.0: couldn't schedule ib
  [  131.201479] [drm:amdgpu_sched_run_job [amdgpu]] *ERROR* Error scheduling 
IBs (-22)
  [  131.201493] [drm:amd_sched_main [amdgpu]] *ERROR* Failed to run job!
  [  131.201494] amdgpu :04:00.0: couldn't schedule ib
  [  131.201508] [drm:amdgpu_sched_run_job [amdgpu]] *ERROR* Error scheduling 
IBs (-22)
  [  131.201523] [drm:amd_sched_main [amdgpu]] *ERROR* Failed to run job!
  [  131.201524] amdgpu :04:00.0: couldn't schedule ib
  [  131.201535] [drm:amdgpu_sched_run_job [amdgpu]] *ERROR* Error scheduling 
IBs (-22)
  [  131.201546] [drm:amd_sched_main [amdgpu]] *ERROR* Failed to run job!
  [  131.201548] amdgpu :04:00.0: couldn't schedule ib
  [  131.201558] [drm:amdgpu_sched_run_job [amdgpu]] *ERROR* Error scheduling 
IBs (-22)
  [  131.201569] [drm:amd_sched_main [amdgpu]] *ERROR* Failed to run job!
  [  131.201571] amdgpu :04:00.0: couldn't 

[Kernel-packages] [Bug 1488719] Re: dmesg shows "[drm:gen8_irq_handler [i915]] *ERROR* The master control interrupt lied (SDE)!"

2016-03-09 Thread Yuri Ribeiro Sucupira
"I think the flickering problem only occurs if you use two external
monitors with e-port-dock."

In my case, my laptop suddenly powers off. But another bug that happens
in it is this: after a while with Xscreensaver running, the screen
flickers and remains that way for some 3 extra seconds after I type my
password and the screen is unlocked.

Weird thing is that after the screen is unlocked, some 3 seconds later
the flickering stops.

-- 
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:
  Fix Released
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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1488719]

2016-03-02 Thread Yuri Ribeiro Sucupira
Please see this bug report:

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1520040

This bug makes my Dell Latitude laptop shutdown (power off). In that bug
report I provided a lot of information about my system, logs and tests I
did. Currently, only kernel "3.13.0-36-generic" running module
"/lib/modules/3.13.0-36-generic/kernel/ubuntu/i915/i915_bdw.ko" doesn't
have this bug.

Hence, this bug is far from "solved" and shutting up dmesg definitely
won't solve it.

-- 
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:
  Fix Released
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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1488719] Re: dmesg shows "[drm:gen8_irq_handler [i915]] *ERROR* The master control interrupt lied (SDE)!"

2016-02-18 Thread Yuri Ribeiro Sucupira
This is a mysterious bug affecting a LOT of machines. As I suggested at
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1520040, as a
temporary workaround I recommend downgrading to kernel
"3.13.0-36-generic".

Try it out and see if it is of any help.

-- 
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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1520040] Re: [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control interrupt lied (SDE)!

2016-01-01 Thread Yuri Ribeiro Sucupira
By the way: "dmesg |grep -i error" and "dmesg |grep -i lied" are two
other shell commands I run, too. Where I mentioned above that I didn't
find the bug I mean that besides running "dmesg |grep -i i915" I also
ran the two previously mentioned commands and got no results (meaning
that no "error" string neither "lied" string was found).

-- 
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/1520040

Title:
  [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control interrupt
  lied (SDE)!

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Device: notebook Dell Inspiron 5548

  Operating system: 64-bit XUbuntu Linux 14.04 LTS

  Processor: Intel Core i7-5500U

  Kernel: 3.19.0-33-generic #38~14.04.1-Ubuntu SMP x86_64

  Video: dual chip. These are the two display controllers:
  - Advanced Micro Devices, Inc. [AMD/ATI] Topaz XT [Radeon R7 M260] display 
controller 3300Hz (requires kernel module / device driver "fglrx"); and
  - Intel Corporation Broadwell-U Integrated Graphics VGA compatible controller 
3300Hz (requires kernel module / device driver "i915").

  Problem: my notebook's operating system is switching to runlevel 0
  (power off) randomly, subtly and thus unexpectedly. And if I 'cat
  /var/log/kern.log |grep -i i915' I get a lot of "[drm:gen8_irq_handler
  [i915_bpo]] *ERROR* The master control interrupt lied (SDE)!"
  messages. I'm under the impression that either the kernel or the
  kernel module "i915_bpo" is buggy.

  My notebook's problem can't be related to overheating, because it's a
  brand-new notebook (less than 1 month old) and I've already monitored
  its temperature parameters: nothing abnormal is happening. Also, I'm
  using a cooling laptop base/pad.

  Other kernels I've tested, with which the same issue happens:
  - 3.19.0-18-generic (kernel module: i915_bpo)
  - 3.19.0-23-generic (kernel module: i915_bpo)
  - 3.19.0-28-generic (kernel module: i915_bpo)
  - 4.2.0-18-generic (kernel module: i915)

  Temporary workaround: I downgraded to kernel "3.13.0-36-generic",
  which isn't buggy with its "i915_bdw.ko" (version 3.0) kernel object
  (module). Full path for this module:
  /lib/modules/3.13.0-36-generic/kernel/ubuntu/i915/i915_bdw.ko

  Notes:
  - "bdw" stands for "Broadwell"
  - "bpo", I believe, stands for "backport"

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.19.0-33-generic 3.19.0-33.38~14.04.1
  ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7
  Uname: Linux 3.19.0-33-generic x86_64
  NonfreeKernelModules: wl fglrx
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Wed Nov 25 23:44:39 2015
  InstallationDate: Installed on 2015-11-03 (22 days ago)
  InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  SourcePackage: linux-lts-vivid
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  yuriyrs2832 F pulseaudio
   /dev/snd/controlC1:  yuriyrs2832 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=a08f36f9-0611-4894-9da9-8b1dcc960a86
  InstallationDate: Installed on 2015-11-03 (24 days ago)
  InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: Dell Inc. Inspiron 5548
  NonfreeKernelModules: fglrx wl
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-33-generic.efi.signed 
root=UUID=4f05c2b3-c971-4bf8-bcb6-a76d60b68e45 ro quiet splash 
video.use_native_backlight=1 intremap=no_x2apic_optout vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-33-generic N/A
   linux-backports-modules-3.19.0-33-generic  N/A
   linux-firmware 1.127.18
  Tags:  trusty
  Uname: Linux 3.19.0-33-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dialout dip fax floppy fuse lpadmin netdev 
plugdev sambashare scanner sudo tape video
  _MarkForUpload: True
  dmi.bios.date: 10/12/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A06
  dmi.board.name: 0YDTG3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A06
  dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd10/12/2015:svnDellInc.:pnInspiron5548:pvrA06:rvnDellInc.:rn0YDTG3:rvrA02:cvnDellInc.:ct8:cvrA06:
  dmi.product.name: Inspiron 5548
  dmi.product.version: A06
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1520040/+subscriptions

-- 
Mailing list: 

[Kernel-packages] [Bug 1520040] Re: [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control interrupt lied (SDE)!

2016-01-01 Thread Yuri Ribeiro Sucupira
Hello.

Happy New Year everyone.   :)

I have a doubt: I started testing these kernels and one of'em has the
following message in dmesg (shell command was 'dmesg | grep -i i915'):

[   11.547334] snd_hda_intel :00:03.0: bound :00:02.0 (ops
i915_audio_component_bind_ops [i915])

I understand that this isn't a bug (it seems that snd_hda_intel was
bound to the audio component of i915 and that's it), but since I'm not
100% sure about what this message actually means it doesn't hurt to ask.
Any consideration to be taken into account here?

Anyway, so far I've tested the following kernels and got the following
outputs from 'dmesg |grep -i i915':

1) v4.1.6-unstable:

[1.195451] [drm] Initialized i915 1.6.0 20150327 for :00:02.0 on minor 0
[2.311613] i915 :00:02.0: fb0: inteldrmfb frame buffer device
[2.311614] i915 :00:02.0: registered panic notifier
[8.605191] snd_hda_intel :00:03.0: bound :00:02.0 (ops 
i915_audio_component_bind_ops [i915])

Because I am assuming that "snd_hda_intel :00:03.0: bound
:00:02.0 (ops i915_audio_component_bind_ops [i915])" isn't a bug, I
considered that the bug reported in this ticket is fixed in kernel
version "v4.1.6-unstable", hence I decided to test a previous (older)
kernel version: v4.0.6-wily.

2) v4.0.6-wily:

[1.243539] [drm] Initialized i915 1.6.0 20150130 for :00:02.0 on minor 0
[2.316114] i915 :00:02.0: fb0: inteldrmfb frame buffer device
[2.316115] i915 :00:02.0: registered panic notifier
[7.558016] snd_hda_intel :00:03.0: bound :00:02.0 (ops 
i915_audio_component_bind_ops [i915])
[   34.302400] [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU 
pipe A FIFO underrun

I considered that FIFO underrun a bug, hence I then decided to test a
newer kernel version: v4.1-rc7-unstable.

3) v4.1-rc7-unstable:

[1.194191] [drm] Initialized i915 1.6.0 20150327 for :00:02.0 on minor 0
[2.324857] i915 :00:02.0: fb0: inteldrmfb frame buffer device
[2.324858] i915 :00:02.0: registered panic notifier
[5.989937] snd_hda_intel :00:03.0: bound :00:02.0 (ops 
i915_audio_component_bind_ops [i915])
[   26.618897] [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU 
pipe A FIFO underrun

Same FIFO underrun issue, thus I then tested a newer kernel version:
v4.1.2-unstable.

4) v4.1.2-unstable:

[1.188288] [drm] Initialized i915 1.6.0 20150327 for :00:02.0 on minor 0
[2.296468] i915 :00:02.0: fb0: inteldrmfb frame buffer device
[2.296469] i915 :00:02.0: registered panic notifier
[7.502745] snd_hda_intel :00:03.0: bound :00:02.0 (ops 
i915_audio_component_bind_ops [i915])

Assuming that "snd_hda_intel :00:03.0: bound :00:02.0 (ops
i915_audio_component_bind_ops [i915])" isn't a bug, I considered the bug
fixed in kernel version v4.1.2-unstable, and thus decided to test a
previous (older) kernel version: v4.1-wily.

5) v4.1-wily:

[1.176185] [drm] Initialized i915 1.6.0 20150327 for :00:02.0 on minor 0
[2.292596] i915 :00:02.0: fb0: inteldrmfb frame buffer device
[2.292597] i915 :00:02.0: registered panic notifier
[   11.547334] snd_hda_intel :00:03.0: bound :00:02.0 (ops 
i915_audio_component_bind_ops [i915])

Again, since I'm assuming that "snd_hda_intel :00:03.0: bound
:00:02.0 (ops i915_audio_component_bind_ops [i915])" isn't a bug,
I'm considering that the vug is fixed in kernel version v4.1-wily.

Is it ok so far? If it is, I am very close to finding out in which
kernel version the bug fix was commited.

-- 
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/1520040

Title:
  [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control interrupt
  lied (SDE)!

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Device: notebook Dell Inspiron 5548

  Operating system: 64-bit XUbuntu Linux 14.04 LTS

  Processor: Intel Core i7-5500U

  Kernel: 3.19.0-33-generic #38~14.04.1-Ubuntu SMP x86_64

  Video: dual chip. These are the two display controllers:
  - Advanced Micro Devices, Inc. [AMD/ATI] Topaz XT [Radeon R7 M260] display 
controller 3300Hz (requires kernel module / device driver "fglrx"); and
  - Intel Corporation Broadwell-U Integrated Graphics VGA compatible controller 
3300Hz (requires kernel module / device driver "i915").

  Problem: my notebook's operating system is switching to runlevel 0
  (power off) randomly, subtly and thus unexpectedly. And if I 'cat
  /var/log/kern.log |grep -i i915' I get a lot of "[drm:gen8_irq_handler
  [i915_bpo]] *ERROR* The master control interrupt lied (SDE)!"
  messages. I'm under the impression that either the kernel or the
  kernel module "i915_bpo" is buggy.

  My notebook's problem can't be related to overheating, because it's a
  brand-new notebook (less than 1 month old) and I've already monitored
  

[Kernel-packages] [Bug 1520040] Re: [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control interrupt lied (SDE)!

2015-11-30 Thread Yuri Ribeiro Sucupira
Well, it's been ~24 hours since I started using kernel"4.4-rc2+cod1".

My notebook was kept "on" for over 16 of these 24 hours: 8h yesterday +
8h today. So far, no subtle poweroff happened. I restarted the system a
couple of times, today and yesterday, and I also powered off the
notebook. No issues detected.

Here's the current output for 'dmesg |grep -i i915' (the notebook's been on for 
the last 8 hours):
 [1.246344] [drm] Initialized i915 1.6.0 20151010 for :00:02.0 on minor 0
 [2.431514] i915 :00:02.0: fb0: inteldrmfb frame buffer device
 [9.782202] snd_hda_intel :00:03.0: bound :00:02.0 (ops 
i915_audio_component_bind_ops [i915])

-- 
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/1520040

Title:
  [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control interrupt
  lied (SDE)!

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Device: notebook Dell Inspiron 5548

  Operating system: 64-bit XUbuntu Linux 14.04 LTS

  Processor: Intel Core i7-5500U

  Kernel: 3.19.0-33-generic #38~14.04.1-Ubuntu SMP x86_64

  Video: dual chip. These are the two display controllers:
  - Advanced Micro Devices, Inc. [AMD/ATI] Topaz XT [Radeon R7 M260] display 
controller 3300Hz (requires kernel module / device driver "fglrx"); and
  - Intel Corporation Broadwell-U Integrated Graphics VGA compatible controller 
3300Hz (requires kernel module / device driver "i915").

  Problem: my notebook's operating system is switching to runlevel 0
  (power off) randomly, subtly and thus unexpectedly. And if I 'cat
  /var/log/kern.log |grep -i i915' I get a lot of "[drm:gen8_irq_handler
  [i915_bpo]] *ERROR* The master control interrupt lied (SDE)!"
  messages. I'm under the impression that either the kernel or the
  kernel module "i915_bpo" is buggy.

  My notebook's problem can't be related to overheating, because it's a
  brand-new notebook (less than 1 month old) and I've already monitored
  its temperature parameters: nothing abnormal is happening. Also, I'm
  using a cooling laptop base/pad.

  Other kernels I've tested, with which the same issue happens:
  - 3.19.0-18-generic (kernel module: i915_bpo)
  - 3.19.0-23-generic (kernel module: i915_bpo)
  - 3.19.0-28-generic (kernel module: i915_bpo)
  - 4.2.0-18-generic (kernel module: i915)

  Temporary workaround: I downgraded to kernel "3.13.0-36-generic",
  which isn't buggy with its "i915_bdw.ko" (version 3.0) kernel object
  (module). Full path for this module:
  /lib/modules/3.13.0-36-generic/kernel/ubuntu/i915/i915_bdw.ko

  Notes:
  - "bdw" stands for "Broadwell"
  - "bpo", I believe, stands for "backport"

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.19.0-33-generic 3.19.0-33.38~14.04.1
  ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7
  Uname: Linux 3.19.0-33-generic x86_64
  NonfreeKernelModules: wl fglrx
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Wed Nov 25 23:44:39 2015
  InstallationDate: Installed on 2015-11-03 (22 days ago)
  InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  SourcePackage: linux-lts-vivid
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  yuriyrs2832 F pulseaudio
   /dev/snd/controlC1:  yuriyrs2832 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=a08f36f9-0611-4894-9da9-8b1dcc960a86
  InstallationDate: Installed on 2015-11-03 (24 days ago)
  InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: Dell Inc. Inspiron 5548
  NonfreeKernelModules: fglrx wl
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-33-generic.efi.signed 
root=UUID=4f05c2b3-c971-4bf8-bcb6-a76d60b68e45 ro quiet splash 
video.use_native_backlight=1 intremap=no_x2apic_optout vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-33-generic N/A
   linux-backports-modules-3.19.0-33-generic  N/A
   linux-firmware 1.127.18
  Tags:  trusty
  Uname: Linux 3.19.0-33-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dialout dip fax floppy fuse lpadmin netdev 
plugdev sambashare scanner sudo tape video
  _MarkForUpload: True
  dmi.bios.date: 10/12/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A06
  dmi.board.name: 0YDTG3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A06
  dmi.modalias: 

[Kernel-packages] [Bug 1520040] Re: [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control interrupt lied (SDE)!

2015-11-30 Thread Yuri Ribeiro Sucupira
Wow, that seems a lot of work. I've never did it before in my life, but
ok, let's see if I can do it.

I'll need some help here, though, 'coz I'm not 100% sure if the kernel
list I created is correct. Could you please confirm this to me?

If I understood the instructions correctly, according with
"ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7"
and "http://people.canonical.com/~kernel/info/kernel-version-map.html;
the mainline kernel version for "3.19.0-33-generic" (which shipped with
my notebook) is kernel "3.19.8-ckt7", hence the botton of the kernel
list must be "v3.19.8-ckt7-vivid".

Also, because the bug was fixed in upstream kernel "v4.4-rc2+cod1-wily",
it has to be on the top of the list, thus I am assuming that the kernel
list for reverse commit bisect has to be this one:

v4.4-rc2+cod1-wily
v4.4-rc1-wily
v4.4-rc1+cod1-wily
v4.3-wily
v4.3-unstable
v4.3-rc7-unstable
v4.3-rc6-unstable
v4.3-rc5-unstable
v4.3-rc4-unstable
v4.3-rc3-unstable
v4.3-rc2-unstable
v4.3-rc1-unstable
v4.2.6-wily
v4.2.5-wily
v4.2.4-wily
v4.2.4-unstable
v4.2.3-unstable
v4.2.2-unstable
v4.2.1-unstable
v4.2-wily
v4.2-unstable
v4.2-rc8-unstable
v4.2-rc7-unstable
v4.2-rc6-unstable
v4.2-rc5-unstable
v4.2-rc4-unstable
v4.2-rc3-unstable
v4.2-rc2-unstable
v4.2-rc1-unstable
v4.1.13-wily
v4.1.12-wily
v4.1.11-wily
v4.1.11-unstable
v4.1.10-unstable
v4.1.9-unstable
v4.1.8-unstable
v4.1.7-unstable
v4.1.6-unstable
v4.1.5-unstable
v4.1.4-unstable
v4.1.3-unstable
v4.1.2-unstable
v4.1.1-unstable
v4.1-wily
v4.1-unstable
v4.1-rc8-unstable
v4.1-rc7-unstable
v4.1-rc6-unstable
v4.1-rc5-unstable
v4.1-rc4-unstable
v4.1-rc3-unstable
v4.1-rc2-vivid
v4.1-rc1-vivid
v4.0.9-wily
v4.0.8-wily
v4.0.7-wily
v4.0.6-wily
v4.0.5-wily
v4.0.4-wily
v4.0.3-wily
v4.0.2-wily
v4.0.1-wily
v4.0-vivid
v4.0-rc7-vivid
v4.0-rc6-vivid
v4.0-rc5-vivid
v4.0-rc4-vivid
v4.0-rc3-vivid
v4.0-rc2-vivid
v4.0-rc1-vivid
v3.19.8-vivid
v3.19.8-ckt10-vivid
v3.19.8-ckt9-vivid
v3.19.8-ckt8-vivid
v3.19.8-ckt7-vivid

Is my line of thought correct? Hence, is the above list correct?

As soon as I have a confirmation, I'll begin tracking down the commit
that fixed the bug.

-- 
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/1520040

Title:
  [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control interrupt
  lied (SDE)!

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Device: notebook Dell Inspiron 5548

  Operating system: 64-bit XUbuntu Linux 14.04 LTS

  Processor: Intel Core i7-5500U

  Kernel: 3.19.0-33-generic #38~14.04.1-Ubuntu SMP x86_64

  Video: dual chip. These are the two display controllers:
  - Advanced Micro Devices, Inc. [AMD/ATI] Topaz XT [Radeon R7 M260] display 
controller 3300Hz (requires kernel module / device driver "fglrx"); and
  - Intel Corporation Broadwell-U Integrated Graphics VGA compatible controller 
3300Hz (requires kernel module / device driver "i915").

  Problem: my notebook's operating system is switching to runlevel 0
  (power off) randomly, subtly and thus unexpectedly. And if I 'cat
  /var/log/kern.log |grep -i i915' I get a lot of "[drm:gen8_irq_handler
  [i915_bpo]] *ERROR* The master control interrupt lied (SDE)!"
  messages. I'm under the impression that either the kernel or the
  kernel module "i915_bpo" is buggy.

  My notebook's problem can't be related to overheating, because it's a
  brand-new notebook (less than 1 month old) and I've already monitored
  its temperature parameters: nothing abnormal is happening. Also, I'm
  using a cooling laptop base/pad.

  Other kernels I've tested, with which the same issue happens:
  - 3.19.0-18-generic (kernel module: i915_bpo)
  - 3.19.0-23-generic (kernel module: i915_bpo)
  - 3.19.0-28-generic (kernel module: i915_bpo)
  - 4.2.0-18-generic (kernel module: i915)

  Temporary workaround: I downgraded to kernel "3.13.0-36-generic",
  which isn't buggy with its "i915_bdw.ko" (version 3.0) kernel object
  (module). Full path for this module:
  /lib/modules/3.13.0-36-generic/kernel/ubuntu/i915/i915_bdw.ko

  Notes:
  - "bdw" stands for "Broadwell"
  - "bpo", I believe, stands for "backport"

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.19.0-33-generic 3.19.0-33.38~14.04.1
  ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7
  Uname: Linux 3.19.0-33-generic x86_64
  NonfreeKernelModules: wl fglrx
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Wed Nov 25 23:44:39 2015
  InstallationDate: Installed on 2015-11-03 (22 days ago)
  InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  SourcePackage: linux-lts-vivid
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  yuriyrs2832 F pulseaudio
   

[Kernel-packages] [Bug 1520040] Re: [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control interrupt lied (SDE)!

2015-11-29 Thread Yuri Ribeiro Sucupira
HI. Today I accessed http://kernel.ubuntu.com/~kernel-
ppa/mainline/?C=N;O=D but the very top line at the top of the page was a
link to http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.4-rc2-wily/,
which doesn't have kernel DEB packages (except for linux-
headers-4.4.0-040400rc2_4.4.0-040400rc2.201511251301_all.deb, but this
is only the kernel headers, I couldn't find any kernel image). Thus I
proceeded to http://kernel.ubuntu.com/~kernel-ppa/mainline/drm-intel-
next/ where the most recent folder with available DEB packages currently
is http://kernel.ubuntu.com/~kernel-ppa/mainline/drm-intel-
next/2015-11-21-wily/

>From http://kernel.ubuntu.com/~kernel-ppa/mainline/drm-intel-
next/2015-11-21-wily/ I downloaded and installed the following packages:

 linux-image-4.3.0-997-generic_4.3.0-997.201511202100_amd64.deb
 linux-headers-4.3.0-997_4.3.0-997.201511202100_all.deb
 linux-headers-4.3.0-997-generic_4.3.0-997.201511202100_amd64.deb

I was able to boot this kernel. Here's the result of some commands:

'uname -a':

 Linux yurix 4.3.0-997-generic #201511202100 SMP Sat Nov 21 02:02:46 UTC
2015 x86_64 x86_64 x86_64 GNU/Linux

'dmesg |grep -i i915':

 [1.175639] [drm] Initialized i915 1.6.0 20151120 for :00:02.0 on minor 0
 [2.343450] i915 :00:02.0: fb0: inteldrmfb frame buffer device
 [   13.974419] snd_hda_intel :00:03.0: bound :00:02.0 (ops 
i915_audio_component_bind_ops [i915])
 (most recent event in dmesg was rcreated @ [ 1282.427420])

'dmesg |grep -i amd':

 [0.00]   AMD AuthenticAMD
 [0.00] RAMDISK: [mem 0x34978000-0x364b3fff]
 [1.143551] [drm] amdgpu kernel modesetting enabled.
 [1.146516] AMD IOMMUv2 driver by Joerg Roedel 
 [1.146519] AMD IOMMUv2 functionality not available on this system
 [1.151854] amdgpu :04:00.0: enabling device (0100 -> 0103)
 [1.224583] amdgpu :04:00.0: Direct firmware load for 
amdgpu/topaz_mc.bin failed with error -2
 [1.224584] mc: Failed to load firmware "amdgpu/topaz_mc.bin"
 [1.224604] [drm:gmc_v8_0_sw_init [amdgpu]] *ERROR* Failed to load mc 
firmware!
 [1.224606] amdgpu :04:00.0: Fatal error during GPU init
 [1.224607] [drm] amdgpu: finishing device.
 [1.224944] amdgpu: probe of :04:00.0 failed with error -2

I noticed that 'fglrx_updates.ko' (which seems to be the AMD GPU driver)
probably is a proprietary driver and thus wasn't loaded by the kernel (I
noticed some dkms error messages related to it, during kernel
installation, probably because of restrictions at the driver's dkms.conf
file), which caused kernel '4.3.0-997-generic' to try to load
/lib/modules/4.3.0-997-generic/kernel/drivers/gpu/drm/amd/amdgpu/amdgpu.ko.
Because 'amdgpu.ko' wasn't loaded either, I was unable to run the 'AMD
Catalyst Control Center' (shell command: amdcccle). But the kernel did
detect the AMD GPU:

'aticonfig --list-adapters':
 * 0. 04:00.0 AMD Radeon R7 M260

 * - Default adapter (managed by
/lib/modules/4.3.0-997-generic/kernel/drivers/gpu/drm/i915/i915.ko)

'lspci |grep -i amd':

04:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Topaz
XT [Radeon R7 M260]

'i915.ko' was loaded and 'amdgpu.ko' depends on it. Here's the output for 
'lsmod |grep -i i915':
 i915 --- 1204224 --- 5
 i2c_algo_bit --- 16384 --- 2 --- i915,amdgpu
 drm_kms_helper --- 135168 --- 2 --- i915,amdgpu
 drm --- 356352 --- 8 --- ttm,i915,drm_kms_helper,amdgpu
 video --- 36864 --- 3 --- i915,dell_wmi,dell_laptop

So, in a nutshell: looks like the kernel '4.3.0-997-generic' is doing ok
with its module 'i915.ko'. I will keep testing it for a while just to
make sure, but so far 'dmesg' hasn't shown me any message like
'[drm:gen8_irq_handler [i915]] *ERROR* The master control interrupt lied
(SDE)!' for kernel '4.3.0-997-generic'.

-- 
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/1520040

Title:
  [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control interrupt
  lied (SDE)!

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Device: notebook Dell Inspiron 5548

  Operating system: 64-bit XUbuntu Linux 14.04 LTS

  Processor: Intel Core i7-5500U

  Kernel: 3.19.0-33-generic #38~14.04.1-Ubuntu SMP x86_64

  Video: dual chip. These are the two display controllers:
  - Advanced Micro Devices, Inc. [AMD/ATI] Topaz XT [Radeon R7 M260] display 
controller 3300Hz (requires kernel module / device driver "fglrx"); and
  - Intel Corporation Broadwell-U Integrated Graphics VGA compatible controller 
3300Hz (requires kernel module / device driver "i915").

  Problem: my notebook's operating system is switching to runlevel 0
  (power off) randomly, subtly and thus unexpectedly. And if I 'cat
  /var/log/kern.log |grep -i i915' I get a lot of "[drm:gen8_irq_handler
  [i915_bpo]] *ERROR* The master control interrupt lied (SDE)!"
  messages. I'm under the impression that either the 

[Kernel-packages] [Bug 1520040] Re: [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control interrupt lied (SDE)!

2015-11-29 Thread Yuri Ribeiro Sucupira
Okay, I've just (~21:13 UTC) installed kernel "4.4-rc2+cod1".

Packages installed:

 linux-image-4.4.0-040400rc2-generic_4.4.0-040400rc2.201511231054_amd64.deb
 linux-headers-4.4.0-040400rc2_4.4.0-040400rc2.201511231054_all.deb
 linux-headers-4.4.0-040400rc2-generic_4.4.0-040400rc2.201511231054_amd64.deb

"uname -a":

 Linux yurix 4.4.0-040400rc2-generic #201511231054 SMP Mon Nov 23
10:56:43 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

"dmesg |grep -i i915":
 [1.240521] [drm] Initialized i915 1.6.0 20151010 for :00:02.0 on minor 0
 [2.461518] i915 :00:02.0: fb0: inteldrmfb frame buffer device
 [   13.662232] snd_hda_intel :00:03.0: bound :00:02.0 (ops 
i915_audio_component_bind_ops [i915])

"dmesg |grep -i amd":
 [0.00]   AMD AuthenticAMD
 [0.00] RAMDISK: [mem 0x3448c000-0x3623dfff]
 [1.211790] [drm] amdgpu kernel modesetting enabled.
 [1.214823] AMD IOMMUv2 driver by Joerg Roedel 
 [1.214825] AMD IOMMUv2 functionality not available on this system

Last lines of "cat /var/log/kern.log |grep -i lied":
 Nov 29 11:30:15 yurix kernel: [   23.887712] [drm:gen8_irq_handler [i915_bpo]] 
*ERROR* The master control interrupt lied (SDE)!
 Nov 29 11:30:15 yurix kernel: [   23.887880] [drm:gen8_irq_handler [i915_bpo]] 
*ERROR* The master control interrupt lied (SDE)!
 Nov 29 11:30:15 yurix kernel: [   23.888368] [drm:gen8_irq_handler [i915_bpo]] 
*ERROR* The master control interrupt lied (SDE)!
 Nov 29 11:30:15 yurix kernel: [   23.888536] [drm:gen8_irq_handler [i915_bpo]] 
*ERROR* The master control interrupt lied (SDE)!
(so far no IRQ-related issues after I booted the system with an upstream kernel)

"lsmod |grep -i i915":
 i915 --- 1204224 --- 5
 i2c_algo_bit --- 16384 --- 2 --- i915,amdgpu
 drm_kms_helper --- 135168 --- 2 --- i915,amdgpu
 drm --- 360448 --- 8 --- ttm,i915,drm_kms_helper,amdgpu
 video --- 40960 --- 3 --- i915,dell_wmi,dell_laptop

"aticonfig --list-adapters":

 * 0. 04:00.0 AMD Radeon R7 M260

 * - Default adapter

"amdcccle" (AMD Catalyst Control Center): opens a window with an error
message in brazilian portuguese. In english, the message translates to
"There was a problem while attempting to start Catalyst Control Center
Linux Edition. It may have been caused by the following:

 No AMD graphics driver installed, or AMD graphics driver not working
properly.

 Install the proper AMD driver to your AMD hardware, or configure it
with 'aticonfig'."

Well, this pretty much confirms to me that "fglrx_updates" is definitely
a proprietary AMD GPU driver and thus doesn't work with these kernels,
as explained in https://wiki.ubuntu.com/Kernel/MainlineBuilds

I will keep this kernel running for the next hours and report back if
any message like "[drm:gen8_irq_handler [i915]] *ERROR* The master
control interrupt lied (SDE)!" comes up in "dmesg".

-- 
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/1520040

Title:
  [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control interrupt
  lied (SDE)!

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Device: notebook Dell Inspiron 5548

  Operating system: 64-bit XUbuntu Linux 14.04 LTS

  Processor: Intel Core i7-5500U

  Kernel: 3.19.0-33-generic #38~14.04.1-Ubuntu SMP x86_64

  Video: dual chip. These are the two display controllers:
  - Advanced Micro Devices, Inc. [AMD/ATI] Topaz XT [Radeon R7 M260] display 
controller 3300Hz (requires kernel module / device driver "fglrx"); and
  - Intel Corporation Broadwell-U Integrated Graphics VGA compatible controller 
3300Hz (requires kernel module / device driver "i915").

  Problem: my notebook's operating system is switching to runlevel 0
  (power off) randomly, subtly and thus unexpectedly. And if I 'cat
  /var/log/kern.log |grep -i i915' I get a lot of "[drm:gen8_irq_handler
  [i915_bpo]] *ERROR* The master control interrupt lied (SDE)!"
  messages. I'm under the impression that either the kernel or the
  kernel module "i915_bpo" is buggy.

  My notebook's problem can't be related to overheating, because it's a
  brand-new notebook (less than 1 month old) and I've already monitored
  its temperature parameters: nothing abnormal is happening. Also, I'm
  using a cooling laptop base/pad.

  Other kernels I've tested, with which the same issue happens:
  - 3.19.0-18-generic (kernel module: i915_bpo)
  - 3.19.0-23-generic (kernel module: i915_bpo)
  - 3.19.0-28-generic (kernel module: i915_bpo)
  - 4.2.0-18-generic (kernel module: i915)

  Temporary workaround: I downgraded to kernel "3.13.0-36-generic",
  which isn't buggy with its "i915_bdw.ko" (version 3.0) kernel object
  (module). Full path for this module:
  /lib/modules/3.13.0-36-generic/kernel/ubuntu/i915/i915_bdw.ko

  Notes:
  - "bdw" stands for "Broadwell"
  - "bpo", I believe, stands for "backport"

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: 

[Kernel-packages] [Bug 1520040] Re: [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control interrupt lied (SDE)!

2015-11-29 Thread Yuri Ribeiro Sucupira
** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
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/1520040

Title:
  [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control interrupt
  lied (SDE)!

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Device: notebook Dell Inspiron 5548

  Operating system: 64-bit XUbuntu Linux 14.04 LTS

  Processor: Intel Core i7-5500U

  Kernel: 3.19.0-33-generic #38~14.04.1-Ubuntu SMP x86_64

  Video: dual chip. These are the two display controllers:
  - Advanced Micro Devices, Inc. [AMD/ATI] Topaz XT [Radeon R7 M260] display 
controller 3300Hz (requires kernel module / device driver "fglrx"); and
  - Intel Corporation Broadwell-U Integrated Graphics VGA compatible controller 
3300Hz (requires kernel module / device driver "i915").

  Problem: my notebook's operating system is switching to runlevel 0
  (power off) randomly, subtly and thus unexpectedly. And if I 'cat
  /var/log/kern.log |grep -i i915' I get a lot of "[drm:gen8_irq_handler
  [i915_bpo]] *ERROR* The master control interrupt lied (SDE)!"
  messages. I'm under the impression that either the kernel or the
  kernel module "i915_bpo" is buggy.

  My notebook's problem can't be related to overheating, because it's a
  brand-new notebook (less than 1 month old) and I've already monitored
  its temperature parameters: nothing abnormal is happening. Also, I'm
  using a cooling laptop base/pad.

  Other kernels I've tested, with which the same issue happens:
  - 3.19.0-18-generic (kernel module: i915_bpo)
  - 3.19.0-23-generic (kernel module: i915_bpo)
  - 3.19.0-28-generic (kernel module: i915_bpo)
  - 4.2.0-18-generic (kernel module: i915)

  Temporary workaround: I downgraded to kernel "3.13.0-36-generic",
  which isn't buggy with its "i915_bdw.ko" (version 3.0) kernel object
  (module). Full path for this module:
  /lib/modules/3.13.0-36-generic/kernel/ubuntu/i915/i915_bdw.ko

  Notes:
  - "bdw" stands for "Broadwell"
  - "bpo", I believe, stands for "backport"

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.19.0-33-generic 3.19.0-33.38~14.04.1
  ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7
  Uname: Linux 3.19.0-33-generic x86_64
  NonfreeKernelModules: wl fglrx
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Wed Nov 25 23:44:39 2015
  InstallationDate: Installed on 2015-11-03 (22 days ago)
  InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  SourcePackage: linux-lts-vivid
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  yuriyrs2832 F pulseaudio
   /dev/snd/controlC1:  yuriyrs2832 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=a08f36f9-0611-4894-9da9-8b1dcc960a86
  InstallationDate: Installed on 2015-11-03 (24 days ago)
  InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: Dell Inc. Inspiron 5548
  NonfreeKernelModules: fglrx wl
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-33-generic.efi.signed 
root=UUID=4f05c2b3-c971-4bf8-bcb6-a76d60b68e45 ro quiet splash 
video.use_native_backlight=1 intremap=no_x2apic_optout vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-33-generic N/A
   linux-backports-modules-3.19.0-33-generic  N/A
   linux-firmware 1.127.18
  Tags:  trusty
  Uname: Linux 3.19.0-33-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dialout dip fax floppy fuse lpadmin netdev 
plugdev sambashare scanner sudo tape video
  _MarkForUpload: True
  dmi.bios.date: 10/12/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A06
  dmi.board.name: 0YDTG3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A06
  dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd10/12/2015:svnDellInc.:pnInspiron5548:pvrA06:rvnDellInc.:rn0YDTG3:rvrA02:cvnDellInc.:ct8:cvrA06:
  dmi.product.name: Inspiron 5548
  dmi.product.version: A06
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1520040/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1520040] Re: [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control interrupt lied (SDE)!

2015-11-29 Thread Yuri Ribeiro Sucupira
I'm not 100% sure if "Confirmed" refers to the latest / upstream kernel
I'm testing (4.3.0-997-generic) or to the one in which I detected the
bug in (kernel 3.19.0-33-generic). But I'm assuming that it refers to
'4.3.0-997-generic', thus I marked this bug as "Confirmed" (although it
seems to be fixed in the last upstream kernel).

I just would like to test this upstream kernel it with both
'fglrx_updates' and 'i915'/'i915_bpo' simultaneously loaded. I'm under
the impression that maybe there's an IRQ conflict between the default
GPU (handled by Broadwell module i915*) and the AMD GPU (handled by AMD
module fglrx_updates).

-- 
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/1520040

Title:
  [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control interrupt
  lied (SDE)!

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Device: notebook Dell Inspiron 5548

  Operating system: 64-bit XUbuntu Linux 14.04 LTS

  Processor: Intel Core i7-5500U

  Kernel: 3.19.0-33-generic #38~14.04.1-Ubuntu SMP x86_64

  Video: dual chip. These are the two display controllers:
  - Advanced Micro Devices, Inc. [AMD/ATI] Topaz XT [Radeon R7 M260] display 
controller 3300Hz (requires kernel module / device driver "fglrx"); and
  - Intel Corporation Broadwell-U Integrated Graphics VGA compatible controller 
3300Hz (requires kernel module / device driver "i915").

  Problem: my notebook's operating system is switching to runlevel 0
  (power off) randomly, subtly and thus unexpectedly. And if I 'cat
  /var/log/kern.log |grep -i i915' I get a lot of "[drm:gen8_irq_handler
  [i915_bpo]] *ERROR* The master control interrupt lied (SDE)!"
  messages. I'm under the impression that either the kernel or the
  kernel module "i915_bpo" is buggy.

  My notebook's problem can't be related to overheating, because it's a
  brand-new notebook (less than 1 month old) and I've already monitored
  its temperature parameters: nothing abnormal is happening. Also, I'm
  using a cooling laptop base/pad.

  Other kernels I've tested, with which the same issue happens:
  - 3.19.0-18-generic (kernel module: i915_bpo)
  - 3.19.0-23-generic (kernel module: i915_bpo)
  - 3.19.0-28-generic (kernel module: i915_bpo)
  - 4.2.0-18-generic (kernel module: i915)

  Temporary workaround: I downgraded to kernel "3.13.0-36-generic",
  which isn't buggy with its "i915_bdw.ko" (version 3.0) kernel object
  (module). Full path for this module:
  /lib/modules/3.13.0-36-generic/kernel/ubuntu/i915/i915_bdw.ko

  Notes:
  - "bdw" stands for "Broadwell"
  - "bpo", I believe, stands for "backport"

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.19.0-33-generic 3.19.0-33.38~14.04.1
  ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7
  Uname: Linux 3.19.0-33-generic x86_64
  NonfreeKernelModules: wl fglrx
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Wed Nov 25 23:44:39 2015
  InstallationDate: Installed on 2015-11-03 (22 days ago)
  InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  SourcePackage: linux-lts-vivid
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  yuriyrs2832 F pulseaudio
   /dev/snd/controlC1:  yuriyrs2832 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=a08f36f9-0611-4894-9da9-8b1dcc960a86
  InstallationDate: Installed on 2015-11-03 (24 days ago)
  InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: Dell Inc. Inspiron 5548
  NonfreeKernelModules: fglrx wl
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-33-generic.efi.signed 
root=UUID=4f05c2b3-c971-4bf8-bcb6-a76d60b68e45 ro quiet splash 
video.use_native_backlight=1 intremap=no_x2apic_optout vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-33-generic N/A
   linux-backports-modules-3.19.0-33-generic  N/A
   linux-firmware 1.127.18
  Tags:  trusty
  Uname: Linux 3.19.0-33-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dialout dip fax floppy fuse lpadmin netdev 
plugdev sambashare scanner sudo tape video
  _MarkForUpload: True
  dmi.bios.date: 10/12/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A06
  dmi.board.name: 0YDTG3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A06
  dmi.modalias: 

[Kernel-packages] [Bug 1520040] Re: [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control interrupt lied (SDE)!

2015-11-27 Thread Yuri Ribeiro Sucupira
Thank you. I've just run the apport-collect app as instructed.

Note: until Nov 27 02:32:01 AM UTC-2 (my local time, equivalent to
04:32:01 AM UTC) I was running kernel 3.19.0-33-generic as my default
O.S. kernel, but then my notebook subtly powered off once more, thus
causing me to decide to boot with kernel 3.13.0-36-generic by default.
However, before running 'apport-collect 1520040' I booted the machine
with kernel 3.19.0-33-generic again. Please let me know if it's
interesting that I keep my system running only kernel 3.19.0-33-generic
for a while, in order to further generate useful logs.

-- 
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/1520040

Title:
  [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control interrupt
  lied (SDE)!

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Device: notebook Dell Inspiron 5548

  Operating system: 64-bit XUbuntu Linux 14.04 LTS

  Processor: Intel Core i7-5500U

  Kernel: 3.19.0-33-generic #38~14.04.1-Ubuntu SMP x86_64

  Video: dual chip. These are the two display controllers:
  - Advanced Micro Devices, Inc. [AMD/ATI] Topaz XT [Radeon R7 M260] display 
controller 3300Hz (requires kernel module / device driver "fglrx"); and
  - Intel Corporation Broadwell-U Integrated Graphics VGA compatible controller 
3300Hz (requires kernel module / device driver "i915").

  Problem: my notebook's operating system is switching to runlevel 0
  (power off) randomly, subtly and thus unexpectedly. And if I 'cat
  /var/log/kern.log |grep -i i915' I get a lot of "[drm:gen8_irq_handler
  [i915_bpo]] *ERROR* The master control interrupt lied (SDE)!"
  messages. I'm under the impression that either the kernel or the
  kernel module "i915_bpo" is buggy.

  My notebook's problem can't be related to overheating, because it's a
  brand-new notebook (less than 1 month old) and I've already monitored
  its temperature parameters: nothing abnormal is happening. Also, I'm
  using a cooling laptop base/pad.

  Other kernels I've tested, with which the same issue happens:
  - 3.19.0-18-generic (kernel module: i915_bpo)
  - 3.19.0-23-generic (kernel module: i915_bpo)
  - 3.19.0-28-generic (kernel module: i915_bpo)
  - 4.2.0-18-generic (kernel module: i915)

  Temporary workaround: I downgraded to kernel "3.13.0-36-generic",
  which isn't buggy with its "i915_bdw.ko" (version 3.0) kernel object
  (module). Full path for this module:
  /lib/modules/3.13.0-36-generic/kernel/ubuntu/i915/i915_bdw.ko

  Notes:
  - "bdw" stands for "Broadwell"
  - "bpo", I believe, stands for "backport"

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.19.0-33-generic 3.19.0-33.38~14.04.1
  ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7
  Uname: Linux 3.19.0-33-generic x86_64
  NonfreeKernelModules: wl fglrx
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Wed Nov 25 23:44:39 2015
  InstallationDate: Installed on 2015-11-03 (22 days ago)
  InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  SourcePackage: linux-lts-vivid
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  yuriyrs2832 F pulseaudio
   /dev/snd/controlC1:  yuriyrs2832 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=a08f36f9-0611-4894-9da9-8b1dcc960a86
  InstallationDate: Installed on 2015-11-03 (24 days ago)
  InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: Dell Inc. Inspiron 5548
  NonfreeKernelModules: fglrx wl
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-33-generic.efi.signed 
root=UUID=4f05c2b3-c971-4bf8-bcb6-a76d60b68e45 ro quiet splash 
video.use_native_backlight=1 intremap=no_x2apic_optout vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-33-generic N/A
   linux-backports-modules-3.19.0-33-generic  N/A
   linux-firmware 1.127.18
  Tags:  trusty
  Uname: Linux 3.19.0-33-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dialout dip fax floppy fuse lpadmin netdev 
plugdev sambashare scanner sudo tape video
  _MarkForUpload: True
  dmi.bios.date: 10/12/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A06
  dmi.board.name: 0YDTG3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A06
  dmi.modalias: 

[Kernel-packages] [Bug 1520040] Lspci.txt

2015-11-27 Thread Yuri Ribeiro Sucupira
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1520040/+attachment/4526402/+files/Lspci.txt

-- 
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/1520040

Title:
  [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control interrupt
  lied (SDE)!

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Device: notebook Dell Inspiron 5548

  Operating system: 64-bit XUbuntu Linux 14.04 LTS

  Processor: Intel Core i7-5500U

  Kernel: 3.19.0-33-generic #38~14.04.1-Ubuntu SMP x86_64

  Video: dual chip. These are the two display controllers:
  - Advanced Micro Devices, Inc. [AMD/ATI] Topaz XT [Radeon R7 M260] display 
controller 3300Hz (requires kernel module / device driver "fglrx"); and
  - Intel Corporation Broadwell-U Integrated Graphics VGA compatible controller 
3300Hz (requires kernel module / device driver "i915").

  Problem: my notebook's operating system is switching to runlevel 0
  (power off) randomly, subtly and thus unexpectedly. And if I 'cat
  /var/log/kern.log |grep -i i915' I get a lot of "[drm:gen8_irq_handler
  [i915_bpo]] *ERROR* The master control interrupt lied (SDE)!"
  messages. I'm under the impression that either the kernel or the
  kernel module "i915_bpo" is buggy.

  My notebook's problem can't be related to overheating, because it's a
  brand-new notebook (less than 1 month old) and I've already monitored
  its temperature parameters: nothing abnormal is happening. Also, I'm
  using a cooling laptop base/pad.

  Other kernels I've tested, with which the same issue happens:
  - 3.19.0-18-generic (kernel module: i915_bpo)
  - 3.19.0-23-generic (kernel module: i915_bpo)
  - 3.19.0-28-generic (kernel module: i915_bpo)
  - 4.2.0-18-generic (kernel module: i915)

  Temporary workaround: I downgraded to kernel "3.13.0-36-generic",
  which isn't buggy with its "i915_bdw.ko" (version 3.0) kernel object
  (module). Full path for this module:
  /lib/modules/3.13.0-36-generic/kernel/ubuntu/i915/i915_bdw.ko

  Notes:
  - "bdw" stands for "Broadwell"
  - "bpo", I believe, stands for "backport"

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.19.0-33-generic 3.19.0-33.38~14.04.1
  ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7
  Uname: Linux 3.19.0-33-generic x86_64
  NonfreeKernelModules: wl fglrx
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Wed Nov 25 23:44:39 2015
  InstallationDate: Installed on 2015-11-03 (22 days ago)
  InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  SourcePackage: linux-lts-vivid
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  yuriyrs2832 F pulseaudio
   /dev/snd/controlC1:  yuriyrs2832 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=a08f36f9-0611-4894-9da9-8b1dcc960a86
  InstallationDate: Installed on 2015-11-03 (24 days ago)
  InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: Dell Inc. Inspiron 5548
  NonfreeKernelModules: fglrx wl
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-33-generic.efi.signed 
root=UUID=4f05c2b3-c971-4bf8-bcb6-a76d60b68e45 ro quiet splash 
video.use_native_backlight=1 intremap=no_x2apic_optout vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-33-generic N/A
   linux-backports-modules-3.19.0-33-generic  N/A
   linux-firmware 1.127.18
  Tags:  trusty
  Uname: Linux 3.19.0-33-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dialout dip fax floppy fuse lpadmin netdev 
plugdev sambashare scanner sudo tape video
  _MarkForUpload: True
  dmi.bios.date: 10/12/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A06
  dmi.board.name: 0YDTG3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A06
  dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd10/12/2015:svnDellInc.:pnInspiron5548:pvrA06:rvnDellInc.:rn0YDTG3:rvrA02:cvnDellInc.:ct8:cvrA06:
  dmi.product.name: Inspiron 5548
  dmi.product.version: A06
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1520040/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1520040] BootDmesg.txt

2015-11-27 Thread Yuri Ribeiro Sucupira
apport information

** Attachment added: "BootDmesg.txt"
   
https://bugs.launchpad.net/bugs/1520040/+attachment/4526398/+files/BootDmesg.txt

-- 
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/1520040

Title:
  [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control interrupt
  lied (SDE)!

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Device: notebook Dell Inspiron 5548

  Operating system: 64-bit XUbuntu Linux 14.04 LTS

  Processor: Intel Core i7-5500U

  Kernel: 3.19.0-33-generic #38~14.04.1-Ubuntu SMP x86_64

  Video: dual chip. These are the two display controllers:
  - Advanced Micro Devices, Inc. [AMD/ATI] Topaz XT [Radeon R7 M260] display 
controller 3300Hz (requires kernel module / device driver "fglrx"); and
  - Intel Corporation Broadwell-U Integrated Graphics VGA compatible controller 
3300Hz (requires kernel module / device driver "i915").

  Problem: my notebook's operating system is switching to runlevel 0
  (power off) randomly, subtly and thus unexpectedly. And if I 'cat
  /var/log/kern.log |grep -i i915' I get a lot of "[drm:gen8_irq_handler
  [i915_bpo]] *ERROR* The master control interrupt lied (SDE)!"
  messages. I'm under the impression that either the kernel or the
  kernel module "i915_bpo" is buggy.

  My notebook's problem can't be related to overheating, because it's a
  brand-new notebook (less than 1 month old) and I've already monitored
  its temperature parameters: nothing abnormal is happening. Also, I'm
  using a cooling laptop base/pad.

  Other kernels I've tested, with which the same issue happens:
  - 3.19.0-18-generic (kernel module: i915_bpo)
  - 3.19.0-23-generic (kernel module: i915_bpo)
  - 3.19.0-28-generic (kernel module: i915_bpo)
  - 4.2.0-18-generic (kernel module: i915)

  Temporary workaround: I downgraded to kernel "3.13.0-36-generic",
  which isn't buggy with its "i915_bdw.ko" (version 3.0) kernel object
  (module). Full path for this module:
  /lib/modules/3.13.0-36-generic/kernel/ubuntu/i915/i915_bdw.ko

  Notes:
  - "bdw" stands for "Broadwell"
  - "bpo", I believe, stands for "backport"

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.19.0-33-generic 3.19.0-33.38~14.04.1
  ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7
  Uname: Linux 3.19.0-33-generic x86_64
  NonfreeKernelModules: wl fglrx
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Wed Nov 25 23:44:39 2015
  InstallationDate: Installed on 2015-11-03 (22 days ago)
  InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  SourcePackage: linux-lts-vivid
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  yuriyrs2832 F pulseaudio
   /dev/snd/controlC1:  yuriyrs2832 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=a08f36f9-0611-4894-9da9-8b1dcc960a86
  InstallationDate: Installed on 2015-11-03 (24 days ago)
  InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: Dell Inc. Inspiron 5548
  NonfreeKernelModules: fglrx wl
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-33-generic.efi.signed 
root=UUID=4f05c2b3-c971-4bf8-bcb6-a76d60b68e45 ro quiet splash 
video.use_native_backlight=1 intremap=no_x2apic_optout vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-33-generic N/A
   linux-backports-modules-3.19.0-33-generic  N/A
   linux-firmware 1.127.18
  Tags:  trusty
  Uname: Linux 3.19.0-33-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dialout dip fax floppy fuse lpadmin netdev 
plugdev sambashare scanner sudo tape video
  _MarkForUpload: True
  dmi.bios.date: 10/12/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A06
  dmi.board.name: 0YDTG3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A06
  dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd10/12/2015:svnDellInc.:pnInspiron5548:pvrA06:rvnDellInc.:rn0YDTG3:rvrA02:cvnDellInc.:ct8:cvrA06:
  dmi.product.name: Inspiron 5548
  dmi.product.version: A06
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1520040/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1520040] Re: [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control interrupt lied (SDE)!

2015-11-27 Thread Yuri Ribeiro Sucupira
apport information

** Tags added: apport-collected

** Description changed:

  Device: notebook Dell Inspiron 5548
  
  Operating system: 64-bit XUbuntu Linux 14.04 LTS
  
  Processor: Intel Core i7-5500U
  
  Kernel: 3.19.0-33-generic #38~14.04.1-Ubuntu SMP x86_64
  
  Video: dual chip. These are the two display controllers:
  - Advanced Micro Devices, Inc. [AMD/ATI] Topaz XT [Radeon R7 M260] display 
controller 3300Hz (requires kernel module / device driver "fglrx"); and
  - Intel Corporation Broadwell-U Integrated Graphics VGA compatible controller 
3300Hz (requires kernel module / device driver "i915").
  
  Problem: my notebook's operating system is switching to runlevel 0
  (power off) randomly, subtly and thus unexpectedly. And if I 'cat
  /var/log/kern.log |grep -i i915' I get a lot of "[drm:gen8_irq_handler
  [i915_bpo]] *ERROR* The master control interrupt lied (SDE)!" messages.
  I'm under the impression that either the kernel or the kernel module
  "i915_bpo" is buggy.
  
  My notebook's problem can't be related to overheating, because it's a
  brand-new notebook (less than 1 month old) and I've already monitored
  its temperature parameters: nothing abnormal is happening. Also, I'm
  using a cooling laptop base/pad.
  
  Other kernels I've tested, with which the same issue happens:
  - 3.19.0-18-generic (kernel module: i915_bpo)
  - 3.19.0-23-generic (kernel module: i915_bpo)
  - 3.19.0-28-generic (kernel module: i915_bpo)
  - 4.2.0-18-generic (kernel module: i915)
  
  Temporary workaround: I downgraded to kernel "3.13.0-36-generic", which
  isn't buggy with its "i915_bdw.ko" (version 3.0) kernel object (module).
  Full path for this module:
  /lib/modules/3.13.0-36-generic/kernel/ubuntu/i915/i915_bdw.ko
  
  Notes:
  - "bdw" stands for "Broadwell"
  - "bpo", I believe, stands for "backport"
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.19.0-33-generic 3.19.0-33.38~14.04.1
  ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7
  Uname: Linux 3.19.0-33-generic x86_64
  NonfreeKernelModules: wl fglrx
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Wed Nov 25 23:44:39 2015
  InstallationDate: Installed on 2015-11-03 (22 days ago)
  InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  SourcePackage: linux-lts-vivid
  UpgradeStatus: No upgrade log present (probably fresh install)
+ --- 
+ ApportVersion: 2.14.1-0ubuntu3.19
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  yuriyrs2832 F pulseaudio
+  /dev/snd/controlC1:  yuriyrs2832 F pulseaudio
+ CurrentDesktop: XFCE
+ DistroRelease: Ubuntu 14.04
+ HibernationDevice: RESUME=UUID=a08f36f9-0611-4894-9da9-8b1dcc960a86
+ InstallationDate: Installed on 2015-11-03 (24 days ago)
+ InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
+ MachineType: Dell Inc. Inspiron 5548
+ NonfreeKernelModules: fglrx wl
+ Package: linux (not installed)
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-33-generic.efi.signed 
root=UUID=4f05c2b3-c971-4bf8-bcb6-a76d60b68e45 ro quiet splash 
video.use_native_backlight=1 intremap=no_x2apic_optout vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7
+ RelatedPackageVersions:
+  linux-restricted-modules-3.19.0-33-generic N/A
+  linux-backports-modules-3.19.0-33-generic  N/A
+  linux-firmware 1.127.18
+ Tags:  trusty
+ Uname: Linux 3.19.0-33-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm audio cdrom dialout dip fax floppy fuse lpadmin netdev 
plugdev sambashare scanner sudo tape video
+ _MarkForUpload: True
+ dmi.bios.date: 10/12/2015
+ dmi.bios.vendor: Dell Inc.
+ dmi.bios.version: A06
+ dmi.board.name: 0YDTG3
+ dmi.board.vendor: Dell Inc.
+ dmi.board.version: A02
+ dmi.chassis.type: 8
+ dmi.chassis.vendor: Dell Inc.
+ dmi.chassis.version: A06
+ dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd10/12/2015:svnDellInc.:pnInspiron5548:pvrA06:rvnDellInc.:rn0YDTG3:rvrA02:cvnDellInc.:ct8:cvrA06:
+ dmi.product.name: Inspiron 5548
+ dmi.product.version: A06
+ dmi.sys.vendor: Dell Inc.

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1520040/+attachment/4526397/+files/AlsaInfo.txt

-- 
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/1520040

Title:
  [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control interrupt
  lied (SDE)!

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Device: notebook Dell Inspiron 5548

  Operating system: 64-bit XUbuntu Linux 14.04 LTS

  Processor: Intel Core i7-5500U

  Kernel: 3.19.0-33-generic #38~14.04.1-Ubuntu SMP x86_64

  Video: dual chip. These are the two display controllers:
  - Advanced Micro Devices, Inc. 

[Kernel-packages] [Bug 1520040] Lsusb.txt

2015-11-27 Thread Yuri Ribeiro Sucupira
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1520040/+attachment/4526403/+files/Lsusb.txt

-- 
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/1520040

Title:
  [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control interrupt
  lied (SDE)!

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Device: notebook Dell Inspiron 5548

  Operating system: 64-bit XUbuntu Linux 14.04 LTS

  Processor: Intel Core i7-5500U

  Kernel: 3.19.0-33-generic #38~14.04.1-Ubuntu SMP x86_64

  Video: dual chip. These are the two display controllers:
  - Advanced Micro Devices, Inc. [AMD/ATI] Topaz XT [Radeon R7 M260] display 
controller 3300Hz (requires kernel module / device driver "fglrx"); and
  - Intel Corporation Broadwell-U Integrated Graphics VGA compatible controller 
3300Hz (requires kernel module / device driver "i915").

  Problem: my notebook's operating system is switching to runlevel 0
  (power off) randomly, subtly and thus unexpectedly. And if I 'cat
  /var/log/kern.log |grep -i i915' I get a lot of "[drm:gen8_irq_handler
  [i915_bpo]] *ERROR* The master control interrupt lied (SDE)!"
  messages. I'm under the impression that either the kernel or the
  kernel module "i915_bpo" is buggy.

  My notebook's problem can't be related to overheating, because it's a
  brand-new notebook (less than 1 month old) and I've already monitored
  its temperature parameters: nothing abnormal is happening. Also, I'm
  using a cooling laptop base/pad.

  Other kernels I've tested, with which the same issue happens:
  - 3.19.0-18-generic (kernel module: i915_bpo)
  - 3.19.0-23-generic (kernel module: i915_bpo)
  - 3.19.0-28-generic (kernel module: i915_bpo)
  - 4.2.0-18-generic (kernel module: i915)

  Temporary workaround: I downgraded to kernel "3.13.0-36-generic",
  which isn't buggy with its "i915_bdw.ko" (version 3.0) kernel object
  (module). Full path for this module:
  /lib/modules/3.13.0-36-generic/kernel/ubuntu/i915/i915_bdw.ko

  Notes:
  - "bdw" stands for "Broadwell"
  - "bpo", I believe, stands for "backport"

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.19.0-33-generic 3.19.0-33.38~14.04.1
  ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7
  Uname: Linux 3.19.0-33-generic x86_64
  NonfreeKernelModules: wl fglrx
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Wed Nov 25 23:44:39 2015
  InstallationDate: Installed on 2015-11-03 (22 days ago)
  InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  SourcePackage: linux-lts-vivid
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  yuriyrs2832 F pulseaudio
   /dev/snd/controlC1:  yuriyrs2832 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=a08f36f9-0611-4894-9da9-8b1dcc960a86
  InstallationDate: Installed on 2015-11-03 (24 days ago)
  InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: Dell Inc. Inspiron 5548
  NonfreeKernelModules: fglrx wl
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-33-generic.efi.signed 
root=UUID=4f05c2b3-c971-4bf8-bcb6-a76d60b68e45 ro quiet splash 
video.use_native_backlight=1 intremap=no_x2apic_optout vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-33-generic N/A
   linux-backports-modules-3.19.0-33-generic  N/A
   linux-firmware 1.127.18
  Tags:  trusty
  Uname: Linux 3.19.0-33-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dialout dip fax floppy fuse lpadmin netdev 
plugdev sambashare scanner sudo tape video
  _MarkForUpload: True
  dmi.bios.date: 10/12/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A06
  dmi.board.name: 0YDTG3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A06
  dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd10/12/2015:svnDellInc.:pnInspiron5548:pvrA06:rvnDellInc.:rn0YDTG3:rvrA02:cvnDellInc.:ct8:cvrA06:
  dmi.product.name: Inspiron 5548
  dmi.product.version: A06
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1520040/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1520040] IwConfig.txt

2015-11-27 Thread Yuri Ribeiro Sucupira
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1520040/+attachment/4526401/+files/IwConfig.txt

-- 
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/1520040

Title:
  [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control interrupt
  lied (SDE)!

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Device: notebook Dell Inspiron 5548

  Operating system: 64-bit XUbuntu Linux 14.04 LTS

  Processor: Intel Core i7-5500U

  Kernel: 3.19.0-33-generic #38~14.04.1-Ubuntu SMP x86_64

  Video: dual chip. These are the two display controllers:
  - Advanced Micro Devices, Inc. [AMD/ATI] Topaz XT [Radeon R7 M260] display 
controller 3300Hz (requires kernel module / device driver "fglrx"); and
  - Intel Corporation Broadwell-U Integrated Graphics VGA compatible controller 
3300Hz (requires kernel module / device driver "i915").

  Problem: my notebook's operating system is switching to runlevel 0
  (power off) randomly, subtly and thus unexpectedly. And if I 'cat
  /var/log/kern.log |grep -i i915' I get a lot of "[drm:gen8_irq_handler
  [i915_bpo]] *ERROR* The master control interrupt lied (SDE)!"
  messages. I'm under the impression that either the kernel or the
  kernel module "i915_bpo" is buggy.

  My notebook's problem can't be related to overheating, because it's a
  brand-new notebook (less than 1 month old) and I've already monitored
  its temperature parameters: nothing abnormal is happening. Also, I'm
  using a cooling laptop base/pad.

  Other kernels I've tested, with which the same issue happens:
  - 3.19.0-18-generic (kernel module: i915_bpo)
  - 3.19.0-23-generic (kernel module: i915_bpo)
  - 3.19.0-28-generic (kernel module: i915_bpo)
  - 4.2.0-18-generic (kernel module: i915)

  Temporary workaround: I downgraded to kernel "3.13.0-36-generic",
  which isn't buggy with its "i915_bdw.ko" (version 3.0) kernel object
  (module). Full path for this module:
  /lib/modules/3.13.0-36-generic/kernel/ubuntu/i915/i915_bdw.ko

  Notes:
  - "bdw" stands for "Broadwell"
  - "bpo", I believe, stands for "backport"

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.19.0-33-generic 3.19.0-33.38~14.04.1
  ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7
  Uname: Linux 3.19.0-33-generic x86_64
  NonfreeKernelModules: wl fglrx
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Wed Nov 25 23:44:39 2015
  InstallationDate: Installed on 2015-11-03 (22 days ago)
  InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  SourcePackage: linux-lts-vivid
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  yuriyrs2832 F pulseaudio
   /dev/snd/controlC1:  yuriyrs2832 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=a08f36f9-0611-4894-9da9-8b1dcc960a86
  InstallationDate: Installed on 2015-11-03 (24 days ago)
  InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: Dell Inc. Inspiron 5548
  NonfreeKernelModules: fglrx wl
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-33-generic.efi.signed 
root=UUID=4f05c2b3-c971-4bf8-bcb6-a76d60b68e45 ro quiet splash 
video.use_native_backlight=1 intremap=no_x2apic_optout vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-33-generic N/A
   linux-backports-modules-3.19.0-33-generic  N/A
   linux-firmware 1.127.18
  Tags:  trusty
  Uname: Linux 3.19.0-33-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dialout dip fax floppy fuse lpadmin netdev 
plugdev sambashare scanner sudo tape video
  _MarkForUpload: True
  dmi.bios.date: 10/12/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A06
  dmi.board.name: 0YDTG3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A06
  dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd10/12/2015:svnDellInc.:pnInspiron5548:pvrA06:rvnDellInc.:rn0YDTG3:rvrA02:cvnDellInc.:ct8:cvrA06:
  dmi.product.name: Inspiron 5548
  dmi.product.version: A06
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1520040/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1520040] CRDA.txt

2015-11-27 Thread Yuri Ribeiro Sucupira
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1520040/+attachment/4526399/+files/CRDA.txt

-- 
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/1520040

Title:
  [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control interrupt
  lied (SDE)!

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Device: notebook Dell Inspiron 5548

  Operating system: 64-bit XUbuntu Linux 14.04 LTS

  Processor: Intel Core i7-5500U

  Kernel: 3.19.0-33-generic #38~14.04.1-Ubuntu SMP x86_64

  Video: dual chip. These are the two display controllers:
  - Advanced Micro Devices, Inc. [AMD/ATI] Topaz XT [Radeon R7 M260] display 
controller 3300Hz (requires kernel module / device driver "fglrx"); and
  - Intel Corporation Broadwell-U Integrated Graphics VGA compatible controller 
3300Hz (requires kernel module / device driver "i915").

  Problem: my notebook's operating system is switching to runlevel 0
  (power off) randomly, subtly and thus unexpectedly. And if I 'cat
  /var/log/kern.log |grep -i i915' I get a lot of "[drm:gen8_irq_handler
  [i915_bpo]] *ERROR* The master control interrupt lied (SDE)!"
  messages. I'm under the impression that either the kernel or the
  kernel module "i915_bpo" is buggy.

  My notebook's problem can't be related to overheating, because it's a
  brand-new notebook (less than 1 month old) and I've already monitored
  its temperature parameters: nothing abnormal is happening. Also, I'm
  using a cooling laptop base/pad.

  Other kernels I've tested, with which the same issue happens:
  - 3.19.0-18-generic (kernel module: i915_bpo)
  - 3.19.0-23-generic (kernel module: i915_bpo)
  - 3.19.0-28-generic (kernel module: i915_bpo)
  - 4.2.0-18-generic (kernel module: i915)

  Temporary workaround: I downgraded to kernel "3.13.0-36-generic",
  which isn't buggy with its "i915_bdw.ko" (version 3.0) kernel object
  (module). Full path for this module:
  /lib/modules/3.13.0-36-generic/kernel/ubuntu/i915/i915_bdw.ko

  Notes:
  - "bdw" stands for "Broadwell"
  - "bpo", I believe, stands for "backport"

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.19.0-33-generic 3.19.0-33.38~14.04.1
  ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7
  Uname: Linux 3.19.0-33-generic x86_64
  NonfreeKernelModules: wl fglrx
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Wed Nov 25 23:44:39 2015
  InstallationDate: Installed on 2015-11-03 (22 days ago)
  InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  SourcePackage: linux-lts-vivid
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  yuriyrs2832 F pulseaudio
   /dev/snd/controlC1:  yuriyrs2832 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=a08f36f9-0611-4894-9da9-8b1dcc960a86
  InstallationDate: Installed on 2015-11-03 (24 days ago)
  InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: Dell Inc. Inspiron 5548
  NonfreeKernelModules: fglrx wl
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-33-generic.efi.signed 
root=UUID=4f05c2b3-c971-4bf8-bcb6-a76d60b68e45 ro quiet splash 
video.use_native_backlight=1 intremap=no_x2apic_optout vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-33-generic N/A
   linux-backports-modules-3.19.0-33-generic  N/A
   linux-firmware 1.127.18
  Tags:  trusty
  Uname: Linux 3.19.0-33-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dialout dip fax floppy fuse lpadmin netdev 
plugdev sambashare scanner sudo tape video
  _MarkForUpload: True
  dmi.bios.date: 10/12/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A06
  dmi.board.name: 0YDTG3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A06
  dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd10/12/2015:svnDellInc.:pnInspiron5548:pvrA06:rvnDellInc.:rn0YDTG3:rvrA02:cvnDellInc.:ct8:cvrA06:
  dmi.product.name: Inspiron 5548
  dmi.product.version: A06
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1520040/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1520040] CurrentDmesg.txt

2015-11-27 Thread Yuri Ribeiro Sucupira
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1520040/+attachment/4526400/+files/CurrentDmesg.txt

-- 
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/1520040

Title:
  [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control interrupt
  lied (SDE)!

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Device: notebook Dell Inspiron 5548

  Operating system: 64-bit XUbuntu Linux 14.04 LTS

  Processor: Intel Core i7-5500U

  Kernel: 3.19.0-33-generic #38~14.04.1-Ubuntu SMP x86_64

  Video: dual chip. These are the two display controllers:
  - Advanced Micro Devices, Inc. [AMD/ATI] Topaz XT [Radeon R7 M260] display 
controller 3300Hz (requires kernel module / device driver "fglrx"); and
  - Intel Corporation Broadwell-U Integrated Graphics VGA compatible controller 
3300Hz (requires kernel module / device driver "i915").

  Problem: my notebook's operating system is switching to runlevel 0
  (power off) randomly, subtly and thus unexpectedly. And if I 'cat
  /var/log/kern.log |grep -i i915' I get a lot of "[drm:gen8_irq_handler
  [i915_bpo]] *ERROR* The master control interrupt lied (SDE)!"
  messages. I'm under the impression that either the kernel or the
  kernel module "i915_bpo" is buggy.

  My notebook's problem can't be related to overheating, because it's a
  brand-new notebook (less than 1 month old) and I've already monitored
  its temperature parameters: nothing abnormal is happening. Also, I'm
  using a cooling laptop base/pad.

  Other kernels I've tested, with which the same issue happens:
  - 3.19.0-18-generic (kernel module: i915_bpo)
  - 3.19.0-23-generic (kernel module: i915_bpo)
  - 3.19.0-28-generic (kernel module: i915_bpo)
  - 4.2.0-18-generic (kernel module: i915)

  Temporary workaround: I downgraded to kernel "3.13.0-36-generic",
  which isn't buggy with its "i915_bdw.ko" (version 3.0) kernel object
  (module). Full path for this module:
  /lib/modules/3.13.0-36-generic/kernel/ubuntu/i915/i915_bdw.ko

  Notes:
  - "bdw" stands for "Broadwell"
  - "bpo", I believe, stands for "backport"

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.19.0-33-generic 3.19.0-33.38~14.04.1
  ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7
  Uname: Linux 3.19.0-33-generic x86_64
  NonfreeKernelModules: wl fglrx
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Wed Nov 25 23:44:39 2015
  InstallationDate: Installed on 2015-11-03 (22 days ago)
  InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  SourcePackage: linux-lts-vivid
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  yuriyrs2832 F pulseaudio
   /dev/snd/controlC1:  yuriyrs2832 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=a08f36f9-0611-4894-9da9-8b1dcc960a86
  InstallationDate: Installed on 2015-11-03 (24 days ago)
  InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: Dell Inc. Inspiron 5548
  NonfreeKernelModules: fglrx wl
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-33-generic.efi.signed 
root=UUID=4f05c2b3-c971-4bf8-bcb6-a76d60b68e45 ro quiet splash 
video.use_native_backlight=1 intremap=no_x2apic_optout vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-33-generic N/A
   linux-backports-modules-3.19.0-33-generic  N/A
   linux-firmware 1.127.18
  Tags:  trusty
  Uname: Linux 3.19.0-33-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dialout dip fax floppy fuse lpadmin netdev 
plugdev sambashare scanner sudo tape video
  _MarkForUpload: True
  dmi.bios.date: 10/12/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A06
  dmi.board.name: 0YDTG3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A06
  dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd10/12/2015:svnDellInc.:pnInspiron5548:pvrA06:rvnDellInc.:rn0YDTG3:rvrA02:cvnDellInc.:ct8:cvrA06:
  dmi.product.name: Inspiron 5548
  dmi.product.version: A06
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1520040/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1520040] ProcInterrupts.txt

2015-11-27 Thread Yuri Ribeiro Sucupira
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1520040/+attachment/4526406/+files/ProcInterrupts.txt

-- 
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/1520040

Title:
  [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control interrupt
  lied (SDE)!

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Device: notebook Dell Inspiron 5548

  Operating system: 64-bit XUbuntu Linux 14.04 LTS

  Processor: Intel Core i7-5500U

  Kernel: 3.19.0-33-generic #38~14.04.1-Ubuntu SMP x86_64

  Video: dual chip. These are the two display controllers:
  - Advanced Micro Devices, Inc. [AMD/ATI] Topaz XT [Radeon R7 M260] display 
controller 3300Hz (requires kernel module / device driver "fglrx"); and
  - Intel Corporation Broadwell-U Integrated Graphics VGA compatible controller 
3300Hz (requires kernel module / device driver "i915").

  Problem: my notebook's operating system is switching to runlevel 0
  (power off) randomly, subtly and thus unexpectedly. And if I 'cat
  /var/log/kern.log |grep -i i915' I get a lot of "[drm:gen8_irq_handler
  [i915_bpo]] *ERROR* The master control interrupt lied (SDE)!"
  messages. I'm under the impression that either the kernel or the
  kernel module "i915_bpo" is buggy.

  My notebook's problem can't be related to overheating, because it's a
  brand-new notebook (less than 1 month old) and I've already monitored
  its temperature parameters: nothing abnormal is happening. Also, I'm
  using a cooling laptop base/pad.

  Other kernels I've tested, with which the same issue happens:
  - 3.19.0-18-generic (kernel module: i915_bpo)
  - 3.19.0-23-generic (kernel module: i915_bpo)
  - 3.19.0-28-generic (kernel module: i915_bpo)
  - 4.2.0-18-generic (kernel module: i915)

  Temporary workaround: I downgraded to kernel "3.13.0-36-generic",
  which isn't buggy with its "i915_bdw.ko" (version 3.0) kernel object
  (module). Full path for this module:
  /lib/modules/3.13.0-36-generic/kernel/ubuntu/i915/i915_bdw.ko

  Notes:
  - "bdw" stands for "Broadwell"
  - "bpo", I believe, stands for "backport"

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.19.0-33-generic 3.19.0-33.38~14.04.1
  ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7
  Uname: Linux 3.19.0-33-generic x86_64
  NonfreeKernelModules: wl fglrx
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Wed Nov 25 23:44:39 2015
  InstallationDate: Installed on 2015-11-03 (22 days ago)
  InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  SourcePackage: linux-lts-vivid
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  yuriyrs2832 F pulseaudio
   /dev/snd/controlC1:  yuriyrs2832 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=a08f36f9-0611-4894-9da9-8b1dcc960a86
  InstallationDate: Installed on 2015-11-03 (24 days ago)
  InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: Dell Inc. Inspiron 5548
  NonfreeKernelModules: fglrx wl
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-33-generic.efi.signed 
root=UUID=4f05c2b3-c971-4bf8-bcb6-a76d60b68e45 ro quiet splash 
video.use_native_backlight=1 intremap=no_x2apic_optout vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-33-generic N/A
   linux-backports-modules-3.19.0-33-generic  N/A
   linux-firmware 1.127.18
  Tags:  trusty
  Uname: Linux 3.19.0-33-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dialout dip fax floppy fuse lpadmin netdev 
plugdev sambashare scanner sudo tape video
  _MarkForUpload: True
  dmi.bios.date: 10/12/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A06
  dmi.board.name: 0YDTG3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A06
  dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd10/12/2015:svnDellInc.:pnInspiron5548:pvrA06:rvnDellInc.:rn0YDTG3:rvrA02:cvnDellInc.:ct8:cvrA06:
  dmi.product.name: Inspiron 5548
  dmi.product.version: A06
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1520040/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1520040] UdevDb.txt

2015-11-27 Thread Yuri Ribeiro Sucupira
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1520040/+attachment/4526410/+files/UdevDb.txt

-- 
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/1520040

Title:
  [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control interrupt
  lied (SDE)!

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Device: notebook Dell Inspiron 5548

  Operating system: 64-bit XUbuntu Linux 14.04 LTS

  Processor: Intel Core i7-5500U

  Kernel: 3.19.0-33-generic #38~14.04.1-Ubuntu SMP x86_64

  Video: dual chip. These are the two display controllers:
  - Advanced Micro Devices, Inc. [AMD/ATI] Topaz XT [Radeon R7 M260] display 
controller 3300Hz (requires kernel module / device driver "fglrx"); and
  - Intel Corporation Broadwell-U Integrated Graphics VGA compatible controller 
3300Hz (requires kernel module / device driver "i915").

  Problem: my notebook's operating system is switching to runlevel 0
  (power off) randomly, subtly and thus unexpectedly. And if I 'cat
  /var/log/kern.log |grep -i i915' I get a lot of "[drm:gen8_irq_handler
  [i915_bpo]] *ERROR* The master control interrupt lied (SDE)!"
  messages. I'm under the impression that either the kernel or the
  kernel module "i915_bpo" is buggy.

  My notebook's problem can't be related to overheating, because it's a
  brand-new notebook (less than 1 month old) and I've already monitored
  its temperature parameters: nothing abnormal is happening. Also, I'm
  using a cooling laptop base/pad.

  Other kernels I've tested, with which the same issue happens:
  - 3.19.0-18-generic (kernel module: i915_bpo)
  - 3.19.0-23-generic (kernel module: i915_bpo)
  - 3.19.0-28-generic (kernel module: i915_bpo)
  - 4.2.0-18-generic (kernel module: i915)

  Temporary workaround: I downgraded to kernel "3.13.0-36-generic",
  which isn't buggy with its "i915_bdw.ko" (version 3.0) kernel object
  (module). Full path for this module:
  /lib/modules/3.13.0-36-generic/kernel/ubuntu/i915/i915_bdw.ko

  Notes:
  - "bdw" stands for "Broadwell"
  - "bpo", I believe, stands for "backport"

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.19.0-33-generic 3.19.0-33.38~14.04.1
  ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7
  Uname: Linux 3.19.0-33-generic x86_64
  NonfreeKernelModules: wl fglrx
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Wed Nov 25 23:44:39 2015
  InstallationDate: Installed on 2015-11-03 (22 days ago)
  InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  SourcePackage: linux-lts-vivid
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  yuriyrs2832 F pulseaudio
   /dev/snd/controlC1:  yuriyrs2832 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=a08f36f9-0611-4894-9da9-8b1dcc960a86
  InstallationDate: Installed on 2015-11-03 (24 days ago)
  InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: Dell Inc. Inspiron 5548
  NonfreeKernelModules: fglrx wl
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-33-generic.efi.signed 
root=UUID=4f05c2b3-c971-4bf8-bcb6-a76d60b68e45 ro quiet splash 
video.use_native_backlight=1 intremap=no_x2apic_optout vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-33-generic N/A
   linux-backports-modules-3.19.0-33-generic  N/A
   linux-firmware 1.127.18
  Tags:  trusty
  Uname: Linux 3.19.0-33-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dialout dip fax floppy fuse lpadmin netdev 
plugdev sambashare scanner sudo tape video
  _MarkForUpload: True
  dmi.bios.date: 10/12/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A06
  dmi.board.name: 0YDTG3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A06
  dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd10/12/2015:svnDellInc.:pnInspiron5548:pvrA06:rvnDellInc.:rn0YDTG3:rvrA02:cvnDellInc.:ct8:cvrA06:
  dmi.product.name: Inspiron 5548
  dmi.product.version: A06
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1520040/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1520040] PulseList.txt

2015-11-27 Thread Yuri Ribeiro Sucupira
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1520040/+attachment/4526408/+files/PulseList.txt

-- 
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/1520040

Title:
  [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control interrupt
  lied (SDE)!

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Device: notebook Dell Inspiron 5548

  Operating system: 64-bit XUbuntu Linux 14.04 LTS

  Processor: Intel Core i7-5500U

  Kernel: 3.19.0-33-generic #38~14.04.1-Ubuntu SMP x86_64

  Video: dual chip. These are the two display controllers:
  - Advanced Micro Devices, Inc. [AMD/ATI] Topaz XT [Radeon R7 M260] display 
controller 3300Hz (requires kernel module / device driver "fglrx"); and
  - Intel Corporation Broadwell-U Integrated Graphics VGA compatible controller 
3300Hz (requires kernel module / device driver "i915").

  Problem: my notebook's operating system is switching to runlevel 0
  (power off) randomly, subtly and thus unexpectedly. And if I 'cat
  /var/log/kern.log |grep -i i915' I get a lot of "[drm:gen8_irq_handler
  [i915_bpo]] *ERROR* The master control interrupt lied (SDE)!"
  messages. I'm under the impression that either the kernel or the
  kernel module "i915_bpo" is buggy.

  My notebook's problem can't be related to overheating, because it's a
  brand-new notebook (less than 1 month old) and I've already monitored
  its temperature parameters: nothing abnormal is happening. Also, I'm
  using a cooling laptop base/pad.

  Other kernels I've tested, with which the same issue happens:
  - 3.19.0-18-generic (kernel module: i915_bpo)
  - 3.19.0-23-generic (kernel module: i915_bpo)
  - 3.19.0-28-generic (kernel module: i915_bpo)
  - 4.2.0-18-generic (kernel module: i915)

  Temporary workaround: I downgraded to kernel "3.13.0-36-generic",
  which isn't buggy with its "i915_bdw.ko" (version 3.0) kernel object
  (module). Full path for this module:
  /lib/modules/3.13.0-36-generic/kernel/ubuntu/i915/i915_bdw.ko

  Notes:
  - "bdw" stands for "Broadwell"
  - "bpo", I believe, stands for "backport"

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.19.0-33-generic 3.19.0-33.38~14.04.1
  ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7
  Uname: Linux 3.19.0-33-generic x86_64
  NonfreeKernelModules: wl fglrx
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Wed Nov 25 23:44:39 2015
  InstallationDate: Installed on 2015-11-03 (22 days ago)
  InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  SourcePackage: linux-lts-vivid
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  yuriyrs2832 F pulseaudio
   /dev/snd/controlC1:  yuriyrs2832 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=a08f36f9-0611-4894-9da9-8b1dcc960a86
  InstallationDate: Installed on 2015-11-03 (24 days ago)
  InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: Dell Inc. Inspiron 5548
  NonfreeKernelModules: fglrx wl
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-33-generic.efi.signed 
root=UUID=4f05c2b3-c971-4bf8-bcb6-a76d60b68e45 ro quiet splash 
video.use_native_backlight=1 intremap=no_x2apic_optout vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-33-generic N/A
   linux-backports-modules-3.19.0-33-generic  N/A
   linux-firmware 1.127.18
  Tags:  trusty
  Uname: Linux 3.19.0-33-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dialout dip fax floppy fuse lpadmin netdev 
plugdev sambashare scanner sudo tape video
  _MarkForUpload: True
  dmi.bios.date: 10/12/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A06
  dmi.board.name: 0YDTG3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A06
  dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd10/12/2015:svnDellInc.:pnInspiron5548:pvrA06:rvnDellInc.:rn0YDTG3:rvrA02:cvnDellInc.:ct8:cvrA06:
  dmi.product.name: Inspiron 5548
  dmi.product.version: A06
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1520040/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1520040] RfKill.txt

2015-11-27 Thread Yuri Ribeiro Sucupira
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1520040/+attachment/4526409/+files/RfKill.txt

-- 
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/1520040

Title:
  [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control interrupt
  lied (SDE)!

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Device: notebook Dell Inspiron 5548

  Operating system: 64-bit XUbuntu Linux 14.04 LTS

  Processor: Intel Core i7-5500U

  Kernel: 3.19.0-33-generic #38~14.04.1-Ubuntu SMP x86_64

  Video: dual chip. These are the two display controllers:
  - Advanced Micro Devices, Inc. [AMD/ATI] Topaz XT [Radeon R7 M260] display 
controller 3300Hz (requires kernel module / device driver "fglrx"); and
  - Intel Corporation Broadwell-U Integrated Graphics VGA compatible controller 
3300Hz (requires kernel module / device driver "i915").

  Problem: my notebook's operating system is switching to runlevel 0
  (power off) randomly, subtly and thus unexpectedly. And if I 'cat
  /var/log/kern.log |grep -i i915' I get a lot of "[drm:gen8_irq_handler
  [i915_bpo]] *ERROR* The master control interrupt lied (SDE)!"
  messages. I'm under the impression that either the kernel or the
  kernel module "i915_bpo" is buggy.

  My notebook's problem can't be related to overheating, because it's a
  brand-new notebook (less than 1 month old) and I've already monitored
  its temperature parameters: nothing abnormal is happening. Also, I'm
  using a cooling laptop base/pad.

  Other kernels I've tested, with which the same issue happens:
  - 3.19.0-18-generic (kernel module: i915_bpo)
  - 3.19.0-23-generic (kernel module: i915_bpo)
  - 3.19.0-28-generic (kernel module: i915_bpo)
  - 4.2.0-18-generic (kernel module: i915)

  Temporary workaround: I downgraded to kernel "3.13.0-36-generic",
  which isn't buggy with its "i915_bdw.ko" (version 3.0) kernel object
  (module). Full path for this module:
  /lib/modules/3.13.0-36-generic/kernel/ubuntu/i915/i915_bdw.ko

  Notes:
  - "bdw" stands for "Broadwell"
  - "bpo", I believe, stands for "backport"

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.19.0-33-generic 3.19.0-33.38~14.04.1
  ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7
  Uname: Linux 3.19.0-33-generic x86_64
  NonfreeKernelModules: wl fglrx
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Wed Nov 25 23:44:39 2015
  InstallationDate: Installed on 2015-11-03 (22 days ago)
  InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  SourcePackage: linux-lts-vivid
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  yuriyrs2832 F pulseaudio
   /dev/snd/controlC1:  yuriyrs2832 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=a08f36f9-0611-4894-9da9-8b1dcc960a86
  InstallationDate: Installed on 2015-11-03 (24 days ago)
  InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: Dell Inc. Inspiron 5548
  NonfreeKernelModules: fglrx wl
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-33-generic.efi.signed 
root=UUID=4f05c2b3-c971-4bf8-bcb6-a76d60b68e45 ro quiet splash 
video.use_native_backlight=1 intremap=no_x2apic_optout vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-33-generic N/A
   linux-backports-modules-3.19.0-33-generic  N/A
   linux-firmware 1.127.18
  Tags:  trusty
  Uname: Linux 3.19.0-33-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dialout dip fax floppy fuse lpadmin netdev 
plugdev sambashare scanner sudo tape video
  _MarkForUpload: True
  dmi.bios.date: 10/12/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A06
  dmi.board.name: 0YDTG3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A06
  dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd10/12/2015:svnDellInc.:pnInspiron5548:pvrA06:rvnDellInc.:rn0YDTG3:rvrA02:cvnDellInc.:ct8:cvrA06:
  dmi.product.name: Inspiron 5548
  dmi.product.version: A06
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1520040/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1520040] UdevLog.txt

2015-11-27 Thread Yuri Ribeiro Sucupira
apport information

** Attachment added: "UdevLog.txt"
   
https://bugs.launchpad.net/bugs/1520040/+attachment/4526411/+files/UdevLog.txt

-- 
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/1520040

Title:
  [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control interrupt
  lied (SDE)!

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Device: notebook Dell Inspiron 5548

  Operating system: 64-bit XUbuntu Linux 14.04 LTS

  Processor: Intel Core i7-5500U

  Kernel: 3.19.0-33-generic #38~14.04.1-Ubuntu SMP x86_64

  Video: dual chip. These are the two display controllers:
  - Advanced Micro Devices, Inc. [AMD/ATI] Topaz XT [Radeon R7 M260] display 
controller 3300Hz (requires kernel module / device driver "fglrx"); and
  - Intel Corporation Broadwell-U Integrated Graphics VGA compatible controller 
3300Hz (requires kernel module / device driver "i915").

  Problem: my notebook's operating system is switching to runlevel 0
  (power off) randomly, subtly and thus unexpectedly. And if I 'cat
  /var/log/kern.log |grep -i i915' I get a lot of "[drm:gen8_irq_handler
  [i915_bpo]] *ERROR* The master control interrupt lied (SDE)!"
  messages. I'm under the impression that either the kernel or the
  kernel module "i915_bpo" is buggy.

  My notebook's problem can't be related to overheating, because it's a
  brand-new notebook (less than 1 month old) and I've already monitored
  its temperature parameters: nothing abnormal is happening. Also, I'm
  using a cooling laptop base/pad.

  Other kernels I've tested, with which the same issue happens:
  - 3.19.0-18-generic (kernel module: i915_bpo)
  - 3.19.0-23-generic (kernel module: i915_bpo)
  - 3.19.0-28-generic (kernel module: i915_bpo)
  - 4.2.0-18-generic (kernel module: i915)

  Temporary workaround: I downgraded to kernel "3.13.0-36-generic",
  which isn't buggy with its "i915_bdw.ko" (version 3.0) kernel object
  (module). Full path for this module:
  /lib/modules/3.13.0-36-generic/kernel/ubuntu/i915/i915_bdw.ko

  Notes:
  - "bdw" stands for "Broadwell"
  - "bpo", I believe, stands for "backport"

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.19.0-33-generic 3.19.0-33.38~14.04.1
  ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7
  Uname: Linux 3.19.0-33-generic x86_64
  NonfreeKernelModules: wl fglrx
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Wed Nov 25 23:44:39 2015
  InstallationDate: Installed on 2015-11-03 (22 days ago)
  InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  SourcePackage: linux-lts-vivid
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  yuriyrs2832 F pulseaudio
   /dev/snd/controlC1:  yuriyrs2832 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=a08f36f9-0611-4894-9da9-8b1dcc960a86
  InstallationDate: Installed on 2015-11-03 (24 days ago)
  InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: Dell Inc. Inspiron 5548
  NonfreeKernelModules: fglrx wl
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-33-generic.efi.signed 
root=UUID=4f05c2b3-c971-4bf8-bcb6-a76d60b68e45 ro quiet splash 
video.use_native_backlight=1 intremap=no_x2apic_optout vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-33-generic N/A
   linux-backports-modules-3.19.0-33-generic  N/A
   linux-firmware 1.127.18
  Tags:  trusty
  Uname: Linux 3.19.0-33-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dialout dip fax floppy fuse lpadmin netdev 
plugdev sambashare scanner sudo tape video
  _MarkForUpload: True
  dmi.bios.date: 10/12/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A06
  dmi.board.name: 0YDTG3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A06
  dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd10/12/2015:svnDellInc.:pnInspiron5548:pvrA06:rvnDellInc.:rn0YDTG3:rvrA02:cvnDellInc.:ct8:cvrA06:
  dmi.product.name: Inspiron 5548
  dmi.product.version: A06
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1520040/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1520040] ProcModules.txt

2015-11-27 Thread Yuri Ribeiro Sucupira
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1520040/+attachment/4526407/+files/ProcModules.txt

-- 
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/1520040

Title:
  [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control interrupt
  lied (SDE)!

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Device: notebook Dell Inspiron 5548

  Operating system: 64-bit XUbuntu Linux 14.04 LTS

  Processor: Intel Core i7-5500U

  Kernel: 3.19.0-33-generic #38~14.04.1-Ubuntu SMP x86_64

  Video: dual chip. These are the two display controllers:
  - Advanced Micro Devices, Inc. [AMD/ATI] Topaz XT [Radeon R7 M260] display 
controller 3300Hz (requires kernel module / device driver "fglrx"); and
  - Intel Corporation Broadwell-U Integrated Graphics VGA compatible controller 
3300Hz (requires kernel module / device driver "i915").

  Problem: my notebook's operating system is switching to runlevel 0
  (power off) randomly, subtly and thus unexpectedly. And if I 'cat
  /var/log/kern.log |grep -i i915' I get a lot of "[drm:gen8_irq_handler
  [i915_bpo]] *ERROR* The master control interrupt lied (SDE)!"
  messages. I'm under the impression that either the kernel or the
  kernel module "i915_bpo" is buggy.

  My notebook's problem can't be related to overheating, because it's a
  brand-new notebook (less than 1 month old) and I've already monitored
  its temperature parameters: nothing abnormal is happening. Also, I'm
  using a cooling laptop base/pad.

  Other kernels I've tested, with which the same issue happens:
  - 3.19.0-18-generic (kernel module: i915_bpo)
  - 3.19.0-23-generic (kernel module: i915_bpo)
  - 3.19.0-28-generic (kernel module: i915_bpo)
  - 4.2.0-18-generic (kernel module: i915)

  Temporary workaround: I downgraded to kernel "3.13.0-36-generic",
  which isn't buggy with its "i915_bdw.ko" (version 3.0) kernel object
  (module). Full path for this module:
  /lib/modules/3.13.0-36-generic/kernel/ubuntu/i915/i915_bdw.ko

  Notes:
  - "bdw" stands for "Broadwell"
  - "bpo", I believe, stands for "backport"

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.19.0-33-generic 3.19.0-33.38~14.04.1
  ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7
  Uname: Linux 3.19.0-33-generic x86_64
  NonfreeKernelModules: wl fglrx
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Wed Nov 25 23:44:39 2015
  InstallationDate: Installed on 2015-11-03 (22 days ago)
  InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  SourcePackage: linux-lts-vivid
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  yuriyrs2832 F pulseaudio
   /dev/snd/controlC1:  yuriyrs2832 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=a08f36f9-0611-4894-9da9-8b1dcc960a86
  InstallationDate: Installed on 2015-11-03 (24 days ago)
  InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: Dell Inc. Inspiron 5548
  NonfreeKernelModules: fglrx wl
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-33-generic.efi.signed 
root=UUID=4f05c2b3-c971-4bf8-bcb6-a76d60b68e45 ro quiet splash 
video.use_native_backlight=1 intremap=no_x2apic_optout vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-33-generic N/A
   linux-backports-modules-3.19.0-33-generic  N/A
   linux-firmware 1.127.18
  Tags:  trusty
  Uname: Linux 3.19.0-33-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dialout dip fax floppy fuse lpadmin netdev 
plugdev sambashare scanner sudo tape video
  _MarkForUpload: True
  dmi.bios.date: 10/12/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A06
  dmi.board.name: 0YDTG3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A06
  dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd10/12/2015:svnDellInc.:pnInspiron5548:pvrA06:rvnDellInc.:rn0YDTG3:rvrA02:cvnDellInc.:ct8:cvrA06:
  dmi.product.name: Inspiron 5548
  dmi.product.version: A06
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1520040/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1520040] ProcCpuinfo.txt

2015-11-27 Thread Yuri Ribeiro Sucupira
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1520040/+attachment/4526404/+files/ProcCpuinfo.txt

-- 
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/1520040

Title:
  [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control interrupt
  lied (SDE)!

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Device: notebook Dell Inspiron 5548

  Operating system: 64-bit XUbuntu Linux 14.04 LTS

  Processor: Intel Core i7-5500U

  Kernel: 3.19.0-33-generic #38~14.04.1-Ubuntu SMP x86_64

  Video: dual chip. These are the two display controllers:
  - Advanced Micro Devices, Inc. [AMD/ATI] Topaz XT [Radeon R7 M260] display 
controller 3300Hz (requires kernel module / device driver "fglrx"); and
  - Intel Corporation Broadwell-U Integrated Graphics VGA compatible controller 
3300Hz (requires kernel module / device driver "i915").

  Problem: my notebook's operating system is switching to runlevel 0
  (power off) randomly, subtly and thus unexpectedly. And if I 'cat
  /var/log/kern.log |grep -i i915' I get a lot of "[drm:gen8_irq_handler
  [i915_bpo]] *ERROR* The master control interrupt lied (SDE)!"
  messages. I'm under the impression that either the kernel or the
  kernel module "i915_bpo" is buggy.

  My notebook's problem can't be related to overheating, because it's a
  brand-new notebook (less than 1 month old) and I've already monitored
  its temperature parameters: nothing abnormal is happening. Also, I'm
  using a cooling laptop base/pad.

  Other kernels I've tested, with which the same issue happens:
  - 3.19.0-18-generic (kernel module: i915_bpo)
  - 3.19.0-23-generic (kernel module: i915_bpo)
  - 3.19.0-28-generic (kernel module: i915_bpo)
  - 4.2.0-18-generic (kernel module: i915)

  Temporary workaround: I downgraded to kernel "3.13.0-36-generic",
  which isn't buggy with its "i915_bdw.ko" (version 3.0) kernel object
  (module). Full path for this module:
  /lib/modules/3.13.0-36-generic/kernel/ubuntu/i915/i915_bdw.ko

  Notes:
  - "bdw" stands for "Broadwell"
  - "bpo", I believe, stands for "backport"

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.19.0-33-generic 3.19.0-33.38~14.04.1
  ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7
  Uname: Linux 3.19.0-33-generic x86_64
  NonfreeKernelModules: wl fglrx
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Wed Nov 25 23:44:39 2015
  InstallationDate: Installed on 2015-11-03 (22 days ago)
  InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  SourcePackage: linux-lts-vivid
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  yuriyrs2832 F pulseaudio
   /dev/snd/controlC1:  yuriyrs2832 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=a08f36f9-0611-4894-9da9-8b1dcc960a86
  InstallationDate: Installed on 2015-11-03 (24 days ago)
  InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: Dell Inc. Inspiron 5548
  NonfreeKernelModules: fglrx wl
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-33-generic.efi.signed 
root=UUID=4f05c2b3-c971-4bf8-bcb6-a76d60b68e45 ro quiet splash 
video.use_native_backlight=1 intremap=no_x2apic_optout vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-33-generic N/A
   linux-backports-modules-3.19.0-33-generic  N/A
   linux-firmware 1.127.18
  Tags:  trusty
  Uname: Linux 3.19.0-33-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dialout dip fax floppy fuse lpadmin netdev 
plugdev sambashare scanner sudo tape video
  _MarkForUpload: True
  dmi.bios.date: 10/12/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A06
  dmi.board.name: 0YDTG3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A06
  dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd10/12/2015:svnDellInc.:pnInspiron5548:pvrA06:rvnDellInc.:rn0YDTG3:rvrA02:cvnDellInc.:ct8:cvrA06:
  dmi.product.name: Inspiron 5548
  dmi.product.version: A06
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1520040/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1520040] WifiSyslog.txt

2015-11-27 Thread Yuri Ribeiro Sucupira
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1520040/+attachment/4526412/+files/WifiSyslog.txt

-- 
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/1520040

Title:
  [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control interrupt
  lied (SDE)!

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Device: notebook Dell Inspiron 5548

  Operating system: 64-bit XUbuntu Linux 14.04 LTS

  Processor: Intel Core i7-5500U

  Kernel: 3.19.0-33-generic #38~14.04.1-Ubuntu SMP x86_64

  Video: dual chip. These are the two display controllers:
  - Advanced Micro Devices, Inc. [AMD/ATI] Topaz XT [Radeon R7 M260] display 
controller 3300Hz (requires kernel module / device driver "fglrx"); and
  - Intel Corporation Broadwell-U Integrated Graphics VGA compatible controller 
3300Hz (requires kernel module / device driver "i915").

  Problem: my notebook's operating system is switching to runlevel 0
  (power off) randomly, subtly and thus unexpectedly. And if I 'cat
  /var/log/kern.log |grep -i i915' I get a lot of "[drm:gen8_irq_handler
  [i915_bpo]] *ERROR* The master control interrupt lied (SDE)!"
  messages. I'm under the impression that either the kernel or the
  kernel module "i915_bpo" is buggy.

  My notebook's problem can't be related to overheating, because it's a
  brand-new notebook (less than 1 month old) and I've already monitored
  its temperature parameters: nothing abnormal is happening. Also, I'm
  using a cooling laptop base/pad.

  Other kernels I've tested, with which the same issue happens:
  - 3.19.0-18-generic (kernel module: i915_bpo)
  - 3.19.0-23-generic (kernel module: i915_bpo)
  - 3.19.0-28-generic (kernel module: i915_bpo)
  - 4.2.0-18-generic (kernel module: i915)

  Temporary workaround: I downgraded to kernel "3.13.0-36-generic",
  which isn't buggy with its "i915_bdw.ko" (version 3.0) kernel object
  (module). Full path for this module:
  /lib/modules/3.13.0-36-generic/kernel/ubuntu/i915/i915_bdw.ko

  Notes:
  - "bdw" stands for "Broadwell"
  - "bpo", I believe, stands for "backport"

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.19.0-33-generic 3.19.0-33.38~14.04.1
  ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7
  Uname: Linux 3.19.0-33-generic x86_64
  NonfreeKernelModules: wl fglrx
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Wed Nov 25 23:44:39 2015
  InstallationDate: Installed on 2015-11-03 (22 days ago)
  InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  SourcePackage: linux-lts-vivid
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  yuriyrs2832 F pulseaudio
   /dev/snd/controlC1:  yuriyrs2832 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=a08f36f9-0611-4894-9da9-8b1dcc960a86
  InstallationDate: Installed on 2015-11-03 (24 days ago)
  InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: Dell Inc. Inspiron 5548
  NonfreeKernelModules: fglrx wl
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-33-generic.efi.signed 
root=UUID=4f05c2b3-c971-4bf8-bcb6-a76d60b68e45 ro quiet splash 
video.use_native_backlight=1 intremap=no_x2apic_optout vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-33-generic N/A
   linux-backports-modules-3.19.0-33-generic  N/A
   linux-firmware 1.127.18
  Tags:  trusty
  Uname: Linux 3.19.0-33-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dialout dip fax floppy fuse lpadmin netdev 
plugdev sambashare scanner sudo tape video
  _MarkForUpload: True
  dmi.bios.date: 10/12/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A06
  dmi.board.name: 0YDTG3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A06
  dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd10/12/2015:svnDellInc.:pnInspiron5548:pvrA06:rvnDellInc.:rn0YDTG3:rvrA02:cvnDellInc.:ct8:cvrA06:
  dmi.product.name: Inspiron 5548
  dmi.product.version: A06
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1520040/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1520040] ProcEnviron.txt

2015-11-27 Thread Yuri Ribeiro Sucupira
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1520040/+attachment/4526405/+files/ProcEnviron.txt

-- 
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/1520040

Title:
  [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control interrupt
  lied (SDE)!

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Device: notebook Dell Inspiron 5548

  Operating system: 64-bit XUbuntu Linux 14.04 LTS

  Processor: Intel Core i7-5500U

  Kernel: 3.19.0-33-generic #38~14.04.1-Ubuntu SMP x86_64

  Video: dual chip. These are the two display controllers:
  - Advanced Micro Devices, Inc. [AMD/ATI] Topaz XT [Radeon R7 M260] display 
controller 3300Hz (requires kernel module / device driver "fglrx"); and
  - Intel Corporation Broadwell-U Integrated Graphics VGA compatible controller 
3300Hz (requires kernel module / device driver "i915").

  Problem: my notebook's operating system is switching to runlevel 0
  (power off) randomly, subtly and thus unexpectedly. And if I 'cat
  /var/log/kern.log |grep -i i915' I get a lot of "[drm:gen8_irq_handler
  [i915_bpo]] *ERROR* The master control interrupt lied (SDE)!"
  messages. I'm under the impression that either the kernel or the
  kernel module "i915_bpo" is buggy.

  My notebook's problem can't be related to overheating, because it's a
  brand-new notebook (less than 1 month old) and I've already monitored
  its temperature parameters: nothing abnormal is happening. Also, I'm
  using a cooling laptop base/pad.

  Other kernels I've tested, with which the same issue happens:
  - 3.19.0-18-generic (kernel module: i915_bpo)
  - 3.19.0-23-generic (kernel module: i915_bpo)
  - 3.19.0-28-generic (kernel module: i915_bpo)
  - 4.2.0-18-generic (kernel module: i915)

  Temporary workaround: I downgraded to kernel "3.13.0-36-generic",
  which isn't buggy with its "i915_bdw.ko" (version 3.0) kernel object
  (module). Full path for this module:
  /lib/modules/3.13.0-36-generic/kernel/ubuntu/i915/i915_bdw.ko

  Notes:
  - "bdw" stands for "Broadwell"
  - "bpo", I believe, stands for "backport"

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.19.0-33-generic 3.19.0-33.38~14.04.1
  ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7
  Uname: Linux 3.19.0-33-generic x86_64
  NonfreeKernelModules: wl fglrx
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Wed Nov 25 23:44:39 2015
  InstallationDate: Installed on 2015-11-03 (22 days ago)
  InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  SourcePackage: linux-lts-vivid
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  yuriyrs2832 F pulseaudio
   /dev/snd/controlC1:  yuriyrs2832 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=a08f36f9-0611-4894-9da9-8b1dcc960a86
  InstallationDate: Installed on 2015-11-03 (24 days ago)
  InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: Dell Inc. Inspiron 5548
  NonfreeKernelModules: fglrx wl
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-33-generic.efi.signed 
root=UUID=4f05c2b3-c971-4bf8-bcb6-a76d60b68e45 ro quiet splash 
video.use_native_backlight=1 intremap=no_x2apic_optout vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-33-generic N/A
   linux-backports-modules-3.19.0-33-generic  N/A
   linux-firmware 1.127.18
  Tags:  trusty
  Uname: Linux 3.19.0-33-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dialout dip fax floppy fuse lpadmin netdev 
plugdev sambashare scanner sudo tape video
  _MarkForUpload: True
  dmi.bios.date: 10/12/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A06
  dmi.board.name: 0YDTG3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A06
  dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd10/12/2015:svnDellInc.:pnInspiron5548:pvrA06:rvnDellInc.:rn0YDTG3:rvrA02:cvnDellInc.:ct8:cvrA06:
  dmi.product.name: Inspiron 5548
  dmi.product.version: A06
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1520040/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1520040] [NEW] [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control interrupt lied (SDE)!

2015-11-25 Thread Yuri Ribeiro Sucupira
Public bug reported:

Device: notebook Dell Inspiron 5548

Operating system: 64-bit XUbuntu Linux 14.04 LTS

Processor: Intel Core i7-5500U

Kernel: 3.19.0-33-generic #38~14.04.1-Ubuntu SMP x86_64

Video: dual chip. These are the two display controllers:
- Advanced Micro Devices, Inc. [AMD/ATI] Topaz XT [Radeon R7 M260] display 
controller 3300Hz (requires kernel module / device driver "fglrx"); and
- Intel Corporation Broadwell-U Integrated Graphics VGA compatible controller 
3300Hz (requires kernel module / device driver "i915").

Problem: my notebook's operating system is switching to runlevel 0
(power off) randomly, subtly and thus unexpectedly. And if I 'cat
/var/log/kern.log |grep -i i915' I get a lot of "[drm:gen8_irq_handler
[i915_bpo]] *ERROR* The master control interrupt lied (SDE)!" messages.
I'm under the impression that either the kernel or the kernel module
"i915_bpo" is buggy.

My notebook's problem can't be related to overheating, because it's a
brand-new notebook (~1 week old) and I've already monitored its
temperature parameters: nothing abnormal is happening. Also, I'm using a
cooling laptop base/pad.

Other kernels I've tested, with which the same issue happens:
- 3.19.0-18-generic (kernel module: i915_bpo)
- 3.19.0-23-generic (kernel module: i915_bpo)
- 3.19.0-28-generic (kernel module: i915_bpo)
- 4.2.0-18-generic (kernel module: i915)

Temporary workaround: I downgraded to kernel "3.13.0-36-generic", which
isn't buggy with its "i915_bdw.ko" (version 3.0) kernel object (module).
Full path for this module:
/lib/modules/3.13.0-36-generic/kernel/ubuntu/i915/i915_bdw.ko


Notes:
- "bdw" stands for "Broadwell"
- "bpo", I believe, stands for "backport"

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.19.0-33-generic 3.19.0-33.38~14.04.1
ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7
Uname: Linux 3.19.0-33-generic x86_64
NonfreeKernelModules: wl fglrx
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: amd64
CurrentDesktop: XFCE
Date: Wed Nov 25 23:44:39 2015
InstallationDate: Installed on 2015-11-03 (22 days ago)
InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
SourcePackage: linux-lts-vivid
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: linux-lts-vivid (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug broadwell i915 trusty

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-lts-vivid in Ubuntu.
https://bugs.launchpad.net/bugs/1520040

Title:
  [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control interrupt
  lied (SDE)!

Status in linux-lts-vivid package in Ubuntu:
  New

Bug description:
  Device: notebook Dell Inspiron 5548

  Operating system: 64-bit XUbuntu Linux 14.04 LTS

  Processor: Intel Core i7-5500U

  Kernel: 3.19.0-33-generic #38~14.04.1-Ubuntu SMP x86_64

  Video: dual chip. These are the two display controllers:
  - Advanced Micro Devices, Inc. [AMD/ATI] Topaz XT [Radeon R7 M260] display 
controller 3300Hz (requires kernel module / device driver "fglrx"); and
  - Intel Corporation Broadwell-U Integrated Graphics VGA compatible controller 
3300Hz (requires kernel module / device driver "i915").

  Problem: my notebook's operating system is switching to runlevel 0
  (power off) randomly, subtly and thus unexpectedly. And if I 'cat
  /var/log/kern.log |grep -i i915' I get a lot of "[drm:gen8_irq_handler
  [i915_bpo]] *ERROR* The master control interrupt lied (SDE)!"
  messages. I'm under the impression that either the kernel or the
  kernel module "i915_bpo" is buggy.

  My notebook's problem can't be related to overheating, because it's a
  brand-new notebook (~1 week old) and I've already monitored its
  temperature parameters: nothing abnormal is happening. Also, I'm using
  a cooling laptop base/pad.

  Other kernels I've tested, with which the same issue happens:
  - 3.19.0-18-generic (kernel module: i915_bpo)
  - 3.19.0-23-generic (kernel module: i915_bpo)
  - 3.19.0-28-generic (kernel module: i915_bpo)
  - 4.2.0-18-generic (kernel module: i915)

  Temporary workaround: I downgraded to kernel "3.13.0-36-generic",
  which isn't buggy with its "i915_bdw.ko" (version 3.0) kernel object
  (module). Full path for this module:
  /lib/modules/3.13.0-36-generic/kernel/ubuntu/i915/i915_bdw.ko


  Notes:
  - "bdw" stands for "Broadwell"
  - "bpo", I believe, stands for "backport"

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.19.0-33-generic 3.19.0-33.38~14.04.1
  ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7
  Uname: Linux 3.19.0-33-generic x86_64
  NonfreeKernelModules: wl fglrx
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Wed Nov 25 23:44:39 2015
  InstallationDate: Installed on 2015-11-03 (22 days ago)
  InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 

[Kernel-packages] [Bug 1520040] Re: [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control interrupt lied (SDE)!

2015-11-25 Thread Yuri Ribeiro Sucupira
Other filed bugs reporting the same issue in other kernels:

1) Ubuntu 3.19.0-26.28-generic 3.19.8-ckt4 x86_64 + "i915" kernel
module:

 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1488719

2) Ubuntu 3.19.0-30.34-generic 3.19.8-ckt6 x86_64 + "i915_bpo" kernel
module:

 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1503541

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-lts-vivid in Ubuntu.
https://bugs.launchpad.net/bugs/1520040

Title:
  [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control interrupt
  lied (SDE)!

Status in linux-lts-vivid package in Ubuntu:
  New

Bug description:
  Device: notebook Dell Inspiron 5548

  Operating system: 64-bit XUbuntu Linux 14.04 LTS

  Processor: Intel Core i7-5500U

  Kernel: 3.19.0-33-generic #38~14.04.1-Ubuntu SMP x86_64

  Video: dual chip. These are the two display controllers:
  - Advanced Micro Devices, Inc. [AMD/ATI] Topaz XT [Radeon R7 M260] display 
controller 3300Hz (requires kernel module / device driver "fglrx"); and
  - Intel Corporation Broadwell-U Integrated Graphics VGA compatible controller 
3300Hz (requires kernel module / device driver "i915").

  Problem: my notebook's operating system is switching to runlevel 0
  (power off) randomly, subtly and thus unexpectedly. And if I 'cat
  /var/log/kern.log |grep -i i915' I get a lot of "[drm:gen8_irq_handler
  [i915_bpo]] *ERROR* The master control interrupt lied (SDE)!"
  messages. I'm under the impression that either the kernel or the
  kernel module "i915_bpo" is buggy.

  My notebook's problem can't be related to overheating, because it's a
  brand-new notebook (~1 week old) and I've already monitored its
  temperature parameters: nothing abnormal is happening. Also, I'm using
  a cooling laptop base/pad.

  Other kernels I've tested, with which the same issue happens:
  - 3.19.0-18-generic (kernel module: i915_bpo)
  - 3.19.0-23-generic (kernel module: i915_bpo)
  - 3.19.0-28-generic (kernel module: i915_bpo)
  - 4.2.0-18-generic (kernel module: i915)

  Temporary workaround: I downgraded to kernel "3.13.0-36-generic",
  which isn't buggy with its "i915_bdw.ko" (version 3.0) kernel object
  (module). Full path for this module:
  /lib/modules/3.13.0-36-generic/kernel/ubuntu/i915/i915_bdw.ko


  Notes:
  - "bdw" stands for "Broadwell"
  - "bpo", I believe, stands for "backport"

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.19.0-33-generic 3.19.0-33.38~14.04.1
  ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7
  Uname: Linux 3.19.0-33-generic x86_64
  NonfreeKernelModules: wl fglrx
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Wed Nov 25 23:44:39 2015
  InstallationDate: Installed on 2015-11-03 (22 days ago)
  InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  SourcePackage: linux-lts-vivid
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-vivid/+bug/1520040/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1520040] Re: [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control interrupt lied (SDE)!

2015-11-25 Thread Yuri Ribeiro Sucupira
** Description changed:

  Device: notebook Dell Inspiron 5548
  
  Operating system: 64-bit XUbuntu Linux 14.04 LTS
  
  Processor: Intel Core i7-5500U
  
  Kernel: 3.19.0-33-generic #38~14.04.1-Ubuntu SMP x86_64
  
  Video: dual chip. These are the two display controllers:
  - Advanced Micro Devices, Inc. [AMD/ATI] Topaz XT [Radeon R7 M260] display 
controller 3300Hz (requires kernel module / device driver "fglrx"); and
  - Intel Corporation Broadwell-U Integrated Graphics VGA compatible controller 
3300Hz (requires kernel module / device driver "i915").
  
  Problem: my notebook's operating system is switching to runlevel 0
  (power off) randomly, subtly and thus unexpectedly. And if I 'cat
  /var/log/kern.log |grep -i i915' I get a lot of "[drm:gen8_irq_handler
  [i915_bpo]] *ERROR* The master control interrupt lied (SDE)!" messages.
  I'm under the impression that either the kernel or the kernel module
  "i915_bpo" is buggy.
  
  My notebook's problem can't be related to overheating, because it's a
- brand-new notebook (~1 week old) and I've already monitored its
- temperature parameters: nothing abnormal is happening. Also, I'm using a
- cooling laptop base/pad.
+ brand-new notebook (less than 1 month old) and I've already monitored
+ its temperature parameters: nothing abnormal is happening. Also, I'm
+ using a cooling laptop base/pad.
  
  Other kernels I've tested, with which the same issue happens:
  - 3.19.0-18-generic (kernel module: i915_bpo)
  - 3.19.0-23-generic (kernel module: i915_bpo)
  - 3.19.0-28-generic (kernel module: i915_bpo)
  - 4.2.0-18-generic (kernel module: i915)
  
  Temporary workaround: I downgraded to kernel "3.13.0-36-generic", which
  isn't buggy with its "i915_bdw.ko" (version 3.0) kernel object (module).
  Full path for this module:
  /lib/modules/3.13.0-36-generic/kernel/ubuntu/i915/i915_bdw.ko
- 
  
  Notes:
  - "bdw" stands for "Broadwell"
  - "bpo", I believe, stands for "backport"
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.19.0-33-generic 3.19.0-33.38~14.04.1
  ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7
  Uname: Linux 3.19.0-33-generic x86_64
  NonfreeKernelModules: wl fglrx
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Wed Nov 25 23:44:39 2015
  InstallationDate: Installed on 2015-11-03 (22 days ago)
  InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  SourcePackage: linux-lts-vivid
  UpgradeStatus: No upgrade log present (probably fresh install)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-lts-vivid in Ubuntu.
https://bugs.launchpad.net/bugs/1520040

Title:
  [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control interrupt
  lied (SDE)!

Status in linux-lts-vivid package in Ubuntu:
  New

Bug description:
  Device: notebook Dell Inspiron 5548

  Operating system: 64-bit XUbuntu Linux 14.04 LTS

  Processor: Intel Core i7-5500U

  Kernel: 3.19.0-33-generic #38~14.04.1-Ubuntu SMP x86_64

  Video: dual chip. These are the two display controllers:
  - Advanced Micro Devices, Inc. [AMD/ATI] Topaz XT [Radeon R7 M260] display 
controller 3300Hz (requires kernel module / device driver "fglrx"); and
  - Intel Corporation Broadwell-U Integrated Graphics VGA compatible controller 
3300Hz (requires kernel module / device driver "i915").

  Problem: my notebook's operating system is switching to runlevel 0
  (power off) randomly, subtly and thus unexpectedly. And if I 'cat
  /var/log/kern.log |grep -i i915' I get a lot of "[drm:gen8_irq_handler
  [i915_bpo]] *ERROR* The master control interrupt lied (SDE)!"
  messages. I'm under the impression that either the kernel or the
  kernel module "i915_bpo" is buggy.

  My notebook's problem can't be related to overheating, because it's a
  brand-new notebook (less than 1 month old) and I've already monitored
  its temperature parameters: nothing abnormal is happening. Also, I'm
  using a cooling laptop base/pad.

  Other kernels I've tested, with which the same issue happens:
  - 3.19.0-18-generic (kernel module: i915_bpo)
  - 3.19.0-23-generic (kernel module: i915_bpo)
  - 3.19.0-28-generic (kernel module: i915_bpo)
  - 4.2.0-18-generic (kernel module: i915)

  Temporary workaround: I downgraded to kernel "3.13.0-36-generic",
  which isn't buggy with its "i915_bdw.ko" (version 3.0) kernel object
  (module). Full path for this module:
  /lib/modules/3.13.0-36-generic/kernel/ubuntu/i915/i915_bdw.ko

  Notes:
  - "bdw" stands for "Broadwell"
  - "bpo", I believe, stands for "backport"

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.19.0-33-generic 3.19.0-33.38~14.04.1
  ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7
  Uname: Linux 3.19.0-33-generic x86_64
  NonfreeKernelModules: wl fglrx
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CurrentDesktop: 

Re: [Kernel-packages] [Bug 1503541] Re: kern.log flooded with "[drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control interrupt lied (SDE)!"

2015-11-24 Thread Yuri Ribeiro Sucupira
Hi, Christopher, thank you for your reply.
I'm currently running kernel "3.13.0-36-generic", which doesn't have any issue 
with module "i915_bdw.ko". I know I'll have to upgrade the kernel in order to 
make the issue come up again. My doubt is: which kernel shall I upgrade my 
system to? Shall I upgrade to kernel "3.19.0-33-generic" (module 
"i915_bpo.ko")? Or kernel "4.2.0-18-generic" (module "i915.ko")? Or shall I 
switch kernels and file a bug for each one of'em?
I can do both (file a bug for 3.19.0-33-generic and another for 
4.2.0-18-generic), it's not a problem. I'm just not sure if it's necessary. 
Please let me know which option is the best and I'll do it.
[]'s
Yuri

> Date: Tue, 24 Nov 2015 20:06:04 +
> From: christopher.m.penal...@gmail.com
> To: yuri_sucup...@hotmail.com
> Subject: [Bug 1503541] Re: kern.log flooded with "[drm:gen8_irq_handler 
> [i915_bpo]] *ERROR* The master control interrupt lied (SDE)!"
> 
> Yuri Ribeiro Sucupira, it will help immensely if you filed a new report via a 
> terminal:
> ubuntu-bug linux
> 
> Please feel free to subscribe me to it.
> 
> -- 
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1503541
> 
> Title:
>   kern.log flooded with "[drm:gen8_irq_handler [i915_bpo]] *ERROR* The
>   master control interrupt lied (SDE)!"
> 
> Status in linux package in Ubuntu:
>   Incomplete
> 
> Bug description:
>   On an intel i5 toshiba laptop on vivid. Upgraded to the
>   3.19.0-30-generic kernel and started seeing this. Additionally, bootup
>   was slow.
> 
>   kern.log/dmesg is flooded with this output
> 
>   [   69.070503] [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master
>   control interrupt lied (SDE)!
> 
>   ProblemType: Bug
>   DistroRelease: Ubuntu 15.04
>   Package: linux-image-3.19.0-30-generic 3.19.0-30.34
>   ProcVersionSignature: Ubuntu 3.19.0-30.34-generic 3.19.8-ckt6
>   Uname: Linux 3.19.0-30-generic x86_64
>   ApportVersion: 2.17.2-0ubuntu1.5
>   Architecture: amd64
>   AudioDevicesInUse:
>USERPID ACCESS COMMAND
>/dev/snd/controlC0:  wolsen 2493 F pulseaudio
>/dev/snd/controlC1:  wolsen 2493 F pulseaudio
>   CurrentDesktop: Unity
>   Date: Tue Oct  6 22:30:20 2015
>   HibernationDevice: RESUME=UUID=096b9e95-621b-4cc7-a10c-250149e1b48b
>   InstallationDate: Installed on 2015-07-15 (83 days ago)
>   InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
>   MachineType: TOSHIBA Satellite E45-B
>   ProcFB: 0 inteldrmfb
>   ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-30-generic.efi.signed 
> root=/dev/mapper/ubuntu--vg-root ro noprompt quiet splash
>   RelatedPackageVersions:
>linux-restricted-modules-3.19.0-30-generic N/A
>linux-backports-modules-3.19.0-30-generic  N/A
>linux-firmware 1.143.3
>   SourcePackage: linux
>   UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   dmi.bios.date: 01/12/2015
>   dmi.bios.vendor: INSYDE Corp.
>   dmi.bios.version: 1.10
>   dmi.board.asset.tag: Type2 - Board Asset Tag
>   dmi.board.name: CA10CU
>   dmi.board.vendor: TOSHIBA
>   dmi.board.version: 2.0
>   dmi.chassis.asset.tag: No Asset Tag
>   dmi.chassis.type: 10
>   dmi.chassis.vendor: OEM Chassis ManuFacturer
>   dmi.chassis.version: OEM Chassis Version
>   dmi.modalias: 
> dmi:bvnINSYDECorp.:bvr1.10:bd01/12/2015:svnTOSHIBA:pnSatelliteE45-B:pvrPSPNAU-001002:rvnTOSHIBA:rnCA10CU:rvr2.0:cvnOEMChassisManuFacturer:ct10:cvrOEMChassisVersion:
>   dmi.product.name: Satellite E45-B
>   dmi.product.version: PSPNAU-001002
>   dmi.sys.vendor: TOSHIBA
> 
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1503541/+subscriptions

-- 
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/1503541

Title:
  kern.log flooded with "[drm:gen8_irq_handler [i915_bpo]] *ERROR* The
  master control interrupt lied (SDE)!"

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  On an intel i5 toshiba laptop on vivid. Upgraded to the
  3.19.0-30-generic kernel and started seeing this. Additionally, bootup
  was slow.

  kern.log/dmesg is flooded with this output

  [   69.070503] [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master
  control interrupt lied (SDE)!

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-30-generic 3.19.0-30.34
  ProcVersionSignature: Ubuntu 3.19.0-30.34-generic 3.19.8-ckt6
  Uname: Linux 

[Kernel-packages] [Bug 1503541] Re: kern.log flooded with "[drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control interrupt lied (SDE)!"

2015-11-24 Thread Yuri Ribeiro Sucupira
This bug also affects me. Well, now it doesn't anymore, because I've
downgraded my system kernel.

Device: notebook Dell Inspiron 5548

Operating system: 64-bit XUbuntu Linux 14.04

Processor: Intel Core i7-5500U

Video: dual chip. These are the two display controllers:
- Advanced Micro Devices, Inc. [AMD/ATI] Topaz XT [Radeon R7 M260] display 
controller 3300Hz (requires kernel module / device driver "fglrx"); and
- Intel Corporation Broadwell-U Integrated Graphics VGA compatible controller 
3300Hz (requires kernel module / device driver "i915").

Problem: the message "[drm:gen8_irq_handler [i915_bpo]] *ERROR* The
master control interrupt lied (SDE)!" floods my dmesg. If I "cat
/var/log/kern.log |grep -i i915" i see a huge amount of messages exactly
like this one, hence I can only assume that the kernel module i915_bpo
is buggy. Also, my notebook was subtly powering off from time to time
(unrelated with overheat, I'm pretty sure 'coz I've already monitored
temperature parameters and also 'coz I'm using a cooling laptop
base/pad).

Kernels I've tested which have this issue:
- 3.19.0-18-generic
- 3.19.0-23-generic
- 3.19.0-28-generic
- 3.19.0-33-generic
- 4.2.0-18-generic

All of them have the same problem: the kernel module "i915.ko" (in
4.2.0-18-generic) and the kernel module "i915_bpo.ko" (in kernels
3.19.0-??-generic) cause subtle system shutdown (halt / poweroff) in my
notebook.

Solution: I downgraded to kernel 3.13.0-36-generic, which isn't buggy
with its "i915_bdw.ko" (version 3.0) kernel object (module). Full path
for this module:
/lib/modules/3.13.0-36-generic/kernel/ubuntu/i915/i915_bdw.ko

Notes:
- "bdw" stands for "Broadwell"
- "bpo", I believe, stands for "backport"

IMO, this bug is pretty serious and is taking a lot of time to get
fixed: my notebook could get damaged if it kept subtly powering off on
an everyday basis like it was doing because of this bug. Hence, my
strong suggestion to those who are experiencing this issue is to
downgrade to a stable kernel version (I recommend kernel
3.13.0-36-generic.

If you don't want to downgrade your kernel: become root ('sudo su'),
then open '/etc/default/grub' for edition (e.g.: 'gedit
/etc/default/grub'), then add the 'nomodeset' option to
"GRUB_CMDLINE_LINUX_DEFAULT=" (e.g.:
GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"), then save the file, exit the
text editor and, still as root, run the command 'update-grub && telinit
6'. Your GRUB will be updated and your system will be restarted. After
that you won't be able to see OpenGL graphics anymore (e.g. Xscreensaver
openGL screensavers won't load), but your system will stop subtly
powering off.

-- 
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/1503541

Title:
  kern.log flooded with "[drm:gen8_irq_handler [i915_bpo]] *ERROR* The
  master control interrupt lied (SDE)!"

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  On an intel i5 toshiba laptop on vivid. Upgraded to the
  3.19.0-30-generic kernel and started seeing this. Additionally, bootup
  was slow.

  kern.log/dmesg is flooded with this output

  [   69.070503] [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master
  control interrupt lied (SDE)!

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-30-generic 3.19.0-30.34
  ProcVersionSignature: Ubuntu 3.19.0-30.34-generic 3.19.8-ckt6
  Uname: Linux 3.19.0-30-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  wolsen 2493 F pulseaudio
   /dev/snd/controlC1:  wolsen 2493 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue Oct  6 22:30:20 2015
  HibernationDevice: RESUME=UUID=096b9e95-621b-4cc7-a10c-250149e1b48b
  InstallationDate: Installed on 2015-07-15 (83 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: TOSHIBA Satellite E45-B
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-30-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro noprompt quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-30-generic N/A
   linux-backports-modules-3.19.0-30-generic  N/A
   linux-firmware 1.143.3
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/12/2015
  dmi.bios.vendor: INSYDE Corp.
  dmi.bios.version: 1.10
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: CA10CU
  dmi.board.vendor: TOSHIBA
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: OEM Chassis ManuFacturer
  dmi.chassis.version: OEM Chassis Version
  dmi.modalias: 

[Kernel-packages] [Bug 1488719] Re: dmesg shows "[drm:gen8_irq_handler [i915]] *ERROR* The master control interrupt lied (SDE)!"

2015-11-24 Thread Yuri Ribeiro Sucupira
This bug also affects me. Well, now it doesn't anymore, because I've
downgraded my system kernel.

Device: notebook Dell Inspiron 5548

Operating system: 64-bit XUbuntu Linux 14.04

Processor: Intel Core i7-5500U

Video: dual chip. These are the two display controllers:
- Advanced Micro Devices, Inc. [AMD/ATI] Topaz XT [Radeon R7 M260] display 
controller 3300Hz (requires kernel module / device driver "fglrx"); and
- Intel Corporation Broadwell-U Integrated Graphics VGA compatible controller 
3300Hz (requires kernel module / device driver "i915").

Problem: the message "[drm:gen8_irq_handler [i915_bpo]] *ERROR* The
master control interrupt lied (SDE)!" floods my dmesg, and from time to
time my system crashes and my computer powers off. If I 'cat
/var/log/kern.log |grep -i i915' i see a huge amount of messages exactly
like this one, hence I can only assume that the kernel module i915_bpo
is buggy (or these kernels are buggy while they interact with that
kernel module). My notebook is subtly powering off from time to time
(unrelated with overheat, I'm pretty sure 'coz I've already monitored
temperature parameters and also 'coz I'm using a cooling laptop
base/pad, besides the fact that my notebook is brand-new: only 1 week
old).

Kernels I've tested which have this issue:
- 3.19.0-18-generic
- 3.19.0-23-generic
- 3.19.0-28-generic
- 3.19.0-33-generic
- 4.2.0-18-generic

All of them have the same problem: the kernel module "i915.ko" (in
4.2.0-18-generic) and the kernel module "i915_bpo.ko" (in kernels
3.19.0-??-generic) randomly cause subtle system shutdown (halt /
poweroff) in my notebook.

Solution: I downgraded to kernel 3.13.0-36-generic, which isn't buggy
with its "i915_bdw.ko" (version 3.0) kernel object (module). Full path
for this module:
/lib/modules/3.13.0-36-generic/kernel/ubuntu/i915/i915_bdw.ko

Notes:
- "bdw" stands for "Broadwell"
- "bpo", I believe, stands for "backport"

IMO, this bug is pretty serious and is taking a lot of time to get
fixed: my notebook could get damaged if it kept subtly powering off
several times a day, on an everyday basis, like it was doing because of
this bug. Hence, my strong suggestion to those who are experiencing this
issue is to downgrade to a stable kernel version (I recommend kernel
3.13.0-36-generic).

If you don't want to downgrade your kernel: become root ('sudo su'),
then open '/etc/default/grub' for edition (e.g. 'gedit
/etc/default/grub'), then add the 'nomodeset' option to
"GRUB_CMDLINE_LINUX_DEFAULT=" (e.g.
GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"), then save the file, exit the
text editor and, still as root, run the command 'update-grub && telinit
6'. Your GRUB will be updated and your system will be restarted. After
that you won't be able to see OpenGL graphics anymore (e.g. Xscreensaver
openGL screensavers won't load), but your system will stop subtly
powering off.

-- 
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:
  Fix Released
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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp