[Kernel-packages] [Bug 1566302] Re: Ubuntu 16.04: Suspend freezes the system after upgrade to linux image 4.4.0-16

2016-04-06 Thread macias
Yes, the issue start happening after update to 4.4.0-16 on 5/04/2016
(morning update). The problem did not happened with 4.4.0-15.

I tested uptream kernels 4.5 and 4.6 and I didn't have the freeze after
suspend. Actually, yesterday night (5/04/2016) there was another ubuntu
update (including kernel update to 4.4.0-17) and I can confirm that the
bug seems to be fixed also for 4.4

I then booted again with the supposedly buggy kernel 4.4.0-16, and I
couldn't replicate the bug, so my guess is that the bug reason was not
actually in the kernel, but due to some other package.

So: the bug seems to be fixed with the ubuntu distribution as of
yesterday night (kernel 4.4.0-16 and whatever additional updated
packages). Also fixed for 4.5 and 4.6.

Thanks for your time and great work!

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

Title:
  Ubuntu 16.04: Suspend freezes the system after upgrade to linux image
  4.4.0-16

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I'm using ubuntu 16.04 on a XPS 15 9550.

  Suspend/resume worked flawlessly with linux image 4.4.0-15, and after
  standard upgrade yesterday (5/04/2016) which installed image 4.4.0-16,
  the system freezes when attempting a suspend. I get  no response from
  the system (nor keyboard, nor screen, nor touchpad), but it gets very
  hot, so that it must be running something.

  Booting with 4.4.0-15 makes the suspend to work perfectly.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-extra-4.4.0-16-generic 4.4.0-16.32
  ProcVersionSignature: Ubuntu 4.4.0-15.31-generic 4.4.6
  Uname: Linux 4.4.0-15-generic x86_64
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  macias 1770 F pulseaudio
  CurrentDesktop: X-Cinnamon
  Date: Tue Apr  5 14:56:17 2016
  HibernationDevice: RESUME=UUID=4180adfa-3852-4a96-86b4-f3696448c743
  InstallationDate: Installed on 2016-03-07 (28 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160304)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f3:21d5 Elan Microelectronics Corp. 
   Bus 001 Device 002: ID 0a5c:6410 Broadcom Corp. 
   Bus 001 Device 004: ID 1bcf:2b95 Sunplus Innovation Technology Inc. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. XPS 15 9550
  ProcEnviron:
   LANGUAGE=es_ES
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-15-generic.efi.signed 
root=UUID=673f4658-75f8-4c01-bcd8-0af860269699 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-15-generic N/A
   linux-backports-modules-4.4.0-15-generic  N/A
   linux-firmware1.157
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/25/2016
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 01.01.19
  dmi.board.name: 0N7TVV
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr01.01.19:bd01/25/2016:svnDellInc.:pnXPS159550:pvr:rvnDellInc.:rn0N7TVV:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: XPS 15 9550
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566302/+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 1519623] Re: [Feature]USB core and xHCI tasks for USB 3.1 SuperSpeedPlus (SSP) support for Alpine Ridge on SKL

2016-04-06 Thread Leann Ogasawara
** Information type changed from Proprietary to Public

** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  [Feature]USB core and xHCI tasks for USB 3.1 SuperSpeedPlus (SSP)
  support for Alpine Ridge on SKL

Status in intel:
  In Progress
Status in linux package in Ubuntu:
  New

Bug description:
  USB core expects the roothubs to support the same requests and descriptors as 
external hubs. As the two roothubs (USB2 and USB3) are
  part of xhci we need to support  the descriptor and request changes in 
USB3.1. In our case we need to:
  1)Fill and return the new SuperSpeedPlus USB Device capability descriptor as 
part of the BOS (Binary device Object Store) descritptor. The speed info needed 
to fill this descriptor can be parsed from extended capability, supported 
protocol PSI lists. (see xhci 1.1 section 7.2)
  2)Return the new EXT_PORT_STATUS when usb core requests a   get_port_status() 
with new option. Can be read from xhci PORTSC register speed field, and map it 
to the PSI in the extended capability.Optionally check it from slot output 
context?
  3) Check if usb core stored SSP (SuperSpeedPlus) isoc endpointcompanion 
data with the endpoint and use it to calculate max packets and bandwidth.

  Upstream:
  kernel:4.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1519623/+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 1397880] Re: [Feature] Memory Bandwidth Monitoring

2016-04-06 Thread Leann Ogasawara
Xen is at version 4.6 for Xenial.  Marking the xen task Fix Released.

https://launchpad.net/ubuntu/+source/xen/4.6.0-1ubuntu4

** Information type changed from Proprietary to Public

** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: xen (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: xen (Ubuntu)
   Status: New => Fix Released

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

Title:
  [Feature] Memory Bandwidth Monitoring

Status in intel:
  New
Status in linux package in Ubuntu:
  New
Status in xen package in Ubuntu:
  Fix Released

Bug description:
  Memory Bandwidth Monitoring (MBM) is a CPU feature included in the family of 
Platform QoS features.  It is used to track memory bandwidth usage for a 
specific task, or group of tasks.
  Memory Bandwidth Monitoring is an extension of the existing Cache QoS 
Monitoring (CQM) feature found in Haswell server.  The mechanism used is the 
same, where tasks are associated with an Resource Monitoring ID (RMID), which 
the CPU uses to track the bandwidth usage.

  Upstream status:
  Kernel - 4.6
  Xen - target 4.6

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1397880/+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 1519623] Missing required logs.

2016-04-06 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
>From a terminal window please run:

apport-collect 1519623

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (Ubuntu)
   Status: New => Incomplete

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

Title:
  [Feature]USB core and xHCI tasks for USB 3.1 SuperSpeedPlus (SSP)
  support for Alpine Ridge on SKL

Status in intel:
  In Progress
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  USB core expects the roothubs to support the same requests and descriptors as 
external hubs. As the two roothubs (USB2 and USB3) are
  part of xhci we need to support  the descriptor and request changes in 
USB3.1. In our case we need to:
  1)Fill and return the new SuperSpeedPlus USB Device capability descriptor as 
part of the BOS (Binary device Object Store) descritptor. The speed info needed 
to fill this descriptor can be parsed from extended capability, supported 
protocol PSI lists. (see xhci 1.1 section 7.2)
  2)Return the new EXT_PORT_STATUS when usb core requests a   get_port_status() 
with new option. Can be read from xhci PORTSC register speed field, and map it 
to the PSI in the extended capability.Optionally check it from slot output 
context?
  3) Check if usb core stored SSP (SuperSpeedPlus) isoc endpointcompanion 
data with the endpoint and use it to calculate max packets and bandwidth.

  Upstream:
  kernel:4.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1519623/+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 1397880] Missing required logs.

2016-04-06 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
>From a terminal window please run:

apport-collect 1397880

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (Ubuntu)
   Status: New => Incomplete

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

Title:
  [Feature] Memory Bandwidth Monitoring

Status in intel:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in xen package in Ubuntu:
  Fix Released

Bug description:
  Memory Bandwidth Monitoring (MBM) is a CPU feature included in the family of 
Platform QoS features.  It is used to track memory bandwidth usage for a 
specific task, or group of tasks.
  Memory Bandwidth Monitoring is an extension of the existing Cache QoS 
Monitoring (CQM) feature found in Haswell server.  The mechanism used is the 
same, where tasks are associated with an Resource Monitoring ID (RMID), which 
the CPU uses to track the bandwidth usage.

  Upstream status:
  Kernel - 4.6
  Xen - target 4.6

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1397880/+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 1566698] [NEW] package linux-image-3.19.0-58-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 128

2016-04-06 Thread Jamie Osborne
Public bug reported:

Happened during a normal update via the Software Updater

ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: linux-image-3.19.0-58-generic (not installed)
ProcVersionSignature: Ubuntu 3.19.0-56.62-generic 3.19.8-ckt15
Uname: Linux 3.19.0-56-generic x86_64
ApportVersion: 2.17.2-0ubuntu1.8
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  jamie  1401 F pulseaudio
 /dev/snd/controlC1:  jamie  1401 F pulseaudio
Date: Wed Apr  6 10:01:24 2016
DpkgHistoryLog:
 Start-Date: 2016-04-06  10:01:20
 Commandline: aptdaemon role='role-commit-packages' sender=':1.98'
 Install: linux-headers-3.19.0-58:amd64 (3.19.0-58.64), 
linux-image-extra-3.19.0-58-generic:amd64 (3.19.0-58.64), 
linux-image-3.19.0-58-generic:amd64 (3.19.0-58.64), 
linux-headers-3.19.0-58-generic:amd64 (3.19.0-58.64)
 Upgrade: linux-headers-generic:amd64 (3.19.0.56.54, 3.19.0.58.56), 
linux-libc-dev:amd64 (3.19.0-56.62, 3.19.0-58.64), linux-image-generic:amd64 
(3.19.0.56.54, 3.19.0.58.56), linux-generic:amd64 (3.19.0.56.54, 3.19.0.58.56)
DuplicateSignature: package:linux-image-3.19.0-58-generic:(not 
installed):subprocess new pre-installation script returned error exit status 128
ErrorMessage: subprocess new pre-installation script returned error exit status 
128
HibernationDevice: RESUME=UUID=23f8f449-8d29-4640-b1ea-0959cd37028e
InstallationDate: Installed on 2015-05-17 (324 days ago)
InstallationMedia: It
MachineType: LENOVO 20B6CTO1WW
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-56-generic 
root=UUID=2eef4e8d-7a8a-455c-bde9-30374a191ef5 ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: grub-pc 2.02~beta2-22ubuntu1.5
SourcePackage: linux
Title: package linux-image-3.19.0-58-generic (not installed) failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 128
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/03/2014
dmi.bios.vendor: LENOVO
dmi.bios.version: GJET79WW (2.29 )
dmi.board.asset.tag: Not Available
dmi.board.name: 20B6CTO1WW
dmi.board.vendor: LENOVO
dmi.board.version: SDK0E50512 STD
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvrGJET79WW(2.29):bd09/03/2014:svnLENOVO:pn20B6CTO1WW:pvrThinkPadT440:rvnLENOVO:rn20B6CTO1WW:rvrSDK0E50512STD:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 20B6CTO1WW
dmi.product.version: ThinkPad T440
dmi.sys.vendor: LENOVO

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package vivid

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

Title:
  package linux-image-3.19.0-58-generic (not installed) failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 128

Status in linux package in Ubuntu:
  New

Bug description:
  Happened during a normal update via the Software Updater

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-58-generic (not installed)
  ProcVersionSignature: Ubuntu 3.19.0-56.62-generic 3.19.8-ckt15
  Uname: Linux 3.19.0-56-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jamie  1401 F pulseaudio
   /dev/snd/controlC1:  jamie  1401 F pulseaudio
  Date: Wed Apr  6 10:01:24 2016
  DpkgHistoryLog:
   Start-Date: 2016-04-06  10:01:20
   Commandline: aptdaemon role='role-commit-packages' sender=':1.98'
   Install: linux-headers-3.19.0-58:amd64 (3.19.0-58.64), 
linux-image-extra-3.19.0-58-generic:amd64 (3.19.0-58.64), 
linux-image-3.19.0-58-generic:amd64 (3.19.0-58.64), 
linux-headers-3.19.0-58-generic:amd64 (3.19.0-58.64)
   Upgrade: linux-headers-generic:amd64 (3.19.0.56.54, 3.19.0.58.56), 
linux-libc-dev:amd64 (3.19.0-56.62, 3.19.0-58.64), linux-image-generic:amd64 
(3.19.0.56.54, 3.19.0.58.56), linux-generic:amd64 (3.19.0.56.54, 3.19.0.58.56)
  DuplicateSignature: package:linux-image-3.19.0-58-generic:(not 
installed):subprocess new pre-installation script returned error exit status 128
  ErrorMessage: subprocess new pre-installation script returned error exit 
status 128
  HibernationDevice: RESUME=UUID=23f8f449-8d29-4640-b1ea-0959cd37028e
  InstallationDate: Installed on 2015-05-17 (324 days ago)
  InstallationMedia: It
  MachineType: LENOVO 20B6CTO1WW
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-56-generic 
root=UUID=2eef4e8d-7a8a-455c-bde9-30374a191ef5 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] 

[Kernel-packages] [Bug 1566698] Re: package linux-image-3.19.0-58-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 128

2016-04-06 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package linux-image-3.19.0-58-generic (not installed) failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 128

Status in linux package in Ubuntu:
  New

Bug description:
  Happened during a normal update via the Software Updater

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-58-generic (not installed)
  ProcVersionSignature: Ubuntu 3.19.0-56.62-generic 3.19.8-ckt15
  Uname: Linux 3.19.0-56-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jamie  1401 F pulseaudio
   /dev/snd/controlC1:  jamie  1401 F pulseaudio
  Date: Wed Apr  6 10:01:24 2016
  DpkgHistoryLog:
   Start-Date: 2016-04-06  10:01:20
   Commandline: aptdaemon role='role-commit-packages' sender=':1.98'
   Install: linux-headers-3.19.0-58:amd64 (3.19.0-58.64), 
linux-image-extra-3.19.0-58-generic:amd64 (3.19.0-58.64), 
linux-image-3.19.0-58-generic:amd64 (3.19.0-58.64), 
linux-headers-3.19.0-58-generic:amd64 (3.19.0-58.64)
   Upgrade: linux-headers-generic:amd64 (3.19.0.56.54, 3.19.0.58.56), 
linux-libc-dev:amd64 (3.19.0-56.62, 3.19.0-58.64), linux-image-generic:amd64 
(3.19.0.56.54, 3.19.0.58.56), linux-generic:amd64 (3.19.0.56.54, 3.19.0.58.56)
  DuplicateSignature: package:linux-image-3.19.0-58-generic:(not 
installed):subprocess new pre-installation script returned error exit status 128
  ErrorMessage: subprocess new pre-installation script returned error exit 
status 128
  HibernationDevice: RESUME=UUID=23f8f449-8d29-4640-b1ea-0959cd37028e
  InstallationDate: Installed on 2015-05-17 (324 days ago)
  InstallationMedia: It
  MachineType: LENOVO 20B6CTO1WW
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-56-generic 
root=UUID=2eef4e8d-7a8a-455c-bde9-30374a191ef5 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc 2.02~beta2-22ubuntu1.5
  SourcePackage: linux
  Title: package linux-image-3.19.0-58-generic (not installed) failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 128
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/03/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GJET79WW (2.29 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20B6CTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50512 STD
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGJET79WW(2.29):bd09/03/2014:svnLENOVO:pn20B6CTO1WW:pvrThinkPadT440:rvnLENOVO:rn20B6CTO1WW:rvrSDK0E50512STD:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 20B6CTO1WW
  dmi.product.version: ThinkPad T440
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566698/+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 1506363] Re: ETPS/2 Elantech Touchpad dies after resume from suspend

2016-04-06 Thread catdevrandom
** Also affects: linuxmint
   Importance: Undecided
   Status: New

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

Title:
  ETPS/2 Elantech Touchpad dies after resume from suspend

Status in Linux Mint:
  New
Status in linux package in Ubuntu:
  Triaged
Status in linux package in Arch Linux:
  New

Bug description:
  When the system startup, the touchpad works well, but after it resumed
  from a suspend, the touchpad hardware will disappear from xinput and
  cat /proc/bus/input/devices.

  Before suspend, xinput output

  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳  USB OPTICAL MOUSE  id=10   [slave  pointer 
 (2)]
  ⎜   ↳ ETPS/2 Elantech Touchpadid=14   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Video Bus   id=8[slave  
keyboard (3)]
  ↳ Sleep Buttonid=9[slave  
keyboard (3)]
  ↳ USB2.0 VGA UVC WebCam   id=11   [slave  
keyboard (3)]
  ↳ Asus WMI hotkeysid=12   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=13   [slave  
keyboard (3)]

  after suspend, the output

  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳  USB OPTICAL MOUSE  id=10   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Video Bus   id=8[slave  
keyboard (3)]
  ↳ Sleep Buttonid=9[slave  
keyboard (3)]
  ↳ USB2.0 VGA UVC WebCam   id=11   [slave  
keyboard (3)]
  ↳ Asus WMI hotkeysid=12   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=13   [slave  
keyboard (3)]

  And you can find that the " ETPS/2 Elantech Touchpad" is missing

  output of  dmesg:
  dmesg|grep mouse
  [0.512423] mousedev: PS/2 mouse device common for all mice
  [1.114531] psmouse serio1: elantech: assuming hardware version 4 (with 
firmware version 0x381f00)
  [1.128082] psmouse serio1: elantech: Synaptics capabilities query result 
0x10, 0x14, 0x0e.

  After a reboot, everything works well again.

  ---
  ApportVersion: 2.14.1-0ubuntu3.15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  biscuit2293 F pulseaudio
   /dev/snd/controlC0:  biscuit2293 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2015-10-14 (3 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 007: ID 13d3:3474 IMC Networks
   Bus 001 Device 002: ID 04f2:b483 Chicony Electronics Co., Ltd
   Bus 001 Device 005: ID 24ae:2001
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. K401LB
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-30-generic.efi.signed 
root=UUID=2dc554f1-5daa-48f1-89af-0c6de286fb1d ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-30.34~14.04.1-generic 3.19.8-ckt6
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-30-generic N/A
   linux-backports-modules-3.19.0-30-generic  N/A
   linux-firmware 1.127.15
  Tags:  trusty
  Uname: Linux 3.19.0-30-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/26/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: K401LB.204
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: K401LB
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: ATN12345678901234567
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUST

[Kernel-packages] [Bug 1519623] Re: [Feature]USB core and xHCI tasks for USB 3.1 SuperSpeedPlus (SSP) support for Alpine Ridge on SKL

2016-04-06 Thread Tim Gardner
** Changed in: linux (Ubuntu)
   Status: Incomplete => In Progress

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Tim Gardner (timg-tpi)

** Also affects: linux (Ubuntu Xenial)
   Importance: Undecided
 Assignee: Tim Gardner (timg-tpi)
   Status: In Progress

** Changed in: linux (Ubuntu Xenial)
   Status: In Progress => Fix Committed

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

Title:
  [Feature]USB core and xHCI tasks for USB 3.1 SuperSpeedPlus (SSP)
  support for Alpine Ridge on SKL

Status in intel:
  In Progress
Status in linux package in Ubuntu:
  Fix Committed
Status in linux source package in Xenial:
  Fix Committed

Bug description:
  USB core expects the roothubs to support the same requests and descriptors as 
external hubs. As the two roothubs (USB2 and USB3) are
  part of xhci we need to support  the descriptor and request changes in 
USB3.1. In our case we need to:
  1)Fill and return the new SuperSpeedPlus USB Device capability descriptor as 
part of the BOS (Binary device Object Store) descritptor. The speed info needed 
to fill this descriptor can be parsed from extended capability, supported 
protocol PSI lists. (see xhci 1.1 section 7.2)
  2)Return the new EXT_PORT_STATUS when usb core requests a   get_port_status() 
with new option. Can be read from xhci PORTSC register speed field, and map it 
to the PSI in the extended capability.Optionally check it from slot output 
context?
  3) Check if usb core stored SSP (SuperSpeedPlus) isoc endpointcompanion 
data with the endpoint and use it to calculate max packets and bandwidth.

  Upstream:
  kernel:4.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1519623/+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 1566698] Status changed to Confirmed

2016-04-06 Thread Brad Figg
This change was made by a bot.

** Changed in: linux (Ubuntu)
   Status: New => 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/1566698

Title:
  package linux-image-3.19.0-58-generic (not installed) failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 128

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Happened during a normal update via the Software Updater

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-58-generic (not installed)
  ProcVersionSignature: Ubuntu 3.19.0-56.62-generic 3.19.8-ckt15
  Uname: Linux 3.19.0-56-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jamie  1401 F pulseaudio
   /dev/snd/controlC1:  jamie  1401 F pulseaudio
  Date: Wed Apr  6 10:01:24 2016
  DpkgHistoryLog:
   Start-Date: 2016-04-06  10:01:20
   Commandline: aptdaemon role='role-commit-packages' sender=':1.98'
   Install: linux-headers-3.19.0-58:amd64 (3.19.0-58.64), 
linux-image-extra-3.19.0-58-generic:amd64 (3.19.0-58.64), 
linux-image-3.19.0-58-generic:amd64 (3.19.0-58.64), 
linux-headers-3.19.0-58-generic:amd64 (3.19.0-58.64)
   Upgrade: linux-headers-generic:amd64 (3.19.0.56.54, 3.19.0.58.56), 
linux-libc-dev:amd64 (3.19.0-56.62, 3.19.0-58.64), linux-image-generic:amd64 
(3.19.0.56.54, 3.19.0.58.56), linux-generic:amd64 (3.19.0.56.54, 3.19.0.58.56)
  DuplicateSignature: package:linux-image-3.19.0-58-generic:(not 
installed):subprocess new pre-installation script returned error exit status 128
  ErrorMessage: subprocess new pre-installation script returned error exit 
status 128
  HibernationDevice: RESUME=UUID=23f8f449-8d29-4640-b1ea-0959cd37028e
  InstallationDate: Installed on 2015-05-17 (324 days ago)
  InstallationMedia: It
  MachineType: LENOVO 20B6CTO1WW
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-56-generic 
root=UUID=2eef4e8d-7a8a-455c-bde9-30374a191ef5 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc 2.02~beta2-22ubuntu1.5
  SourcePackage: linux
  Title: package linux-image-3.19.0-58-generic (not installed) failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 128
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/03/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GJET79WW (2.29 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20B6CTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50512 STD
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGJET79WW(2.29):bd09/03/2014:svnLENOVO:pn20B6CTO1WW:pvrThinkPadT440:rvnLENOVO:rn20B6CTO1WW:rvrSDK0E50512STD:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 20B6CTO1WW
  dmi.product.version: ThinkPad T440
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566698/+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 1566708] [NEW] Failed to boot when install ubuntu16.04 beta2 desktop64 with EFI boot in Vmware ESXi

2016-04-06 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I insatlled Ubuntu16.04 beta2 desktop (64bit) with EFI boot on a VMware ESXi.
When finish installation and reboot, I notice this on boot:

/dev/sda2: recovering journal
/dev/sda2: clean, 184027/950272 files, 1023281/3801088 blocks

And then it hangs right there

It happens every time I reboot the VM.
I reinstall the VM Ubuntu16.04 beta2 for more than three times in different 
VMware ESXi version and I always encounter this issue when rebooting.

If I install the VM Ubuntu16.04 beta2 with legacy bios boot. this issue
won't happen.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bot-comment xenial
-- 
Failed to boot when install ubuntu16.04 beta2 desktop64 with EFI boot in Vmware 
ESXi
https://bugs.launchpad.net/bugs/1566708
You received this bug notification because you are a member of Kernel Packages, 
which is subscribed to linux in Ubuntu.

-- 
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 1566708] Re: Failed to boot when install ubuntu16.04 beta2 desktop64 with EFI boot in Vmware ESXi

2016-04-06 Thread Yuhua Zou
** Package changed: ubuntu => linux (Ubuntu)

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

Title:
  Failed to boot when install ubuntu16.04 beta2 desktop64 with EFI boot
  in Vmware ESXi

Status in linux package in Ubuntu:
  New

Bug description:
  I insatlled Ubuntu16.04 beta2 desktop (64bit) with EFI boot on a VMware ESXi.
  When finish installation and reboot, I notice this on boot:

  /dev/sda2: recovering journal
  /dev/sda2: clean, 184027/950272 files, 1023281/3801088 blocks

  And then it hangs right there

  It happens every time I reboot the VM.
  I reinstall the VM Ubuntu16.04 beta2 for more than three times in different 
VMware ESXi version and I always encounter this issue when rebooting.

  If I install the VM Ubuntu16.04 beta2 with legacy bios boot. this
  issue won't happen.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566708/+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 1566518] Re: [arm64] kernel BUG at /build/linux-StrpB2/linux-4.4.0/fs/ext4/inode.c:2394!

2016-04-06 Thread Tim Gardner
** Also affects: linux (Ubuntu Xenial)
   Importance: Undecided
 Assignee: dann frazier (dannf)
   Status: In Progress

** Changed in: linux (Ubuntu Xenial)
   Status: In Progress => Fix Committed

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

Title:
  [arm64] kernel BUG at /build/linux-
  StrpB2/linux-4.4.0/fs/ext4/inode.c:2394!

Status in linux package in Ubuntu:
  Fix Committed
Status in linux source package in Xenial:
  Fix Committed

Bug description:
  On 2 socket ThunderX systems, a BUG() is triggered by the ext4
  filesystem shortly after boot:

  [  230.637307] Call trace:
  [  230.641753] [] mpage_prepare_extent_to_map+0x270/0x290
  [  230.650515] [] ext4_writepages+0x3b0/0xc10
  [  230.658259] [] do_writepages+0x40/0x70
  [  230.665639] [] __writeback_single_inode+0x48/0x3c8
  [  230.674071] [] writeback_sb_inodes+0x220/0x440
  [  230.682161] [] __writeback_inodes_wb+0xa4/0xe8
  [  230.690242] [] wb_writeback+0x260/0x338
  [  230.697704] [] wb_workfn+0x348/0x478
  [  230.704879] [] process_one_work+0x164/0x458
  [  230.712661] [] worker_thread+0x12c/0x4b8
  [  230.720164] [] kthread+0xf8/0x110
  [  230.727030] [] ret_from_fork+0x10/0x40
  [  230.734301] Code: a94573fb a8cf7bfd d65f03c0 d503201f (d421) 
  [  230.742400] ---[ end trace 600acdba70af5dd0 ]---

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566518/+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 1566726] [NEW] System freeze after update to 3.16.0-69-generic [NULL pointer reference in radeon_fence_ref]

2016-04-06 Thread Philip Muškovac
Public bug reported:

So far I've seen this happen on 2 systems today. On one only X froze, the other 
one panicked.
Booting into 3.16.0-67 is the workaround for now

ProblemType: KernelOops
Annotation: Your system might become unstable now and might need to be 
restarted.
Date: Wed Apr  6 09:57:21 2016
Failure: oops
OopsText:
 BUG: unable to handle kernel NULL pointer dereference at 0008
 IP: [] radeon_fence_ref+0xd/0x50 [radeon]
 PGD 0
 Oops: 0002 [#1] SMP
 Modules linked in: xt_nat xt_tcpudp veth xt_conntrack ipt_MASQUERADE 
iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 xt_addrtype 
iptable_filter ip_tables x_tables nf_nat nf_conntrack bridge stp llc aufs arc4 
md4 pci_stub vboxpci(OE) vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) rfcomm bnep 
bluetooth 6lowpan_iphc nls_utf8 cifs binfmt_misc fscache snd_hda_codec_via 
snd_hda_codec_generic radeon snd_hda_codec_hdmi snd_hda_intel 
snd_hda_controller snd_hda_codec snd_hwdep joydev snd_pcm snd_seq_midi ttm 
snd_seq_midi_event drm_kms_helper drm snd_rawmidi snd_seq i2c_algo_bit 
snd_seq_device kvm snd_timer snd ppdev serio_raw soundcore shpchp lp edac_core 
edac_mce_amd i2c_nforce2 mac_hid parport_pc asus_atk0110 k10temp parport 
hid_cherry hid_generic usbhid pata_acpi hid psmouse sata_nv forcedeth pata_amd
 CPU: 1 PID: 1543 Comm: Xorg Tainted: G   OE 3.16.0-69-generic 
