[Kernel-packages] [Bug 1979886] Re: xHCI race conditions 5.15.0-40-generic

2023-01-03 Thread Jérôme Poulin
I can confirm the same kind of behavior on a ASMedia Technology Inc.
ASM2142/ASM3142 USB 3.1 Host Controller.

It has been plaguing me for years, xhci_hcd seems broken when using USB
hubs such as the one used by the Valve Index (VR headset).  I have to
use my reset_usb script once in a while to rebind xhci_hcd and reset the
whole thing.  At least I don't have to reboot anymore but it is more
than annoying.

Same behavior as yours, USB works then suddenly one or more device
behind the hub stops responding.  Then everything is frozen until I
unplug a device, then it loops with

[46588.094379] hub 3-2:1.0: hub_ext_port_status failed (err = -110)

This script is able to reset the driver to make everything working again
but, of course, will crash my virtual reality session.

```
#!/bin/bash
[ `id -u` -ne 0 ] && exec sudo "$0"
cd /sys/bus/pci/drivers/xhci_hcd
BUS=":b3:00.0"
echo "$BUS" > unbind
sleep 5
echo "$BUS" > bind
sleep 5
find "$BUS/" -name control -exec /bin/sh -c "echo on > {}" \;
```

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

Title:
  xHCI race conditions 5.15.0-40-generic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  In 22.04 there are plenty of usb troubles from xHCI

  Some hardware gets the xHCI dead and complete usb shutdown
  other hardware works better with first tier of hubs
  second hub tier is still unreliable, pointing to race conditions

  troubled devices seems to be VIA 2109:0822 2109:0715

  Here I have a 5 Gb/port, hub then hub 2109:0822

  echoed to console:
  Jun 19 23:51:15  kernel: [29817.094981] hub 2-5:1.0: hub_ext_port_status 
failed (err = -110)
  Jun 19 23:51:17  kernel: [29819.142955] usb 2-5.3: Port disable: can't 
disable remote wake
  Jun 19 23:51:18  kernel: [29820.166925] usb 2-5-port3: cannot disable (err = 
-110)
  Jun 19 23:51:20  kernel: [29822.374883] usb 1-8: Failed to suspend device, 
error -110
  Jun 19 23:51:23  kernel: [29825.286836] hub 2-5:1.0: hub_ext_port_status 
failed (err = -110)

  key here: Port disable: can't disable remote wake
  -110 is ETIMEDOUT which when plugged in direct host produces xHCI dead

  If the device is unplugged, unplug is undetected and leads to infinite errors 
-110 -71
  — missed unplug has also been seen with usb storage 2109:0715

  other key errors:
  LPM exit latency is zeroed, disabling LPM.
  usb_reset_and_verify_device Failed to disable LPM

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-5.15.0-40-generic 5.15.0-40.43
  ProcVersionSignature: Ubuntu 5.15.0-40.43-generic 5.15.35
  Uname: Linux 5.15.0-40-generic x86_64
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl icp
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC0', '/dev/snd/hwC0D2', '/dev/snd/pcmC0D10p', 
'/dev/snd/pcmC0D9p', '/dev/snd/pcmC0D8p', '/dev/snd/pcmC0D7p', 
'/dev/snd/pcmC0D3p', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1:
  CRDA: N/A
  CasperMD5CheckResult: unknown
  Date: Sat Jun 25 08:49:26 2022
  HibernationDevice: RESUME=none
  MachineType: Apple Inc. Macmini8,1
  ProcEnviron:
   SHELL=/bin/bash
   LANG=en_US.UTF-8
   TERM=screen
   PATH=(custom, no user)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: root=ZFS=rpool/ROOT/ubuntu_mc4at7 ro 
initrd=EFI\hostname\initrd.img
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-40-generic N/A
   linux-backports-modules-5.15.0-40-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/24/2022
  dmi.bios.release: 0.1
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: 1731.120.10.0.0 (iBridge: 19.16.15071.0.0,0)
  dmi.board.name: Mac-7BA5B2DFE22DDD8C
  dmi.board.vendor: Apple Inc.
  dmi.board.version: Macmini8,1
  dmi.chassis.type: 9
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-7BA5B2DFE22DDD8C
  dmi.modalias: 
dmi:bvnAppleInc.:bvr1731.120.10.0.0(iBridge19.16.15071.0.0,0):bd04/24/2022:br0.1:svnAppleInc.:pnMacmini8,1:pvr1.0:rvnAppleInc.:rnMac-7BA5B2DFE22DDD8C:rvrMacmini8,1:cvnAppleInc.:ct9:cvrMac-7BA5B2DFE22DDD8C:sku:
  dmi.product.family: Mac mini
  dmi.product.name: Macmini8,1
  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/1979886/+subscriptions


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

[Kernel-packages] [Bug 1423796] Re: Unable to mount lvmcache root device at boot time

2016-11-27 Thread Jérôme Poulin
That new file could be added to the thin-provisioning-tools which would
trigger an initramfs update.

I forgot to remove cache_dump, cache_restore and cache_metadata_size
which are not needed to boot.

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

Title:
  Unable to mount lvmcache root device at boot time

Status in initramfs-tools package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed
Status in lvm2 package in Ubuntu:
  Confirmed

Bug description:
  I'm experimenting with Vivid Vervet on a virtual machine and tried a
  new LVM feature, lvmcache. I made a cache for the root file system,
  rebuilt the initrd and rebooted the VM.

  At boot time, the system failed to activate the root LV. After some
  investigation, I found out, it's because the initrd is missing some
  essential stuff needed for activating a cached LV.

  The initrd was missing the dm-cache module. I regenerated the initrd
  with explicitly listing dm-cache in /etc/initramfs-tools/modules, but
  the system still can't boot up, because now it is missing the
  /usr/sbin/cache_check utility.

  As SSDs are becoming more and more common, I think it will be common
  to use them as cache for root file systems, thus it is mandatory to
  make sure that an initrd can mount an lvmcached root device when
  necessary, preferably without /etc/initramfs-tools/modules and other
  manual initrd hacking.

  System details:

  Linux lvmvm 3.18.0-13-generic #14-Ubuntu SMP Fri Feb 6 09:55:14 UTC
  2015 x86_64 x86_64 x86_64 GNU/Linux

  Distributor ID:   Ubuntu
  Description:  Ubuntu Vivid Vervet (development branch)
  Release:  15.04
  Codename: vivid

  LVM version: 2.02.111(2) (2014-09-01)
  Library version: 1.02.90 (2014-09-01)
  Driver version:  4.28.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1423796/+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 1423796] Re: Unable to mount lvmcache root device at boot time

2016-11-27 Thread Jérôme Poulin
After making my system work again, which took a while since most live
media and even the installer don't support LVM cache, I had it working
for writeback on my system with the following.

