[Kernel-packages] [Bug 1402365] Re: Backlight Bug

2015-04-28 Thread Kamalakar Agashe
I tested on Kernel 4.0.0-04-generic and the Bug is fixed.

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

Title:
  Backlight Bug

Status in linux package in Ubuntu:
  Expired

Bug description:
  Backlight control does not work, but there are entries in
  /sys/class/backlight.

  ls /sys/class/backlight  backlight
  grep -r . /proc/acpi  acpi
  sudo acpidump -o acpidump.txt
  acpixtract acpidump.txt
  iasl -d DSDT.dat
  sudo fwts  fwts
  sudo fwts method  fwts_method
  dmesg | grep 'ACPI: Video'  video
  sudo dmidecode  dmidecode.log
  cat /proc/version  version

  Testing for a work around
  Reboot with only the kernel parameter acpi_backlight=vendor
  does not work
  ls /sys/class/backlight  vendorbacklight

  No such folder /sys/class/backlight/intel_backlight/

  Reboot with just kernel parameter video.use_bios_initial_backlight=0
  does not work

  reboot with just kernel parameter video.use_native_backlight=1
  does not work

  WORKAROUND: Install fglrx.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-43-generic 3.13.0-43.72
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  Uname: Linux 3.13.0-43-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  vidya  1832 F pulseaudio
   /dev/snd/controlC0:  vidya  1832 F pulseaudio
  CurrentDesktop: Unity
  Date: Sun Dec 14 16:16:27 2014
  HibernationDevice: RESUME=UUID=42b35770-926b-43cf-8874-b5452e26b5e5
  InstallationDate: Installed on 2014-12-13 (0 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: LENOVO 80E3
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-43-generic.efi.signed 
root=UUID=7eccd389-f558-421b-928a-541b3f1c16f0 ro quiet splash vt.handoff=7 
video.use_native_backlight=1
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-43-generic N/A
   linux-backports-modules-3.13.0-43-generic  N/A
   linux-firmware 1.127.10
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/26/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: A2CN25WW(V1.07)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Lancer 5B2
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0F82990 WIN
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G50-45
  dmi.modalias: 
dmi:bvnLENOVO:bvrA2CN25WW(V1.07):bd08/26/2014:svnLENOVO:pn80E3:pvrLenovoG50-45:rvnLENOVO:rnLancer5B2:rvrSDK0F82990WIN:cvnLENOVO:ct10:cvrLenovoG50-45:
  dmi.product.name: 80E3
  dmi.product.version: Lenovo G50-45
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1402365/+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 1434223] Re: btrfs: regression in 3.16 with renaming of directory in between two snapshots

2015-04-28 Thread Colin Ian King
** Changed in: linux (Ubuntu)
   Status: In Progress = Fix Released

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

Title:
  btrfs: regression in 3.16 with renaming of directory in between two
  snapshots

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

Bug description:
  SRU Justification: (Utopic)

  [Impact]
  If between two snapshots we rename an existing directory named X to Y and
  make it a child (direct or not) of a new inode named X, we were delaying
  the move/rename of the former directory unnecessarily, which would result
  in attempting to rename the new directory from its orphan name to name X
  prematurely.

  [Fix]
  upstream commit bf8e8ca6fd4ac6e8edc58b92cffb2ffd51933138
  Btrfs: send, don't delay dir move if there's a new parent inode

  this is a simple one-liner, risk is low to zero.

  [Testcase]
  As from the commit:

  $ mkfs.btrfs -f /dev/vdd
  $ mount /dev/vdd /mnt
  $ mkdir -p /mnt/merlin/RC/OSD/Source
  
  $ btrfs subvolume snapshot -r /mnt /mnt/mysnap1
  
  $ mkdir /mnt/OSD
  $ mv /mnt/merlin/RC/OSD /mnt/OSD/OSD-Plane_788
  $ mv /mnt/OSD /mnt/merlin/RC
  
  $ btrfs subvolume snapshot -r /mnt /mnt/mysnap2
  
  $ btrfs send /mnt/mysnap1 -f /tmp/1.snap
  $ btrfs send -p /mnt/mysnap1 /mnt/mysnap2 -f /tmp/2.snap
  
  $ mkfs.btrfs -f /dev/vdc
  $ mount /dev/vdc /mnt2
  
  $ btrfs receive /mnt2 -f /tmp/1.snap
  $ btrfs receive /mnt2 -f /tmp/2.snap
  
  The second receive (from an incremental send) failed with the following
  error message: rename o261-7-0 - merlin/RC/OSD failed.
  This is a regression introduced in the 3.16 kernel.

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

2015-04-28 Thread Vladimír Kriška
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1449508/+attachment/4386561/+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/1449508