#89~14.04.1-Ubuntu
 Hardware name: System manufacturer System Product Name/M4N68T-M-V2, BIOS 0501  
  08/03/2010
 task: 8800b9b45bb0 ti: 8800b9e28000 task.ti: 8800b9e28000
 RIP: 0010:[]  [] radeon_fence_ref+0xd/0x50 
[radeon]
 RSP: 0018:8800b9e2bad0  EFLAGS: 00010286
 RAX:  RBX: 880035cf55f8 RCX: 880035cf4000
 RDX: 0001 RSI:  RDI: 
 RBP: 8800b9e2bbd0 R08: 880035cf4d08 R09: 880035cf4000
 R10:  R11: 8800b9e2bde8 R12: 880035cf5550
 R13: 8800b9e2bba8 R14: 8800b9e2bb78 R15: 0020
 FS:  7f6e2ab398c0() GS:8801bfc4() knlGS:
 CS:  0010 DS:  ES:  CR0: 80050033
 CR2: 0008 CR3: b8192000 CR4: 07e0
 Stack:
  c0414ad4 8800b9b45bb0 8800b9b45bb0 880035cf4000
  8800b9e2bca8 edc0b9e2bb90  00200100
  0004a8e0 8800b9e2bb78  
 Call Trace:
  [] ? radeon_sa_bo_new+0x2b4/0x4f0 [radeon]
  [] ? insert_pfn.isra.61+0x48/0xa0
  [] radeon_ib_get+0x33/0xe0 [radeon]
  [] radeon_cs_ioctl+0x14b/0x770 [radeon]
  [] drm_ioctl+0x1ec/0x660 [drm]
  [] ? __do_page_fault+0x20c/0x560
  [] radeon_drm_ioctl+0x4b/0x80 [radeon]
  [] do_vfs_ioctl+0x2e0/0x4c0
  [] SyS_ioctl+0x81/0xa0
  [] system_call_fastpath+0x1a/0x1f
 Code: dc 48 8b 3b 89 c1 44 89 e2 48 c7 c6 70 66 4a c0 31 c0 e8 d7 75 10 c1 eb 
c2 0f 1f 44 00 00 66 66 66 66 90 48 89 f8 ba 01 00 00 00  0f c1 57 08 83 c2 
01 83 fa 01 7e 01 c3 80 3d 5e 8b 11 00 00
 RIP  [] radeon_fence_ref+0xd/0x50 [radeon]
  RSP 
 CR2: 0008
 ---[ end trace 4dfa7ee83f5a67e2 ]---

Package: linux-image-3.16.0-69-generic 3.16.0-69.89~14.04.1
SourcePackage: linux
Tags: kernel-oops
Uname: Linux 3.16.0-69-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: amd64
Dependencies:
 adduser 3.113+nmu3ubuntu3
 apt-utils 1.0.1ubuntu2.11
 base-passwd 3.5.33
 busybox-initramfs 1:1.21.0-1ubuntu1
 coreutils 8.21-1ubuntu5.4
 cpio 2.11+dfsg-1ubuntu1.2
 dbus 1.6.18-0ubuntu4.3
 debconf 1.5.51ubuntu2
 debconf-i18n 1.5.51ubuntu2
 debianutils 4.4
 dmsetup 2:1.02.77-6ubuntu2
 dpkg 1.17.5ubuntu5.5
 e2fslibs 1.42.9-3ubuntu1.3
 e2fsprogs 1.42.9-3ubuntu1.3
 findutils 4.4.2-7
 gcc-4.8-base 4.8.4-2ubuntu1~14.04.1
 gcc-4.9-base 4.9.3-0ubuntu4
 gettext-base 0.18.3.1-1ubuntu3
 grub-common 2.02~beta2-9ubuntu1.7
 grub-gfxpayload-lists 0.6
 grub-pc 2.02~beta2-9ubuntu1.7
 grub-pc-bin 2.02~beta2-9ubuntu1.7
 grub2-common 2.02~beta2-9ubuntu1.7
 ifupdown 0.7.47.2ubuntu4.4
 initramfs-tools 0.103ubuntu4.3
 initramfs-tools-bin 0.103ubuntu4.3
 initscripts 2.88dsf-41ubuntu6.3
 insserv 1.14.0-5ubuntu2
 iproute2 3.12.0-2ubuntu1
 isc-dhcp-client 4.2.4-7ubuntu12.4
 isc-dhcp-common 4.2.4-7ubuntu12.4
 klibc-utils 2.0.3-0ubuntu1
 kmod 15-0ubuntu6
 libacl1 2.2.52-1
 libapparmor1 2.8.95~2430-0ubuntu5.3
 libapt-inst1.5 1.0.1ubuntu2.11
 libapt-pkg4.12 1.0.1ubuntu2.11
 libasprintf0c2 0.18.3.1-1ubuntu3
 libattr1 1:2.4.47-1ubuntu1
 libaudit-common 1:2.3.2-2ubuntu1
 libaudit1 1:2.3.2-2ubuntu1
 libblkid1 2.20.1-5.1ubuntu20.7
 libbz2-1.0 1.0.6-5
 libc6 2.19-0ubuntu6.7
 libcap2 1:2.24-0ubuntu2
 libcgmanager0 0.24-0ubuntu7.5
 libcomerr2 1.42.9-3ubuntu1.3
 libdb5.3 5.3.28-3ubuntu3
 libdbus-1-3 1.6.18-0ubuntu4.3
 libdebconfclient0 0.187ubuntu1
 libdevmapper1.02.1 2:1.02.77-6ubuntu2
 libdrm2 2.4.64-1~ubuntu14.04.1
 libexpat1 2.1.0-4ubuntu1.1
 libfreetype6 2.5.2-1ubuntu2.5
 libfuse2 2.9.2-4ubuntu4.14.04.1
 libgcc1 1:4.9.3-0ubuntu4
 libgpm2 1.20.4-6.1
 libjson-c2 0.11-4+deb.sury.org~trusty+2 [origin: LP-PPA-ondrej-

[Kernel-packages] [Bug 1397880] Re: [Feature] Memory Bandwidth Monitoring

2016-04-06 Thread Leann Ogasawara
** Changed in: linux (Ubuntu)
   Importance: Undecided => High

** Changed in: linux (Ubuntu)
   Status: Incomplete => Triaged

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

Title:
  [Feature] Memory Bandwidth Monitoring

Status in intel:
  New
Status in linux package in Ubuntu:
  Triaged
Status in xen package in Ubuntu:
  Fix Released

Bug description:
  Memory Bandwidth Monitoring (MBM) is a CPU feature included in the family of 
Platform QoS features.  It is used to track memory bandwidth usage for a 
specific task, or group of tasks.
  Memory Bandwidth Monitoring is an extension of the existing Cache QoS 
Monitoring (CQM) feature found in Haswell server.  The mechanism used is the 
same, where tasks are associated with an Resource Monitoring ID (RMID), which 
the CPU uses to track the bandwidth usage.

  Upstream status:
  Kernel - 4.6
  Xen - target 4.6

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1397880/+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 1566726] Re: System freeze after update to 3.16.0-69-generic [NULL pointer reference in radeon_fence_ref]

2016-04-06 Thread Philip Muškovac
Probably relevant: https://lkml.org/lkml/2016/3/9/590

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

Title:
  System freeze after update to 3.16.0-69-generic [NULL pointer
  reference in radeon_fence_ref]

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

Bug description:
  So far I've seen this happen on 2 systems today. On one only X froze, the 
other one panicked.
  Booting into 3.16.0-67 is the workaround for now

  ProblemType: KernelOops
  Annotation: Your system might become unstable now and might need to be 
restarted.
  Date: Wed Apr  6 09:57:21 2016
  Failure: oops
  OopsText:
   BUG: unable to handle kernel NULL pointer dereference at 0008
   IP: [] radeon_fence_ref+0xd/0x50 [radeon]
   PGD 0
   Oops: 0002 [#1] SMP
   Modules linked in: xt_nat xt_tcpudp veth xt_conntrack ipt_MASQUERADE 
iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 xt_addrtype 
iptable_filter ip_tables x_tables nf_nat nf_conntrack bridge stp llc aufs arc4 
md4 pci_stub vboxpci(OE) vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) rfcomm bnep 
bluetooth 6lowpan_iphc nls_utf8 cifs binfmt_misc fscache snd_hda_codec_via 
snd_hda_codec_generic radeon snd_hda_codec_hdmi snd_hda_intel 
snd_hda_controller snd_hda_codec snd_hwdep joydev snd_pcm snd_seq_midi ttm 
snd_seq_midi_event drm_kms_helper drm snd_rawmidi snd_seq i2c_algo_bit 
snd_seq_device kvm snd_timer snd ppdev serio_raw soundcore shpchp lp edac_core 
edac_mce_amd i2c_nforce2 mac_hid parport_pc asus_atk0110 k10temp parport 
hid_cherry hid_generic usbhid pata_acpi hid psmouse sata_nv forcedeth pata_amd
   CPU: 1 PID: 1543 Comm: Xorg Tainted: G   OE 3.16.0-69-generic 
#89~14.04.1-Ubuntu
   Hardware name: System manufacturer System Product Name/M4N68T-M-V2, BIOS 
050108/03/2010
   task: 8800b9b45bb0 ti: 8800b9e28000 task.ti: 8800b9e28000
   RIP: 0010:[]  [] 
radeon_fence_ref+0xd/0x50 [radeon]
   RSP: 0018:8800b9e2bad0  EFLAGS: 00010286
   RAX:  RBX: 880035cf55f8 RCX: 880035cf4000
   RDX: 0001 RSI:  RDI: 
   RBP: 8800b9e2bbd0 R08: 880035cf4d08 R09: 880035cf4000
   R10:  R11: 8800b9e2bde8 R12: 880035cf5550
   R13: 8800b9e2bba8 R14: 8800b9e2bb78 R15: 0020
   FS:  7f6e2ab398c0() GS:8801bfc4() knlGS:
   CS:  0010 DS:  ES:  CR0: 80050033
   CR2: 0008 CR3: b8192000 CR4: 07e0
   Stack:
    c0414ad4 8800b9b45bb0 8800b9b45bb0 880035cf4000
    8800b9e2bca8 edc0b9e2bb90  00200100
    0004a8e0 8800b9e2bb78  
   Call Trace:
    [] ? radeon_sa_bo_new+0x2b4/0x4f0 [radeon]
    [] ? insert_pfn.isra.61+0x48/0xa0
    [] radeon_ib_get+0x33/0xe0 [radeon]
    [] radeon_cs_ioctl+0x14b/0x770 [radeon]
    [] drm_ioctl+0x1ec/0x660 [drm]
    [] ? __do_page_fault+0x20c/0x560
    [] radeon_drm_ioctl+0x4b/0x80 [radeon]
    [] do_vfs_ioctl+0x2e0/0x4c0
    [] SyS_ioctl+0x81/0xa0
    [] system_call_fastpath+0x1a/0x1f
   Code: dc 48 8b 3b 89 c1 44 89 e2 48 c7 c6 70 66 4a c0 31 c0 e8 d7 75 10 c1 
eb c2 0f 1f 44 00 00 66 66 66 66 90 48 89 f8 ba 01 00 00 00  0f c1 57 08 83 
c2 01 83 fa 01 7e 01 c3 80 3d 5e 8b 11 00 00
   RIP  [] radeon_fence_ref+0xd/0x50 [radeon]
    RSP 
   CR2: 0008
   ---[ end trace 4dfa7ee83f5a67e2 ]---

  Package: linux-image-3.16.0-69-generic 3.16.0-69.89~14.04.1
  SourcePackage: linux
  Tags: kernel-oops
  Uname: Linux 3.16.0-69-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  Dependencies:
   adduser 3.113+nmu3ubuntu3
   apt-utils 1.0.1ubuntu2.11
   base-passwd 3.5.33
   busybox-initramfs 1:1.21.0-1ubuntu1
   coreutils 8.21-1ubuntu5.4
   cpio 2.11+dfsg-1ubuntu1.2
   dbus 1.6.18-0ubuntu4.3
   debconf 1.5.51ubuntu2
   debconf-i18n 1.5.51ubuntu2
   debianutils 4.4
   dmsetup 2:1.02.77-6ubuntu2
   dpkg 1.17.5ubuntu5.5
   e2fslibs 1.42.9-3ubuntu1.3
   e2fsprogs 1.42.9-3ubuntu1.3
   findutils 4.4.2-7
   gcc-4.8-base 4.8.4-2ubuntu1~14.04.1
   gcc-4.9-base 4.9.3-0ubuntu4
   gettext-base 0.18.3.1-1ubuntu3
   grub-common 2.02~beta2-9ubuntu1.7
   grub-gfxpayload-lists 0.6
   grub-pc 2.02~beta2-9ubuntu1.7
   grub-pc-bin 2.02~beta2-9ubuntu1.7
   grub2-common 2.02~beta2-9ubuntu1.7
   ifupdown 0.7.47.2ubuntu4.4
   initramfs-tools 0.103ubuntu4.3
   initramfs-tools-bin 0.103ubuntu4.3
   initscripts 2.88dsf-41ubuntu6.3
   insserv 1.14.0-5ubuntu2
   iproute2 3.12.0-2ubuntu1
   isc-dhcp-client 4.2.4-7ubuntu12.4
   isc-dhcp-common 4.2.4-7ubuntu12.4
   klibc-utils 2.0.3-0ubuntu1
   kmod 15-0ubuntu6
   libacl1 2.2.52-1
   libapparmor1 2.8.95~2430-0ubuntu5.3
   libapt-inst1.5 1.0.1ubuntu2.11
   libapt-pkg4.12 1.0.1ubuntu2.11
   libasprintf0c2 0.18.3.1-1ubuntu3
   libattr1 1:2.4.47-1ubuntu1
   libaudit-common 

[Kernel-packages] [Bug 1566708] Missing required logs.

2016-04-06 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
>From a terminal window please run:

apport-collect 1566708

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (Ubuntu)
   Status: New => Incomplete

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

Title:
  Failed to boot when install ubuntu16.04 beta2 desktop64 with EFI boot
  in Vmware ESXi

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I insatlled Ubuntu16.04 beta2 desktop (64bit) with EFI boot on a VMware ESXi.
  When finish installation and reboot, I notice this on boot:

  /dev/sda2: recovering journal
  /dev/sda2: clean, 184027/950272 files, 1023281/3801088 blocks

  And then it hangs right there

  It happens every time I reboot the VM.
  I reinstall the VM Ubuntu16.04 beta2 for more than three times in different 
VMware ESXi version and I always encounter this issue when rebooting.

  If I install the VM Ubuntu16.04 beta2 with legacy bios boot. this
  issue won't happen.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566708/+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 1566505] Re: User namespace mount updates

2016-04-06 Thread Tim Gardner
** Description changed:

- Bring xenial up to date wrt the current state of my upstream branch.
+ 
+ These commits bring xenial up to date wrt my branch for upstream. Most
+ of the changes here are in response to upstream feedback. At a high
+ level the changes are:
+ 
+  - A small improvement to the quota code, then disallow enabling quota
+for mounts from non-init user namespaces. Since quota in non-init
+namespaces isn't a requirement in 16.04 we're better off disabling it
+until we know for sure how it will be handled upstream. However ext4
+might temporarily enable quota during mount if recovering from an
+unclean unmount, so the kernel needs to be able to handle it.
+ 
+  - Revert the way capabilities are determined for inodes in userns
+mounts back to how it is upstream, i.e. based on both capabilities
+and inode ownership, but allow a privileged user in s_user_ns to
+chown if the id being changed is invalid and the other id is either
+invalid or an id mapped into s_user_ns. This gives the mounter
+control over inodes with unmappable ids while making it safe to have
+s_user_ns != &init_user_ns for proc and kernfs-based mounts.
+ 
+  - Fix an incompatibility between cgroup namespaces and user namespace
+mounts. Previously this was fixed as a side effect of another patch,
+but that patch is being reverted.
+ 
+  - Remove a needless mount option initialization in fuse.
+ 
+  - Fix a resource leak for an error path in sget_userns().

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

Title:
  User namespace mount updates

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Xenial:
  In Progress

Bug description:
  
  These commits bring xenial up to date wrt my branch for upstream. Most
  of the changes here are in response to upstream feedback. At a high
  level the changes are:

   - A small improvement to the quota code, then disallow enabling quota
 for mounts from non-init user namespaces. Since quota in non-init
 namespaces isn't a requirement in 16.04 we're better off disabling it
 until we know for sure how it will be handled upstream. However ext4
 might temporarily enable quota during mount if recovering from an
 unclean unmount, so the kernel needs to be able to handle it.

   - Revert the way capabilities are determined for inodes in userns
 mounts back to how it is upstream, i.e. based on both capabilities
 and inode ownership, but allow a privileged user in s_user_ns to
 chown if the id being changed is invalid and the other id is either
 invalid or an id mapped into s_user_ns. This gives the mounter
 control over inodes with unmappable ids while making it safe to have
 s_user_ns != &init_user_ns for proc and kernfs-based mounts.

   - Fix an incompatibility between cgroup namespaces and user namespace
 mounts. Previously this was fixed as a side effect of another patch,
 but that patch is being reverted.

   - Remove a needless mount option initialization in fuse.

   - Fix a resource leak for an error path in sget_userns().

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566505/+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 1461360] Re: [Feature]Knights Landing PMU (Performance Monitoring Unit) support

2016-04-06 Thread Leann Ogasawara
** Changed in: intel
   Status: New => Fix Released

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

Title:
  [Feature]Knights Landing PMU (Performance Monitoring Unit) support

Status in intel:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Xenial:
  Fix Released

Bug description:
  Add PMU support to the perf event subsystem for Knights Landing

  Schedule: 4.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1461360/+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 1460919] Re: [Feature]Northpeak driver enabled on SKL Intel® Trace Hub

2016-04-06 Thread Leann Ogasawara
** Information type changed from Proprietary to Public

** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu)
   Status: New => Fix Released

** Changed in: intel
   Status: New => Fix Released

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

Title:
  [Feature]Northpeak driver enabled on SKL Intel® Trace Hub

Status in intel:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released

Bug description:
  The North Peak hardware is a set of functional blocks whose primary purpose 
is to enable external customers, as well as internal validation teams, to debug 
Intel Architecture (IA) based systems using off-the-shelf third-party debug 
tools in addition to internal tools. This is an important distinction; North 
Peak is not merely intended for hardware debug or software debug, but full 
system debug. This includes debugging hardware and software as they interact 
and produce complex system behavior. Because North Peak is intended to be 
utilized by third-party debug tools, it is the first architecture that aligns 
Intel products with industry standard debug methods and tools, with the express 
purpose of enabling third-party vendors to develop debug tools and support for 
IA products.
  the released document: 
https://software.intel.com/en-us/intel-platform-analysis-library

  Schedule:
  kernel: 4.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1460919/+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 1460906] Re: [Feature] Enable Intel Processor Trace on SKL Client

2016-04-06 Thread Leann Ogasawara
** Changed in: intel
   Status: New => Fix Released

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

Title:
  [Feature] Enable Intel Processor Trace on SKL Client

Status in intel:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Xenial:
  Fix Released

Bug description:
  Intel Processor Trace enabled for SKL

  Schedule:
  kernel: 4.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1460906/+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 1566505] Re: User namespace mount updates

2016-04-06 Thread Tim Gardner
** Changed in: linux (Ubuntu Xenial)
   Status: In Progress => Fix Committed

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

Title:
  User namespace mount updates

Status in linux package in Ubuntu:
  Fix Committed
Status in linux source package in Xenial:
  Fix Committed

Bug description:
  
  These commits bring xenial up to date wrt my branch for upstream. Most
  of the changes here are in response to upstream feedback. At a high
  level the changes are:

   - A small improvement to the quota code, then disallow enabling quota
 for mounts from non-init user namespaces. Since quota in non-init
 namespaces isn't a requirement in 16.04 we're better off disabling it
 until we know for sure how it will be handled upstream. However ext4
 might temporarily enable quota during mount if recovering from an
 unclean unmount, so the kernel needs to be able to handle it.

   - Revert the way capabilities are determined for inodes in userns
 mounts back to how it is upstream, i.e. based on both capabilities
 and inode ownership, but allow a privileged user in s_user_ns to
 chown if the id being changed is invalid and the other id is either
 invalid or an id mapped into s_user_ns. This gives the mounter
 control over inodes with unmappable ids while making it safe to have
 s_user_ns != &init_user_ns for proc and kernfs-based mounts.

   - Fix an incompatibility between cgroup namespaces and user namespace
 mounts. Previously this was fixed as a side effect of another patch,
 but that patch is being reverted.

   - Remove a needless mount option initialization in fuse.

   - Fix a resource leak for an error path in sget_userns().

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566505/+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 1460889] Re: [Feature]Update firmware for Intel 3160 / 7260 / 7265 / 7265D/3165 wireless

2016-04-06 Thread Leann Ogasawara
This is Fix Released for Xenial.

** Information type changed from Proprietary to Public

** Also affects: linux-firmware (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: linux-firmware (Ubuntu)
   Status: New => Fix Released

** Changed in: intel
   Status: Confirmed => Fix Released

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

Title:
  [Feature]Update firmware for Intel 3160 / 7260 / 7265 / 7265D/3165
  wireless

Status in intel:
  Fix Released
Status in linux-firmware package in Ubuntu:
  Fix Released

Bug description:
  This is a request to include -13.ucode into 15.10. 
  This firmware can run on 7260, 3160, 7265, 7265D and 3165 which are all 
  the devices driven by iwlmvm. 
  This firmware is supported starting from kernel 4.1 
  http://www.gossamer-threads.com/lists/linux/kernel/2183716

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1460889/+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 1534440] Re: CVE-2015-7566

2016-04-06 Thread Steve Beattie
** Changed in: linux-lts-utopic (Ubuntu Trusty)
   Status: Fix Committed => Fix Released

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

Title:
  CVE-2015-7566

Status in linux package in Ubuntu:
  Invalid
Status in linux-armadaxp package in Ubuntu:
  Invalid
Status in linux-ec2 package in Ubuntu:
  New
Status in linux-flo package in Ubuntu:
  New
Status in linux-fsl-imx51 package in Ubuntu:
  Invalid
Status in linux-goldfish package in Ubuntu:
  New
Status in linux-lts-backport-maverick package in Ubuntu:
  New
Status in linux-lts-backport-natty package in Ubuntu:
  New
Status in linux-lts-quantal package in Ubuntu:
  Invalid
Status in linux-lts-raring package in Ubuntu:
  Invalid
Status in linux-lts-saucy package in Ubuntu:
  Invalid
Status in linux-lts-trusty package in Ubuntu:
  Invalid
Status in linux-lts-utopic package in Ubuntu:
  Invalid
Status in linux-lts-vivid package in Ubuntu:
  Invalid
Status in linux-lts-wily package in Ubuntu:
  Invalid
Status in linux-lts-xenial package in Ubuntu:
  Invalid
Status in linux-mako package in Ubuntu:
  New
Status in linux-manta package in Ubuntu:
  New
Status in linux-mvl-dove package in Ubuntu:
  New
Status in linux-raspi2 package in Ubuntu:
  Fix Committed
Status in linux-ti-omap4 package in Ubuntu:
  Invalid
Status in linux source package in Precise:
  Fix Committed
Status in linux-armadaxp source package in Precise:
  New
Status in linux-ec2 source package in Precise:
  New
Status in linux-flo source package in Precise:
  Invalid
Status in linux-fsl-imx51 source package in Precise:
  Invalid
Status in linux-goldfish source package in Precise:
  Invalid
Status in linux-lts-backport-maverick source package in Precise:
  New
Status in linux-lts-backport-natty source package in Precise:
  New
Status in linux-lts-quantal source package in Precise:
  Invalid
Status in linux-lts-raring source package in Precise:
  Invalid
Status in linux-lts-saucy source package in Precise:
  Invalid
Status in linux-lts-trusty source package in Precise:
  Fix Released
Status in linux-lts-utopic source package in Precise:
  Invalid
Status in linux-lts-vivid source package in Precise:
  Invalid
Status in linux-lts-wily source package in Precise:
  Invalid
Status in linux-lts-xenial source package in Precise:
  Invalid
Status in linux-mako source package in Precise:
  Invalid
Status in linux-manta source package in Precise:
  Invalid
Status in linux-mvl-dove source package in Precise:
  New
Status in linux-raspi2 source package in Precise:
  Invalid
Status in linux-ti-omap4 source package in Precise:
  New
Status in linux source package in Trusty:
  Fix Released
Status in linux-armadaxp source package in Trusty:
  Invalid
Status in linux-ec2 source package in Trusty:
  New
Status in linux-flo source package in Trusty:
  Invalid
Status in linux-fsl-imx51 source package in Trusty:
  Invalid
Status in linux-goldfish source package in Trusty:
  Invalid
Status in linux-lts-backport-maverick source package in Trusty:
  New
Status in linux-lts-backport-natty source package in Trusty:
  New
Status in linux-lts-quantal source package in Trusty:
  Invalid
Status in linux-lts-raring source package in Trusty:
  Invalid
Status in linux-lts-saucy source package in Trusty:
  Invalid
Status in linux-lts-trusty source package in Trusty:
  Invalid
Status in linux-lts-utopic source package in Trusty:
  Fix Released
Status in linux-lts-vivid source package in Trusty:
  Fix Released
Status in linux-lts-wily source package in Trusty:
  Fix Released
Status in linux-lts-xenial source package in Trusty:
  Fix Committed
Status in linux-mako source package in Trusty:
  Invalid
Status in linux-manta source package in Trusty:
  Invalid
Status in linux-mvl-dove source package in Trusty:
  New
Status in linux-raspi2 source package in Trusty:
  Invalid
Status in linux-ti-omap4 source package in Trusty:
  Invalid
Status in linux source package in Vivid:
  New
Status in linux-armadaxp source package in Vivid:
  Invalid
Status in linux-ec2 source package in Vivid:
  New
Status in linux-flo source package in Vivid:
  New
Status in linux-fsl-imx51 source package in Vivid:
  Invalid
Status in linux-goldfish source package in Vivid:
  New
Status in linux-lts-backport-maverick source package in Vivid:
  New
Status in linux-lts-backport-natty source package in Vivid:
  New
Status in linux-lts-quantal source package in Vivid:
  Invalid
Status in linux-lts-raring source package in Vivid:
  Invalid
Status in linux-lts-saucy source package in Vivid:
  Invalid
Status in linux-lts-trusty source package in Vivid:
  Invalid
Status in linux-lts-utopic source package in Vivid:
  Invalid
Status in linux-lts-vivid source package in Vivid:
  Invalid
Status in linux-lts-wily source package in Vivid:
  Invalid
Status in linux-lts-xenial source package in Vivid:
  New
Status in linux-mako source package in Viv

[Kernel-packages] [Bug 1560395] Re: [i915_bpo] Update i915 backport driver

2016-04-06 Thread ash
Can the latest changes from 4.6-rc2 be brought forward still to many
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/1560395

Title:
  [i915_bpo] Update i915 backport driver

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Xenial:
  Fix Released

Bug description:
  Current snapshot of i915_bpo is based on drm-intel-next-2016-02-14
  tag, and it makes sense to update it to the latest tag leading to 4.6,
  which is drm-intel-next-fixes-2016-03-16:

  94669e6ba1ada13 drm/i915: Handle -ED EADLK in drm_atomic_commit from 
load-detect.
  0bbca274a31c236 drm/i915: Actually retry with bit-banging after GMBUS timeout
  2f791908a70e957 drm/i915: Fix bogus dig_port_map[] assignment for pre-HSW
  eda908967feecf7 drm/i915: Balance assert_rpm_wakelock_held() for 