/etc/initramfs-tools/hooks/lvm2_cache
{{{
#!/bin/sh

PREREQ="lvm2"

prereqs()
{
echo "$PREREQ"
}

case $1 in
prereqs)
prereqs
exit 0
;;
esac

if [ ! -x /sbin/lvm ]; then
exit 0
fi

. /usr/share/initramfs-tools/hook-functions

copy_exec /usr/sbin/cache_check
copy_exec /usr/sbin/cache_dump
copy_exec /usr/sbin/cache_metadata_size
copy_exec /usr/sbin/cache_repair
copy_exec /usr/sbin/cache_restore

for x in dm_cache_cleaner dm_cache_smq dm_cache dm_persistent_data dm_bio_prison
do
manual_add_modules ${x}
done
}}}

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

Title:
  Unable to mount lvmcache root device at boot time

Status in initramfs-tools package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed
Status in lvm2 package in Ubuntu:
  Confirmed

Bug description:
  I'm experimenting with Vivid Vervet on a virtual machine and tried a
  new LVM feature, lvmcache. I made a cache for the root file system,
  rebuilt the initrd and rebooted the VM.

  At boot time, the system failed to activate the root LV. After some
  investigation, I found out, it's because the initrd is missing some
  essential stuff needed for activating a cached LV.

  The initrd was missing the dm-cache module. I regenerated the initrd
  with explicitly listing dm-cache in /etc/initramfs-tools/modules, but
  the system still can't boot up, because now it is missing the
  /usr/sbin/cache_check utility.

  As SSDs are becoming more and more common, I think it will be common
  to use them as cache for root file systems, thus it is mandatory to
  make sure that an initrd can mount an lvmcached root device when
  necessary, preferably without /etc/initramfs-tools/modules and other
  manual initrd hacking.

  System details:

  Linux lvmvm 3.18.0-13-generic #14-Ubuntu SMP Fri Feb 6 09:55:14 UTC
  2015 x86_64 x86_64 x86_64 GNU/Linux

  Distributor ID:   Ubuntu
  Description:  Ubuntu Vivid Vervet (development branch)
  Release:  15.04
  Codename: vivid

  LVM version: 2.02.111(2) (2014-09-01)
  Library version: 1.02.90 (2014-09-01)
  Driver version:  4.28.0

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

2015-07-26 Thread Jérôme Poulin
apport information

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

Title:
  Backlight keys not working on ASUS N550JK

Status in linux package in Ubuntu:
  Expired

Bug description:
  Backlight keys are not working when logged in the desktop, using
  /sys/class/backlight/intel_backlight/brightness can adjust the
  brightness.

  Usual workarounds listed in
  https://wiki.ubuntu.com/Kernel/Debugging/Backlight are not working.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-30-generic 3.16.0-30.40~14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Feb 13 15:46:37 2015
  SourcePackage: linux-lts-utopic
  UpgradeStatus: Upgraded to trusty on 2014-03-25 (325 days ago)
  --- 
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jerome.poulin   3195 F pulseaudio
   /dev/snd/controlC1:  jerome.poulin   3195 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  MachineType: ASUSTeK COMPUTER INC. N550JK
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: root=/dev/vgUbuntu/root initrd=EFI/ubuntuefi/initrd splash 
quiet resume=/dev/mapper/vgUbuntu-swap acpi_osi=
  ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
  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
  Tags:  vivid
  Uname: Linux 3.19.0-22-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-06-12 (44 days ago)
  UserGroups: adm dialout docker fuse kismet libvirtd lp messagebus mlocate 
plugdev pulse-access src sudo users vboxusers video wireshark
  _MarkForUpload: True
  dmi.bios.date: 09/26/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: N550JK.208
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: N550JK
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrN550JK.208:bd09/26/2014:svnASUSTeKCOMPUTERINC.:pnN550JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnN550JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: N550JK
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

2015-07-26 Thread Jérôme Poulin
apport information

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

Title:
  Backlight keys not working on ASUS N550JK

Status in linux package in Ubuntu:
  Expired

Bug description:
  Backlight keys are not working when logged in the desktop, using
  /sys/class/backlight/intel_backlight/brightness can adjust the
  brightness.

  Usual workarounds listed in
  https://wiki.ubuntu.com/Kernel/Debugging/Backlight are not working.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-30-generic 3.16.0-30.40~14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Feb 13 15:46:37 2015
  SourcePackage: linux-lts-utopic
  UpgradeStatus: Upgraded to trusty on 2014-03-25 (325 days ago)
  --- 
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jerome.poulin   3195 F pulseaudio
   /dev/snd/controlC1:  jerome.poulin   3195 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  MachineType: ASUSTeK COMPUTER INC. N550JK
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: root=/dev/vgUbuntu/root initrd=EFI/ubuntuefi/initrd splash 
quiet resume=/dev/mapper/vgUbuntu-swap acpi_osi=
  ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
  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
  Tags:  vivid
  Uname: Linux 3.19.0-22-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-06-12 (44 days ago)
  UserGroups: adm dialout docker fuse kismet libvirtd lp messagebus mlocate 
plugdev pulse-access src sudo users vboxusers video wireshark
  _MarkForUpload: True
  dmi.bios.date: 09/26/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: N550JK.208
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: N550JK
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrN550JK.208:bd09/26/2014:svnASUSTeKCOMPUTERINC.:pnN550JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnN550JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: N550JK
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

2015-07-26 Thread Jérôme Poulin
apport information

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

Title:
  Backlight keys not working on ASUS N550JK

Status in linux package in Ubuntu:
  Expired

Bug description:
  Backlight keys are not working when logged in the desktop, using
  /sys/class/backlight/intel_backlight/brightness can adjust the
  brightness.

  Usual workarounds listed in
  https://wiki.ubuntu.com/Kernel/Debugging/Backlight are not working.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-30-generic 3.16.0-30.40~14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Feb 13 15:46:37 2015
  SourcePackage: linux-lts-utopic
  UpgradeStatus: Upgraded to trusty on 2014-03-25 (325 days ago)
  --- 
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jerome.poulin   3195 F pulseaudio
   /dev/snd/controlC1:  jerome.poulin   3195 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  MachineType: ASUSTeK COMPUTER INC. N550JK
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: root=/dev/vgUbuntu/root initrd=EFI/ubuntuefi/initrd splash 
quiet resume=/dev/mapper/vgUbuntu-swap acpi_osi=
  ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
  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
  Tags:  vivid
  Uname: Linux 3.19.0-22-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-06-12 (44 days ago)
  UserGroups: adm dialout docker fuse kismet libvirtd lp messagebus mlocate 
plugdev pulse-access src sudo users vboxusers video wireshark
  _MarkForUpload: True
  dmi.bios.date: 09/26/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: N550JK.208
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: N550JK
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrN550JK.208:bd09/26/2014:svnASUSTeKCOMPUTERINC.:pnN550JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnN550JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: N550JK
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