Title:
  Could not connect external monitor through DP

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  This issue was fixed few days ago, but after upgrading to kernel
  3.19.0-15-generic it's there again.

  Old issue: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1427221
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  vlado  1643 F pulseaudio
   /dev/snd/controlC0:  vlado  1643 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=d80fa3b5-cda8-47ca-888c-a6dcb14f919b
  InstallationDate: Installed on 2015-03-10 (48 days ago)
  InstallationMedia: Xubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  MachineType: LENOVO 20BX001YXS
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-15-generic 
root=/dev/mapper/xubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-15-generic N/A
   linux-backports-modules-3.19.0-15-generic  N/A
   linux-firmware 1.143
  Tags:  vivid
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-03-30 (28 days ago)
  UserGroups: adm cdrom dip docker lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/03/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: JBET45WW (1.10 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20BX001YXS
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50510 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrJBET45WW(1.10):bd02/03/2015:svnLENOVO:pn20BX001YXS:pvrThinkPadT450s:rvnLENOVO:rn20BX001YXS:rvrSDK0E50510WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20BX001YXS
  dmi.product.version: ThinkPad T450s
  dmi.sys.vendor: LENOVO

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

2015-04-28 Thread Vladimír Kriška
apport information

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

Title:
  Could not connect external monitor through DP

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  This issue was fixed few days ago, but after upgrading to kernel
  3.19.0-15-generic it's there again.

  Old issue: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1427221
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  vlado  1643 F pulseaudio
   /dev/snd/controlC0:  vlado  1643 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=d80fa3b5-cda8-47ca-888c-a6dcb14f919b
  InstallationDate: Installed on 2015-03-10 (48 days ago)
  InstallationMedia: Xubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  MachineType: LENOVO 20BX001YXS
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-15-generic 
root=/dev/mapper/xubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-15-generic N/A
   linux-backports-modules-3.19.0-15-generic  N/A
   linux-firmware 1.143
  Tags:  vivid
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-03-30 (28 days ago)
  UserGroups: adm cdrom dip docker lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/03/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: JBET45WW (1.10 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20BX001YXS
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50510 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrJBET45WW(1.10):bd02/03/2015:svnLENOVO:pn20BX001YXS:pvrThinkPadT450s:rvnLENOVO:rn20BX001YXS:rvrSDK0E50510WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20BX001YXS
  dmi.product.version: ThinkPad T450s
  dmi.sys.vendor: LENOVO

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

2015-04-28 Thread Vladimír Kriška
apport information

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

Title:
  Could not connect external monitor through DP

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  This issue was fixed few days ago, but after upgrading to kernel
  3.19.0-15-generic it's there again.

  Old issue: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1427221
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  vlado  1643 F pulseaudio
   /dev/snd/controlC0:  vlado  1643 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=d80fa3b5-cda8-47ca-888c-a6dcb14f919b
  InstallationDate: Installed on 2015-03-10 (48 days ago)
  InstallationMedia: Xubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  MachineType: LENOVO 20BX001YXS
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-15-generic 
root=/dev/mapper/xubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-15-generic N/A
   linux-backports-modules-3.19.0-15-generic  N/A
   linux-firmware 1.143
  Tags:  vivid
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-03-30 (28 days ago)
  UserGroups: adm cdrom dip docker lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/03/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: JBET45WW (1.10 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20BX001YXS
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50510 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrJBET45WW(1.10):bd02/03/2015:svnLENOVO:pn20BX001YXS:pvrThinkPadT450s:rvnLENOVO:rn20BX001YXS:rvrSDK0E50510WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20BX001YXS
  dmi.product.version: ThinkPad T450s
  dmi.sys.vendor: LENOVO

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

2015-04-28 Thread Vladimír Kriška
apport information

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

Title:
  Could not connect external monitor through DP

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  This issue was fixed few days ago, but after upgrading to kernel
  3.19.0-15-generic it's there again.

  Old issue: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1427221
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  vlado  1643 F pulseaudio
   /dev/snd/controlC0:  vlado  1643 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=d80fa3b5-cda8-47ca-888c-a6dcb14f919b
  InstallationDate: Installed on 2015-03-10 (48 days ago)
  InstallationMedia: Xubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  MachineType: LENOVO 20BX001YXS
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-15-generic 
root=/dev/mapper/xubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-15-generic N/A
   linux-backports-modules-3.19.0-15-generic  N/A
   linux-firmware 1.143
  Tags:  vivid
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-03-30 (28 days ago)
  UserGroups: adm cdrom dip docker lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/03/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: JBET45WW (1.10 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20BX001YXS
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50510 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrJBET45WW(1.10):bd02/03/2015:svnLENOVO:pn20BX001YXS:pvrThinkPadT450s:rvnLENOVO:rn20BX001YXS:rvrSDK0E50510WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20BX001YXS
  dmi.product.version: ThinkPad T450s
  dmi.sys.vendor: LENOVO

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

2015-04-28 Thread Vladimír Kriška
apport information

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

Title:
  Could not connect external monitor through DP

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  This issue was fixed few days ago, but after upgrading to kernel
  3.19.0-15-generic it's there again.

  Old issue: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1427221
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  vlado  1643 F pulseaudio
   /dev/snd/controlC0:  vlado  1643 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=d80fa3b5-cda8-47ca-888c-a6dcb14f919b
  InstallationDate: Installed on 2015-03-10 (48 days ago)
  InstallationMedia: Xubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  MachineType: LENOVO 20BX001YXS
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-15-generic 
root=/dev/mapper/xubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-15-generic N/A
   linux-backports-modules-3.19.0-15-generic  N/A
   linux-firmware 1.143
  Tags:  vivid
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-03-30 (28 days ago)
  UserGroups: adm cdrom dip docker lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/03/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: JBET45WW (1.10 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20BX001YXS
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50510 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrJBET45WW(1.10):bd02/03/2015:svnLENOVO:pn20BX001YXS:pvrThinkPadT450s:rvnLENOVO:rn20BX001YXS:rvrSDK0E50510WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20BX001YXS
  dmi.product.version: ThinkPad T450s
  dmi.sys.vendor: LENOVO

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

2015-04-28 Thread Vladimír Kriška
apport information

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

Title:
  Could not connect external monitor through DP

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  This issue was fixed few days ago, but after upgrading to kernel
  3.19.0-15-generic it's there again.

  Old issue: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1427221
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  vlado  1643 F pulseaudio
   /dev/snd/controlC0:  vlado  1643 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=d80fa3b5-cda8-47ca-888c-a6dcb14f919b
  InstallationDate: Installed on 2015-03-10 (48 days ago)
  InstallationMedia: Xubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  MachineType: LENOVO 20BX001YXS
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-15-generic 
root=/dev/mapper/xubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-15-generic N/A
   linux-backports-modules-3.19.0-15-generic  N/A
   linux-firmware 1.143
  Tags:  vivid
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-03-30 (28 days ago)
  UserGroups: adm cdrom dip docker lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/03/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: JBET45WW (1.10 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20BX001YXS
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50510 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrJBET45WW(1.10):bd02/03/2015:svnLENOVO:pn20BX001YXS:pvrThinkPadT450s:rvnLENOVO:rn20BX001YXS:rvrSDK0E50510WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20BX001YXS
  dmi.product.version: ThinkPad T450s
  dmi.sys.vendor: LENOVO

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

2015-04-28 Thread Vladimír Kriška
apport information

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

Title:
  Could not connect external monitor through DP

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  This issue was fixed few days ago, but after upgrading to kernel
  3.19.0-15-generic it's there again.

  Old issue: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1427221
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  vlado  1643 F pulseaudio
   /dev/snd/controlC0:  vlado  1643 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=d80fa3b5-cda8-47ca-888c-a6dcb14f919b
  InstallationDate: Installed on 2015-03-10 (48 days ago)
  InstallationMedia: Xubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  MachineType: LENOVO 20BX001YXS
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-15-generic 
root=/dev/mapper/xubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-15-generic N/A
   linux-backports-modules-3.19.0-15-generic  N/A
   linux-firmware 1.143
  Tags:  vivid
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-03-30 (28 days ago)
  UserGroups: adm cdrom dip docker lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/03/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: JBET45WW (1.10 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20BX001YXS
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50510 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrJBET45WW(1.10):bd02/03/2015:svnLENOVO:pn20BX001YXS:pvrThinkPadT450s:rvnLENOVO:rn20BX001YXS:rvrSDK0E50510WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20BX001YXS
  dmi.product.version: ThinkPad T450s
  dmi.sys.vendor: LENOVO

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

2015-04-28 Thread Vladimír Kriška
apport information

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

Title:
  Could not connect external monitor through DP

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  This issue was fixed few days ago, but after upgrading to kernel
  3.19.0-15-generic it's there again.

  Old issue: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1427221
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  vlado  1643 F pulseaudio
   /dev/snd/controlC0:  vlado  1643 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=d80fa3b5-cda8-47ca-888c-a6dcb14f919b
  InstallationDate: Installed on 2015-03-10 (48 days ago)
  InstallationMedia: Xubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  MachineType: LENOVO 20BX001YXS
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-15-generic 
root=/dev/mapper/xubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-15-generic N/A
   linux-backports-modules-3.19.0-15-generic  N/A
   linux-firmware 1.143
  Tags:  vivid
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-03-30 (28 days ago)
  UserGroups: adm cdrom dip docker lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/03/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: JBET45WW (1.10 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20BX001YXS
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50510 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrJBET45WW(1.10):bd02/03/2015:svnLENOVO:pn20BX001YXS:pvrThinkPadT450s:rvnLENOVO:rn20BX001YXS:rvrSDK0E50510WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20BX001YXS
  dmi.product.version: ThinkPad T450s
  dmi.sys.vendor: LENOVO

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

2015-04-28 Thread Vladimír Kriška
apport information

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

Title:
  Could not connect external monitor through DP

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  This issue was fixed few days ago, but after upgrading to kernel
  3.19.0-15-generic it's there again.

  Old issue: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1427221
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  vlado  1643 F pulseaudio
   /dev/snd/controlC0:  vlado  1643 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=d80fa3b5-cda8-47ca-888c-a6dcb14f919b
  InstallationDate: Installed on 2015-03-10 (48 days ago)
  InstallationMedia: Xubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  MachineType: LENOVO 20BX001YXS
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-15-generic 
root=/dev/mapper/xubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-15-generic N/A
   linux-backports-modules-3.19.0-15-generic  N/A
   linux-firmware 1.143
  Tags:  vivid
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-03-30 (28 days ago)
  UserGroups: adm cdrom dip docker lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/03/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: JBET45WW (1.10 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20BX001YXS
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50510 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrJBET45WW(1.10):bd02/03/2015:svnLENOVO:pn20BX001YXS:pvrThinkPadT450s:rvnLENOVO:rn20BX001YXS:rvrSDK0E50510WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20BX001YXS
  dmi.product.version: ThinkPad T450s
  dmi.sys.vendor: LENOVO

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

2015-04-28 Thread Vladimír Kriška
apport information

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

Title:
  Could not connect external monitor through DP

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  This issue was fixed few days ago, but after upgrading to kernel
  3.19.0-15-generic it's there again.

  Old issue: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1427221
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  vlado  1643 F pulseaudio
   /dev/snd/controlC0:  vlado  1643 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=d80fa3b5-cda8-47ca-888c-a6dcb14f919b
  InstallationDate: Installed on 2015-03-10 (48 days ago)
  InstallationMedia: Xubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  MachineType: LENOVO 20BX001YXS
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-15-generic 
root=/dev/mapper/xubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-15-generic N/A
   linux-backports-modules-3.19.0-15-generic  N/A
   linux-firmware 1.143
  Tags:  vivid
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-03-30 (28 days ago)
  UserGroups: adm cdrom dip docker lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/03/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: JBET45WW (1.10 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20BX001YXS
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50510 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrJBET45WW(1.10):bd02/03/2015:svnLENOVO:pn20BX001YXS:pvrThinkPadT450s:rvnLENOVO:rn20BX001YXS:rvrSDK0E50510WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20BX001YXS
  dmi.product.version: ThinkPad T450s
  dmi.sys.vendor: LENOVO

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

2015-04-28 Thread Vladimír Kriška
apport information

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

Title:
  Could not connect external monitor through DP

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  This issue was fixed few days ago, but after upgrading to kernel
  3.19.0-15-generic it's there again.

  Old issue: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1427221
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  vlado  1643 F pulseaudio
   /dev/snd/controlC0:  vlado  1643 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=d80fa3b5-cda8-47ca-888c-a6dcb14f919b
  InstallationDate: Installed on 2015-03-10 (48 days ago)
  InstallationMedia: Xubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  MachineType: LENOVO 20BX001YXS
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-15-generic 
root=/dev/mapper/xubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-15-generic N/A
   linux-backports-modules-3.19.0-15-generic  N/A
   linux-firmware 1.143
  Tags:  vivid
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-03-30 (28 days ago)
  UserGroups: adm cdrom dip docker lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/03/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: JBET45WW (1.10 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20BX001YXS
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50510 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrJBET45WW(1.10):bd02/03/2015:svnLENOVO:pn20BX001YXS:pvrThinkPadT450s:rvnLENOVO:rn20BX001YXS:rvrSDK0E50510WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20BX001YXS
  dmi.product.version: ThinkPad T450s
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1449508/+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 1426589] Re: tc class statistics rates are all zero after upgrade to Trusty

2015-04-28 Thread JuanJo Ciarlante
FYI there are several changes at
https://www.kernel.org/pub/linux/kernel/v3.0/ChangeLog-3.10.12
that refer to htb rate handling.

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

Title:
  tc class statistics rates are all zero after upgrade to Trusty

Status in iproute2 package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After upgrading an Ubuntu server from Lucid - Precise - Trusty the command:
  tc -s class show dev eth0
  no longer shows rates for my classification bands. This worked in Lucid, but 
not sure if something changed, or if I need to set some system configuration to 
make it work again. My current non-working version is:

  $ dpkg -s iproute2
  Package: iproute2
  Status: install ok installed
  Priority: important
  Section: net
  Installed-Size: 1147
  Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
  Architecture: amd64
  Multi-Arch: foreign
  Version: 3.12.0-2
  Replaces: iproute
  Provides: arpd
  Depends: libc6 (= 2.14), libdb5.3
  Recommends: libatm1 (= 2.4.1-17~), libxtables10
  Suggests: iproute2-doc
  Conflicts: arpd, iproute ( 2013-1)
  Conffiles:
   /etc/iproute2/group 3aea2c0e0dd75e13a5f8f48f2936915f
   /etc/iproute2/ematch_map b91e7f9b26918449bade9573f8871d61
   /etc/iproute2/rt_realms 7137bdf40e8d58c87ac7e3bba503767f
   /etc/iproute2/rt_tables a1313318d6778fe6b8c680248ef5a463
   /etc/iproute2/rt_dsfield 4264d5c7c8298300185aa04e1a736934
   /etc/iproute2/rt_protos 95ce0b4b5b79f5a8a45941fb418a904c
   /etc/iproute2/rt_scopes 6298b8df09e9bda23ea7da49021ca457
  Description: networking and traffic control tools
   The iproute2 suite is a collection of utilities for networking and
   traffic control.
   .
   These tools communicate with the Linux kernel via the (rt)netlink
   interface, providing advanced features not available through the
   legacy net-tools commands 'ifconfig' and 'route'.
  Original-Maintainer: Debian iproute2 Maintainers ah-ipro...@debian.org
  Homepage: http://www.linux-foundation.org/en/Net:Iproute2

  Here is the current output of the command, note that 'rate 0bit 0pps'
  is common to all classes, in Lucid this would produce non-zero values
  for active traffic:

  $ tc -s class show dev eth0
  class htb 2:1 root rate 4000Kbit ceil 1Kbit burst 1600b cburst 1600b
   Sent 140162776 bytes 377793 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 23022 borrowed: 0 giants: 0
   tokens: 46812 ctokens: 18725

  class htb 2:2 parent 2:1 leaf 3: prio 0 rate 1000Kbit ceil 4000Kbit burst 
1600b cburst 1600b
   Sent 2021584 bytes 6949 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 6505 borrowed: 189 giants: 0
   tokens: 187250 ctokens: 46812

  class htb 2:3 parent 2:1 leaf 4: prio 1 rate 2000Kbit ceil 4000Kbit burst 
1600b cburst 1600b
   Sent 16695548 bytes 216855 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 216846 borrowed: 9 giants: 0
   tokens: 94375 ctokens: 47187

  class htb 2:4 parent 2:1 leaf 5: prio 2 rate 1000Kbit ceil 4000Kbit burst 
1600b cburst 1600b
   Sent 2963040 bytes 46619 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 46619 borrowed: 0 giants: 0
   tokens: 193250 ctokens: 48312

  class htb 2:5 parent 2:1 leaf 6: prio 3 rate 1000Kbit ceil 4000Kbit burst 
1600b cburst 1600b
   Sent 6 bytes 745 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 745 borrowed: 0 giants: 0
   tokens: 183000 ctokens: 45750

  class htb 2:6 parent 2:1 leaf 7: prio 4 rate 1000Kbit ceil 4000Kbit burst 
1600b cburst 1600b
   Sent 80608262 bytes 79347 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 50544 borrowed: 13902 giants: 0
   tokens: 190750 ctokens: 47687

  class htb 2:7 parent 2:1 leaf 8: prio 5 rate 1000Kbit ceil 4000Kbit burst 
1600b cburst 1600b
   Sent 37606539 bytes 26129 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 5617 borrowed: 8922 giants: 0
   tokens: -178485 ctokens: 24056

  class htb 2:8 parent 2:1 leaf 9: prio 6 rate 512000bit ceil 1000Kbit burst 
1600b cburst 1600b
   Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 0 borrowed: 0 giants: 0
   tokens: 390625 ctokens: 20

  class htb 2:9 parent 2:1 leaf a: prio 7 rate 1000Kbit ceil 1000Kbit burst 
1600b cburst 1600b
   Sent 167807 bytes 1149 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 1149 borrowed: 0 giants: 0
   tokens: 189875 ctokens: 189875

  Did something change upstream to make the rates unavailable? Do I need
  to set some config to enable collection? Running the command 

[Kernel-packages] [Bug 1426589] Re: tc class statistics rates are all zero after upgrade to Trusty

2015-04-28 Thread JuanJo Ciarlante
FYI tried iproute2-3.19.0, same zero rate output.

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

Title:
  tc class statistics rates are all zero after upgrade to Trusty

Status in iproute2 package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After upgrading an Ubuntu server from Lucid - Precise - Trusty the command:
  tc -s class show dev eth0
  no longer shows rates for my classification bands. This worked in Lucid, but 
not sure if something changed, or if I need to set some system configuration to 
make it work again. My current non-working version is:

  $ dpkg -s iproute2
  Package: iproute2
  Status: install ok installed
  Priority: important
  Section: net
  Installed-Size: 1147
  Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
  Architecture: amd64
  Multi-Arch: foreign
  Version: 3.12.0-2
  Replaces: iproute
  Provides: arpd
  Depends: libc6 (= 2.14), libdb5.3
  Recommends: libatm1 (= 2.4.1-17~), libxtables10
  Suggests: iproute2-doc
  Conflicts: arpd, iproute ( 2013-1)
  Conffiles:
   /etc/iproute2/group 3aea2c0e0dd75e13a5f8f48f2936915f
   /etc/iproute2/ematch_map b91e7f9b26918449bade9573f8871d61
   /etc/iproute2/rt_realms 7137bdf40e8d58c87ac7e3bba503767f
   /etc/iproute2/rt_tables a1313318d6778fe6b8c680248ef5a463
   /etc/iproute2/rt_dsfield 4264d5c7c8298300185aa04e1a736934
   /etc/iproute2/rt_protos 95ce0b4b5b79f5a8a45941fb418a904c
   /etc/iproute2/rt_scopes 6298b8df09e9bda23ea7da49021ca457
  Description: networking and traffic control tools
   The iproute2 suite is a collection of utilities for networking and
   traffic control.
   .
   These tools communicate with the Linux kernel via the (rt)netlink
   interface, providing advanced features not available through the
   legacy net-tools commands 'ifconfig' and 'route'.
  Original-Maintainer: Debian iproute2 Maintainers ah-ipro...@debian.org
  Homepage: http://www.linux-foundation.org/en/Net:Iproute2

  Here is the current output of the command, note that 'rate 0bit 0pps'
  is common to all classes, in Lucid this would produce non-zero values
  for active traffic:

  $ tc -s class show dev eth0
  class htb 2:1 root rate 4000Kbit ceil 1Kbit burst 1600b cburst 1600b
   Sent 140162776 bytes 377793 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 23022 borrowed: 0 giants: 0
   tokens: 46812 ctokens: 18725

  class htb 2:2 parent 2:1 leaf 3: prio 0 rate 1000Kbit ceil 4000Kbit burst 
1600b cburst 1600b
   Sent 2021584 bytes 6949 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 6505 borrowed: 189 giants: 0
   tokens: 187250 ctokens: 46812

  class htb 2:3 parent 2:1 leaf 4: prio 1 rate 2000Kbit ceil 4000Kbit burst 
1600b cburst 1600b
   Sent 16695548 bytes 216855 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 216846 borrowed: 9 giants: 0
   tokens: 94375 ctokens: 47187

  class htb 2:4 parent 2:1 leaf 5: prio 2 rate 1000Kbit ceil 4000Kbit burst 
1600b cburst 1600b
   Sent 2963040 bytes 46619 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 46619 borrowed: 0 giants: 0
   tokens: 193250 ctokens: 48312

  class htb 2:5 parent 2:1 leaf 6: prio 3 rate 1000Kbit ceil 4000Kbit burst 
1600b cburst 1600b
   Sent 6 bytes 745 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 745 borrowed: 0 giants: 0
   tokens: 183000 ctokens: 45750

  class htb 2:6 parent 2:1 leaf 7: prio 4 rate 1000Kbit ceil 4000Kbit burst 
1600b cburst 1600b
   Sent 80608262 bytes 79347 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 50544 borrowed: 13902 giants: 0
   tokens: 190750 ctokens: 47687

  class htb 2:7 parent 2:1 leaf 8: prio 5 rate 1000Kbit ceil 4000Kbit burst 
1600b cburst 1600b
   Sent 37606539 bytes 26129 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 5617 borrowed: 8922 giants: 0
   tokens: -178485 ctokens: 24056

  class htb 2:8 parent 2:1 leaf 9: prio 6 rate 512000bit ceil 1000Kbit burst 
1600b cburst 1600b
   Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 0 borrowed: 0 giants: 0
   tokens: 390625 ctokens: 20

  class htb 2:9 parent 2:1 leaf a: prio 7 rate 1000Kbit ceil 1000Kbit burst 
1600b cburst 1600b
   Sent 167807 bytes 1149 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 1149 borrowed: 0 giants: 0
   tokens: 189875 ctokens: 189875

  Did something change upstream to make the rates unavailable? Do I need
  to set some config to enable collection? Running the command as root
  does not make a difference. My kernel is:

  Linux srvr1 

[Kernel-packages] [Bug 1426589] Re: tc class statistics rates are all zero after upgrade to Trusty

2015-04-28 Thread Cristian
Same problem here. I'm using Ubuntu 14.04 trusty, kernel
3.13.0-24-generic.

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

Title:
  tc class statistics rates are all zero after upgrade to Trusty

Status in iproute2 package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After upgrading an Ubuntu server from Lucid - Precise - Trusty the command:
  tc -s class show dev eth0
  no longer shows rates for my classification bands. This worked in Lucid, but 
not sure if something changed, or if I need to set some system configuration to 
make it work again. My current non-working version is:

  $ dpkg -s iproute2
  Package: iproute2
  Status: install ok installed
  Priority: important
  Section: net
  Installed-Size: 1147
  Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
  Architecture: amd64
  Multi-Arch: foreign
  Version: 3.12.0-2
  Replaces: iproute
  Provides: arpd
  Depends: libc6 (= 2.14), libdb5.3
  Recommends: libatm1 (= 2.4.1-17~), libxtables10
  Suggests: iproute2-doc
  Conflicts: arpd, iproute ( 2013-1)
  Conffiles:
   /etc/iproute2/group 3aea2c0e0dd75e13a5f8f48f2936915f
   /etc/iproute2/ematch_map b91e7f9b26918449bade9573f8871d61
   /etc/iproute2/rt_realms 7137bdf40e8d58c87ac7e3bba503767f
   /etc/iproute2/rt_tables a1313318d6778fe6b8c680248ef5a463
   /etc/iproute2/rt_dsfield 4264d5c7c8298300185aa04e1a736934
   /etc/iproute2/rt_protos 95ce0b4b5b79f5a8a45941fb418a904c
   /etc/iproute2/rt_scopes 6298b8df09e9bda23ea7da49021ca457
  Description: networking and traffic control tools
   The iproute2 suite is a collection of utilities for networking and
   traffic control.
   .
   These tools communicate with the Linux kernel via the (rt)netlink
   interface, providing advanced features not available through the
   legacy net-tools commands 'ifconfig' and 'route'.
  Original-Maintainer: Debian iproute2 Maintainers ah-ipro...@debian.org
  Homepage: http://www.linux-foundation.org/en/Net:Iproute2

  Here is the current output of the command, note that 'rate 0bit 0pps'
  is common to all classes, in Lucid this would produce non-zero values
  for active traffic:

  $ tc -s class show dev eth0
  class htb 2:1 root rate 4000Kbit ceil 1Kbit burst 1600b cburst 1600b
   Sent 140162776 bytes 377793 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 23022 borrowed: 0 giants: 0
   tokens: 46812 ctokens: 18725

  class htb 2:2 parent 2:1 leaf 3: prio 0 rate 1000Kbit ceil 4000Kbit burst 
1600b cburst 1600b
   Sent 2021584 bytes 6949 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 6505 borrowed: 189 giants: 0
   tokens: 187250 ctokens: 46812

  class htb 2:3 parent 2:1 leaf 4: prio 1 rate 2000Kbit ceil 4000Kbit burst 
1600b cburst 1600b
   Sent 16695548 bytes 216855 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 216846 borrowed: 9 giants: 0
   tokens: 94375 ctokens: 47187

  class htb 2:4 parent 2:1 leaf 5: prio 2 rate 1000Kbit ceil 4000Kbit burst 
1600b cburst 1600b
   Sent 2963040 bytes 46619 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 46619 borrowed: 0 giants: 0
   tokens: 193250 ctokens: 48312

  class htb 2:5 parent 2:1 leaf 6: prio 3 rate 1000Kbit ceil 4000Kbit burst 
1600b cburst 1600b
   Sent 6 bytes 745 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 745 borrowed: 0 giants: 0
   tokens: 183000 ctokens: 45750

  class htb 2:6 parent 2:1 leaf 7: prio 4 rate 1000Kbit ceil 4000Kbit burst 
1600b cburst 1600b
   Sent 80608262 bytes 79347 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 50544 borrowed: 13902 giants: 0
   tokens: 190750 ctokens: 47687

  class htb 2:7 parent 2:1 leaf 8: prio 5 rate 1000Kbit ceil 4000Kbit burst 
1600b cburst 1600b
   Sent 37606539 bytes 26129 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 5617 borrowed: 8922 giants: 0
   tokens: -178485 ctokens: 24056

  class htb 2:8 parent 2:1 leaf 9: prio 6 rate 512000bit ceil 1000Kbit burst 
1600b cburst 1600b
   Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 0 borrowed: 0 giants: 0
   tokens: 390625 ctokens: 20

  class htb 2:9 parent 2:1 leaf a: prio 7 rate 1000Kbit ceil 1000Kbit burst 
1600b cburst 1600b
   Sent 167807 bytes 1149 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 1149 borrowed: 0 giants: 0
   tokens: 189875 ctokens: 189875

  Did something change upstream to make the rates unavailable? Do I need
  to set some config to enable collection? Running the command as root
  does not make a difference. My kernel is:

  

[Kernel-packages] [Bug 1425699] Re: kernel panic on IBM Power8 PPC MAAS ephemeral image

2015-04-28 Thread Jeff Lane
Added this to maas-images.  From chats with Mike, I believe that the
Vivid ephemerals are stable on Power8.

I suspect that what's happening (I have not looked too deeply into this
so this is just a guess for now) that the ephemerals are built at GA
time, and after that point only the filesystem tarball is built for the
point releases/daily images.

So even at 14.04.2, you're installing 14.04.2 filesystem but using a
14.04.0 ephemeral to do so.

Unfortunately, We can not use vivid ephemerals to certify Trusty, so we
need a full stack of Trusty images for the power machines.

This bug is currently gating PowerNV certification so I consider it a
critical bug.

** Also affects: maas-images
   Importance: Undecided
   Status: New

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

Title:
  kernel panic on IBM Power8 PPC MAAS ephemeral image

Status in Maas image builders:
  New
Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Trusty:
  Confirmed

Bug description:
  The kernel running on the 14.04 ephemeral image for MAAS when
  commissioning an IBM Power8 PPC server causes a periodic kernel panic.

  This happens intermittently and cannot be forcefully reproduced.

  The kernel version on the image is 3.13.0-27.50-generic according to
  the boot process.

  Attached is the boot process log with the kernel panics.

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas-images/+bug/1425699/+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 1449502] Re: suspend fails if mobile wifi is plugged into usb

2015-04-28 Thread svenmeier
Simulated suspend as recommended here:
https://wiki.ubuntu.com/DebuggingKernelSuspend

** Attachment added: dmesg  dmesg.txt for kernel 4.0.0 after failed suspend
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1449502/+attachment/4386531/+files/dmesg.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/1449502

Title:
  suspend fails if mobile wifi is plugged into usb

Status in linux package in Ubuntu:
  New

Bug description:
  With Gnome Ubuntu 15.10 suspend/resume works like a charm, *unless* I
  plug in my Huawei E586 mobile Wifi.

  Note that the mobile device is connected for charging only. Although
  it reports in dmesg as USB Mass Storage, I'm not using it for
  storage nor can I access it via nautilus.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-15-generic 3.19.0-15.15 [modified: 
boot/vmlinuz-3.19.0-15-generic]
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  sven   1607 F pulseaudio
   /dev/snd/controlC1:  sven   1607 F pulseaudio
  CurrentDesktop: GNOME
  Date: Tue Apr 28 13:05:51 2015
  HibernationDevice: RESUME=UUID=72334524-14f5-4f84-8cfa-00c315cc7e38
  InstallationDate: Installed on 2015-04-27 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.04 Vivid Vervet - Release amd64 
(20150422)
  MachineType: LENOVO 20344
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic 
root=UUID=fb134926-2b61-4b75-8893-60390fe33923 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-15-generic N/A
   linux-backports-modules-3.19.0-15-generic  N/A
   linux-firmware 1.143
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/16/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 96CN29WW(V1.15)
  dmi.board.asset.tag: 31900058Std
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058Std
  dmi.chassis.asset.tag: 31900058Std
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo Yoga 2 13
  dmi.modalias: 
dmi:bvnLENOVO:bvr96CN29WW(V1.15):bd10/16/2014:svnLENOVO:pn20344:pvrLenovoYoga213:rvnLENOVO:rnINVALID:rvr31900058Std:cvnLENOVO:ct10:cvrLenovoYoga213:
  dmi.product.name: 20344
  dmi.product.version: Lenovo Yoga 2 13
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1449502/+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 1449502] [NEW] suspend fails if mobile wifi is plugged into usb

2015-04-28 Thread svenmeier
Public bug reported:

With Gnome Ubuntu 15.10 suspend/resume works like a charm, *unless* I
plug in my Huawei E586 mobile Wifi.

Note that the mobile device is connected for charging only. Although it
reports in dmesg as USB Mass Storage, I'm not using it for storage nor
can I access it via nautilus.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: linux-image-3.19.0-15-generic 3.19.0-15.15 [modified: 
boot/vmlinuz-3.19.0-15-generic]
ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
Uname: Linux 3.19.0-15-generic x86_64
ApportVersion: 2.17.2-0ubuntu1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  sven   1607 F pulseaudio
 /dev/snd/controlC1:  sven   1607 F pulseaudio
CurrentDesktop: GNOME
Date: Tue Apr 28 13:05:51 2015
HibernationDevice: RESUME=UUID=72334524-14f5-4f84-8cfa-00c315cc7e38
InstallationDate: Installed on 2015-04-27 (0 days ago)
InstallationMedia: Ubuntu-GNOME 15.04 Vivid Vervet - Release amd64 (20150422)
MachineType: LENOVO 20344
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic 
root=UUID=fb134926-2b61-4b75-8893-60390fe33923 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.19.0-15-generic N/A
 linux-backports-modules-3.19.0-15-generic  N/A
 linux-firmware 1.143
SourcePackage: linux
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/16/2014
dmi.bios.vendor: LENOVO
dmi.bios.version: 96CN29WW(V1.15)
dmi.board.asset.tag: 31900058Std
dmi.board.name: INVALID
dmi.board.vendor: LENOVO
dmi.board.version: 31900058Std
dmi.chassis.asset.tag: 31900058Std
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo Yoga 2 13
dmi.modalias: 
dmi:bvnLENOVO:bvr96CN29WW(V1.15):bd10/16/2014:svnLENOVO:pn20344:pvrLenovoYoga213:rvnLENOVO:rnINVALID:rvr31900058Std:cvnLENOVO:ct10:cvrLenovoYoga213:
dmi.product.name: 20344
dmi.product.version: Lenovo Yoga 2 13
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-bug vivid

** Attachment added: cat /proc/acpi/wakeup  wakeup for kernel 4.0.0
   https://bugs.launchpad.net/bugs/1449502/+attachment/4386514/+files/wakeup

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

Title:
  suspend fails if mobile wifi is plugged into usb

Status in linux package in Ubuntu:
  New

Bug description:
  With Gnome Ubuntu 15.10 suspend/resume works like a charm, *unless* I
  plug in my Huawei E586 mobile Wifi.

  Note that the mobile device is connected for charging only. Although
  it reports in dmesg as USB Mass Storage, I'm not using it for
  storage nor can I access it via nautilus.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-15-generic 3.19.0-15.15 [modified: 
boot/vmlinuz-3.19.0-15-generic]
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  sven   1607 F pulseaudio
   /dev/snd/controlC1:  sven   1607 F pulseaudio
  CurrentDesktop: GNOME
  Date: Tue Apr 28 13:05:51 2015
  HibernationDevice: RESUME=UUID=72334524-14f5-4f84-8cfa-00c315cc7e38
  InstallationDate: Installed on 2015-04-27 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.04 Vivid Vervet - Release amd64 
(20150422)
  MachineType: LENOVO 20344
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic 
root=UUID=fb134926-2b61-4b75-8893-60390fe33923 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-15-generic N/A
   linux-backports-modules-3.19.0-15-generic  N/A
   linux-firmware 1.143
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/16/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 96CN29WW(V1.15)
  dmi.board.asset.tag: 31900058Std
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058Std
  dmi.chassis.asset.tag: 31900058Std
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo Yoga 2 13
  dmi.modalias: 
dmi:bvnLENOVO:bvr96CN29WW(V1.15):bd10/16/2014:svnLENOVO:pn20344:pvrLenovoYoga213:rvnLENOVO:rnINVALID:rvr31900058Std:cvnLENOVO:ct10:cvrLenovoYoga213:
  dmi.product.name: 20344
  dmi.product.version: Lenovo Yoga 2 13
  dmi.sys.vendor: LENOVO

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : 

[Kernel-packages] [Bug 1449090] Re: 1814:3290 wifi broken on RT3290 [ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush]

2015-04-28 Thread Serhiy Zahoriya
It's starting all over again.

Next questions are

Did this problem not occur in a release prior to 14.04?

and

Could you please provide the missing information following
https://wiki.ubuntu.com/Kernel/LinuxWireless ?

Anyway, it seems to work okay with http://askubuntu.com/questions/455030
/ralink-rt3290-wifi-driver-is-not-working-in-ubuntu-14-04/455512#455512
+ fixing a bug with __DATE__. Sorry, I can't remember where the fix was
mentioned.

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

Title:
  1814:3290 wifi broken on  RT3290 [ieee80211 phy0:
  rt2x00queue_flush_queue: Warning - Queue 2 failed to flush]

Status in The Linux Kernel:
  Unknown
Status in linux package in Ubuntu:
  Incomplete
Status in linux package in Fedora:
  Unknown

Bug description:
  Wifi is unusable slow below ubuntu. Works correctly below Windows.
  The problem is the old buggy behavior of the RT3290 wifi driver and reported 
already and solved for older ubuntu releases.

  The hardware here is a HP Notebook:  HP 350 G1

  ---
  ApportVersion: 2.14.4-0ubuntu1~ubuntu14.04.1~c42.ppa1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  gdm6050 F pulseaudio
   /dev/snd/controlC0:  gdm6050 F pulseaudio
  DistroRelease: Ubuntu 14.04
  HibernationDevice:
   # regenerated Thu, 12 Mar 2015 23:26:31 +0100
   # $HeadURL: 
svn://svn.computer42.org:3691/c42CfgRepos/trunk/etc/c42CfgRepos/data/initramfs-tools/conf.d/resume.bjoerni
 $
   # $Revision: 11763 $ $Date: 2015-03-12 22:28:05 +0100 (Thu, 12 Mar 2015) $
   # $Author: root@bjoerni $
   RESUME=UUID=ac4210aa-570d-47c6-a12e-dcfacae5665b
  MachineType: Hewlett-Packard HP 350 G1
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-34-generic 
root=/dev/mapper/system-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-34.47~14.04.1-generic 3.16.7-ckt8
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-34-generic N/A
   linux-backports-modules-3.16.0-34-generic  N/A
   linux-firmware 1.127.11
  RfKill:
   0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
  Tags:  trusty
  Uname: Linux 3.16.0-34-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

  _MarkForUpload: True
  dmi.bios.date: 06/12/2014
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.12
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 21B7
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 46.0B
  dmi.chassis.asset.tag: 5CG43933TF
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.12:bd06/12/2014:svnHewlett-Packard:pnHP350G1:pvr09921040001634101:rvnHewlett-Packard:rn21B7:rvrKBCVersion46.0B:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP 350 G1
  dmi.product.version: 09921040001634101
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1449090/+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 1431713] Re: After reboot root partition password prompt is displayed on laptop screen even when connected to external display

2015-04-28 Thread Timo Harmonen
I tested with 3.19.0-15-generic, this is not fixed, so root disk
password prompt is not shown on external display. And I re-tested still
with 3.19.3-031903-generic, that works fine.

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

Title:
  After reboot root partition password prompt is displayed on laptop
  screen even when connected to external display

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Lenovo t440s with encrypted root partition, connected to Lenovo
  docking station and attached to DELL monitor. Restart the system
  laptop lid closed.

  Shutdown and restart: Boot time screen and encrypted partition
  password prompt are correctly shown on monitor.

  Reboot: Boot time screen and encrypted partition password prompt are
  shown on laptop screen, not on monitor. External display wakes up only
  when the login prompt is displayed.

  Attached shutdown.dmesg and reboot.dmesg respectively.

  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: systemd 219-4ubuntu5
  ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
  Uname: Linux 3.19.0-9-generic x86_64
  ApportVersion: 2.16.2-0ubuntu2
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Fri Mar 13 09:36:46 2015
  InstallationDate: Installed on 2015-03-07 (5 days ago)
  InstallationMedia: Ubuntu-GNOME 15.04 Vivid Vervet - Alpha amd64 (20150304)
  MachineType: LENOVO 20AQ007SMS
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-9-generic 
root=/dev/mapper/ubuntu--gnome--vg-root ro quiet splash vt.handoff=7
  SourcePackage: systemd
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/10/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GJET71WW (2.21 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20AQ007SMS
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50510 PRO
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGJET71WW(2.21):bd02/10/2014:svnLENOVO:pn20AQ007SMS:pvrThinkPadT440s:rvnLENOVO:rn20AQ007SMS:rvrSDK0E50510PRO:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 20AQ007SMS
  dmi.product.version: ThinkPad T440s
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1431713/+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 1426589] Re: tc class statistics rates are all zero after upgrade to Trusty

2015-04-28 Thread Brad Figg
** Package changed: linux-meta (Ubuntu) = linux (Ubuntu)

** Changed in: linux (Ubuntu)
   Status: New = Confirmed

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

Title:
  tc class statistics rates are all zero after upgrade to Trusty

Status in iproute2 package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After upgrading an Ubuntu server from Lucid - Precise - Trusty the command:
  tc -s class show dev eth0
  no longer shows rates for my classification bands. This worked in Lucid, but 
not sure if something changed, or if I need to set some system configuration to 
make it work again. My current non-working version is:

  $ dpkg -s iproute2
  Package: iproute2
  Status: install ok installed
  Priority: important
  Section: net
  Installed-Size: 1147
  Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
  Architecture: amd64
  Multi-Arch: foreign
  Version: 3.12.0-2
  Replaces: iproute
  Provides: arpd
  Depends: libc6 (= 2.14), libdb5.3
  Recommends: libatm1 (= 2.4.1-17~), libxtables10
  Suggests: iproute2-doc
  Conflicts: arpd, iproute ( 2013-1)
  Conffiles:
   /etc/iproute2/group 3aea2c0e0dd75e13a5f8f48f2936915f
   /etc/iproute2/ematch_map b91e7f9b26918449bade9573f8871d61
   /etc/iproute2/rt_realms 7137bdf40e8d58c87ac7e3bba503767f
   /etc/iproute2/rt_tables a1313318d6778fe6b8c680248ef5a463
   /etc/iproute2/rt_dsfield 4264d5c7c8298300185aa04e1a736934
   /etc/iproute2/rt_protos 95ce0b4b5b79f5a8a45941fb418a904c
   /etc/iproute2/rt_scopes 6298b8df09e9bda23ea7da49021ca457
  Description: networking and traffic control tools
   The iproute2 suite is a collection of utilities for networking and
   traffic control.
   .
   These tools communicate with the Linux kernel via the (rt)netlink
   interface, providing advanced features not available through the
   legacy net-tools commands 'ifconfig' and 'route'.
  Original-Maintainer: Debian iproute2 Maintainers ah-ipro...@debian.org
  Homepage: http://www.linux-foundation.org/en/Net:Iproute2

  Here is the current output of the command, note that 'rate 0bit 0pps'
  is common to all classes, in Lucid this would produce non-zero values
  for active traffic:

  $ tc -s class show dev eth0
  class htb 2:1 root rate 4000Kbit ceil 1Kbit burst 1600b cburst 1600b
   Sent 140162776 bytes 377793 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 23022 borrowed: 0 giants: 0
   tokens: 46812 ctokens: 18725

  class htb 2:2 parent 2:1 leaf 3: prio 0 rate 1000Kbit ceil 4000Kbit burst 
1600b cburst 1600b
   Sent 2021584 bytes 6949 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 6505 borrowed: 189 giants: 0
   tokens: 187250 ctokens: 46812

  class htb 2:3 parent 2:1 leaf 4: prio 1 rate 2000Kbit ceil 4000Kbit burst 
1600b cburst 1600b
   Sent 16695548 bytes 216855 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 216846 borrowed: 9 giants: 0
   tokens: 94375 ctokens: 47187

  class htb 2:4 parent 2:1 leaf 5: prio 2 rate 1000Kbit ceil 4000Kbit burst 
1600b cburst 1600b
   Sent 2963040 bytes 46619 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 46619 borrowed: 0 giants: 0
   tokens: 193250 ctokens: 48312

  class htb 2:5 parent 2:1 leaf 6: prio 3 rate 1000Kbit ceil 4000Kbit burst 
1600b cburst 1600b
   Sent 6 bytes 745 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 745 borrowed: 0 giants: 0
   tokens: 183000 ctokens: 45750

  class htb 2:6 parent 2:1 leaf 7: prio 4 rate 1000Kbit ceil 4000Kbit burst 
1600b cburst 1600b
   Sent 80608262 bytes 79347 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 50544 borrowed: 13902 giants: 0
   tokens: 190750 ctokens: 47687

  class htb 2:7 parent 2:1 leaf 8: prio 5 rate 1000Kbit ceil 4000Kbit burst 
1600b cburst 1600b
   Sent 37606539 bytes 26129 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 5617 borrowed: 8922 giants: 0
   tokens: -178485 ctokens: 24056

  class htb 2:8 parent 2:1 leaf 9: prio 6 rate 512000bit ceil 1000Kbit burst 
1600b cburst 1600b
   Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 0 borrowed: 0 giants: 0
   tokens: 390625 ctokens: 20

  class htb 2:9 parent 2:1 leaf a: prio 7 rate 1000Kbit ceil 1000Kbit burst 
1600b cburst 1600b
   Sent 167807 bytes 1149 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 1149 borrowed: 0 giants: 0
   tokens: 189875 ctokens: 189875

  Did something change upstream to make the rates unavailable? Do I need
  to set some config to enable collection? Running the command as root
  

[Kernel-packages] [Bug 1426589] Re: tc class statistics rates are all zero after upgrade to Trusty

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

** Changed in: linux (Ubuntu)
   Status: New = Confirmed

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

Title:
  tc class statistics rates are all zero after upgrade to Trusty

Status in iproute2 package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After upgrading an Ubuntu server from Lucid - Precise - Trusty the command:
  tc -s class show dev eth0
  no longer shows rates for my classification bands. This worked in Lucid, but 
not sure if something changed, or if I need to set some system configuration to 
make it work again. My current non-working version is:

  $ dpkg -s iproute2
  Package: iproute2
  Status: install ok installed
  Priority: important
  Section: net
  Installed-Size: 1147
  Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
  Architecture: amd64
  Multi-Arch: foreign
  Version: 3.12.0-2
  Replaces: iproute
  Provides: arpd
  Depends: libc6 (= 2.14), libdb5.3
  Recommends: libatm1 (= 2.4.1-17~), libxtables10
  Suggests: iproute2-doc
  Conflicts: arpd, iproute ( 2013-1)
  Conffiles:
   /etc/iproute2/group 3aea2c0e0dd75e13a5f8f48f2936915f
   /etc/iproute2/ematch_map b91e7f9b26918449bade9573f8871d61
   /etc/iproute2/rt_realms 7137bdf40e8d58c87ac7e3bba503767f
   /etc/iproute2/rt_tables a1313318d6778fe6b8c680248ef5a463
   /etc/iproute2/rt_dsfield 4264d5c7c8298300185aa04e1a736934
   /etc/iproute2/rt_protos 95ce0b4b5b79f5a8a45941fb418a904c
   /etc/iproute2/rt_scopes 6298b8df09e9bda23ea7da49021ca457
  Description: networking and traffic control tools
   The iproute2 suite is a collection of utilities for networking and
   traffic control.
   .
   These tools communicate with the Linux kernel via the (rt)netlink
   interface, providing advanced features not available through the
   legacy net-tools commands 'ifconfig' and 'route'.
  Original-Maintainer: Debian iproute2 Maintainers ah-ipro...@debian.org
  Homepage: http://www.linux-foundation.org/en/Net:Iproute2

  Here is the current output of the command, note that 'rate 0bit 0pps'
  is common to all classes, in Lucid this would produce non-zero values
  for active traffic:

  $ tc -s class show dev eth0
  class htb 2:1 root rate 4000Kbit ceil 1Kbit burst 1600b cburst 1600b
   Sent 140162776 bytes 377793 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 23022 borrowed: 0 giants: 0
   tokens: 46812 ctokens: 18725

  class htb 2:2 parent 2:1 leaf 3: prio 0 rate 1000Kbit ceil 4000Kbit burst 
1600b cburst 1600b
   Sent 2021584 bytes 6949 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 6505 borrowed: 189 giants: 0
   tokens: 187250 ctokens: 46812

  class htb 2:3 parent 2:1 leaf 4: prio 1 rate 2000Kbit ceil 4000Kbit burst 
1600b cburst 1600b
   Sent 16695548 bytes 216855 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 216846 borrowed: 9 giants: 0
   tokens: 94375 ctokens: 47187

  class htb 2:4 parent 2:1 leaf 5: prio 2 rate 1000Kbit ceil 4000Kbit burst 
1600b cburst 1600b
   Sent 2963040 bytes 46619 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 46619 borrowed: 0 giants: 0
   tokens: 193250 ctokens: 48312

  class htb 2:5 parent 2:1 leaf 6: prio 3 rate 1000Kbit ceil 4000Kbit burst 
1600b cburst 1600b
   Sent 6 bytes 745 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 745 borrowed: 0 giants: 0
   tokens: 183000 ctokens: 45750

  class htb 2:6 parent 2:1 leaf 7: prio 4 rate 1000Kbit ceil 4000Kbit burst 
1600b cburst 1600b
   Sent 80608262 bytes 79347 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 50544 borrowed: 13902 giants: 0
   tokens: 190750 ctokens: 47687

  class htb 2:7 parent 2:1 leaf 8: prio 5 rate 1000Kbit ceil 4000Kbit burst 
1600b cburst 1600b
   Sent 37606539 bytes 26129 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 5617 borrowed: 8922 giants: 0
   tokens: -178485 ctokens: 24056

  class htb 2:8 parent 2:1 leaf 9: prio 6 rate 512000bit ceil 1000Kbit burst 
1600b cburst 1600b
   Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 0 borrowed: 0 giants: 0
   tokens: 390625 ctokens: 20

  class htb 2:9 parent 2:1 leaf a: prio 7 rate 1000Kbit ceil 1000Kbit burst 
1600b cburst 1600b
   Sent 167807 bytes 1149 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 1149 borrowed: 0 giants: 0
   tokens: 189875 ctokens: 189875

  Did something change upstream to make the rates unavailable? Do I need
  to set some config to enable collection? Running the 

[Kernel-packages] [Bug 1400411] Re: Feature: cpuidle: Enable fastsleep and winkle in ubuntu 14.04.02 kernel

2015-04-28 Thread bugproxy
** Tags removed: targetmilestone-inin140402
** Tags added: targetmilestone-inin14043

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

Title:
  Feature: cpuidle: Enable fastsleep and winkle in ubuntu 14.04.02
  kernel

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

Bug description:
  SRU Justification:

  [Impact]
  Users would like to be able to use fastsleep and winkle cpuidle states in the 
3.16 Ubuntu kernel when using powernv.

  [Fix]
  commits
  d6a4f70909d279004a2b3d539e240e07b1ecc1cb
  56548fc0e86cb9156af7a7e1f15ba78f251dafaf
  8117ac6a6c2fa0f847ff6a21a1f32c8d2c8501d0
  8eb8ac89a364305d05ad16be983b7890eb462cc3 *backported*
  7cba160ad789a3ad7e68b92bf20eaad6ed171f80 *backported*
  77b54e9f213f76a23736940cf94bcd765fc00f40
  upstream

  [Test Case]
  Testing fastsleep
  -
  With these patches cpuidle framework picks up fastsleep as one of the idle 
states. You can observe the cpus entering fastsleep by checking
  /sys/devices/system/cpu/cpuXX/cpuidle/state2/name. This should show FastSleep.
  Then while system is idle check 
/sys/devices/system/cpu/cpuXX/cpuidle/state2/time increment over time
  This shows the amount of time a particular cpu was in fastsleep.

  Testing Winkle
  --
  With these patches, offline cpus enter winkle. So test this by offlining and 
onlining cpus.
  ppc64_cpu --cores-on=1
  ppc64_cpu --cores-on=X where X is the total number of cores available in the 
machine.

  --

  This is a feature request to enable power management features
  fastsleep and winkle cpuidle states in ubuntu -14.04.02 kernel. The
  cpuidle state management patches have been posted to Linux Kernel
  Community.

  Mailing list:
  [PATCH 0/4] powernv: cpuidle: Redesign idle states management
  https://lists.ozlabs.org/pipermail/linuxppc-dev/2014-November/122433.html

  Patchset:
  [1/4] powerpc: powernv: Switch off MMU before entering nap/sleep/rvwinkle mode
  https://patchwork.ozlabs.org/patch/406249/

  [2/4] powerpc/powernv: Enable Offline CPUs to enter deep idle states
  https://patchwork.ozlabs.org/patch/406250/

  [3/4] powernv: cpuidle: Redesign idle states management
  https://patchwork.ozlabs.org/patch/406256/

  [4/4] powernv: powerpc: Add winkle support for offline cpus
  https://patchwork.ozlabs.org/patch/406251/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1400411/+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 1381175] Re: vgaarb module not patched

2015-04-28 Thread Alberto Milone
This has nothing to do with NVIDIA's proprietary driver. If anything
it's a kernel issue, as vgaarb lives in the kernel and the nvidia driver
doesn't need it.

If you're facing any other issue with the nvidia driver, please file a
separate bug report.

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

** No longer affects: ubuntu-drivers-common (Ubuntu)

** Changed in: linux (Ubuntu)
   Status: New = Confirmed

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

Title:
  vgaarb module not patched

Status in linux package in Ubuntu:
  Confirmed
Status in ubuntu-drivers-common package in Debian:
  New

Bug description:
  Basically, vga cannot detect NVIDIA cards as VGA compatible
  controller, this is tested on a Optimus System.

  dmesg indicates that it's not a valid vga device:

  :~$ dmesg | grep vgaar
  [0.202410] vgaarb: device added: 
PCI::00:02.0,decodes=io+mem,owns=io+mem,locks=none
  [0.202413] vgaarb: loaded
  [0.202414] vgaarb: bridge control possible :00:02.0
  [0.936062] vgaarb: device changed decodes: 
PCI::00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
  [  532.414245] vgaarb: this pci device is not a vga device
  [  533.778296] vgaarb: this pci device is not a vga device

  system:~$ uname -a
  Linux  3.16.0-10-generic #15-Ubuntu SMP Thu Aug 21 16:26:44 UTC 2014 x86_64 
x86_64 x86_64 GNU/Linux
  system:~$ lspci -nn
  00:02.0 VGA compatible controller [0300]: Intel Corporation 3rd Gen Core 
processor Graphics Controller [8086:0166] (rev 09)
  01:00.0 3D controller [0302]: NVIDIA Corporation GK208M [GeForce GT 735M] 
[10de:1291] (rev ff)

  According to this:

  https://github.com/Bumblebee-Project/Bumblebee/issues/159

  it's look like the patch for vgaarb is not in 14.10

  more info:
  https://bugzilla.kernel.org/show_bug.cgi?id=63641

  previous patch is on: http://pastebin.com/wpmFi38k

  Thanks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1381175/+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 1449548] Re: Utopic update to 3.16.7-ckt10 stable release

2015-04-28 Thread Luis Henriques
** Description changed:

+ SRU Justification
  
- SRU Justification
+ Impact:
+    The upstream process for stable tree updates is quite similar
+    in scope to the Ubuntu SRU process, e.g., each patch has to
+    demonstrably fix a bug, and each patch is vetted by upstream
+    by originating either directly from Linus' tree or in a minimally
+    backported form of that patch. The 3.16.7-ckt10 upstream stable
+    patch set is now available. It should be included in the Ubuntu
+    kernel as well.
  
- Impact:
-The upstream process for stable tree updates is quite similar
-in scope to the Ubuntu SRU process, e.g., each patch has to
-demonstrably fix a bug, and each patch is vetted by upstream
-by originating either directly from Linus' tree or in a minimally
-backported form of that patch. The 3.16.7-ckt10 upstream stable
-patch set is now available. It should be included in the Ubuntu
-kernel as well.
+    git://kernel.ubuntu.com/ubuntu/linux.git
  
-git://kernel.ubuntu.com/ubuntu/linux.git
+ TEST CASE: TBD
  
- TEST CASE: TBD
+    The following patches are in the 3.16.7-ckt10 stable release:
  
-The following patches are in the 3.16.7-ckt10 stable release:
+ fuse: notify: don't move pages
+ fuse: set stolen page uptodate
+ dm thin: fix to consistently zero-fill reads to unprovisioned blocks
+ dm: hold suspend_lock while suspending device during device deletion
+ dm snapshot: suspend origin when doing exception handover
+ dm snapshot: suspend merging snapshot when doing exception handover
+ dm io: deal with wandering queue limits when handling REQ_DISCARD and 
REQ_WRITE_SAME
+ crypto: arm/aes update NEON AES module to latest OpenSSL version
+ mac80211: drop unencrypted frames in mesh fwding
+ mac80211: disable u-APSD queues by default
+ ASoC: ak4671: Fix control-less DAPM routes
+ ASoC: da732x: Fix control-less DAPM routes
+ ASoC: sn95031: Fix control-less DAPM routes
+ virtio_console: init work unconditionally
+ virtio_console: avoid config access from irq
+ clocksource: efm32: Fix a NULL pointer dereference
+ clockevents: sun5i: Fix setup_irq init sequence
+ x86/vdso: Fix the build on GCC5
+ ASoC: sgtl5000: remove useless register write clearing CHRGPUMP_POWERUP
+ regmap: regcache-rbtree: Fix present bitmap resize
+ regulator: Only enable disabled regulators on resume
+ regulator: core: Fix enable GPIO reference counting
+ Input: psmouse - add psmouse_matches_pnp_id helper function
+ Input: synaptics - split synaptics_resolution(), query first
+ Input: synaptics - log queried and quirked dimension values
+ Input: synaptics - query min dimensions for fw v8.1
+ Input: synaptics - remove obsolete min/max quirk for X240
+ Input: synaptics - support min/max board id in min_max_pnpid_table
+ Input: synaptics - skip quirks when post-2013 dimensions
+ Input: synaptics - fix middle button on Lenovo 2015 products
+ Input: synaptics - handle spurious release of trackstick buttons
+ Input: synaptics - do not retrieve the board id on old firmwares
+ vt6655: RFbSetPower fix missing rate RATE_12M
+ x86/asm/entry/32: Fix user_mode() misuses
+ ASoC: adav80x: Fix wrong value references for boolean kctl
+ ASoC: ak4641: Fix wrong value references for boolean kctl
+ ASoC: cs4271: Fix wrong value references for boolean kctl
+ ASoC: pcm1681: Fix wrong value references for boolean kctl
+ ASoC: tas5086: Fix wrong value references for boolean kctl
+ ASoC: wm2000: Fix wrong value references for boolean kctl
+ ASoC: wm8731: Fix wrong value references for boolean kctl
+ ASoC: wm8903: Fix wrong value references for boolean kctl
+ ASoC: wm8904: Fix wrong value references for boolean kctl
+ ASoC: wm8955: Fix wrong value references for boolean kctl
+ ASoC: wm8960: Fix wrong value references for boolean kctl
+ usb: phy: am335x-control: check return value of bus_find_device
+ crypto: aesni - fix memory usage in GCM decryption
+ phy: Find the right match in devm_phy_destroy()
+ x86/fpu: Avoid math_state_restore() without used_math() in 
__restore_xstate_sig()
+ x86/fpu: Drop_fpu() should not assume that tsk equals current
+ cpuidle: mvebu: Fix the CPU PM notifier usage
+ can: kvaser_usb: Fix tx queue start/stop race conditions
+ usb: chipidea: otg: add a_alt_hnp_support response for B device
+ mac80211: count interfaces correctly for combination checks
+ nl80211: ignore HT/VHT capabilities without QoS/WMM
+ ALSA: hda - Treat stereo-to-mono mix properly
+ pagemap: do not leak physical addresses to non-privileged userspace
+ uas: Add US_FL_NO_ATA_1X for Initio Corporation controllers / devices
+ usb: common: otg-fsm: only signal connect after switching to peripheral
+ of/irq: Fix of_irq_parse_one() returned error codes
+ iscsi-target: Avoid early conn_logout_comp for iser connections
+ tcm_qla2xxx: Fix incorrect use of __transport_register_session
+ target: Fix reference leak in target_get_sess_cmd() error path

[Kernel-packages] [Bug 1436891] Re: 8086:08b3 Cannot connect to any 802.11n WiFi access points

2015-04-28 Thread Darren Peets
Bug no longer exists in the mainline kernel.  Apparently I was too slow,
and it was fixed sometime in the past month.

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

Title:
  8086:08b3 Cannot connect to any 802.11n WiFi access points

Status in linux package in Ubuntu:
  Triaged

Bug description:
  When attempting to connect to a WiFi access point with N wireless, two popup 
messages appear:
  Connection 'SSID' deactivated.
  The WiFi network could not be found

  Expected behaviour:  Connects to network.

  Minimal demonstration:  connect to a WiFi access point by both LAN and
  WiFi B/G.  Log in to access point, change it to B/G/N.  Connection is
  lost, cannot be re-established until reverted to B/G.

  Previous troubleshooting located here:
  https://www.kubuntuforums.net/showthread.php?67556-Can-t-use-wifi

  Description:Ubuntu Vivid Vervet (development branch)
  Release:15.04
  linux-firmware 1.143

  Can connect normally (with N) from 14.04.2 and 14.10 live CDs.  Can
  connect in 15.04 if and only if N deactivated in access point.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-firmware 1.143
  ProcVersionSignature: Ubuntu 3.19.0-10.10-generic 3.19.2
  Uname: Linux 3.19.0-10-generic x86_64
  ApportVersion: 2.16.2-0ubuntu4
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Fri Mar 27 00:14:58 2015
  Dependencies:
   
  InstallationDate: Installed on 2015-03-04 (22 days ago)
  InstallationMedia: Kubuntu 15.04 Vivid Vervet - Alpha amd64 (20150224.1)
  PackageArchitecture: all
  SourcePackage: linux-firmware
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1436891/+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 1424676] Re: bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu2: bcmwl kernel module failed to build [error: ‘STATION_INFO_TX_BITRATE’ undeclared (first use in this function)]

2015-04-28 Thread Aaron Miller
Just a little input, if you have recently upgraded your kernel, and your
dkms fails to reinsert, a simpler way to fix this than the above
instructions would be as follows:

gksudo gedit
/usr/src/bcmwl-6.30.223.248+bdcom/src/wl/sys/wl_cfg80211_hybrid.c

Search for

STATION_INFO_TX_BITRATE;

replace as described above by Rodrigo-vivi with:

BIT(NL80211_STA_INFO_TX_BITRATE);

and search for

STATION_INFO_SIGNAL

replace with:

BIT(NL80211_STA_INFO_SIGNAL)

and then simply run

sudo dkms install bcmwl/6.30.223.248+bdcom

and let dkms take care of the making and inserting for you. Then reboot
and you should be good to go. This worked for me in Vivid Vervet 15.04

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

Title:
  bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu2: bcmwl kernel module
  failed to build [error: ‘STATION_INFO_TX_BITRATE’ undeclared (first
  use in this function)]

Status in bcmwl package in Ubuntu:
  Confirmed

Bug description:
  bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu2: bcmwl kernel module
  failed to build

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu2
  ProcVersionSignature: Ubuntu 3.18.0-13.14-generic 3.18.5
  Uname: Linux 3.18.0-13-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.16.1-0ubuntu2
  Architecture: amd64
  DKMSKernelVersion: 4.0.0-04rc1-generic
  Date: Mon Feb 23 18:14:07 2015
  DuplicateSignature: 
dkms:bcmwl-kernel-source:6.30.223.248+bdcom-0ubuntu2:/var/lib/dkms/bcmwl/6.30.223.248+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.c:1444:20:
 error: ‘STATION_INFO_TX_BITRATE’ undeclared (first use in this function)
  InstallationDate: Installed on 2014-11-22 (93 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Alpha amd64 (20141121)
  PackageVersion: 6.30.223.248+bdcom-0ubuntu2
  SourcePackage: bcmwl
  Title: bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu2: bcmwl kernel module 
failed to build
  UpgradeStatus: No upgrade log present (probably fresh install)

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

2015-04-28 Thread Roopam Shukla
apport information

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

Title:
  My laptop bluetooth device is working but it is not detecting any of
  the other devices also no other device detects my laptop.

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  device is on and visible, I tried every thing but bluetooh device is
  not detecting any other device

  Laptop model - HP15 R203TX
  Ubuntu - 15.04

  PS - same problem was there in 14.10
  Device is Broadcom Bluetooth Adapter

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: evince 3.14.2-0ubuntu2
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Apr 26 12:40:57 2015
  InstallationDate: Installed on 2015-04-24 (1 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  ProcEnviron:
   LANGUAGE=en_IN:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_IN
   SHELL=/bin/bash
  SourcePackage: evince
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  roopamshukla   1691 F pulseaudio
   /dev/snd/controlC1:  roopamshukla   1691 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=9010676a-35c4-4a4a-a206-2df1e6cf87ca
  InstallationDate: Installed on 2015-04-24 (4 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  MachineType: Hewlett-Packard HP 15 Notebook PC
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic.efi.signed 
root=UUID=13cc9173-eda0-4add-8ed6-25fa5416d0fd ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-15-generic N/A
   linux-backports-modules-3.19.0-15-generic  N/A
   linux-firmware 1.143
  Tags:  vivid
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/18/2014
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.36
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 2337
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 05.24
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.36:bd12/18/2014:svnHewlett-Packard:pnHP15NotebookPC:pvr098F120600087:rvnHewlett-Packard:rn2337:rvr05.24:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP 15 Notebook PC
  dmi.product.version: 098F120600087
  dmi.sys.vendor: Hewlett-Packard

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

2015-04-28 Thread Roopam Shukla
apport information

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

Title:
  My laptop bluetooth device is working but it is not detecting any of
  the other devices also no other device detects my laptop.

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  device is on and visible, I tried every thing but bluetooh device is
  not detecting any other device

  Laptop model - HP15 R203TX
  Ubuntu - 15.04

  PS - same problem was there in 14.10
  Device is Broadcom Bluetooth Adapter

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: evince 3.14.2-0ubuntu2
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Apr 26 12:40:57 2015
  InstallationDate: Installed on 2015-04-24 (1 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  ProcEnviron:
   LANGUAGE=en_IN:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_IN
   SHELL=/bin/bash
  SourcePackage: evince
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  roopamshukla   1691 F pulseaudio
   /dev/snd/controlC1:  roopamshukla   1691 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=9010676a-35c4-4a4a-a206-2df1e6cf87ca
  InstallationDate: Installed on 2015-04-24 (4 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  MachineType: Hewlett-Packard HP 15 Notebook PC
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic.efi.signed 
root=UUID=13cc9173-eda0-4add-8ed6-25fa5416d0fd ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-15-generic N/A
   linux-backports-modules-3.19.0-15-generic  N/A
   linux-firmware 1.143
  Tags:  vivid
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/18/2014
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.36
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 2337
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 05.24
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.36:bd12/18/2014:svnHewlett-Packard:pnHP15NotebookPC:pvr098F120600087:rvnHewlett-Packard:rn2337:rvr05.24:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP 15 Notebook PC
  dmi.product.version: 098F120600087
  dmi.sys.vendor: Hewlett-Packard

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

2015-04-28 Thread Roopam Shukla
apport information

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

Title:
  My laptop bluetooth device is working but it is not detecting any of
  the other devices also no other device detects my laptop.

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  device is on and visible, I tried every thing but bluetooh device is
  not detecting any other device

  Laptop model - HP15 R203TX
  Ubuntu - 15.04

  PS - same problem was there in 14.10
  Device is Broadcom Bluetooth Adapter

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: evince 3.14.2-0ubuntu2
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Apr 26 12:40:57 2015
  InstallationDate: Installed on 2015-04-24 (1 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  ProcEnviron:
   LANGUAGE=en_IN:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_IN
   SHELL=/bin/bash
  SourcePackage: evince
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  roopamshukla   1691 F pulseaudio
   /dev/snd/controlC1:  roopamshukla   1691 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=9010676a-35c4-4a4a-a206-2df1e6cf87ca
  InstallationDate: Installed on 2015-04-24 (4 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  MachineType: Hewlett-Packard HP 15 Notebook PC
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic.efi.signed 
root=UUID=13cc9173-eda0-4add-8ed6-25fa5416d0fd ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-15-generic N/A
   linux-backports-modules-3.19.0-15-generic  N/A
   linux-firmware 1.143
  Tags:  vivid
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/18/2014
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.36
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 2337
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 05.24
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.36:bd12/18/2014:svnHewlett-Packard:pnHP15NotebookPC:pvr098F120600087:rvnHewlett-Packard:rn2337:rvr05.24:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP 15 Notebook PC
  dmi.product.version: 098F120600087
  dmi.sys.vendor: Hewlett-Packard

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

2015-04-28 Thread Roopam Shukla
apport information

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

Title:
  My laptop bluetooth device is working but it is not detecting any of
  the other devices also no other device detects my laptop.

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  device is on and visible, I tried every thing but bluetooh device is
  not detecting any other device

  Laptop model - HP15 R203TX
  Ubuntu - 15.04

  PS - same problem was there in 14.10
  Device is Broadcom Bluetooth Adapter

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: evince 3.14.2-0ubuntu2
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Apr 26 12:40:57 2015
  InstallationDate: Installed on 2015-04-24 (1 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  ProcEnviron:
   LANGUAGE=en_IN:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_IN
   SHELL=/bin/bash
  SourcePackage: evince
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  roopamshukla   1691 F pulseaudio
   /dev/snd/controlC1:  roopamshukla   1691 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=9010676a-35c4-4a4a-a206-2df1e6cf87ca
  InstallationDate: Installed on 2015-04-24 (4 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  MachineType: Hewlett-Packard HP 15 Notebook PC
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic.efi.signed 
root=UUID=13cc9173-eda0-4add-8ed6-25fa5416d0fd ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-15-generic N/A
   linux-backports-modules-3.19.0-15-generic  N/A
   linux-firmware 1.143
  Tags:  vivid
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/18/2014
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.36
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 2337
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 05.24
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.36:bd12/18/2014:svnHewlett-Packard:pnHP15NotebookPC:pvr098F120600087:rvnHewlett-Packard:rn2337:rvr05.24:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP 15 Notebook PC
  dmi.product.version: 098F120600087
  dmi.sys.vendor: Hewlett-Packard

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

2015-04-28 Thread Roopam Shukla
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1448609/+attachment/4386693/+files/Lspci.txt

** Summary changed:

- my laptop bluetooth device is working but it is not detecting any of the 
devices also no other devices can detect my laptop
+ My laptop bluetooth device is working but it is not detecting any of the 
other devices also no other device detects my laptop.

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

Title:
  My laptop bluetooth device is working but it is not detecting any of
  the other devices also no other device detects my laptop.

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  device is on and visible, I tried every thing but bluetooh device is
  not detecting any other device

  Laptop model - HP15 R203TX
  Ubuntu - 15.04

  PS - same problem was there in 14.10
  Device is Broadcom Bluetooth Adapter

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: evince 3.14.2-0ubuntu2
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Apr 26 12:40:57 2015
  InstallationDate: Installed on 2015-04-24 (1 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  ProcEnviron:
   LANGUAGE=en_IN:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_IN
   SHELL=/bin/bash
  SourcePackage: evince
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  roopamshukla   1691 F pulseaudio
   /dev/snd/controlC1:  roopamshukla   1691 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=9010676a-35c4-4a4a-a206-2df1e6cf87ca
  InstallationDate: Installed on 2015-04-24 (4 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  MachineType: Hewlett-Packard HP 15 Notebook PC
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic.efi.signed 
root=UUID=13cc9173-eda0-4add-8ed6-25fa5416d0fd ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-15-generic N/A
   linux-backports-modules-3.19.0-15-generic  N/A
   linux-firmware 1.143
  Tags:  vivid
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/18/2014
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.36
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 2337
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 05.24
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.36:bd12/18/2014:svnHewlett-Packard:pnHP15NotebookPC:pvr098F120600087:rvnHewlett-Packard:rn2337:rvr05.24:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP 15 Notebook PC
  dmi.product.version: 098F120600087
  dmi.sys.vendor: Hewlett-Packard

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

2015-04-28 Thread Roopam Shukla
apport information

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

Title:
  My laptop bluetooth device is working but it is not detecting any of
  the other devices also no other device detects my laptop.

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  device is on and visible, I tried every thing but bluetooh device is
  not detecting any other device

  Laptop model - HP15 R203TX
  Ubuntu - 15.04

  PS - same problem was there in 14.10
  Device is Broadcom Bluetooth Adapter

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: evince 3.14.2-0ubuntu2
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Apr 26 12:40:57 2015
  InstallationDate: Installed on 2015-04-24 (1 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  ProcEnviron:
   LANGUAGE=en_IN:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_IN
   SHELL=/bin/bash
  SourcePackage: evince
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  roopamshukla   1691 F pulseaudio
   /dev/snd/controlC1:  roopamshukla   1691 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=9010676a-35c4-4a4a-a206-2df1e6cf87ca
  InstallationDate: Installed on 2015-04-24 (4 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  MachineType: Hewlett-Packard HP 15 Notebook PC
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic.efi.signed 
root=UUID=13cc9173-eda0-4add-8ed6-25fa5416d0fd ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-15-generic N/A
   linux-backports-modules-3.19.0-15-generic  N/A
   linux-firmware 1.143
  Tags:  vivid
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/18/2014
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.36
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 2337
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 05.24
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.36:bd12/18/2014:svnHewlett-Packard:pnHP15NotebookPC:pvr098F120600087:rvnHewlett-Packard:rn2337:rvr05.24:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP 15 Notebook PC
  dmi.product.version: 098F120600087
  dmi.sys.vendor: Hewlett-Packard

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

2015-04-28 Thread Roopam Shukla
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1448609/+attachment/4386694/+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/1448609

Title:
  My laptop bluetooth device is working but it is not detecting any of
  the other devices also no other device detects my laptop.

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  device is on and visible, I tried every thing but bluetooh device is
  not detecting any other device

  Laptop model - HP15 R203TX
  Ubuntu - 15.04

  PS - same problem was there in 14.10
  Device is Broadcom Bluetooth Adapter

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: evince 3.14.2-0ubuntu2
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Apr 26 12:40:57 2015
  InstallationDate: Installed on 2015-04-24 (1 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  ProcEnviron:
   LANGUAGE=en_IN:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_IN
   SHELL=/bin/bash
  SourcePackage: evince
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  roopamshukla   1691 F pulseaudio
   /dev/snd/controlC1:  roopamshukla   1691 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=9010676a-35c4-4a4a-a206-2df1e6cf87ca
  InstallationDate: Installed on 2015-04-24 (4 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  MachineType: Hewlett-Packard HP 15 Notebook PC
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic.efi.signed 
root=UUID=13cc9173-eda0-4add-8ed6-25fa5416d0fd ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-15-generic N/A
   linux-backports-modules-3.19.0-15-generic  N/A
   linux-firmware 1.143
  Tags:  vivid
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/18/2014
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.36
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 2337
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 05.24
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.36:bd12/18/2014:svnHewlett-Packard:pnHP15NotebookPC:pvr098F120600087:rvnHewlett-Packard:rn2337:rvr05.24:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP 15 Notebook PC
  dmi.product.version: 098F120600087
  dmi.sys.vendor: Hewlett-Packard

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

2015-04-28 Thread Roopam Shukla
apport information

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

Title:
  My laptop bluetooth device is working but it is not detecting any of
  the other devices also no other device detects my laptop.

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  device is on and visible, I tried every thing but bluetooh device is
  not detecting any other device

  Laptop model - HP15 R203TX
  Ubuntu - 15.04

  PS - same problem was there in 14.10
  Device is Broadcom Bluetooth Adapter

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: evince 3.14.2-0ubuntu2
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Apr 26 12:40:57 2015
  InstallationDate: Installed on 2015-04-24 (1 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  ProcEnviron:
   LANGUAGE=en_IN:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_IN
   SHELL=/bin/bash
  SourcePackage: evince
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  roopamshukla   1691 F pulseaudio
   /dev/snd/controlC1:  roopamshukla   1691 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=9010676a-35c4-4a4a-a206-2df1e6cf87ca
  InstallationDate: Installed on 2015-04-24 (4 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  MachineType: Hewlett-Packard HP 15 Notebook PC
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic.efi.signed 
root=UUID=13cc9173-eda0-4add-8ed6-25fa5416d0fd ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-15-generic N/A
   linux-backports-modules-3.19.0-15-generic  N/A
   linux-firmware 1.143
  Tags:  vivid
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/18/2014
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.36
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 2337
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 05.24
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.36:bd12/18/2014:svnHewlett-Packard:pnHP15NotebookPC:pvr098F120600087:rvnHewlett-Packard:rn2337:rvr05.24:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP 15 Notebook PC
  dmi.product.version: 098F120600087
  dmi.sys.vendor: Hewlett-Packard

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

2015-04-28 Thread Roopam Shukla
apport information

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

Title:
  My laptop bluetooth device is working but it is not detecting any of
  the other devices also no other device detects my laptop.

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  device is on and visible, I tried every thing but bluetooh device is
  not detecting any other device

  Laptop model - HP15 R203TX
  Ubuntu - 15.04

  PS - same problem was there in 14.10
  Device is Broadcom Bluetooth Adapter

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: evince 3.14.2-0ubuntu2
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Apr 26 12:40:57 2015
  InstallationDate: Installed on 2015-04-24 (1 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  ProcEnviron:
   LANGUAGE=en_IN:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_IN
   SHELL=/bin/bash
  SourcePackage: evince
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  roopamshukla   1691 F pulseaudio
   /dev/snd/controlC1:  roopamshukla   1691 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=9010676a-35c4-4a4a-a206-2df1e6cf87ca
  InstallationDate: Installed on 2015-04-24 (4 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  MachineType: Hewlett-Packard HP 15 Notebook PC
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic.efi.signed 
root=UUID=13cc9173-eda0-4add-8ed6-25fa5416d0fd ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-15-generic N/A
   linux-backports-modules-3.19.0-15-generic  N/A
   linux-firmware 1.143
  Tags:  vivid
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/18/2014
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.36
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 2337
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 05.24
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.36:bd12/18/2014:svnHewlett-Packard:pnHP15NotebookPC:pvr098F120600087:rvnHewlett-Packard:rn2337:rvr05.24:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP 15 Notebook PC
  dmi.product.version: 098F120600087
  dmi.sys.vendor: Hewlett-Packard

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

2015-04-28 Thread Roopam Shukla
apport information

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

Title:
  My laptop bluetooth device is working but it is not detecting any of
  the other devices also no other device detects my laptop.

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  device is on and visible, I tried every thing but bluetooh device is
  not detecting any other device

  Laptop model - HP15 R203TX
  Ubuntu - 15.04

  PS - same problem was there in 14.10
  Device is Broadcom Bluetooth Adapter

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: evince 3.14.2-0ubuntu2
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Apr 26 12:40:57 2015
  InstallationDate: Installed on 2015-04-24 (1 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  ProcEnviron:
   LANGUAGE=en_IN:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_IN
   SHELL=/bin/bash
  SourcePackage: evince
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  roopamshukla   1691 F pulseaudio
   /dev/snd/controlC1:  roopamshukla   1691 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=9010676a-35c4-4a4a-a206-2df1e6cf87ca
  InstallationDate: Installed on 2015-04-24 (4 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  MachineType: Hewlett-Packard HP 15 Notebook PC
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic.efi.signed 
root=UUID=13cc9173-eda0-4add-8ed6-25fa5416d0fd ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-15-generic N/A
   linux-backports-modules-3.19.0-15-generic  N/A
   linux-firmware 1.143
  Tags:  vivid
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/18/2014
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.36
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 2337
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 05.24
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.36:bd12/18/2014:svnHewlett-Packard:pnHP15NotebookPC:pvr098F120600087:rvnHewlett-Packard:rn2337:rvr05.24:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP 15 Notebook PC
  dmi.product.version: 098F120600087
  dmi.sys.vendor: Hewlett-Packard

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

2015-04-28 Thread Roopam Shukla
apport information

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

Title:
  My laptop bluetooth device is working but it is not detecting any of
  the other devices also no other device detects my laptop.

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  device is on and visible, I tried every thing but bluetooh device is
  not detecting any other device

  Laptop model - HP15 R203TX
  Ubuntu - 15.04

  PS - same problem was there in 14.10
  Device is Broadcom Bluetooth Adapter

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: evince 3.14.2-0ubuntu2
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Apr 26 12:40:57 2015
  InstallationDate: Installed on 2015-04-24 (1 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  ProcEnviron:
   LANGUAGE=en_IN:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_IN
   SHELL=/bin/bash
  SourcePackage: evince
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  roopamshukla   1691 F pulseaudio
   /dev/snd/controlC1:  roopamshukla   1691 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=9010676a-35c4-4a4a-a206-2df1e6cf87ca
  InstallationDate: Installed on 2015-04-24 (4 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  MachineType: Hewlett-Packard HP 15 Notebook PC
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic.efi.signed 
root=UUID=13cc9173-eda0-4add-8ed6-25fa5416d0fd ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-15-generic N/A
   linux-backports-modules-3.19.0-15-generic  N/A
   linux-firmware 1.143
  Tags:  vivid
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/18/2014
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.36
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 2337
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 05.24
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.36:bd12/18/2014:svnHewlett-Packard:pnHP15NotebookPC:pvr098F120600087:rvnHewlett-Packard:rn2337:rvr05.24:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP 15 Notebook PC
  dmi.product.version: 098F120600087
  dmi.sys.vendor: Hewlett-Packard

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

2015-04-28 Thread Roopam Shukla
apport information

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

Title:
  My laptop bluetooth device is working but it is not detecting any of
  the other devices also no other device detects my laptop.

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  device is on and visible, I tried every thing but bluetooh device is
  not detecting any other device

  Laptop model - HP15 R203TX
  Ubuntu - 15.04

  PS - same problem was there in 14.10
  Device is Broadcom Bluetooth Adapter

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: evince 3.14.2-0ubuntu2
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Apr 26 12:40:57 2015
  InstallationDate: Installed on 2015-04-24 (1 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  ProcEnviron:
   LANGUAGE=en_IN:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_IN
   SHELL=/bin/bash
  SourcePackage: evince
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  roopamshukla   1691 F pulseaudio
   /dev/snd/controlC1:  roopamshukla   1691 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=9010676a-35c4-4a4a-a206-2df1e6cf87ca
  InstallationDate: Installed on 2015-04-24 (4 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  MachineType: Hewlett-Packard HP 15 Notebook PC
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic.efi.signed 
root=UUID=13cc9173-eda0-4add-8ed6-25fa5416d0fd ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-15-generic N/A
   linux-backports-modules-3.19.0-15-generic  N/A
   linux-firmware 1.143
  Tags:  vivid
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/18/2014
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.36
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 2337
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 05.24
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.36:bd12/18/2014:svnHewlett-Packard:pnHP15NotebookPC:pvr098F120600087:rvnHewlett-Packard:rn2337:rvr05.24:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP 15 Notebook PC
  dmi.product.version: 098F120600087
  dmi.sys.vendor: Hewlett-Packard

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

2015-04-28 Thread Roopam Shukla
apport information

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

Title:
  My laptop bluetooth device is working but it is not detecting any of
  the other devices also no other device detects my laptop.

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  device is on and visible, I tried every thing but bluetooh device is
  not detecting any other device

  Laptop model - HP15 R203TX
  Ubuntu - 15.04

  PS - same problem was there in 14.10
  Device is Broadcom Bluetooth Adapter

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: evince 3.14.2-0ubuntu2
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Apr 26 12:40:57 2015
  InstallationDate: Installed on 2015-04-24 (1 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  ProcEnviron:
   LANGUAGE=en_IN:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_IN
   SHELL=/bin/bash
  SourcePackage: evince
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  roopamshukla   1691 F pulseaudio
   /dev/snd/controlC1:  roopamshukla   1691 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=9010676a-35c4-4a4a-a206-2df1e6cf87ca
  InstallationDate: Installed on 2015-04-24 (4 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  MachineType: Hewlett-Packard HP 15 Notebook PC
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic.efi.signed 
root=UUID=13cc9173-eda0-4add-8ed6-25fa5416d0fd ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-15-generic N/A
   linux-backports-modules-3.19.0-15-generic  N/A
   linux-firmware 1.143
  Tags:  vivid
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/18/2014
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.36
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 2337
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 05.24
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.36:bd12/18/2014:svnHewlett-Packard:pnHP15NotebookPC:pvr098F120600087:rvnHewlett-Packard:rn2337:rvr05.24:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP 15 Notebook PC
  dmi.product.version: 098F120600087
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1448609/+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 1448609] Re: my laptop bluetooth device is working but it is not detecting any of the devices also no other devices can detect my laptop

2015-04-28 Thread Roopam Shukla
apport information

** Description changed:

- device is On and visible, I tried every thing but bluetooh device is not
+ device is on and visible, I tried every thing but bluetooh device is not
  detecting any other device
  
  Laptop model - HP15 R203TX
  Ubuntu - 15.04
  
  PS - same problem was there in 14.10
  Device is Broadcom Bluetooth Adapter
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: evince 3.14.2-0ubuntu2
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Apr 26 12:40:57 2015
  InstallationDate: Installed on 2015-04-24 (1 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  ProcEnviron:
-  LANGUAGE=en_IN:en
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=set
-  LANG=en_IN
-  SHELL=/bin/bash
+  LANGUAGE=en_IN:en
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=set
+  LANG=en_IN
+  SHELL=/bin/bash
  SourcePackage: evince
  UpgradeStatus: No upgrade log present (probably fresh install)

** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

** Tags added: apport-collected

** Description changed:

  device is on and visible, I tried every thing but bluetooh device is not
  detecting any other device
  
  Laptop model - HP15 R203TX
  Ubuntu - 15.04
  
  PS - same problem was there in 14.10
  Device is Broadcom Bluetooth Adapter
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: evince 3.14.2-0ubuntu2
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Apr 26 12:40:57 2015
  InstallationDate: Installed on 2015-04-24 (1 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  ProcEnviron:
   LANGUAGE=en_IN:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_IN
   SHELL=/bin/bash
  SourcePackage: evince
  UpgradeStatus: No upgrade log present (probably fresh install)
+ --- 
+ ApportVersion: 2.17.2-0ubuntu1
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  roopamshukla   1691 F pulseaudio
+  /dev/snd/controlC1:  roopamshukla   1691 F pulseaudio
+ CurrentDesktop: Unity
+ DistroRelease: Ubuntu 15.04
+ HibernationDevice: RESUME=UUID=9010676a-35c4-4a4a-a206-2df1e6cf87ca
+ InstallationDate: Installed on 2015-04-24 (4 days ago)
+ InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
+ MachineType: Hewlett-Packard HP 15 Notebook PC
+ Package: linux (not installed)
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic.efi.signed 
root=UUID=13cc9173-eda0-4add-8ed6-25fa5416d0fd ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
+ RelatedPackageVersions:
+  linux-restricted-modules-3.19.0-15-generic N/A
+  linux-backports-modules-3.19.0-15-generic  N/A
+  linux-firmware 1.143
+ Tags:  vivid
+ UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
+ Uname: Linux 3.19.0-15-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 12/18/2014
+ dmi.bios.vendor: Insyde
+ dmi.bios.version: F.36
+ dmi.board.asset.tag: Type2 - Board Asset Tag
+ dmi.board.name: 2337
+ dmi.board.vendor: Hewlett-Packard
+ dmi.board.version: 05.24
+ dmi.chassis.asset.tag: Chassis Asset Tag
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: Hewlett-Packard
+ dmi.chassis.version: Chassis Version
+ dmi.modalias: 
dmi:bvnInsyde:bvrF.36:bd12/18/2014:svnHewlett-Packard:pnHP15NotebookPC:pvr098F120600087:rvnHewlett-Packard:rn2337:rvr05.24:cvnHewlett-Packard:ct10:cvrChassisVersion:
+ dmi.product.name: HP 15 Notebook PC
+ dmi.product.version: 098F120600087
+ dmi.sys.vendor: Hewlett-Packard

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

Title:
  My laptop bluetooth device is working but it is not detecting any of
  the other devices also no other device detects my laptop.

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  device is on and visible, I tried every thing but bluetooh device is
  not detecting any other device

  Laptop model - HP15 R203TX
  Ubuntu - 15.04

  PS - same problem was there in 14.10
  Device is Broadcom Bluetooth Adapter

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: evince 3.14.2-0ubuntu2
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: 

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

2015-04-28 Thread Roopam Shukla
apport information

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

Title:
  My laptop bluetooth device is working but it is not detecting any of
  the other devices also no other device detects my laptop.

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  device is on and visible, I tried every thing but bluetooh device is
  not detecting any other device

  Laptop model - HP15 R203TX
  Ubuntu - 15.04

  PS - same problem was there in 14.10
  Device is Broadcom Bluetooth Adapter

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: evince 3.14.2-0ubuntu2
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Apr 26 12:40:57 2015
  InstallationDate: Installed on 2015-04-24 (1 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  ProcEnviron:
   LANGUAGE=en_IN:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_IN
   SHELL=/bin/bash
  SourcePackage: evince
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  roopamshukla   1691 F pulseaudio
   /dev/snd/controlC1:  roopamshukla   1691 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=9010676a-35c4-4a4a-a206-2df1e6cf87ca
  InstallationDate: Installed on 2015-04-24 (4 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  MachineType: Hewlett-Packard HP 15 Notebook PC
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic.efi.signed 
root=UUID=13cc9173-eda0-4add-8ed6-25fa5416d0fd ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-15-generic N/A
   linux-backports-modules-3.19.0-15-generic  N/A
   linux-firmware 1.143
  Tags:  vivid
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/18/2014
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.36
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 2337
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 05.24
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.36:bd12/18/2014:svnHewlett-Packard:pnHP15NotebookPC:pvr098F120600087:rvnHewlett-Packard:rn2337:rvr05.24:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP 15 Notebook PC
  dmi.product.version: 098F120600087
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1448609/+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 1283003] Re: [Bluetooth + 14.04] Bluetooth headsets are not working after last couple of updates

2015-04-28 Thread rpkrawczyk
The only thing working seems to be the fix in #29... Anything else so
far?

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

Title:
  [Bluetooth + 14.04] Bluetooth headsets are not working after last
  couple of updates

Status in Blueman - Bluetooth Manager:
  New
Status in blueman package in Ubuntu:
  Fix Released
Status in bluez package in Ubuntu:
  Confirmed
Status in gnome-bluetooth package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  I found a bug in Ubuntu 14.04 !

  I tried to pair a bluetooth stereo headset (A2DP compatible). The
  pairing process goes well, but after that I can't select it on the
  audio preferences.

  When I select it, it only shows the last selected item options and don't do 
anything. (he should switch to the headset output).
  I must mention that it worked very well on Ubuntu 12.04.

  This bug can be in the bluetooth stack or in unity-control-center or
  maybe pulseaudio. I actually have no idea.

To manage notifications about this bug go to:
https://bugs.launchpad.net/blueman/+bug/1283003/+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 1436891] Re: 8086:08b3 Cannot connect to any 802.11n WiFi access points

2015-04-28 Thread Darren Peets
Router used for testing:  iptime N104T, firmware 8.86, in case that's
useful here (will be included in report)

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

Title:
  8086:08b3 Cannot connect to any 802.11n WiFi access points

Status in linux package in Ubuntu:
  Triaged

Bug description:
  When attempting to connect to a WiFi access point with N wireless, two popup 
messages appear:
  Connection 'SSID' deactivated.
  The WiFi network could not be found

  Expected behaviour:  Connects to network.

  Minimal demonstration:  connect to a WiFi access point by both LAN and
  WiFi B/G.  Log in to access point, change it to B/G/N.  Connection is
  lost, cannot be re-established until reverted to B/G.

  Previous troubleshooting located here:
  https://www.kubuntuforums.net/showthread.php?67556-Can-t-use-wifi

  Description:Ubuntu Vivid Vervet (development branch)
  Release:15.04
  linux-firmware 1.143

  Can connect normally (with N) from 14.04.2 and 14.10 live CDs.  Can
  connect in 15.04 if and only if N deactivated in access point.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-firmware 1.143
  ProcVersionSignature: Ubuntu 3.19.0-10.10-generic 3.19.2
  Uname: Linux 3.19.0-10-generic x86_64
  ApportVersion: 2.16.2-0ubuntu4
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Fri Mar 27 00:14:58 2015
  Dependencies:
   
  InstallationDate: Installed on 2015-03-04 (22 days ago)
  InstallationMedia: Kubuntu 15.04 Vivid Vervet - Alpha amd64 (20150224.1)
  PackageArchitecture: all
  SourcePackage: linux-firmware
  UpgradeStatus: No upgrade log present (probably fresh install)

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

2015-04-28 Thread Brad Figg
This change was made by a bot.

** Changed in: linux (Ubuntu)
   Status: New = Confirmed

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

Title:
  [317709.911276] BUG: soft lockup - CPU#4 stuck for 22s!
  [thermald:1354]

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Was trying to play audio to my bluetooth headset when the OS locked
  up.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-34-generic 3.16.0-34.47
  ProcVersionSignature: Ubuntu 3.16.0-34.47-generic 3.16.7-ckt8
  Uname: Linux 3.16.0-34-generic x86_64
  Annotation: Your system might become unstablenow and might need to be 
restarted.
  ApportVersion: 2.14.7-0ubuntu8.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  nodeax 2708 F pulseaudio
   /dev/snd/controlC0:  nodeax 2708 F pulseaudio
  Date: Tue Apr 28 10:20:54 2015
  Failure: oops
  HibernationDevice: RESUME=UUID=dfedd1c5-c595-4165-aa06-003b20f8cf19
  MachineType: System76, Inc. Gazelle Professional
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-34-generic 
root=UUID=fd2a1529-14bd-4e1d-bb45-13cd9cbe5651 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: kerneloops-daemon 0.12+git20090217-3ubuntu8
  SourcePackage: linux
  Title: [317709.911276] BUG: soft lockup - CPU#4 stuck for 22s! [thermald:1354]
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/28/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1.03.06RS761
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: Gazelle Professional
  dmi.board.vendor: System76, Inc.
  dmi.board.version: gazp9b
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: System76, Inc.
  dmi.chassis.version: gazp9b
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.03.06RS761:bd07/28/2014:svnSystem76,Inc.:pnGazelleProfessional:pvrgazp9b:rvnSystem76,Inc.:rnGazelleProfessional:rvrgazp9b:cvnSystem76,Inc.:ct9:cvrgazp9b:
  dmi.product.name: Gazelle Professional
  dmi.product.version: gazp9b
  dmi.sys.vendor: System76, Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1449588/+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 1449524] Re: linux-ec2: 2.6.32-377.94 -proposed tracker

2015-04-28 Thread Brad Figg
All builds are complete, packages in this bug can be copied to
-proposed.

** Changed in: kernel-sru-workflow/prepare-package
   Status: New = Fix Released

** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: New = Confirmed

** Changed in: kernel-sru-workflow/package-testing
   Status: New = Confirmed

** Description changed:

  This bug is for tracking the 2.6.32-377.94 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 28. April 2015 11:50 UTC
- kernel-stable-phase:Prepare
- kernel-stable-phase-changed:Tuesday, 28. April 2015 11:50 UTC
  kernel-stable-Certification-testing-end:Tuesday, 28. April 2015 12:01 UTC
+ kernel-stable-phase:CopyToProposed
+ kernel-stable-Prepare-package-end:Tuesday, 28. April 2015 14:02 UTC
+ kernel-stable-Promote-to-proposed-start:Tuesday, 28. April 2015 14:02 UTC
+ kernel-stable-phase-changed:Tuesday, 28. April 2015 14:02 UTC

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

Title:
  linux-ec2: 2.6.32-377.94 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow package-testing series:
  Confirmed
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Confirmed
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  New
Status in Kernel SRU Workflow security-signoff series:
  New
Status in Kernel SRU Workflow verification-testing series:
  New
Status in linux-ec2 package in Ubuntu:
  New
Status in linux-ec2 source package in Lucid:
  New

Bug description:
  This bug is for tracking the 2.6.32-377.94 upload package. This bug
  will contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 28. April 2015 11:50 UTC
  kernel-stable-Certification-testing-end:Tuesday, 28. April 2015 12:01 UTC
  kernel-stable-phase:CopyToProposed
  kernel-stable-Prepare-package-end:Tuesday, 28. April 2015 14:02 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 28. April 2015 14:02 UTC
  kernel-stable-phase-changed:Tuesday, 28. April 2015 14:02 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1449524/+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 1444332] Re: VPN connections with juniper network connect have zero throughput

2015-04-28 Thread FZ
Yes, Juniper nc works with Joseph's patched kernel.

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

Title:
  VPN connections with juniper network connect have zero throughput

Status in linux package in Ubuntu:
  Triaged

Bug description:
  Starting with linux 3.19 the juniper network connect client
  establishes the VPN connection but has zero throughput on the virtual
  network adapter.

  The log of the VPN client software show the following message:
  adapter.warn IP Packet too small 0

  The problem is known and fixed in 3.19.2 IIRC. The relevant patch is 
mentioned here:
  https://bugzilla.kernel.org/show_bug.cgi?id=90901
  in comment 2.

  The fix is not part of 3.19.0-14-generic.

  A backport of the patch would be great, a downgrade to linux 3.16 is a viable 
workaround for the time being.
  --- 
  ApportVersion: 2.17.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  yannek 1973 F pulseaudio
   /dev/snd/pcmC0D0c:   yannek 1973 F...m pulseaudio
   /dev/snd/pcmC0D0p:   yannek 1973 F...m pulseaudio
   /dev/snd/controlC0:  yannek 1973 F pulseaudio
  CurrentDesktop:
   
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=3046eb61-13cf-4da5-995d-29640121be6d
  InstallationDate: Installed on 2014-05-15 (334 days ago)
  InstallationMedia: Kubuntu 14.04 LTS Trusty Tahr - Release amd64 
(20140416.1)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
   
   vboxnet0  no wireless extensions.
  MachineType: System manufacturer System Product Name
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-14-generic 
root=/dev/mapper/kubuntu--vg-root ro quiet splash
  ProcVersionSignature: Ubuntu 3.19.0-14.14-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-14-generic N/A
   linux-backports-modules-3.19.0-14-generic  N/A
   linux-firmware 1.143
  RfKill:
   
  Tags:  vivid
  Uname: Linux 3.19.0-14-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-04-14 (0 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/04/2010
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: ASUS M2A-VM ACPI BIOS Revision 5001
  dmi.board.name: M2A-VM
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: 1.XX
  dmi.chassis.asset.tag: 123456789000
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvrASUSM2A-VMACPIBIOSRevision5001:bd02/04/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM2A-VM:rvr1.XX:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1444332/+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 1449588] [NEW] [317709.911276] BUG: soft lockup - CPU#4 stuck for 22s! [thermald:1354]

2015-04-28 Thread Akshay Bhat
Public bug reported:

Was trying to play audio to my bluetooth headset when the OS locked up.

ProblemType: KernelOops
DistroRelease: Ubuntu 14.10
Package: linux-image-3.16.0-34-generic 3.16.0-34.47
ProcVersionSignature: Ubuntu 3.16.0-34.47-generic 3.16.7-ckt8
Uname: Linux 3.16.0-34-generic x86_64
Annotation: Your system might become unstablenow and might need to be restarted.
ApportVersion: 2.14.7-0ubuntu8.4
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  nodeax 2708 F pulseaudio
 /dev/snd/controlC0:  nodeax 2708 F pulseaudio
Date: Tue Apr 28 10:20:54 2015
Failure: oops
HibernationDevice: RESUME=UUID=dfedd1c5-c595-4165-aa06-003b20f8cf19
MachineType: System76, Inc. Gazelle Professional
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-34-generic 
root=UUID=fd2a1529-14bd-4e1d-bb45-13cd9cbe5651 ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: kerneloops-daemon 0.12+git20090217-3ubuntu8
SourcePackage: linux
Title: [317709.911276] BUG: soft lockup - CPU#4 stuck for 22s! [thermald:1354]
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/28/2014
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1.03.06RS761
dmi.board.asset.tag: Tag 12345
dmi.board.name: Gazelle Professional
dmi.board.vendor: System76, Inc.
dmi.board.version: gazp9b
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 9
dmi.chassis.vendor: System76, Inc.
dmi.chassis.version: gazp9b
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.03.06RS761:bd07/28/2014:svnSystem76,Inc.:pnGazelleProfessional:pvrgazp9b:rvnSystem76,Inc.:rnGazelleProfessional:rvrgazp9b:cvnSystem76,Inc.:ct9:cvrgazp9b:
dmi.product.name: Gazelle Professional
dmi.product.version: gazp9b
dmi.sys.vendor: System76, Inc.

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


** Tags: amd64 apport-kerneloops kernel-oops utopic

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

Title:
  [317709.911276] BUG: soft lockup - CPU#4 stuck for 22s!
  [thermald:1354]

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Was trying to play audio to my bluetooth headset when the OS locked
  up.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-34-generic 3.16.0-34.47
  ProcVersionSignature: Ubuntu 3.16.0-34.47-generic 3.16.7-ckt8
  Uname: Linux 3.16.0-34-generic x86_64
  Annotation: Your system might become unstablenow and might need to be 
restarted.
  ApportVersion: 2.14.7-0ubuntu8.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  nodeax 2708 F pulseaudio
   /dev/snd/controlC0:  nodeax 2708 F pulseaudio
  Date: Tue Apr 28 10:20:54 2015
  Failure: oops
  HibernationDevice: RESUME=UUID=dfedd1c5-c595-4165-aa06-003b20f8cf19
  MachineType: System76, Inc. Gazelle Professional
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-34-generic 
root=UUID=fd2a1529-14bd-4e1d-bb45-13cd9cbe5651 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: kerneloops-daemon 0.12+git20090217-3ubuntu8
  SourcePackage: linux
  Title: [317709.911276] BUG: soft lockup - CPU#4 stuck for 22s! [thermald:1354]
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/28/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1.03.06RS761
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: Gazelle Professional
  dmi.board.vendor: System76, Inc.
  dmi.board.version: gazp9b
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: System76, Inc.
  dmi.chassis.version: gazp9b
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.03.06RS761:bd07/28/2014:svnSystem76,Inc.:pnGazelleProfessional:pvrgazp9b:rvnSystem76,Inc.:rnGazelleProfessional:rvrgazp9b:cvnSystem76,Inc.:ct9:cvrgazp9b:
  dmi.product.name: Gazelle Professional
  dmi.product.version: gazp9b
  dmi.sys.vendor: System76, Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1449588/+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 1426589] Re: tc class statistics rates are all zero after upgrade to Trusty

2015-04-28 Thread nico
Zero rate output :(

I leave my version.

Ubuntu 14.04.2 LTS (kernel 3.13.0-49-generic)

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

Title:
  tc class statistics rates are all zero after upgrade to Trusty

Status in iproute2 package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After upgrading an Ubuntu server from Lucid - Precise - Trusty the command:
  tc -s class show dev eth0
  no longer shows rates for my classification bands. This worked in Lucid, but 
not sure if something changed, or if I need to set some system configuration to 
make it work again. My current non-working version is:

  $ dpkg -s iproute2
  Package: iproute2
  Status: install ok installed
  Priority: important
  Section: net
  Installed-Size: 1147
  Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
  Architecture: amd64
  Multi-Arch: foreign
  Version: 3.12.0-2
  Replaces: iproute
  Provides: arpd
  Depends: libc6 (= 2.14), libdb5.3
  Recommends: libatm1 (= 2.4.1-17~), libxtables10
  Suggests: iproute2-doc
  Conflicts: arpd, iproute ( 2013-1)
  Conffiles:
   /etc/iproute2/group 3aea2c0e0dd75e13a5f8f48f2936915f
   /etc/iproute2/ematch_map b91e7f9b26918449bade9573f8871d61
   /etc/iproute2/rt_realms 7137bdf40e8d58c87ac7e3bba503767f
   /etc/iproute2/rt_tables a1313318d6778fe6b8c680248ef5a463
   /etc/iproute2/rt_dsfield 4264d5c7c8298300185aa04e1a736934
   /etc/iproute2/rt_protos 95ce0b4b5b79f5a8a45941fb418a904c
   /etc/iproute2/rt_scopes 6298b8df09e9bda23ea7da49021ca457
  Description: networking and traffic control tools
   The iproute2 suite is a collection of utilities for networking and
   traffic control.
   .
   These tools communicate with the Linux kernel via the (rt)netlink
   interface, providing advanced features not available through the
   legacy net-tools commands 'ifconfig' and 'route'.
  Original-Maintainer: Debian iproute2 Maintainers ah-ipro...@debian.org
  Homepage: http://www.linux-foundation.org/en/Net:Iproute2

  Here is the current output of the command, note that 'rate 0bit 0pps'
  is common to all classes, in Lucid this would produce non-zero values
  for active traffic:

  $ tc -s class show dev eth0
  class htb 2:1 root rate 4000Kbit ceil 1Kbit burst 1600b cburst 1600b
   Sent 140162776 bytes 377793 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 23022 borrowed: 0 giants: 0
   tokens: 46812 ctokens: 18725

  class htb 2:2 parent 2:1 leaf 3: prio 0 rate 1000Kbit ceil 4000Kbit burst 
1600b cburst 1600b
   Sent 2021584 bytes 6949 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 6505 borrowed: 189 giants: 0
   tokens: 187250 ctokens: 46812

  class htb 2:3 parent 2:1 leaf 4: prio 1 rate 2000Kbit ceil 4000Kbit burst 
1600b cburst 1600b
   Sent 16695548 bytes 216855 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 216846 borrowed: 9 giants: 0
   tokens: 94375 ctokens: 47187

  class htb 2:4 parent 2:1 leaf 5: prio 2 rate 1000Kbit ceil 4000Kbit burst 
1600b cburst 1600b
   Sent 2963040 bytes 46619 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 46619 borrowed: 0 giants: 0
   tokens: 193250 ctokens: 48312

  class htb 2:5 parent 2:1 leaf 6: prio 3 rate 1000Kbit ceil 4000Kbit burst 
1600b cburst 1600b
   Sent 6 bytes 745 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 745 borrowed: 0 giants: 0
   tokens: 183000 ctokens: 45750

  class htb 2:6 parent 2:1 leaf 7: prio 4 rate 1000Kbit ceil 4000Kbit burst 
1600b cburst 1600b
   Sent 80608262 bytes 79347 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 50544 borrowed: 13902 giants: 0
   tokens: 190750 ctokens: 47687

  class htb 2:7 parent 2:1 leaf 8: prio 5 rate 1000Kbit ceil 4000Kbit burst 
1600b cburst 1600b
   Sent 37606539 bytes 26129 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 5617 borrowed: 8922 giants: 0
   tokens: -178485 ctokens: 24056

  class htb 2:8 parent 2:1 leaf 9: prio 6 rate 512000bit ceil 1000Kbit burst 
1600b cburst 1600b
   Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 0 borrowed: 0 giants: 0
   tokens: 390625 ctokens: 20

  class htb 2:9 parent 2:1 leaf a: prio 7 rate 1000Kbit ceil 1000Kbit burst 
1600b cburst 1600b
   Sent 167807 bytes 1149 pkt (dropped 0, overlimits 0 requeues 0)
   rate 0bit 0pps backlog 0b 0p requeues 0
   lended: 1149 borrowed: 0 giants: 0
   tokens: 189875 ctokens: 189875

  Did something change upstream to make the rates unavailable? Do I need
  to set some config to enable collection? Running the command as root
  does not make a difference. My 

[Kernel-packages] [Bug 1448942] Re: Juniper Network Connect Tun

2015-04-28 Thread FZ
Yes, Juniper nc works with Joseph's patched kernel.

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

Title:
  Juniper Network Connect Tun

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Vivid:
  Confirmed

Bug description:
  Hi,

  i'm using Juniper Network Connect. 
  With kernel Version 3.19.0-15-generic it stops working.

  I the logfile of Network connect i saw:

  IP Packet too small 0

  I found a solution which also has implemented in Fedora:

  http://www.unixgr.com/juniper-ncsvc-and-linux-3-19/
  and fix: 
  https://bugzilla.kernel.org/show_bug.cgi?id=90901
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  mschroen   2784 F pulseaudio
   /dev/snd/controlC1:  mschroen   2784 F pulseaudio
   /dev/snd/controlC0:  mschroen   2784 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=cd8793fc-8985-4125-99f8-aff20e7ef69f
  InstallationDate: Installed on 2013-10-07 (566 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: LENOVO 20AY001DGE
  NonfreeKernelModules: fglrx
  Package: linux (not installed)
  ProcFB:
   0 inteldrmfb
   1 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-15-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash 
kopt=root=/dev/mapper/vgubuntu-root vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-15-generic N/A
   linux-backports-modules-3.19.0-15-generic  N/A
   linux-firmware 1.143
  Tags:  vivid
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-04-24 (3 days ago)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 07/23/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: J3ET32WW (1.09 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20AY001DGE
  dmi.board.vendor: LENOVO
  dmi.board.version: Win8 Pro DPK TPG
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrJ3ET32WW(1.09):bd07/23/2013:svnLENOVO:pn20AY001DGE:pvrThinkPadS3-S440:rvnLENOVO:rn20AY001DGE:rvrWin8ProDPKTPG:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 20AY001DGE
  dmi.product.version: ThinkPad S3-S440
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1448942/+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 1444332] Re: VPN connections with juniper network connect have zero throughput

2015-04-28 Thread Joseph Salisbury
*** This bug is a duplicate of bug 1448942 ***
https://bugs.launchpad.net/bugs/1448942

** This bug has been marked a duplicate of bug 1448942
   Juniper Network Connect Tun

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

Title:
  VPN connections with juniper network connect have zero throughput

Status in linux package in Ubuntu:
  Triaged

Bug description:
  Starting with linux 3.19 the juniper network connect client
  establishes the VPN connection but has zero throughput on the virtual
  network adapter.

  The log of the VPN client software show the following message:
  adapter.warn IP Packet too small 0

  The problem is known and fixed in 3.19.2 IIRC. The relevant patch is 
mentioned here:
  https://bugzilla.kernel.org/show_bug.cgi?id=90901
  in comment 2.

  The fix is not part of 3.19.0-14-generic.

  A backport of the patch would be great, a downgrade to linux 3.16 is a viable 
workaround for the time being.
  --- 
  ApportVersion: 2.17.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  yannek 1973 F pulseaudio
   /dev/snd/pcmC0D0c:   yannek 1973 F...m pulseaudio
   /dev/snd/pcmC0D0p:   yannek 1973 F...m pulseaudio
   /dev/snd/controlC0:  yannek 1973 F pulseaudio
  CurrentDesktop:
   
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=3046eb61-13cf-4da5-995d-29640121be6d
  InstallationDate: Installed on 2014-05-15 (334 days ago)
  InstallationMedia: Kubuntu 14.04 LTS Trusty Tahr - Release amd64 
(20140416.1)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
   
   vboxnet0  no wireless extensions.
  MachineType: System manufacturer System Product Name
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-14-generic 
root=/dev/mapper/kubuntu--vg-root ro quiet splash
  ProcVersionSignature: Ubuntu 3.19.0-14.14-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-14-generic N/A
   linux-backports-modules-3.19.0-14-generic  N/A
   linux-firmware 1.143
  RfKill:
   
  Tags:  vivid
  Uname: Linux 3.19.0-14-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-04-14 (0 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/04/2010
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: ASUS M2A-VM ACPI BIOS Revision 5001
  dmi.board.name: M2A-VM
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: 1.XX
  dmi.chassis.asset.tag: 123456789000
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvrASUSM2A-VMACPIBIOSRevision5001:bd02/04/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM2A-VM:rvr1.XX:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1444332/+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 1448942] Re: Juniper Network Connect Tun

2015-04-28 Thread Joseph Salisbury
** Changed in: linux (Ubuntu Vivid)
 Assignee: (unassigned) = Joseph Salisbury (jsalisbury)

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

Title:
  Juniper Network Connect Tun

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Vivid:
  Confirmed

Bug description:
  Hi,

  i'm using Juniper Network Connect. 
  With kernel Version 3.19.0-15-generic it stops working.

  I the logfile of Network connect i saw:

  IP Packet too small 0

  I found a solution which also has implemented in Fedora:

  http://www.unixgr.com/juniper-ncsvc-and-linux-3-19/
  and fix: 
  https://bugzilla.kernel.org/show_bug.cgi?id=90901
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  mschroen   2784 F pulseaudio
   /dev/snd/controlC1:  mschroen   2784 F pulseaudio
   /dev/snd/controlC0:  mschroen   2784 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=cd8793fc-8985-4125-99f8-aff20e7ef69f
  InstallationDate: Installed on 2013-10-07 (566 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: LENOVO 20AY001DGE
  NonfreeKernelModules: fglrx
  Package: linux (not installed)
  ProcFB:
   0 inteldrmfb
   1 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-15-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash 
kopt=root=/dev/mapper/vgubuntu-root vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-15-generic N/A
   linux-backports-modules-3.19.0-15-generic  N/A
   linux-firmware 1.143
  Tags:  vivid
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-04-24 (3 days ago)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 07/23/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: J3ET32WW (1.09 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20AY001DGE
  dmi.board.vendor: LENOVO
  dmi.board.version: Win8 Pro DPK TPG
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrJ3ET32WW(1.09):bd07/23/2013:svnLENOVO:pn20AY001DGE:pvrThinkPadS3-S440:rvnLENOVO:rn20AY001DGE:rvrWin8ProDPKTPG:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 20AY001DGE
  dmi.product.version: ThinkPad S3-S440
  dmi.sys.vendor: LENOVO

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

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

apport-collect 1449782

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

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

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

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

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

Title:
  Track pad not detected - Acer ES1-511

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Computer Model: Acer ES1-511-C0DV
  Touchpad Manufacturer: Synaptics

  Scenario
  -
  I recently acquired a used Acer ES1-511, which came installed with Windows 7. 
 I planned to only use the laptop with a Linux distro.  

  Initially, I installed The latest Ubuntu distro (32-Bit) in parallel
  with Windows 7.  Upon testing the environment from a USB install
  drive, I used Ubuntu's partitioner to shrink the Windows 7 partition
  significantly. The trackpad was working fine and I went ahead with the
  install.  Everything was great.

  When I realized that I had installed the 32-Bit version and that my
  system was easily capable of running the 64-Bit version, I decided to
  re-install the 64-Bit OS.

  In the testing scenario, everything was fine.  I wet ahead with the
  install, but this time, I decided to just overwrite the entire system
  and erase Windows 7 completely.  I decided that I would only use
  Ubuntu.  When install was complete, I restarted the computer and
  that's when the issue began.

  On reboot, The trackpad did not respond.  I tried a number fixes that
  I found in the forums, but when I search in terminal under lspci and a
  number of other commands, the trackpad does not exist on any list.
  There isn't even and unknown device.

  Concerned that it may be an Ubunut 64-Bit issue, I decided to try a
  different distro - Elementary OS.  Unfortunately, I'm still having the
  issue.  I can control everything with a USB mouse, but the trackpad is
  still unresponsive.

  Any help would be greatly appreciated.  Thanks!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1449782/+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 1449357] Re: Thinkpad T450s unable to resume after suspended for a long time

2015-04-28 Thread Pinghao Qi
After some preliminary testing with kernel 4.0, it seems that the bug is
fixed. I'll do more testing tomorrow. However, I've been getting the
following error message at startup when using kernel 4.0.

Error parsing PCC subspaces from PCCT.
Starting version 219
thinkpad_acpi: unsupported brightness interfaces, please contact 
ibm-acpi-de...@lists.sourceforge.net

It doesn't affect anything of the system so far.

** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

** Tags added: kernel-fixed-upstream

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

Title:
  Thinkpad T450s unable to resume after suspended for a long time

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  My laptop shows a black screen when resumes from suspend. I'm unable
  to log in with ctrl-alt-f1 then ctrl-alt-f7. I'm able to control the
  keyboard backlight, the LED on the power button still looks like the
  way the laptop is in suspend. I'm only able to log in by pressing the
  power button and power off.

  This issue only happens when I close the lid and leave the computer
  for a long time. If I close the lid and open it in around 1 minute, it
  resumes just fine. I have to press the suspend button in the drop down
  menu to suspend the laptop first, and then close the lid. In that
  case, the laptop resumes without error. I've set in the power settings
  to let the laptop do nothing when lid is closed, and that didn't
  change the problem.

  The laptop only has an Intel integrated graphics card. I've tried using the 
newest i915 driver from o1.org and the same problem persists. This same problem 
is observed in clean installs of 14.04LTS, 14.10 and 15.04. I updated to 15.04 
from 14.10 using the built-in updater. 
  The laptop runs the newest version of BIOS from Lenovo.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-15-generic 3.19.0-15.15
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  pinghao3446 F pulseaudio
   /dev/snd/controlC0:  pinghao3446 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Apr 27 23:44:32 2015
  HibernationDevice: RESUME=UUID=72731580-3c1d-4d92-8d3d-c07fd1031447
  InstallationDate: Installed on 2015-04-16 (11 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  MachineType: LENOVO 20BX001LUS
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-15-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-15-generic N/A
   linux-backports-modules-3.19.0-15-generic  N/A
   linux-firmware 1.143
  SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-04-24 (3 days ago)
  dmi.bios.date: 03/10/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: JBET47WW (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20BX001LUS
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50510 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrJBET47WW(1.12):bd03/10/2015:svnLENOVO:pn20BX001LUS:pvrThinkPadT450s:rvnLENOVO:rn20BX001LUS:rvrSDK0E50510WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20BX001LUS
  dmi.product.version: ThinkPad T450s
  dmi.sys.vendor: LENOVO

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

2015-04-28 Thread Adrien-prost-boucle
Hi,

I also experience this problem with my laptop at resume from sleep.

About log messages, there does not seem to be a message when entering
sleep. When resuming from sleep, I can briefly see this message printed
on the screen:

kernel: [drm:rv730_stop_dpm [radeon]] *ERROR* Could not force DPM to low

However at boot time, I see this in the log:

kernel: [drm] initializing kernel modesetting (RV710 0x1002:0x9553
0x1179:0xFF00).

I see a switch from rv710 to rv730, is this normal?
Previously, Thaddäus Tintenfisch reported a switch from rv730 to rv770...

If useful, the lspci command says:

01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] 
RV710/M92 [Mobility Radeon HD 4530/4570/545v]
01:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] RV710/730 HDMI 
Audio [Radeon HD 4000 series]

The patch proposed just before seems to be explicitely related to rv770,
which does not seem to be my case.

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

Title:
  [drm:rv770_dpm_set_power_state] *ERROR* rv770_set_sw_state failed

Status in Direct Rendering Infrastructure:
  Confirmed
Status in linux package in Ubuntu:
  Expired

Bug description:
  Hello,
  On Ubuntu 14.04 LTS, when the computer starts (before the splash screen 
appears), I see this error in the console:

  [drm:rv770_dpm_set_power_state] *ERROR* rv770_set_sw_state failed

  I don't know what does exactly this bug, but I supposed that it's not
  normal.

  
  OS: Linux
  Type: amd64
  Distribution: Ubuntu 14.04 LTS
  GPU: ATI Mobility Radeon HD 4570
  → 02:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] 
RV710/M92 [Mobility Radeon HD 4530/4570/545v]

  Kernel: 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 2014
  x86_64 x86_64 x86_64 GNU/Linux

  I use the free driver for Linux, ATI doesn't support this GPU with
  proprietary drivers today... but without this little bug, the free
  drivers are very good :)

  
  Message appears at [   17.026313]
  (See dmesg file)

  Thank you.
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  valentin   4277 F pulseaudio
   /dev/snd/controlC0:  valentin   4277 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=2fe681c2-5497-453b-bc19-4401ca76baaf
  InstallationDate: Installed on 2014-05-06 (8 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Beta amd64 (20140326)
  MachineType: Acer Aspire 5542
  Package: linux (not installed)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=20964cff-7885-4482-8618-d60d52c7d229 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127.2
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/18/2010
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: V1.09
  dmi.board.name: JV50TR
  dmi.board.vendor: Acer
  dmi.board.version: Rev
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrV1.09:bd01/18/2010:svnAcer:pnAspire5542:pvr0100:rvnAcer:rnJV50TR:rvrRev:cvnAcer:ct10:cvrNone:
  dmi.product.name: Aspire 5542
  dmi.product.version: 0100
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/dri/+bug/1319589/+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 1319589]

2015-04-28 Thread Adrien-prost-boucle
I forgot to mention the OS I'm using:

ArchLinux x86-64
Linux 4.0 from testing repo (also happens with the kernel from core repo)
mesa 10.5.4 from stock core repo
xf86-video-ati 1:7.5 from stock core repo

No patch, no personal kernel boot options, basically zero config.

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

Title:
  [drm:rv770_dpm_set_power_state] *ERROR* rv770_set_sw_state failed

Status in Direct Rendering Infrastructure:
  Confirmed
Status in linux package in Ubuntu:
  Expired

Bug description:
  Hello,
  On Ubuntu 14.04 LTS, when the computer starts (before the splash screen 
appears), I see this error in the console:

  [drm:rv770_dpm_set_power_state] *ERROR* rv770_set_sw_state failed

  I don't know what does exactly this bug, but I supposed that it's not
  normal.

  
  OS: Linux
  Type: amd64
  Distribution: Ubuntu 14.04 LTS
  GPU: ATI Mobility Radeon HD 4570
  → 02:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] 
RV710/M92 [Mobility Radeon HD 4530/4570/545v]

  Kernel: 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 2014
  x86_64 x86_64 x86_64 GNU/Linux

  I use the free driver for Linux, ATI doesn't support this GPU with
  proprietary drivers today... but without this little bug, the free
  drivers are very good :)

  
  Message appears at [   17.026313]
  (See dmesg file)

  Thank you.
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  valentin   4277 F pulseaudio
   /dev/snd/controlC0:  valentin   4277 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=2fe681c2-5497-453b-bc19-4401ca76baaf
  InstallationDate: Installed on 2014-05-06 (8 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Beta amd64 (20140326)
  MachineType: Acer Aspire 5542
  Package: linux (not installed)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=20964cff-7885-4482-8618-d60d52c7d229 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127.2
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/18/2010
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: V1.09
  dmi.board.name: JV50TR
  dmi.board.vendor: Acer
  dmi.board.version: Rev
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrV1.09:bd01/18/2010:svnAcer:pnAspire5542:pvr0100:rvnAcer:rnJV50TR:rvrRev:cvnAcer:ct10:cvrNone:
  dmi.product.name: Aspire 5542
  dmi.product.version: 0100
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/dri/+bug/1319589/+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 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-04-28 Thread mojotaker
Just wanted to add my support for a solution to this

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

Title:
  Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Card detail: Qualcomm Atheros Device [168c:003e] (rev 20)
  Subsystem: Bigfoot Networks, Inc. Device [1a56:1525]

  This is on a fully updated Ubuntu Server 14.04 installation, with the 
ubuntu-desktop environment installed. This happened in order to get the md raid 
drivers for raid0 on my system, as the desktop version doesn't support them.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  matanis2333 F pulseaudio
   /dev/snd/controlC0:  matanis2333 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=1b192ee3-f592-43e9-bdcf-08b91c0aa9b6
  InstallationDate: Installed on 2014-10-16 (3 days ago)
  InstallationMedia: Ubuntu-Server 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.3)
  IwConfig:
   p2p1  no wireless extensions.
   
   lono wireless extensions.
  MachineType: Micro-Star International Co., Ltd. GT72 2QE
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-37-generic.efi.signed 
root=UUID=80998dbb-1f89-4eda-be90-25e35e1c0a90 ro
  ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-37-generic N/A
   linux-backports-modules-3.13.0-37-generic  N/A
   linux-firmware 1.127.7
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-37-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/15/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: E1781IMS.10D
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: MS-1781
  dmi.board.vendor: Micro-Star International Co., Ltd.
  dmi.board.version: REV:0.C
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrE1781IMS.10D:bd09/15/2014:svnMicro-StarInternationalCo.,Ltd.:pnGT722QE:pvrREV0.C:rvnMicro-StarInternationalCo.,Ltd.:rnMS-1781:rvrREV0.C:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: GT72 2QE
  dmi.product.version: REV:0.C
  dmi.sys.vendor: Micro-Star International Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1383184/+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 1449782] [NEW] Track pad not detected - Acer ES1-511

2015-04-28 Thread Jim Kulakowski
Public bug reported:

Computer Model: Acer ES1-511-C0DV
Touchpad Manufacturer: Synaptics

Scenario
-
I recently acquired a used Acer ES1-511, which came installed with Windows 7.  
I planned to only use the laptop with a Linux distro.  

Initially, I installed The latest Ubuntu distro (32-Bit) in parallel
with Windows 7.  Upon testing the environment from a USB install drive,
I used Ubuntu's partitioner to shrink the Windows 7 partition
significantly. The trackpad was working fine and I went ahead with the
install.  Everything was great.

When I realized that I had installed the 32-Bit version and that my
system was easily capable of running the 64-Bit version, I decided to
re-install the 64-Bit OS.

In the testing scenario, everything was fine.  I wet ahead with the
install, but this time, I decided to just overwrite the entire system
and erase Windows 7 completely.  I decided that I would only use Ubuntu.
When install was complete, I restarted the computer and that's when the
issue began.

On reboot, The trackpad did not respond.  I tried a number fixes that I
found in the forums, but when I search in terminal under lspci and a
number of other commands, the trackpad does not exist on any list.
There isn't even and unknown device.

Concerned that it may be an Ubunut 64-Bit issue, I decided to try a
different distro - Elementary OS.  Unfortunately, I'm still having the
issue.  I can control everything with a USB mouse, but the trackpad is
still unresponsive.

Any help would be greatly appreciated.  Thanks!

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

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

Title:
  Track pad not detected - Acer ES1-511

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Computer Model: Acer ES1-511-C0DV
  Touchpad Manufacturer: Synaptics

  Scenario
  -
  I recently acquired a used Acer ES1-511, which came installed with Windows 7. 
 I planned to only use the laptop with a Linux distro.  

  Initially, I installed The latest Ubuntu distro (32-Bit) in parallel
  with Windows 7.  Upon testing the environment from a USB install
  drive, I used Ubuntu's partitioner to shrink the Windows 7 partition
  significantly. The trackpad was working fine and I went ahead with the
  install.  Everything was great.

  When I realized that I had installed the 32-Bit version and that my
  system was easily capable of running the 64-Bit version, I decided to
  re-install the 64-Bit OS.

  In the testing scenario, everything was fine.  I wet ahead with the
  install, but this time, I decided to just overwrite the entire system
  and erase Windows 7 completely.  I decided that I would only use
  Ubuntu.  When install was complete, I restarted the computer and
  that's when the issue began.

  On reboot, The trackpad did not respond.  I tried a number fixes that
  I found in the forums, but when I search in terminal under lspci and a
  number of other commands, the trackpad does not exist on any list.
  There isn't even and unknown device.

  Concerned that it may be an Ubunut 64-Bit issue, I decided to try a
  different distro - Elementary OS.  Unfortunately, I'm still having the
  issue.  I can control everything with a USB mouse, but the trackpad is
  still unresponsive.

  Any help would be greatly appreciated.  Thanks!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1449782/+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 1436891] Re: 8086:08b3 Cannot connect to any 802.11n WiFi access points

2015-04-28 Thread Darren Peets
v4.1-rc1-vivid  Bug absent!
v4.0-vivid  Bug present
v4.0-rc7-vivid  Bug present
v4.0-rc6-vivid
v4.0-rc5-vivid  Bug present

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

Title:
  8086:08b3 Cannot connect to any 802.11n WiFi access points

Status in linux package in Ubuntu:
  Triaged

Bug description:
  When attempting to connect to a WiFi access point with N wireless, two popup 
messages appear:
  Connection 'SSID' deactivated.
  The WiFi network could not be found

  Expected behaviour:  Connects to network.

  Minimal demonstration:  connect to a WiFi access point by both LAN and
  WiFi B/G.  Log in to access point, change it to B/G/N.  Connection is
  lost, cannot be re-established until reverted to B/G.

  Previous troubleshooting located here:
  https://www.kubuntuforums.net/showthread.php?67556-Can-t-use-wifi

  Description:Ubuntu Vivid Vervet (development branch)
  Release:15.04
  linux-firmware 1.143

  Can connect normally (with N) from 14.04.2 and 14.10 live CDs.  Can
  connect in 15.04 if and only if N deactivated in access point.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-firmware 1.143
  ProcVersionSignature: Ubuntu 3.19.0-10.10-generic 3.19.2
  Uname: Linux 3.19.0-10-generic x86_64
  ApportVersion: 2.16.2-0ubuntu4
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Fri Mar 27 00:14:58 2015
  Dependencies:
   
  InstallationDate: Installed on 2015-03-04 (22 days ago)
  InstallationMedia: Kubuntu 15.04 Vivid Vervet - Alpha amd64 (20150224.1)
  PackageArchitecture: all
  SourcePackage: linux-firmware
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1436891/+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 1442397] Re: linux-ti-omap4: 3.2.0-1463.83 -proposed tracker

2015-04-28 Thread Adam Conrad
** Changed in: kernel-sru-workflow/verification-testing
   Status: In Progress = Fix Released

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

Title:
  linux-ti-omap4: 3.2.0-1463.83 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow package-testing series:
  Fix Released
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow upload-to-ppa series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in linux-ti-omap4 package in Ubuntu:
  Invalid
Status in linux-ti-omap4 source package in Precise:
  New

Bug description:
  This bug is for tracking the version to be filled upload package.
  This bug will contain status and testing results related to that
  upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Thursday, 09. April 2015 23:01 UTC
  kernel-stable-master-bug:1449034
  kernel-stable-Certification-testing-end:Wednesday, 15. April 2015 16:00 UTC
  kernel-stable-Prepare-package-end:Friday, 17. April 2015 00:01 UTC
  kernel-stable-Promote-to-proposed-start:Friday, 17. April 2015 00:01 UTC
  kernel-stable-Promote-to-proposed-end:Tuesday, 21. April 2015 15:41 UTC
  kernel-stable-Security-signoff-start:Tuesday, 21. April 2015 17:00 UTC
  kernel-stable-Regression-testing-start:Tuesday, 21. April 2015 17:00 UTC
  proposed-announcement-sent:True
  kernel-stable-Verification-testing-start:Tuesday, 21. April 2015 17:00 UTC
  kernel-stable-phase:Verification  Testing
  kernel-stable-phase-changed:Tuesday, 21. April 2015 17:01 UTC
  kernel-stable-Regression-testing-end:Thursday, 23. April 2015 16:29 UTC
  kernel-stable-Security-signoff-end:Tuesday, 28. April 2015 19:00 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1442397/+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 1449788] Re: package linux-image-3.16.0-34-generic 3.16.0-34.45~14.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2015-04-28 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package linux-image-3.16.0-34-generic 3.16.0-34.45~14.04.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 2

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

Bug description:
  not sure what happened. new to linux

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-34-generic 3.16.0-34.45~14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-33.44~14.04.1-generic 3.16.7-ckt7
  Uname: Linux 3.16.0-33-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.8
  Architecture: amd64
  Date: Tue Apr 28 17:03:15 2015
  DuplicateSignature: 
package:linux-image-3.16.0-34-generic:3.16.0-34.45~14.04.1:subprocess installed 
post-installation script returned error exit status 2
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 2
  InstallationDate: Installed on 2015-04-05 (23 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 
(20150218.1)
  SourcePackage: linux-lts-utopic
  Title: package linux-image-3.16.0-34-generic 3.16.0-34.45~14.04.1 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 2
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1449788/+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 1449508] [NEW] Could not connect external monitor through DP

2015-04-28 Thread Vladimír Kriška
Public bug reported:

This issue was fixed few days ago, but after upgrading to kernel
3.19.0-15-generic it's there again.

Old issue: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1427221

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

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

Title:
  Could not connect external monitor through DP

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  This issue was fixed few days ago, but after upgrading to kernel
  3.19.0-15-generic it's there again.

  Old issue:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1427221

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1449508/+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 1402365] Re: Backlight Bug

2015-04-28 Thread Christopher M. Penalver
Kamalakar Agashe, the next step is to fully reverse commit bisect from
kernel 3.13 to 4.0 in order to identify the last bad commit, followed
immediately by the first good one. Once this commit has been identified,
then it may be reviewed as a candidate for backporting into your
release. Could you please do this following
https://wiki.ubuntu.com/Kernel/KernelBisection#How_do_I_reverse_bisect_the_upstream_kernel.3F
?

Please note, finding adjacent kernel versions is not fully commit
bisecting.

Thank you for your understanding.

Helpful bug reporting tips:
https://wiki.ubuntu.com/ReportingBugs

** Changed in: linux (Ubuntu)
   Status: Expired = Incomplete

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

Title:
  Backlight Bug

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Backlight control does not work, but there are entries in
  /sys/class/backlight.

  ls /sys/class/backlight  backlight
  grep -r . /proc/acpi  acpi
  sudo acpidump -o acpidump.txt
  acpixtract acpidump.txt
  iasl -d DSDT.dat
  sudo fwts  fwts
  sudo fwts method  fwts_method
  dmesg | grep 'ACPI: Video'  video
  sudo dmidecode  dmidecode.log
  cat /proc/version  version

  Testing for a work around
  Reboot with only the kernel parameter acpi_backlight=vendor
  does not work
  ls /sys/class/backlight  vendorbacklight

  No such folder /sys/class/backlight/intel_backlight/

  Reboot with just kernel parameter video.use_bios_initial_backlight=0
  does not work

  reboot with just kernel parameter video.use_native_backlight=1
  does not work

  WORKAROUND: Install fglrx.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-43-generic 3.13.0-43.72
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  Uname: Linux 3.13.0-43-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  vidya  1832 F pulseaudio
   /dev/snd/controlC0:  vidya  1832 F pulseaudio
  CurrentDesktop: Unity
  Date: Sun Dec 14 16:16:27 2014
  HibernationDevice: RESUME=UUID=42b35770-926b-43cf-8874-b5452e26b5e5
  InstallationDate: Installed on 2014-12-13 (0 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: LENOVO 80E3
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-43-generic.efi.signed 
root=UUID=7eccd389-f558-421b-928a-541b3f1c16f0 ro quiet splash vt.handoff=7 
video.use_native_backlight=1
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-43-generic N/A
   linux-backports-modules-3.13.0-43-generic  N/A
   linux-firmware 1.127.10
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/26/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: A2CN25WW(V1.07)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Lancer 5B2
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0F82990 WIN
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G50-45
  dmi.modalias: 
dmi:bvnLENOVO:bvrA2CN25WW(V1.07):bd08/26/2014:svnLENOVO:pn80E3:pvrLenovoG50-45:rvnLENOVO:rnLancer5B2:rvrSDK0F82990WIN:cvnLENOVO:ct10:cvrLenovoG50-45:
  dmi.product.name: 80E3
  dmi.product.version: Lenovo G50-45
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1402365/+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 1449508] Re: Could not connect external monitor through DP

2015-04-28 Thread Vladimír Kriška
** Attachment added: lspci-vnvn.log
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1449508/+attachment/4386546/+files/lspci-vnvn.log

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

Title:
  Could not connect external monitor through DP

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  This issue was fixed few days ago, but after upgrading to kernel
  3.19.0-15-generic it's there again.

  Old issue:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1427221

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1449508/+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 1448441] Re: After upgrade to Ubuntu 15.04, wrong temperature readings after wake from suspend cause fan to go crazy

2015-04-28 Thread Stannis King
As was the case before the BIOS update, the problem doesn't appear when
I boot with Linux 3.16.0-34.

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

Title:
  After upgrade to Ubuntu 15.04, wrong temperature readings after wake
  from suspend cause fan to go crazy

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After I upgraded to Ubuntu 15.04, I started having problems with the
  fan going crazy after I wake Ubuntu from suspend. At first, this only
  happened on a few occasions when waking Ubuntu from suspend, but now
  it seems to happen every time I wake it from suspend.

  I'm guessing the fan goes full speed due to the wrong readings of the
  temperature. sensors indicates temp4 as 100°C right after I wake
  Ubuntu from suspend, but temp4 is usually only around 30-40°C.

  The problem goes away when I restart Ubuntu. I had no problems of this
  kind on previous versions of Ubuntu.

  I'm not sure if the package responsible is linux, but I assume it is
  because of this:
  https://wiki.ubuntu.com/Bugs/FindRightPackage#Suspend_and_Hibernate

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-15-generic 3.19.0-15.15
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic i686
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  macak  1564 F pulseaudio
  CurrentDesktop: Unity
  Date: Sat Apr 25 13:47:17 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-04-21 (3 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release i386 (20141022.1)
  MachineType: Hewlett-Packard HP Compaq 6910p (RH239AV)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic 
root=UUID=d68e56a7-69e6-43ce-b25b-20550f5e34bf ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-15-generic N/A
   linux-backports-modules-3.19.0-15-generic  N/A
   linux-firmware 1.143
  SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-04-24 (1 days ago)
  dmi.bios.date: 11/04/2008
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68MCD Ver. F.17
  dmi.board.name: 30C1
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 68.36
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68MCDVer.F.17:bd11/04/2008:svnHewlett-Packard:pnHPCompaq6910p(RH239AV):pvrF.17:rvnHewlett-Packard:rn30C1:rvrKBCVersion68.36:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP Compaq 6910p (RH239AV)
  dmi.product.version: F.17
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1448441/+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 1402365] Re: Backlight Bug

2015-04-28 Thread Kamalakar Agashe
The entry in /sys/class/backlight on Kernel 4.0 is
radeon_bl0

Does it help?

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

Title:
  Backlight Bug

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Backlight control does not work, but there are entries in
  /sys/class/backlight.

  ls /sys/class/backlight  backlight
  grep -r . /proc/acpi  acpi
  sudo acpidump -o acpidump.txt
  acpixtract acpidump.txt
  iasl -d DSDT.dat
  sudo fwts  fwts
  sudo fwts method  fwts_method
  dmesg | grep 'ACPI: Video'  video
  sudo dmidecode  dmidecode.log
  cat /proc/version  version

  Testing for a work around
  Reboot with only the kernel parameter acpi_backlight=vendor
  does not work
  ls /sys/class/backlight  vendorbacklight

  No such folder /sys/class/backlight/intel_backlight/

  Reboot with just kernel parameter video.use_bios_initial_backlight=0
  does not work

  reboot with just kernel parameter video.use_native_backlight=1
  does not work

  WORKAROUND: Install fglrx.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-43-generic 3.13.0-43.72
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  Uname: Linux 3.13.0-43-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  vidya  1832 F pulseaudio
   /dev/snd/controlC0:  vidya  1832 F pulseaudio
  CurrentDesktop: Unity
  Date: Sun Dec 14 16:16:27 2014
  HibernationDevice: RESUME=UUID=42b35770-926b-43cf-8874-b5452e26b5e5
  InstallationDate: Installed on 2014-12-13 (0 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: LENOVO 80E3
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-43-generic.efi.signed 
root=UUID=7eccd389-f558-421b-928a-541b3f1c16f0 ro quiet splash vt.handoff=7 
video.use_native_backlight=1
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-43-generic N/A
   linux-backports-modules-3.13.0-43-generic  N/A
   linux-firmware 1.127.10
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/26/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: A2CN25WW(V1.07)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Lancer 5B2
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0F82990 WIN
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G50-45
  dmi.modalias: 
dmi:bvnLENOVO:bvrA2CN25WW(V1.07):bd08/26/2014:svnLENOVO:pn80E3:pvrLenovoG50-45:rvnLENOVO:rnLancer5B2:rvrSDK0F82990WIN:cvnLENOVO:ct10:cvrLenovoG50-45:
  dmi.product.name: 80E3
  dmi.product.version: Lenovo G50-45
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1402365/+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 1448441] Re: After upgrade to Ubuntu 15.04, wrong temperature readings after wake from suspend cause fan to go crazy

2015-04-28 Thread Christopher M. Penalver
Stannis King, could you please test the latest upstream kernel available
from the very top line at the top of the page (the release names are
irrelevant for testing, and please do not test the daily folder)
following https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow
additional upstream developers to examine the issue.

If the test did not allow you to test to the issue (ex. you couldn't boot into 
the OS) please make a comment in your report about this, and continue to test 
the next most recent kernel version until you can test to the issue. Once 
you've tested the upstream kernel, please comment on which kernel version 
specifically you tested. If this bug is fixed in the mainline kernel, please 
add the following tags by clicking on the yellow circle with a black pencil 
icon, next to the word Tags, located at the bottom of the report description:
kernel-fixed-upstream
kernel-fixed-upstream-X.Y-rcZ

Where XY and Z are numbers corresponding to the kernel version.

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-X.Y-rcZ

Once testing of the upstream kernel is complete, please mark this bug's
Status as Confirmed. Please let us know your results.

Thank you for your understanding.

** Tags added: latest-bios-f.19

** Tags added: regression-release

** Changed in: linux (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  After upgrade to Ubuntu 15.04, wrong temperature readings after wake
  from suspend cause fan to go crazy

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  After I upgraded to Ubuntu 15.04, I started having problems with the
  fan going crazy after I wake Ubuntu from suspend. At first, this only
  happened on a few occasions when waking Ubuntu from suspend, but now
  it seems to happen every time I wake it from suspend.

  I'm guessing the fan goes full speed due to the wrong readings of the
  temperature. sensors indicates temp4 as 100°C right after I wake
  Ubuntu from suspend, but temp4 is usually only around 30-40°C.

  The problem goes away when I restart Ubuntu. I had no problems of this
  kind on previous versions of Ubuntu.

  I'm not sure if the package responsible is linux, but I assume it is
  because of this:
  https://wiki.ubuntu.com/Bugs/FindRightPackage#Suspend_and_Hibernate

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-15-generic 3.19.0-15.15
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic i686
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  macak  1564 F pulseaudio
  CurrentDesktop: Unity
  Date: Sat Apr 25 13:47:17 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-04-21 (3 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release i386 (20141022.1)
  MachineType: Hewlett-Packard HP Compaq 6910p (RH239AV)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic 
root=UUID=d68e56a7-69e6-43ce-b25b-20550f5e34bf ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-15-generic N/A
   linux-backports-modules-3.19.0-15-generic  N/A
   linux-firmware 1.143
  SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-04-24 (1 days ago)
  dmi.bios.date: 11/04/2008
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68MCD Ver. F.17
  dmi.board.name: 30C1
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 68.36
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68MCDVer.F.17:bd11/04/2008:svnHewlett-Packard:pnHPCompaq6910p(RH239AV):pvrF.17:rvnHewlett-Packard:rn30C1:rvrKBCVersion68.36:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP Compaq 6910p (RH239AV)
  dmi.product.version: F.17
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1448441/+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 1124250] Re: Partially incorrect uid mapping with nfs4/idmapd/ldap-auth

2015-04-28 Thread Dariusz Gadomski
stef: can you please check after you observe the problem if your key quota is 
not exceeded? You may do this with:
$ sudo cat /proc/key-users

This fix is known to solve the expired keys problem, but if the cause of
the issue you are experiencing is the capacity of the key quota  you may
have to extend it (please see comment #2).

Thanks!

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

Title:
  Partially incorrect uid mapping with nfs4/idmapd/ldap-auth

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Trusty:
  Fix Committed
Status in linux source package in Utopic:
  Fix Committed
Status in nfs-utils package in Debian:
  Fix Released
Status in Fedora:
  Unknown

Bug description:
  [Impact]

   * This bug is likely to cause an incorrect UID/GID mapping for NFS
  shares in case of large numbers of differend UIDs/GIDs or in case of
  expired UID/GID mappings (stored as keys in the kernel).

  [Test Case]

   1. Setup a nfs4 server exporting /home with a large number of different 
users and ldap-based authentication.
   2. Mount the share on a ldap-connected client machine.
   3. List the mounted /home directory.
   4. Wait more than 10 minutes (the default key expiration time) and list it 
again with ls -l.

  Expected result - all directories are listed with correct UIDs/GIDs.
  Actual result - some of the directories may be listed with incorrect UID/GID 
of 4294967294.

  [Regression Potential]

   * This issue has been merged upstream in the 3.18 kernel and is also
  present in Debian's 3.16 kernel.

  [Other Info]

  * Original bug description:

  I'm running a nfs4 server exporting a directory /home (ext4,usrquota). This 
server is running Ubuntu 12.04 amd64(up-to-date). This directory is handling 
662 homedirs for ldap authenticated users.
  /etc/exports is :
  /exports  192.168.0.0/24(rw,fsid=0,no_subtree_check)

  Important lines in /etc/idmapd.conf :
  domain=my-domain.org

  [Translation]
  Method=nsswitch.

  In /etc/default/nfs-common :
  NEED_IDMAPD=yes

  In /etc/default/nfs-kernel-server :
  RPCNFSDCOUNT=75
  RPCMOUNTDOPTS=--manage-gids

  2 Clients (rhel6 x86  Ubuntu 12.04.2 i686) are mounting this nfs4 exported 
directory with no problems :
  When doing ls -l /home on this clients, I have :
  ...
  drwx--   4 user100 oldusers 4096 sept. 21  2011 user100
  drwx--   4 user101 oldusers 4096 sept. 21  2011 user101
  drwx--  37 user102 oldusers 4096 oct.   1 19:06 user102
  drwx--  36 user103 users4096 févr. 5 21:08 user103
  drwx--  36 user104 users4096 févr. 8 14:03 user104
  drwx--  30 user105 users4096 févr. 4 18:01 user105
  drwx--  28 user106 oldusers 4096 oct.   5  2011 user106
  drwx--  37 user107 oldusers 4096 janv.  8 14:52 user107
  drwx--  31 user108 users4096 déc.  4 11:52 user108
  drwx--   4 user109 oldusers 4096 sept. 21  2011 user109
  drwx--x--x  45 user110 oldusers 4096 janv. 22 15:53 user109
  drwx--  31 user111 users4096 janv. 29 12:03 user110
  ...
  uid/gid mapping works fine, authldap works fine, ...

  All Clients running Ubuntu 12.10 i686  or  Ubuntu 12.10 amd64 are 
experiencing the same problem :
  The config files are the same that used in ubuntu 12.04.
  Auth ldap is correctly configured, user can log in.

  This is the /etc/fstab entry for /home :
  192.168.0.1:/ /home nfs  rw,nfsvers=4 0  0

  Important lines in /etc/idmapd.conf :
  domain=my-domain.org
  [Translation]
  Method=nsswitch

  In /etc/default/nfs-common :
  NEED_IDMAPD=yes

  /etc/nsswitch.conf is :
  passwd: files ldap
  group: files ldap
  shadow: files ldap

  When doing ls -l /home there is a strange problem :

  drwx--   4 4294967294 oldusers 4096 sept. 21  2011 user100
  drwx--   4 user101oldusers 4096 sept. 21  2011 user101
  drwx--  37 user102oldusers 4096 oct.   1 19:06 user102
  drwx--  36 4294967294 users4096 févr. 5 21:08 user103
  drwx--  36 4294967294 users4096 févr. 8 14:03 user104
  drwx--  30 4294967294 users4096 févr. 4 18:01 user105
  drwx--  28 4294967294 oldusers 4096 oct.   5  2011 user106
  drwx--  37 4294967294 oldusers 4096 janv.  8 14:52 user107
  drwx--  31 4294967294 users4096 déc.  4 11:52 user108
  drwx--   4 user109oldusers 4096 sept. 21  2011 user109
  drwx--x--x  45 4294967294 oldusers 4096 janv. 22 15:53 user110
  drwx--  31 4294967294 users4096 janv. 29 12:03 user111

  for  571 homedirs (this number varies at each reboot)/662, the owner is the 
value 4294967294. For the  91 remaining homedirs,
  the owner is correct. The gidnumber is correctly mapped for all (only  5 
differents values used for gidNumber).

  In /var/log/syslog, I can see :

  For example : 

[Kernel-packages] [Bug 1449508] Re: Could not connect external monitor through DP

2015-04-28 Thread Vladimír Kriška
At the end of CurrentDmesg.txt you can see problem.

[drm:intel_dp_complete_link_train [i915]] *ERROR* failed to train DP,
aborting

** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  Could not connect external monitor through DP

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  This issue was fixed few days ago, but after upgrading to kernel
  3.19.0-15-generic it's there again.

  Old issue: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1427221
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  vlado  1643 F pulseaudio
   /dev/snd/controlC0:  vlado  1643 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=d80fa3b5-cda8-47ca-888c-a6dcb14f919b
  InstallationDate: Installed on 2015-03-10 (48 days ago)
  InstallationMedia: Xubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  MachineType: LENOVO 20BX001YXS
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-15-generic 
root=/dev/mapper/xubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-15-generic N/A
   linux-backports-modules-3.19.0-15-generic  N/A
   linux-firmware 1.143
  Tags:  vivid
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-03-30 (28 days ago)
  UserGroups: adm cdrom dip docker lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/03/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: JBET45WW (1.10 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20BX001YXS
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50510 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrJBET45WW(1.10):bd02/03/2015:svnLENOVO:pn20BX001YXS:pvrThinkPadT450s:rvnLENOVO:rn20BX001YXS:rvrSDK0E50510WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20BX001YXS
  dmi.product.version: ThinkPad T450s
  dmi.sys.vendor: LENOVO

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

2015-04-28 Thread Vladimír Kriška
apport information

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

Title:
  Could not connect external monitor through DP

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  This issue was fixed few days ago, but after upgrading to kernel
  3.19.0-15-generic it's there again.

  Old issue: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1427221
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  vlado  1643 F pulseaudio
   /dev/snd/controlC0:  vlado  1643 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=d80fa3b5-cda8-47ca-888c-a6dcb14f919b
  InstallationDate: Installed on 2015-03-10 (48 days ago)
  InstallationMedia: Xubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  MachineType: LENOVO 20BX001YXS
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-15-generic 
root=/dev/mapper/xubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-15-generic N/A
   linux-backports-modules-3.19.0-15-generic  N/A
   linux-firmware 1.143
  Tags:  vivid
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-03-30 (28 days ago)
  UserGroups: adm cdrom dip docker lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/03/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: JBET45WW (1.10 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20BX001YXS
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50510 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrJBET45WW(1.10):bd02/03/2015:svnLENOVO:pn20BX001YXS:pvrThinkPadT450s:rvnLENOVO:rn20BX001YXS:rvrSDK0E50510WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20BX001YXS
  dmi.product.version: ThinkPad T450s
  dmi.sys.vendor: LENOVO

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

2015-04-28 Thread Vladimír Kriška
apport information

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

Title:
  Could not connect external monitor through DP

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  This issue was fixed few days ago, but after upgrading to kernel
  3.19.0-15-generic it's there again.

  Old issue: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1427221
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  vlado  1643 F pulseaudio
   /dev/snd/controlC0:  vlado  1643 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=d80fa3b5-cda8-47ca-888c-a6dcb14f919b
  InstallationDate: Installed on 2015-03-10 (48 days ago)
  InstallationMedia: Xubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  MachineType: LENOVO 20BX001YXS
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-15-generic 
root=/dev/mapper/xubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-15-generic N/A
   linux-backports-modules-3.19.0-15-generic  N/A
   linux-firmware 1.143
  Tags:  vivid
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-03-30 (28 days ago)
  UserGroups: adm cdrom dip docker lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/03/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: JBET45WW (1.10 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20BX001YXS
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50510 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrJBET45WW(1.10):bd02/03/2015:svnLENOVO:pn20BX001YXS:pvrThinkPadT450s:rvnLENOVO:rn20BX001YXS:rvrSDK0E50510WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20BX001YXS
  dmi.product.version: ThinkPad T450s
  dmi.sys.vendor: LENOVO

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

2015-04-28 Thread Vladimír Kriška
apport information

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

Title:
  Could not connect external monitor through DP

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  This issue was fixed few days ago, but after upgrading to kernel
  3.19.0-15-generic it's there again.

  Old issue: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1427221
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  vlado  1643 F pulseaudio
   /dev/snd/controlC0:  vlado  1643 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=d80fa3b5-cda8-47ca-888c-a6dcb14f919b
  InstallationDate: Installed on 2015-03-10 (48 days ago)
  InstallationMedia: Xubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  MachineType: LENOVO 20BX001YXS
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-15-generic 
root=/dev/mapper/xubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-15-generic N/A
   linux-backports-modules-3.19.0-15-generic  N/A
   linux-firmware 1.143
  Tags:  vivid
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-03-30 (28 days ago)
  UserGroups: adm cdrom dip docker lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/03/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: JBET45WW (1.10 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20BX001YXS
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50510 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrJBET45WW(1.10):bd02/03/2015:svnLENOVO:pn20BX001YXS:pvrThinkPadT450s:rvnLENOVO:rn20BX001YXS:rvrSDK0E50510WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20BX001YXS
  dmi.product.version: ThinkPad T450s
  dmi.sys.vendor: LENOVO

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

2015-04-28 Thread Vladimír Kriška
apport information

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

Title:
  Could not connect external monitor through DP

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  This issue was fixed few days ago, but after upgrading to kernel
  3.19.0-15-generic it's there again.

  Old issue: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1427221
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  vlado  1643 F pulseaudio
   /dev/snd/controlC0:  vlado  1643 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=d80fa3b5-cda8-47ca-888c-a6dcb14f919b
  InstallationDate: Installed on 2015-03-10 (48 days ago)
  InstallationMedia: Xubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  MachineType: LENOVO 20BX001YXS
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-15-generic 
root=/dev/mapper/xubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-15-generic N/A
   linux-backports-modules-3.19.0-15-generic  N/A
   linux-firmware 1.143
  Tags:  vivid
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-03-30 (28 days ago)
  UserGroups: adm cdrom dip docker lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/03/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: JBET45WW (1.10 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20BX001YXS
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50510 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrJBET45WW(1.10):bd02/03/2015:svnLENOVO:pn20BX001YXS:pvrThinkPadT450s:rvnLENOVO:rn20BX001YXS:rvrSDK0E50510WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20BX001YXS
  dmi.product.version: ThinkPad T450s
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1449508/+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 1405842] Re: Microcode SW error detected.

2015-04-28 Thread Ruud Koot
It seems a recent Ubuntu update has overwritten my
/etc/modprobe.d/iwlwifi.conf re-enabling 11n.

Setting disable_11n=1 made this problem go away again.

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

Title:
  Microcode SW error detected.

Status in linux-firmware package in Ubuntu:
  Confirmed

Bug description:
  I just saw this error in the kernel log:

  [171056.176336] iwlwifi :02:00.0: Microcode SW error detected.  
Restarting 0x200.
  [171056.176341] iwlwifi :02:00.0: CSR values: 
   
  [171056.176343] iwlwifi :02:00.0: (2nd byte of CSR_INT_COALESCING is 
CSR_INT_PERIODIC_REG)   
  [171056.176359] iwlwifi :02:00.0:CSR_HW_IF_CONFIG_REG: 0X40489204 
   
  [171056.176373] iwlwifi :02:00.0:  CSR_INT_COALESCING: 0X8040
  [171056.176387] iwlwifi :02:00.0: CSR_INT: 0X
  [171056.176401] iwlwifi :02:00.0:CSR_INT_MASK: 0X
  [171056.176414] iwlwifi :02:00.0:   CSR_FH_INT_STATUS: 0X
  [171056.176428] iwlwifi :02:00.0: CSR_GPIO_IN: 0X
  [171056.176442] iwlwifi :02:00.0:   CSR_RESET: 0X
  [171056.176456] iwlwifi :02:00.0:CSR_GP_CNTRL: 0X080403c5
  [171056.176470] iwlwifi :02:00.0:  CSR_HW_REV: 0X0144
  [171056.176484] iwlwifi :02:00.0:  CSR_EEPROM_REG: 0X
  [171056.176498] iwlwifi :02:00.0:   CSR_EEPROM_GP: 0X8000
  [171056.176512] iwlwifi :02:00.0:  CSR_OTP_GP_REG: 0X803a
  [171056.176526] iwlwifi :02:00.0: CSR_GIO_REG: 0X00080042
  [171056.176540] iwlwifi :02:00.0:CSR_GP_UCODE_REG: 0X
  [171056.176554] iwlwifi :02:00.0:   CSR_GP_DRIVER_REG: 0X
  [171056.176568] iwlwifi :02:00.0:   CSR_UCODE_DRV_GP1: 0X
  [171056.176582] iwlwifi :02:00.0:   CSR_UCODE_DRV_GP2: 0X
  [171056.176596] iwlwifi :02:00.0: CSR_LED_REG: 0X0060
  [171056.176610] iwlwifi :02:00.0:CSR_DRAM_INT_TBL_REG: 0X8821dad1
  [171056.176624] iwlwifi :02:00.0:CSR_GIO_CHICKEN_BITS: 0X27800200
  [171056.176638] iwlwifi :02:00.0: CSR_ANA_PLL_CFG: 0Xd5d5
  [171056.176652] iwlwifi :02:00.0:  CSR_MONITOR_STATUS_REG: 0X3c08019d
  [171056.17] iwlwifi :02:00.0:   CSR_HW_REV_WA_REG: 0X0001001a
  [171056.176680] iwlwifi :02:00.0:CSR_DBG_HPET_MEM_REG: 0X0010
  [171056.176682] iwlwifi :02:00.0: FH register values:
  [171056.176707] iwlwifi :02:00.0: FH_RSCSR_CHNL0_STTS_WPTR_REG: 
0X0c483900
  [171056.176723] iwlwifi :02:00.0:FH_RSCSR_CHNL0_RBDCB_BASE_REG: 
0X00c48380
  [171056.176739] iwlwifi :02:00.0:  FH_RSCSR_CHNL0_WPTR: 
0X0050
  [171056.176755] iwlwifi :02:00.0: FH_MEM_RCSR_CHNL0_CONFIG_REG: 
0X00801114
  [171056.176771] iwlwifi :02:00.0:  FH_MEM_RSSR_SHARED_CTRL_REG: 
0X00fc
  [171056.176786] iwlwifi :02:00.0:FH_MEM_RSSR_RX_STATUS_REG: 
0X0203
  [171056.176802] iwlwifi :02:00.0:FH_MEM_RSSR_RX_ENABLE_ERR_IRQ2DRV: 
0X
  [171056.176817] iwlwifi :02:00.0:FH_TSSR_TX_STATUS_REG: 
0X07ff0001
  [171056.176833] iwlwifi :02:00.0: FH_TSSR_TX_ERROR_REG: 
0X
  [171056.176975] iwlwifi :02:00.0: Start IWL Error Log Dump:
  [171056.176977] iwlwifi :02:00.0: Status: 0x, count: 6
  [171056.176978] iwlwifi :02:00.0: Loaded firmware version: 25.228.9.0
  [171056.176980] iwlwifi :02:00.0: 0x0034 | NMI_INTERRUPT_WDG  
 
  [171056.176982] iwlwifi :02:00.0: 0x00E3 | uPc
  [171056.176984] iwlwifi :02:00.0: 0x | branchlink1
  [171056.176985] iwlwifi :02:00.0: 0x0BA4 | branchlink2
  [171056.176987] iwlwifi :02:00.0: 0x0001626C | interruptlink1
  [171056.176988] iwlwifi :02:00.0: 0x00029676 | interruptlink2
  [171056.176990] iwlwifi :02:00.0: 0x | data1
  [171056.176991] iwlwifi :02:00.0: 0x0002 | data2
  [171056.176992] iwlwifi :02:00.0: 0x02039842 | data3
  [171056.176994] iwlwifi :02:00.0: 0xDE803F2A | beacon time
  [171056.176996] iwlwifi :02:00.0: 0x8DBC10F8 | tsf low
  [171056.176997] iwlwifi :02:00.0: 0x0001 | tsf hi
  [171056.176998] iwlwifi :02:00.0: 0x | time gp1
  [171056.177000] iwlwifi :02:00.0: 0x0BE49F4E | time gp2
  [171056.177001] iwlwifi :02:00.0: 0x | time gp3
  [171056.177003] iwlwifi :02:00.0: 0x000419E4 | uCode version
  [171056.177004] iwlwifi :02:00.0: 0x0144 | hw version
  

[Kernel-packages] [Bug 1449090] Re: wifi broken on RT3290 [ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush]

2015-04-28 Thread Christopher M. Penalver
H.-Dirk Schmitt, could you please test the latest upstream kernel
available from the very top line at the top of the page (the release
names are irrelevant for testing, and please do not test the daily
folder) following https://wiki.ubuntu.com/KernelMainlineBuilds ? It will
allow additional upstream developers to examine the issue.

If the test did not allow you to test to the issue (ex. you couldn't boot into 
the OS) please make a comment in your report about this, and continue to test 
the next most recent kernel version until you can test to the issue. Once 
you've tested the upstream kernel, please comment on which kernel version 
specifically you tested. If this bug is fixed in the mainline kernel, please 
add the following tags by clicking on the yellow circle with a black pencil 
icon, next to the word Tags, located at the bottom of the report description:
kernel-fixed-upstream
kernel-fixed-upstream-X.Y-rcZ

Where XY and Z are numbers corresponding to the kernel version.

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-X.Y-rcZ

Once testing of the upstream kernel is complete, please mark this bug's
Status as Confirmed. Please let us know your results.

Thank you for your understanding.

** Tags added: latest-bios-f.12

** Description changed:

  Wifi is unusable slow below ubuntu. Works correctly below Windows.
  The problem is the old buggy behavior of the RT3290 wifi driver and reported 
already and solved for older ubuntu releases.
  
  The hardware here is a HP Notebook:  HP 350 G1
  
- ProblemType: Bug
- DistroRelease: Ubuntu 14.04
- Package: linux-image-3.16.0-34-generic 3.16.0-34.47~14.04.1
- ProcVersionSignature: Ubuntu 3.16.0-34.47~14.04.1-generic 3.16.7-ckt8
- Uname: Linux 3.16.0-34-generic x86_64
- ApportVersion: 2.14.4-0ubuntu1~ubuntu14.04.1~c42.ppa1
- Architecture: amd64
- Date: Mon Apr 27 17:07:37 2015
- SourcePackage: linux-lts-utopic
- UpgradeStatus: No upgrade log present (probably fresh install)
  ---
  ApportVersion: 2.14.4-0ubuntu1~ubuntu14.04.1~c42.ppa1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  gdm6050 F pulseaudio
   /dev/snd/controlC0:  gdm6050 F pulseaudio
  DistroRelease: Ubuntu 14.04
  HibernationDevice:
   # regenerated Thu, 12 Mar 2015 23:26:31 +0100
   # $HeadURL: 
svn://svn.computer42.org:3691/c42CfgRepos/trunk/etc/c42CfgRepos/data/initramfs-tools/conf.d/resume.bjoerni
 $
   # $Revision: 11763 $ $Date: 2015-03-12 22:28:05 +0100 (Thu, 12 Mar 2015) $
   # $Author: root@bjoerni $
   RESUME=UUID=ac4210aa-570d-47c6-a12e-dcfacae5665b
  MachineType: Hewlett-Packard HP 350 G1
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-34-generic 
root=/dev/mapper/system-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-34.47~14.04.1-generic 3.16.7-ckt8
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-34-generic N/A
   linux-backports-modules-3.16.0-34-generic  N/A
   linux-firmware 1.127.11
  RfKill:
   0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
  Tags:  trusty
  Uname: Linux 3.16.0-34-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
  
  _MarkForUpload: True
  dmi.bios.date: 06/12/2014
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.12
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 21B7
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 46.0B
  dmi.chassis.asset.tag: 5CG43933TF
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.12:bd06/12/2014:svnHewlett-Packard:pnHP350G1:pvr09921040001634101:rvnHewlett-Packard:rn21B7:rvrKBCVersion46.0B:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP 350 G1
  dmi.product.version: 09921040001634101
  dmi.sys.vendor: Hewlett-Packard

** Attachment removed: ProcEnviron.txt
   
https://bugs.launchpad.net/linux/+bug/1449090/+attachment/4385747/+files/ProcEnviron.txt

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/linux/+bug/1449090/+attachment/4385746/+files/Dependencies.txt

** Summary changed:

- wifi broken on  RT3290 [ieee80211 phy0: rt2x00queue_flush_queue: Warning - 
Queue 2 failed to flush]
+ 1814:3290 wifi broken on  RT3290 [ieee80211 phy0: rt2x00queue_flush_queue: 
Warning - Queue 2 failed to flush]

** Changed in: linux (Ubuntu)
   Importance: Low = Medium

** Changed in: linux (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  

[Kernel-packages] [Bug 1427947] Re: unable to shutdown

2015-04-28 Thread Christopher M. Penalver
Martin, this bug report is closed, and wasn't scoped to your hardware. If you 
want your issue addressed, please file a new report via a terminal:
ubuntu-bug linux

Please feel free to subscribe me to it.

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

Title:
  unable to shutdown

Status in linux package in Ubuntu:
  Invalid

Bug description:
  stops at will halt or sumthin

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-46-generic 3.13.0-46.76
  ProcVersionSignature: Ubuntu 3.13.0-46.76-generic 3.13.11-ckt15
  Uname: Linux 3.13.0-46-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  kishan 2048 F pulseaudio
  CurrentDesktop: Unity
  Date: Wed Mar  4 09:47:18 2015
  HibernationDevice: RESUME=UUID=f58ae439-bd92-4bb4-adeb-d8c564d12e39
  InstallationDate: Installed on 2015-02-26 (5 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 002 Device 003: ID 04f2:b469 Chicony Electronics Co., Ltd 
   Bus 002 Device 002: ID 04ca:300b Lite-On Technology Corp. 
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Acer Aspire ES1-311
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-46-generic 
root=UUID=c3d4952b-a5c3-489c-99f1-7331a352b71f ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-46-generic N/A
   linux-backports-modules-3.13.0-46-generic  N/A
   linux-firmware 1.127.11
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/13/2014
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.07
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Aspire ES1-311
  dmi.board.vendor: Acer
  dmi.board.version: V1.07
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V1.07
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.07:bd08/13/2014:svnAcer:pnAspireES1-311:pvrV1.07:rvnAcer:rnAspireES1-311:rvrV1.07:cvnAcer:ct10:cvrV1.07:
  dmi.product.name: Aspire ES1-311
  dmi.product.version: V1.07
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1427947/+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 1449508] Re: Could not connect external monitor through DP

2015-04-28 Thread Vladimír Kriška
** Attachment added: version.log
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1449508/+attachment/4386545/+files/version.log

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

Title:
  Could not connect external monitor through DP

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  This issue was fixed few days ago, but after upgrading to kernel
  3.19.0-15-generic it's there again.

  Old issue:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1427221

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1449508/+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 1448441] Re: After upgrade to Ubuntu 15.04, wrong temperature readings after wake from suspend cause fan to go crazy

2015-04-28 Thread Stannis King
Christopher, I update the BIOS, but the problem remains. After updating
the BIOS from Windows, I booted Ubuntu normally. When I close the laptop
lid, Ubuntu goes to suspend. When I wake it from suspend -- the fan goes
crazy again and the sensors give the above mentioned output.

This is the output of your command:

68MCD Ver. F.19
07/06/2010

I changed the status to confirmed, as you said.

** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  After upgrade to Ubuntu 15.04, wrong temperature readings after wake
  from suspend cause fan to go crazy

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After I upgraded to Ubuntu 15.04, I started having problems with the
  fan going crazy after I wake Ubuntu from suspend. At first, this only
  happened on a few occasions when waking Ubuntu from suspend, but now
  it seems to happen every time I wake it from suspend.

  I'm guessing the fan goes full speed due to the wrong readings of the
  temperature. sensors indicates temp4 as 100°C right after I wake
  Ubuntu from suspend, but temp4 is usually only around 30-40°C.

  The problem goes away when I restart Ubuntu. I had no problems of this
  kind on previous versions of Ubuntu.

  I'm not sure if the package responsible is linux, but I assume it is
  because of this:
  https://wiki.ubuntu.com/Bugs/FindRightPackage#Suspend_and_Hibernate

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-15-generic 3.19.0-15.15
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic i686
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  macak  1564 F pulseaudio
  CurrentDesktop: Unity
  Date: Sat Apr 25 13:47:17 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-04-21 (3 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release i386 (20141022.1)
  MachineType: Hewlett-Packard HP Compaq 6910p (RH239AV)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic 
root=UUID=d68e56a7-69e6-43ce-b25b-20550f5e34bf ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-15-generic N/A
   linux-backports-modules-3.19.0-15-generic  N/A
   linux-firmware 1.143
  SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-04-24 (1 days ago)
  dmi.bios.date: 11/04/2008
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68MCD Ver. F.17
  dmi.board.name: 30C1
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 68.36
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68MCDVer.F.17:bd11/04/2008:svnHewlett-Packard:pnHPCompaq6910p(RH239AV):pvrF.17:rvnHewlett-Packard:rn30C1:rvrKBCVersion68.36:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP Compaq 6910p (RH239AV)
  dmi.product.version: F.17
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1448441/+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 1318837] Re: 1814:0201 ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush

2015-04-28 Thread Christopher M. Penalver
** This bug is no longer a duplicate of bug 1449090
   1814:3290 wifi broken on  RT3290 [ieee80211 phy0: rt2x00queue_flush_queue: 
Warning - Queue 2 failed to flush]

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

Title:
  1814:0201 ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0
  failed to flush

Status in linux package in Ubuntu:
  Invalid

Bug description:
  In Trusty, happens continuously 100% of the time after boot/reboot,
  finally fails, followed by authentication failure. This doesn't happen
  with 12.04 Precise.

  ---
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  kit284 2043 F pulseaudio
   /dev/snd/controlC1:  kit284 2043 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8bc3362d-e136-453f-bb6c-284013a5dd11
  InstallationDate: Installed on 2014-04-02 (40 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Beta amd64 (20140326)
  MachineType: CLEVO D900K
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
     no product info available
  PccardctlStatus:
   Socket 0:
     no card
  ProcFB:

  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=e838aadc-8afe-436a-a3cb-a2908622ffc4 ro quiet splash
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/06/2005
  dmi.bios.vendor: Phoenix
  dmi.bios.version: 4.06CJ15
  dmi.board.name: D900K
  dmi.board.vendor: CLEVO
  dmi.board.version: VT8341B
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 1
  dmi.chassis.vendor: No Enclosure
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenix:bvr4.06CJ15:bd12/06/2005:svnCLEVO:pnD900K:pvrVT8341B:rvnCLEVO:rnD900K:rvrVT8341B:cvnNoEnclosure:ct1:cvrN/A:
  dmi.product.name: D900K
  dmi.product.version: VT8341B
  dmi.sys.vendor: CLEVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1318837/+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 1449524] Re: linux-ec2: 2.6.32-377.94 -proposed tracker

2015-04-28 Thread Brad Figg
** Description changed:

  This bug is for tracking the 2.6.32-377.94 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 28. April 2015 11:50 UTC
  kernel-stable-phase:Prepare
  kernel-stable-phase-changed:Tuesday, 28. April 2015 11:50 UTC
+ kernel-stable-Certification-testing-end:Tuesday, 28. April 2015 12:01 UTC

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

Title:
  linux-ec2: 2.6.32-377.94 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow package-testing series:
  New
Status in Kernel SRU Workflow prepare-package series:
  New
Status in Kernel SRU Workflow prepare-package-meta series:
  New
Status in Kernel SRU Workflow promote-to-proposed series:
  New
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  New
Status in Kernel SRU Workflow security-signoff series:
  New
Status in Kernel SRU Workflow verification-testing series:
  New
Status in linux-ec2 package in Ubuntu:
  New
Status in linux-ec2 source package in Lucid:
  New

Bug description:
  This bug is for tracking the 2.6.32-377.94 upload package. This bug
  will contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 28. April 2015 11:50 UTC
  kernel-stable-phase:Prepare
  kernel-stable-phase-changed:Tuesday, 28. April 2015 11:50 UTC
  kernel-stable-Certification-testing-end:Tuesday, 28. April 2015 12:01 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1449524/+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 1448942] Re: Juniper Network Connect Tun

2015-04-28 Thread Ubuntu user
Hi,

the fix from Joseph works for me.

Thanks a lot.


Kind Regards, 

Mario Schroen

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

Title:
  Juniper Network Connect Tun

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Vivid:
  Confirmed

Bug description:
  Hi,

  i'm using Juniper Network Connect. 
  With kernel Version 3.19.0-15-generic it stops working.

  I the logfile of Network connect i saw:

  IP Packet too small 0

  I found a solution which also has implemented in Fedora:

  http://www.unixgr.com/juniper-ncsvc-and-linux-3-19/
  and fix: 
  https://bugzilla.kernel.org/show_bug.cgi?id=90901
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  mschroen   2784 F pulseaudio
   /dev/snd/controlC1:  mschroen   2784 F pulseaudio
   /dev/snd/controlC0:  mschroen   2784 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=cd8793fc-8985-4125-99f8-aff20e7ef69f
  InstallationDate: Installed on 2013-10-07 (566 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: LENOVO 20AY001DGE
  NonfreeKernelModules: fglrx
  Package: linux (not installed)
  ProcFB:
   0 inteldrmfb
   1 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-15-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash 
kopt=root=/dev/mapper/vgubuntu-root vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-15-generic N/A
   linux-backports-modules-3.19.0-15-generic  N/A
   linux-firmware 1.143
  Tags:  vivid
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-04-24 (3 days ago)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 07/23/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: J3ET32WW (1.09 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20AY001DGE
  dmi.board.vendor: LENOVO
  dmi.board.version: Win8 Pro DPK TPG
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrJ3ET32WW(1.09):bd07/23/2013:svnLENOVO:pn20AY001DGE:pvrThinkPadS3-S440:rvnLENOVO:rn20AY001DGE:rvrWin8ProDPKTPG:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 20AY001DGE
  dmi.product.version: ThinkPad S3-S440
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1448942/+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 1448458] Re: 3.19.15 crashes on MBP 8,1

2015-04-28 Thread Nils Fenner
Also downloaded and installed same version (4.1.0-040100rc1-generic) as
suggested on an older MacBook (plastic, late 2007 - 64-bit). Boots up
all fine here! So, for me the bug is fixed, but - as stated by
monochromec - not for the newer MacBook 8.1 series.

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

Title:
  3.19.15 crashes on MBP 8,1

Status in The Linux Kernel:
  Unknown
Status in linux package in Ubuntu:
  Triaged
Status in linux source package in Vivid:
  Triaged
Status in linux source package in w-series:
  Incomplete

Bug description:
  Installation of 3.19.15 as part of Vivid upgrade causes machine to
  freeze after Lightdm has displayed login screen. Trackpad / keyboard /
  USB mouse don't work, machine isn't visible on network. Same happens
  with kernel versions 4.0, 4.0rc7 from the Ubuntu mainline kernel repo.
  Fan spins up audibly after 30 seconds of login screen display.

  Kernel versions 3.16.0-33 and 3.16.0-34 work out of the box.
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  root731 F pommed
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=b3b2afbf-edea-40c5-9506-44b7f0cbf4d2
  InstallationDate: Installed on 2014-04-26 (364 days ago)
  InstallationMedia: Lubuntu 14.04 LTS Trusty Tahr - Release amd64 
(20140416.2)
  MachineType: Apple Inc. MacBookPro8,1
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: \boot\vmlinuz-3.16.0-34-generic ro 
root=UUID=6a0139c1-488b-49e1-adee-a520c44dd9ab  quiet splash 
initrd=boot\initrd.img-3.16.0-34-generic
  ProcVersionSignature: Ubuntu 3.16.0-34.47-generic 3.16.7-ckt8
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-34-generic N/A
   linux-backports-modules-3.16.0-34-generic  N/A
   linux-firmware 1.143
  Tags:  vivid
  Uname: Linux 3.16.0-34-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-04-24 (0 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 01/24/12
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP81.88Z.0047.B27.1201241646
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-94245B3640C91C81
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro8,1
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-94245B3640C91C81
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP81.88Z.0047.B27.1201241646:bd01/24/12:svnAppleInc.:pnMacBookPro8,1:pvr1.0:rvnAppleInc.:rnMac-94245B3640C91C81:rvrMacBookPro8,1:cvnAppleInc.:ct10:cvrMac-94245B3640C91C81:
  dmi.product.name: MacBookPro8,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1448458/+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 1448609] [NEW] my laptop bluetooth device is working but it is not detecting any of the devices also no other devices can detect my laptop

2015-04-28 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

device is On and visible, I tried every thing but bluetooh device is not
detecting any other device

Laptop model - HP15 R203TX
Ubuntu - 15.04

PS - same problem was there in 14.10
Device is Broadcom Bluetooth Adapter

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: evince 3.14.2-0ubuntu2
ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
Uname: Linux 3.19.0-15-generic x86_64
ApportVersion: 2.17.2-0ubuntu1
Architecture: amd64
CurrentDesktop: Unity
Date: Sun Apr 26 12:40:57 2015
InstallationDate: Installed on 2015-04-24 (1 days ago)
InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
ProcEnviron:
 LANGUAGE=en_IN:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_IN
 SHELL=/bin/bash
SourcePackage: evince
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug vivid
-- 
my laptop bluetooth device is working but it is not detecting any of the 
devices also no other devices can detect my laptop
https://bugs.launchpad.net/bugs/1448609
You received this bug notification because you are a member of Kernel Packages, 
which is subscribed to linux in Ubuntu.

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


[Kernel-packages] [Bug 1448609] Re: my laptop bluetooth device is working but it is not detecting any of the devices also no other devices can detect my laptop

2015-04-28 Thread Sebastien Bacher
thanks but that's not a bug in the pdf viewer

** Package changed: evince (Ubuntu) = linux (Ubuntu)

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

Title:
  my laptop bluetooth device is working but it is not detecting any of
  the devices also no other devices can detect my laptop

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  device is On and visible, I tried every thing but bluetooh device is
  not detecting any other device

  Laptop model - HP15 R203TX
  Ubuntu - 15.04

  PS - same problem was there in 14.10
  Device is Broadcom Bluetooth Adapter

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: evince 3.14.2-0ubuntu2
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Apr 26 12:40:57 2015
  InstallationDate: Installed on 2015-04-24 (1 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  ProcEnviron:
   LANGUAGE=en_IN:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_IN
   SHELL=/bin/bash
  SourcePackage: evince
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1448609/+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 1449535] Re: Long pause before power off / reboot

2015-04-28 Thread user2304
** Description changed:

  System: Kubuntu 14.04.2
  Kernel: 3.16.0-30-generic / 3.16.0-34-generic (after update)
  
  Symptoms on a netbook Medion E1231T
  
- - Kubuntu pauses 30 seconds after the message Will now halt or prior
- to rebooting the system without further messages
+ - On battery - Kubuntu pauses 30 seconds after the message Will now
+ halt or prior to rebooting the system without further messages
  
  - but powers off immediately after Hibernate (Suspend to disk)
+ 
+ - On AC - Netbook staas powered on after the message Will now halt or prior 
to rebooting the system without further messages or after suspending
+ - Only a hard reset (Power button pressed fpr 5 seconds or so) will power 
down the netbook
  
  Expected behaviour:
  
  - Kubuntu powers off immediately after shutdown / reboots immediately.
  
  Kind regards,
  
  user2304.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-34-generic 3.16.0-34.47~14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-34.47~14.04.1-generic 3.16.7-ckt8
  Uname: Linux 3.16.0-34-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Tue Apr 28 14:15:30 2015
  InstallationDate: Installed on 2015-04-27 (1 days ago)
  InstallationMedia: Kubuntu 14.04.2 LTS Trusty Tahr - Release amd64 
(20150219.1)
  SourcePackage: linux-lts-utopic
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Long pause before power off / reboot

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

Bug description:
  System: Kubuntu 14.04.2
  Kernel: 3.16.0-30-generic / 3.16.0-34-generic (after update)

  Symptoms on a netbook Medion E1231T

  - On battery - Kubuntu pauses 30 seconds after the message Will now
  halt or prior to rebooting the system without further messages

  - but powers off immediately after Hibernate (Suspend to disk)

  - On AC - Netbook staas powered on after the message Will now halt or prior 
to rebooting the system without further messages or after suspending
  - Only a hard reset (Power button pressed fpr 5 seconds or so) will power 
down the netbook

  Expected behaviour:

  - Kubuntu powers off immediately after shutdown / reboots immediately.

  Kind regards,

  user2304.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-34-generic 3.16.0-34.47~14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-34.47~14.04.1-generic 3.16.7-ckt8
  Uname: Linux 3.16.0-34-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Tue Apr 28 14:15:30 2015
  InstallationDate: Installed on 2015-04-27 (1 days ago)
  InstallationMedia: Kubuntu 14.04.2 LTS Trusty Tahr - Release amd64 
(20150219.1)
  SourcePackage: linux-lts-utopic
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1449535/+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 1448441] Re: After upgrade to Ubuntu 15.04, wrong temperature readings after wake from suspend cause fan to go crazy

2015-04-28 Thread Stannis King
Christopher, I'm not really familiar with any of this, so I want to be
really clear on what I'm supposed to do.

I'm supposed to start from v4.1-rc1-vivid/ in here:
http://kernel.ubuntu.com/~kernel-ppa/mainline/?C=N;O=D

What am I supposed to download and install from there? I'm guessing all
of the following from v4.1-rc1-vivid/:

linux-headers-4.1.0-040100rc1-generic_4.1.0-040100rc1.201504270235_i386.deb
linux-headers-4.1.0-040100rc1-lowlatency_4.1.0-040100rc1.201504270235_i386.deb
linux-headers-4.1.0-040100rc1_4.1.0-040100rc1.201504270235_all.deb  
linux-image-4.1.0-040100rc1-generic_4.1.0-040100rc1.201504270235_i386.deb
linux-image-4.1.0-040100rc1-lowlatency_4.1.0-040100rc1.201504270235_i386.deb

Correct? Or only the image ones?

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

Title:
  After upgrade to Ubuntu 15.04, wrong temperature readings after wake
  from suspend cause fan to go crazy

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  After I upgraded to Ubuntu 15.04, I started having problems with the
  fan going crazy after I wake Ubuntu from suspend. At first, this only
  happened on a few occasions when waking Ubuntu from suspend, but now
  it seems to happen every time I wake it from suspend.

  I'm guessing the fan goes full speed due to the wrong readings of the
  temperature. sensors indicates temp4 as 100°C right after I wake
  Ubuntu from suspend, but temp4 is usually only around 30-40°C.

  The problem goes away when I restart Ubuntu. I had no problems of this
  kind on previous versions of Ubuntu.

  I'm not sure if the package responsible is linux, but I assume it is
  because of this:
  https://wiki.ubuntu.com/Bugs/FindRightPackage#Suspend_and_Hibernate

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-15-generic 3.19.0-15.15
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic i686
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  macak  1564 F pulseaudio
  CurrentDesktop: Unity
  Date: Sat Apr 25 13:47:17 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-04-21 (3 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release i386 (20141022.1)
  MachineType: Hewlett-Packard HP Compaq 6910p (RH239AV)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic 
root=UUID=d68e56a7-69e6-43ce-b25b-20550f5e34bf ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-15-generic N/A
   linux-backports-modules-3.19.0-15-generic  N/A
   linux-firmware 1.143
  SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-04-24 (1 days ago)
  dmi.bios.date: 11/04/2008
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68MCD Ver. F.17
  dmi.board.name: 30C1
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 68.36
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68MCDVer.F.17:bd11/04/2008:svnHewlett-Packard:pnHPCompaq6910p(RH239AV):pvrF.17:rvnHewlett-Packard:rn30C1:rvrKBCVersion68.36:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP Compaq 6910p (RH239AV)
  dmi.product.version: F.17
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1448441/+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 1449502] Re: suspend fails if mobile wifi is plugged into usb

2015-04-28 Thread svenmeier
** Attachment added: apport crash report
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1449502/+attachment/4386532/+files/susres.2015-04-28_12%3A47%3A07.601998.crash

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

Title:
  suspend fails if mobile wifi is plugged into usb

Status in linux package in Ubuntu:
  New

Bug description:
  With Gnome Ubuntu 15.10 suspend/resume works like a charm, *unless* I
  plug in my Huawei E586 mobile Wifi.

  Note that the mobile device is connected for charging only. Although
  it reports in dmesg as USB Mass Storage, I'm not using it for
  storage nor can I access it via nautilus.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-15-generic 3.19.0-15.15 [modified: 
boot/vmlinuz-3.19.0-15-generic]
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  sven   1607 F pulseaudio
   /dev/snd/controlC1:  sven   1607 F pulseaudio
  CurrentDesktop: GNOME
  Date: Tue Apr 28 13:05:51 2015
  HibernationDevice: RESUME=UUID=72334524-14f5-4f84-8cfa-00c315cc7e38
  InstallationDate: Installed on 2015-04-27 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.04 Vivid Vervet - Release amd64 
(20150422)
  MachineType: LENOVO 20344
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic 
root=UUID=fb134926-2b61-4b75-8893-60390fe33923 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-15-generic N/A
   linux-backports-modules-3.19.0-15-generic  N/A
   linux-firmware 1.143
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/16/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 96CN29WW(V1.15)
  dmi.board.asset.tag: 31900058Std
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058Std
  dmi.chassis.asset.tag: 31900058Std
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo Yoga 2 13
  dmi.modalias: 
dmi:bvnLENOVO:bvr96CN29WW(V1.15):bd10/16/2014:svnLENOVO:pn20344:pvrLenovoYoga213:rvnLENOVO:rnINVALID:rvr31900058Std:cvnLENOVO:ct10:cvrLenovoYoga213:
  dmi.product.name: 20344
  dmi.product.version: Lenovo Yoga 2 13
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1449502/+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 1416847] Re: kerneloops on suspend from resume

2015-04-28 Thread Christopher M. Penalver
svenmeier, this bug report is being closed due to your last comment
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1416847/comments/49
regarding this being fixed with an update. For future reference you can
manage the status of your own bugs by clicking on the current status in
the yellow line and then choosing a new status in the revealed drop down
box. You can learn more about bug statuses at
https://wiki.ubuntu.com/Bugs/Status. Thank you again for taking the time
to report this bug and helping to make Ubuntu better. Please submit any
future bugs you may find.

** Changed in: linux (Ubuntu)
   Status: Triaged = Invalid

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

Title:
  kerneloops on suspend from resume

Status in linux package in Ubuntu:
  Invalid

Bug description:
  Every third or fourth suspend failes on my Lenovo Yoga 2-13, I have to
  hard reset the notebook.

  Apportcheckresume informs me about an internel error on next boot, but
  I cannot find the cause of the problem in the crash report.

  $ uname -a
  Linux SandraOrange 3.16.0-29-generic #39-Ubuntu SMP Mon Dec 15 22:27:29 UTC 
2014 x86_64 x86_64 x86_64 GNU/Linux
  --- 
  ApportVersion: 2.14.7-0ubuntu8.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  sandra 2484 F pulseaudio
   /dev/snd/controlC1:  sandra 2484 F pulseaudio
  DistroRelease: Ubuntu 14.10
  HibernationDevice: RESUME=UUID=c31e5706-71d4-4a32-993f-3b6f2a1bd3bb
  InstallationDate: Installed on 2015-01-19 (12 days ago)
  InstallationMedia: Ubuntu-GNOME 14.10 Utopic Unicorn - Release amd64 
(20141022.1)
  MachineType: LENOVO 20344
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-29-generic 
root=UUID=3d93d64f-d67f-428f-b719-a51e43e9903f ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-29-generic N/A
   linux-backports-modules-3.16.0-29-generic  N/A
   linux-firmware 1.138.1
  Tags:  utopic
  Uname: Linux 3.16.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 10/16/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 96CN29WW(V1.15)
  dmi.board.asset.tag: 31900058WIN
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058WIN
  dmi.chassis.asset.tag: 31900058WIN
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo Yoga 2 13
  dmi.modalias: 
dmi:bvnLENOVO:bvr96CN29WW(V1.15):bd10/16/2014:svnLENOVO:pn20344:pvrLenovoYoga213:rvnLENOVO:rnINVALID:rvr31900058WIN:cvnLENOVO:ct10:cvrLenovoYoga213:
  dmi.product.name: 20344
  dmi.product.version: Lenovo Yoga 2 13
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1416847/+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 1443924] Re: 1814:0201 ieee80211 phy0: rt2x00queue_flush_queue:Warning - Queue 0 failed to flush

2015-04-28 Thread Christopher M. Penalver
** This bug is no longer a duplicate of bug 1449090
   1814:3290 wifi broken on  RT3290 [ieee80211 phy0: rt2x00queue_flush_queue: 
Warning - Queue 2 failed to flush]

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

Title:
  1814:0201 ieee80211 phy0: rt2x00queue_flush_queue:Warning - Queue 0
  failed to flush

Status in The Linux Kernel:
  Unknown
Status in linux package in Ubuntu:
  Triaged

Bug description:
  Philips i386 PC with rt2x00 pci is suffering loss of WiFi connectivity
  after installing 15.04 Beta.

  The system did work correctly with older Ubuntu versions (like 12.04)
  and had this problem show up after upgrading to Trusty (as I already
  reported in bug #1318837). Using Trusty the problem went away when
  switching from the stock 3.13.0-XX-generic kernel to builds of newer
  kernels (like 3.14.1-031401).

  Now the same problem shows up again after installing Vivid Beta. It seems to 
be the same problem reported for other Ubuntu releases (see bugs #1318837 and 
#1383555) and also the same problem of this upstream kernel bug:
  https://bugzilla.kernel.org/show_bug.cgi?id=61621

  Someone on kernel's bug mentions turning off MSI interrupts and I can confirm 
it did change the situation:
  - normally the system looses WiFi connectivity mere seconds after boot (eg. 
can't ping anything after boot)
  - if I boot with pci=nomsi the system will remain connected to the WiFi for 
a much longer period (eg. I am able to apt-get install something after boot)

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-extra-3.19.0-13-generic 3.19.0-13.13
  ProcVersionSignature: Ubuntu 3.19.0-13.13-generic 3.19.3
  Uname: Linux 3.19.0-13-generic i686
  ApportVersion: 2.17-0ubuntu2
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  luca   1997 F pulseaudio
  CurrentDesktop: LXDE
  Date: Tue Apr 14 14:19:19 2015
  HibernationDevice: RESUME=UUID=cbd1e136-ffc4-48b9-b2aa-c15264b9b132
  MachineType: Freeline Freeline Series
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-13-generic 
root=UUID=6110f881-b32b-426d-910a-c63b355c179c ro quiet splash vt.handoff=7 
pci=nomsi
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-13-generic N/A
   linux-backports-modules-3.19.0-13-generic  N/A
   linux-firmware 1.143
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/29/2004
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: 6.00 PG
  dmi.board.name: Freeline Series
  dmi.board.vendor: Freeline
  dmi.board.version: Ver1.0
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd10/29/2004:svnFreeline:pnFreelineSeries:pvrVer1.0:rvnFreeline:rnFreelineSeries:rvrVer1.0:cvn:ct3:cvr:
  dmi.product.name: Freeline Series
  dmi.product.version: Ver1.0
  dmi.sys.vendor: Freeline

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1443924/+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 1244866] Re: On 3.11-12 and 3.11-11 Wi-Fi not connect

2015-04-28 Thread Christopher M. Penalver
** This bug is no longer a duplicate of bug 1449090
   1814:3290 wifi broken on  RT3290 [ieee80211 phy0: rt2x00queue_flush_queue: 
Warning - Queue 2 failed to flush]

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

Title:
  On 3.11-12 and 3.11-11 Wi-Fi not connect

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  When i boot a new kernel 3.11-12 or 3.11-11 and then try to connect
  wi-fi my attempt fail, when i boot old kernel 3.8 all good. This bug i
  see when i update to 13.10.

  My syslog:

  Oct 21 12:13:50 ALT071 NetworkManager[931]: info Config: added 'scan_ssid' 
value '1'
  Oct 21 12:13:50 ALT071 NetworkManager[931]: info Config: added 'key_mgmt' 
value 'WPA-PSK'
  Oct 21 12:13:50 ALT071 NetworkManager[931]: info Config: added 'auth_alg' 
value 'OPEN'
  Oct 21 12:13:50 ALT071 NetworkManager[931]: info Config: added 'psk' value 
'omitted'
  Oct 21 12:13:50 ALT071 NetworkManager[931]: info Activation (wlan1) Stage 2 
of 5 (Device Configure) complete.
  Oct 21 12:13:50 ALT071 NetworkManager[931]: info Config: set interface 
ap_scan to 1
  Oct 21 12:13:51 ALT071 NetworkManager[931]: info (wlan1): supplicant 
interface state: disconnected - scanning
  Oct 21 12:13:51 ALT071 kernel: [ 1053.763316] ieee80211 phy0: 
rt2x00queue_write_tx_frame: Error - Arrived at non-free entry in the non-full 
queue 0
  Oct 21 12:13:51 ALT071 kernel: [ 1053.763316] Please file bug report to 
http://rt2x00.serialmonkey.com
  Oct 21 12:13:52 ALT071 wpa_supplicant[5809]: wlan1: SME: Trying to 
authenticate with f8:1a:67:41:86:08 (SSID='Android APa' freq=2437 MHz)
  Oct 21 12:13:52 ALT071 kernel: [ 1054.781191] wlan1: authenticate with 
f8:1a:67:41:86:08
  Oct 21 12:13:52 ALT071 NetworkManager[931]: info (wlan1): supplicant 
interface state: scanning - authenticating
  Oct 21 12:13:52 ALT071 kernel: [ 1054.796112] wlan1: direct probe to 
f8:1a:67:41:86:08 (try 1/3)
  Oct 21 12:13:52 ALT071 kernel: [ 1054.796137] ieee80211 phy0: 
rt2x00queue_write_tx_frame: Error - Arrived at non-free entry in the non-full 
queue 0
  Oct 21 12:13:52 ALT071 kernel: [ 1054.796137] Please file bug report to 
http://rt2x00.serialmonkey.com
  Oct 21 12:13:52 ALT071 kernel: [ 1055.000111] wlan1: direct probe to 
f8:1a:67:41:86:08 (try 2/3)
  Oct 21 12:13:52 ALT071 kernel: [ 1055.204248] wlan1: direct probe to 
f8:1a:67:41:86:08 (try 3/3)
  Oct 21 12:13:52 ALT071 kernel: [ 1055.408379] wlan1: authentication with 
f8:1a:67:41:86:08 timed out
  Oct 21 12:13:52 ALT071 kernel: [ 1055.424500] ieee80211 phy0: 
rt2x00queue_write_tx_frame: Error - Arrived at non-free entry in the non-full 
queue 0
  Oct 21 12:13:52 ALT071 kernel: [ 1055.424500] Please file bug report to 
http://rt2x00.serialmonkey.com
  Oct 21 12:13:52 ALT071 NetworkManager[931]: info (wlan1): supplicant 
interface state: authenticating - disconnected
  Oct 21 12:13:52 ALT071 NetworkManager[931]: info (wlan1): supplicant 
interface state: disconnected - scanning
  Oct 21 12:13:52 ALT071 kernel: [ 1055.560458] ieee80211 phy0: 
rt2x00queue_write_tx_frame: Error - Arrived at non-free entry in the non-full 
queue 0
  Oct 21 12:13:52 ALT071 kernel: [ 1055.560458] Please file bug report to 
http://rt2x00.serialmonkey.com
  Oct 21 12:13:53 ALT071 wpa_supplicant[5809]: wlan1: SME: Trying to 
authenticate with f8:1a:67:41:86:08 (SSID='Android APa' freq=2437 MHz)
  Oct 21 12:13:53 ALT071 kernel: [ 1056.578013] wlan1: authenticate with 
f8:1a:67:41:86:08
  Oct 21 12:13:53 ALT071 kernel: [ 1056.585277] ieee80211 phy0: 
rt2x00queue_write_tx_frame: Error - Arrived at non-free entry in the non-full 
queue 0
  Oct 21 12:13:53 ALT071 kernel: [ 1056.585277] Please file bug report to 
http://rt2x00.serialmonkey.com
  Oct 21 12:13:53 ALT071 NetworkManager[931]: info (wlan1): supplicant 
interface state: scanning - authenticating
  Oct 21 12:13:53 ALT071 kernel: [ 1056.593275] wlan1: direct probe to 
f8:1a:67:41:86:08 (try 1/3)
  Oct 21 12:13:54 ALT071 kernel: [ 1056.797301] wlan1: direct probe to 
f8:1a:67:41:86:08 (try 2/3)
  Oct 21 12:13:54 ALT071 kernel: [ 1057.001428] wlan1: direct probe to 
f8:1a:67:41:86:08 (try 3/3)
  Oct 21 12:13:54 ALT071 kernel: [ 1057.205560] wlan1: authentication with 
f8:1a:67:41:86:08 timed out
  Oct 21 12:13:54 ALT071 kernel: [ 1057.221677] ieee80211 phy0: 
rt2x00queue_write_tx_frame: Error - Arrived at non-free entry in the non-full 
queue 0
  Oct 21 12:13:54 ALT071 kernel: [ 1057.221677] Please file bug report to 
http://rt2x00.serialmonkey.com
  Oct 21 12:13:54 ALT071 NetworkManager[931]: info (wlan1): supplicant 
interface state: authenticating - disconnected
  Oct 21 12:13:54 ALT071 NetworkManager[931]: info (wlan1): supplicant 
interface state: disconnected - scanning
  Oct 21 12:13:54 ALT071 kernel: [ 1057.357613] ieee80211 phy0: 
rt2x00queue_write_tx_frame: Error - Arrived at non-free entry in the non-full 
queue 0
  Oct 21 12:13:54 

[Kernel-packages] [Bug 1239814] Re: RT3290 Wifi (rt2800pci) disconnect after a while...

2015-04-28 Thread Christopher M. Penalver
** This bug is no longer a duplicate of bug 1449090
   1814:3290 wifi broken on  RT3290 [ieee80211 phy0: rt2x00queue_flush_queue: 
Warning - Queue 2 failed to flush]

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

Title:
  RT3290 Wifi (rt2800pci) disconnect after a while...

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Description:  Ubuntu Saucy Salamander (development branch)
  Release:  13.10
  linux-image-generic: 3.11.0.12.13

  What you expected to happen:

  To use mi wifi normally...

  What happened instead:

  The wifi connection crash after a while, next you can't use wifi until
  reboot

  Here's the dmesg output when this happens:

  [  290.271086] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 
failed to flush
  [  290.431232] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 
failed to flush
  [  290.591389] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 
failed to flush
  [  290.751542] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 
failed to flush
  [  291.972703] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 
failed to flush
  [  292.132859] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 
failed to flush
  [  296.969490] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 
failed to flush
  [  297.129644] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 
failed to flush
  [  297.289742] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 
failed to flush
  [  297.449946] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 
failed to flush
  [  298.670982] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 
failed to flush
  [  298.831267] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 
failed to flush
  [  303.671908] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 
failed to flush
  [  303.831996] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 
failed to flush

  It seems this bug as been already fixed in the kernel mainline check
  this please:

  https://bbs.archlinux.org/viewtopic.php?pid=1329394#p1329394
  https://bugzilla.kernel.org/show_bug.cgi?id=61621

  Please add this fix...

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239814/+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 1402365] Re: Backlight Bug

2015-04-28 Thread Christopher M. Penalver
** Tags added: kernel-fixed-upstream kernel-fixed-upstream-4.0 needs-
reverse-bisect

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

Title:
  Backlight Bug

Status in linux package in Ubuntu:
  Expired

Bug description:
  Backlight control does not work, but there are entries in
  /sys/class/backlight.

  ls /sys/class/backlight  backlight
  grep -r . /proc/acpi  acpi
  sudo acpidump -o acpidump.txt
  acpixtract acpidump.txt
  iasl -d DSDT.dat
  sudo fwts  fwts
  sudo fwts method  fwts_method
  dmesg | grep 'ACPI: Video'  video
  sudo dmidecode  dmidecode.log
  cat /proc/version  version

  Testing for a work around
  Reboot with only the kernel parameter acpi_backlight=vendor
  does not work
  ls /sys/class/backlight  vendorbacklight

  No such folder /sys/class/backlight/intel_backlight/

  Reboot with just kernel parameter video.use_bios_initial_backlight=0
  does not work

  reboot with just kernel parameter video.use_native_backlight=1
  does not work

  WORKAROUND: Install fglrx.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-43-generic 3.13.0-43.72
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  Uname: Linux 3.13.0-43-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  vidya  1832 F pulseaudio
   /dev/snd/controlC0:  vidya  1832 F pulseaudio
  CurrentDesktop: Unity
  Date: Sun Dec 14 16:16:27 2014
  HibernationDevice: RESUME=UUID=42b35770-926b-43cf-8874-b5452e26b5e5
  InstallationDate: Installed on 2014-12-13 (0 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: LENOVO 80E3
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-43-generic.efi.signed 
root=UUID=7eccd389-f558-421b-928a-541b3f1c16f0 ro quiet splash vt.handoff=7 
video.use_native_backlight=1
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-43-generic N/A
   linux-backports-modules-3.13.0-43-generic  N/A
   linux-firmware 1.127.10
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/26/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: A2CN25WW(V1.07)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Lancer 5B2
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0F82990 WIN
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G50-45
  dmi.modalias: 
dmi:bvnLENOVO:bvrA2CN25WW(V1.07):bd08/26/2014:svnLENOVO:pn80E3:pvrLenovoG50-45:rvnLENOVO:rnLancer5B2:rvrSDK0F82990WIN:cvnLENOVO:ct10:cvrLenovoG50-45:
  dmi.product.name: 80E3
  dmi.product.version: Lenovo G50-45
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1402365/+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 1360410] Re: 1814:3290 Slow connection on RT3290: ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush

2015-04-28 Thread Christopher M. Penalver
*** This bug is a duplicate of bug 1449090 ***
https://bugs.launchpad.net/bugs/1449090

** Summary changed:

- Slow connection on RT3290: ieee80211 phy0: rt2x00queue_flush_queue: Warning - 
Queue 2 failed to flush
+ 1814:3290 Slow connection on RT3290: ieee80211 phy0: rt2x00queue_flush_queue: 
Warning - Queue 2 failed to flush

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

Title:
  1814:3290 Slow connection on RT3290: ieee80211 phy0:
  rt2x00queue_flush_queue: Warning - Queue 2 failed to flush

Status in linux package in Ubuntu:
  Expired

Bug description:
  Previously I thought it was due to low WiFi signal, but I've just compared 
speeds with my phone in my room and directly below the router. The notebook 
doesn't get more then half Mbps while phone gets 6 to 8 and wired desktop - 
above 50. I've also tried changing channels.
  Kernel log is filled with
  ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-34-generic 3.13.0-34.60
  ProcVersionSignature: Ubuntu 3.13.0-34.60-generic 3.13.11.4
  Uname: Linux 3.13.0-34-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  int2111 F pulseaudio
   /dev/snd/pcmC0D3p:   int2111 F...m pulseaudio
  CurrentDesktop: KDE
  Date: Fri Aug 22 21:49:00 2014
  HibernationDevice: RESUME=UUID=52f0a457-e6ab-4711-a129-83170285523b
  MachineType: ASUSTeK COMPUTER INC. X502CA
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-34-generic 
root=/dev/mapper/kubuntu--vg-root ro quiet
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-34-generic N/A
   linux-backports-modules-3.13.0-34-generic  N/A
   linux-firmware 1.127.5
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/21/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X502CA.207
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X502CA
  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.:bvrX502CA.207:bd02/21/2013:svnASUSTeKCOMPUTERINC.:pnX502CA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX502CA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X502CA
  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/1360410/+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 1449502] Status changed to Confirmed

2015-04-28 Thread Brad Figg
This change was made by a bot.

** Changed in: linux (Ubuntu)
   Status: New = Confirmed

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

Title:
  suspend fails if mobile wifi is plugged into usb

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  With Gnome Ubuntu 15.10 suspend/resume works like a charm, *unless* I
  plug in my Huawei E586 mobile Wifi.

  Note that the mobile device is connected for charging only. Although
  it reports in dmesg as USB Mass Storage, I'm not using it for
  storage nor can I access it via nautilus.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-15-generic 3.19.0-15.15 [modified: 
boot/vmlinuz-3.19.0-15-generic]
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  sven   1607 F pulseaudio
   /dev/snd/controlC1:  sven   1607 F pulseaudio
  CurrentDesktop: GNOME
  Date: Tue Apr 28 13:05:51 2015
  HibernationDevice: RESUME=UUID=72334524-14f5-4f84-8cfa-00c315cc7e38
  InstallationDate: Installed on 2015-04-27 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.04 Vivid Vervet - Release amd64 
(20150422)
  MachineType: LENOVO 20344
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic 
root=UUID=fb134926-2b61-4b75-8893-60390fe33923 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-15-generic N/A
   linux-backports-modules-3.19.0-15-generic  N/A
   linux-firmware 1.143
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/16/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 96CN29WW(V1.15)
  dmi.board.asset.tag: 31900058Std
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058Std
  dmi.chassis.asset.tag: 31900058Std
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo Yoga 2 13
  dmi.modalias: 
dmi:bvnLENOVO:bvr96CN29WW(V1.15):bd10/16/2014:svnLENOVO:pn20344:pvrLenovoYoga213:rvnLENOVO:rnINVALID:rvr31900058Std:cvnLENOVO:ct10:cvrLenovoYoga213:
  dmi.product.name: 20344
  dmi.product.version: Lenovo Yoga 2 13
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1449502/+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 1449524] [NEW] linux-ec2: 2.6.32-377.94 -proposed tracker

2015-04-28 Thread Stefan Bader
Public bug reported:

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

For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
kernel-stable-Prepare-package-start:Tuesday, 28. April 2015 11:50 UTC
kernel-stable-phase:Prepare
kernel-stable-phase-changed:Tuesday, 28. April 2015 11:50 UTC

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

** Affects: kernel-sru-workflow/certification-testing
 Importance: Medium
 Status: Invalid

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

** Affects: kernel-sru-workflow/prepare-package
 Importance: Medium
 Assignee: Stefan Bader (smb)
 Status: New

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

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

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

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

** Affects: kernel-sru-workflow/regression-testing
 Importance: Medium
 Assignee: Canonical Platform QA Team (canonical-platform-qa)
 Status: New

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

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

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

** Affects: linux-ec2 (Ubuntu Lucid)
 Importance: Medium
 Status: New


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

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

** Tags added: block-proposed-lucid

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

** Tags added: lucid

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

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

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

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

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

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

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

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

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

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

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

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

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

** Changed in: kernel-sru-workflow/certification-testing
   Status: New = Invalid

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

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

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

** Changed in: kernel-sru-workflow/prepare-package
 Assignee: (unassigned) = Stefan Bader (smb)

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

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

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

** Changed in: kernel-sru-workflow/promote-to-proposed
 Assignee: (unassigned) = Ubuntu Stable Release Updates Team (ubuntu-sru)

** Changed in: kernel-sru-workflow/promote-to-security
   Importance: Undecided = Medium

** Changed in: kernel-sru-workflow/promote-to-security
 Assignee: (unassigned) = Ubuntu Stable Release Updates Team (ubuntu-sru)

** Changed in: kernel-sru-workflow/promote-to-updates
   Importance: Undecided = Medium

** Changed in: kernel-sru-workflow/promote-to-updates
 

[Kernel-packages] [Bug 1448832] Re: [Dell Inspiron 3646] Power LED won't blink or change color during suspend on 14.04.2

2015-04-28 Thread Keng-Yu Lin
** Changed in: hwe-next
   Status: New = Confirmed

** Changed in: hwe-next
   Importance: Undecided = Medium

** Changed in: hwe-next
 Assignee: (unassigned) = Alex Hung (alexhung)

** Changed in: linux-lts-utopic (Ubuntu)
 Assignee: Keng-Yu Lin (lexical) = Alex Hung (alexhung)

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

Title:
  [Dell Inspiron 3646] Power LED won't blink or change color during
  suspend on 14.04.2

Status in HWE Next Project:
  Confirmed
Status in linux-lts-utopic package in Ubuntu:
  Confirmed

Bug description:
  CID: 201403-14890 Dell Inspion 3646

  The power LED on this system do have two colors (white / orange)
  But when it's suspended, it won't change color or blink.
  It will be off instead.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-30-generic 3.16.0-30.40~14.04.1 [modified: 
boot/vmlinuz-3.16.0-30-generic]
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Apr 26 22:40:15 2015
  InstallationDate: Installed on 2015-04-14 (13 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 
(20150218.1)
  SourcePackage: linux-lts-utopic
  UpgradeStatus: No upgrade log present (probably fresh install)
  ---
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1801 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=404b79c5-1e9a-41ee-a1e6-ba3f26d22861
  InstallationDate: Installed on 2015-04-14 (13 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 
(20150218.1)
  MachineType: Dell Inc. Inspiron 3646
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic 
root=UUID=6e79389f-c729-4309-a6b6-66d41e3663ce ro quiet splash
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-30-generic N/A
   linux-backports-modules-3.16.0-30-generic  N/A
   linux-firmware 1.127.11
  Tags:  trusty
  Uname: Linux 3.16.0-30-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/14/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A00
  dmi.board.name: Type2 - Board Product Name1
  dmi.board.vendor: Dell Inc.
  dmi.board.version: Type2 - Board Version
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A00
  dmi.modalias: 
dmi:bvnDellInc.:bvrA00:bd04/14/2014:svnDellInc.:pnInspiron3646:pvr:rvnDellInc.:rnType2-BoardProductName1:rvrType2-BoardVersion:cvnDellInc.:ct3:cvrA00:
  dmi.product.name: Inspiron 3646
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1448832/+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 123920] Re: Bluetooth Logitech Dinovo Keyboard/Mouse don't work

2015-04-28 Thread chemicalfan
** Changed in: linuxmint
   Status: New = Invalid

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

Title:
  Bluetooth Logitech Dinovo Keyboard/Mouse don't work

Status in Bluez Utilities:
  New
Status in Bluez-utils - bluez-bcm203x, bluez-pcmcia-support, bluez-cups, 
bluez-utils:
  New
Status in The Linux Mint Distribution:
  Invalid
Status in Unity:
  Invalid
Status in bluez package in Ubuntu:
  Triaged
Status in linux package in Ubuntu:
  Invalid
Status in linux-source-2.6.22 package in Ubuntu:
  Won't Fix
Status in udev package in Ubuntu:
  Invalid

Bug description:
  Testing Gutsy Gibbon Tribe 2 LiveCD and bluetooth keyboard and mouse will 
work until Nautilus starts.  After Nautilus starts the keyboard and mouse are 
unresponsive and do not work.
  I tried reconnecting the keyboard and mouse by using the discovery buttons on 
both the Bluetooth Dongle and Input device.  The problem still persists.
  Using Intel P4 2.8 Ghz Processor, 3 GB ddr400 ram, Intel D875PBZ motherboard. 
 Logitech Dinovo media keyboard and mx1000 laser bluetooth mouse, with logitech 
mini bluetooth receiver.

To manage notifications about this bug go to:
https://bugs.launchpad.net/bluez/+bug/123920/+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 1449548] [NEW] Utopic update to 3.16.7-ckt10 stable release

2015-04-28 Thread Luis Henriques
Public bug reported:


SRU Justification

Impact:
   The upstream process for stable tree updates is quite similar
   in scope to the Ubuntu SRU process, e.g., each patch has to
   demonstrably fix a bug, and each patch is vetted by upstream
   by originating either directly from Linus' tree or in a minimally
   backported form of that patch. The 3.16.7-ckt10 upstream stable
   patch set is now available. It should be included in the Ubuntu
   kernel as well.

   git://kernel.ubuntu.com/ubuntu/linux.git

TEST CASE: TBD

   The following patches are in the 3.16.7-ckt10 stable release:

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

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


** Tags: kernel-stable-tracking-bug

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

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

** Changed in: linux (Ubuntu)
   Status: New = Invalid

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

Title:
  Utopic update to 3.16.7-ckt10 stable release

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Utopic:
  New

Bug description:
  
  SRU Justification

  Impact:
 The upstream process for stable tree updates is quite similar
 in scope to the Ubuntu SRU process, e.g., each patch has to
 demonstrably fix a bug, and each patch is vetted by upstream
 by originating either directly from Linus' tree or in a minimally
 backported form of that patch. The 3.16.7-ckt10 upstream stable
 patch set is now available. It should be included in the Ubuntu
 kernel as well.

 git://kernel.ubuntu.com/ubuntu/linux.git

  TEST CASE: TBD

 The following patches are in the 3.16.7-ckt10 stable release:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1449548/+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 1447373] Re: CVE-2015-3339

2015-04-28 Thread Luis Henriques
** Changed in: linux (Ubuntu Precise)
   Status: New = Fix Committed

** Changed in: linux (Ubuntu Precise)
 Assignee: (unassigned) = Luis Henriques (henrix)

** Changed in: linux (Ubuntu Trusty)
   Status: New = Fix Committed

** Changed in: linux (Ubuntu Trusty)
 Assignee: (unassigned) = Luis Henriques (henrix)

** Changed in: linux (Ubuntu Utopic)
   Status: New = Fix Committed

** Changed in: linux (Ubuntu Utopic)
 Assignee: (unassigned) = Luis Henriques (henrix)

** Changed in: linux (Ubuntu Vivid)
   Status: New = Fix Committed

** Changed in: linux (Ubuntu Vivid)
 Assignee: (unassigned) = Luis Henriques (henrix)

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

Title:
  CVE-2015-3339

Status in linux package in Ubuntu:
  Fix Committed
Status in linux-armadaxp package in Ubuntu:
  Invalid
Status in linux-ec2 package in Ubuntu:
  Invalid
Status in linux-flo package in Ubuntu:
  New
Status in linux-fsl-imx51 package in Ubuntu:
  Invalid
Status in linux-goldfish package in Ubuntu:
  New
Status in linux-lts-backport-maverick package in Ubuntu:
  New
Status in linux-lts-backport-natty package in Ubuntu:
  New
Status in linux-lts-quantal package in Ubuntu:
  Invalid
Status in linux-lts-raring package in Ubuntu:
  Invalid
Status in linux-lts-saucy package in Ubuntu:
  Invalid
Status in linux-lts-trusty package in Ubuntu:
  Invalid
Status in linux-lts-utopic package in Ubuntu:
  Invalid
Status in linux-mako package in Ubuntu:
  New
Status in linux-manta package in Ubuntu:
  New
Status in linux-mvl-dove package in Ubuntu:
  Invalid
Status in linux-ti-omap4 package in Ubuntu:
  Invalid
Status in linux source package in Lucid:
  Fix Committed
Status in linux-armadaxp source package in Lucid:
  Invalid
Status in linux-ec2 source package in Lucid:
  New
Status in linux-flo source package in Lucid:
  Invalid
Status in linux-fsl-imx51 source package in Lucid:
  Invalid
Status in linux-goldfish source package in Lucid:
  Invalid
Status in linux-lts-backport-maverick source package in Lucid:
  New
Status in linux-lts-backport-natty source package in Lucid:
  New
Status in linux-lts-quantal source package in Lucid:
  Invalid
Status in linux-lts-raring source package in Lucid:
  Invalid
Status in linux-lts-saucy source package in Lucid:
  Invalid
Status in linux-lts-trusty source package in Lucid:
  Invalid
Status in linux-lts-utopic source package in Lucid:
  Invalid
Status in linux-mako source package in Lucid:
  Invalid
Status in linux-manta source package in Lucid:
  Invalid
Status in linux-mvl-dove source package in Lucid:
  Invalid
Status in linux-ti-omap4 source package in Lucid:
  Invalid
Status in linux source package in Precise:
  Fix Committed
Status in linux-armadaxp source package in Precise:
  New
Status in linux-ec2 source package in Precise:
  Invalid
Status in linux-flo source package in Precise:
  Invalid
Status in linux-fsl-imx51 source package in Precise:
  Invalid
Status in linux-goldfish source package in Precise:
  Invalid
Status in linux-lts-backport-maverick source package in Precise:
  New
Status in linux-lts-backport-natty source package in Precise:
  New
Status in linux-lts-quantal source package in Precise:
  New
Status in linux-lts-raring source package in Precise:
  Invalid
Status in linux-lts-saucy source package in Precise:
  New
Status in linux-lts-trusty source package in Precise:
  New
Status in linux-lts-utopic source package in Precise:
  Invalid
Status in linux-mako source package in Precise:
  Invalid
Status in linux-manta source package in Precise:
  Invalid
Status in linux-mvl-dove source package in Precise:
  Invalid
Status in linux-ti-omap4 source package in Precise:
  New
Status in linux source package in Trusty:
  Fix Committed
Status in linux-armadaxp source package in Trusty:
  Invalid
Status in linux-ec2 source package in Trusty:
  Invalid
Status in linux-flo source package in Trusty:
  Invalid
Status in linux-fsl-imx51 source package in Trusty:
  Invalid
Status in linux-goldfish source package in Trusty:
  Invalid
Status in linux-lts-backport-maverick source package in Trusty:
  New
Status in linux-lts-backport-natty source package in Trusty:
  New
Status in linux-lts-quantal source package in Trusty:
  Invalid
Status in linux-lts-raring source package in Trusty:
  Invalid
Status in linux-lts-saucy source package in Trusty:
  Invalid
Status in linux-lts-trusty source package in Trusty:
  Invalid
Status in linux-lts-utopic source package in Trusty:
  New
Status in linux-mako source package in Trusty:
  Invalid
Status in linux-manta source package in Trusty:
  Invalid
Status in linux-mvl-dove source package in Trusty:
  Invalid
Status in linux-ti-omap4 source package in Trusty:
  Invalid
Status in linux source package in Utopic:
  Fix Committed
Status in linux-armadaxp source package in Utopic:
  Invalid
Status in 

  1   2   3   >