!IS_ENABLED(CONFIG_PM)
  bd90123c4973821 drm/i915/skl: Fix power domain suspend sequence
  5790ff742b1feee drm/i915: Update DRIVER_DATE to 20160229
  2743179d955bd73 drm/i915: Execlists cannot pin a context without the object
  596c5923197b889 drm/i915: Reduce the pointer dance of i915_is_ggtt()
  1c7f4bca5a6f53c drm/i915: Rename vma->*_list to *_link for consistency
  135dc79efbc119e drm/i915: Balance assert_rpm_wakelock_held() for 
!IS_ENABLED(CONFIG_PM)
  99cf8ea16595ecf drm/i915/lrc: Only set RS ctx enable in ctx control reg if 
there is a RS
  715629190ef384a drm/i915/gen9: Set value of Indirect Context Offset based on 
gen version
  032b612e055ecc5 drm/i915: Remove update_sprite_watermarks.
  e8861675c5ccaf3 drm/i915: Kill off intel_crtc->atomic.wait_vblank, v6.
  33c8df89351709e drm/i915: Unify power domain handling.
  74bff5f92740a9d drm/i915: Pass crtc state to modeset_get_crtc_power_domains.
  6831f3e3c640ad4 drm/i915: Add for_each_pipe_masked()
  aae8ba844495473 drm/i915: Make sure pipe interrupts are processed before 
turning off power well on BDW+
  2230fde85cfff29 drm/i915: synchronize_irq() before turning off disp2d power 
well on VLV/CHV
  1ca993d237a587b drm/i915: Skip PIPESTAT reads from irq handler on VLV/CHV 
when power well is down
  9b18572e83bfd53 drm/i915/gen9: Verify and enforce dc6 state writes
  9b6f20984c5402a drm/i915/gen9: Check for DC state mismatch
  53188eb40121a13 drm/i915/skl: Ensure HW is powered during DDB HW state readout
  380bdff2d05b498 drm/i915/lvds: Ensure the HW is powered during HW state 
readout
  31feb61a688bd4b drm/i915/hdmi: Ensure the HW is powered during HW state 
readout
  fe97fd7eb872558 drm/i915/dsi: Ensure the HW is powered during HW state readout
  b81b801f8675838 drm/i915/dp: Ensure the HW is powered during HW state readout
  02f9f5e62a9b0a1 drm/i915: Ensure the HW is powered when accessing the CRC HW 
block
  d59410219ae396a drm/i915/ddi: Ensure the HW is powered during HW state readout
  7a6252c6bce1124 drm/i915/crt: Ensure the HW is powered during HW state readout
  5a24fab098d6f1a drm/i915: Ensure the HW is powered during HW access in 
assert_pipe
  bacd67d6a36c890 drm/i915: Ensure the HW is powered when disabling VGA
  013ef6cfc411bfe drm/i915/ibx: Ensure the HW is powered during PLL HW readout
  9fb84d5a9299ac6 drm/i915: Ensure the HW is powered during display pipe HW 
readout
  5af9a454769bb55 drm/i915: Add helper to get a display power ref if it was 
already enabled
  1e657ad7a48f1ce drm/i915/gen9: Write dc state debugmask bits only once
  5b076889f6239f8 drm/i915/gen9: Extend dmc debug mask to include cores
  779cb5d3ddd7295 drm/i915/gen9: Verify and enforce dc6 state writes
  832dba889e27487 drm/i915/gen9: Check for DC state mismatch
  a98ee79317b4091 drm/i915/fbc: enable FBC by default on HSW and BDW
  0f3a93d1b0cf23c drm/i915: drop unused i915.disable_vtd_wa module parameter
  57b63d00df0ded2 drm/i915: drop write perm from module params which don't 
support changing
  0aa8bdf25b16f5c drm/i915/dsi: Using the bpp value wrt the pixel format
  d6e3af5498390ae drm/i915/bxt: Remove DSP CLK_GATE programming for BXT
  4d800030238878c drm/i915/skl: Ensure HW is powered during DDB HW state readout
  dd75619853e4a28 drm/i915: Extract intel_encoder_has_connectors()
  e28661bd1acbdcb drm/i915: Use atomic state in intel_fb_initial_config.
  7bb4afb45879541 drm/i915: Use correct dpms for intel_enable_crt.
  0eadc62462afcfd drm/i915: Use atomic state in tv load detection.
  c8ecb2f162a6065 drm/i915: Use atomic state for load detect in crt.
  edde361711ef8f3 drm/i915: Use atomic state to obtain load detection crtc, v3.
  9b58e352b463f2f drm/i915: Enable PSR by default on Haswell and Broadwell.
  a38c274faad0ec6 drm/i915: Enable PSR by default on Valleyview and Cherryview.
  d94d6e87138588b drm/i915: Change i915.enable_psr parameter to use per 
platform default.
  69603dbb315fc7a i915: cast before shifting in i915_pte_count
  ecb2448218acf23 drm/i915/lvds: Ensure the HW is powered during HW state 
readout
  5b0921748c0b1d0 drm/i915/hdmi: Ensure the HW is powered

[Kernel-packages] [Bug 1491340] Re: Bluetooth keyboard is configured with wrong keyboard layout

2016-04-06 Thread Michał Sawicz
Tomas, that's quite likely - can you please file a new bug against
unity8 for this? Thank you.

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

Title:
  Bluetooth keyboard is configured with wrong keyboard layout

Status in The Avila project:
  In Progress
Status in Canonical System Image:
  Fix Committed
Status in Canonical Pocket Desktop:
  Fix Committed
Status in bluez package in Ubuntu:
  Invalid
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released
Status in unity8 package in Ubuntu:
  Fix Released

Bug description:
  Phone: Meizu MX4 (15.04 r4)
  OS Language: German

  What you expected to happen:
  When connecting a Bluetooth keyboard I expect that the keyboard layout is the 
same as the keyboard hardware key layout (German) or that it is possible to 
change the keyboard layout in the Bluetooth setting for the connected Bluetooth 
device.

  What happened instead:
  The Bluetooth keyboard worked, but wasn't set to German key layout. In the 
Bluetooth device setting I couldn't find any option to change the Bluetooth 
keyboard key layout.

To manage notifications about this bug go to:
https://bugs.launchpad.net/avila/+bug/1491340/+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 1566302] Re: Ubuntu 16.04: Suspend freezes the system after upgrade to linux image 4.4.0-16

2016-04-06 Thread Bruno Jesus
In my case none of the 4.4 kernels have suspension working, but in 4.6
it's working fine.

I also have a Dell but it's an Inspiron 17R-5737.

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

Title:
  Ubuntu 16.04: Suspend freezes the system after upgrade to linux image
  4.4.0-16

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I'm using ubuntu 16.04 on a XPS 15 9550.

  Suspend/resume worked flawlessly with linux image 4.4.0-15, and after
  standard upgrade yesterday (5/04/2016) which installed image 4.4.0-16,
  the system freezes when attempting a suspend. I get  no response from
  the system (nor keyboard, nor screen, nor touchpad), but it gets very
  hot, so that it must be running something.

  Booting with 4.4.0-15 makes the suspend to work perfectly.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-extra-4.4.0-16-generic 4.4.0-16.32
  ProcVersionSignature: Ubuntu 4.4.0-15.31-generic 4.4.6
  Uname: Linux 4.4.0-15-generic x86_64
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  macias 1770 F pulseaudio
  CurrentDesktop: X-Cinnamon
  Date: Tue Apr  5 14:56:17 2016
  HibernationDevice: RESUME=UUID=4180adfa-3852-4a96-86b4-f3696448c743
  InstallationDate: Installed on 2016-03-07 (28 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160304)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f3:21d5 Elan Microelectronics Corp. 
   Bus 001 Device 002: ID 0a5c:6410 Broadcom Corp. 
   Bus 001 Device 004: ID 1bcf:2b95 Sunplus Innovation Technology Inc. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. XPS 15 9550
  ProcEnviron:
   LANGUAGE=es_ES
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-15-generic.efi.signed 
root=UUID=673f4658-75f8-4c01-bcd8-0af860269699 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-15-generic N/A
   linux-backports-modules-4.4.0-15-generic  N/A
   linux-firmware1.157
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/25/2016
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 01.01.19
  dmi.board.name: 0N7TVV
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr01.01.19:bd01/25/2016:svnDellInc.:pnXPS159550:pvr:rvnDellInc.:rn0N7TVV:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: XPS 15 9550
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566302/+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 1545357] Re: Canon MX870 queued not printing in Ubuntu 14.04 after 3.13.0-68-generic

2016-04-06 Thread Famous Man
This problem was fixed for my situation in kernel 3.13.0-79 and is also
working in 3.13.0-83 and 3.13.0-85

Thanks

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

Title:
  Canon MX870 queued not printing in Ubuntu 14.04 after
  3.13.0-68-generic

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  My Canon MX870 was printing ok in Ubuntu 14.04 till maintenance
  install of kernels after 3.13.0-68-generic.

  I'm currently running kernel 3.13.0-74-generic and if I want to print
  I have to reboot and select 3.13.0-68-generic.

  When I start a print in later kernels with the bug,  the Printer
  Status shows "Processing" but the printer is not responding.

  delubu@Dell-Latitude-6430U:~$ uname -r
  3.13.0-74-generic

  delubu@Dell-Latitude-6430U:~$ lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 14.04.3 LTS
  Release:  14.04
  Codename: trusty

  Any ideas how I can proceed with this

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-77-generic 3.13.0-77.121
  ProcVersionSignature: Ubuntu 3.13.0-77.121-generic 3.13.11-ckt32
  Uname: Linux 3.13.0-77-generic i686
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  delubu 2052 F pulseaudio
  CurrentDesktop: Unity
  Date: Sun Feb 14 10:55:43 2016
  HibernationDevice: RESUME=UUID=0f2f62b0-0d14-471d-9f52-382adef60a93
  InstallationDate: Installed on 2015-01-08 (401 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release i386 (20140417)
  MachineType: Dell Inc. Latitude 6430U
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-77-generic 
root=UUID=3e063b29-4e47-4f9c-bc95-18f07e91104b ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-77-generic N/A
   linux-backports-modules-3.13.0-77-generic  N/A
   linux-firmware 1.127.20
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/01/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A04
  dmi.board.name: 0JCV3H
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA04:bd02/01/2013:svnDellInc.:pnLatitude6430U:pvr01:rvnDellInc.:rn0JCV3H:rvrA02:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude 6430U
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1545357/+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 1397880] Re: [Feature] Memory Bandwidth Monitoring

2016-04-06 Thread Tim Gardner
** Changed in: linux (Ubuntu)
   Importance: High => Undecided

** Changed in: linux (Ubuntu)
   Status: Triaged => Fix Committed

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Tim Gardner (timg-tpi)

** Also affects: xen (Ubuntu Xenial)
   Importance: Undecided
   Status: Fix Released

** Also affects: linux (Ubuntu Xenial)
   Importance: Undecided
 Assignee: Tim Gardner (timg-tpi)
   Status: Fix Committed

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

Title:
  [Feature] Memory Bandwidth Monitoring

Status in intel:
  New
Status in linux package in Ubuntu:
  Fix Committed
Status in xen package in Ubuntu:
  Fix Released
Status in linux source package in Xenial:
  Fix Committed
Status in xen source package in Xenial:
  Fix Released

Bug description:
  Memory Bandwidth Monitoring (MBM) is a CPU feature included in the family of 
Platform QoS features.  It is used to track memory bandwidth usage for a 
specific task, or group of tasks.
  Memory Bandwidth Monitoring is an extension of the existing Cache QoS 
Monitoring (CQM) feature found in Haswell server.  The mechanism used is the 
same, where tasks are associated with an Resource Monitoring ID (RMID), which 
the CPU uses to track the bandwidth usage.

  Upstream status:
  Kernel - 4.6
  Xen - target 4.6

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1397880/+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 1508331] Re: CVE-2015-7833

2016-04-06 Thread Steve Beattie
** Changed in: linux-lts-wily (Ubuntu Trusty)
   Status: Fix Committed => Fix Released

** Changed in: linux (Ubuntu Wily)
   Status: Fix Committed => Fix Released

** Changed in: linux-raspi2 (Ubuntu Wily)
   Status: Fix Committed => Fix Released

** Changed in: linux-lts-utopic (Ubuntu Trusty)
   Status: Fix Committed => Fix Released

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

Title:
  CVE-2015-7833

Status in linux package in Ubuntu:
  New
Status in linux-armadaxp package in Ubuntu:
  Invalid
Status in linux-ec2 package in Ubuntu:
  Invalid
Status in linux-flo package in Ubuntu:
  New
Status in linux-fsl-imx51 package in Ubuntu:
  Invalid
Status in linux-goldfish package in Ubuntu:
  New
Status in linux-lts-backport-maverick package in Ubuntu:
  New
Status in linux-lts-backport-natty package in Ubuntu:
  New
Status in linux-lts-quantal package in Ubuntu:
  Invalid
Status in linux-lts-raring package in Ubuntu:
  Invalid
Status in linux-lts-saucy package in Ubuntu:
  Invalid
Status in linux-lts-trusty package in Ubuntu:
  Invalid
Status in linux-lts-utopic package in Ubuntu:
  Invalid
Status in linux-lts-vivid package in Ubuntu:
  Invalid
Status in linux-lts-wily package in Ubuntu:
  Invalid
Status in linux-lts-xenial package in Ubuntu:
  Invalid
Status in linux-mako package in Ubuntu:
  New
Status in linux-manta package in Ubuntu:
  New
Status in linux-mvl-dove package in Ubuntu:
  Invalid
Status in linux-raspi2 package in Ubuntu:
  New
Status in linux-ti-omap4 package in Ubuntu:
  Invalid
Status in linux source package in Precise:
  Fix Committed
Status in linux-armadaxp source package in Precise:
  New
Status in linux-ec2 source package in Precise:
  Invalid
Status in linux-flo source package in Precise:
  Invalid
Status in linux-fsl-imx51 source package in Precise:
  Invalid
Status in linux-goldfish source package in Precise:
  Invalid
Status in linux-lts-backport-maverick source package in Precise:
  New
Status in linux-lts-backport-natty source package in Precise:
  New
Status in linux-lts-quantal source package in Precise:
  Invalid
Status in linux-lts-raring source package in Precise:
  Invalid
Status in linux-lts-saucy source package in Precise:
  Invalid
Status in linux-lts-trusty source package in Precise:
  Fix Released
Status in linux-lts-utopic source package in Precise:
  Invalid
Status in linux-lts-vivid source package in Precise:
  Invalid
Status in linux-lts-wily source package in Precise:
  Invalid
Status in linux-lts-xenial source package in Precise:
  Invalid
Status in linux-mako source package in Precise:
  Invalid
Status in linux-manta source package in Precise:
  Invalid
Status in linux-mvl-dove source package in Precise:
  Invalid
Status in linux-raspi2 source package in Precise:
  Invalid
Status in linux-ti-omap4 source package in Precise:
  New
Status in linux source package in Trusty:
  Fix Released
Status in linux-armadaxp source package in Trusty:
  Invalid
Status in linux-ec2 source package in Trusty:
  Invalid
Status in linux-flo source package in Trusty:
  Invalid
Status in linux-fsl-imx51 source package in Trusty:
  Invalid
Status in linux-goldfish source package in Trusty:
  Invalid
Status in linux-lts-backport-maverick source package in Trusty:
  New
Status in linux-lts-backport-natty source package in Trusty:
  New
Status in linux-lts-quantal source package in Trusty:
  Invalid
Status in linux-lts-raring source package in Trusty:
  Invalid
Status in linux-lts-saucy source package in Trusty:
  Invalid
Status in linux-lts-trusty source package in Trusty:
  Invalid
Status in linux-lts-utopic source package in Trusty:
  Fix Released
Status in linux-lts-vivid source package in Trusty:
  Fix Released
Status in linux-lts-wily source package in Trusty:
  Fix Released
Status in linux-lts-xenial source package in Trusty:
  New
Status in linux-mako source package in Trusty:
  Invalid
Status in linux-manta source package in Trusty:
  Invalid
Status in linux-mvl-dove source package in Trusty:
  Invalid
Status in linux-raspi2 source package in Trusty:
  Invalid
Status in linux-ti-omap4 source package in Trusty:
  Invalid
Status in linux source package in Vivid:
  New
Status in linux-armadaxp source package in Vivid:
  Invalid
Status in linux-ec2 source package in Vivid:
  Invalid
Status in linux-flo source package in Vivid:
  New
Status in linux-fsl-imx51 source package in Vivid:
  Invalid
Status in linux-goldfish source package in Vivid:
  New
Status in linux-lts-backport-maverick source package in Vivid:
  New
Status in linux-lts-backport-natty source package in Vivid:
  New
Status in linux-lts-quantal source package in Vivid:
  Invalid
Status in linux-lts-raring source package in Vivid:
  Invalid
Status in linux-lts-saucy source package in Vivid:
  Invalid
Status in linux-lts-trusty source package in Vivid:
  Invalid
Status in linux-lt

[Kernel-packages] [Bug 1483343] Comment bridged from LTC Bugzilla

2016-04-06 Thread bugproxy
--- Comment From pavsu...@in.ibm.com 2016-04-06 07:38 EDT---
I have installed the 4.6-rc1 test kernel and executed the tests on a Bare Metal 
Open Power Hardware.
I could not see the NMI softlockup call traces occurring.

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

Title:
  NMI watchdog: BUG: soft lockup errors when we execute lock_torture_wr
  tests

Status in linux package in Ubuntu:
  Triaged
Status in linux source package in Vivid:
  In Progress

Bug description:
  ---Problem Description---
  NMI watchdog: BUG: soft lockup errors when we execute lock_torture_wr tests

  ---uname output---
  Linux alp15 3.19.0-18-generic #18~14.04.1-Ubuntu SMP Wed May 20 09:40:36 UTC 
2015 ppc64le ppc64le ppc64le GNU/Linux
   
  Machine Type = P8 

  ---Steps to Reproduce---
  Install a P8 Power VM LPAR with Ubuntu 14.04.2 ISO.
  Then install the Ubuntu 14.04.3 kernel on the same and reboot.
  Then compile and build the LTP latest test suites on the same.

  root@alp15:~# tar -xvf ltp-full-20150420.tar.bz2
  root@alp15:~# cd ltp-full-20150420/
  root@alp15:~/ltp-full-20150420# ls
  aclocal.m4  configure execltp.in  install-sh  Makefile  
READMErunltplite.shtestcasesutils
  autom4te.cache  configure.ac  IDcheck.sh  lib Makefile.release  
README.kernel_config  runtest  testscripts  ver_linux
  config.guessCOPYING   include ltpmenu missing   
runalltests.shscenario_groups  TODO VERSION
  config.sub  doc   INSTALL m4  pan   
runltpscripts  tools
  root@alp15:~/ltp-full-20150420# ./configure
  root@alp15:~/ltp-full-20150420# make
  root@alp15:~/ltp-full-20150420# make install

  root@alp15:/opt/ltp/testcases/bin# ./lock_torture.sh
  lock_torture 1 TINFO : estimate time 6.00 min
  lock_torture 1 TINFO : spin_lock: running 60 sec...

  Message from syslogd@alp15 at Thu Jun 18 01:23:32 2015 ...
  alp15 vmunix: [  308.034386] NMI watchdog: BUG: soft lockup - CPU#10 stuck 
for 21s! [lock_torture_wr:2337]

  Message from syslogd@alp15 at Thu Jun 18 01:23:32 2015 ...
  alp15 vmunix: [  308.034389] NMI watchdog: BUG: soft lockup - CPU#6 stuck for 
22s! [lock_torture_wr:2331]

  Message from syslogd@alp15 at Thu Jun 18 01:23:32 2015 ...
  alp15 vmunix: [  308.034394] NMI watchdog: BUG: soft lockup - CPU#0 stuck for 
22s! [lock_torture_wr:2339]

  Message from syslogd@alp15 at Thu Jun 18 01:23:32 2015 ...
  alp15 vmunix: [  308.034396] NMI watchdog: BUG: soft lockup - CPU#3 stuck for 
22s! [lock_torture_wr:2346]

  Message from syslogd@alp15 at Thu Jun 18 01:23:32 2015 ...
  alp15 vmunix: [  308.034398] NMI watchdog: BUG: soft lockup - CPU#7 stuck for 
21s! [lock_torture_wr:2334]

  Message from syslogd@alp15 at Thu Jun 18 01:23:32 2015 ...
  alp15 vmunix: [  308.034410] NMI watchdog: BUG: soft lockup - CPU#11 stuck 
for 22s! [lock_torture_wr:2321]

  Message from syslogd@alp15 at Thu Jun 18 01:23:32 2015 ...
  alp15 vmunix: [  308.034412] NMI watchdog: BUG: soft lockup - CPU#9 stuck for 
22s! [lock_torture_wr:2333]

  Message from syslogd@alp15 at Thu Jun 18 01:23:32 2015 ...
  alp15 vmunix: [  308.038386] NMI watchdog: BUG: soft lockup - CPU#14 stuck 
for 22s! [lock_torture_wr:2327]

   
  Stack trace output:
   root@alp15:~# dmesg | more
  [ 1717.146881] lock_torture_wr R  running task
  [ 1717.146881]
  [ 1717.146885] 0  2555  2 0x0804
  [ 1717.146887] Call Trace:
  [ 1717.146894] [c00c7551b820] [c00c7551b860] 0xc00c7551b860 
(unreliable)
  [ 1717.146899] [c00c7551b860] [c00b4fb0] __do_softirq+0x220/0x3b0
  [ 1717.146904] [c00c7551b960] [c00b5478] irq_exit+0x98/0x100
  [ 1717.146909] [c00c7551b980] [c001fa54] timer_interrupt+0xa4/0xe0
  [ 1717.146913] [c00c7551b9b0] [c0002758] 
decrementer_common+0x158/0x180
  [ 1717.146922] --- interrupt: 901 at _raw_write_lock+0x68/0xc0
  [ 1717.146922] LR = torture_rwlock_write_lock+0x28/0x40 [locktorture]
  [ 1717.146927] [c00c7551bca0] [c00c7551bcd0] 0xc00c7551bcd0 
(unreliable)
  [ 1717.146934] [c00c7551bcd0] [dd4810b8] 
torture_rwlock_write_lock+0x28/0x40 [locktorture]
  [ 1717.146939] [c00c7551bcf0] [dd480578] 
lock_torture_writer+0x98/0x210 [locktorture]
  [ 1717.146944] [c00c7551bd80] [c00da4d4] kthread+0x114/0x140
  [ 1717.146948] [c00c7551be30] [c000956c] 
ret_from_kernel_thread+0x5c/0x70
  [ 1717.146951] Task dump for CPU 10:
  [ 1717.146953] lock_torture_wr R  running task0  2537  2 
0x0804
  [ 1717.146957] Call Trace:
  [ 1717.146961] [c00c7557b820] [c00c7557b860] 0xc00c7557b860 
(unreliable)
  [ 1717.146966] [c00c7557b860] [c00b4fb0] __do_softirq+0x220/0x3b0
  [ 1717.146970] [c00c7557b960] [c00b5478] irq_exit+

[Kernel-packages] [Bug 1566814] [NEW] Create linux-depends meta-package

2016-04-06 Thread Chris J Arges
Public bug reported:

Have a way to depend on the source depends of the linux package. This is
useful if we have a package that builds kernels, it will allow that
other package to just depend on this instead of having to `apt-get
build-dep linux`.

** Affects: linux (Ubuntu)
 Importance: Low
 Assignee: Andy Whitcroft (apw)
 Status: Triaged

** Changed in: linux (Ubuntu)
Milestone: None => ubuntu-16.04

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

Title:
  Create linux-depends meta-package

Status in linux package in Ubuntu:
  Triaged

Bug description:
  Have a way to depend on the source depends of the linux package. This
  is useful if we have a package that builds kernels, it will allow that
  other package to just depend on this instead of having to `apt-get
  build-dep linux`.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566814/+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 1559194] Re: Bad page state in process genwqe_gunzip pfn:3c275 in the genwqe device driver

2016-04-06 Thread Dimitri John Ledkov
Setting to incomplete for now, pending more information.

** Changed in: linux (Ubuntu)
   Status: New => Incomplete

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

Title:
  Bad page state in process genwqe_gunzip pfn:3c275 in the genwqe device
  driver

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  == Comment: #0 - Dmitry Gorbachev  - 2016-03-17 
08:52:41 ==
  An error occurs when running zEDC compression/decompression and hotplugging 
PCI devices.
  There was 1G of memory, 2 pci functions and 50 threads of gunzipping enabled.

  Mar 14 23:59:01 s8330018 kernel: [ 4972.486883] BUG: Bad page state in 
process genwqe_gunzip  pfn:3c275
  Mar 14 23:59:01 s8330018 kernel: [ 4972.486888] page:03d100f09d40 
count:-1 mapcount:0 mapping:  (null) index:0x0
  Mar 14 23:59:01 s8330018 kernel: [ 4972.486891] flags: 0x0()
  Mar 14 23:59:01 s8330018 kernel: [ 4972.486895] page dumped because: nonzero 
_count
  Mar 14 23:59:01 s8330018 kernel: [ 4972.486897] Modules linked in: 
xt_CHECKSUM(E) iptable_mangle(E) ipt_MASQUERADE(E) nf_nat_masquerade_ipv4(E) 
iptable_nat(E) nf_conntrack_ipv4(E) nf_defrag_ipv4(E) nf_nat_ipv4(E) nf_nat(E) 
nf_conntrack(E) xt_tcpudp(E) bridge(E) stp(E) llc(E) iptable_filter(E) 
ip_tables(E) x_tables(E) genwqe_card(E) crc_itu_t(E) qeth_l2(E) qeth(E) vmur(E) 
ccwgroup(E) dm_multipath(E) ib_iser(E) rdma_cm(E) iw_cm(E) ib_cm(E) ib_sa(E) 
ib_mad(E) ib_core(E) ib_addr(E) iscsi_tcp(E) libiscsi_tcp(E) libiscsi(E) 
scsi_transport_iscsi(E) btrfs(E) zlib_deflate(E) raid10(E) raid456(E) 
async_memcpy(E) async_raid6_recov(E) async_pq(E) async_xor(E) async_tx(E) 
xor(E) raid6_pq(E) libcrc32c(E) raid1(E) raid0(E) linear(E) ghash_s390(E) 
prng(E) aes_s390(E) des_s390(E) des_generic(E) sha512_s390(E) sha256_s390(E) 
sha1_s390(E) sha_common(E) zfcp(E) qdio(E) scsi_transport_fc(E) 
dasd_eckd_mod(E) dasd_mod(E)
  Mar 14 23:59:01 s8330018 kernel: [ 4972.486916] CPU: 0 PID: 37867 Comm: 
genwqe_gunzip Tainted: GW   E   4.4.0-8-generic #23-Ubuntu
  Mar 14 23:59:01 s8330018 kernel: [ 4972.486916]209176f8 
20917788 0002 
  Mar 14 23:59:01 s8330018 kernel: [ 4972.486916]20917828 
209177a0 209177a0 00114182
  Mar 14 23:59:01 s8330018 kernel: [ 4972.486916]0011 
0092345a 03d1000a 000a
  Mar 14 23:59:01 s8330018 kernel: [ 4972.486916]209177e8 
20917788  20914000
  Mar 14 23:59:01 s8330018 kernel: [ 4972.486916] 