2015-07-26 Thread Jérôme Poulin
apport information

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

Title:
  Backlight keys not working on ASUS N550JK

Status in linux package in Ubuntu:
  Expired

Bug description:
  Backlight keys are not working when logged in the desktop, using
  /sys/class/backlight/intel_backlight/brightness can adjust the
  brightness.

  Usual workarounds listed in
  https://wiki.ubuntu.com/Kernel/Debugging/Backlight are not working.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-30-generic 3.16.0-30.40~14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Feb 13 15:46:37 2015
  SourcePackage: linux-lts-utopic
  UpgradeStatus: Upgraded to trusty on 2014-03-25 (325 days ago)
  --- 
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jerome.poulin   3195 F pulseaudio
   /dev/snd/controlC1:  jerome.poulin   3195 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  MachineType: ASUSTeK COMPUTER INC. N550JK
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: root=/dev/vgUbuntu/root initrd=EFI/ubuntuefi/initrd splash 
quiet resume=/dev/mapper/vgUbuntu-swap acpi_osi=
  ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
  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
  Tags:  vivid
  Uname: Linux 3.19.0-22-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-06-12 (44 days ago)
  UserGroups: adm dialout docker fuse kismet libvirtd lp messagebus mlocate 
plugdev pulse-access src sudo users vboxusers video wireshark
  _MarkForUpload: True
  dmi.bios.date: 09/26/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: N550JK.208
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: N550JK
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrN550JK.208:bd09/26/2014:svnASUSTeKCOMPUTERINC.:pnN550JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnN550JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: N550JK
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

2015-07-26 Thread Jérôme Poulin
apport information

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

Title:
  Backlight keys not working on ASUS N550JK

Status in linux package in Ubuntu:
  Expired

Bug description:
  Backlight keys are not working when logged in the desktop, using
  /sys/class/backlight/intel_backlight/brightness can adjust the
  brightness.

  Usual workarounds listed in
  https://wiki.ubuntu.com/Kernel/Debugging/Backlight are not working.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-30-generic 3.16.0-30.40~14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Feb 13 15:46:37 2015
  SourcePackage: linux-lts-utopic
  UpgradeStatus: Upgraded to trusty on 2014-03-25 (325 days ago)
  --- 
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jerome.poulin   3195 F pulseaudio
   /dev/snd/controlC1:  jerome.poulin   3195 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  MachineType: ASUSTeK COMPUTER INC. N550JK
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: root=/dev/vgUbuntu/root initrd=EFI/ubuntuefi/initrd splash 
quiet resume=/dev/mapper/vgUbuntu-swap acpi_osi=
  ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
  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
  Tags:  vivid
  Uname: Linux 3.19.0-22-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-06-12 (44 days ago)
  UserGroups: adm dialout docker fuse kismet libvirtd lp messagebus mlocate 
plugdev pulse-access src sudo users vboxusers video wireshark
  _MarkForUpload: True
  dmi.bios.date: 09/26/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: N550JK.208
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: N550JK
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrN550JK.208:bd09/26/2014:svnASUSTeKCOMPUTERINC.:pnN550JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnN550JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: N550JK
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

2015-07-26 Thread Jérôme Poulin
apport information

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

Title:
  Backlight keys not working on ASUS N550JK

Status in linux package in Ubuntu:
  Expired

Bug description:
  Backlight keys are not working when logged in the desktop, using
  /sys/class/backlight/intel_backlight/brightness can adjust the
  brightness.

  Usual workarounds listed in
  https://wiki.ubuntu.com/Kernel/Debugging/Backlight are not working.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-30-generic 3.16.0-30.40~14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Feb 13 15:46:37 2015
  SourcePackage: linux-lts-utopic
  UpgradeStatus: Upgraded to trusty on 2014-03-25 (325 days ago)
  --- 
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jerome.poulin   3195 F pulseaudio
   /dev/snd/controlC1:  jerome.poulin   3195 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  MachineType: ASUSTeK COMPUTER INC. N550JK
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: root=/dev/vgUbuntu/root initrd=EFI/ubuntuefi/initrd splash 
quiet resume=/dev/mapper/vgUbuntu-swap acpi_osi=
  ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
  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
  Tags:  vivid
  Uname: Linux 3.19.0-22-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-06-12 (44 days ago)
  UserGroups: adm dialout docker fuse kismet libvirtd lp messagebus mlocate 
plugdev pulse-access src sudo users vboxusers video wireshark
  _MarkForUpload: True
  dmi.bios.date: 09/26/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: N550JK.208
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: N550JK
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrN550JK.208:bd09/26/2014:svnASUSTeKCOMPUTERINC.:pnN550JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnN550JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: N550JK
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

2015-07-26 Thread Jérôme Poulin
apport information

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

Title:
  Backlight keys not working on ASUS N550JK

Status in linux package in Ubuntu:
  Expired

Bug description:
  Backlight keys are not working when logged in the desktop, using
  /sys/class/backlight/intel_backlight/brightness can adjust the
  brightness.

  Usual workarounds listed in
  https://wiki.ubuntu.com/Kernel/Debugging/Backlight are not working.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-30-generic 3.16.0-30.40~14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Feb 13 15:46:37 2015
  SourcePackage: linux-lts-utopic
  UpgradeStatus: Upgraded to trusty on 2014-03-25 (325 days ago)
  --- 
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jerome.poulin   3195 F pulseaudio
   /dev/snd/controlC1:  jerome.poulin   3195 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  MachineType: ASUSTeK COMPUTER INC. N550JK
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: root=/dev/vgUbuntu/root initrd=EFI/ubuntuefi/initrd splash 
quiet resume=/dev/mapper/vgUbuntu-swap acpi_osi=
  ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
  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
  Tags:  vivid
  Uname: Linux 3.19.0-22-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-06-12 (44 days ago)
  UserGroups: adm dialout docker fuse kismet libvirtd lp messagebus mlocate 
plugdev pulse-access src sudo users vboxusers video wireshark
  _MarkForUpload: True
  dmi.bios.date: 09/26/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: N550JK.208
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: N550JK
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrN550JK.208:bd09/26/2014:svnASUSTeKCOMPUTERINC.:pnN550JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnN550JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: N550JK
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

2015-07-26 Thread Jérôme Poulin
apport information

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

Title:
  Backlight keys not working on ASUS N550JK

Status in linux package in Ubuntu:
  Expired

Bug description:
  Backlight keys are not working when logged in the desktop, using
  /sys/class/backlight/intel_backlight/brightness can adjust the
  brightness.

  Usual workarounds listed in
  https://wiki.ubuntu.com/Kernel/Debugging/Backlight are not working.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-30-generic 3.16.0-30.40~14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Feb 13 15:46:37 2015
  SourcePackage: linux-lts-utopic
  UpgradeStatus: Upgraded to trusty on 2014-03-25 (325 days ago)
  --- 
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jerome.poulin   3195 F pulseaudio
   /dev/snd/controlC1:  jerome.poulin   3195 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  MachineType: ASUSTeK COMPUTER INC. N550JK
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: root=/dev/vgUbuntu/root initrd=EFI/ubuntuefi/initrd splash 
quiet resume=/dev/mapper/vgUbuntu-swap acpi_osi=
  ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
  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
  Tags:  vivid
  Uname: Linux 3.19.0-22-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-06-12 (44 days ago)
  UserGroups: adm dialout docker fuse kismet libvirtd lp messagebus mlocate 
plugdev pulse-access src sudo users vboxusers video wireshark
  _MarkForUpload: True
  dmi.bios.date: 09/26/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: N550JK.208
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: N550JK
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrN550JK.208:bd09/26/2014:svnASUSTeKCOMPUTERINC.:pnN550JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnN550JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: N550JK
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

2015-07-26 Thread Jérôme Poulin
apport information

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

Title:
  Backlight keys not working on ASUS N550JK

Status in linux package in Ubuntu:
  Expired

Bug description:
  Backlight keys are not working when logged in the desktop, using
  /sys/class/backlight/intel_backlight/brightness can adjust the
  brightness.

  Usual workarounds listed in
  https://wiki.ubuntu.com/Kernel/Debugging/Backlight are not working.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-30-generic 3.16.0-30.40~14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Feb 13 15:46:37 2015
  SourcePackage: linux-lts-utopic
  UpgradeStatus: Upgraded to trusty on 2014-03-25 (325 days ago)
  --- 
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jerome.poulin   3195 F pulseaudio
   /dev/snd/controlC1:  jerome.poulin   3195 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  MachineType: ASUSTeK COMPUTER INC. N550JK
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: root=/dev/vgUbuntu/root initrd=EFI/ubuntuefi/initrd splash 
quiet resume=/dev/mapper/vgUbuntu-swap acpi_osi=
  ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
  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
  Tags:  vivid
  Uname: Linux 3.19.0-22-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-06-12 (44 days ago)
  UserGroups: adm dialout docker fuse kismet libvirtd lp messagebus mlocate 
plugdev pulse-access src sudo users vboxusers video wireshark
  _MarkForUpload: True
  dmi.bios.date: 09/26/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: N550JK.208
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: N550JK
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrN550JK.208:bd09/26/2014:svnASUSTeKCOMPUTERINC.:pnN550JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnN550JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: N550JK
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

2015-07-26 Thread Jérôme Poulin
apport information

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

Title:
  Backlight keys not working on ASUS N550JK

Status in linux package in Ubuntu:
  Expired

Bug description:
  Backlight keys are not working when logged in the desktop, using
  /sys/class/backlight/intel_backlight/brightness can adjust the
  brightness.

  Usual workarounds listed in
  https://wiki.ubuntu.com/Kernel/Debugging/Backlight are not working.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-30-generic 3.16.0-30.40~14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Feb 13 15:46:37 2015
  SourcePackage: linux-lts-utopic
  UpgradeStatus: Upgraded to trusty on 2014-03-25 (325 days ago)
  --- 
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jerome.poulin   3195 F pulseaudio
   /dev/snd/controlC1:  jerome.poulin   3195 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  MachineType: ASUSTeK COMPUTER INC. N550JK
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: root=/dev/vgUbuntu/root initrd=EFI/ubuntuefi/initrd splash 
quiet resume=/dev/mapper/vgUbuntu-swap acpi_osi=
  ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
  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
  Tags:  vivid
  Uname: Linux 3.19.0-22-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-06-12 (44 days ago)
  UserGroups: adm dialout docker fuse kismet libvirtd lp messagebus mlocate 
plugdev pulse-access src sudo users vboxusers video wireshark
  _MarkForUpload: True
  dmi.bios.date: 09/26/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: N550JK.208
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: N550JK
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrN550JK.208:bd09/26/2014:svnASUSTeKCOMPUTERINC.:pnN550JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnN550JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: N550JK
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1421834/+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 1421834] Re: Backlight keys not working on ASUS N550JK

2015-07-26 Thread Jérôme Poulin
It now works on Ubuntu Vivid only if «acpi_osi=» is added to GRUB.

** Tags added: apport-collected vivid

** Description changed:

  Backlight keys are not working when logged in the desktop, using
  /sys/class/backlight/intel_backlight/brightness can adjust the
  brightness.
  
  Usual workarounds listed in
  https://wiki.ubuntu.com/Kernel/Debugging/Backlight are not working.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-30-generic 3.16.0-30.40~14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Feb 13 15:46:37 2015
  SourcePackage: linux-lts-utopic
  UpgradeStatus: Upgraded to trusty on 2014-03-25 (325 days ago)
+ --- 
+ ApportVersion: 2.17.2-0ubuntu1.1
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  jerome.poulin   3195 F pulseaudio
+  /dev/snd/controlC1:  jerome.poulin   3195 F pulseaudio
+ CurrentDesktop: Unity
+ DistroRelease: Ubuntu 15.04
+ MachineType: ASUSTeK COMPUTER INC. N550JK
+ Package: linux (not installed)
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: root=/dev/vgUbuntu/root initrd=EFI/ubuntuefi/initrd splash 
quiet resume=/dev/mapper/vgUbuntu-swap acpi_osi=
+ ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
+ 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
+ Tags:  vivid
+ Uname: Linux 3.19.0-22-generic x86_64
+ UpgradeStatus: Upgraded to vivid on 2015-06-12 (44 days ago)
+ UserGroups: adm dialout docker fuse kismet libvirtd lp messagebus mlocate 
plugdev pulse-access src sudo users vboxusers video wireshark
+ _MarkForUpload: True
+ dmi.bios.date: 09/26/2014
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: N550JK.208
+ dmi.board.asset.tag: ATN12345678901234567
+ dmi.board.name: N550JK
+ dmi.board.vendor: ASUSTeK COMPUTER INC.
+ dmi.board.version: 1.0
+ dmi.chassis.asset.tag: No Asset Tag
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: ASUSTeK COMPUTER INC.
+ dmi.chassis.version: 1.0
+ dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrN550JK.208:bd09/26/2014:svnASUSTeKCOMPUTERINC.:pnN550JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnN550JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
+ dmi.product.name: N550JK
+ dmi.product.version: 1.0
+ dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

Title:
  Backlight keys not working on ASUS N550JK

Status in linux package in Ubuntu:
  Expired