00114182 20917788 209177e8
  Mar 14 23:59:01 s8330018 kernel: [ 4972.486922] Call Trace:
  Mar 14 23:59:01 s8330018 kernel: [ 4972.486927] ([<0011406e>] 
show_trace+0xf6/0x148)
  Mar 14 23:59:01 s8330018 kernel: [ 4972.486929]  [<00114136>] 
show_stack+0x76/0xe8
  Mar 14 23:59:01 s8330018 kernel: [ 4972.486934]  [<00518c26>] 
dump_stack+0x6e/0x90
  Mar 14 23:59:01 s8330018 kernel: [ 4972.486937]  [<0027c376>] 
bad_page+0xe6/0x148
  Mar 14 23:59:01 s8330018 kernel: [ 4972.486938]  [<00280516>] 
get_page_from_freelist+0x49e/0xba8
  Mar 14 23:59:01 s8330018 kernel: [ 4972.486940]  [<00280ede>] 
__alloc_pages_nodemask+0x166/0xb00
  Mar 14 23:59:01 s8330018 kernel: [ 4972.486941]  [<0015635a>] 
s390_dma_alloc+0x82/0x1a0
  Mar 14 23:59:01 s8330018 kernel: [ 4972.486944]  [<03ff805ea142>] 
__genwqe_alloc_consistent+0x7a/0x90 [genwqe_card]
  Mar 14 23:59:01 s8330018 kernel: [ 4972.486947]  [<03ff805ea344>] 
genwqe_alloc_sync_sgl+0x17c/0x2e0 [genwqe_card]
  Mar 14 23:59:01 s8330018 kernel: [ 4972.486950]  [<03ff805e52da>] 
do_execute_ddcb+0x1da/0x348 [genwqe_card]
  Mar 14 23:59:01 s8330018 kernel: [ 4972.486952]  [<03ff805e5964>] 
genwqe_ioctl+0x51c/0xc20 [genwqe_card]
  Mar 14 23:59:01 s8330018 kernel: [ 4972.486953]  [<003145ee>] 
do_vfs_ioctl+0x3b6/0x518
  Mar 14 23:59:01 s8330018 kernel: [ 4972.486955]  [<003147f4>] 
SyS_ioctl+0xa4/0xb8
  Mar 14 23:59:01 s8330018 kernel: [ 4972.486956]  [<007ad1be>] 
system_call+0xd6/0x264
  Mar 14 23:59:01 s8330018 kernel: [ 4972.486957]  [<03ffa9df2492>] 
0x3ffa9df2492

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1559194/+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 1566283] Re: CONFIG_ARCH_ROCKCHIP not enabled in armhf generic kernel

2016-04-06 Thread Tim Gardner
CONFIG_ARCH_ROCKCHIP=y

** Changed in: linux (Ubuntu Xenial)
   Status: Triaged => Fix Committed

** Changed in: linux (Ubuntu Xenial)
 Assignee: (unassigned) => Tim Gardner (timg-tpi)

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

Title:
  CONFIG_ARCH_ROCKCHIP not enabled in armhf generic kernel

Status in linux package in Ubuntu:
  Fix Committed
Status in linux source package in Xenial:
  Fix Committed

Bug description:
  Is it possible to enable CONFIG_ARCH_ROCKCHIP in ubuntu 16.04 kernel config?
  All drivers for this arch are already enabled as modules in ubuntu generic 
kernel.
  linux-image-4.4.0-16-generic (armhf) has CONFIG_ARCH_ROCKCHIP not set.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566283/+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 1560395] Re: [i915_bpo] Update i915 backport driver

2016-04-06 Thread Timo Aaltonen
in due time, and -rc2 had only three commits to 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/1560395

Title:
  [i915_bpo] Update i915 backport driver

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Xenial:
  Fix Released

Bug description:
  Current snapshot of i915_bpo is based on drm-intel-next-2016-02-14
  tag, and it makes sense to update it to the latest tag leading to 4.6,
  which is drm-intel-next-fixes-2016-03-16:

  94669e6ba1ada13 drm/i915: Handle -ED EADLK in drm_atomic_commit from 
load-detect.
  0bbca274a31c236 drm/i915: Actually retry with bit-banging after GMBUS timeout
  2f791908a70e957 drm/i915: Fix bogus dig_port_map[] assignment for pre-HSW
  eda908967feecf7 drm/i915: Balance assert_rpm_wakelock_held() for 
!IS_ENABLED(CONFIG_PM)
  bd90123c4973821 drm/i915/skl: Fix power domain suspend sequence
  5790ff742b1feee drm/i915: Update DRIVER_DATE to 20160229
  2743179d955bd73 drm/i915: Execlists cannot pin a context without the object
  596c5923197b889 drm/i915: Reduce the pointer dance of i915_is_ggtt()
  1c7f4bca5a6f53c drm/i915: Rename vma->*_list to *_link for consistency
  135dc79efbc119e drm/i915: Balance assert_rpm_wakelock_held() for 
!IS_ENABLED(CONFIG_PM)
  99cf8ea16595ecf drm/i915/lrc: Only set RS ctx enable in ctx control reg if 
there is a RS
  715629190ef384a drm/i915/gen9: Set value of Indirect Context Offset based on 
gen version
  032b612e055ecc5 drm/i915: Remove update_sprite_watermarks.
  e8861675c5ccaf3 drm/i915: Kill off intel_crtc->atomic.wait_vblank, v6.
  33c8df89351709e drm/i915: Unify power domain handling.
  74bff5f92740a9d drm/i915: Pass crtc state to modeset_get_crtc_power_domains.
  6831f3e3c640ad4 drm/i915: Add for_each_pipe_masked()
  aae8ba844495473 drm/i915: Make sure pipe interrupts are processed before 
turning off power well on BDW+
  2230fde85cfff29 drm/i915: synchronize_irq() before turning off disp2d power 
well on VLV/CHV
  1ca993d237a587b drm/i915: Skip PIPESTAT reads from irq handler on VLV/CHV 
when power well is down
  9b18572e83bfd53 drm/i915/gen9: Verify and enforce dc6 state writes
  9b6f20984c5402a drm/i915/gen9: Check for DC state mismatch
  53188eb40121a13 drm/i915/skl: Ensure HW is powered during DDB HW state readout
  380bdff2d05b498 drm/i915/lvds: Ensure the HW is powered during HW state 
readout
  31feb61a688bd4b drm/i915/hdmi: Ensure the HW is powered during HW state 
readout
  fe97fd7eb872558 drm/i915/dsi: Ensure the HW is powered during HW state readout
  b81b801f8675838 drm/i915/dp: Ensure the HW is powered during HW state readout
  02f9f5e62a9b0a1 drm/i915: Ensure the HW is powered when accessing the CRC HW 
block
  d59410219ae396a drm/i915/ddi: Ensure the HW is powered during HW state readout
  7a6252c6bce1124 drm/i915/crt: Ensure the HW is powered during HW state readout
  5a24fab098d6f1a drm/i915: Ensure the HW is powered during HW access in 
assert_pipe
  bacd67d6a36c890 drm/i915: Ensure the HW is powered when disabling VGA
  013ef6cfc411bfe drm/i915/ibx: Ensure the HW is powered during PLL HW readout
  9fb84d5a9299ac6 drm/i915: Ensure the HW is powered during display pipe HW 
readout
  5af9a454769bb55 drm/i915: Add helper to get a display power ref if it was 
already enabled
  1e657ad7a48f1ce drm/i915/gen9: Write dc state debugmask bits only once
  5b076889f6239f8 drm/i915/gen9: Extend dmc debug mask to include cores
  779cb5d3ddd7295 drm/i915/gen9: Verify and enforce dc6 state writes
  832dba889e27487 drm/i915/gen9: Check for DC state mismatch
  a98ee79317b4091 drm/i915/fbc: enable FBC by default on HSW and BDW
  0f3a93d1b0cf23c drm/i915: drop unused i915.disable_vtd_wa module parameter
  57b63d00df0ded2 drm/i915: drop write perm from module params which don't 
support changing
  0aa8bdf25b16f5c drm/i915/dsi: Using the bpp value wrt the pixel format
  d6e3af5498390ae drm/i915/bxt: Remove DSP CLK_GATE programming for BXT
  4d800030238878c drm/i915/skl: Ensure HW is powered during DDB HW state readout
  dd75619853e4a28 drm/i915: Extract intel_encoder_has_connectors()
  e28661bd1acbdcb drm/i915: Use atomic state in intel_fb_initial_config.
  7bb4afb45879541 drm/i915: Use correct dpms for intel_enable_crt.
  0eadc62462afcfd drm/i915: Use atomic state in tv load detection.
  c8ecb2f162a6065 drm/i915: Use atomic state for load detect in crt.
  edde361711ef8f3 drm/i915: Use atomic state to obtain load detection crtc, v3.
  9b58e352b463f2f drm/i915: Enable PSR by default on Haswell and Broadwell.
  a38c274faad0ec6 drm/i915: Enable PSR by default on Valleyview and Cherryview.
  d94d6e87138588b drm/i915: Change i915.enable_psr parameter to use per 
platform default.
  69603dbb315fc7a i915: cast before shifting in i915_pte_count
  ecb2448218acf23 drm/i915/lvds: Ensure the HW is powered during HW state 
readout
  5b0921748c0b1d0 drm/i915/hdmi: Ensure the HW is powered during HW state 
reado

[Kernel-packages] [Bug 1564759] Re: [i915_bpo] Fix RC6 on SKL GT3 & GT4

2016-04-06 Thread Timo Aaltonen
** Summary changed:

- [i915_bpo] Disable RC6 on SKL GT3 & GT4
+ [i915_bpo] Fix RC6 on SKL GT3 & GT4

** Description changed:

  Runtime power management causes GPU hangs on SKL GT3 & GT4 ("Iris" &
- "Iris Pro"), so disable it until the bug(s) are fixed.
+ "Iris Pro"), so fix it by adding two patches to extend certain
+ workarounds to cover all chip revisions.

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

Title:
  [i915_bpo] Fix RC6 on SKL GT3 & GT4

Status in DRI:
  Incomplete
Status in linux package in Ubuntu:
  Triaged
Status in linux source package in Xenial:
  Triaged

Bug description:
  Runtime power management causes GPU hangs on SKL GT3 & GT4 ("Iris" &
  "Iris Pro"), so fix it by adding two patches to extend certain
  workarounds to cover all chip revisions.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dri/+bug/1564759/+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 1234260] Re: Package and use 'intel_l3_parity' binary

2016-04-06 Thread Robert Hooker
** Changed in: intel
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to intel-gpu-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1234260

Title:
  Package and use 'intel_l3_parity' binary

Status in intel:
  Fix Released
Status in intel-gpu-tools package in Ubuntu:
  Fix Released
Status in udev package in Ubuntu:
  New

Bug description:
  For Haswell systems, Intel has created a new tool called
  'intel_l3_parity'. They have requested that we use this so that we can
  make use of the l3 parity feature on these cards. Quote:

    DPF (L3 Parity): Haswell has extra cache which can be dynamically (during 
run time) 
used to replace cachelines which are exhibiting faulty behavior.

    It follows that Haswell also has the ability to detect the errors.

    Kernel driver receives the error interrupts and reports them to userspace 
via udev. 
The event is a parity error.

    Userspace should be listening for the udev events, and handling them in 
whatever way 
they see fit.

    We expected OSVs to add such hooks to their distributions, and use the 
intel_l3_parity 
tool to be invoked by their udev rules as needed.

  The code for the binary can be found here, it looks like they're
  planning on adding it to the linux kernel tree but afact it's not in
  Linus' tree yet:

  
http://article.gmane.org/gmane.comp.freedesktop.xorg.drivers.intel/10847/match=intel_l3_parity

  Also I haven't seen a udev script from them as yet. According to Intel
  the way it works is that udev has to catch the party check and then do
  the right thing by calling intel_l3_parity the right way.

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1234260/+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 1566853] [NEW] [Dell Inc. Inspiron 5547] hibernate/resume failure

2016-04-06 Thread Harish
Public bug reported:

While restarting/logout
getting 
"unable to handle kernel null pointer dereference"

After reading some posts

in /etc/default/grub I used acpi=force

After that restart is fine.But logout,suspend are freezingleaving
with no option but a hard shutdown

I have amd radeon graphics card.But uses intel graphics chipset

harish@harish-Inspiron-5547:~$ lspci -nn | grep VGA
00:02.0 VGA compatible controller [0300]: Intel Corporation Haswell-ULT 
Integrated Graphics Controller [8086:0a16] (rev 0b)

ProblemType: KernelOops
DistroRelease: Ubuntu 16.04
Package: linux-image-4.4.0-17-generic 4.4.0-17.33
ProcVersionSignature: Ubuntu 4.4.0-17.33-generic 4.4.6
Uname: Linux 4.4.0-17-generic x86_64
Annotation: This occurred during a previous hibernation, and prevented the 
system from resuming properly.
ApportVersion: 2.20.1-0ubuntu1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  harish 2570 F pulseaudio
 /dev/snd/controlC0:  harish 2570 F pulseaudio
Date: Wed Apr  6 18:31:29 2016
DuplicateSignature: hibernate/resume:Dell Inc. Inspiron 5547:A07
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: hibernate/resume
HibernationDevice: RESUME=UUID=50c319d2-c707-4f1b-9892-0d20c6f0ce2f
InstallationDate: Installed on 2015-07-31 (250 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
InterpreterPath: /usr/bin/python3.5
MachineType: Dell Inc. Inspiron 5547
ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-17-generic 
root=UUID=1045f991-e1a4-4984-96d2-a1432bac267f ro acpi quiet splash acpi=force 
vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-4.4.0-17-generic N/A
 linux-backports-modules-4.4.0-17-generic  N/A
 linux-firmware1.157
SourcePackage: linux
Title: [Dell Inc. Inspiron 5547] hibernate/resume failure
UpgradeStatus: Upgraded to xenial on 2016-04-03 (3 days ago)
UserGroups:
 
dmi.bios.date: 01/23/2015
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A07
dmi.board.name: 08KNCD
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: A07
dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd01/23/2015:svnDellInc.:pnInspiron5547:pvrA07:rvnDellInc.:rn08KNCD:rvrA00:cvnDellInc.:ct8:cvrA07:
dmi.product.name: Inspiron 5547
dmi.product.version: A07
dmi.sys.vendor: Dell Inc.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-kerneloops hibernate resume xenial

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

Title:
  [Dell Inc. Inspiron 5547] hibernate/resume failure

Status in linux package in Ubuntu:
  New

Bug description:
  While restarting/logout
  getting 
  "unable to handle kernel null pointer dereference"

  After reading some posts

  in /etc/default/grub I used acpi=force

  After that restart is fine.But logout,suspend are freezingleaving
  with no option but a hard shutdown

  I have amd radeon graphics card.But uses intel graphics chipset

  harish@harish-Inspiron-5547:~$ lspci -nn | grep VGA
  00:02.0 VGA compatible controller [0300]: Intel Corporation Haswell-ULT 
Integrated Graphics Controller [8086:0a16] (rev 0b)

  ProblemType: KernelOops
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-17-generic 4.4.0-17.33
  ProcVersionSignature: Ubuntu 4.4.0-17.33-generic 4.4.6
  Uname: Linux 4.4.0-17-generic x86_64
  Annotation: This occurred during a previous hibernation, and prevented the 
system from resuming properly.
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  harish 2570 F pulseaudio
   /dev/snd/controlC0:  harish 2570 F pulseaudio
  Date: Wed Apr  6 18:31:29 2016
  DuplicateSignature: hibernate/resume:Dell Inc. Inspiron 5547:A07
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: hibernate/resume
  HibernationDevice: RESUME=UUID=50c319d2-c707-4f1b-9892-0d20c6f0ce2f
  InstallationDate: Installed on 2015-07-31 (250 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  InterpreterPath: /usr/bin/python3.5
  MachineType: Dell Inc. Inspiron 5547
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-17-generic 
root=UUID=1045f991-e1a4-4984-96d2-a1432bac267f ro acpi quiet splash acpi=force 
vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-r

[Kernel-packages] [Bug 1566853] Re: [Dell Inc. Inspiron 5547] hibernate/resume failure

2016-04-06 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  [Dell Inc. Inspiron 5547] hibernate/resume failure

Status in linux package in Ubuntu:
  New

Bug description:
  While restarting/logout
  getting 
  "unable to handle kernel null pointer dereference"

  After reading some posts

  in /etc/default/grub I used acpi=force

  After that restart is fine.But logout,suspend are freezingleaving
  with no option but a hard shutdown

  I have amd radeon graphics card.But uses intel graphics chipset

  harish@harish-Inspiron-5547:~$ lspci -nn | grep VGA
  00:02.0 VGA compatible controller [0300]: Intel Corporation Haswell-ULT 
Integrated Graphics Controller [8086:0a16] (rev 0b)

  ProblemType: KernelOops
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-17-generic 4.4.0-17.33
  ProcVersionSignature: Ubuntu 4.4.0-17.33-generic 4.4.6
  Uname: Linux 4.4.0-17-generic x86_64
  Annotation: This occurred during a previous hibernation, and prevented the 
system from resuming properly.
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  harish 2570 F pulseaudio
   /dev/snd/controlC0:  harish 2570 F pulseaudio
  Date: Wed Apr  6 18:31:29 2016
  DuplicateSignature: hibernate/resume:Dell Inc. Inspiron 5547:A07
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: hibernate/resume
  HibernationDevice: RESUME=UUID=50c319d2-c707-4f1b-9892-0d20c6f0ce2f
  InstallationDate: Installed on 2015-07-31 (250 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  InterpreterPath: /usr/bin/python3.5
  MachineType: Dell Inc. Inspiron 5547
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-17-generic 
root=UUID=1045f991-e1a4-4984-96d2-a1432bac267f ro acpi quiet splash acpi=force 
vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-17-generic N/A
   linux-backports-modules-4.4.0-17-generic  N/A
   linux-firmware1.157
  SourcePackage: linux
  Title: [Dell Inc. Inspiron 5547] hibernate/resume failure
  UpgradeStatus: Upgraded to xenial on 2016-04-03 (3 days ago)
  UserGroups:
   
  dmi.bios.date: 01/23/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.name: 08KNCD
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A07
  dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd01/23/2015:svnDellInc.:pnInspiron5547:pvrA07:rvnDellInc.:rn08KNCD:rvrA00:cvnDellInc.:ct8:cvrA07:
  dmi.product.name: Inspiron 5547
  dmi.product.version: A07
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566853/+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 1566828] [NEW] Suspension does not work, freezes the pc

2016-04-06 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I have this notebook
HP 15 ac 191 nl

Intel® Core™ i5-5200U with integrated Intel HD 5500
RAM 8 gb
DEdicated GPU AMD Radeon R5 M330

I am running kubuntu 16.04 beta2.

When i suspend the pc, gettin down the screen or givin the command in the menù, 
the screen goes black but the fan keeps running. So you can hear the fan 
working..and the pc got hot.
It is also impossible to wake up the pc, it stays freezed in this condition, i 
have to force the shutdown with the power button pressing it for 3 sec. 

The problem is present every time i try to suspend the pc.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Suspension does not work, freezes the pc
https://bugs.launchpad.net/bugs/1566828
You received this bug notification because you are a member of Kernel Packages, 
which is subscribed to linux in Ubuntu.

-- 
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 1560524] Re: Latitude E7470 crashes in DRM driver after connecting to DELL EPORT docking station

2016-04-06 Thread Jaime Soriano
** Package changed: gnome-terminal (Ubuntu) => xserver-xorg-video-intel
(Ubuntu)

** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Latitude E7470 crashes in DRM driver after connecting to DELL EPORT
  docking station

Status in linux package in Ubuntu:
  Confirmed
Status in xserver-xorg-video-intel package in Ubuntu:
  Confirmed

Bug description:
  After attaching  latitude E7470 laptop running 
  Linux sashas-work 4.2.0-30-generic #36-Ubuntu SMP Fri Feb 26 00:58:07 UTC 
2016 x86_64 x86_64 x86_64 GNU/Linux

  Distributor ID:   Ubuntu
  Description:  Ubuntu 15.10
  Release:  15.10
  Codename: wily

  
  modinfo i915
  filename:   /lib/modules/4.2.0-30-generic/updates/dkms/i915.ko
  license:GPL and additional rights
  description:Intel Graphics
  author: Intel Corporation
  author: Tungsten Graphics, Inc.
  firmware:   i915/skl_dmc_ver1.bin
  srcversion: D8F27CD62AA99DAC898A0F1
  alias:  pci:v8086d5A84sv*sd*bc03sc*i*
  alias:  pci:v8086d1A84sv*sd*bc03sc*i*
  alias:  pci:v8086d0A84sv*sd*bc03sc*i*
  alias:  pci:v8086d192Asv*sd*bc03sc*i*
  alias:  pci:v8086d192Bsv*sd*bc03sc*i*
  alias:  pci:v8086d1926sv*sd*bc03sc*i*
  alias:  pci:v8086d191Dsv*sd*bc03sc*i*
  alias:  pci:v8086d191Asv*sd*bc03sc*i*
  alias:  pci:v8086d191Bsv*sd*bc03sc*i*
  alias:  pci:v8086d1912sv*sd*bc03sc*i*
  alias:  pci:v8086d191Esv*sd*bc03sc*i*
  alias:  pci:v8086d1921sv*sd*bc03sc*i*
  alias:  pci:v8086d1916sv*sd*bc03sc*i*
  alias:  pci:v8086d190Asv*sd*bc03sc*i*
  alias:  pci:v8086d190Bsv*sd*bc03sc*i*
  alias:  pci:v8086d1902sv*sd*bc03sc*i*
  alias:  pci:v8086d190Esv*sd*bc03sc*i*
  alias:  pci:v8086d1906sv*sd*bc03sc*i*
  alias:  pci:v8086d22B3sv*sd*bc03sc*i*
  alias:  pci:v8086d22B2sv*sd*bc03sc*i*
  alias:  pci:v8086d22B1sv*sd*bc03sc*i*
  alias:  pci:v8086d22B0sv*sd*bc03sc*i*
  alias:  pci:v8086d162Dsv*sd*bc03sc*i*
  alias:  pci:v8086d162Asv*sd*bc03sc*i*
  alias:  pci:v8086d162Esv*sd*bc03sc*i*
  alias:  pci:v8086d162Bsv*sd*bc03sc*i*
  alias:  pci:v8086d1626sv*sd*bc03sc*i*
  alias:  pci:v8086d1622sv*sd*bc03sc*i*
  alias:  pci:v8086d161Dsv*sd*bc03sc*i*
  alias:  pci:v8086d161Asv*sd*bc03sc*i*
  alias:  pci:v8086d160Dsv*sd*bc03sc*i*
  alias:  pci:v8086d160Asv*sd*bc03sc*i*
  alias:  pci:v8086d161Esv*sd*bc03sc*i*
  alias:  pci:v8086d161Bsv*sd*bc03sc*i*
  alias:  pci:v8086d1616sv*sd*bc03sc*i*
  alias:  pci:v8086d1612sv*sd*bc03sc*i*
  alias:  pci:v8086d160Esv*sd*bc03sc*i*
  alias:  pci:v8086d160Bsv*sd*bc03sc*i*
  alias:  pci:v8086d1606sv*sd*bc03sc*i*
  alias:  pci:v8086d1602sv*sd*bc03sc*i*
  alias:  pci:v8086d0155sv*sd*bc03sc*i*
  alias:  pci:v8086d0157sv*sd*bc03sc*i*
  alias:  pci:v8086d0F33sv*sd*bc03sc*i*
  alias:  pci:v8086d0F32sv*sd*bc03sc*i*
  alias:  pci:v8086d0F31sv*sd*bc03sc*i*
  alias:  pci:v8086d0F30sv*sd*bc03sc*i*
  alias:  pci:v8086d0D26sv*sd*bc03sc*i*
  alias:  pci:v8086d0D16sv*sd*bc03sc*i*
  alias:  pci:v8086d0D06sv*sd*bc03sc*i*
  alias:  pci:v8086d0A2Esv*sd*bc03sc*i*
  alias:  pci:v8086d0A1Esv*sd*bc03sc*i*
  alias:  pci:v8086d0A0Esv*sd*bc03sc*i*
  alias:  pci:v8086d0A26sv*sd*bc03sc*i*
  alias:  pci:v8086d0A16sv*sd*bc03sc*i*
  alias:  pci:v8086d0A06sv*sd*bc03sc*i*
  alias:  pci:v8086d0C26sv*sd*bc03sc*i*
  alias:  pci:v8086d0C16sv*sd*bc03sc*i*
  alias:  pci:v8086d0C06sv*sd*bc03sc*i*
  alias:  pci:v8086d0426sv*sd*bc03sc*i*
  alias:  pci:v8086d0416sv*sd*bc03sc*i*
  alias:  pci:v8086d0406sv*sd*bc03sc*i*
  alias:  pci:v8086d0D2Esv*sd*bc03sc*i*
  alias:  pci:v8086d0D1Esv*sd*bc03sc*i*
  alias:  pci:v8086d0D0Esv*sd*bc03sc*i*
  alias:  pci:v8086d0D2Bsv*sd*bc03sc*i*
  alias:  pci:v8086d0D1Bsv*sd*bc03sc*i*
  alias:  pci:v8086d0D0Bsv*sd*bc03sc*i*
  alias:  pci:v8086d0D2Asv*sd*bc03sc*i*
  alias:  pci:v8086d0D1Asv*sd*bc

[Kernel-packages] [Bug 1566828] Re: Suspension does not work, freezes the pc

2016-04-06 Thread Martin Pitt
** Package changed: systemd (Ubuntu) => linux (Ubuntu)

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

Title:
  Suspension does not work, freezes the pc

Status in linux package in Ubuntu:
  New

Bug description:
  I have this notebook
  HP 15 ac 191 nl

  Intel® Core™ i5-5200U with integrated Intel HD 5500
  RAM 8 gb
  DEdicated GPU AMD Radeon R5 M330

  I am running kubuntu 16.04 beta2.

  When i suspend the pc, gettin down the screen or givin the command in the 
menù, the screen goes black but the fan keeps running. So you can hear the fan 
working..and the pc got hot.
  It is also impossible to wake up the pc, it stays freezed in this condition, 
i have to force the shutdown with the power button pressing it for 3 sec. 

  The problem is present every time i try to suspend the pc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566828/+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 1566853] Status changed to Confirmed

2016-04-06 Thread Brad Figg
This change was made by a bot.

** Changed in: linux (Ubuntu)
   Status: New => 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/1566853

Title:
  [Dell Inc. Inspiron 5547] hibernate/resume failure

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  While restarting/logout
  getting 
  "unable to handle kernel null pointer dereference"

  After reading some posts

  in /etc/default/grub I used acpi=force

  After that restart is fine.But logout,suspend are freezingleaving
  with no option but a hard shutdown

  I have amd radeon graphics card.But uses intel graphics chipset

  harish@harish-Inspiron-5547:~$ lspci -nn | grep VGA
  00:02.0 VGA compatible controller [0300]: Intel Corporation Haswell-ULT 
Integrated Graphics Controller [8086:0a16] (rev 0b)

  ProblemType: KernelOops
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-17-generic 4.4.0-17.33
  ProcVersionSignature: Ubuntu 4.4.0-17.33-generic 4.4.6
  Uname: Linux 4.4.0-17-generic x86_64
  Annotation: This occurred during a previous hibernation, and prevented the 