Bug description:
  Backlight keys are not working when logged in the desktop, using
  /sys/class/backlight/intel_backlight/brightness can adjust the
  brightness.

  Usual workarounds listed in
  https://wiki.ubuntu.com/Kernel/Debugging/Backlight are not working.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-30-generic 3.16.0-30.40~14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Feb 13 15:46:37 2015
  SourcePackage: linux-lts-utopic
  UpgradeStatus: Upgraded to trusty on 2014-03-25 (325 days ago)
  --- 
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jerome.poulin   3195 F pulseaudio
   /dev/snd/controlC1:  jerome.poulin   3195 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  MachineType: ASUSTeK COMPUTER INC. N550JK
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: root=/dev/vgUbuntu/root initrd=EFI/ubuntuefi/initrd splash 
quiet resume=/dev/mapper/vgUbuntu-swap acpi_osi=
  ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
  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
  Tags:  vivid
  Uname: Linux 3.19.0-22-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-06-12 (44 days ago)
  UserGroups: adm dialout docker fuse kismet libvirtd lp messagebus mlocate 
plugdev pulse-access src sudo users vboxusers video wireshark
  _MarkForUpload: True
  dmi.bios.date: 09/26/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: N550JK.208
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: N550JK
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 

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

2015-07-26 Thread Jérôme Poulin
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1421834/+attachment/4434289/+files/Lsusb.txt

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

Title:
  Backlight keys not working on ASUS N550JK

Status in linux package in Ubuntu:
  Expired

Bug description:
  Backlight keys are not working when logged in the desktop, using
  /sys/class/backlight/intel_backlight/brightness can adjust the
  brightness.

  Usual workarounds listed in
  https://wiki.ubuntu.com/Kernel/Debugging/Backlight are not working.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-30-generic 3.16.0-30.40~14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Feb 13 15:46:37 2015
  SourcePackage: linux-lts-utopic
  UpgradeStatus: Upgraded to trusty on 2014-03-25 (325 days ago)
  --- 
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jerome.poulin   3195 F pulseaudio
   /dev/snd/controlC1:  jerome.poulin   3195 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  MachineType: ASUSTeK COMPUTER INC. N550JK
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: root=/dev/vgUbuntu/root initrd=EFI/ubuntuefi/initrd splash 
quiet resume=/dev/mapper/vgUbuntu-swap acpi_osi=
  ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
  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
  Tags:  vivid
  Uname: Linux 3.19.0-22-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-06-12 (44 days ago)
  UserGroups: adm dialout docker fuse kismet libvirtd lp messagebus mlocate 
plugdev pulse-access src sudo users vboxusers video wireshark
  _MarkForUpload: True
  dmi.bios.date: 09/26/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: N550JK.208
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: N550JK
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrN550JK.208:bd09/26/2014:svnASUSTeKCOMPUTERINC.:pnN550JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnN550JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: N550JK
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

2015-07-26 Thread Jérôme Poulin
apport information

** Attachment added: JournalErrors.txt
   
https://bugs.launchpad.net/bugs/1421834/+attachment/4434287/+files/JournalErrors.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/1421834

Title:
  Backlight keys not working on ASUS N550JK

Status in linux package in Ubuntu:
  Expired

Bug description:
  Backlight keys are not working when logged in the desktop, using
  /sys/class/backlight/intel_backlight/brightness can adjust the
  brightness.

  Usual workarounds listed in
  https://wiki.ubuntu.com/Kernel/Debugging/Backlight are not working.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-30-generic 3.16.0-30.40~14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Feb 13 15:46:37 2015
  SourcePackage: linux-lts-utopic
  UpgradeStatus: Upgraded to trusty on 2014-03-25 (325 days ago)
  --- 
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jerome.poulin   3195 F pulseaudio
   /dev/snd/controlC1:  jerome.poulin   3195 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  MachineType: ASUSTeK COMPUTER INC. N550JK
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: root=/dev/vgUbuntu/root initrd=EFI/ubuntuefi/initrd splash 
quiet resume=/dev/mapper/vgUbuntu-swap acpi_osi=
  ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
  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
  Tags:  vivid
  Uname: Linux 3.19.0-22-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-06-12 (44 days ago)
  UserGroups: adm dialout docker fuse kismet libvirtd lp messagebus mlocate 
plugdev pulse-access src sudo users vboxusers video wireshark
  _MarkForUpload: True
  dmi.bios.date: 09/26/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: N550JK.208
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: N550JK
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrN550JK.208:bd09/26/2014:svnASUSTeKCOMPUTERINC.:pnN550JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnN550JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: N550JK
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

2015-07-26 Thread Jérôme Poulin
apport information

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

Title:
  Backlight keys not working on ASUS N550JK

Status in linux package in Ubuntu:
  Expired

Bug description:
  Backlight keys are not working when logged in the desktop, using
  /sys/class/backlight/intel_backlight/brightness can adjust the
  brightness.

  Usual workarounds listed in
  https://wiki.ubuntu.com/Kernel/Debugging/Backlight are not working.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-30-generic 3.16.0-30.40~14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Feb 13 15:46:37 2015
  SourcePackage: linux-lts-utopic
  UpgradeStatus: Upgraded to trusty on 2014-03-25 (325 days ago)
  --- 
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jerome.poulin   3195 F pulseaudio
   /dev/snd/controlC1:  jerome.poulin   3195 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  MachineType: ASUSTeK COMPUTER INC. N550JK
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: root=/dev/vgUbuntu/root initrd=EFI/ubuntuefi/initrd splash 
quiet resume=/dev/mapper/vgUbuntu-swap acpi_osi=
  ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
  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
  Tags:  vivid
  Uname: Linux 3.19.0-22-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-06-12 (44 days ago)
  UserGroups: adm dialout docker fuse kismet libvirtd lp messagebus mlocate 
plugdev pulse-access src sudo users vboxusers video wireshark
  _MarkForUpload: True
  dmi.bios.date: 09/26/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: N550JK.208
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: N550JK
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrN550JK.208:bd09/26/2014:svnASUSTeKCOMPUTERINC.:pnN550JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnN550JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: N550JK
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

2015-07-26 Thread Jérôme Poulin
apport information

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

Title:
  Backlight keys not working on ASUS N550JK

Status in linux package in Ubuntu:
  Expired

Bug description:
  Backlight keys are not working when logged in the desktop, using
  /sys/class/backlight/intel_backlight/brightness can adjust the
  brightness.

  Usual workarounds listed in
  https://wiki.ubuntu.com/Kernel/Debugging/Backlight are not working.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-30-generic 3.16.0-30.40~14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Feb 13 15:46:37 2015
  SourcePackage: linux-lts-utopic
  UpgradeStatus: Upgraded to trusty on 2014-03-25 (325 days ago)
  --- 
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jerome.poulin   3195 F pulseaudio
   /dev/snd/controlC1:  jerome.poulin   3195 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  MachineType: ASUSTeK COMPUTER INC. N550JK
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: root=/dev/vgUbuntu/root initrd=EFI/ubuntuefi/initrd splash 
quiet resume=/dev/mapper/vgUbuntu-swap acpi_osi=
  ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
  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
  Tags:  vivid
  Uname: Linux 3.19.0-22-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-06-12 (44 days ago)
  UserGroups: adm dialout docker fuse kismet libvirtd lp messagebus mlocate 
plugdev pulse-access src sudo users vboxusers video wireshark
  _MarkForUpload: True
  dmi.bios.date: 09/26/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: N550JK.208
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: N550JK
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrN550JK.208:bd09/26/2014:svnASUSTeKCOMPUTERINC.:pnN550JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnN550JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: N550JK
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

2015-07-26 Thread Jérôme Poulin
apport information

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

Title:
  Backlight keys not working on ASUS N550JK

Status in linux package in Ubuntu:
  Expired

Bug description:
  Backlight keys are not working when logged in the desktop, using
  /sys/class/backlight/intel_backlight/brightness can adjust the
  brightness.

  Usual workarounds listed in
  https://wiki.ubuntu.com/Kernel/Debugging/Backlight are not working.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-30-generic 3.16.0-30.40~14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Feb 13 15:46:37 2015
  SourcePackage: linux-lts-utopic
  UpgradeStatus: Upgraded to trusty on 2014-03-25 (325 days ago)
  --- 
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jerome.poulin   3195 F pulseaudio
   /dev/snd/controlC1:  jerome.poulin   3195 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  MachineType: ASUSTeK COMPUTER INC. N550JK
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: root=/dev/vgUbuntu/root initrd=EFI/ubuntuefi/initrd splash 
quiet resume=/dev/mapper/vgUbuntu-swap acpi_osi=
  ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
  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
  Tags:  vivid
  Uname: Linux 3.19.0-22-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-06-12 (44 days ago)
  UserGroups: adm dialout docker fuse kismet libvirtd lp messagebus mlocate 
plugdev pulse-access src sudo users vboxusers video wireshark
  _MarkForUpload: True
  dmi.bios.date: 09/26/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: N550JK.208
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: N550JK
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrN550JK.208:bd09/26/2014:svnASUSTeKCOMPUTERINC.:pnN550JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnN550JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: N550JK
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

2015-07-26 Thread Jérôme Poulin
apport information

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

Title:
  Backlight keys not working on ASUS N550JK

Status in linux package in Ubuntu:
  Expired

Bug description:
  Backlight keys are not working when logged in the desktop, using
  /sys/class/backlight/intel_backlight/brightness can adjust the
  brightness.

  Usual workarounds listed in
  https://wiki.ubuntu.com/Kernel/Debugging/Backlight are not working.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-30-generic 3.16.0-30.40~14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Feb 13 15:46:37 2015
  SourcePackage: linux-lts-utopic
  UpgradeStatus: Upgraded to trusty on 2014-03-25 (325 days ago)
  --- 
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jerome.poulin   3195 F pulseaudio
   /dev/snd/controlC1:  jerome.poulin   3195 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  MachineType: ASUSTeK COMPUTER INC. N550JK
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: root=/dev/vgUbuntu/root initrd=EFI/ubuntuefi/initrd splash 
quiet resume=/dev/mapper/vgUbuntu-swap acpi_osi=
  ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
  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
  Tags:  vivid
  Uname: Linux 3.19.0-22-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-06-12 (44 days ago)
  UserGroups: adm dialout docker fuse kismet libvirtd lp messagebus mlocate 
plugdev pulse-access src sudo users vboxusers video wireshark
  _MarkForUpload: True
  dmi.bios.date: 09/26/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: N550JK.208
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: N550JK
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrN550JK.208:bd09/26/2014:svnASUSTeKCOMPUTERINC.:pnN550JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnN550JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: N550JK
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1421834/+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 1421834] Re: Backlight keys not working on ASUS N550JK

2015-07-26 Thread Jérôme Poulin
I am currently running 4.2-rc3, I tested with acpi_osi= and backlight
control work, however, if I remove the workaround from GRUB command line
on boot, backlight keys stop working.

** Tags added: kernel-bug-exists-upstream-4.2-rc3

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

Title:
  Backlight keys not working on ASUS N550JK

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Backlight keys are not working when logged in the desktop, using
  /sys/class/backlight/intel_backlight/brightness can adjust the
  brightness.

  Usual workarounds listed in
  https://wiki.ubuntu.com/Kernel/Debugging/Backlight are not working.

  WORKAROUND: Add to GRUB:
  acpi_osi=

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-30-generic 3.16.0-30.40~14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Feb 13 15:46:37 2015
  SourcePackage: linux-lts-utopic
  UpgradeStatus: Upgraded to trusty on 2014-03-25 (325 days ago)
  ---
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jerome.poulin   3195 F pulseaudio
   /dev/snd/controlC1:  jerome.poulin   3195 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  MachineType: ASUSTeK COMPUTER INC. N550JK
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: root=/dev/vgUbuntu/root initrd=EFI/ubuntuefi/initrd splash 
quiet resume=/dev/mapper/vgUbuntu-swap acpi_osi=
  ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
  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
  Tags:  vivid
  Uname: Linux 3.19.0-22-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-06-12 (44 days ago)
  UserGroups: adm dialout docker fuse kismet libvirtd lp messagebus mlocate 
plugdev pulse-access src sudo users vboxusers video wireshark
  _MarkForUpload: True
  dmi.bios.date: 09/26/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: N550JK.208
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: N550JK
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrN550JK.208:bd09/26/2014:svnASUSTeKCOMPUTERINC.:pnN550JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnN550JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: N550JK
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1421834/+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 1463612] [NEW] LVM freeze when using vgchange on split mirror

2015-06-09 Thread Jérôme Poulin
Public bug reported:

Step to reproduce:
1. Create a VG with 2 disks.
2. Use lvcreate -m1 --mirrorlog mirrored -L 512M -n test vgTest
3. Use mkfs on the volume
4. Write some file and unplug one disk.
5. Unplug the other disk.
6. umount device, force removal using dmsetup remove -f on stuck devices.
7. dmsetup table shows nothing.
8. Plug back one disk.
9. Use vgchange -ay
10. Any LVM command will end in deadlock even after removing the disk.

Stack from dmesg:
[116167.589417] INFO: task vgchange:13916 blocked for more than 120 seconds.
[116167.589422]   Tainted: G   OE 3.16.0-38-generic 
#52~14.04.1-Ubuntu
[116167.589423] echo 0  /proc/sys/kernel/hung_task_timeout_secs disables 
this message.
[116167.589424] vgchangeD 88032ee930c0 0 13916  11903 0x0004
[116167.589428]  8800370539a0 0086 88017fa1b2f0 
880037053fd8
[116167.589430]  000130c0 000130c0 88012ae07010 
88032ee939c0
[116167.589432]  88017fa1b2f0 7fff 88017fa1b2f0 