system from resuming properly.
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  harish 2570 F pulseaudio
   /dev/snd/controlC0:  harish 2570 F pulseaudio
  Date: Wed Apr  6 18:31:29 2016
  DuplicateSignature: hibernate/resume:Dell Inc. Inspiron 5547:A07
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: hibernate/resume
  HibernationDevice: RESUME=UUID=50c319d2-c707-4f1b-9892-0d20c6f0ce2f
  InstallationDate: Installed on 2015-07-31 (250 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  InterpreterPath: /usr/bin/python3.5
  MachineType: Dell Inc. Inspiron 5547
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-17-generic 
root=UUID=1045f991-e1a4-4984-96d2-a1432bac267f ro acpi quiet splash acpi=force 
vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-17-generic N/A
   linux-backports-modules-4.4.0-17-generic  N/A
   linux-firmware1.157
  SourcePackage: linux
  Title: [Dell Inc. Inspiron 5547] hibernate/resume failure
  UpgradeStatus: Upgraded to xenial on 2016-04-03 (3 days ago)
  UserGroups:
   
  dmi.bios.date: 01/23/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.name: 08KNCD
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A07
  dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd01/23/2015:svnDellInc.:pnInspiron5547:pvrA07:rvnDellInc.:rn08KNCD:rvrA00:cvnDellInc.:ct8:cvrA07:
  dmi.product.name: Inspiron 5547
  dmi.product.version: A07
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566853/+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 1560094] Re: Starting bluez service is denied

2016-04-06 Thread Simon Fels
** Changed in: bluez (Ubuntu)
   Status: New => In Progress

** Changed in: bluez (Ubuntu)
 Assignee: (unassigned) => Scott Sweeny (ssweeny)

** Changed in: bluez (Ubuntu)
   Importance: Undecided => High

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

Title:
  Starting bluez service is denied

Status in bluez package in Ubuntu:
  In Progress

Bug description:
  If snappy core is updated in the background (on Raspberry Pi 2), and
  then bluez installed, starting the service is failing.

  
  Denials:

  [   45.955490] audit: type=1400 audit(1458574955.667:11): apparmor="DENIED" 
operation="mknod" profile="bluez5_bluez_5.37-2-armhf" 
name="/etc/dbus-1/system.d/bluez5_bluez_5.37-2-armhf.conf" pid=834 comm="c0
  [   46.197608] audit: type=1326 audit(1458574955.907:12): auid=4294967295 
uid=0 gid=0 ses=4294967295 pid=831 comm="obexd" 
exe="/snaps/bluez5/5.37-2-armhf/usr/lib/bluetooth/obexd" sig=31 arch=4028 
sysc0
  [   46.275680] audit: type=1400 audit(1458574955.987:13): apparmor="DENIED" 
operation="create" profile="bluez5_bluez_5.37-2-armhf" pid=829 
comm="bluetoothd" family="bluetooth" sock_type="raw" protocol=1
  [   46.276483] audit: type=1326 audit(1458574955.987:14): auid=4294967295 
uid=0 gid=0 ses=4294967295 pid=829 comm="bluetoothd" 
exe="/snaps/bluez5/5.37-2-armhf/usr/lib/bluetooth/bluetoothd" sig=31 arch=4000
  [   46.412021] audit: type=1326 audit(1458574956.123:15): auid=4294967295 
uid=0 gid=0 ses=4294967295 pid=839 comm="obexd" 
exe="/snaps/bluez5/5.37-2-armhf/usr/lib/bluetooth/obexd" sig=31 arch=4028 
sysc0
  [   46.504308] audit: type=1400 audit(1458574956.215:16): apparmor="DENIED" 
operation="mknod" profile="bluez5_bluez_5.37-2-armhf" 
name="/etc/dbus-1/system.d/bluez5_bluez_5.37-2-armhf.conf" pid=842 comm="c0
  [   46.520137] audit: type=1400 audit(1458574956.231:17): apparmor="DENIED" 
operation="create" profile="bluez5_bluez_5.37-2-armhf" pid=841 
comm="bluetoothd" family="bluetooth" sock_type="raw" protocol=1
  [   46.520800] audit: type=1326 audit(1458574956.231:18): auid=4294967295 
uid=0 gid=0 ses=4294967295 pid=841 comm="bluetoothd" 
exe="/snaps/bluez5/5.37-2-armhf/usr/lib/bluetooth/bluetoothd" sig=31 arch=4000
  [   46.625293] audit: type=1326 audit(1458574956.335:19): auid=4294967295 
uid=0 gid=0 ses=4294967295 pid=844 comm="obexd" 
exe="/snaps/bluez5/5.37-2-armhf/usr/lib/bluetooth/obexd" sig=31 arch=4028 
sysc0
  [   46.721080] audit: type=1400 audit(1458574956.431:20): apparmor="DENIED" 
operation="mknod" profile="bluez5_bluez_5.37-2-armhf" 
name="/etc/dbus-1/system.d/bluez5_bluez_5.37-2-armhf.conf" pid=847 comm="c2

  If trying to start bluetootctl:

  [  582.205066] audit: type=1400 audit(1458575491.915:31): apparmor="DENIED" 
operation="connect" profile="bluez5_bluetoothctl_5.37-2-armhf" 
name="/run/dbus/system_bus_socket" pid=993 comm="bluetoothctl" re0
  [bluetooth]# 

  
  ubuntu@localhost:~$ snappy list
  NameDate   Version  Developer 
  bluez5  2016-02-04 5.37-2-armhf canonical 
  canonical-pi2   2016-02-02 3.0  canonical 
  canonical-pi2-linux 2016-02-03 4.3.0-1006-3 canonical 
  ubuntu-core 2016-03-08 16.04.0-15.armhf canonical 
  ubuntu@localhost:~$ 

  ubuntu@localhost:~$ snappy info
  release: core/rolling
  architecture: armhf
  frameworks: bluez5.canonical
  apps:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1560094/+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 1560524] Re: Latitude E7470 crashes in DRM driver after connecting to DELL EPORT docking station

2016-04-06 Thread Jaime Soriano
** Changed in: linux (Ubuntu)
   Status: New => 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/1560524

Title:
  Latitude E7470 crashes in DRM driver after connecting to DELL EPORT
  docking station

Status in linux package in Ubuntu:
  Confirmed
Status in xserver-xorg-video-intel package in Ubuntu:
  Confirmed

Bug description:
  After attaching  latitude E7470 laptop running 
  Linux sashas-work 4.2.0-30-generic #36-Ubuntu SMP Fri Feb 26 00:58:07 UTC 
2016 x86_64 x86_64 x86_64 GNU/Linux

  Distributor ID:   Ubuntu
  Description:  Ubuntu 15.10
  Release:  15.10
  Codename: wily

  
  modinfo i915
  filename:   /lib/modules/4.2.0-30-generic/updates/dkms/i915.ko
  license:GPL and additional rights
  description:Intel Graphics
  author: Intel Corporation
  author: Tungsten Graphics, Inc.
  firmware:   i915/skl_dmc_ver1.bin
  srcversion: D8F27CD62AA99DAC898A0F1
  alias:  pci:v8086d5A84sv*sd*bc03sc*i*
  alias:  pci:v8086d1A84sv*sd*bc03sc*i*
  alias:  pci:v8086d0A84sv*sd*bc03sc*i*
  alias:  pci:v8086d192Asv*sd*bc03sc*i*
  alias:  pci:v8086d192Bsv*sd*bc03sc*i*
  alias:  pci:v8086d1926sv*sd*bc03sc*i*
  alias:  pci:v8086d191Dsv*sd*bc03sc*i*
  alias:  pci:v8086d191Asv*sd*bc03sc*i*
  alias:  pci:v8086d191Bsv*sd*bc03sc*i*
  alias:  pci:v8086d1912sv*sd*bc03sc*i*
  alias:  pci:v8086d191Esv*sd*bc03sc*i*
  alias:  pci:v8086d1921sv*sd*bc03sc*i*
  alias:  pci:v8086d1916sv*sd*bc03sc*i*
  alias:  pci:v8086d190Asv*sd*bc03sc*i*
  alias:  pci:v8086d190Bsv*sd*bc03sc*i*
  alias:  pci:v8086d1902sv*sd*bc03sc*i*
  alias:  pci:v8086d190Esv*sd*bc03sc*i*
  alias:  pci:v8086d1906sv*sd*bc03sc*i*
  alias:  pci:v8086d22B3sv*sd*bc03sc*i*
  alias:  pci:v8086d22B2sv*sd*bc03sc*i*
  alias:  pci:v8086d22B1sv*sd*bc03sc*i*
  alias:  pci:v8086d22B0sv*sd*bc03sc*i*
  alias:  pci:v8086d162Dsv*sd*bc03sc*i*
  alias:  pci:v8086d162Asv*sd*bc03sc*i*
  alias:  pci:v8086d162Esv*sd*bc03sc*i*
  alias:  pci:v8086d162Bsv*sd*bc03sc*i*
  alias:  pci:v8086d1626sv*sd*bc03sc*i*
  alias:  pci:v8086d1622sv*sd*bc03sc*i*
  alias:  pci:v8086d161Dsv*sd*bc03sc*i*
  alias:  pci:v8086d161Asv*sd*bc03sc*i*
  alias:  pci:v8086d160Dsv*sd*bc03sc*i*
  alias:  pci:v8086d160Asv*sd*bc03sc*i*
  alias:  pci:v8086d161Esv*sd*bc03sc*i*
  alias:  pci:v8086d161Bsv*sd*bc03sc*i*
  alias:  pci:v8086d1616sv*sd*bc03sc*i*
  alias:  pci:v8086d1612sv*sd*bc03sc*i*
  alias:  pci:v8086d160Esv*sd*bc03sc*i*
  alias:  pci:v8086d160Bsv*sd*bc03sc*i*
  alias:  pci:v8086d1606sv*sd*bc03sc*i*
  alias:  pci:v8086d1602sv*sd*bc03sc*i*
  alias:  pci:v8086d0155sv*sd*bc03sc*i*
  alias:  pci:v8086d0157sv*sd*bc03sc*i*
  alias:  pci:v8086d0F33sv*sd*bc03sc*i*
  alias:  pci:v8086d0F32sv*sd*bc03sc*i*
  alias:  pci:v8086d0F31sv*sd*bc03sc*i*
  alias:  pci:v8086d0F30sv*sd*bc03sc*i*
  alias:  pci:v8086d0D26sv*sd*bc03sc*i*
  alias:  pci:v8086d0D16sv*sd*bc03sc*i*
  alias:  pci:v8086d0D06sv*sd*bc03sc*i*
  alias:  pci:v8086d0A2Esv*sd*bc03sc*i*
  alias:  pci:v8086d0A1Esv*sd*bc03sc*i*
  alias:  pci:v8086d0A0Esv*sd*bc03sc*i*
  alias:  pci:v8086d0A26sv*sd*bc03sc*i*
  alias:  pci:v8086d0A16sv*sd*bc03sc*i*
  alias:  pci:v8086d0A06sv*sd*bc03sc*i*
  alias:  pci:v8086d0C26sv*sd*bc03sc*i*
  alias:  pci:v8086d0C16sv*sd*bc03sc*i*
  alias:  pci:v8086d0C06sv*sd*bc03sc*i*
  alias:  pci:v8086d0426sv*sd*bc03sc*i*
  alias:  pci:v8086d0416sv*sd*bc03sc*i*
  alias:  pci:v8086d0406sv*sd*bc03sc*i*
  alias:  pci:v8086d0D2Esv*sd*bc03sc*i*
  alias:  pci:v8086d0D1Esv*sd*bc03sc*i*
  alias:  pci:v8086d0D0Esv*sd*bc03sc*i*
  alias:  pci:v8086d0D2Bsv*sd*bc03sc*i*
  alias:  pci:v8086d0D1Bsv*sd*bc03sc*i*
  alias:  pci:v8086d0D0Bsv*sd*bc03sc*i*
  alias:  pci:v8086d0D2Asv*sd*bc03sc*i*
  alias:  pci:v8086d0D1Asv*sd*bc03sc*i*
  alias:  pci:v8086d0D0Asv*sd*bc03sc*i*
  alias:  pci:v8086d

[Kernel-packages] [Bug 1566868] [NEW] linux: 4.4.0-18.34 -proposed tracker

2016-04-06 Thread Tim Gardner
Public bug reported:

This bug is for tracking the 4.4.0-18.34 upload package. This bug will
contain status and testing results related to that upload.

For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
kernel-Prepare-package-start:Wednesday, 06. April 2016 13:43 UTC
kernel-phase-changed:Wednesday, 06. April 2016 13:43 UTC
kernel-phase:Prepare

** Affects: kernel-development-workflow
 Importance: Medium
 Status: In Progress

** Affects: kernel-development-workflow/automated-testing
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-development-workflow/prepare-package
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-development-workflow/prepare-package-meta
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-development-workflow/prepare-package-signed
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-development-workflow/promote-to-proposed
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-development-workflow/promote-to-release
 Importance: Medium
 Assignee: Ubuntu Package Archive Administrators (ubuntu-archive)
 Status: New

** Affects: kernel-development-workflow/regression-testing
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: linux (Ubuntu)
 Importance: Medium
 Status: New

** Affects: linux (Ubuntu Xenial)
 Importance: Medium
 Status: New


** Tags: block-proposed kernel-release-tracking-bug xenial

** Tags added: kernel-release-tracking-bug

** Tags added: block-proposed

** Also affects: linux (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Tags added: xenial

** Also affects: kernel-development-workflow/automated-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-development-workflow/prepare-package
   Importance: Undecided
   Status: New

** Also affects: kernel-development-workflow/prepare-package-meta
   Importance: Undecided
   Status: New

** Also affects: kernel-development-workflow/prepare-package-signed
   Importance: Undecided
   Status: New

** Also affects: kernel-development-workflow/promote-to-proposed
   Importance: Undecided
   Status: New

** Also affects: kernel-development-workflow/promote-to-release
   Importance: Undecided
   Status: New

** Also affects: kernel-development-workflow/regression-testing
   Importance: Undecided
   Status: New

** Changed in: kernel-development-workflow
   Status: New => In Progress

** Changed in: kernel-development-workflow
   Importance: Undecided => Medium

** Changed in: kernel-development-workflow/automated-testing
   Importance: Undecided => Medium

** Changed in: kernel-development-workflow/automated-testing
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-development-workflow/prepare-package
   Importance: Undecided => Medium

** Changed in: kernel-development-workflow/prepare-package
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-development-workflow/prepare-package-meta
   Importance: Undecided => Medium

** Changed in: kernel-development-workflow/prepare-package-meta
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-development-workflow/prepare-package-signed
   Importance: Undecided => Medium

** Changed in: kernel-development-workflow/prepare-package-signed
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-development-workflow/promote-to-proposed
   Importance: Undecided => Medium

** Changed in: kernel-development-workflow/promote-to-proposed
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-development-workflow/promote-to-release
   Importance: Undecided => Medium

** Changed in: kernel-development-workflow/promote-to-release
 Assignee: (unassigned) => Ubuntu Package Archive Administrators 
(ubuntu-archive)

** Changed in: kernel-development-workflow/regression-testing
   Importance: Undecided => Medium

** Changed in: kernel-development-workflow/regression-testing
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  linux: 4.4.0-18.34 -proposed tracker

Status in Kernel Development Workflow:

[Kernel-packages] [Bug 1566726] Re: System freeze after update to 3.16.0-69-generic [NULL pointer reference in radeon_fence_ref]

2016-04-06 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: linux-lts-utopic (Ubuntu)
   Status: New => Confirmed

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

Title:
  System freeze after update to 3.16.0-69-generic [NULL pointer
  reference in radeon_fence_ref]

Status in linux-lts-utopic package in Ubuntu:
  Confirmed

Bug description:
  So far I've seen this happen on 2 systems today. On one only X froze, the 
other one panicked.
  Booting into 3.16.0-67 is the workaround for now

  ProblemType: KernelOops
  Annotation: Your system might become unstable now and might need to be 
restarted.
  Date: Wed Apr  6 09:57:21 2016
  Failure: oops
  OopsText:
   BUG: unable to handle kernel NULL pointer dereference at 0008
   IP: [] radeon_fence_ref+0xd/0x50 [radeon]
   PGD 0
   Oops: 0002 [#1] SMP
   Modules linked in: xt_nat xt_tcpudp veth xt_conntrack ipt_MASQUERADE 
iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 xt_addrtype 
iptable_filter ip_tables x_tables nf_nat nf_conntrack bridge stp llc aufs arc4 
md4 pci_stub vboxpci(OE) vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) rfcomm bnep 
bluetooth 6lowpan_iphc nls_utf8 cifs binfmt_misc fscache snd_hda_codec_via 
snd_hda_codec_generic radeon snd_hda_codec_hdmi snd_hda_intel 
snd_hda_controller snd_hda_codec snd_hwdep joydev snd_pcm snd_seq_midi ttm 
snd_seq_midi_event drm_kms_helper drm snd_rawmidi snd_seq i2c_algo_bit 
snd_seq_device kvm snd_timer snd ppdev serio_raw soundcore shpchp lp edac_core 
edac_mce_amd i2c_nforce2 mac_hid parport_pc asus_atk0110 k10temp parport 
hid_cherry hid_generic usbhid pata_acpi hid psmouse sata_nv forcedeth pata_amd
   CPU: 1 PID: 1543 Comm: Xorg Tainted: G   OE 3.16.0-69-generic 
#89~14.04.1-Ubuntu
   Hardware name: System manufacturer System Product Name/M4N68T-M-V2, BIOS 
050108/03/2010
   task: 8800b9b45bb0 ti: 8800b9e28000 task.ti: 8800b9e28000
   RIP: 0010:[]  [] 
radeon_fence_ref+0xd/0x50 [radeon]
   RSP: 0018:8800b9e2bad0  EFLAGS: 00010286
   RAX:  RBX: 880035cf55f8 RCX: 880035cf4000
   RDX: 0001 RSI:  RDI: 
   RBP: 8800b9e2bbd0 R08: 880035cf4d08 R09: 880035cf4000
   R10:  R11: 8800b9e2bde8 R12: 880035cf5550
   R13: 8800b9e2bba8 R14: 8800b9e2bb78 R15: 0020
   FS:  7f6e2ab398c0() GS:8801bfc4() knlGS:
   CS:  0010 DS:  ES:  CR0: 80050033
   CR2: 0008 CR3: b8192000 CR4: 07e0
   Stack:
    c0414ad4 8800b9b45bb0 8800b9b45bb0 880035cf4000
    8800b9e2bca8 edc0b9e2bb90  00200100
    0004a8e0 8800b9e2bb78  
   Call Trace:
    [] ? radeon_sa_bo_new+0x2b4/0x4f0 [radeon]
    [] ? insert_pfn.isra.61+0x48/0xa0
    [] radeon_ib_get+0x33/0xe0 [radeon]
    [] radeon_cs_ioctl+0x14b/0x770 [radeon]
    [] drm_ioctl+0x1ec/0x660 [drm]
    [] ? __do_page_fault+0x20c/0x560
    [] radeon_drm_ioctl+0x4b/0x80 [radeon]
    [] do_vfs_ioctl+0x2e0/0x4c0
    [] SyS_ioctl+0x81/0xa0
    [] system_call_fastpath+0x1a/0x1f
   Code: dc 48 8b 3b 89 c1 44 89 e2 48 c7 c6 70 66 4a c0 31 c0 e8 d7 75 10 c1 
eb c2 0f 1f 44 00 00 66 66 66 66 90 48 89 f8 ba 01 00 00 00  0f c1 57 08 83 
c2 01 83 fa 01 7e 01 c3 80 3d 5e 8b 11 00 00
   RIP  [] radeon_fence_ref+0xd/0x50 [radeon]
    RSP 
   CR2: 0008
   ---[ end trace 4dfa7ee83f5a67e2 ]---

  Package: linux-image-3.16.0-69-generic 3.16.0-69.89~14.04.1
  SourcePackage: linux
  Tags: kernel-oops
  Uname: Linux 3.16.0-69-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  Dependencies:
   adduser 3.113+nmu3ubuntu3
   apt-utils 1.0.1ubuntu2.11
   base-passwd 3.5.33
   busybox-initramfs 1:1.21.0-1ubuntu1
   coreutils 8.21-1ubuntu5.4
   cpio 2.11+dfsg-1ubuntu1.2
   dbus 1.6.18-0ubuntu4.3
   debconf 1.5.51ubuntu2
   debconf-i18n 1.5.51ubuntu2
   debianutils 4.4
   dmsetup 2:1.02.77-6ubuntu2
   dpkg 1.17.5ubuntu5.5
   e2fslibs 1.42.9-3ubuntu1.3
   e2fsprogs 1.42.9-3ubuntu1.3
   findutils 4.4.2-7
   gcc-4.8-base 4.8.4-2ubuntu1~14.04.1
   gcc-4.9-base 4.9.3-0ubuntu4
   gettext-base 0.18.3.1-1ubuntu3
   grub-common 2.02~beta2-9ubuntu1.7
   grub-gfxpayload-lists 0.6
   grub-pc 2.02~beta2-9ubuntu1.7
   grub-pc-bin 2.02~beta2-9ubuntu1.7
   grub2-common 2.02~beta2-9ubuntu1.7
   ifupdown 0.7.47.2ubuntu4.4
   initramfs-tools 0.103ubuntu4.3
   initramfs-tools-bin 0.103ubuntu4.3
   initscripts 2.88dsf-41ubuntu6.3
   insserv 1.14.0-5ubuntu2
   iproute2 3.12.0-2ubuntu1
   isc-dhcp-client 4.2.4-7ubuntu12.4
   isc-dhcp-common 4.2.4-7ubuntu12.4
   klibc-utils 2.0.3-0ubuntu1
   kmod 15-0ubuntu6
   libacl1 2.2.52-1
   libapparmor1 2.8.95~2430-0ubuntu5.3
   libapt-inst1.5 1.0.1ubuntu2.11
   libapt-pkg4.12 1.0.1

[Kernel-packages] [Bug 1564759] Re: [i915_bpo] Fix RC6 on SKL GT3 & GT4

2016-04-06 Thread Tim Gardner
** Changed in: linux (Ubuntu Xenial)
   Status: Triaged => Fix Committed

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

Title:
  [i915_bpo] Fix RC6 on SKL GT3 & GT4

Status in DRI:
  Incomplete
Status in linux package in Ubuntu:
  Fix Committed
Status in linux source package in Xenial:
  Fix Committed

Bug description:
  Runtime power management causes GPU hangs on SKL GT3 & GT4 ("Iris" &
  "Iris Pro"), so fix it by adding two patches to extend certain
  workarounds to cover all chip revisions.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dri/+bug/1564759/+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 1566518] Re: [arm64] kernel BUG at /build/linux-StrpB2/linux-4.4.0/fs/ext4/inode.c:2394!

2016-04-06 Thread dann frazier
Upstream thread, for reference: http://www.spinics.net/lists/arm-
kernel/msg489683.html

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

Title:
  [arm64] kernel BUG at /build/linux-
  StrpB2/linux-4.4.0/fs/ext4/inode.c:2394!

Status in linux package in Ubuntu:
  Fix Committed
Status in linux source package in Xenial:
  Fix Committed

Bug description:
  On 2 socket ThunderX systems, a BUG() is triggered by the ext4
  filesystem shortly after boot:

  [  230.637307] Call trace:
  [  230.641753] [] mpage_prepare_extent_to_map+0x270/0x290
  [  230.650515] [] ext4_writepages+0x3b0/0xc10
  [  230.658259] [] do_writepages+0x40/0x70
  [  230.665639] [] __writeback_single_inode+0x48/0x3c8
  [  230.674071] [] writeback_sb_inodes+0x220/0x440
  [  230.682161] [] __writeback_inodes_wb+0xa4/0xe8
  [  230.690242] [] wb_writeback+0x260/0x338
  [  230.697704] [] wb_workfn+0x348/0x478
  [  230.704879] [] process_one_work+0x164/0x458
  [  230.712661] [] worker_thread+0x12c/0x4b8
  [  230.720164] [] kthread+0xf8/0x110
  [  230.727030] [] ret_from_fork+0x10/0x40
  [  230.734301] Code: a94573fb a8cf7bfd d65f03c0 d503201f (d421) 
  [  230.742400] ---[ end trace 600acdba70af5dd0 ]---

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566518/+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 1566828] Missing required logs.

2016-04-06 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
>From a terminal window please run:

apport-collect 1566828

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (Ubuntu)
   Status: New => Incomplete

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

Title:
  Suspension does not work, freezes the pc

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I have this notebook
  HP 15 ac 191 nl

  Intel® Core™ i5-5200U with integrated Intel HD 5500
  RAM 8 gb
  DEdicated GPU AMD Radeon R5 M330

  I am running kubuntu 16.04 beta2.

  When i suspend the pc, gettin down the screen or givin the command in the 
menù, the screen goes black but the fan keeps running. So you can hear the fan 
working..and the pc got hot.
  It is also impossible to wake up the pc, it stays freezed in this condition, 
i have to force the shutdown with the power button pressing it for 3 sec. 

  The problem is present every time i try to suspend the pc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566828/+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 1475078] Re: VirtIO (and probably other modules as well) is built-in, make it modular...

2016-04-06 Thread Tim Gardner
Its a bit late for Xenial. Andy and I discussed this for the next
release. The reasons for building in some of these sub-systems no longer
exists, so we'll start modularizing in the Y series.

** Also affects: linux (Ubuntu Y-series)
   Importance: Undecided
   Status: New

** Also affects: linux (Ubuntu Xenial)
   Importance: Wishlist
 Assignee: Andy Whitcroft (apw)
   Status: Confirmed

** Changed in: linux (Ubuntu Xenial)
   Status: Confirmed => Won't Fix

** Changed in: linux (Ubuntu Y-series)
   Status: New => In Progress

** Changed in: linux (Ubuntu Y-series)
 Assignee: (unassigned) => Tim Gardner (timg-tpi)

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

Title:
  VirtIO (and probably other modules as well) is built-in, make it
  modular...

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Xenial:
  Won't Fix
Status in linux source package in y-series:
  In Progress

Bug description:
  Guys,

  Can Canonical ship Ubuntu with its Linux in a modular way?

  Honestly, don't understand why some modules are compiled as built-in,
  instead of modules, for example (NET/BLK/PCI/etc):

  ---
  ubuntu@vivid-1:~$ grep VIRTIO /boot/config-3.19.0-23-generic 
  CONFIG_NET_9P_VIRTIO=m
  CONFIG_VIRTIO_BLK=y
  CONFIG_SCSI_VIRTIO=m
  CONFIG_VIRTIO_NET=y
  CONFIG_CAIF_VIRTIO=m
  CONFIG_VIRTIO_CONSOLE=y
  CONFIG_HW_RANDOM_VIRTIO=m
  CONFIG_VIRTIO=y
  CONFIG_VIRTIO_PCI=y
  CONFIG_VIRTIO_BALLOON=y
  CONFIG_VIRTIO_MMIO=y
  CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES=y
  ---

  While on Debian, it is all modular, as expected:

  ---
  debian@jessie-1:~# grep VIRTIO /boot/config-3.16.0-4-amd64 
  CONFIG_NET_9P_VIRTIO=m
  CONFIG_VIRTIO_BLK=m
  CONFIG_SCSI_VIRTIO=m
  CONFIG_VIRTIO_NET=m
  CONFIG_VIRTIO_CONSOLE=m
  CONFIG_HW_RANDOM_VIRTIO=m
  CONFIG_VIRTIO=m
  CONFIG_VIRTIO_PCI=m
  CONFIG_VIRTIO_BALLOON=m
  # CONFIG_VIRTIO_MMIO is not set
  ---

  I see no reason to load this modules in a non-virtualized
  environments.

  Thoughts!?

  Best,
  Thiago

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-23-generic 3.19.0-23.24
  ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
  Uname: Linux 3.19.0-22-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tmartins   3485 F pulseaudio
  CurrentDesktop: Unity
  Date: Wed Jul 15 21:44:14 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-10-27 (261 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  MachineType: Apple Inc. MacBookAir4,2
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-22-generic.efi.signed 
root=UUID=f64e109d-bc06-43ec-8ca8-d10e4f915d2e ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-22-generic N/A
   linux-backports-modules-3.19.0-22-generic  N/A
   linux-firmware 1.143.2
  SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-02-02 (163 days ago)
  dmi.bios.date: 10/09/2013
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBA41.88Z.0077.B11.1310091428
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-742912EFDBEE19B3
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookAir4,2
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-742912EFDBEE19B3
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBA41.88Z.0077.B11.1310091428:bd10/09/2013:svnAppleInc.:pnMacBookAir4,2:pvr1.0:rvnAppleInc.:rnMac-742912EFDBEE19B3:rvrMacBookAir4,2:cvnAppleInc.:ct10:cvrMac-742912EFDBEE19B3:
  dmi.product.name: MacBookAir4,2
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1475078/+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 1566889] Re: Lenovo ThinkPad E460 20EUS00000 Touchpad not detected after and before the installation

2016-04-06 Thread Stephan
** Attachment added: "dmesg"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566889/+attachment/4626015/+files/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/1566889

Title:
  Lenovo ThinkPad E460 20EUS0 Touchpad not detected after and before
  the installation

Status in linux package in Ubuntu:
  New

Bug description:
  I just got the ThinkPad today and since it is shipped without an OS I
  cannot guaranty that the TouchPad works at all. I think however it is
  a problem with the Ubuntu 14.04. installation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566889/+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 1566889] [NEW] Lenovo ThinkPad E460 20EUS00000 Touchpad not detected after and before the installation

2016-04-06 Thread Stephan
Public bug reported:

I just got the ThinkPad today and since it is shipped without an OS I
cannot guaranty that the TouchPad works at all. I think however it is a
problem with the Ubuntu 14.04. installation.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "devices"
   https://bugs.launchpad.net/bugs/1566889/+attachment/4626014/+files/devices

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

Title:
  Lenovo ThinkPad E460 20EUS0 Touchpad not detected after and before
  the installation

Status in linux package in Ubuntu:
  New

Bug description:
  I just got the ThinkPad today and since it is shipped without an OS I
  cannot guaranty that the TouchPad works at all. I think however it is
  a problem with the Ubuntu 14.04. installation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566889/+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 1566889] Re: Lenovo ThinkPad E460 20EUS00000 Touchpad not detected after and before the installation

2016-04-06 Thread Stephan
** Attachment added: "Xorg.0.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566889/+attachment/4626017/+files/Xorg.0.log

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

Title:
  Lenovo ThinkPad E460 20EUS0 Touchpad not detected after and before
  the installation

Status in linux package in Ubuntu:
  New

Bug description:
  I just got the ThinkPad today and since it is shipped without an OS I
  cannot guaranty that the TouchPad works at all. I think however it is
  a problem with the Ubuntu 14.04. installation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566889/+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 1566726] Re: System freeze after update to 3.16.0-69-generic [NULL pointer reference in radeon_fence_ref]

2016-04-06 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: linux (Ubuntu)
   Status: New => 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/1566726

Title:
  System freeze after update to 3.16.0-69-generic [NULL pointer
  reference in radeon_fence_ref]

Status in linux package in Ubuntu:
  Confirmed
Status in linux-lts-utopic package in Ubuntu:
  Confirmed

Bug description:
  So far I've seen this happen on 2 systems today. On one only X froze, the 
other one panicked.
  Booting into 3.16.0-67 is the workaround for now

  ProblemType: KernelOops
  Annotation: Your system might become unstable now and might need to be 
restarted.
  Date: Wed Apr  6 09:57:21 2016
  Failure: oops
  OopsText:
   BUG: unable to handle kernel NULL pointer dereference at 0008
   IP: [] radeon_fence_ref+0xd/0x50 [radeon]
   PGD 0
   Oops: 0002 [#1] SMP
   Modules linked in: xt_nat xt_tcpudp veth xt_conntrack ipt_MASQUERADE 
iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 xt_addrtype 
iptable_filter ip_tables x_tables nf_nat nf_conntrack bridge stp llc aufs arc4 
md4 pci_stub vboxpci(OE) vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) rfcomm bnep 
bluetooth 6lowpan_iphc nls_utf8 cifs binfmt_misc fscache snd_hda_codec_via 
snd_hda_codec_generic radeon snd_hda_codec_hdmi snd_hda_intel 
snd_hda_controller snd_hda_codec snd_hwdep joydev snd_pcm snd_seq_midi ttm 
snd_seq_midi_event drm_kms_helper drm snd_rawmidi snd_seq i2c_algo_bit 
snd_seq_device kvm snd_timer snd ppdev serio_raw soundcore shpchp lp edac_core 
edac_mce_amd i2c_nforce2 mac_hid parport_pc asus_atk0110 k10temp parport 
hid_cherry hid_generic usbhid pata_acpi hid psmouse sata_nv forcedeth pata_amd
   CPU: 1 PID: 1543 Comm: Xorg Tainted: G   OE 3.16.0-69-generic 
#89~14.04.1-Ubuntu
   Hardware name: System manufacturer System Product Name/M4N68T-M-V2, BIOS 
050108/03/2010
   task: 8800b9b45bb0 ti: 8800b9e28000 task.ti: 8800b9e28000
   RIP: 0010:[]  [] 
radeon_fence_ref+0xd/0x50 [radeon]
   RSP: 0018:8800b9e2bad0  EFLAGS: 00010286
   RAX:  RBX: 880035cf55f8 RCX: 880035cf4000
   RDX: 0001 RSI:  RDI: 
   RBP: 8800b9e2bbd0 R08: 880035cf4d08 R09: 880035cf4000
   R10:  R11: 8800b9e2bde8 R12: 880035cf5550
   R13: 8800b9e2bba8 R14: 8800b9e2bb78 R15: 0020
   FS:  7f6e2ab398c0() GS:8801bfc4() knlGS:
   CS:  0010 DS:  ES:  CR0: 80050033
   CR2: 0008 CR3: b8192000 CR4: 07e0
   Stack:
    c0414ad4 8800b9b45bb0 8800b9b45bb0 880035cf4000
    8800b9e2bca8 edc0b9e2bb90  00200100
    0004a8e0 8800b9e2bb78  
   Call Trace:
    [] ? radeon_sa_bo_new+0x2b4/0x4f0 [radeon]
    [] ? insert_pfn.isra.61+0x48/0xa0
    [] radeon_ib_get+0x33/0xe0 [radeon]
    [] radeon_cs_ioctl+0x14b/0x770 [radeon]
    [] drm_ioctl+0x1ec/0x660 [drm]
    [] ? __do_page_fault+0x20c/0x560
    [] radeon_drm_ioctl+0x4b/0x80 [radeon]
    [] do_vfs_ioctl+0x2e0/0x4c0
    [] SyS_ioctl+0x81/0xa0
    [] system_call_fastpath+0x1a/0x1f
   Code: dc 48 8b 3b 89 c1 44 89 e2 48 c7 c6 70 66 4a c0 31 c0 e8 d7 75 10 c1 
eb c2 0f 1f 44 00 00 66 66 66 66 90 48 89 f8 ba 01 00 00 00  0f c1 57 08 83 
c2 01 83 fa 01 7e 01 c3 80 3d 5e 8b 11 00 00
   RIP  [] radeon_fence_ref+0xd/0x50 [radeon]
    RSP 
   CR2: 0008
   ---[ end trace 4dfa7ee83f5a67e2 ]---

  Package: linux-image-3.16.0-69-generic 3.16.0-69.89~14.04.1
  SourcePackage: linux
  Tags: kernel-oops
  Uname: Linux 3.16.0-69-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  Dependencies:
   adduser 3.113+nmu3ubuntu3
   apt-utils 1.0.1ubuntu2.11
   base-passwd 3.5.33
   busybox-initramfs 1:1.21.0-1ubuntu1
   coreutils 8.21-1ubuntu5.4
   cpio 2.11+dfsg-1ubuntu1.2
   dbus 1.6.18-0ubuntu4.3
   debconf 1.5.51ubuntu2
   debconf-i18n 1.5.51ubuntu2
   debianutils 4.4
   dmsetup 2:1.02.77-6ubuntu2
   dpkg 1.17.5ubuntu5.5
   e2fslibs 1.42.9-3ubuntu1.3
   e2fsprogs 1.42.9-3ubuntu1.3
   findutils 4.4.2-7
   gcc-4.8-base 4.8.4-2ubuntu1~14.04.1
   gcc-4.9-base 4.9.3-0ubuntu4
   gettext-base 0.18.3.1-1ubuntu3
   grub-common 2.02~beta2-9ubuntu1.7
   grub-gfxpayload-lists 0.6
   grub-pc 2.02~beta2-9ubuntu1.7
   grub-pc-bin 2.02~beta2-9ubuntu1.7
   grub2-common 2.02~beta2-9ubuntu1.7
   ifupdown 0.7.47.2ubuntu4.4
   initramfs-tools 0.103ubuntu4.3
   initramfs-tools-bin 0.103ubuntu4.3
   initscripts 2.88dsf-41ubuntu6.3
   insserv 1.14.0-5ubuntu2
   iproute2 3.12.0-2ubuntu1
   isc-dhcp-client 4.2.4-7ubuntu12.4
   isc-dhcp-common 4.2.4-7ubuntu12.4
   klibc-utils 2.0.3-0ubuntu1
   kmod 15-0ubuntu6
   libacl1 2.2.52-1
   libapparmor1 2.8.95~2430-0ubuntu5.3
   libapt-inst1.5 1.0.1ubuntu2.1

[Kernel-packages] [Bug 1566726] Re: System freeze after update to 3.16.0-69-generic [NULL pointer reference in radeon_fence_ref]

2016-04-06 Thread Joseph Salisbury
** Tags removed: performing-bisect

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

Title:
  System freeze after update to 3.16.0-69-generic [NULL pointer
  reference in radeon_fence_ref]

Status in linux package in Ubuntu:
  Confirmed
Status in linux-lts-utopic package in Ubuntu:
  Confirmed

Bug description:
  So far I've seen this happen on 2 systems today. On one only X froze, the 
other one panicked.
  Booting into 3.16.0-67 is the workaround for now

  ProblemType: KernelOops
  Annotation: Your system might become unstable now and might need to be 
restarted.
  Date: Wed Apr  6 09:57:21 2016
  Failure: oops
  OopsText:
   BUG: unable to handle kernel NULL pointer dereference at 0008
   IP: [] radeon_fence_ref+0xd/0x50 [radeon]
   PGD 0
   Oops: 0002 [#1] SMP
   Modules linked in: xt_nat xt_tcpudp veth xt_conntrack ipt_MASQUERADE 
iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 xt_addrtype 
iptable_filter ip_tables x_tables nf_nat nf_conntrack bridge stp llc aufs arc4 
md4 pci_stub vboxpci(OE) vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) rfcomm bnep 
bluetooth 6lowpan_iphc nls_utf8 cifs binfmt_misc fscache snd_hda_codec_via 
snd_hda_codec_generic radeon snd_hda_codec_hdmi snd_hda_intel 
snd_hda_controller snd_hda_codec snd_hwdep joydev snd_pcm snd_seq_midi ttm 
snd_seq_midi_event drm_kms_helper drm snd_rawmidi snd_seq i2c_algo_bit 
snd_seq_device kvm snd_timer snd ppdev serio_raw soundcore shpchp lp edac_core 
edac_mce_amd i2c_nforce2 mac_hid parport_pc asus_atk0110 k10temp parport 
hid_cherry hid_generic usbhid pata_acpi hid psmouse sata_nv forcedeth pata_amd
   CPU: 1 PID: 1543 Comm: Xorg Tainted: G   OE 3.16.0-69-generic 
#89~14.04.1-Ubuntu
   Hardware name: System manufacturer System Product Name/M4N68T-M-V2, BIOS 
050108/03/2010
   task: 8800b9b45bb0 ti: 8800b9e28000 task.ti: 8800b9e28000
   RIP: 0010:[]  [] 
radeon_fence_ref+0xd/0x50 [radeon]
   RSP: 0018:8800b9e2bad0  EFLAGS: 00010286
   RAX:  RBX: 880035cf55f8 RCX: 880035cf4000
   RDX: 0001 RSI:  RDI: 
   RBP: 8800b9e2bbd0 R08: 880035cf4d08 R09: 880035cf4000
   R10:  R11: 8800b9e2bde8 R12: 880035cf5550
   R13: 8800b9e2bba8 R14: 8800b9e2bb78 R15: 0020
   FS:  7f6e2ab398c0() GS:8801bfc4() knlGS:
   CS:  0010 DS:  ES:  CR0: 80050033
   CR2: 0008 CR3: b8192000 CR4: 07e0
   Stack:
    c0414ad4 8800b9b45bb0 8800b9b45bb0 880035cf4000
    8800b9e2bca8 edc0b9e2bb90  00200100
    0004a8e0 8800b9e2bb78  
   Call Trace:
    [] ? radeon_sa_bo_new+0x2b4/0x4f0 [radeon]
    [] ? insert_pfn.isra.61+0x48/0xa0
    [] radeon_ib_get+0x33/0xe0 [radeon]
    [] radeon_cs_ioctl+0x14b/0x770 [radeon]
    [] drm_ioctl+0x1ec/0x660 [drm]
    [] ? __do_page_fault+0x20c/0x560
    [] radeon_drm_ioctl+0x4b/0x80 [radeon]
    [] do_vfs_ioctl+0x2e0/0x4c0
    [] SyS_ioctl+0x81/0xa0
    [] system_call_fastpath+0x1a/0x1f
   Code: dc 48 8b 3b 89 c1 44 89 e2 48 c7 c6 70 66 4a c0 31 c0 e8 d7 75 10 c1 
eb c2 0f 1f 44 00 00 66 66 66 66 90 48 89 f8 ba 01 00 00 00  0f c1 57 08 83 
c2 01 83 fa 01 7e 01 c3 80 3d 5e 8b 11 00 00
   RIP  [] radeon_fence_ref+0xd/0x50 [radeon]
    RSP 
   CR2: 0008
   ---[ end trace 4dfa7ee83f5a67e2 ]---

  Package: linux-image-3.16.0-69-generic 3.16.0-69.89~14.04.1
  SourcePackage: linux
  Tags: kernel-oops
  Uname: Linux 3.16.0-69-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  Dependencies:
   adduser 3.113+nmu3ubuntu3
   apt-utils 1.0.1ubuntu2.11
   base-passwd 3.5.33
   busybox-initramfs 1:1.21.0-1ubuntu1
   coreutils 8.21-1ubuntu5.4
   cpio 2.11+dfsg-1ubuntu1.2
   dbus 1.6.18-0ubuntu4.3
   debconf 1.5.51ubuntu2
   debconf-i18n 1.5.51ubuntu2
   debianutils 4.4
   dmsetup 2:1.02.77-6ubuntu2
   dpkg 1.17.5ubuntu5.5
   e2fslibs 1.42.9-3ubuntu1.3
   e2fsprogs 1.42.9-3ubuntu1.3
   findutils 4.4.2-7
   gcc-4.8-base 4.8.4-2ubuntu1~14.04.1
   gcc-4.9-base 4.9.3-0ubuntu4
   gettext-base 0.18.3.1-1ubuntu3
   grub-common 2.02~beta2-9ubuntu1.7
   grub-gfxpayload-lists 0.6
   grub-pc 2.02~beta2-9ubuntu1.7
   grub-pc-bin 2.02~beta2-9ubuntu1.7
   grub2-common 2.02~beta2-9ubuntu1.7
   ifupdown 0.7.47.2ubuntu4.4
   initramfs-tools 0.103ubuntu4.3
   initramfs-tools-bin 0.103ubuntu4.3
   initscripts 2.88dsf-41ubuntu6.3
   insserv 1.14.0-5ubuntu2
   iproute2 3.12.0-2ubuntu1
   isc-dhcp-client 4.2.4-7ubuntu12.4
   isc-dhcp-common 4.2.4-7ubuntu12.4
   klibc-utils 2.0.3-0ubuntu1
   kmod 15-0ubuntu6
   libacl1 2.2.52-1
   libapparmor1 2.8.95~2430-0ubuntu5.3
   libapt-inst1.5 1.0.1ubuntu2.11
   libapt-pkg4.12 1.0.1ubuntu2.11
   libasprintf0c2 0.18.3.1-1ubuntu3
   libattr1 1:2.4.47-1ubun

[Kernel-packages] [Bug 1566726] Re: System freeze after update to 3.16.0-69-generic [NULL pointer reference in radeon_fence_ref]

2016-04-06 Thread Joseph Salisbury
** Changed in: linux-lts-utopic (Ubuntu)
   Importance: Undecided => High

** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu)
   Importance: Undecided => High

** Tags added: kernel-da-key performing-bisect

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

Title:
  System freeze after update to 3.16.0-69-generic [NULL pointer
  reference in radeon_fence_ref]

Status in linux package in Ubuntu:
  Confirmed
Status in linux-lts-utopic package in Ubuntu:
  Confirmed

Bug description:
  So far I've seen this happen on 2 systems today. On one only X froze, the 
other one panicked.
  Booting into 3.16.0-67 is the workaround for now

  ProblemType: KernelOops
  Annotation: Your system might become unstable now and might need to be 
restarted.
  Date: Wed Apr  6 09:57:21 2016
  Failure: oops
  OopsText:
   BUG: unable to handle kernel NULL pointer dereference at 0008
   IP: [] radeon_fence_ref+0xd/0x50 [radeon]
   PGD 0
   Oops: 0002 [#1] SMP
   Modules linked in: xt_nat xt_tcpudp veth xt_conntrack ipt_MASQUERADE 
iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 xt_addrtype 
iptable_filter ip_tables x_tables nf_nat nf_conntrack bridge stp llc aufs arc4 
md4 pci_stub vboxpci(OE) vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) rfcomm bnep 
bluetooth 6lowpan_iphc nls_utf8 cifs binfmt_misc fscache snd_hda_codec_via 
snd_hda_codec_generic radeon snd_hda_codec_hdmi snd_hda_intel 
snd_hda_controller snd_hda_codec snd_hwdep joydev snd_pcm snd_seq_midi ttm 
snd_seq_midi_event drm_kms_helper drm snd_rawmidi snd_seq i2c_algo_bit 
snd_seq_device kvm snd_timer snd ppdev serio_raw soundcore shpchp lp edac_core 
edac_mce_amd i2c_nforce2 mac_hid parport_pc asus_atk0110 k10temp parport 
hid_cherry hid_generic usbhid pata_acpi hid psmouse sata_nv forcedeth pata_amd
   CPU: 1 PID: 1543 Comm: Xorg Tainted: G   OE 3.16.0-69-generic 
#89~14.04.1-Ubuntu
   Hardware name: System manufacturer System Product Name/M4N68T-M-V2, BIOS 
050108/03/2010
   task: 8800b9b45bb0 ti: 8800b9e28000 task.ti: 8800b9e28000
   RIP: 0010:[]  [] 
radeon_fence_ref+0xd/0x50 [radeon]
   RSP: 0018:8800b9e2bad0  EFLAGS: 00010286
   RAX:  RBX: 880035cf55f8 RCX: 880035cf4000
   RDX: 0001 RSI:  RDI: 
   RBP: 8800b9e2bbd0 R08: 880035cf4d08 R09: 880035cf4000
   R10:  R11: 8800b9e2bde8 R12: 880035cf5550
   R13: 8800b9e2bba8 R14: 8800b9e2bb78 R15: 0020
   FS:  7f6e2ab398c0() GS:8801bfc4() knlGS:
   CS:  0010 DS:  ES:  CR0: 80050033
   CR2: 0008 CR3: b8192000 CR4: 07e0
   Stack:
    c0414ad4 8800b9b45bb0 8800b9b45bb0 880035cf4000
    8800b9e2bca8 edc0b9e2bb90  00200100
    0004a8e0 8800b9e2bb78  
   Call Trace:
    [] ? radeon_sa_bo_new+0x2b4/0x4f0 [radeon]
    [] ? insert_pfn.isra.61+0x48/0xa0
    [] radeon_ib_get+0x33/0xe0 [radeon]
    [] radeon_cs_ioctl+0x14b/0x770 [radeon]
    [] drm_ioctl+0x1ec/0x660 [drm]
    [] ? __do_page_fault+0x20c/0x560
    [] radeon_drm_ioctl+0x4b/0x80 [radeon]
    [] do_vfs_ioctl+0x2e0/0x4c0
    [] SyS_ioctl+0x81/0xa0
    [] system_call_fastpath+0x1a/0x1f
   Code: dc 48 8b 3b 89 c1 44 89 e2 48 c7 c6 70 66 4a c0 31 c0 e8 d7 75 10 c1 
eb c2 0f 1f 44 00 00 66 66 66 66 90 48 89 f8 ba 01 00 00 00  0f c1 57 08 83 
c2 01 83 fa 01 7e 01 c3 80 3d 5e 8b 11 00 00
   RIP  [] radeon_fence_ref+0xd/0x50 [radeon]
    RSP 
   CR2: 0008
   ---[ end trace 4dfa7ee83f5a67e2 ]---

  Package: linux-image-3.16.0-69-generic 3.16.0-69.89~14.04.1
  SourcePackage: linux
  Tags: kernel-oops
  Uname: Linux 3.16.0-69-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  Dependencies:
   adduser 3.113+nmu3ubuntu3
   apt-utils 1.0.1ubuntu2.11
   base-passwd 3.5.33
   busybox-initramfs 1:1.21.0-1ubuntu1
   coreutils 8.21-1ubuntu5.4
   cpio 2.11+dfsg-1ubuntu1.2
   dbus 1.6.18-0ubuntu4.3
   debconf 1.5.51ubuntu2
   debconf-i18n 1.5.51ubuntu2
   debianutils 4.4
   dmsetup 2:1.02.77-6ubuntu2
   dpkg 1.17.5ubuntu5.5
   e2fslibs 1.42.9-3ubuntu1.3
   e2fsprogs 1.42.9-3ubuntu1.3
   findutils 4.4.2-7
   gcc-4.8-base 4.8.4-2ubuntu1~14.04.1
   gcc-4.9-base 4.9.3-0ubuntu4
   gettext-base 0.18.3.1-1ubuntu3
   grub-common 2.02~beta2-9ubuntu1.7
   grub-gfxpayload-lists 0.6
   grub-pc 2.02~beta2-9ubuntu1.7
   grub-pc-bin 2.02~beta2-9ubuntu1.7
   grub2-common 2.02~beta2-9ubuntu1.7
   ifupdown 0.7.47.2ubuntu4.4
   initramfs-tools 0.103ubuntu4.3
   initramfs-tools-bin 0.103ubuntu4.3
   initscripts 2.88dsf-41ubuntu6.3
   insserv 1.14.0-5ubuntu2
   iproute2 3.12.0-2ubuntu1
   isc-dhcp-client 4.2.4-7ubuntu12.4
   isc-dhcp-common 4.2.4-7ubuntu12.4

[Kernel-packages] [Bug 1566889] Missing required logs.

2016-04-06 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
>From a terminal window please run:

apport-collect 1566889

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (Ubuntu)
   Status: New => Incomplete

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

Title:
  Lenovo ThinkPad E460 20EUS0 Touchpad not detected after and before
  the installation

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I just got the ThinkPad today and since it is shipped without an OS I
  cannot guaranty that the TouchPad works at all. I think however it is
  a problem with the Ubuntu 14.04. installation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566889/+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 1566726] Re: System freeze after update to 3.16.0-69-generic [NULL pointer reference in radeon_fence_ref]

2016-04-06 Thread Joseph Salisbury
** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Joseph Salisbury (jsalisbury)

** Changed in: linux-lts-utopic (Ubuntu)
 Assignee: (unassigned) => Joseph Salisbury (jsalisbury)