[116167.589434] Call Trace:
[116167.589441]  [817699f9] schedule+0x29/0x70
[116167.589443]  [81768dd9] schedule_timeout+0x229/0x2a0
[116167.589448]  [81355338] ? submit_bio+0x78/0x160
[116167.589453]  [8101bdb9] ? read_tsc+0x9/0x20
[116167.589456]  [810d9438] ? ktime_get_ts+0x48/0xe0
[116167.589458]  [8176a0cb] io_schedule_timeout+0x9b/0xf0
[116167.589462]  [815edd40] ? bio_next_page+0x20/0x20
[116167.589465]  [8176afe6] wait_for_completion_io+0xa6/0x160
[116167.589468]  [810a1550] ? wake_up_state+0x20/0x20
[116167.589471]  [815ee3d5] sync_io+0xb5/0x110
[116167.589473]  [81769dc9] ? _cond_resched+0x29/0x40
[116167.589475]  [8176a478] ? wait_for_completion+0x28/0x160
[116167.589479]  [8110149f] ? __stop_cpus+0x4f/0x70
[116167.589481]  [815ee60d] dm_io+0x1dd/0x210
[116167.589483]  [815edee0] ? dm_io_client_destroy+0x30/0x30
[116167.589485]  [815edd40] ? bio_next_page+0x20/0x20
[116167.589489]  [c0d6a92a] disk_resume+0x15a/0x2e0 [dm_log]
[116167.589491]  [810d448e] ? synchronize_rcu_expedited+0xe/0x10
[116167.589493]  [c0d80412] mirror_resume+0x32/0x60 [dm_mirror]
[116167.589496]  [815e9e0e] dm_table_resume_targets+0x8e/0xe0
[116167.589499]  [815e77cc] dm_resume+0x4c/0xd0
[116167.589501]  [815ec97b] dev_suspend+0x12b/0x220
[116167.589503]  [815ec850] ? table_load+0x350/0x350
[116167.589505]  [815ed215] ctl_ioctl+0x255/0x500
[116167.589508]  [812d7acf] ? SYSC_semtimedop+0x23f/0xcf0
[116167.589511]  [815ed4d3] dm_ctl_ioctl+0x13/0x20
[116167.589515]  [811e7360] do_vfs_ioctl+0x2e0/0x4c0
[116167.589519]  [812ec4e6] ? security_sem_associate+0x16/0x20
[116167.589520]  [812d6a89] ? sem_security+0x9/0x10
[116167.589522]  [812d4ee9] ? ipcget+0x149/0x1c0
[116167.589524]  [811e75c1] SyS_ioctl+0x81/0xa0
[116167.589528]  [8176da4d] system_call_fastpath+0x1a/0x1f
[116167.589531] INFO: task lvs:14000 blocked for more than 120 seconds.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.16.0-38-generic 3.16.0-38.52~14.04.1
ProcVersionSignature: Ubuntu 3.16.0-38.52~14.04.1-generic 3.16.7-ckt10
Uname: Linux 3.16.0-38-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.11
Architecture: amd64
Date: Tue Jun  9 18:57:10 2015
ProcEnviron:
 LANGUAGE=en_CA
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
SourcePackage: linux-lts-utopic
UpgradeStatus: Upgraded to trusty on 2014-03-25 (441 days ago)

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


** Tags: amd64 apport-bug trusty

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

Title:
  LVM freeze when using vgchange on split mirror

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

Bug description:
  Step to reproduce:
  1. Create a VG with 2 disks.
  2. Use lvcreate -m1 --mirrorlog mirrored -L 512M -n test vgTest
  3. Use mkfs on the volume
  4. Write some file and unplug one disk.
  5. Unplug the other disk.
  6. umount device, force removal using dmsetup remove -f on stuck devices.
  7. dmsetup table shows nothing.
  8. Plug back one disk.
  9. Use vgchange -ay
  10. Any LVM command will end in deadlock even after removing the disk.

  Stack from dmesg:
  [116167.589417] INFO: task vgchange:13916 blocked for more than 120 seconds.
  [116167.589422]   Tainted: G   OE 3.16.0-38-generic 
#52~14.04.1-Ubuntu
  [116167.589423] echo 0  /proc/sys/kernel/hung_task_timeout_secs disables 
this message.
  [116167.589424] vgchangeD 88032ee930c0 0 13916  11903 
0x0004
  [116167.589428]  8800370539a0 0086 88017fa1b2f0 
880037053fd8
  [116167.589430]  

[Kernel-packages] [Bug 1421834] [NEW] Backlight keys not working on ASUS N550JK

2015-02-13 Thread Jérôme Poulin
Public bug reported:

Backlight keys are not working when logged in the desktop, using
/sys/class/backlight/intel_backlight/brightness can adjust the
brightness.

Usual workarounds listed in
https://wiki.ubuntu.com/Kernel/Debugging/Backlight are not working.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.16.0-30-generic 3.16.0-30.40~14.04.1
ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
Uname: Linux 3.16.0-30-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
CurrentDesktop: Unity
Date: Fri Feb 13 15:46:37 2015
SourcePackage: linux-lts-utopic
UpgradeStatus: Upgraded to trusty on 2014-03-25 (325 days ago)

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


** Tags: amd64 apport-bug trusty

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

Title:
  Backlight keys not working on ASUS N550JK

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

Bug description:
  Backlight keys are not working when logged in the desktop, using
  /sys/class/backlight/intel_backlight/brightness can adjust the
  brightness.

  Usual workarounds listed in
  https://wiki.ubuntu.com/Kernel/Debugging/Backlight are not working.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-30-generic 3.16.0-30.40~14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Feb 13 15:46:37 2015
  SourcePackage: linux-lts-utopic
  UpgradeStatus: Upgraded to trusty on 2014-03-25 (325 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1421834/+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 1421834] Re: Backlight keys not working on ASUS N550JK

2015-02-13 Thread Jérôme Poulin
** Attachment added: acpidump.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1421834/+attachment/4318988/+files/acpidump.txt

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

Title:
  Backlight keys not working on ASUS N550JK

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

Bug description:
  Backlight keys are not working when logged in the desktop, using
  /sys/class/backlight/intel_backlight/brightness can adjust the
  brightness.

  Usual workarounds listed in
  https://wiki.ubuntu.com/Kernel/Debugging/Backlight are not working.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-30-generic 3.16.0-30.40~14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Feb 13 15:46:37 2015
  SourcePackage: linux-lts-utopic
  UpgradeStatus: Upgraded to trusty on 2014-03-25 (325 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1421834/+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 1421834] Re: Backlight keys not working on ASUS N550JK

2015-02-13 Thread Jérôme Poulin
** Attachment added: fwts
   
https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1421834/+attachment/4318990/+files/fwts

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