** Changed in: linux (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: linux-lts-utopic (Ubuntu)
   Status: Confirmed => In Progress

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

Title:
  System freeze after update to 3.16.0-69-generic [NULL pointer
  reference in radeon_fence_ref]

Status in linux package in Ubuntu:
  In Progress
Status in linux-lts-utopic package in Ubuntu:
  In Progress

Bug description:
  So far I've seen this happen on 2 systems today. On one only X froze, the 
other one panicked.
  Booting into 3.16.0-67 is the workaround for now

  ProblemType: KernelOops
  Annotation: Your system might become unstable now and might need to be 
restarted.
  Date: Wed Apr  6 09:57:21 2016
  Failure: oops
  OopsText:
   BUG: unable to handle kernel NULL pointer dereference at 0008
   IP: [] radeon_fence_ref+0xd/0x50 [radeon]
   PGD 0
   Oops: 0002 [#1] SMP
   Modules linked in: xt_nat xt_tcpudp veth xt_conntrack ipt_MASQUERADE 
iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 xt_addrtype 
iptable_filter ip_tables x_tables nf_nat nf_conntrack bridge stp llc aufs arc4 
md4 pci_stub vboxpci(OE) vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) rfcomm bnep 
bluetooth 6lowpan_iphc nls_utf8 cifs binfmt_misc fscache snd_hda_codec_via 
snd_hda_codec_generic radeon snd_hda_codec_hdmi snd_hda_intel 
snd_hda_controller snd_hda_codec snd_hwdep joydev snd_pcm snd_seq_midi ttm 
snd_seq_midi_event drm_kms_helper drm snd_rawmidi snd_seq i2c_algo_bit 
snd_seq_device kvm snd_timer snd ppdev serio_raw soundcore shpchp lp edac_core 
edac_mce_amd i2c_nforce2 mac_hid parport_pc asus_atk0110 k10temp parport 
hid_cherry hid_generic usbhid pata_acpi hid psmouse sata_nv forcedeth pata_amd
   CPU: 1 PID: 1543 Comm: Xorg Tainted: G   OE 3.16.0-69-generic 
#89~14.04.1-Ubuntu
   Hardware name: System manufacturer System Product Name/M4N68T-M-V2, BIOS 
050108/03/2010
   task: 8800b9b45bb0 ti: 8800b9e28000 task.ti: 8800b9e28000
   RIP: 0010:[]  [] 
radeon_fence_ref+0xd/0x50 [radeon]
   RSP: 0018:8800b9e2bad0  EFLAGS: 00010286
   RAX:  RBX: 880035cf55f8 RCX: 880035cf4000
   RDX: 0001 RSI:  RDI: 
   RBP: 8800b9e2bbd0 R08: 880035cf4d08 R09: 880035cf4000
   R10:  R11: 8800b9e2bde8 R12: 880035cf5550
   R13: 8800b9e2bba8 R14: 8800b9e2bb78 R15: 0020
   FS:  7f6e2ab398c0() GS:8801bfc4() knlGS:
   CS:  0010 DS:  ES:  CR0: 80050033
   CR2: 0008 CR3: b8192000 CR4: 07e0
   Stack:
    c0414ad4 8800b9b45bb0 8800b9b45bb0 880035cf4000
    8800b9e2bca8 edc0b9e2bb90  00200100
    0004a8e0 8800b9e2bb78  
   Call Trace:
    [] ? radeon_sa_bo_new+0x2b4/0x4f0 [radeon]
    [] ? insert_pfn.isra.61+0x48/0xa0
    [] radeon_ib_get+0x33/0xe0 [radeon]
    [] radeon_cs_ioctl+0x14b/0x770 [radeon]
    [] drm_ioctl+0x1ec/0x660 [drm]
    [] ? __do_page_fault+0x20c/0x560
    [] radeon_drm_ioctl+0x4b/0x80 [radeon]
    [] do_vfs_ioctl+0x2e0/0x4c0
    [] SyS_ioctl+0x81/0xa0
    [] system_call_fastpath+0x1a/0x1f
   Code: dc 48 8b 3b 89 c1 44 89 e2 48 c7 c6 70 66 4a c0 31 c0 e8 d7 75 10 c1 
eb c2 0f 1f 44 00 00 66 66 66 66 90 48 89 f8 ba 01 00 00 00  0f c1 57 08 83 
c2 01 83 fa 01 7e 01 c3 80 3d 5e 8b 11 00 00
   RIP  [] radeon_fence_ref+0xd/0x50 [radeon]
    RSP 
   CR2: 0008
   ---[ end trace 4dfa7ee83f5a67e2 ]---

  Package: linux-image-3.16.0-69-generic 3.16.0-69.89~14.04.1
  SourcePackage: linux
  Tags: kernel-oops
  Uname: Linux 3.16.0-69-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  Dependencies:
   adduser 3.113+nmu3ubuntu3
   apt-utils 1.0.1ubuntu2.11
   base-passwd 3.5.33
   busybox-initramfs 1:1.21.0-1ubuntu1
   coreutils 8.21-1ubuntu5.4
   cpio 2.11+dfsg-1ubuntu1.2
   dbus 1.6.18-0ubuntu4.3
   debconf 1.5.51ubuntu2
   debconf-i18n 1.5.51ubuntu2
   debianutils 4.4
   dmsetup 2:1.02.77-6ubuntu2
   dpkg 1.17.5ubuntu5.5
   e2fslibs 1.42.9-3ubuntu1.3
   e2fsprogs 1.42.9-3ubuntu1.3
   findutils 4.4.2-7
   gcc-4.8-base 4.8.4-2ubuntu1~14.04.1
   gcc-4.9-base 4.9.3-0ubuntu4
   gettext-base 0.18.3.1-1ubuntu3
   grub-common 2.02~beta2-9ubuntu1.7
   grub-gfxpayload-lists 0.6
   grub-pc 2.02~beta2-9ubuntu1.7
   grub-pc-bin 2.02~beta2-9ubuntu1.7
   grub2-common 2.02~beta2-9ubuntu1.7
   ifupdown 0.7.47.2ubuntu4.4
   initramfs-tools 0.103ubuntu4.3
   initramfs-tools-bin 0.103ubuntu4.3
   initscripts 2.88dsf-41ubuntu6.3
   insserv 1.14.0-5ubuntu2
   iproute2 3.12.0-2ubunt

[Kernel-packages] [Bug 1541326] Comment bridged from LTC Bugzilla

2016-04-06 Thread bugproxy
--- Comment From cls...@us.ibm.com 2016-04-06 10:29 EDT---
*** Bug 139174 has been marked as a duplicate of this 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/1541326

Title:
  WARNING: at /build/linux-lts-wily-W0lTWH/linux-lts-
  wily-4.2.0/net/core/skbuff.c:4174 (Travis IB)

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Wily:
  Fix Released
Status in linux source package in Xenial:
  Fix Released

Bug description:
  == Comment: #0 - Manvanthara B. Puttashankar  - 
2016-01-03 10:52:39 ==
  ---Problem Description---
  WARNING: at 
/build/linux-lts-wily-W0lTWH/linux-lts-wily-4.2.0/net/core/skbuff.c:4174
   
  Contact Information = mputt...@in.ibm.com 
   
  ---uname output---
  Linux ltcalpine-lp4 4.2.0-21-generic #25~14.04.1-Ubuntu SMP Thu Dec 3 
13:55:42 UTC 2015 ppc64le ppc64le ppc64le GNU/Linux
   
  Machine Type = 8408-E8E 
   
  ---Debugger---
  A debugger is not configured
   
  ---Steps to Reproduce---
   trace was found in syslog within 30 min while running fsstress on travis IB 
controller.

  
  NFS server:

  root@ubuntu140404:~# mkdir -p /home/share
  root@ubuntu140404:~#  /sbin/rpcbind start
  rpcbind: another rpcbind is already running. Aborting
  root@ubuntu140404:~# /sbin/rpcbind  status
  rpcbind: another rpcbind is already running. Aborting
  root@ubuntu140404:~# rpcinfo
 program version netid addressserviceowner
  104tcp6  ::.0.111   portmapper superuser
  103tcp6  ::.0.111   portmapper superuser
  104udp6  ::.0.111   portmapper superuser
  103udp6  ::.0.111   portmapper superuser
  104tcp   0.0.0.0.0.111  portmapper superuser
  103tcp   0.0.0.0.0.111  portmapper superuser
  102tcp   0.0.0.0.0.111  portmapper superuser
  104udp   0.0.0.0.0.111  portmapper superuser
  103udp   0.0.0.0.0.111  portmapper superuser
  102udp   0.0.0.0.0.111  portmapper superuser
  104local /run/rpcbind.sock  portmapper superuser
  103local /run/rpcbind.sock  portmapper superuser
  1000241udp   0.0.0.0.146.239status 104
  1000241tcp   0.0.0.0.175.171status 104
  1000241udp6  ::.235.98  status 104
  1000241tcp6  ::.215.65  status 104
  root@ubuntu140404:~# cat /etc/exports 
  # /etc/exports: the access control list for filesystems which may be exported
  # to NFS clients.  See exports(5).
  #
  # Example for NFSv2 and NFSv3:
  # /srv/homes   hostname1(rw,sync,no_subtree_check) 
hostname2(ro,sync,no_subtree_check)
  #
  # Example for NFSv4:
  # /srv/nfs4gss/krb5i(rw,sync,fsid=0,crossmnt,no_subtree_check)
  # /srv/nfs4/homes  gss/krb5i(rw,sync,no_subtree_check)
  #
  /home/share 12.12.12.13(rw,sync,no_subtree_check)
  root@ubuntu140404:~# /etc/init.d/nfs-kernel-server  start
   * Exporting directories for NFS kernel daemon...
 ...done.
   * Starting NFS kernel daemon
 ...done.
  root@ubuntu140404:~# exportfs -av
  exporting 12.12.12.13:/home/share
  root@ubuntu140404:~# rpcinfo
 program version netid addressserviceowner
  104tcp6  ::.0.111   portmapper superuser
  103tcp6  ::.0.111   portmapper superuser
  104udp6  ::.0.111   portmapper superuser
  103udp6  ::.0.111   portmapper superuser
  104tcp   0.0.0.0.0.111  portmapper superuser
  103tcp   0.0.0.0.0.111  portmapper superuser
  102tcp   0.0.0.0.0.111  portmapper superuser
  104udp   0.0.0.0.0.111  portmapper superuser
  103udp   0.0.0.0.0.111  portmapper superuser
  102udp   0.0.0.0.0.111  portmapper superuser
  104local /run/rpcbind.sock  portmapper superuser
  103local /run/rpcbind.sock  portmapper superuser
  1000241udp   0.0.0.0.146.239status 104
  1000241tcp   0.0.0.0.175.171status 104
  1000241udp6  ::.235.98  status 104
  1000241tcp6  ::.215.65  status 104
  132tcp   0.0.0.0.8.1nfssuperuser
  133tcp   0.0.0.0.8.1nfssuperuser
  134tcp   0.0.0.0.8.1nfssuperuser
  100227   

[Kernel-packages] [Bug 1470250] Re: [Hyper-V] Ubuntu 14.04.2 LTS Generation 2 SCSI Errors on VSS Based Backups

2016-04-06 Thread Joseph Salisbury
Current status of bisect:

0a985c5524 GOOD
4c48c359ba GOOD
5044635f00 BAD
00a5771c11 TESTING

About five more test kernels to go.

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

Title:
  [Hyper-V] Ubuntu 14.04.2 LTS Generation 2 SCSI Errors on VSS Based
  Backups

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Trusty:
  In Progress
Status in linux source package in Vivid:
  In Progress
Status in linux source package in Wily:
  In Progress
Status in linux source package in Xenial:
  In Progress

Bug description:
  Customers have reported running various versions of Ubuntu 14.04.2 LTS
  on Generation 2 Hyper-V Hosts.On a random Basis, the file system
  will be mounted Read-Only due to a "disk error" (which really isn't
  the case here).As a result, they must reboot the Ubuntu guest to
  get the file system to mount RW again.

  The Error seen are the following:
  Apr 30 00:02:01 balticnetworkstraining kernel: [640153.968142] storvsc: Sense 
Key : Unit Attention [current] 
  Apr 30 00:02:01 balticnetworkstraining kernel: [640153.968145] storvsc: Add. 
Sense: Changed operating definition
  Apr 30 00:02:01 balticnetworkstraining kernel: [640153.968161] sd 0:0:0:0: 
Warning! Received an indication that the operating parameters on this target 
have changed. The Linux SCSI layer does not automatically adjust these 
parameters.
  Apr 30 01:23:26 balticnetworkstraining kernel: [645039.584164] hv_storvsc 
vmbus_0_4: cmd 0x2a scsi status 0x2 srb status 0x82
  Apr 30 01:23:26 balticnetworkstraining kernel: [645039.584178] hv_storvsc 
vmbus_0_4: stor pkt 88006eb6c700 autosense data valid - len 18
  Apr 30 01:23:26 balticnetworkstraining kernel: [645039.584180] storvsc: Sense 
Key : Unit Attention [current] 
  Apr 30 01:23:26 balticnetworkstraining kernel: [645039.584183] storvsc: Add. 
Sense: Changed operating definition
  Apr 30 01:23:26 balticnetworkstraining kernel: [645039.584198] sd 0:0:0:0: 
Warning! Received an indication that the operating parameters on this target 
have changed.  The Linux SCSI layer does not automatically adjust these 
parameters.

  This relates to the VSS "Windows Server Backup" process that kicks off at 
midnight on the host and finishes an hour and half later.   
  Yes, we do have hv_vss_daemon and hv_kvp_daemon running for the correct 
kernel version we have.   We're currently running kernel version 
3.13.0-49-generic #83 on one system and 3.16.0-34-generic #37 on the other. -- 
We see the same errors on both.
  As a result, we've been hesitant to drop any more ubuntu guests on our 2012R2 
hyper-v system because of this.   We can stop the backup process and all is 
good, but we need nightly backups to image all of our VM's.   All the windows 
guests have no issues of course.   We also have some CentOS based guests 
running without issues from what we've seen.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1470250/+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 1566726] Re: System freeze after update to 3.16.0-69-generic [NULL pointer reference in radeon_fence_ref]

2016-04-06 Thread Joseph Salisbury
It looks like the offending commit is already reverted in lts-utopic -next:
  
a907233 Revert "drm/radeon: hold reference to fences in radeon_sa_bo_new"
72a5cff drm/radeon: hold reference to fences in radeon_sa_bo_new


I built a test kernel of -next, which will be the next release.  The test 
kernel can be downloaded from:
http://kernel.ubuntu.com/~jsalisbury/lp1566727/

Can you test this kernel and see if it resolves this 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/1566726

Title:
  System freeze after update to 3.16.0-69-generic [NULL pointer
  reference in radeon_fence_ref]

Status in linux package in Ubuntu:
  In Progress
Status in linux-lts-utopic package in Ubuntu:
  In Progress

Bug description:
  So far I've seen this happen on 2 systems today. On one only X froze, the 
other one panicked.
  Booting into 3.16.0-67 is the workaround for now

  ProblemType: KernelOops
  Annotation: Your system might become unstable now and might need to be 
restarted.
  Date: Wed Apr  6 09:57:21 2016
  Failure: oops
  OopsText:
   BUG: unable to handle kernel NULL pointer dereference at 0008
   IP: [] radeon_fence_ref+0xd/0x50 [radeon]
   PGD 0
   Oops: 0002 [#1] SMP
   Modules linked in: xt_nat xt_tcpudp veth xt_conntrack ipt_MASQUERADE 
iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 xt_addrtype 
iptable_filter ip_tables x_tables nf_nat nf_conntrack bridge stp llc aufs arc4 
md4 pci_stub vboxpci(OE) vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) rfcomm bnep 
bluetooth 6lowpan_iphc nls_utf8 cifs binfmt_misc fscache snd_hda_codec_via 
snd_hda_codec_generic radeon snd_hda_codec_hdmi snd_hda_intel 
snd_hda_controller snd_hda_codec snd_hwdep joydev snd_pcm snd_seq_midi ttm 
snd_seq_midi_event drm_kms_helper drm snd_rawmidi snd_seq i2c_algo_bit 
snd_seq_device kvm snd_timer snd ppdev serio_raw soundcore shpchp lp edac_core 
edac_mce_amd i2c_nforce2 mac_hid parport_pc asus_atk0110 k10temp parport 
hid_cherry hid_generic usbhid pata_acpi hid psmouse sata_nv forcedeth pata_amd
   CPU: 1 PID: 1543 Comm: Xorg Tainted: G   OE 3.16.0-69-generic 
#89~14.04.1-Ubuntu
   Hardware name: System manufacturer System Product Name/M4N68T-M-V2, BIOS 
050108/03/2010
   task: 8800b9b45bb0 ti: 8800b9e28000 task.ti: 8800b9e28000
   RIP: 0010:[]  [] 
radeon_fence_ref+0xd/0x50 [radeon]
   RSP: 0018:8800b9e2bad0  EFLAGS: 00010286
   RAX:  RBX: 880035cf55f8 RCX: 880035cf4000
   RDX: 0001 RSI:  RDI: 
   RBP: 8800b9e2bbd0 R08: 880035cf4d08 R09: 880035cf4000
   R10:  R11: 8800b9e2bde8 R12: 880035cf5550
   R13: 8800b9e2bba8 R14: 8800b9e2bb78 R15: 0020
   FS:  7f6e2ab398c0() GS:8801bfc4() knlGS:
   CS:  0010 DS:  ES:  CR0: 80050033
   CR2: 0008 CR3: b8192000 CR4: 07e0
   Stack:
    c0414ad4 8800b9b45bb0 8800b9b45bb0 880035cf4000
    8800b9e2bca8 edc0b9e2bb90  00200100
    0004a8e0 8800b9e2bb78  
   Call Trace:
    [] ? radeon_sa_bo_new+0x2b4/0x4f0 [radeon]
    [] ? insert_pfn.isra.61+0x48/0xa0
    [] radeon_ib_get+0x33/0xe0 [radeon]
    [] radeon_cs_ioctl+0x14b/0x770 [radeon]
    [] drm_ioctl+0x1ec/0x660 [drm]
    [] ? __do_page_fault+0x20c/0x560
    [] radeon_drm_ioctl+0x4b/0x80 [radeon]
    [] do_vfs_ioctl+0x2e0/0x4c0
    [] SyS_ioctl+0x81/0xa0
    [] system_call_fastpath+0x1a/0x1f
   Code: dc 48 8b 3b 89 c1 44 89 e2 48 c7 c6 70 66 4a c0 31 c0 e8 d7 75 10 c1 
eb c2 0f 1f 44 00 00 66 66 66 66 90 48 89 f8 ba 01 00 00 00  0f c1 57 08 83 
c2 01 83 fa 01 7e 01 c3 80 3d 5e 8b 11 00 00
   RIP  [] radeon_fence_ref+0xd/0x50 [radeon]
    RSP 
   CR2: 0008
   ---[ end trace 4dfa7ee83f5a67e2 ]---

  Package: linux-image-3.16.0-69-generic 3.16.0-69.89~14.04.1
  SourcePackage: linux
  Tags: kernel-oops
  Uname: Linux 3.16.0-69-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  Dependencies:
   adduser 3.113+nmu3ubuntu3
   apt-utils 1.0.1ubuntu2.11
   base-passwd 3.5.33
   busybox-initramfs 1:1.21.0-1ubuntu1
   coreutils 8.21-1ubuntu5.4
   cpio 2.11+dfsg-1ubuntu1.2
   dbus 1.6.18-0ubuntu4.3
   debconf 1.5.51ubuntu2
   debconf-i18n 1.5.51ubuntu2
   debianutils 4.4
   dmsetup 2:1.02.77-6ubuntu2
   dpkg 1.17.5ubuntu5.5
   e2fslibs 1.42.9-3ubuntu1.3
   e2fsprogs 1.42.9-3ubuntu1.3
   findutils 4.4.2-7
   gcc-4.8-base 4.8.4-2ubuntu1~14.04.1
   gcc-4.9-base 4.9.3-0ubuntu4
   gettext-base 0.18.3.1-1ubuntu3
   grub-common 2.02~beta2-9ubuntu1.7
   grub-gfxpayload-lists 0.6
   grub-pc 2.02~beta2-9ubuntu1.7
   grub-pc-bin 2.02~beta2-9ubuntu1.7
   grub2-common 2.02~beta2-9ubuntu1.7
   ifupdown 0.7.47.2ubuntu4.4
   initramfs-tools 0.103ubuntu4.3
   initramfs-tools-bin 0.103ubuntu4.3
 

[Kernel-packages] [Bug 1498667] Re: [Toshiba P50W-B00F] Touchscreen no longer working

2016-04-06 Thread Joseph Salisbury
The next kernel in the bisect is failing to build.  I should have the
next kernel available shortly.

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

Title:
  [Toshiba P50W-B00F] Touchscreen no longer working

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Wily:
  In Progress
Status in linux source package in Xenial:
  In Progress

Bug description:
  Sometime in the last month or so my touchscreen stopped working on my
  Toshiba P50W. The dmesg log shows it constantly reconnecting to it:

  [  556.407964] usb 1-4: new full-speed USB device number 119 using xhci_hcd
  [  556.538341] usb 1-4: New USB device found, idVendor=04f3, idProduct=0381
  [  556.538347] usb 1-4: New USB device strings: Mfr=4, Product=14, 
SerialNumber=0
  [  556.538349] usb 1-4: Product: Touchscreen
  [  556.538351] usb 1-4: Manufacturer: ELAN
  [  556.538505] usb 1-4: ep 0x2 - rounding interval to 64 microframes, ep desc 
says 80 microframes
  [  556.547788] input: ELAN Touchscreen as 
/devices/pci:00/:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:0381.04A1/input/input2374
  [  556.600478] hid-multitouch 0003:04F3:0381.04A1: input,hiddev0,hidraw4: USB 
HID v1.10 Device [ELAN Touchscreen] on usb-:00:14.0-4/input0
  [  556.600584] usb 1-4: USB disconnect, device number 119

  [  556.860456] usb 1-4: new full-speed USB device number 120 using xhci_hcd
  [  556.990494] usb 1-4: New USB device found, idVendor=04f3, idProduct=0381
  [  556.990500] usb 1-4: New USB device strings: Mfr=4, Product=14, 
SerialNumber=0
  [  556.990503] usb 1-4: Product: Touchscreen
  [  556.990506] usb 1-4: Manufacturer: ELAN
  [  556.990755] usb 1-4: ep 0x2 - rounding interval to 64 microframes, ep desc 
says 80 microframes
  [  557.001248] input: ELAN Touchscreen as 
/devices/pci:00/:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:0381.04A2/input/input2376
  [  557.002517] hid-multitouch 0003:04F3:0381.04A2: input,hiddev0,hidraw4: USB 
HID v1.10 Device [ELAN Touchscreen] on usb-:00:14.0-4/input0
  [  557.013831] usb 1-4: USB disconnect, device number 120

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-11-generic 4.2.0-11.13
  ProcVersionSignature: Ubuntu 4.2.0-11.13-generic 4.2.1
  Uname: Linux 4.2.0-11-generic x86_64
  ApportVersion: 2.18.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  bob2041 F pulseaudio
   /dev/snd/controlC0:  bob2041 F pulseaudio
  CurrentDesktop: Unity
  Date: Wed Sep 23 09:46:25 2015
  HibernationDevice: RESUME=UUID=5033984a-21af-482d-a1fd-c075e818cd12
  InstallationDate: Installed on 2013-12-26 (635 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MachineType: TOSHIBA Satellite P50W-B
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-11-generic 
root=UUID=885f0f10-b818-4eb4-8ff4-d067e16bef2f ro quiet splash nomdmonddf 
nomdmonisw nomdmonddf nomdmonisw nomdmonddf nomdmonisw nomdmonddf nomdmonisw 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-11-generic N/A
   linux-backports-modules-4.2.0-11-generic  N/A
   linux-firmware1.148
  SourcePackage: linux
  UpgradeStatus: Upgraded to wily on 2013-12-26 (635 days ago)
  dmi.bios.date: 08/08/2014
  dmi.bios.vendor: INSYDE Corp.
  dmi.bios.version: 1.40
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Type2 - Board Product Name1
  dmi.board.vendor: Type2 - Board Vendor Name1
  dmi.board.version: Type2 - Board Version
  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.40:bd08/08/2014:svnTOSHIBA:pnSatelliteP50W-B:pvrPSVP2A-00F002:rvnType2-BoardVendorName1:rnType2-BoardProductName1:rvrType2-BoardVersion:cvnOEMChassisManuFacturer:ct10:cvrOEMChassisVersion:
  dmi.product.name: Satellite P50W-B
  dmi.product.version: PSVP2A-00F002
  dmi.sys.vendor: TOSHIBA

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1498667/+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 1566889] UdevDb.txt

2016-04-06 Thread Stephan
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1566889/+attachment/4626073/+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/1566889

Title:
  Lenovo ThinkPad E460 20EUS0 Touchpad not detected after and before
  the installation

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I just got the ThinkPad today and since it is shipped without an OS I cannot 
guaranty that the TouchPad works at all. I think however it is a problem with 
the Ubuntu 14.04. installation.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566889/+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 1566889] Lspci.txt

2016-04-06 Thread Stephan
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1566889/+attachment/4626066/+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/1566889

Title:
  Lenovo ThinkPad E460 20EUS0 Touchpad not detected after and before
  the installation

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I just got the ThinkPad today and since it is shipped without an OS I cannot 
guaranty that the TouchPad works at all. I think however it is a problem with 
the Ubuntu 14.04. installation.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566889/+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 1566889] IwConfig.txt

2016-04-06 Thread Stephan
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1566889/+attachment/4626065/+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/1566889

Title:
  Lenovo ThinkPad E460 20EUS0 Touchpad not detected after and before
  the installation

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I just got the ThinkPad today and since it is shipped without an OS I cannot 
guaranty that the TouchPad works at all. I think however it is a problem with 
the Ubuntu 14.04. installation.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566889/+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 1566889] CurrentDmesg.txt

2016-04-06 Thread Stephan
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1566889/+attachment/4626064/+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/1566889

Title:
  Lenovo ThinkPad E460 20EUS0 Touchpad not detected after and before
  the installation

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I just got the ThinkPad today and since it is shipped without an OS I cannot 
guaranty that the TouchPad works at all. I think however it is a problem with 
the Ubuntu 14.04. installation.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566889/+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 1566889] WifiSyslog.txt

2016-04-06 Thread Stephan
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1566889/+attachment/4626075/+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/1566889

Title:
  Lenovo ThinkPad E460 20EUS0 Touchpad not detected after and before
  the installation

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I just got the ThinkPad today and since it is shipped without an OS I cannot 
guaranty that the TouchPad works at all. I think however it is a problem with 
the Ubuntu 14.04. installation.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566889/+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 1566889] UdevLog.txt

2016-04-06 Thread Stephan
apport information

** Attachment added: "UdevLog.txt"
   
https://bugs.launchpad.net/bugs/1566889/+attachment/4626074/+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/1566889

Title:
  Lenovo ThinkPad E460 20EUS0 Touchpad not detected after and before
  the installation

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I just got the ThinkPad today and since it is shipped without an OS I cannot 
guaranty that the TouchPad works at all. I think however it is a problem with 
the Ubuntu 14.04. installation.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566889/+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 1566889] IwConfig.txt

2016-04-06 Thread Stephan
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1566889/+attachment/4626050/+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/1566889

Title:
  Lenovo ThinkPad E460 20EUS0 Touchpad not detected after and before
  the installation

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I just got the ThinkPad today and since it is shipped without an OS I cannot 
guaranty that the TouchPad works at all. I think however it is a problem with 
the Ubuntu 14.04. installation.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566889/+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 1566889] BootDmesg.txt

2016-04-06 Thread Stephan
apport information

** Attachment added: "BootDmesg.txt"
   
https://bugs.launchpad.net/bugs/1566889/+attachment/4626062/+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/1566889

Title:
  Lenovo ThinkPad E460 20EUS0 Touchpad not detected after and before
  the installation

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I just got the ThinkPad today and since it is shipped without an OS I cannot 
guaranty that the TouchPad works at all. I think however it is a problem with 
the Ubuntu 14.04. installation.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566889/+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 1566889] RfKill.txt

2016-04-06 Thread Stephan
apport information

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

** 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/1566889

Title:
  Lenovo ThinkPad E460 20EUS0 Touchpad not detected after and before
  the installation

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I just got the ThinkPad today and since it is shipped without an OS I cannot 
guaranty that the TouchPad works at all. I think however it is a problem with 
the Ubuntu 14.04. installation.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566889/+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.lau

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

2016-04-06 Thread Stephan
apport information

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

** Description changed:

  I just got the ThinkPad today and since it is shipped without an OS I cannot 
guaranty that the TouchPad works at all. I think however it is a problem with 
the Ubuntu 14.04. installation.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO
+ --- 
+ ApportVersion: 2.14.1-0ubuntu3.19
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  stephan1547 F pulseaudio
+ CurrentDesktop: Unity
+ DistroRelease: Ubuntu 14.04
+ HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
+ InstallationDate: Installed on 2016-04-06 (0 days ago)
+ InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
+ Lsusb:
+  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
+  Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
+  Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+ MachineType: LENOVO 20EUS0
+ Package: linux (not installed)
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
+ RelatedPackageVersions:
+  linux-restricted-modules-4.2.0-27-generic N/A
+  linux-backports-modules-4.2.0-27-generic  N/A
+  linux-firmware1.127.20
+ Tags:  trusty
+ Uname: Linux 4.2.0-27-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 01/17/2016
+ dmi.bios.vendor: LENOVO
+ dmi.bios.version: R00ET37W (1.12 )
+ dmi.board.asset.tag: Not Available
+ dmi.board.name: 20EUS0
+ dmi.board.vendor: LENOVO
+ dmi.board.version: Not Defined
+ dmi.chassis.asset.tag: No Asset Information
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: LENOVO
+ dmi.chassis.version: None
+ dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
+ dmi.product.name: 20EUS0
+ dmi.product.version: ThinkPad E460
+ dmi.sys.vendor: LENOVO

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

Title:
  Lenovo ThinkPad E460 20EUS0 Touchpad not detected after and before
  the installation

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I just got the ThinkPad today and since it is shipped without an OS I cannot 
guaranty that the TouchPad works at all. I think however it is a problem with 
the Ubuntu 14.04. installation.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan154

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

2016-04-06 Thread Stephan
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1566889/+attachment/4626067/+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/1566889

Title:
  Lenovo ThinkPad E460 20EUS0 Touchpad not detected after and before
  the installation

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I just got the ThinkPad today and since it is shipped without an OS I cannot 
guaranty that the TouchPad works at all. I think however it is a problem with 
the Ubuntu 14.04. installation.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566889/+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 1566889] ProcModules.txt

2016-04-06 Thread Stephan
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1566889/+attachment/4626070/+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/1566889