Title:
  Backlight keys not working on ASUS N550JK

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

Bug description:
  Backlight keys are not working when logged in the desktop, using
  /sys/class/backlight/intel_backlight/brightness can adjust the
  brightness.

  Usual workarounds listed in
  https://wiki.ubuntu.com/Kernel/Debugging/Backlight are not working.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-30-generic 3.16.0-30.40~14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Feb 13 15:46:37 2015
  SourcePackage: linux-lts-utopic
  UpgradeStatus: Upgraded to trusty on 2014-03-25 (325 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1421834/+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 1421834] Re: Backlight keys not working on ASUS N550JK

2015-02-13 Thread Jérôme Poulin
** Attachment added: version
   
https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1421834/+attachment/4319001/+files/version

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

Title:
  Backlight keys not working on ASUS N550JK

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

Bug description:
  Backlight keys are not working when logged in the desktop, using
  /sys/class/backlight/intel_backlight/brightness can adjust the
  brightness.

  Usual workarounds listed in
  https://wiki.ubuntu.com/Kernel/Debugging/Backlight are not working.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-30-generic 3.16.0-30.40~14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Feb 13 15:46:37 2015
  SourcePackage: linux-lts-utopic
  UpgradeStatus: Upgraded to trusty on 2014-03-25 (325 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1421834/+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 1421834] Re: Backlight keys not working on ASUS N550JK

2015-02-13 Thread Jérôme Poulin
** Attachment added: video
   
https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1421834/+attachment/4318992/+files/video

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

Title:
  Backlight keys not working on ASUS N550JK

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

Bug description:
  Backlight keys are not working when logged in the desktop, using
  /sys/class/backlight/intel_backlight/brightness can adjust the
  brightness.

  Usual workarounds listed in
  https://wiki.ubuntu.com/Kernel/Debugging/Backlight are not working.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-30-generic 3.16.0-30.40~14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Feb 13 15:46:37 2015
  SourcePackage: linux-lts-utopic
  UpgradeStatus: Upgraded to trusty on 2014-03-25 (325 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1421834/+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 1421834] Re: Backlight keys not working on ASUS N550JK

2015-02-13 Thread Jérôme Poulin
** Attachment added: acpi
   
https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1421834/+attachment/4318987/+files/acpi

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

Title:
  Backlight keys not working on ASUS N550JK

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

Bug description:
  Backlight keys are not working when logged in the desktop, using
  /sys/class/backlight/intel_backlight/brightness can adjust the
  brightness.

  Usual workarounds listed in
  https://wiki.ubuntu.com/Kernel/Debugging/Backlight are not working.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-30-generic 3.16.0-30.40~14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Feb 13 15:46:37 2015
  SourcePackage: linux-lts-utopic
  UpgradeStatus: Upgraded to trusty on 2014-03-25 (325 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1421834/+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 1421834] Re: Backlight keys not working on ASUS N550JK

2015-02-13 Thread Jérôme Poulin
** Attachment added: backlight
   
https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1421834/+attachment/4318986/+files/backlight

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

Title:
  Backlight keys not working on ASUS N550JK

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

Bug description:
  Backlight keys are not working when logged in the desktop, using
  /sys/class/backlight/intel_backlight/brightness can adjust the
  brightness.

  Usual workarounds listed in
  https://wiki.ubuntu.com/Kernel/Debugging/Backlight are not working.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-30-generic 3.16.0-30.40~14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Feb 13 15:46:37 2015
  SourcePackage: linux-lts-utopic
  UpgradeStatus: Upgraded to trusty on 2014-03-25 (325 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1421834/+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 1421834] Re: Backlight keys not working on ASUS N550JK

2015-02-13 Thread Jérôme Poulin
** Attachment added: dmidecode.log
   
https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1421834/+attachment/4319002/+files/dmidecode.log

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

Title:
  Backlight keys not working on ASUS N550JK

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

Bug description:
  Backlight keys are not working when logged in the desktop, using
  /sys/class/backlight/intel_backlight/brightness can adjust the
  brightness.

  Usual workarounds listed in
  https://wiki.ubuntu.com/Kernel/Debugging/Backlight are not working.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-30-generic 3.16.0-30.40~14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Feb 13 15:46:37 2015
  SourcePackage: linux-lts-utopic
  UpgradeStatus: Upgraded to trusty on 2014-03-25 (325 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1421834/+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 1421834] Re: Backlight keys not working on ASUS N550JK

2015-02-13 Thread Jérôme Poulin
** Attachment added: fwts_method
   
https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1421834/+attachment/4318991/+files/fwts_method

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

Title:
  Backlight keys not working on ASUS N550JK

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

Bug description:
  Backlight keys are not working when logged in the desktop, using
  /sys/class/backlight/intel_backlight/brightness can adjust the
  brightness.

  Usual workarounds listed in
  https://wiki.ubuntu.com/Kernel/Debugging/Backlight are not working.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-30-generic 3.16.0-30.40~14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Feb 13 15:46:37 2015
  SourcePackage: linux-lts-utopic
  UpgradeStatus: Upgraded to trusty on 2014-03-25 (325 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1421834/+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 1421834] Re: Backlight keys not working on ASUS N550JK

2015-02-13 Thread Jérôme Poulin
** Attachment added: dsdt.dsl
   
https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1421834/+attachment/4318989/+files/dsdt.dsl

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

Title:
  Backlight keys not working on ASUS N550JK

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

Bug description:
  Backlight keys are not working when logged in the desktop, using
  /sys/class/backlight/intel_backlight/brightness can adjust the
  brightness.

  Usual workarounds listed in
  https://wiki.ubuntu.com/Kernel/Debugging/Backlight are not working.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-30-generic 3.16.0-30.40~14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Feb 13 15:46:37 2015
  SourcePackage: linux-lts-utopic
  UpgradeStatus: Upgraded to trusty on 2014-03-25 (325 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1421834/+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 1421834] Re: Backlight keys not working on ASUS N550JK

2015-02-13 Thread Jérôme Poulin
** Attachment removed: fwts
   
https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1421834/+attachment/4318990/+files/fwts

** Attachment removed: fwts_method
   
https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1421834/+attachment/4318991/+files/fwts_method

** Attachment added: fwts_results.log
   
https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1421834/+attachment/4319091/+files/fwts_results.log

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

Title:
  Backlight keys not working on ASUS N550JK

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

Bug description:
  Backlight keys are not working when logged in the desktop, using
  /sys/class/backlight/intel_backlight/brightness can adjust the
  brightness.

  Usual workarounds listed in
  https://wiki.ubuntu.com/Kernel/Debugging/Backlight are not working.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-30-generic 3.16.0-30.40~14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Feb 13 15:46:37 2015
  SourcePackage: linux-lts-utopic
  UpgradeStatus: Upgraded to trusty on 2014-03-25 (325 days ago)

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