Title:
  Lenovo ThinkPad E460 20EUS0 Touchpad not detected after and before
  the installation

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I just got the ThinkPad today and since it is shipped without an OS I cannot 
guaranty that the TouchPad works at all. I think however it is a problem with 
the Ubuntu 14.04. installation.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566889/+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 1566889] Re: Lenovo ThinkPad E460 20EUS00000 Touchpad not detected after and before the installation

2016-04-06 Thread Stephan
Hi, thanks for the quick response. I am able to run the command, but I
get the error or warning that dpkg-query did not find a package suitable
for linux. After that I get to send an error report.

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

Title:
  Lenovo ThinkPad E460 20EUS0 Touchpad not detected after and before
  the installation

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I just got the ThinkPad today and since it is shipped without an OS I cannot 
guaranty that the TouchPad works at all. I think however it is a problem with 
the Ubuntu 14.04. installation.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566889/+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.n

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

2016-04-06 Thread Stephan
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1566889/+attachment/4626063/+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/1566889

Title:
  Lenovo ThinkPad E460 20EUS0 Touchpad not detected after and before
  the installation

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I just got the ThinkPad today and since it is shipped without an OS I cannot 
guaranty that the TouchPad works at all. I think however it is a problem with 
the Ubuntu 14.04. installation.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566889/+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 1566889] PulseList.txt

2016-04-06 Thread Stephan
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1566889/+attachment/4626071/+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/1566889

Title:
  Lenovo ThinkPad E460 20EUS0 Touchpad not detected after and before
  the installation

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I just got the ThinkPad today and since it is shipped without an OS I cannot 
guaranty that the TouchPad works at all. I think however it is a problem with 
the Ubuntu 14.04. installation.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566889/+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 1566889] BootDmesg.txt

2016-04-06 Thread Stephan
apport information

** Attachment added: "BootDmesg.txt"
   
https://bugs.launchpad.net/bugs/1566889/+attachment/4626047/+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/1566889

Title:
  Lenovo ThinkPad E460 20EUS0 Touchpad not detected after and before
  the installation

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I just got the ThinkPad today and since it is shipped without an OS I cannot 
guaranty that the TouchPad works at all. I think however it is a problem with 
the Ubuntu 14.04. installation.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566889/+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 1566889] UdevDb.txt

2016-04-06 Thread Stephan
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1566889/+attachment/4626058/+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/1566889

Title:
  Lenovo ThinkPad E460 20EUS0 Touchpad not detected after and before
  the installation

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I just got the ThinkPad today and since it is shipped without an OS I cannot 
guaranty that the TouchPad works at all. I think however it is a problem with 
the Ubuntu 14.04. installation.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566889/+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 1566889] AlsaInfo.txt

2016-04-06 Thread Stephan
apport information

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1566889/+attachment/4626061/+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/1566889

Title:
  Lenovo ThinkPad E460 20EUS0 Touchpad not detected after and before
  the installation

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I just got the ThinkPad today and since it is shipped without an OS I cannot 
guaranty that the TouchPad works at all. I think however it is a problem with 
the Ubuntu 14.04. installation.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566889/+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 1566889] ProcEnviron.txt

2016-04-06 Thread Stephan
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1566889/+attachment/4626068/+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/1566889

Title:
  Lenovo ThinkPad E460 20EUS0 Touchpad not detected after and before
  the installation

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I just got the ThinkPad today and since it is shipped without an OS I cannot 
guaranty that the TouchPad works at all. I think however it is a problem with 
the Ubuntu 14.04. installation.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566889/+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 1566889] UdevLog.txt

2016-04-06 Thread Stephan
apport information

** Attachment added: "UdevLog.txt"
   
https://bugs.launchpad.net/bugs/1566889/+attachment/4626059/+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/1566889

Title:
  Lenovo ThinkPad E460 20EUS0 Touchpad not detected after and before
  the installation

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I just got the ThinkPad today and since it is shipped without an OS I cannot 
guaranty that the TouchPad works at all. I think however it is a problem with 
the Ubuntu 14.04. installation.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566889/+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 1566889] ProcInterrupts.txt

2016-04-06 Thread Stephan
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1566889/+attachment/4626069/+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/1566889

Title:
  Lenovo ThinkPad E460 20EUS0 Touchpad not detected after and before
  the installation

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I just got the ThinkPad today and since it is shipped without an OS I cannot 
guaranty that the TouchPad works at all. I think however it is a problem with 
the Ubuntu 14.04. installation.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566889/+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 1566889] Lspci.txt

2016-04-06 Thread Stephan
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1566889/+attachment/4626051/+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/1566889

Title:
  Lenovo ThinkPad E460 20EUS0 Touchpad not detected after and before
  the installation

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I just got the ThinkPad today and since it is shipped without an OS I cannot 
guaranty that the TouchPad works at all. I think however it is a problem with 
the Ubuntu 14.04. installation.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566889/+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 1566889] RfKill.txt

2016-04-06 Thread Stephan
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1566889/+attachment/4626057/+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/1566889

Title:
  Lenovo ThinkPad E460 20EUS0 Touchpad not detected after and before
  the installation

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I just got the ThinkPad today and since it is shipped without an OS I cannot 
guaranty that the TouchPad works at all. I think however it is a problem with 
the Ubuntu 14.04. installation.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566889/+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 1566889] CRDA.txt

2016-04-06 Thread Stephan
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1566889/+attachment/4626048/+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/1566889

Title:
  Lenovo ThinkPad E460 20EUS0 Touchpad not detected after and before
  the installation

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I just got the ThinkPad today and since it is shipped without an OS I cannot 
guaranty that the TouchPad works at all. I think however it is a problem with 
the Ubuntu 14.04. installation.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566889/+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 1566889] ProcCpuinfo.txt

2016-04-06 Thread Stephan
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1566889/+attachment/4626052/+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/1566889

Title:
  Lenovo ThinkPad E460 20EUS0 Touchpad not detected after and before
  the installation

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I just got the ThinkPad today and since it is shipped without an OS I cannot 
guaranty that the TouchPad works at all. I think however it is a problem with 
the Ubuntu 14.04. installation.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566889/+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 1566889] ProcInterrupts.txt

2016-04-06 Thread Stephan
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1566889/+attachment/4626054/+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/1566889

Title:
  Lenovo ThinkPad E460 20EUS0 Touchpad not detected after and before
  the installation

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I just got the ThinkPad today and since it is shipped without an OS I cannot 
guaranty that the TouchPad works at all. I think however it is a problem with 
the Ubuntu 14.04. installation.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566889/+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 1566889] ProcModules.txt

2016-04-06 Thread Stephan
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1566889/+attachment/4626055/+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/1566889

Title:
  Lenovo ThinkPad E460 20EUS0 Touchpad not detected after and before
  the installation

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I just got the ThinkPad today and since it is shipped without an OS I cannot 
guaranty that the TouchPad works at all. I think however it is a problem with 
the Ubuntu 14.04. installation.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566889/+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 1566889] CurrentDmesg.txt

2016-04-06 Thread Stephan
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1566889/+attachment/4626049/+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/1566889

Title:
  Lenovo ThinkPad E460 20EUS0 Touchpad not detected after and before
  the installation

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I just got the ThinkPad today and since it is shipped without an OS I cannot 
guaranty that the TouchPad works at all. I think however it is a problem with 
the Ubuntu 14.04. installation.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566889/+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 1566889] PulseList.txt

2016-04-06 Thread Stephan
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1566889/+attachment/4626056/+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/1566889

Title:
  Lenovo ThinkPad E460 20EUS0 Touchpad not detected after and before
  the installation

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I just got the ThinkPad today and since it is shipped without an OS I cannot 
guaranty that the TouchPad works at all. I think however it is a problem with 
the Ubuntu 14.04. installation.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566889/+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 1566889] ProcEnviron.txt

2016-04-06 Thread Stephan
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1566889/+attachment/4626053/+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/1566889

Title:
  Lenovo ThinkPad E460 20EUS0 Touchpad not detected after and before
  the installation

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I just got the ThinkPad today and since it is shipped without an OS I cannot 
guaranty that the TouchPad works at all. I think however it is a problem with 
the Ubuntu 14.04. installation.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EUS0
  dmi.product.version: ThinkPad E460
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566889/+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 1552333] Re: After upgrade to 4.2 kernel Ubuntu 14.04 LTS randomly freezes completely

2016-04-06 Thread V B
Hi,

Very bad news:

Latest security patch for kernel 3.19.0 (that is 3.19.0-58) which I
installed today automatically through updates, freezes my laptop again
with the same "HPD interrupt storm detected on connector" error that I
was getting with the 4.2 kernel:

Apr  6 14:46:17 xxx-ubuntu dbus[1001]: [system] Activating service 
name='org.freedesktop.hostname1' (using servicehelper)
Apr  6 14:46:17 xxx-ubuntu dbus[1001]: [system] Successfully activated service 
'org.freedesktop.hostname1'
Apr  6 14:46:17 xxx-ubuntu kernel: [  945.147481] systemd-hostnamed[11982]: 
Warning: nss-myhostname is not installed. Changing the local hostname might 
make it unresolveable. Plea
se install nss-myhostname!
Apr  6 14:50:36 xxx-ubuntu sudo: pam_ecryptfs: pam_sm_authenticate: /home/xxx 
is already mounted
Apr  6 15:00:01 xxx-ubuntu CRON[12829]: (root) CMD (if [ -x 
/usr/sbin/backupninja ]; then /usr/sbin/backupninja; fi)
Apr  6 15:02:29 xxx-ubuntu kernel: [ 1916.954839] sound hdaudioC0D0: HDMI: ELD 
buf size is 0, force 128
Apr  6 15:02:29 xxx-ubuntu kernel: [ 1916.954877] sound hdaudioC0D0: HDMI: 
invalid ELD data byte 0
Apr  6 15:07:35 xxx-ubuntu kernel: [ .796696] [drm] HPD interrupt storm 
detected on connector HDMI-A-1: switching from hotplug detection to polling


At the moment I switched back to kernel 3.19.0-51 that does not cause this 
problem, but the possibility that from now on all future security patches for 
3.19.0 might freeze my laptop sounds very bad.

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

Title:
  After upgrade to 4.2 kernel Ubuntu 14.04 LTS randomly freezes
  completely

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I am not sure whether this is related to Xorg because of following:

  Today it happened a few times this complete freeze. Before today never
  happened. Today I did a normal system update in the morning, then a
  ditro upgrade which just upgraded a few unimportant packages, then the
  first freeze happened. Later I upgraded the kernel from 3.19.0 to
  4.2.0 and after that a few more freezes happened. I attached the apt
  log generated today and including the last update yesterday:
  apt_log_for_day_with_upgrade_to_kernel4.2.log. Each time this
  happened, before freeze I saw in the log something like:

     9492 Mar  2 14:00:08 my-ubunty kernel: [ 2514.659171] [drm] HPD
  interrupt storm detected on connector HDMI-A-1: switching from hotplug
  detection to polling

  And once or twice I saw right after that something like:

     9493 Mar  2 14:01:13 my-ubuntu compiz: pam_ecryptfs: seteuid error
  Then some binary content

  I also use disk encryption (the one from Ubuntu).

  Each time the freezing happened, the mouse and keyboard weer dead and
  the screen was frozen in whatever content was displaying at that
  point. So the only think I could do is to press the power button for 5
  seconds.

  I upgraded from 3.19 kernel (linux-generic-lts-vivid) as follows:
  $ sudo apt-get update
  $ sudo apt-get install linux-generic-lts-wily

  Thank you.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 4.2.0-30.36~14.04.1-generic 4.2.8-ckt3
  Uname: Linux 4.2.0-30-generic x86_64
  NonfreeKernelModules: wl
  .tmp.unity.support.test.0:

  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Wed Mar  2 16:35:13 2016
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 3.19.0-51-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 4.2.0-30-generic, x86_64: installed
  EcryptfsInUse: Yes
  GpuHangFrequency: Several times a day
  GpuHangReproducibility: Seems to happen randomly
  GpuHangStarted: Today
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
     Subsystem: Dell Device [1028:05fe]
     Subsystem: Dell Device [1028:05fe]
  InstallationDate: Installed on 2015-09-28 (156 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: Dell Inc. XPS 15 9530
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-30-generic 
root=/dev/mapper/ubuntu--vg-root ro cgroup_enable=memory swapaccount=1 quiet 
splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/15/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.name: XPS 15 9530
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A07
  dmi.chassis.type: 8
  dmi.chassis.ven

[Kernel-packages] [Bug 1566889] Re: Lenovo ThinkPad E460 20EUS00000 Touchpad not detected after and before the installation

2016-04-06 Thread Stephan
apport information

** Tags added: apport-collected trusty

** Description changed:

- I just got the ThinkPad today and since it is shipped without an OS I
- cannot guaranty that the TouchPad works at all. I think however it is a
- problem with the Ubuntu 14.04. installation.
+ I just got the ThinkPad today and since it is shipped without an OS I cannot 
guaranty that the TouchPad works at all. I think however it is a problem with 
the Ubuntu 14.04. installation.
+ --- 
+ ApportVersion: 2.14.1-0ubuntu3.19
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  stephan1547 F pulseaudio
+ CurrentDesktop: Unity
+ DistroRelease: Ubuntu 14.04
+ HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
+ InstallationDate: Installed on 2016-04-06 (0 days ago)
+ InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
+ Lsusb:
+  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
+  Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
+  Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+ MachineType: LENOVO 20EUS0
+ Package: linux (not installed)
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
+ RelatedPackageVersions:
+  linux-restricted-modules-4.2.0-27-generic N/A
+  linux-backports-modules-4.2.0-27-generic  N/A
+  linux-firmware1.127.20
+ Tags:  trusty
+ Uname: Linux 4.2.0-27-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 01/17/2016
+ dmi.bios.vendor: LENOVO
+ dmi.bios.version: R00ET37W (1.12 )
+ dmi.board.asset.tag: Not Available
+ dmi.board.name: 20EUS0
+ dmi.board.vendor: LENOVO
+ dmi.board.version: Not Defined
+ dmi.chassis.asset.tag: No Asset Information
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: LENOVO
+ dmi.chassis.version: None
+ dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
+ dmi.product.name: 20EUS0
+ dmi.product.version: ThinkPad E460
+ dmi.sys.vendor: LENOVO

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1566889/+attachment/4626046/+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/1566889

Title:
  Lenovo ThinkPad E460 20EUS0 Touchpad not detected after and before
  the installation

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I just got the ThinkPad today and since it is shipped without an OS I cannot 
guaranty that the TouchPad works at all. I think however it is a problem with 
the Ubuntu 14.04. installation.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephan1547 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8230ec00-a0a7-4055-8e06-579423a7b3ec
  InstallationDate: Installed on 2016-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b541 Chicony Electronics Co., Ltd 
   Bus 001 Device 004: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20EUS0
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/17/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R00ET37W (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EUS0
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET37W(1.12):bd01/17/2016:svnLENOVO:pn20EUS0:pvrThinkPadE460:rvnLENOVO:rn20EUS0:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20

[Kernel-packages] [Bug 1498667] Re: [Toshiba P50W-B00F] Touchscreen no longer working

2016-04-06 Thread Joseph Salisbury
Can you also give 4.6-rc2 a test:

http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.6-rc2-wily/

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

Title:
  [Toshiba P50W-B00F] Touchscreen no longer working

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Wily:
  In Progress
Status in linux source package in Xenial:
  In Progress

Bug description:
  Sometime in the last month or so my touchscreen stopped working on my
  Toshiba P50W. The dmesg log shows it constantly reconnecting to it:

  [  556.407964] usb 1-4: new full-speed USB device number 119 using xhci_hcd
  [  556.538341] usb 1-4: New USB device found, idVendor=04f3, idProduct=0381
  [  556.538347] usb 1-4: New USB device strings: Mfr=4, Product=14, 
SerialNumber=0
  [  556.538349] usb 1-4: Product: Touchscreen
  [  556.538351] usb 1-4: Manufacturer: ELAN
  [  556.538505] usb 1-4: ep 0x2 - rounding interval to 64 microframes, ep desc 
says 80 microframes
  [  556.547788] input: ELAN Touchscreen as 
/devices/pci:00/:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:0381.04A1/input/input2374
  [  556.600478] hid-multitouch 0003:04F3:0381.04A1: input,hiddev0,hidraw4: USB 
HID v1.10 Device [ELAN Touchscreen] on usb-:00:14.0-4/input0
  [  556.600584] usb 1-4: USB disconnect, device number 119

  [  556.860456] usb 1-4: new full-speed USB device number 120 using xhci_hcd
  [  556.990494] usb 1-4: New USB device found, idVendor=04f3, idProduct=0381
  [  556.990500] usb 1-4: New USB device strings: Mfr=4, Product=14, 
SerialNumber=0
  [  556.990503] usb 1-4: Product: Touchscreen
  [  556.990506] usb 1-4: Manufacturer: ELAN
  [  556.990755] usb 1-4: ep 0x2 - rounding interval to 64 microframes, ep desc 
says 80 microframes
  [  557.001248] input: ELAN Touchscreen as 
/devices/pci:00/:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:0381.04A2/input/input2376
  [  557.002517] hid-multitouch 0003:04F3:0381.04A2: input,hiddev0,hidraw4: USB 
HID v1.10 Device [ELAN Touchscreen] on usb-:00:14.0-4/input0
  [  557.013831] usb 1-4: USB disconnect, device number 120

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-11-generic 4.2.0-11.13
  ProcVersionSignature: Ubuntu 4.2.0-11.13-generic 4.2.1
  Uname: Linux 4.2.0-11-generic x86_64
  ApportVersion: 2.18.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  bob2041 F pulseaudio
   /dev/snd/controlC0:  bob2041 F pulseaudio
  CurrentDesktop: Unity
  Date: Wed Sep 23 09:46:25 2015
  HibernationDevice: RESUME=UUID=5033984a-21af-482d-a1fd-c075e818cd12
  InstallationDate: Installed on 2013-12-26 (635 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MachineType: TOSHIBA Satellite P50W-B
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-11-generic 
root=UUID=885f0f10-b818-4eb4-8ff4-d067e16bef2f ro quiet splash nomdmonddf 
nomdmonisw nomdmonddf nomdmonisw nomdmonddf nomdmonisw nomdmonddf nomdmonisw 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-11-generic N/A
   linux-backports-modules-4.2.0-11-generic  N/A
   linux-firmware1.148
  SourcePackage: linux
  UpgradeStatus: Upgraded to wily on 2013-12-26 (635 days ago)
  dmi.bios.date: 08/08/2014
  dmi.bios.vendor: INSYDE Corp.
  dmi.bios.version: 1.40
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Type2 - Board Product Name1
  dmi.board.vendor: Type2 - Board Vendor Name1
  dmi.board.version: Type2 - Board Version
  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.40:bd08/08/2014:svnTOSHIBA:pnSatelliteP50W-B:pvrPSVP2A-00F002:rvnType2-BoardVendorName1:rnType2-BoardProductName1:rvrType2-BoardVersion:cvnOEMChassisManuFacturer:ct10:cvrOEMChassisVersion:
  dmi.product.name: Satellite P50W-B
  dmi.product.version: PSVP2A-00F002
  dmi.sys.vendor: TOSHIBA

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1498667/+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 1542716] Re: [Fujitsu LIFEBOOK S935] Touchpad doesn't work, new info

2016-04-06 Thread mauribera
Dear Chris, I installed the latest Kernel and there was no change. 
However I have a new info to provide which might help.
I booted the laptop with the Windows 7 installatin CD just to check that 
the touchpad was still working. When Windows was ready to start the 
installation I canceled it, quickly ejected the CD and the PC moved to 
Ubuntu prompt to load the OS and after a few seconds to the Ubuntu log 
in page. After this, the touchpad started to work perfectly.
When I re-booted the system from the pre-intalled Ubuntu the touchpad 
was dead again.
I made also attempts with live CD of other distributions, e.g., Suse and 
Red Hat, without any success.
Apparently Windows loads the driver which is utilized by Ubuntu if load 
just after.

Looking forward to hearing form you.
Best regards, maurizio


On 04/03/2016 09:04 PM, Christopher M. Penalver wrote:
> mauribera, to keep this bug relevant to upstream, one would want to test
> the latest mainline kernel as it comes out (now 4.6-rc2). Could you
> please advise?
>

-- 
Maurizio Ribera d'Alcala'
Department of Integrative Marine Ecology
Stazione Zoologica Anton Dohrn
Villa Comunale, 80121 Napoli - Italy
tel: +39-081-5833245
fax: +39-081-5833224
e-mail: mauri...@szn.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/1542716

Title:
  [Fujitsu LIFEBOOK S935] Touchpad doesn't work

Status in linux package in Ubuntu:
  Triaged

Bug description:
  the touchpad is recognized, e.g., xinput but does not respond at all. It 
worked under the original win7 installaion
  thanks for your help

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.19.0-49.55~14.04.1-generic 3.19.8-ckt12
  Uname: Linux 3.19.0-49-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Sat Feb  6 21:36:22 2016
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
 Subsystem: Fujitsu Limited. Device [10cf:1896]
  InstallationDate: Installed on 2016-01-30 (7 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: FUJITSU LIFEBOOK S935
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-49-generic.efi.signed 
root=UUID=b2e8253b-e0f4-4300-b611-ab33856023ba ro quiet splash nomdmonddf 
nomdmonisw vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/02/2015
  dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
  dmi.bios.version: Version 1.11
  dmi.board.name: FJNB284
  dmi.board.vendor: FUJITSU
  dmi.board.version: C3
  dmi.chassis.type: 10
  dmi.chassis.vendor: FUJITSU
  dmi.chassis.version: LIFEBOOK S935
  dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvrVersion1.11:bd06/02/2015:svnFUJITSU:pnLIFEBOOKS935:pvr1060173:rvnFUJITSU:rnFJNB284:rvrC3:cvnFUJITSU:ct10:cvrLIFEBOOKS935:
  dmi.product.name: LIFEBOOK S935
  dmi.product.version: 1060173
  dmi.sys.vendor: FUJITSU
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri N/A
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Sat Feb  6 15:28:02 2016
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id5138 
   vendor SHP
  xserver.version: 2:1.17.1-0ubuntu3~trusty1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1542716/+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 1499869] Re: maas wily deployment to HP Proliant m400 arm64 server cartridge fails

2016-04-06 Thread Ryan Harper
** Changed in: curtin
   Status: New => Invalid

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

Title:
  maas wily deployment to HP Proliant m400 arm64 server cartridge fails

Status in cloud-init:
  Confirmed
Status in curtin:
  Invalid
Status in cloud-init package in Ubuntu:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Vivid:
  Fix Released
Status in cloud-init source package in Wily:
  Fix Released
Status in linux source package in Wily:
  Fix Released

Bug description:
  This is the error seen on the console:

  [   64.149080] cloud-init[834]: 2015-08-27 15:03:29,289 - util.py[WARNING]: 
Failed fetching metadata from url http://10.229.32.21/MAAS/metadata/curtin
  [  124.513212] cloud-init[834]: 2015-09-24 17:23:10,006 - 
url_helper.py[WARNING]: Calling 
'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed 
[2427570/120s]: request error [HTTPConnectionPool(host='169.254.169.254', 
port=80): Max retries exceeded with url: /2009-04-04/meta-data/instance-id 
(Caused by 
ConnectTimeoutError(, 'Connection to 169.254.169.254 timed out. (connect 
timeout=50.0)'))]
  [  124.515570] cloud-init[834]: 2015-09-24 17:23:10,007 - 
DataSourceEc2.py[CRITICAL]: Giving up on md from 
['http://169.254.169.25/2009-04-04/meta-data/instance-id'] after 2427570 seconds
  [  124.531624] cloud-init[834]: 2015-09-24 17:23:10,024 - 
url_helper.py[WARNING]: Calling 'http:///latest/meta-data/instance-id' failed [0/120s]: bad status code [404]

  This times out eventually and the node is left at the login prompt. I
  can install wily via netboot without issue and some time back, wily
  was deployable to this node from MAAS.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1499869/+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 1566973] [NEW] linux-lts-utopic: 3.16.0-70.90~14.04.1 -proposed tracker

2016-04-06 Thread Kamal Mostafa
Public bug reported:

This bug is for tracking the 3.16.0-70.90~14.04.1 upload package. This
bug will contain status and testing results related to that upload.

For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
kernel-stable-Prepare-package-start:Wednesday, 06. April 2016 16:36 UTC
kernel-stable-phase:Prepare
kernel-stable-phase-changed:Wednesday, 06. April 2016 16:36 UTC

** Affects: kernel-sru-workflow
 Importance: Medium
 Status: In Progress

** Affects: kernel-sru-workflow/automated-testing
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/certification-testing
 Importance: Medium
 Assignee: Canonical Hardware Certification (canonical-hw-cert)
 Status: New

** Affects: kernel-sru-workflow/prepare-package
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/prepare-package-meta
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/prepare-package-signed
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/promote-to-proposed
 Importance: Medium
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/promote-to-security
 Importance: Medium
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/promote-to-updates
 Importance: Medium
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/regression-testing
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/security-signoff
 Importance: Medium
 Assignee: Canonical Security Team (canonical-security)
 Status: New

** Affects: kernel-sru-workflow/verification-testing
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: linux-lts-utopic (Ubuntu)
 Importance: Medium
 Status: New

** Affects: linux-lts-utopic (Ubuntu Trusty)
 Importance: Medium
 Status: New


** Tags: block-proposed-trusty kernel-release-tracking-bug trusty

** Tags added: kernel-release-tracking-bug

** Tags added: block-proposed-trusty

** Also affects: linux-lts-utopic (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Tags added: trusty

** Also affects: kernel-sru-workflow/automated-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/certification-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package-meta
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package-signed
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-proposed
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-security
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-updates
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/regression-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/security-signoff
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/verification-testing
   Importance: Undecided
   Status: New

** Changed in: kernel-sru-workflow
   Status: New => In Progress

** Changed in: kernel-sru-workflow
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/automated-testing
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/automated-testing
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-sru-workflow/certification-testing
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: (unassigned) => Canonical Hardware Certification 
(canonical-hw-cert)

** Changed in: kernel-sru-workflow/prepare-package
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/prepare-package
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-sru-workflow/prepare-package-meta
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/prepare-package-meta
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-sru-workflow/prepare-package-signed
   Importance: Undecided => Medium

** Changed in: ker

[Kernel-packages] [Bug 1438510] Re: [REGRESSION] bluetooth headset no longer supports a2dp

2016-04-06 Thread Dariusz Płoszaj
I have the same problem in Ubuntu 16.04 beta 2...I have JBL bluetooth
speaker and can't change quality of sound from HSP to A2DP

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

Title:
  [REGRESSION] bluetooth headset no longer supports a2dp

Status in bluez package in Ubuntu:
  Confirmed
Status in pulseaudio package in Ubuntu:
  Confirmed
Status in bluez source package in Vivid:
  Confirmed
Status in pulseaudio source package in Vivid:
  Confirmed

Bug description:
  Just installed 15.04 fresh from the latest ISO (beta2).

  I'm bummed to see my bluetooth headset (Bose Soundlink overear) seems
  to have regressed in functionality.

  In 14.10, I was able to set the output profile either to a2dp or
  hsp/hfp (telephony duplex).

  In 15.04, it only works in telephony duplex mode.  I can't get high
  fidelity sound playback to work at all.

  This thread seems to be related, though the workaround within did not solve 
the problem for me:
  https://bbs.archlinux.org/viewtopic.php?id=194006

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1438510/+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


  1   2   3   >