[Kernel-packages] [Bug 1399922] [NEW] kernel BUG at /build/buildd/linux-3.16.0/mm/slub.c:3380!

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

I closed the chromium-browser and opened Firefox twice when suddenly I
was greeted with this:

http://image.noelshack.com/fichiers/2014/49/1417870391-img-20141205-20072.jpg

I'm using Lubuntu 14.10.
--- 
ApportVersion: 2.14.7-0ubuntu8
Architecture: i386
CurrentDesktop: LXDE
DistroRelease: Ubuntu 14.10
InstallationDate: Installed on 2014-05-04 (217 days ago)
InstallationMedia: Lubuntu 14.04 LTS Trusty Tahr - Release i386 (20140416.2)
Package: dpkg 1.17.13ubuntu1
PackageArchitecture: i386
ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
Tags:  utopic
Uname: Linux 3.16.0-25-generic i686
UpgradeStatus: Upgraded to utopic on 2014-10-23 (45 days ago)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
_MarkForUpload: True

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


** Tags: apport-collected utopic
-- 
kernel BUG at /build/buildd/linux-3.16.0/mm/slub.c:3380!
https://bugs.launchpad.net/bugs/1399922
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 1298611] Re: [FFe] apparmor signal and ptrace mediation

2015-04-10 Thread Seth Arnold
Ken,

The ptrace mediation in 12.04 LTS is very rudimentary; if you add
capability sys_ptrace, to a profile then processes running in that
profile are allowed to trace any process the discretionary access
controls allow. The fine-grained permissions introduced in 14.04 LTS
require both the new kernel and userspace.

I tested that the apparmor 2.7.102-0ubuntu3.10 package with the linux-
generic-lts-trusty 3.13.0.49.43 package will allow ptrace using the
capability sys_ptrace, permission via a strace profile:

# cat usr.bin.strace 
# Last Modified: Sat Apr 11 03:38:35 2015
#include tunables/global

/usr/bin/strace {
  #include abstractions/base

  capability sys_ptrace,


  /bin/ls rix,
  /home/*/ r,
  /proc/filesystems r,
  /usr/bin/strace mr,

}

I tested both strace /bin/ls and strace -p 1.

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

Title:
  [FFe] apparmor signal and ptrace mediation

Status in apparmor package in Ubuntu:
  Fix Released
Status in apparmor-easyprof-ubuntu package in Ubuntu:
  Fix Released
Status in libvirt package in Ubuntu:
  Fix Released
Status in lightdm package in Ubuntu:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in lxc package in Ubuntu:
  Fix Released

Bug description:
  Background: kernel and apparmor userspace updates to support signal
  and ptrace mediation. These packages are listed in one bug because
  they are related, but the FFes may be granted and the uploads may
  happen at different times.

  = linux =
  Summary:
  This feature freeze exception is requested for signal and ptrace mediation 
via apparmor in the kernel. When used with a compatible apparmor userspace, 
signals and ptrace rules are supported. When used without a compatible apparmor 
userspace (eg, on a precise system with a trusty backport kernel), signal and 
ptrace mediation is not enforced (ie, you can use this kernel with an old 
userspace without any issues).

  The fine grained mediation of signals and ptraces also incorporates improved
  versioning support that allows this kernel to better support older and newer
  userspaces. This allows for this version of the kernel to work as a backport
  kernel unmodified (currently a patch and config are used to provide backport
  kernels).

  The kernel patch is available at git://kernel.ubuntu.com/jj/ubuntu-trusty.git
  in the trusty-alpha6 branch apparmor-alpha6-sync

  Testing:
  * 12.04 system with backported kernel: DONE
   * test-apparmor.py: PASS (runs extensive tests (upstream and distro))
   * exploratory manual testing: PASS (networking, aa-enforce with firefox, 
firefox works, apparmor blocks access, etc)
   * aa-status: PASS
   * lxc: PASS (containers can be created, started, shutdown)
   * libvirt: PASS (VMs started via openstack, and test-libvirt.py from QRT 
passes all tests)
  * 14.04 system (non-Touch) with current apparmor userspace: DONE (relevant 
parts of https://wiki.ubuntu.com/Process/Merges/TestPlans/AppArmor)
   * test-apparmor.py: PASS (runs extensive tests (upstream and distro))
   * exploratory manual testing: PASS (networking, aa-enforce with firefox, 
firefox works, apparmor blocks access, etc)
   * aa-status: PASS
   * lxc: PASS (containers can be created, started, shutdown)
   * libvirt: PASS (QRT/script/test-libvirt.py (though there are 3 failures 
unrelated to apparmor))
   * click-apparmor QRT touch image tests: PASS
   * apparmor-easyprof-ubuntu QRT touch image tests: PASS
  * 14.04 system (non-Touch) with updated apparmor userspace capable of 
supporting signal and ptrace mediation: DONE (relevant parts of 
https://wiki.ubuntu.com/Process/Merges/TestPlans/AppArmor. Note: this is marked 
'done' from the kernel perspective-- the apparmor userspace upload is being 
prepared and tests assume userspace is using latest patches on the list)
   * test-apparmor.py: PASS (runs extensive tests (upstream and distro))
   * exploratory manual testing: PASS (networking, aa-enforce with firefox, 
firefox works, apparmor blocks access, etc)
   * aa-status: PASS
   * lxc: PASS (containers can be created, started, shutdown)
   * libvirt: PASS (QRT/script/test-libvirt.py (though there are 3 failures 
unrelated to apparmor))
   * click-apparmor QRT touch image tests: PASS
   * apparmor-easyprof-ubuntu QRT touch image tests: PASS

  Justification:
  This feature is required to support comprehensive application confinement on 
Ubuntu Touch. This feature adds a significant security benefit to libvirt's 
qemu guest isolation which is fundamental to Ubuntu on Server/Cloud. This 
feature also adds a welcome improvement to administrators wishing to further 
protect their systems.

  = apparmor userspace =
  Summary:
  This feature freeze exception is requested for signal and ptrace mediation 
for apparmor userspace. When used with a compatible kernel, signals and ptrace 
rules are supported. When 

[Kernel-packages] [Bug 1399922] Re: kernel BUG at /build/buildd/linux-3.16.0/mm/slub.c:3380!

2015-04-10 Thread Adam Conrad
** Package changed: dpkg (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/1399922

Title:
  kernel BUG at /build/buildd/linux-3.16.0/mm/slub.c:3380!

Status in linux package in Ubuntu:
  New

Bug description:
  I closed the chromium-browser and opened Firefox twice when suddenly I
  was greeted with this:

  
http://image.noelshack.com/fichiers/2014/49/1417870391-img-20141205-20072.jpg

  I'm using Lubuntu 14.10.
  --- 
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: i386
  CurrentDesktop: LXDE
  DistroRelease: Ubuntu 14.10
  InstallationDate: Installed on 2014-05-04 (217 days ago)
  InstallationMedia: Lubuntu 14.04 LTS Trusty Tahr - Release i386 (20140416.2)
  Package: dpkg 1.17.13ubuntu1
  PackageArchitecture: i386
  ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
  Tags:  utopic
  Uname: Linux 3.16.0-25-generic i686
  UpgradeStatus: Upgraded to utopic on 2014-10-23 (45 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True

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

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

apport-collect 1399922

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

Title:
  kernel BUG at /build/buildd/linux-3.16.0/mm/slub.c:3380!

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I closed the chromium-browser and opened Firefox twice when suddenly I
  was greeted with this:

  
http://image.noelshack.com/fichiers/2014/49/1417870391-img-20141205-20072.jpg

  I'm using Lubuntu 14.10.
  --- 
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: i386
  CurrentDesktop: LXDE
  DistroRelease: Ubuntu 14.10
  InstallationDate: Installed on 2014-05-04 (217 days ago)
  InstallationMedia: Lubuntu 14.04 LTS Trusty Tahr - Release i386 (20140416.2)
  Package: dpkg 1.17.13ubuntu1
  PackageArchitecture: i386
  ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
  Tags:  utopic
  Uname: Linux 3.16.0-25-generic i686
  UpgradeStatus: Upgraded to utopic on 2014-10-23 (45 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1399922/+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 1438504] Re: CVE-2015-2666

2015-04-10 Thread Mathew Hodson
** Changed in: linux-lts-trusty (Ubuntu Precise)
   Status: Invalid = New

** Changed in: linux-lts-utopic (Ubuntu Trusty)
   Status: Invalid = New

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

Title:
  CVE-2015-2666

Status in linux package in Ubuntu:
  Fix Released
Status in linux-armadaxp package in Ubuntu:
  Invalid
Status in linux-ec2 package in Ubuntu:
  Invalid
Status in linux-flo package in Ubuntu:
  Invalid
Status in linux-fsl-imx51 package in Ubuntu:
  Invalid
Status in linux-goldfish package in Ubuntu:
  Invalid
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:
  Invalid
Status in linux-manta package in Ubuntu:
  Invalid
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:
  Invalid
Status in linux-armadaxp source package in Lucid:
  Invalid
Status in linux-ec2 source package in Lucid:
  Invalid
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:
  Invalid
Status in linux-armadaxp source package in Precise:
  Invalid
Status in linux-ec2 source package in Precise:
  Invalid
Status in linux-flo source package in Precise:
  Invalid
Status in linux-fsl-imx51 source package in Precise:
  Invalid
Status in linux-goldfish source package in Precise:
  Invalid
Status in linux-lts-backport-maverick source package in Precise:
  New
Status in linux-lts-backport-natty source package in Precise:
  New
Status in linux-lts-quantal source package in Precise:
  Invalid
Status in linux-lts-raring source package in Precise:
  Invalid
Status in linux-lts-saucy source package in Precise:
  Invalid
Status in linux-lts-trusty source package in Precise:
  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:
  Invalid
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 linux-ec2 source package in Utopic:
  Invalid
Status in linux-flo source package in Utopic:
  Invalid
Status in linux-fsl-imx51 source package in Utopic:
  Invalid
Status in linux-goldfish source package in Utopic:
  Invalid
Status in linux-lts-backport-maverick source package in Utopic:
  New
Status in linux-lts-backport-natty source package in Utopic:
  New
Status in linux-lts-quantal source package in Utopic:
  Invalid
Status in linux-lts-raring source package in Utopic:
  

[Kernel-packages] [Bug 1442841] Re: package linux-headers-3.16.0-34 (not installed) failed to install/upgrade: cannot copy extracted data for './usr/src/linux-headers-3.16.0-34/include/linux/tracehook

2015-04-10 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that there was an error on your system when
trying to install a particular package.  Please execute the following
command, as it will clear your package cache, in a terminal:

sudo apt-get clean

Then try performing the update again.  This will likely resolve your
issue, but the failure could be caused by filesystem or memory
corruption.  So please also run a fsck on your filesystem(s) and a
memory test.  Thanks in advance!

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: corrupted-package

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

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

Title:
  package linux-headers-3.16.0-34 (not installed) failed to
  install/upgrade: cannot copy extracted data for './usr/src/linux-
  headers-3.16.0-34/include/linux/tracehook.h' to '/usr/src/linux-
  headers-3.16.0-34/include/linux/tracehook.h.dpkg-new': unexpected end
  of file or stream

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

Bug description:
  Problems detected several times during software update in past few
  days til now, I am not sure what packages being installed in my
  system, and sometimes my desktop is frozen and interrupted during
  installation or programming.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: linux-headers-3.16.0-34 (not installed)
  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: Fri Apr 10 19:38:17 2015
  DuplicateSignature: package:linux-headers-3.16.0-34:(not installed):cannot 
copy extracted data for 
'./usr/src/linux-headers-3.16.0-34/include/linux/tracehook.h' to 
'/usr/src/linux-headers-3.16.0-34/include/linux/tracehook.h.dpkg-new': 
unexpected end of file or stream
  ErrorMessage: cannot copy extracted data for 
'./usr/src/linux-headers-3.16.0-34/include/linux/tracehook.h' to 
'/usr/src/linux-headers-3.16.0-34/include/linux/tracehook.h.dpkg-new': 
unexpected end of file or stream
  InstallationDate: Installed on 2015-03-16 (26 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 
(20150218.1)
  SourcePackage: linux-lts-utopic
  Title: package linux-headers-3.16.0-34 (not installed) failed to 
install/upgrade: cannot copy extracted data for 
'./usr/src/linux-headers-3.16.0-34/include/linux/tracehook.h' to 
'/usr/src/linux-headers-3.16.0-34/include/linux/tracehook.h.dpkg-new': 
unexpected end of file or stream
  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/1442841/+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 1419341] Re: Kernel crashes in rt2x00queue_get_entry+0x24

2015-04-10 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Kernel crashes in rt2x00queue_get_entry+0x24

Status in linux package in Ubuntu:
  Expired

Bug description:
  When using an Logilink USB WiFi stick reported as  Ralink Technology,
  Corp. RT5372 Wireless Adapter, I ancounter frequent disconnects
  despite good wifi signal, and repeated kernel crashes at
  rt2x00queue_get_entry+0x24.

  The crash may happen from time to time, but can be provoked by heavy
  wifi traffic.

  Maybe it is a problem with the drivers state management, because dmesg
  shows resets or replugs of the device if temporary disconnect happens.
  So I think the device may reset due to other problems (eg. flaky usb
  power), and the driver doesn't handle it well in all states. Maybe the
  above function is called with the device already disconnecting.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  nf 1858 F pulseaudio
   /dev/snd/controlC0:  nf 1858 F pulseaudio
  CurrentDesktop: Unity
  Date: Sat Feb  7 21:42:32 2015
  InstallationDate: Installed on 2014-12-03 (66 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: LENOVO 10BE0002MD
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic.efi.signed 
root=UUID=206fe64f-468c-48d5-913a-d0880e24a53d ro quiet splash vt.handoff=7
  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
  RfKill:
   4: phy4: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/23/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: FBKT54AUS
  dmi.board.name: SHARKBAY
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98401 PRO
  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:bvnLENOVO:bvrFBKT54AUS:bd10/23/2013:svnLENOVO:pn10BE0002MD:pvrThinkCentreM83:rvnLENOVO:rnSHARKBAY:rvr0B98401PRO:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: 10BE0002MD
  dmi.product.version: ThinkCentre M83
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1419341/+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 1419238] Re: package linux-image-extra-3.13.0-36-generic 3.13.0-36.63 failed to install/upgrade: package linux-image-extra-3.13.0-36-generic is not ready for configuration canno

2015-04-10 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  package linux-image-extra-3.13.0-36-generic 3.13.0-36.63 failed to
  install/upgrade: package linux-image-extra-3.13.0-36-generic is not
  ready for configuration  cannot configure (current status `half-
  installed')

Status in linux package in Ubuntu:
  Expired

Bug description:
  returning from hibernation and getting new updates, and autoremoving old, 
config, maybe in postfix,
  Get:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main 
linux-image-extra-3.13.0-36-generic amd64 3.13.0-36.63 [36.7 MB]
  Fetched 36.7 MB in 20s (1,833 kB/s)   
 
  dpkg: error processing package linux-image-extra-3.13.0-36-generic 
(--configure):
   package linux-image-extra-3.13.0-36-generic is not ready for configuration
   cannot configure (current status `half-installed')
  Errors were encountered while processing:
   linux-image-extra-3.13.0-36-generic
  E: Sub-process /usr/bin/dpkg returned an error code (1)
  
  doesn't clear up on reboot or after running sudo dpkg --configure -a

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: linux-image-extra-3.13.0-36-generic 3.13.0-36.63
  ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
  Uname: Linux 3.13.0-45-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  AptOrdering: linux-image-extra-3.13.0-36-generic: Configure
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mel1829 F pulseaudio
   /dev/snd/controlC1:  mel1829 F pulseaudio
  Date: Sat Feb  7 01:27:54 2015
  DpkgTerminalLog:
   dpkg: error processing package linux-image-extra-3.13.0-36-generic 
(--configure):
package linux-image-extra-3.13.0-36-generic is not ready for configuration
cannot configure (current status `half-installed')
  DuplicateSignature: 
package:linux-image-extra-3.13.0-36-generic:3.13.0-36.63:package 
linux-image-extra-3.13.0-36-generic is not ready for configuration  cannot 
configure (current status `half-installed')
  ErrorMessage: package linux-image-extra-3.13.0-36-generic is not ready for 
configuration  cannot configure (current status `half-installed')
  HibernationDevice: RESUME=UUID=b8e3d579-e0a5-4a92-9336-8df51178f8f8
  InstallationDate: Installed on 2014-09-24 (135 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: TOSHIBA Satellite C55-A
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-45-generic.efi.signed 
root=UUID=0b8a8c06-b6f1-4b86-a6c7-82caa13d8385 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc N/A
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  StagingDrivers: rts5139
  Title: package linux-image-extra-3.13.0-36-generic 3.13.0-36.63 failed to 
install/upgrade: package linux-image-extra-3.13.0-36-generic is not ready for 
configuration  cannot configure (current status `half-installed')
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/28/2014
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: 1.80
  dmi.board.name: Portable PC
  dmi.board.vendor: TOSHIBA
  dmi.board.version: MP
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: OEM Chassis Manufacturer
  dmi.chassis.version: OEM Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvr1.80:bd04/28/2014:svnTOSHIBA:pnSatelliteC55-A:pvrPSCFJU-00K00F:rvnTOSHIBA:rnPortablePC:rvrMP:cvnOEMChassisManufacturer:ct10:cvrOEMChassisVersion:
  dmi.product.name: Satellite C55-A
  dmi.product.version: PSCFJU-00K00F
  dmi.sys.vendor: TOSHIBA

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1419238/+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 1388786] Re: TCP stale transfer with erroneous SACK information

2015-04-10 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  TCP stale transfer with erroneous SACK information

Status in linux package in Ubuntu:
  Expired

Bug description:
  Cisco PIX/FWSM changes TCP sequence numbers but doesn't change numbers
  in SACK TCP options.

  When this erroneous information comes to Linux server there is some
  corruption in TCP stack in some circunstances with CUBIC TCP
  congestion algorithm and transfer stales.

  Problem can be reproduced in Ubuntu Server 14.04 when a Cisco FWSM is
  changing sequence numbers (default configuration) and a big file
  (30MB, for example) is being transfered.

  Can be solved deactivating SACK:
  sysctl -w net.ipv4.tcp_sack=0

  We have solved it also with this configuration:
  sysctl -w net.ipv4.tcp_congestion_control=reno
  sysctl -w net.ipv4.tcp_frto=1
  sysctl -w net.ipv4.tcp_early_retrans=1

  We can also fix  it by changing firewall configuration.

  Find attached a wireshark capture where you can see at 16613 frame how
  client requests segment 853521869 and server (158.42.250.128) resends
  again a previous segment for 87 seconds until it stops transfer.

  Thanks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1388786/+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 1419386] Re: HP Split X2 - Touchpad not detected

2015-04-10 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  HP Split X2 - Touchpad not detected

Status in linux package in Ubuntu:
  Expired

Bug description:
  Attaached log files accn to

  https://wiki.ubuntu.com/DebuggingTouchpadDetection

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1419386/+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-10 Thread diablo666
Any news on this?
I tried updating the kernel to 3.19 but didn't help.
Tried backporting ath10k, didn't work
Tried ndiswrapper too, didn't work.

(if anyone has succeeded with the above emthods please let me know, as I
may have made a mistake)

-- 
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 1442781] [NEW] wifi continually tries to authenticate but fails on Ubuntu 14.04 LTS with network manager

2015-04-10 Thread Jasdeep Khalsa
Public bug reported:

-
Summary of my particular setup
-
I am using a Lenovo Y50 Laptop which includes the following network 
cards/adaptors (which I checked with `sudo lshw -class network`):

  *-network   
   description: Wireless interface
   product: QCA9565 / AR9565 Wireless Network Adapter
   vendor: Qualcomm Atheros
   physical id: 0
   bus info: pci@:08:00.0
   logical name: wlan0
   version: 01
   serial: ac:b5:7d:71:1c:b9
   width: 64 bits
   clock: 33MHz
   capabilities: pm msi pciexpress bus_master cap_list rom ethernet 
physical wireless
   configuration: broadcast=yes driver=ath9k 
driverversion=3.16.0-33-generic firmware=N/A ip=192.168.0.6 latency=0 link=yes 
multicast=yes wireless=IEEE 802.11bgn
   resources: irq:17 memory:d160-d167 memory:d168-d168

  *-network
   description: Ethernet interface
   product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
   vendor: Realtek Semiconductor Co., Ltd.
   physical id: 0
   bus info: pci@:09:00.0
   logical name: eth0
   version: 10
   serial: f0:76:1c:1f:4b:de
   size: 10Mbit/s
   capacity: 1Gbit/s
   width: 64 bits
   clock: 33MHz
   capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet 
physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
   configuration: autonegotiation=on broadcast=yes driver=r8169 
driverversion=2.3LK-NAPI duplex=half firmware=rtl8168g-3_0.0.1 04/23/13 
latency=0 link=no multicast=yes port=MII speed=10Mbit/s
   resources: irq:46 ioport:3000(size=256) memory:d1504000-d1504fff 
memory:d150-d1503fff


I have read reviews that these adapters are not very good - i.e. they
are a bit old. They also cannot find 5G wifi networks, only 2G ones.

The laptop came with Windows 8.1 64 but I installed Ubuntu 14.04 64 Bit
alongside Windows, even though I only boot into my Ubuntu partition now.

Also, I have installed both WICD Network Manager AND Ubuntu's Network
Manager on my system, but for the purposes of this bug I am only using
Ubuntu's Network Manager i.e. I am not opening WICD. I am including this
information in case even installing WICD may be causing a conflict.

-
The problem
-
At work I use Ethernet, so when I plug the cable in in the morning my computer 
connects straight away to the internet through Network Manager!

When I come home, I use wifi and expect it to connect straight away but
it keeps saying its authenticating and then does not connect. I can see
all the 2G wifi networks, but network manager just cannot connect to
them straight away. Network manager will keep trying for up to an hour
and then suddenly it will connect like magic!

-
What solutions I tried that did not work
-
* Using software updater to update my system fully
* Restarting my laptop
* Restarting the router
* Connecting to the wifi with my phone (works fine!) whilst I am struggling to 
connect with my laptop
* Disabling network manager and re-enabling it
* Disabling wifi then re-enabling it
* Disabling wifi and networking and then re-enabling it
* In Terminal: `sudo service network-manager restart`

-
What I am going to try
-
* Move fully to WICD (which I have done in the past!) OR delete WICD totally 
and only keep network manager
* Check to see if my particular card has any known issues with Ubuntu and try 
to solve those
* I'm open to other suggestions

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.16.0-33-generic 3.16.0-33.44~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.7
Architecture: amd64
CurrentDesktop: Unity
Date: Fri Apr 10 20:04:48 2015
EcryptfsInUse: Yes
InstallationDate: Installed on 2015-03-23 (17 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)

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


** Tags: amd64 apport-bug trusty

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

Title:
  wifi continually tries to authenticate but fails on Ubuntu 14.04 LTS
  with network manager

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

Bug description:
  -
  Summary of my particular setup
  -
  I am using a Lenovo Y50 Laptop which includes the following network 
cards/adaptors (which I checked with `sudo lshw -class network`):

*-network   
 description: Wireless 

[Kernel-packages] [Bug 1442781] Re: wifi continually tries to authenticate but fails on Ubuntu 14.04 LTS with network manager

2015-04-10 Thread Jasdeep Khalsa
This bug sounds similar to
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1173759

** Description changed:

  -
  Summary of my particular setup
  -
  I am using a Lenovo Y50 Laptop which includes the following network 
cards/adaptors:
  
-description: Wireless interface
-product: QCA9565 / AR9565 Wireless Network Adapter
-vendor: Qualcomm Atheros
+    description: Wireless interface
+    product: QCA9565 / AR9565 Wireless Network Adapter
+    vendor: Qualcomm Atheros
  
-description: Ethernet interface
-product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
-vendor: Realtek Semiconductor Co., Ltd.
+    description: Ethernet interface
+    product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
+    vendor: Realtek Semiconductor Co., Ltd.
  
  I have read reviews that these adapters are not very good - i.e. they
  are a bit old. They also cannot find 5G wifi networks, only 2G ones.
  
  The laptop came with Windows 8.1 64 but I installed Ubuntu 14.04 64 Bit
  alongside Windows, even though I only boot into my Ubuntu partition now.
  
  Also, I have installed both WICD Network Manager AND Ubuntu's Network
  Manager on my system, but for the purposes of this bug I am only using
  Ubuntu's Network Manager i.e. I am not opening WICD. I am including this
  information in case even installing WICD may be causing a conflict.
  
  -
  The problem
  -
  At work I use Ethernet, so when I plug the cable in in the morning my 
computer connects straight away to the internet through Network Manager!
  
  When I come home, I use wifi and expect it to connect straight away but
- it keeps saying its authenticating and then does not connect. It can
- keep trying for up to an hour and then suddenly it will connect like
- magic!
+ it keeps saying its authenticating and then does not connect. I can see
+ all the 2G wifi networks, but network manager just cannot connect to
+ them straight away. Network manager will keep trying for up to an hour
+ and then suddenly it will connect like magic!
  
  -
  What solutions I tried that did not work
  -
  * Using software updater to update my system fully
  * Restarting my laptop
  * Restarting the router
  * Connecting to the wifi with my phone (works fine!) whilst I am struggling 
to connect with my laptop
  * Disabling network manager and re-enabling it
  * Disabling wifi then re-enabling it
  * Disabling wifi and networking and then re-enabling it
  * In Terminal: `sudo service network-manager restart`
  
  -
  What I am going to try
  -
  * Move fully to WICD (which I have done in the past!) OR delete WICD totally 
and only keep network manager
  * Check to see if my particular card has any known issues with Ubuntu and try 
to solve those
  * I'm open to other suggestions
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-33-generic 3.16.0-33.44~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.7
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Apr 10 20:04:48 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-03-23 (17 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)

** Description changed:

  -
  Summary of my particular setup
  -
- I am using a Lenovo Y50 Laptop which includes the following network 
cards/adaptors:
+ I am using a Lenovo Y50 Laptop which includes the following network 
cards/adaptors (which I checked with `sudo lshw -class network`):
  
-    description: Wireless interface
-    product: QCA9565 / AR9565 Wireless Network Adapter
-    vendor: Qualcomm Atheros
+   *-network   
+description: Wireless interface
+product: QCA9565 / AR9565 Wireless Network Adapter
+vendor: Qualcomm Atheros
+physical id: 0
+bus info: pci@:08:00.0
+logical name: wlan0
+version: 01
+serial: ac:b5:7d:71:1c:b9
+width: 64 bits
+clock: 33MHz
+capabilities: pm msi pciexpress bus_master cap_list rom ethernet 
physical wireless
+configuration: broadcast=yes driver=ath9k 
driverversion=3.16.0-33-generic firmware=N/A ip=192.168.0.6 latency=0 link=yes 
multicast=yes wireless=IEEE 802.11bgn
+resources: irq:17 memory:d160-d167 memory:d168-d168
  
-    description: Ethernet interface
-    product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
-    vendor: Realtek Semiconductor Co., Ltd.
+   *-network
+

[Kernel-packages] [Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2015-04-10 Thread dinosaurfiles
@mgottschlag the kernel works fine on my asus x455ld based on the link you've 
given, also it has a focaltech touchpad. @hanipouspilot i was wondering if the 
packages for the focaltech-dkms will work for my laptop. trying it soon to test 
it :)
will the patch be available on the 3.19 kernel?


current system:
Asus x455ld
Linux Mint 17.1 
3.19.0-rc4-focaltech-fix2

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

Title:
  Touchpad detected as mouse on Asus ux303ln laptop

Status in linux package in Ubuntu:
  Fix Released
Status in linux package in Arch Linux:
  New

Bug description:
  Hi! I'm following the bug reporting documentation here:

  
https://wiki.ubuntu.com/DebuggingTouchpadDetection#In_case_Touchpad_features_like_scrolling.2C_tapping.2C_etc._do_not_work_at_all.

  The touchpad on my new Asus ux303ln laptop is detected as a mouse, so
  I can't access touchpad features such as two-finger scrolling.

  The laptop was very recently released and I couldn't find any
  outstanding firmware updates for it through Asus's Windows-based
  tools.

  % lsb_release -rd
  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04

  Per the instructions on the wiki, I'm attaching output from
  /proc/bus/input/devices,` xinput --list`, and /var/log/Xorg.0.log.

  This machine also has a touchscreen, which I'm fairly certain is the
  maXtouch digitizer visible in the logs. I haven't yet restarted in
  Windows to see if it says anything useful about the touchpad, but I
  can do so if that's helpful. This is a fresh install of 14.04 and I
  haven't done much customization of it apart from installing some
  applications and changing the default resolution.

  The only relevant bit I noticed in /var/log/dmesg is this:

  [3.967547] input: PS/2 Logitech Wheel Mouse as
  /devices/platform/i8042/serio4/input/input11

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-35-generic 3.13.0-35.62
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  Uname: Linux 3.13.0-35-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tim2234 F pulseaudio
   /dev/snd/controlC1:  tim2234 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Sep 22 14:30:33 2014
  HibernationDevice: RESUME=UUID=e6052f15-271a-4424-aac2-9b0ee1e490ed
  InstallationDate: Installed on 2014-09-22 (0 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 03eb:8a32 Atmel Corp. 
   Bus 001 Device 002: ID 064e:9700 Suyin Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. UX303LN
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic.efi.signed 
root=UUID=4f908b1b-e06f-4dc9-9642-e952d2598e42 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-35-generic N/A
   linux-backports-modules-3.13.0-35-generic  N/A
   linux-firmware 1.127.6
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/23/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX303LN.203
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX303LN
  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.:bvrUX303LN.203:bd06/23/2014:svnASUSTeKCOMPUTERINC.:pnUX303LN:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX303LN:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX303LN
  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/1372609/+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 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2015-04-10 Thread Pilot6
Please wait tonight to test it. I made a wrong commit. I am fixing it
now.

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

Title:
  Touchpad detected as mouse on Asus ux303ln laptop

Status in linux package in Ubuntu:
  Fix Released
Status in linux package in Arch Linux:
  New

Bug description:
  Hi! I'm following the bug reporting documentation here:

  
https://wiki.ubuntu.com/DebuggingTouchpadDetection#In_case_Touchpad_features_like_scrolling.2C_tapping.2C_etc._do_not_work_at_all.

  The touchpad on my new Asus ux303ln laptop is detected as a mouse, so
  I can't access touchpad features such as two-finger scrolling.

  The laptop was very recently released and I couldn't find any
  outstanding firmware updates for it through Asus's Windows-based
  tools.

  % lsb_release -rd
  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04

  Per the instructions on the wiki, I'm attaching output from
  /proc/bus/input/devices,` xinput --list`, and /var/log/Xorg.0.log.

  This machine also has a touchscreen, which I'm fairly certain is the
  maXtouch digitizer visible in the logs. I haven't yet restarted in
  Windows to see if it says anything useful about the touchpad, but I
  can do so if that's helpful. This is a fresh install of 14.04 and I
  haven't done much customization of it apart from installing some
  applications and changing the default resolution.

  The only relevant bit I noticed in /var/log/dmesg is this:

  [3.967547] input: PS/2 Logitech Wheel Mouse as
  /devices/platform/i8042/serio4/input/input11

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-35-generic 3.13.0-35.62
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  Uname: Linux 3.13.0-35-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tim2234 F pulseaudio
   /dev/snd/controlC1:  tim2234 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Sep 22 14:30:33 2014
  HibernationDevice: RESUME=UUID=e6052f15-271a-4424-aac2-9b0ee1e490ed
  InstallationDate: Installed on 2014-09-22 (0 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 03eb:8a32 Atmel Corp. 
   Bus 001 Device 002: ID 064e:9700 Suyin Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. UX303LN
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic.efi.signed 
root=UUID=4f908b1b-e06f-4dc9-9642-e952d2598e42 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-35-generic N/A
   linux-backports-modules-3.13.0-35-generic  N/A
   linux-firmware 1.127.6
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/23/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX303LN.203
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX303LN
  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.:bvrUX303LN.203:bd06/23/2014:svnASUSTeKCOMPUTERINC.:pnUX303LN:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX303LN:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX303LN
  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/1372609/+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 1442808] [NEW] Some Handsfree/Headset and A2DP combos show no Modus Selector

2015-04-10 Thread Lubensius
Public bug reported:

Description:Ubuntu 14.04.2 LTS
Release:14.04
$ unity-control-center sound

I have two bluetooth audio devices, an external speaker and an car audio
dongle. While both offer the same protocols only the second shown the
Modus Selector in sound settings.

Expected:
Modus Selector is always shown for a bt audio device

Actual:
Modus Selector is shown depending in a unknown property of the device. My best 
guess is that it depends on the order of the protocols reported by the device.

Hint:
$ pacmd set-card-profile $INDEX a2dp
where $INDEX is the index of the bluez_card, switches and shows the selector. 
Nevertheless the selector disappears again after switching back to Handsfree,

Attached is the output of sdptools records for both devices.

Bugfix:
Attached is also a script called a2dp_all which calls the above mentioned 
command for all bluez cards.

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


** Tags: a2dp

** Attachment added: Attachment.7z
   
https://bugs.launchpad.net/bugs/1442808/+attachment/4371963/+files/Attachment.7z

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

Title:
  Some Handsfree/Headset and A2DP combos show no Modus Selector

Status in linux package in Ubuntu:
  New

Bug description:
  Description:  Ubuntu 14.04.2 LTS
  Release:  14.04
  $ unity-control-center sound

  I have two bluetooth audio devices, an external speaker and an car
  audio dongle. While both offer the same protocols only the second
  shown the Modus Selector in sound settings.

  Expected:
  Modus Selector is always shown for a bt audio device

  Actual:
  Modus Selector is shown depending in a unknown property of the device. My 
best guess is that it depends on the order of the protocols reported by the 
device.

  Hint:
  $ pacmd set-card-profile $INDEX a2dp
  where $INDEX is the index of the bluez_card, switches and shows the selector. 
Nevertheless the selector disappears again after switching back to Handsfree,

  Attached is the output of sdptools records for both devices.

  Bugfix:
  Attached is also a script called a2dp_all which calls the above mentioned 
command for all bluez cards.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1442808/+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 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2015-04-10 Thread Pilot6
I fixed it. It should work on all 3.19 kernels.

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

Title:
  Touchpad detected as mouse on Asus ux303ln laptop

Status in linux package in Ubuntu:
  Fix Released
Status in linux package in Arch Linux:
  New

Bug description:
  Hi! I'm following the bug reporting documentation here:

  
https://wiki.ubuntu.com/DebuggingTouchpadDetection#In_case_Touchpad_features_like_scrolling.2C_tapping.2C_etc._do_not_work_at_all.

  The touchpad on my new Asus ux303ln laptop is detected as a mouse, so
  I can't access touchpad features such as two-finger scrolling.

  The laptop was very recently released and I couldn't find any
  outstanding firmware updates for it through Asus's Windows-based
  tools.

  % lsb_release -rd
  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04

  Per the instructions on the wiki, I'm attaching output from
  /proc/bus/input/devices,` xinput --list`, and /var/log/Xorg.0.log.

  This machine also has a touchscreen, which I'm fairly certain is the
  maXtouch digitizer visible in the logs. I haven't yet restarted in
  Windows to see if it says anything useful about the touchpad, but I
  can do so if that's helpful. This is a fresh install of 14.04 and I
  haven't done much customization of it apart from installing some
  applications and changing the default resolution.

  The only relevant bit I noticed in /var/log/dmesg is this:

  [3.967547] input: PS/2 Logitech Wheel Mouse as
  /devices/platform/i8042/serio4/input/input11

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-35-generic 3.13.0-35.62
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  Uname: Linux 3.13.0-35-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tim2234 F pulseaudio
   /dev/snd/controlC1:  tim2234 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Sep 22 14:30:33 2014
  HibernationDevice: RESUME=UUID=e6052f15-271a-4424-aac2-9b0ee1e490ed
  InstallationDate: Installed on 2014-09-22 (0 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 03eb:8a32 Atmel Corp. 
   Bus 001 Device 002: ID 064e:9700 Suyin Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. UX303LN
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic.efi.signed 
root=UUID=4f908b1b-e06f-4dc9-9642-e952d2598e42 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-35-generic N/A
   linux-backports-modules-3.13.0-35-generic  N/A
   linux-firmware 1.127.6
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/23/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX303LN.203
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX303LN
  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.:bvrUX303LN.203:bd06/23/2014:svnASUSTeKCOMPUTERINC.:pnUX303LN:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX303LN:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX303LN
  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/1372609/+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 1442411] Lspci.txt

2015-04-10 Thread Michael Boratko
apport information

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

Title:
  Intel 3160 wireless card no longer able to connect to wifi networks

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Laptop: Lenovo Y70 Touch
  Wireless Card: Intel Corporation Wireless 3160 (rev 93)

  When running Ubuntu Gnome 14.10 (on a live USB drive) I am able to
  connect to wifi networks without any issue. When running Ubuntu Gnome
  15.04 (either on live USB or installed and fully updated) I am able to
  see the list of available wifi networks, but not able to connect.
  Selecting one and entering the password makes the network manager
  applet indicate that it is Connecting... but then it gives up after
  about a minute or so and reverts back to Not Connected. I have
  tested this without network encryption as well, and the same result
  occurs.

  I have ran a wifi debugging script, here is the output:

  For Ubuntu 14.10 - http://pastebin.com/aLUhTyrM
  For Ubuntu 15.04 - http://pastebin.com/f0yRjQUC

  Again, the card seems to work perfectly on 14.10, but is unable to connect to 
any networks on 15.04. I haven't completely narrowed this down to the firmware, 
however that is the most prominent difference (aside from the kernel itself) 
that I notice in the above files (14.10 uses iwlwifi-3160-9.ucode, while 15.04 
uses iwlwifi-3160-10.ucode).
  --- 
  ApportVersion: 2.17-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mboratko   1609 F pulseaudio
   /dev/snd/controlC1:  mboratko   1609 F pulseaudio
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 15.04
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-04-10 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.04 Vivid Vervet - Beta amd64 (20150326)
  MachineType: LENOVO 80DU
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-12-generic.efi.signed 
root=UUID=0fb46cba-f7ac-4bc5-aa7d-5f6aa74636c1 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-12.12-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-12-generic N/A
   linux-backports-modules-3.19.0-12-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-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm bumblebee cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/11/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 9ECN37WW(V2.01)
  dmi.board.asset.tag: 31900058WIN
  dmi.board.name: Lenovo Y70-70 Touch
  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 Y70-70 Touch
  dmi.modalias: 
dmi:bvnLENOVO:bvr9ECN37WW(V2.01):bd02/11/2015:svnLENOVO:pn80DU:pvrLenovoY70-70Touch:rvnLENOVO:rnLenovoY70-70Touch:rvr31900058WIN:cvnLENOVO:ct10:cvrLenovoY70-70Touch:
  dmi.product.name: 80DU
  dmi.product.version: Lenovo Y70-70 Touch
  dmi.sys.vendor: LENOVO

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

2015-04-10 Thread Michael Boratko
apport information

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

Title:
  Intel 3160 wireless card no longer able to connect to wifi networks

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Laptop: Lenovo Y70 Touch
  Wireless Card: Intel Corporation Wireless 3160 (rev 93)

  When running Ubuntu Gnome 14.10 (on a live USB drive) I am able to
  connect to wifi networks without any issue. When running Ubuntu Gnome
  15.04 (either on live USB or installed and fully updated) I am able to
  see the list of available wifi networks, but not able to connect.
  Selecting one and entering the password makes the network manager
  applet indicate that it is Connecting... but then it gives up after
  about a minute or so and reverts back to Not Connected. I have
  tested this without network encryption as well, and the same result
  occurs.

  I have ran a wifi debugging script, here is the output:

  For Ubuntu 14.10 - http://pastebin.com/aLUhTyrM
  For Ubuntu 15.04 - http://pastebin.com/f0yRjQUC

  Again, the card seems to work perfectly on 14.10, but is unable to connect to 
any networks on 15.04. I haven't completely narrowed this down to the firmware, 
however that is the most prominent difference (aside from the kernel itself) 
that I notice in the above files (14.10 uses iwlwifi-3160-9.ucode, while 15.04 
uses iwlwifi-3160-10.ucode).
  --- 
  ApportVersion: 2.17-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mboratko   1609 F pulseaudio
   /dev/snd/controlC1:  mboratko   1609 F pulseaudio
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 15.04
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-04-10 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.04 Vivid Vervet - Beta amd64 (20150326)
  MachineType: LENOVO 80DU
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-12-generic.efi.signed 
root=UUID=0fb46cba-f7ac-4bc5-aa7d-5f6aa74636c1 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-12.12-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-12-generic N/A
   linux-backports-modules-3.19.0-12-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-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm bumblebee cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/11/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 9ECN37WW(V2.01)
  dmi.board.asset.tag: 31900058WIN
  dmi.board.name: Lenovo Y70-70 Touch
  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 Y70-70 Touch
  dmi.modalias: 
dmi:bvnLENOVO:bvr9ECN37WW(V2.01):bd02/11/2015:svnLENOVO:pn80DU:pvrLenovoY70-70Touch:rvnLENOVO:rnLenovoY70-70Touch:rvr31900058WIN:cvnLENOVO:ct10:cvrLenovoY70-70Touch:
  dmi.product.name: 80DU
  dmi.product.version: Lenovo Y70-70 Touch
  dmi.sys.vendor: LENOVO

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

2015-04-10 Thread Michael Boratko
apport information

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

Title:
  Intel 3160 wireless card no longer able to connect to wifi networks

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Laptop: Lenovo Y70 Touch
  Wireless Card: Intel Corporation Wireless 3160 (rev 93)

  When running Ubuntu Gnome 14.10 (on a live USB drive) I am able to
  connect to wifi networks without any issue. When running Ubuntu Gnome
  15.04 (either on live USB or installed and fully updated) I am able to
  see the list of available wifi networks, but not able to connect.
  Selecting one and entering the password makes the network manager
  applet indicate that it is Connecting... but then it gives up after
  about a minute or so and reverts back to Not Connected. I have
  tested this without network encryption as well, and the same result
  occurs.

  I have ran a wifi debugging script, here is the output:

  For Ubuntu 14.10 - http://pastebin.com/aLUhTyrM
  For Ubuntu 15.04 - http://pastebin.com/f0yRjQUC

  Again, the card seems to work perfectly on 14.10, but is unable to connect to 
any networks on 15.04. I haven't completely narrowed this down to the firmware, 
however that is the most prominent difference (aside from the kernel itself) 
that I notice in the above files (14.10 uses iwlwifi-3160-9.ucode, while 15.04 
uses iwlwifi-3160-10.ucode).
  --- 
  ApportVersion: 2.17-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mboratko   1609 F pulseaudio
   /dev/snd/controlC1:  mboratko   1609 F pulseaudio
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 15.04
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-04-10 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.04 Vivid Vervet - Beta amd64 (20150326)
  MachineType: LENOVO 80DU
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-12-generic.efi.signed 
root=UUID=0fb46cba-f7ac-4bc5-aa7d-5f6aa74636c1 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-12.12-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-12-generic N/A
   linux-backports-modules-3.19.0-12-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-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm bumblebee cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/11/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 9ECN37WW(V2.01)
  dmi.board.asset.tag: 31900058WIN
  dmi.board.name: Lenovo Y70-70 Touch
  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 Y70-70 Touch
  dmi.modalias: 
dmi:bvnLENOVO:bvr9ECN37WW(V2.01):bd02/11/2015:svnLENOVO:pn80DU:pvrLenovoY70-70Touch:rvnLENOVO:rnLenovoY70-70Touch:rvr31900058WIN:cvnLENOVO:ct10:cvrLenovoY70-70Touch:
  dmi.product.name: 80DU
  dmi.product.version: Lenovo Y70-70 Touch
  dmi.sys.vendor: LENOVO

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

2015-04-10 Thread Michael Boratko
apport information

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

Title:
  Intel 3160 wireless card no longer able to connect to wifi networks

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Laptop: Lenovo Y70 Touch
  Wireless Card: Intel Corporation Wireless 3160 (rev 93)

  When running Ubuntu Gnome 14.10 (on a live USB drive) I am able to
  connect to wifi networks without any issue. When running Ubuntu Gnome
  15.04 (either on live USB or installed and fully updated) I am able to
  see the list of available wifi networks, but not able to connect.
  Selecting one and entering the password makes the network manager
  applet indicate that it is Connecting... but then it gives up after
  about a minute or so and reverts back to Not Connected. I have
  tested this without network encryption as well, and the same result
  occurs.

  I have ran a wifi debugging script, here is the output:

  For Ubuntu 14.10 - http://pastebin.com/aLUhTyrM
  For Ubuntu 15.04 - http://pastebin.com/f0yRjQUC

  Again, the card seems to work perfectly on 14.10, but is unable to connect to 
any networks on 15.04. I haven't completely narrowed this down to the firmware, 
however that is the most prominent difference (aside from the kernel itself) 
that I notice in the above files (14.10 uses iwlwifi-3160-9.ucode, while 15.04 
uses iwlwifi-3160-10.ucode).
  --- 
  ApportVersion: 2.17-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mboratko   1609 F pulseaudio
   /dev/snd/controlC1:  mboratko   1609 F pulseaudio
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 15.04
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-04-10 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.04 Vivid Vervet - Beta amd64 (20150326)
  MachineType: LENOVO 80DU
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-12-generic.efi.signed 
root=UUID=0fb46cba-f7ac-4bc5-aa7d-5f6aa74636c1 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-12.12-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-12-generic N/A
   linux-backports-modules-3.19.0-12-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-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm bumblebee cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/11/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 9ECN37WW(V2.01)
  dmi.board.asset.tag: 31900058WIN
  dmi.board.name: Lenovo Y70-70 Touch
  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 Y70-70 Touch
  dmi.modalias: 
dmi:bvnLENOVO:bvr9ECN37WW(V2.01):bd02/11/2015:svnLENOVO:pn80DU:pvrLenovoY70-70Touch:rvnLENOVO:rnLenovoY70-70Touch:rvr31900058WIN:cvnLENOVO:ct10:cvrLenovoY70-70Touch:
  dmi.product.name: 80DU
  dmi.product.version: Lenovo Y70-70 Touch
  dmi.sys.vendor: LENOVO

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

2015-04-10 Thread Michael Boratko
apport information

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

Title:
  Intel 3160 wireless card no longer able to connect to wifi networks

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Laptop: Lenovo Y70 Touch
  Wireless Card: Intel Corporation Wireless 3160 (rev 93)

  When running Ubuntu Gnome 14.10 (on a live USB drive) I am able to
  connect to wifi networks without any issue. When running Ubuntu Gnome
  15.04 (either on live USB or installed and fully updated) I am able to
  see the list of available wifi networks, but not able to connect.
  Selecting one and entering the password makes the network manager
  applet indicate that it is Connecting... but then it gives up after
  about a minute or so and reverts back to Not Connected. I have
  tested this without network encryption as well, and the same result
  occurs.

  I have ran a wifi debugging script, here is the output:

  For Ubuntu 14.10 - http://pastebin.com/aLUhTyrM
  For Ubuntu 15.04 - http://pastebin.com/f0yRjQUC

  Again, the card seems to work perfectly on 14.10, but is unable to connect to 
any networks on 15.04. I haven't completely narrowed this down to the firmware, 
however that is the most prominent difference (aside from the kernel itself) 
that I notice in the above files (14.10 uses iwlwifi-3160-9.ucode, while 15.04 
uses iwlwifi-3160-10.ucode).
  --- 
  ApportVersion: 2.17-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mboratko   1609 F pulseaudio
   /dev/snd/controlC1:  mboratko   1609 F pulseaudio
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 15.04
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-04-10 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.04 Vivid Vervet - Beta amd64 (20150326)
  MachineType: LENOVO 80DU
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-12-generic.efi.signed 
root=UUID=0fb46cba-f7ac-4bc5-aa7d-5f6aa74636c1 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-12.12-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-12-generic N/A
   linux-backports-modules-3.19.0-12-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-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm bumblebee cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/11/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 9ECN37WW(V2.01)
  dmi.board.asset.tag: 31900058WIN
  dmi.board.name: Lenovo Y70-70 Touch
  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 Y70-70 Touch
  dmi.modalias: 
dmi:bvnLENOVO:bvr9ECN37WW(V2.01):bd02/11/2015:svnLENOVO:pn80DU:pvrLenovoY70-70Touch:rvnLENOVO:rnLenovoY70-70Touch:rvr31900058WIN:cvnLENOVO:ct10:cvrLenovoY70-70Touch:
  dmi.product.name: 80DU
  dmi.product.version: Lenovo Y70-70 Touch
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1442411/+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 1442411] Re: Intel 3160 wireless card no longer able to connect to wifi networks

2015-04-10 Thread Michael Boratko
apport information

** Tags added: apport-collected vivid

** Description changed:

  Laptop: Lenovo Y70 Touch
  Wireless Card: Intel Corporation Wireless 3160 (rev 93)
  
  When running Ubuntu Gnome 14.10 (on a live USB drive) I am able to
  connect to wifi networks without any issue. When running Ubuntu Gnome
  15.04 (either on live USB or installed and fully updated) I am able to
  see the list of available wifi networks, but not able to connect.
  Selecting one and entering the password makes the network manager applet
  indicate that it is Connecting... but then it gives up after about a
  minute or so and reverts back to Not Connected. I have tested this
  without network encryption as well, and the same result occurs.
  
  I have ran a wifi debugging script, here is the output:
  
  For Ubuntu 14.10 - http://pastebin.com/aLUhTyrM
  For Ubuntu 15.04 - http://pastebin.com/f0yRjQUC
  
- Again, the card seems to work perfectly on 14.10, but is unable to
- connect to any networks on 15.04. I haven't completely narrowed this
- down to the firmware, however that is the most prominent difference
- (aside from the kernel itself) that I notice in the above files (14.10
- uses iwlwifi-3160-9.ucode, while 15.04 uses iwlwifi-3160-10.ucode).
+ Again, the card seems to work perfectly on 14.10, but is unable to connect to 
any networks on 15.04. I haven't completely narrowed this down to the firmware, 
however that is the most prominent difference (aside from the kernel itself) 
that I notice in the above files (14.10 uses iwlwifi-3160-9.ucode, while 15.04 
uses iwlwifi-3160-10.ucode).
+ --- 
+ ApportVersion: 2.17-0ubuntu2
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  mboratko   1609 F pulseaudio
+  /dev/snd/controlC1:  mboratko   1609 F pulseaudio
+ CurrentDesktop: GNOME
+ DistroRelease: Ubuntu 15.04
+ EcryptfsInUse: Yes
+ InstallationDate: Installed on 2015-04-10 (0 days ago)
+ InstallationMedia: Ubuntu-GNOME 15.04 Vivid Vervet - Beta amd64 (20150326)
+ MachineType: LENOVO 80DU
+ Package: linux (not installed)
+ ProcEnviron:
+  TERM=xterm
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=set
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-12-generic.efi.signed 
root=UUID=0fb46cba-f7ac-4bc5-aa7d-5f6aa74636c1 ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.19.0-12.12-generic 3.19.3
+ RelatedPackageVersions:
+  linux-restricted-modules-3.19.0-12-generic N/A
+  linux-backports-modules-3.19.0-12-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-12-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm bumblebee cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 02/11/2015
+ dmi.bios.vendor: LENOVO
+ dmi.bios.version: 9ECN37WW(V2.01)
+ dmi.board.asset.tag: 31900058WIN
+ dmi.board.name: Lenovo Y70-70 Touch
+ 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 Y70-70 Touch
+ dmi.modalias: 
dmi:bvnLENOVO:bvr9ECN37WW(V2.01):bd02/11/2015:svnLENOVO:pn80DU:pvrLenovoY70-70Touch:rvnLENOVO:rnLenovoY70-70Touch:rvr31900058WIN:cvnLENOVO:ct10:cvrLenovoY70-70Touch:
+ dmi.product.name: 80DU
+ dmi.product.version: Lenovo Y70-70 Touch
+ dmi.sys.vendor: LENOVO

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

Title:
  Intel 3160 wireless card no longer able to connect to wifi networks

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Laptop: Lenovo Y70 Touch
  Wireless Card: Intel Corporation Wireless 3160 (rev 93)

  When running Ubuntu Gnome 14.10 (on a live USB drive) I am able to
  connect to wifi networks without any issue. When running Ubuntu Gnome
  15.04 (either on live USB or installed and fully updated) I am able to
  see the list of available wifi networks, but not able to connect.
  Selecting one and entering the password makes the network manager
  applet indicate that it is Connecting... but then it gives up after
  about a minute or so and reverts back to Not Connected. I have
  tested this without network encryption as well, and the same result
  occurs.

  I have ran a wifi debugging script, here is the output:

  For Ubuntu 14.10 - http://pastebin.com/aLUhTyrM
  For Ubuntu 15.04 - http://pastebin.com/f0yRjQUC

  Again, the card seems to work perfectly on 14.10, but is unable to connect to 
any networks on 15.04. I haven't completely narrowed this down to the firmware, 
however that is the most prominent difference 

[Kernel-packages] [Bug 1442411] JournalErrors.txt

2015-04-10 Thread Michael Boratko
apport information

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

Title:
  Intel 3160 wireless card no longer able to connect to wifi networks

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Laptop: Lenovo Y70 Touch
  Wireless Card: Intel Corporation Wireless 3160 (rev 93)

  When running Ubuntu Gnome 14.10 (on a live USB drive) I am able to
  connect to wifi networks without any issue. When running Ubuntu Gnome
  15.04 (either on live USB or installed and fully updated) I am able to
  see the list of available wifi networks, but not able to connect.
  Selecting one and entering the password makes the network manager
  applet indicate that it is Connecting... but then it gives up after
  about a minute or so and reverts back to Not Connected. I have
  tested this without network encryption as well, and the same result
  occurs.

  I have ran a wifi debugging script, here is the output:

  For Ubuntu 14.10 - http://pastebin.com/aLUhTyrM
  For Ubuntu 15.04 - http://pastebin.com/f0yRjQUC

  Again, the card seems to work perfectly on 14.10, but is unable to connect to 
any networks on 15.04. I haven't completely narrowed this down to the firmware, 
however that is the most prominent difference (aside from the kernel itself) 
that I notice in the above files (14.10 uses iwlwifi-3160-9.ucode, while 15.04 
uses iwlwifi-3160-10.ucode).
  --- 
  ApportVersion: 2.17-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mboratko   1609 F pulseaudio
   /dev/snd/controlC1:  mboratko   1609 F pulseaudio
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 15.04
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-04-10 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.04 Vivid Vervet - Beta amd64 (20150326)
  MachineType: LENOVO 80DU
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-12-generic.efi.signed 
root=UUID=0fb46cba-f7ac-4bc5-aa7d-5f6aa74636c1 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-12.12-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-12-generic N/A
   linux-backports-modules-3.19.0-12-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-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm bumblebee cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/11/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 9ECN37WW(V2.01)
  dmi.board.asset.tag: 31900058WIN
  dmi.board.name: Lenovo Y70-70 Touch
  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 Y70-70 Touch
  dmi.modalias: 
dmi:bvnLENOVO:bvr9ECN37WW(V2.01):bd02/11/2015:svnLENOVO:pn80DU:pvrLenovoY70-70Touch:rvnLENOVO:rnLenovoY70-70Touch:rvr31900058WIN:cvnLENOVO:ct10:cvrLenovoY70-70Touch:
  dmi.product.name: 80DU
  dmi.product.version: Lenovo Y70-70 Touch
  dmi.sys.vendor: LENOVO

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

2015-04-10 Thread Michael Boratko
apport information

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

Title:
  Intel 3160 wireless card no longer able to connect to wifi networks

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Laptop: Lenovo Y70 Touch
  Wireless Card: Intel Corporation Wireless 3160 (rev 93)

  When running Ubuntu Gnome 14.10 (on a live USB drive) I am able to
  connect to wifi networks without any issue. When running Ubuntu Gnome
  15.04 (either on live USB or installed and fully updated) I am able to
  see the list of available wifi networks, but not able to connect.
  Selecting one and entering the password makes the network manager
  applet indicate that it is Connecting... but then it gives up after
  about a minute or so and reverts back to Not Connected. I have
  tested this without network encryption as well, and the same result
  occurs.

  I have ran a wifi debugging script, here is the output:

  For Ubuntu 14.10 - http://pastebin.com/aLUhTyrM
  For Ubuntu 15.04 - http://pastebin.com/f0yRjQUC

  Again, the card seems to work perfectly on 14.10, but is unable to connect to 
any networks on 15.04. I haven't completely narrowed this down to the firmware, 
however that is the most prominent difference (aside from the kernel itself) 
that I notice in the above files (14.10 uses iwlwifi-3160-9.ucode, while 15.04 
uses iwlwifi-3160-10.ucode).
  --- 
  ApportVersion: 2.17-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mboratko   1609 F pulseaudio
   /dev/snd/controlC1:  mboratko   1609 F pulseaudio
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 15.04
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-04-10 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.04 Vivid Vervet - Beta amd64 (20150326)
  MachineType: LENOVO 80DU
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-12-generic.efi.signed 
root=UUID=0fb46cba-f7ac-4bc5-aa7d-5f6aa74636c1 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-12.12-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-12-generic N/A
   linux-backports-modules-3.19.0-12-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-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm bumblebee cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/11/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 9ECN37WW(V2.01)
  dmi.board.asset.tag: 31900058WIN
  dmi.board.name: Lenovo Y70-70 Touch
  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 Y70-70 Touch
  dmi.modalias: 
dmi:bvnLENOVO:bvr9ECN37WW(V2.01):bd02/11/2015:svnLENOVO:pn80DU:pvrLenovoY70-70Touch:rvnLENOVO:rnLenovoY70-70Touch:rvr31900058WIN:cvnLENOVO:ct10:cvrLenovoY70-70Touch:
  dmi.product.name: 80DU
  dmi.product.version: Lenovo Y70-70 Touch
  dmi.sys.vendor: LENOVO

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

2015-04-10 Thread Michael Boratko
apport information

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

Title:
  Intel 3160 wireless card no longer able to connect to wifi networks

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Laptop: Lenovo Y70 Touch
  Wireless Card: Intel Corporation Wireless 3160 (rev 93)

  When running Ubuntu Gnome 14.10 (on a live USB drive) I am able to
  connect to wifi networks without any issue. When running Ubuntu Gnome
  15.04 (either on live USB or installed and fully updated) I am able to
  see the list of available wifi networks, but not able to connect.
  Selecting one and entering the password makes the network manager
  applet indicate that it is Connecting... but then it gives up after
  about a minute or so and reverts back to Not Connected. I have
  tested this without network encryption as well, and the same result
  occurs.

  I have ran a wifi debugging script, here is the output:

  For Ubuntu 14.10 - http://pastebin.com/aLUhTyrM
  For Ubuntu 15.04 - http://pastebin.com/f0yRjQUC

  Again, the card seems to work perfectly on 14.10, but is unable to connect to 
any networks on 15.04. I haven't completely narrowed this down to the firmware, 
however that is the most prominent difference (aside from the kernel itself) 
that I notice in the above files (14.10 uses iwlwifi-3160-9.ucode, while 15.04 
uses iwlwifi-3160-10.ucode).
  --- 
  ApportVersion: 2.17-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mboratko   1609 F pulseaudio
   /dev/snd/controlC1:  mboratko   1609 F pulseaudio
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 15.04
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-04-10 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.04 Vivid Vervet - Beta amd64 (20150326)
  MachineType: LENOVO 80DU
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-12-generic.efi.signed 
root=UUID=0fb46cba-f7ac-4bc5-aa7d-5f6aa74636c1 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-12.12-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-12-generic N/A
   linux-backports-modules-3.19.0-12-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-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm bumblebee cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/11/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 9ECN37WW(V2.01)
  dmi.board.asset.tag: 31900058WIN
  dmi.board.name: Lenovo Y70-70 Touch
  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 Y70-70 Touch
  dmi.modalias: 
dmi:bvnLENOVO:bvr9ECN37WW(V2.01):bd02/11/2015:svnLENOVO:pn80DU:pvrLenovoY70-70Touch:rvnLENOVO:rnLenovoY70-70Touch:rvr31900058WIN:cvnLENOVO:ct10:cvrLenovoY70-70Touch:
  dmi.product.name: 80DU
  dmi.product.version: Lenovo Y70-70 Touch
  dmi.sys.vendor: LENOVO

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

2015-04-10 Thread Michael Boratko
apport information

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

Title:
  Intel 3160 wireless card no longer able to connect to wifi networks

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Laptop: Lenovo Y70 Touch
  Wireless Card: Intel Corporation Wireless 3160 (rev 93)

  When running Ubuntu Gnome 14.10 (on a live USB drive) I am able to
  connect to wifi networks without any issue. When running Ubuntu Gnome
  15.04 (either on live USB or installed and fully updated) I am able to
  see the list of available wifi networks, but not able to connect.
  Selecting one and entering the password makes the network manager
  applet indicate that it is Connecting... but then it gives up after
  about a minute or so and reverts back to Not Connected. I have
  tested this without network encryption as well, and the same result
  occurs.

  I have ran a wifi debugging script, here is the output:

  For Ubuntu 14.10 - http://pastebin.com/aLUhTyrM
  For Ubuntu 15.04 - http://pastebin.com/f0yRjQUC

  Again, the card seems to work perfectly on 14.10, but is unable to connect to 
any networks on 15.04. I haven't completely narrowed this down to the firmware, 
however that is the most prominent difference (aside from the kernel itself) 
that I notice in the above files (14.10 uses iwlwifi-3160-9.ucode, while 15.04 
uses iwlwifi-3160-10.ucode).
  --- 
  ApportVersion: 2.17-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mboratko   1609 F pulseaudio
   /dev/snd/controlC1:  mboratko   1609 F pulseaudio
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 15.04
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-04-10 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.04 Vivid Vervet - Beta amd64 (20150326)
  MachineType: LENOVO 80DU
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-12-generic.efi.signed 
root=UUID=0fb46cba-f7ac-4bc5-aa7d-5f6aa74636c1 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-12.12-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-12-generic N/A
   linux-backports-modules-3.19.0-12-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-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm bumblebee cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/11/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 9ECN37WW(V2.01)
  dmi.board.asset.tag: 31900058WIN
  dmi.board.name: Lenovo Y70-70 Touch
  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 Y70-70 Touch
  dmi.modalias: 
dmi:bvnLENOVO:bvr9ECN37WW(V2.01):bd02/11/2015:svnLENOVO:pn80DU:pvrLenovoY70-70Touch:rvnLENOVO:rnLenovoY70-70Touch:rvr31900058WIN:cvnLENOVO:ct10:cvrLenovoY70-70Touch:
  dmi.product.name: 80DU
  dmi.product.version: Lenovo Y70-70 Touch
  dmi.sys.vendor: LENOVO

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

2015-04-10 Thread Michael Boratko
apport information

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

Title:
  Intel 3160 wireless card no longer able to connect to wifi networks

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Laptop: Lenovo Y70 Touch
  Wireless Card: Intel Corporation Wireless 3160 (rev 93)

  When running Ubuntu Gnome 14.10 (on a live USB drive) I am able to
  connect to wifi networks without any issue. When running Ubuntu Gnome
  15.04 (either on live USB or installed and fully updated) I am able to
  see the list of available wifi networks, but not able to connect.
  Selecting one and entering the password makes the network manager
  applet indicate that it is Connecting... but then it gives up after
  about a minute or so and reverts back to Not Connected. I have
  tested this without network encryption as well, and the same result
  occurs.

  I have ran a wifi debugging script, here is the output:

  For Ubuntu 14.10 - http://pastebin.com/aLUhTyrM
  For Ubuntu 15.04 - http://pastebin.com/f0yRjQUC

  Again, the card seems to work perfectly on 14.10, but is unable to connect to 
any networks on 15.04. I haven't completely narrowed this down to the firmware, 
however that is the most prominent difference (aside from the kernel itself) 
that I notice in the above files (14.10 uses iwlwifi-3160-9.ucode, while 15.04 
uses iwlwifi-3160-10.ucode).
  --- 
  ApportVersion: 2.17-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mboratko   1609 F pulseaudio
   /dev/snd/controlC1:  mboratko   1609 F pulseaudio
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 15.04
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-04-10 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.04 Vivid Vervet - Beta amd64 (20150326)
  MachineType: LENOVO 80DU
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-12-generic.efi.signed 
root=UUID=0fb46cba-f7ac-4bc5-aa7d-5f6aa74636c1 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-12.12-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-12-generic N/A
   linux-backports-modules-3.19.0-12-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-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm bumblebee cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/11/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 9ECN37WW(V2.01)
  dmi.board.asset.tag: 31900058WIN
  dmi.board.name: Lenovo Y70-70 Touch
  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 Y70-70 Touch
  dmi.modalias: 
dmi:bvnLENOVO:bvr9ECN37WW(V2.01):bd02/11/2015:svnLENOVO:pn80DU:pvrLenovoY70-70Touch:rvnLENOVO:rnLenovoY70-70Touch:rvr31900058WIN:cvnLENOVO:ct10:cvrLenovoY70-70Touch:
  dmi.product.name: 80DU
  dmi.product.version: Lenovo Y70-70 Touch
  dmi.sys.vendor: LENOVO

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

2015-04-10 Thread Michael Boratko
apport information

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

Title:
  Intel 3160 wireless card no longer able to connect to wifi networks

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Laptop: Lenovo Y70 Touch
  Wireless Card: Intel Corporation Wireless 3160 (rev 93)

  When running Ubuntu Gnome 14.10 (on a live USB drive) I am able to
  connect to wifi networks without any issue. When running Ubuntu Gnome
  15.04 (either on live USB or installed and fully updated) I am able to
  see the list of available wifi networks, but not able to connect.
  Selecting one and entering the password makes the network manager
  applet indicate that it is Connecting... but then it gives up after
  about a minute or so and reverts back to Not Connected. I have
  tested this without network encryption as well, and the same result
  occurs.

  I have ran a wifi debugging script, here is the output:

  For Ubuntu 14.10 - http://pastebin.com/aLUhTyrM
  For Ubuntu 15.04 - http://pastebin.com/f0yRjQUC

  Again, the card seems to work perfectly on 14.10, but is unable to connect to 
any networks on 15.04. I haven't completely narrowed this down to the firmware, 
however that is the most prominent difference (aside from the kernel itself) 
that I notice in the above files (14.10 uses iwlwifi-3160-9.ucode, while 15.04 
uses iwlwifi-3160-10.ucode).
  --- 
  ApportVersion: 2.17-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mboratko   1609 F pulseaudio
   /dev/snd/controlC1:  mboratko   1609 F pulseaudio
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 15.04
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-04-10 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.04 Vivid Vervet - Beta amd64 (20150326)
  MachineType: LENOVO 80DU
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-12-generic.efi.signed 
root=UUID=0fb46cba-f7ac-4bc5-aa7d-5f6aa74636c1 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-12.12-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-12-generic N/A
   linux-backports-modules-3.19.0-12-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-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm bumblebee cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/11/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 9ECN37WW(V2.01)
  dmi.board.asset.tag: 31900058WIN
  dmi.board.name: Lenovo Y70-70 Touch
  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 Y70-70 Touch
  dmi.modalias: 
dmi:bvnLENOVO:bvr9ECN37WW(V2.01):bd02/11/2015:svnLENOVO:pn80DU:pvrLenovoY70-70Touch:rvnLENOVO:rnLenovoY70-70Touch:rvr31900058WIN:cvnLENOVO:ct10:cvrLenovoY70-70Touch:
  dmi.product.name: 80DU
  dmi.product.version: Lenovo Y70-70 Touch
  dmi.sys.vendor: LENOVO

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

2015-04-10 Thread Michael Boratko
apport information

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

Title:
  Intel 3160 wireless card no longer able to connect to wifi networks

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Laptop: Lenovo Y70 Touch
  Wireless Card: Intel Corporation Wireless 3160 (rev 93)

  When running Ubuntu Gnome 14.10 (on a live USB drive) I am able to
  connect to wifi networks without any issue. When running Ubuntu Gnome
  15.04 (either on live USB or installed and fully updated) I am able to
  see the list of available wifi networks, but not able to connect.
  Selecting one and entering the password makes the network manager
  applet indicate that it is Connecting... but then it gives up after
  about a minute or so and reverts back to Not Connected. I have
  tested this without network encryption as well, and the same result
  occurs.

  I have ran a wifi debugging script, here is the output:

  For Ubuntu 14.10 - http://pastebin.com/aLUhTyrM
  For Ubuntu 15.04 - http://pastebin.com/f0yRjQUC

  Again, the card seems to work perfectly on 14.10, but is unable to connect to 
any networks on 15.04. I haven't completely narrowed this down to the firmware, 
however that is the most prominent difference (aside from the kernel itself) 
that I notice in the above files (14.10 uses iwlwifi-3160-9.ucode, while 15.04 
uses iwlwifi-3160-10.ucode).
  --- 
  ApportVersion: 2.17-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mboratko   1609 F pulseaudio
   /dev/snd/controlC1:  mboratko   1609 F pulseaudio
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 15.04
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-04-10 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.04 Vivid Vervet - Beta amd64 (20150326)
  MachineType: LENOVO 80DU
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-12-generic.efi.signed 
root=UUID=0fb46cba-f7ac-4bc5-aa7d-5f6aa74636c1 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-12.12-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-12-generic N/A
   linux-backports-modules-3.19.0-12-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-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm bumblebee cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/11/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 9ECN37WW(V2.01)
  dmi.board.asset.tag: 31900058WIN
  dmi.board.name: Lenovo Y70-70 Touch
  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 Y70-70 Touch
  dmi.modalias: 
dmi:bvnLENOVO:bvr9ECN37WW(V2.01):bd02/11/2015:svnLENOVO:pn80DU:pvrLenovoY70-70Touch:rvnLENOVO:rnLenovoY70-70Touch:rvr31900058WIN:cvnLENOVO:ct10:cvrLenovoY70-70Touch:
  dmi.product.name: 80DU
  dmi.product.version: Lenovo Y70-70 Touch
  dmi.sys.vendor: LENOVO

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

2015-04-10 Thread Michael Boratko
apport information

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

Title:
  Intel 3160 wireless card no longer able to connect to wifi networks

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Laptop: Lenovo Y70 Touch
  Wireless Card: Intel Corporation Wireless 3160 (rev 93)

  When running Ubuntu Gnome 14.10 (on a live USB drive) I am able to
  connect to wifi networks without any issue. When running Ubuntu Gnome
  15.04 (either on live USB or installed and fully updated) I am able to
  see the list of available wifi networks, but not able to connect.
  Selecting one and entering the password makes the network manager
  applet indicate that it is Connecting... but then it gives up after
  about a minute or so and reverts back to Not Connected. I have
  tested this without network encryption as well, and the same result
  occurs.

  I have ran a wifi debugging script, here is the output:

  For Ubuntu 14.10 - http://pastebin.com/aLUhTyrM
  For Ubuntu 15.04 - http://pastebin.com/f0yRjQUC

  Again, the card seems to work perfectly on 14.10, but is unable to connect to 
any networks on 15.04. I haven't completely narrowed this down to the firmware, 
however that is the most prominent difference (aside from the kernel itself) 
that I notice in the above files (14.10 uses iwlwifi-3160-9.ucode, while 15.04 
uses iwlwifi-3160-10.ucode).
  --- 
  ApportVersion: 2.17-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mboratko   1609 F pulseaudio
   /dev/snd/controlC1:  mboratko   1609 F pulseaudio
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 15.04
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-04-10 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.04 Vivid Vervet - Beta amd64 (20150326)
  MachineType: LENOVO 80DU
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-12-generic.efi.signed 
root=UUID=0fb46cba-f7ac-4bc5-aa7d-5f6aa74636c1 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-12.12-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-12-generic N/A
   linux-backports-modules-3.19.0-12-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-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm bumblebee cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/11/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 9ECN37WW(V2.01)
  dmi.board.asset.tag: 31900058WIN
  dmi.board.name: Lenovo Y70-70 Touch
  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 Y70-70 Touch
  dmi.modalias: 
dmi:bvnLENOVO:bvr9ECN37WW(V2.01):bd02/11/2015:svnLENOVO:pn80DU:pvrLenovoY70-70Touch:rvnLENOVO:rnLenovoY70-70Touch:rvr31900058WIN:cvnLENOVO:ct10:cvrLenovoY70-70Touch:
  dmi.product.name: 80DU
  dmi.product.version: Lenovo Y70-70 Touch
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1442411/+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 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2015-04-10 Thread Pilot6
It will be available after it builds and publishes within an hour I
guess.

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

Title:
  Touchpad detected as mouse on Asus ux303ln laptop

Status in linux package in Ubuntu:
  Fix Released
Status in linux package in Arch Linux:
  New

Bug description:
  Hi! I'm following the bug reporting documentation here:

  
https://wiki.ubuntu.com/DebuggingTouchpadDetection#In_case_Touchpad_features_like_scrolling.2C_tapping.2C_etc._do_not_work_at_all.

  The touchpad on my new Asus ux303ln laptop is detected as a mouse, so
  I can't access touchpad features such as two-finger scrolling.

  The laptop was very recently released and I couldn't find any
  outstanding firmware updates for it through Asus's Windows-based
  tools.

  % lsb_release -rd
  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04

  Per the instructions on the wiki, I'm attaching output from
  /proc/bus/input/devices,` xinput --list`, and /var/log/Xorg.0.log.

  This machine also has a touchscreen, which I'm fairly certain is the
  maXtouch digitizer visible in the logs. I haven't yet restarted in
  Windows to see if it says anything useful about the touchpad, but I
  can do so if that's helpful. This is a fresh install of 14.04 and I
  haven't done much customization of it apart from installing some
  applications and changing the default resolution.

  The only relevant bit I noticed in /var/log/dmesg is this:

  [3.967547] input: PS/2 Logitech Wheel Mouse as
  /devices/platform/i8042/serio4/input/input11

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-35-generic 3.13.0-35.62
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  Uname: Linux 3.13.0-35-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tim2234 F pulseaudio
   /dev/snd/controlC1:  tim2234 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Sep 22 14:30:33 2014
  HibernationDevice: RESUME=UUID=e6052f15-271a-4424-aac2-9b0ee1e490ed
  InstallationDate: Installed on 2014-09-22 (0 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 03eb:8a32 Atmel Corp. 
   Bus 001 Device 002: ID 064e:9700 Suyin Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. UX303LN
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic.efi.signed 
root=UUID=4f908b1b-e06f-4dc9-9642-e952d2598e42 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-35-generic N/A
   linux-backports-modules-3.13.0-35-generic  N/A
   linux-firmware 1.127.6
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/23/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX303LN.203
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX303LN
  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.:bvrUX303LN.203:bd06/23/2014:svnASUSTeKCOMPUTERINC.:pnUX303LN:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX303LN:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX303LN
  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/1372609/+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 1438585] Re: no console when starting VM from utopic cloud image

2015-04-10 Thread dann frazier
** Changed in: linux (Ubuntu Trusty)
   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/1438585

Title:
  no console when starting VM from utopic cloud image

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Trusty:
  Confirmed
Status in linux source package in Utopic:
  Fix Committed
Status in linux source package in Vivid:
  Fix Released

Bug description:
  In current arm64 utopic cloud image, the 'console=' parameter has been
  removed from grub config, and always resort to 'stdout' DT property
  which is setup from QEMU.

  Unfortunately parsing 'stdout' DT property is just merged to 3.19
  kernel, so there is no console usable any more for arm64 utopic VM
  when booting via uefi/grub.

  SRU Justification:
  Impact: No console if arm64 Utopic based VM is booted from the cloud image.
  Fix: backport stdout enablement patches from 3.19. 5 of these 6 patches are 
cherry picked from 3.19 to Utopic, and the other one is backported by just 
dropping the dt self-test code, and with these 6 patches, arm64 utopic VM can 
be booted with console.
  Testcase: Boot one arm64 Utopic VM via uefi/grub.

  5ba2ee8 of: support passing console options with stdout-path
  5c64126 of: add optional options parameter to of_find_node_by_path()
  7507839 of: Add bindings for chosen node, stdout-path
  54e15d7 of: correct of_console_check()'s return value
  4f2b1f0 of: Enable console on serial ports specified by /chosen/stdout-path
  a699dfd of: Create of_console_check() for selecting a console specified in 
/chosen

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

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

apport-collect 1442808

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

** Tags added: trusty

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

Title:
  Some Handsfree/Headset and A2DP combos show no Modus Selector

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Description:  Ubuntu 14.04.2 LTS
  Release:  14.04
  $ unity-control-center sound

  I have two bluetooth audio devices, an external speaker and an car
  audio dongle. While both offer the same protocols only the second
  shown the Modus Selector in sound settings.

  Expected:
  Modus Selector is always shown for a bt audio device

  Actual:
  Modus Selector is shown depending in a unknown property of the device. My 
best guess is that it depends on the order of the protocols reported by the 
device.

  Hint:
  $ pacmd set-card-profile $INDEX a2dp
  where $INDEX is the index of the bluez_card, switches and shows the selector. 
Nevertheless the selector disappears again after switching back to Handsfree,

  Attached is the output of sdptools records for both devices.

  Bugfix:
  Attached is also a script called a2dp_all which calls the above mentioned 
command for all bluez cards.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1442808/+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 1438585] Re: no console when starting VM from utopic cloud image

2015-04-10 Thread dann frazier
** Also affects: linux (Ubuntu Trusty)
   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/1438585

Title:
  no console when starting VM from utopic cloud image

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Trusty:
  Confirmed
Status in linux source package in Utopic:
  Fix Committed
Status in linux source package in Vivid:
  Fix Released

Bug description:
  In current arm64 utopic cloud image, the 'console=' parameter has been
  removed from grub config, and always resort to 'stdout' DT property
  which is setup from QEMU.

  Unfortunately parsing 'stdout' DT property is just merged to 3.19
  kernel, so there is no console usable any more for arm64 utopic VM
  when booting via uefi/grub.

  SRU Justification:
  Impact: No console if arm64 Utopic based VM is booted from the cloud image.
  Fix: backport stdout enablement patches from 3.19. 5 of these 6 patches are 
cherry picked from 3.19 to Utopic, and the other one is backported by just 
dropping the dt self-test code, and with these 6 patches, arm64 utopic VM can 
be booted with console.
  Testcase: Boot one arm64 Utopic VM via uefi/grub.

  5ba2ee8 of: support passing console options with stdout-path
  5c64126 of: add optional options parameter to of_find_node_by_path()
  7507839 of: Add bindings for chosen node, stdout-path
  54e15d7 of: correct of_console_check()'s return value
  4f2b1f0 of: Enable console on serial ports specified by /chosen/stdout-path
  a699dfd of: Create of_console_check() for selecting a console specified in 
/chosen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1438585/+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 1442311] Re: Ubuntu 14.04 blank screen after wakeup from sleep

2015-04-10 Thread Christopher M. Penalver
** Tags added: latest-bios-a15

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

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

Title:
  Ubuntu 14.04 blank screen after wakeup from sleep

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Possibly related to bug 1283938 . I have disabled lock screen on
  suspend to try and get around the bug but it obviously hasn't worked.

  I see a completely black screen with a working mouse cursor.  Used
  Ctrl-Alt-F2 to login at a text terminal and tried to kill gnome-
  settings-daemon and gnome-shell (doing so has randomly made it work in
  the past).  The gnome-shell process would not kill and I got segfault
  dmesg errors which are attached.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gnome-shell 3.10.4-0ubuntu5.2
  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
  CurrentDesktop: GNOME
  Date: Thu Apr  9 14:31:20 2015
  DisplayManager: gdm
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-05-24 (319 days ago)
  InstallationMedia: Ubuntu 12.04.4 LTS Precise Pangolin - Release amd64+mac 
(20140204)
  SourcePackage: gnome-shell
  UpgradeStatus: Upgraded to trusty on 2014-09-21 (200 days ago)
  --- 
  ApportVersion: 2.14.1-0ubuntu3.8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  kbogert2487 F pulseaudio
   /dev/snd/controlC1:  kbogert2487 F pulseaudio
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 14.04
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=41830e03-5386-43ed-88b8-1c77dd33df98
  InstallationDate: Installed on 2014-05-24 (320 days ago)
  InstallationMedia: Ubuntu 12.04.4 LTS Precise Pangolin - Release amd64+mac 
(20140204)
  MachineType: Dell Inc. Studio XPS 1640
  Package: linux (not installed)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-33-generic 
root=UUID=7ba9d8c6-141e-415a-aae4-fb57486d6148 ro quiet splash radeon.audio=1 
noautogroup vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-33.44~14.04.1-generic 3.16.7-ckt7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-33-generic N/A
   linux-backports-modules-3.16.0-33-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-33-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-09-21 (201 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo video
  _MarkForUpload: True
  dmi.bios.date: 04/09/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A15
  dmi.board.name: 0U785D
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A15
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A15
  dmi.modalias: 
dmi:bvnDellInc.:bvrA15:bd04/09/2011:svnDellInc.:pnStudioXPS1640:pvrA153:rvnDellInc.:rn0U785D:rvrA15:cvnDellInc.:ct8:cvrA15:
  dmi.product.name: Studio XPS 1640
  dmi.product.version: A153
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1442311/+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 1442411] Re: Intel 3160 wireless card no longer able to connect to wifi networks

2015-04-10 Thread Michael Boratko
The above logs are from apport on Ubuntu Vivid running the 3.19 kernel
(fully updated at time of posting).

I also updated to newest version of kernel (4.0.0-04rc7-generic) as
you requested, and the problem persists as before. Do you want more
apport logs from the new kernel as well?

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

Title:
  Intel 3160 wireless card no longer able to connect to wifi networks

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Laptop: Lenovo Y70 Touch
  Wireless Card: Intel Corporation Wireless 3160 (rev 93)

  When running Ubuntu Gnome 14.10 (on a live USB drive) I am able to
  connect to wifi networks without any issue. When running Ubuntu Gnome
  15.04 (either on live USB or installed and fully updated) I am able to
  see the list of available wifi networks, but not able to connect.
  Selecting one and entering the password makes the network manager
  applet indicate that it is Connecting... but then it gives up after
  about a minute or so and reverts back to Not Connected. I have
  tested this without network encryption as well, and the same result
  occurs.

  I have ran a wifi debugging script, here is the output:

  For Ubuntu 14.10 - http://pastebin.com/aLUhTyrM
  For Ubuntu 15.04 - http://pastebin.com/f0yRjQUC

  Again, the card seems to work perfectly on 14.10, but is unable to connect to 
any networks on 15.04. I haven't completely narrowed this down to the firmware, 
however that is the most prominent difference (aside from the kernel itself) 
that I notice in the above files (14.10 uses iwlwifi-3160-9.ucode, while 15.04 
uses iwlwifi-3160-10.ucode).
  --- 
  ApportVersion: 2.17-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mboratko   1609 F pulseaudio
   /dev/snd/controlC1:  mboratko   1609 F pulseaudio
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 15.04
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-04-10 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.04 Vivid Vervet - Beta amd64 (20150326)
  MachineType: LENOVO 80DU
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-12-generic.efi.signed 
root=UUID=0fb46cba-f7ac-4bc5-aa7d-5f6aa74636c1 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-12.12-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-12-generic N/A
   linux-backports-modules-3.19.0-12-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-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm bumblebee cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/11/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 9ECN37WW(V2.01)
  dmi.board.asset.tag: 31900058WIN
  dmi.board.name: Lenovo Y70-70 Touch
  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 Y70-70 Touch
  dmi.modalias: 
dmi:bvnLENOVO:bvr9ECN37WW(V2.01):bd02/11/2015:svnLENOVO:pn80DU:pvrLenovoY70-70Touch:rvnLENOVO:rnLenovoY70-70Touch:rvr31900058WIN:cvnLENOVO:ct10:cvrLenovoY70-70Touch:
  dmi.product.name: 80DU
  dmi.product.version: Lenovo Y70-70 Touch
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1442411/+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 1439327] Re: lpfc driver needs to be updated.

2015-04-10 Thread Walt Esker
Hi Brian, we are using this bug to track our submission for 14.04 (3.13
kernel).  we are using bug 1439612 to track our submission for 14.04.03
(3.19 kernel) submission.

Nikhith's request would be to set the version number for the driver in
14.04 update.

Thanks,
Walt

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

Title:
  lpfc driver needs to be updated.

Status in linux package in Ubuntu:
  Triaged

Bug description:
  The current lpfc driver for release 1404 is at 8.3.43 The current
  upstream driver is at 10.5.0.0 this bug is to report all of the
  required changes/patches needed to get that driver up to that level.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1439327/+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 1441856] Re: ISST-LTE:Ubuntu15.04: After migration of Ubuntu15.04 lpar, RMC connection on HMC will be lost (LPM)(kernel/powerpc-ibm-utils)

2015-04-10 Thread Adam Conrad
powerpc-utils 1.2.25, which will contain this fix and a few others we
want, will be released on Mondayish, so I'll roll it up and upload then.

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

Title:
  ISST-LTE:Ubuntu15.04: After migration of Ubuntu15.04 lpar, RMC
  connection on HMC will be lost (LPM)(kernel/powerpc-ibm-utils)

Status in linux package in Ubuntu:
  Fix Committed
Status in powerpc-ibm-utils package in Ubuntu:
  New

Bug description:
  Defect Description:
  

  For Ubuntu15.04 lpar which has Active RMC connection with HMC, once
  the lpar is migrated to another machine in same/different HMC, the RMC
  connection on HMC with the lpar will be lost.

  The following upstream fixes are required to ensure device tree is
  properly updated after migration/suspend and that the RMC connection
  is not lost as a result.

  From powerpc-utils upstream -next branch:
  --

  commit a941cdfb9609bba04c5bad18ab8af1c85b7b6a9b
  Author: Tyrel Datwyler tyr...@linux.vnet.ibm.com
  Date:   Tue Mar 31 18:23:59 2015 -0400

  drmgr: Use sysfs migration store to initiate migration when
  possible

  From mainline Linux 4.0:
  --

  commit f6ff04149637723261aa4738958b0098b929ee9e
  Author: Tyrel Datwyler tyr...@linux.vnet.ibm.com
  Date:   Wed Mar 4 11:59:33 2015 -0800

  powerpc/pseries: Little endian fixes for post mobility device tree
  update

  From mpe's PowerPC -next branch:
  -

  commit 288a298c05774dde0a8d5abac9b692503d4e41f2
  Author: Tyrel Datwyler tyr...@linux.vnet.ibm.com
  Date:   Wed Mar 4 18:25:38 2015 -0800

  powerpc/pseries: Introduce api_version to migration sysfs
  interface

  commit c03e73740d24fbe990291cd9ac2d6ae0d95b975f
  Author: Tyrel Datwyler tyr...@linux.vnet.ibm.com
  Date:   Fri Mar 27 12:47:25 2015 -0700

  powerpc/pseries: Simplify check for suspendability during
  suspend/migration

  
  I have verified LPM after installing test packages containing the mentioned 
patches and now LPM works fine for me.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1441856/+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 1440174] Re: Keyboard and Mouse don't work with latest Kernel

2015-04-10 Thread Christopher M. Penalver
Joseph, just to advise, this is not Fix Committed as defined in
https://wiki.ubuntu.com/Bugs/Status .

Despite this, the next step is to fully reverse commit bisect from
kernel 3.13 to 4.0-rc7 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

** Tags removed: needs-bisect
** Tags added: kernel-fixed-upstream kernel-fixed-upstream-4.0-rc7 
needs-reverse-bisect

** Changed in: linux (Ubuntu)
   Status: Fix Committed = 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/1440174

Title:
  Keyboard and Mouse don't work with latest Kernel

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  1)
  Description:  Ubuntu 14.04.2 LTS
  Release:  14.04

  2) Linux / The kernel

  3) I expected my usb devices to work on the login page

  4) They don't work :)

  ...

  Upon the upgrade to kernel 3.13.0-48-generic my USB devices don't
  work, so when I did a normal launch of my computer, I could not sign
  into it since my usb devices were not working.

  I was able to sign and and use my computer as normal when I revert to
  kernel 3.13.0-46-generic.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-46-generic 3.13.0-46.79
  ProcVersionSignature: Ubuntu 3.13.0-46.79-generic 3.13.11-ckt15
  Uname: Linux 3.13.0-46-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Apr  3 13:06:36 2015
  HibernationDevice: RESUME=UUID=ae54d2d5-4931-4fcc-8996-aa3adf03cbb6
  InstallationDate: Installed on 2015-01-01 (92 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: Dell Inc. Inspiron 3847
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-46-generic 
root=UUID=32967a77-1e86-4f47-abfd-a3b98a6e9af6 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
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/03/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A04
  dmi.board.name: 088DT1
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A01
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA04:bd04/03/2014:svnDellInc.:pnInspiron3847:pvr:rvnDellInc.:rn088DT1:rvrA01:cvnDellInc.:ct3:cvr:
  dmi.product.name: Inspiron 3847
  dmi.sys.vendor: Dell Inc.

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

2015-04-10 Thread Christopher M. Penalver
** Changed in: linux (Ubuntu)
   Status: Confirmed = Incomplete

** Tags removed: kernel-bug-exists-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/1427860

Title:
  tpm error

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I see this in the dmesg

  [0.649779] tpm_tis 00:05: 1.2 TPM (device-id 0x0, rev-id 78)
  [0.695984] tpm_tis 00:05: TPM is disabled/deactivated (0x6)
  [0.751948] tpm_tis 00:05: A TPM error (6) occurred attempting to read a 
pcr value

  What should I do?

  Having the X1 Carbon Thinkpad Laptop here on Ubuntu 14.10 ...

  Thanks for any clues
  --- 
  ApportVersion: 2.14.7-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  michael-heuberger   1875 F pulseaudio
   /dev/snd/controlC0:  michael-heuberger   1875 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.10
  HibernationDevice: RESUME=UUID=f56bc63e-85f1-4413-8e7c-74e80d2ff05a
  InstallationDate: Installed on 2015-02-09 (22 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: LENOVO 20A7006KAU
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-31-generic.efi.signed 
root=UUID=5b057058-65da-4081-a675-5818d20e9ec5 ro quiet
  ProcVersionSignature: Ubuntu 3.16.0-31.41-generic 3.16.7-ckt5
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-31-generic N/A
   linux-backports-modules-3.16.0-31-generic  N/A
   linux-firmware 1.138.1
  Tags:  utopic
  Uname: Linux 3.16.0-31-generic x86_64
  UpgradeStatus: Upgraded to utopic on 2015-02-09 (22 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/02/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GRET40WW (1.17 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20A7006KAU
  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: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGRET40WW(1.17):bd09/02/2014:svnLENOVO:pn20A7006KAU:pvrThinkPadX1Carbon2nd:rvnLENOVO:rn20A7006KAU:rvrSDK0E50510WIN:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 20A7006KAU
  dmi.product.version: ThinkPad X1 Carbon 2nd
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1427860/+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 1442781] Re: wifi continually tries to authenticate but fails on Ubuntu 14.04 LTS with network manager

2015-04-10 Thread Christopher M. Penalver
Jasdeep Khalsa, please execute the following command, as it will automatically 
gather debugging information, in a terminal:
apport-collect 1442781

** Package changed: linux-lts-utopic (Ubuntu) = linux (Ubuntu)

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

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

Title:
  wifi continually tries to authenticate but fails on Ubuntu 14.04 LTS
  with network manager

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  -
  Summary of my particular setup
  -
  I am using a Lenovo Y50 Laptop which includes the following network 
cards/adaptors (which I checked with `sudo lshw -class network`):

*-network   
 description: Wireless interface
 product: QCA9565 / AR9565 Wireless Network Adapter
 vendor: Qualcomm Atheros
 physical id: 0
 bus info: pci@:08:00.0
 logical name: wlan0
 version: 01
 serial: ac:b5:7d:71:1c:b9
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress bus_master cap_list rom ethernet 
physical wireless
 configuration: broadcast=yes driver=ath9k 
driverversion=3.16.0-33-generic firmware=N/A ip=192.168.0.6 latency=0 link=yes 
multicast=yes wireless=IEEE 802.11bgn
 resources: irq:17 memory:d160-d167 memory:d168-d168

*-network
 description: Ethernet interface
 product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
 vendor: Realtek Semiconductor Co., Ltd.
 physical id: 0
 bus info: pci@:09:00.0
 logical name: eth0
 version: 10
 serial: f0:76:1c:1f:4b:de
 size: 10Mbit/s
 capacity: 1Gbit/s
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet 
physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
 configuration: autonegotiation=on broadcast=yes driver=r8169 
driverversion=2.3LK-NAPI duplex=half firmware=rtl8168g-3_0.0.1 04/23/13 
latency=0 link=no multicast=yes port=MII speed=10Mbit/s
 resources: irq:46 ioport:3000(size=256) memory:d1504000-d1504fff 
memory:d150-d1503fff


  I have read reviews that these adapters are not very good - i.e. they
  are a bit old. They also cannot find 5G wifi networks, only 2G ones.

  The laptop came with Windows 8.1 64 but I installed Ubuntu 14.04 64
  Bit alongside Windows, even though I only boot into my Ubuntu
  partition now.

  Also, I have installed both WICD Network Manager AND Ubuntu's Network
  Manager on my system, but for the purposes of this bug I am only using
  Ubuntu's Network Manager i.e. I am not opening WICD. I am including
  this information in case even installing WICD may be causing a
  conflict.

  -
  The problem
  -
  At work I use Ethernet, so when I plug the cable in in the morning my 
computer connects straight away to the internet through Network Manager!

  When I come home, I use wifi and expect it to connect straight away
  but it keeps saying its authenticating and then does not connect. I
  can see all the 2G wifi networks, but network manager just cannot
  connect to them straight away. Network manager will keep trying for up
  to an hour and then suddenly it will connect like magic!

  -
  What solutions I tried that did not work
  -
  * Using software updater to update my system fully
  * Restarting my laptop
  * Restarting the router
  * Connecting to the wifi with my phone (works fine!) whilst I am struggling 
to connect with my laptop
  * Disabling network manager and re-enabling it
  * Disabling wifi then re-enabling it
  * Disabling wifi and networking and then re-enabling it
  * In Terminal: `sudo service network-manager restart`

  -
  What I am going to try
  -
  * Move fully to WICD (which I have done in the past!) OR delete WICD totally 
and only keep network manager
  * Check to see if my particular card has any known issues with Ubuntu and try 
to solve those
  * I'm open to other suggestions

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-33-generic 3.16.0-33.44~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.7
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Apr 10 20:04:48 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-03-23 (17 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 
(20150218.1)
  SourcePackage: linux-lts-utopic
  

[Kernel-packages] [Bug 1442828] [NEW] change for LP 1425376 breaks systemd After=network-online.target

2015-04-10 Thread Jay Vosburgh
Public bug reported:


The change to ifup@.service done as part of LP 1425376 appears to break the 
ordering of units marked as After=network-online.target.  In my specific 
case, a new service script with After=network-online.target is erroneously 
run concurrently with dhclient.  As the new script depends on networking 
configuration being complete, it fails as the IP addresses and routes from DHCP 
are not configured.  This functioned correctly on vivid daily images from a few 
days ago, and appears to break starting with the vivid daily from approximately 
0409.

Infinity suggested this change as a likely suspect:

diff -Nru systemd-219/debian/extra/units/ifup@.service 
systemd-219/debian/extra/units/ifup@.service
--- systemd-219/debian/extra/units/ifup@.service2015-04-02 
08:08:56.0 +
+++ systemd-219/debian/extra/units/ifup@.service2015-04-07 
14:38:38.0 +
@@ -6,10 +6,8 @@
 DefaultDependencies=no
 
 [Service]
-Type=oneshot
-ExecStart=/sbin/ifup --allow=hotplug %I
-ExecStartPost=/sbin/ifup --allow=auto %I
 # only fail if ifupdown knows about the iface AND it's not up
-ExecStartPost=/bin/sh -c 'if ifquery %I /dev/null; then ifquery --state %I 
/dev/null; fi'
+ExecStart=/bin/sh -ec 'ifup --allow=hotplug %I; ifup --allow=auto %I; \
+if ifquery %I /dev/null; then ifquery --state %I /dev/null; fi'
 ExecStop=/sbin/ifdown %I
 RemainAfterExit=true

and, indeed, reverting this (copying ifup@.service from a few-days old
vivid image to a current image) resolves the problem.

The affected version is  ubuntu-vivid-daily-amd64-server-20150409.2
(installed via AWS).

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

** Package changed: linux (Ubuntu) = systemd (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/1442828

Title:
  change for LP 1425376 breaks systemd After=network-online.target

Status in systemd package in Ubuntu:
  New

Bug description:
  
  The change to ifup@.service done as part of LP 1425376 appears to break the 
ordering of units marked as After=network-online.target.  In my specific 
case, a new service script with After=network-online.target is erroneously 
run concurrently with dhclient.  As the new script depends on networking 
configuration being complete, it fails as the IP addresses and routes from DHCP 
are not configured.  This functioned correctly on vivid daily images from a few 
days ago, and appears to break starting with the vivid daily from approximately 
0409.

  Infinity suggested this change as a likely suspect:

  diff -Nru systemd-219/debian/extra/units/ifup@.service 
systemd-219/debian/extra/units/ifup@.service
  --- systemd-219/debian/extra/units/ifup@.service  2015-04-02 
08:08:56.0 +
  +++ systemd-219/debian/extra/units/ifup@.service  2015-04-07 
14:38:38.0 +
  @@ -6,10 +6,8 @@
   DefaultDependencies=no
   
   [Service]
  -Type=oneshot
  -ExecStart=/sbin/ifup --allow=hotplug %I
  -ExecStartPost=/sbin/ifup --allow=auto %I
   # only fail if ifupdown knows about the iface AND it's not up
  -ExecStartPost=/bin/sh -c 'if ifquery %I /dev/null; then ifquery --state %I 
/dev/null; fi'
  +ExecStart=/bin/sh -ec 'ifup --allow=hotplug %I; ifup --allow=auto %I; \
  +if ifquery %I /dev/null; then ifquery --state %I /dev/null; fi'
   ExecStop=/sbin/ifdown %I
   RemainAfterExit=true

  and, indeed, reverting this (copying ifup@.service from a few-days old
  vivid image to a current image) resolves the problem.

  The affected version is  ubuntu-vivid-daily-amd64-server-20150409.2
  (installed via AWS).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1442828/+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 1442781] Re: wifi continually tries to authenticate but fails on Ubuntu 14.04 LTS with network manager

2015-04-10 Thread Jasdeep Khalsa
apport information

** Tags added: apport-collected

** Description changed:

  -
  Summary of my particular setup
  -
  I am using a Lenovo Y50 Laptop which includes the following network 
cards/adaptors (which I checked with `sudo lshw -class network`):
  
*-network   
 description: Wireless interface
 product: QCA9565 / AR9565 Wireless Network Adapter
 vendor: Qualcomm Atheros
 physical id: 0
 bus info: pci@:08:00.0
 logical name: wlan0
 version: 01
 serial: ac:b5:7d:71:1c:b9
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress bus_master cap_list rom ethernet 
physical wireless
 configuration: broadcast=yes driver=ath9k 
driverversion=3.16.0-33-generic firmware=N/A ip=192.168.0.6 latency=0 link=yes 
multicast=yes wireless=IEEE 802.11bgn
 resources: irq:17 memory:d160-d167 memory:d168-d168
  
*-network
 description: Ethernet interface
 product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
 vendor: Realtek Semiconductor Co., Ltd.
 physical id: 0
 bus info: pci@:09:00.0
 logical name: eth0
 version: 10
 serial: f0:76:1c:1f:4b:de
 size: 10Mbit/s
 capacity: 1Gbit/s
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet 
physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
 configuration: autonegotiation=on broadcast=yes driver=r8169 
driverversion=2.3LK-NAPI duplex=half firmware=rtl8168g-3_0.0.1 04/23/13 
latency=0 link=no multicast=yes port=MII speed=10Mbit/s
 resources: irq:46 ioport:3000(size=256) memory:d1504000-d1504fff 
memory:d150-d1503fff
  
  
  I have read reviews that these adapters are not very good - i.e. they
  are a bit old. They also cannot find 5G wifi networks, only 2G ones.
  
  The laptop came with Windows 8.1 64 but I installed Ubuntu 14.04 64 Bit
  alongside Windows, even though I only boot into my Ubuntu partition now.
  
  Also, I have installed both WICD Network Manager AND Ubuntu's Network
  Manager on my system, but for the purposes of this bug I am only using
  Ubuntu's Network Manager i.e. I am not opening WICD. I am including this
  information in case even installing WICD may be causing a conflict.
  
  -
  The problem
  -
  At work I use Ethernet, so when I plug the cable in in the morning my 
computer connects straight away to the internet through Network Manager!
  
  When I come home, I use wifi and expect it to connect straight away but
  it keeps saying its authenticating and then does not connect. I can see
  all the 2G wifi networks, but network manager just cannot connect to
  them straight away. Network manager will keep trying for up to an hour
  and then suddenly it will connect like magic!
  
  -
  What solutions I tried that did not work
  -
  * Using software updater to update my system fully
  * Restarting my laptop
  * Restarting the router
  * Connecting to the wifi with my phone (works fine!) whilst I am struggling 
to connect with my laptop
  * Disabling network manager and re-enabling it
  * Disabling wifi then re-enabling it
  * Disabling wifi and networking and then re-enabling it
  * In Terminal: `sudo service network-manager restart`
  
  -
  What I am going to try
  -
  * Move fully to WICD (which I have done in the past!) OR delete WICD totally 
and only keep network manager
  * Check to see if my particular card has any known issues with Ubuntu and try 
to solve those
  * I'm open to other suggestions
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-33-generic 3.16.0-33.44~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.7
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Apr 10 20:04:48 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-03-23 (17 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.8
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  jas3233 F pulseaudio
+  /dev/snd/controlC0:  jas3233 F pulseaudio
+ CurrentDesktop: Unity
+ DistroRelease: Ubuntu 14.04
+ EcryptfsInUse: Yes
+ InstallationDate: Installed on 2015-03-23 (18 days ago)
+ InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 
(20150218.1)
+ MachineType: LENOVO 20378
+ Package: linux (not installed)
+ ProcFB: 0 

[Kernel-packages] [Bug 1439612] Re: lpfc driver for Ubuntu 14.04.03

2015-04-10 Thread Walt Esker
Brian, just want to confirm, earlier today, you mentioned that the Vivid
release is frozen.  If so, then we may have to go with the driver you
have.  We have been working with the Upstream kernel maintainers to get
some of our recent patches pulled into their tree.  If there is a
chance, we would probably ask the team to pull in a few more patches for
consideration for this driver candidate for your Vivid kernel release.

Thanks,
Walt

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

Title:
  lpfc driver for Ubuntu 14.04.03

Status in linux package in Ubuntu:
  Triaged

Bug description:
  The bug is a place holder to provide commit id's/patches needed in
  Emulex lpfc driver for Ubuntu 14.04.03.

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

2015-04-10 Thread Jasdeep Khalsa
apport information

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

Title:
  wifi continually tries to authenticate but fails on Ubuntu 14.04 LTS
  with network manager

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  -
  Summary of my particular setup
  -
  I am using a Lenovo Y50 Laptop which includes the following network 
cards/adaptors (which I checked with `sudo lshw -class network`):

*-network   
 description: Wireless interface
 product: QCA9565 / AR9565 Wireless Network Adapter
 vendor: Qualcomm Atheros
 physical id: 0
 bus info: pci@:08:00.0
 logical name: wlan0
 version: 01
 serial: ac:b5:7d:71:1c:b9
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress bus_master cap_list rom ethernet 
physical wireless
 configuration: broadcast=yes driver=ath9k 
driverversion=3.16.0-33-generic firmware=N/A ip=192.168.0.6 latency=0 link=yes 
multicast=yes wireless=IEEE 802.11bgn
 resources: irq:17 memory:d160-d167 memory:d168-d168

*-network
 description: Ethernet interface
 product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
 vendor: Realtek Semiconductor Co., Ltd.
 physical id: 0
 bus info: pci@:09:00.0
 logical name: eth0
 version: 10
 serial: f0:76:1c:1f:4b:de
 size: 10Mbit/s
 capacity: 1Gbit/s
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet 
physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
 configuration: autonegotiation=on broadcast=yes driver=r8169 
driverversion=2.3LK-NAPI duplex=half firmware=rtl8168g-3_0.0.1 04/23/13 
latency=0 link=no multicast=yes port=MII speed=10Mbit/s
 resources: irq:46 ioport:3000(size=256) memory:d1504000-d1504fff 
memory:d150-d1503fff


  I have read reviews that these adapters are not very good - i.e. they
  are a bit old. They also cannot find 5G wifi networks, only 2G ones.

  The laptop came with Windows 8.1 64 but I installed Ubuntu 14.04 64
  Bit alongside Windows, even though I only boot into my Ubuntu
  partition now.

  Also, I have installed both WICD Network Manager AND Ubuntu's Network
  Manager on my system, but for the purposes of this bug I am only using
  Ubuntu's Network Manager i.e. I am not opening WICD. I am including
  this information in case even installing WICD may be causing a
  conflict.

  -
  The problem
  -
  At work I use Ethernet, so when I plug the cable in in the morning my 
computer connects straight away to the internet through Network Manager!

  When I come home, I use wifi and expect it to connect straight away
  but it keeps saying its authenticating and then does not connect. I
  can see all the 2G wifi networks, but network manager just cannot
  connect to them straight away. Network manager will keep trying for up
  to an hour and then suddenly it will connect like magic!

  -
  What solutions I tried that did not work
  -
  * Using software updater to update my system fully
  * Restarting my laptop
  * Restarting the router
  * Connecting to the wifi with my phone (works fine!) whilst I am struggling 
to connect with my laptop
  * Disabling network manager and re-enabling it
  * Disabling wifi then re-enabling it
  * Disabling wifi and networking and then re-enabling it
  * In Terminal: `sudo service network-manager restart`

  -
  What I am going to try
  -
  * Move fully to WICD (which I have done in the past!) OR delete WICD totally 
and only keep network manager
  * Check to see if my particular card has any known issues with Ubuntu and try 
to solve those
  * I'm open to other suggestions

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-33-generic 3.16.0-33.44~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.7
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Apr 10 20:04:48 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-03-23 (17 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.8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   

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

2015-04-10 Thread Jasdeep Khalsa
apport information

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

Title:
  wifi continually tries to authenticate but fails on Ubuntu 14.04 LTS
  with network manager

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  -
  Summary of my particular setup
  -
  I am using a Lenovo Y50 Laptop which includes the following network 
cards/adaptors (which I checked with `sudo lshw -class network`):

*-network   
 description: Wireless interface
 product: QCA9565 / AR9565 Wireless Network Adapter
 vendor: Qualcomm Atheros
 physical id: 0
 bus info: pci@:08:00.0
 logical name: wlan0
 version: 01
 serial: ac:b5:7d:71:1c:b9
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress bus_master cap_list rom ethernet 
physical wireless
 configuration: broadcast=yes driver=ath9k 
driverversion=3.16.0-33-generic firmware=N/A ip=192.168.0.6 latency=0 link=yes 
multicast=yes wireless=IEEE 802.11bgn
 resources: irq:17 memory:d160-d167 memory:d168-d168

*-network
 description: Ethernet interface
 product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
 vendor: Realtek Semiconductor Co., Ltd.
 physical id: 0
 bus info: pci@:09:00.0
 logical name: eth0
 version: 10
 serial: f0:76:1c:1f:4b:de
 size: 10Mbit/s
 capacity: 1Gbit/s
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet 
physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
 configuration: autonegotiation=on broadcast=yes driver=r8169 
driverversion=2.3LK-NAPI duplex=half firmware=rtl8168g-3_0.0.1 04/23/13 
latency=0 link=no multicast=yes port=MII speed=10Mbit/s
 resources: irq:46 ioport:3000(size=256) memory:d1504000-d1504fff 
memory:d150-d1503fff


  I have read reviews that these adapters are not very good - i.e. they
  are a bit old. They also cannot find 5G wifi networks, only 2G ones.

  The laptop came with Windows 8.1 64 but I installed Ubuntu 14.04 64
  Bit alongside Windows, even though I only boot into my Ubuntu
  partition now.

  Also, I have installed both WICD Network Manager AND Ubuntu's Network
  Manager on my system, but for the purposes of this bug I am only using
  Ubuntu's Network Manager i.e. I am not opening WICD. I am including
  this information in case even installing WICD may be causing a
  conflict.

  -
  The problem
  -
  At work I use Ethernet, so when I plug the cable in in the morning my 
computer connects straight away to the internet through Network Manager!

  When I come home, I use wifi and expect it to connect straight away
  but it keeps saying its authenticating and then does not connect. I
  can see all the 2G wifi networks, but network manager just cannot
  connect to them straight away. Network manager will keep trying for up
  to an hour and then suddenly it will connect like magic!

  -
  What solutions I tried that did not work
  -
  * Using software updater to update my system fully
  * Restarting my laptop
  * Restarting the router
  * Connecting to the wifi with my phone (works fine!) whilst I am struggling 
to connect with my laptop
  * Disabling network manager and re-enabling it
  * Disabling wifi then re-enabling it
  * Disabling wifi and networking and then re-enabling it
  * In Terminal: `sudo service network-manager restart`

  -
  What I am going to try
  -
  * Move fully to WICD (which I have done in the past!) OR delete WICD totally 
and only keep network manager
  * Check to see if my particular card has any known issues with Ubuntu and try 
to solve those
  * I'm open to other suggestions

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-33-generic 3.16.0-33.44~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.7
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Apr 10 20:04:48 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-03-23 (17 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.8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   

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

2015-04-10 Thread Jasdeep Khalsa
apport information

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

Title:
  wifi continually tries to authenticate but fails on Ubuntu 14.04 LTS
  with network manager

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  -
  Summary of my particular setup
  -
  I am using a Lenovo Y50 Laptop which includes the following network 
cards/adaptors (which I checked with `sudo lshw -class network`):

*-network   
 description: Wireless interface
 product: QCA9565 / AR9565 Wireless Network Adapter
 vendor: Qualcomm Atheros
 physical id: 0
 bus info: pci@:08:00.0
 logical name: wlan0
 version: 01
 serial: ac:b5:7d:71:1c:b9
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress bus_master cap_list rom ethernet 
physical wireless
 configuration: broadcast=yes driver=ath9k 
driverversion=3.16.0-33-generic firmware=N/A ip=192.168.0.6 latency=0 link=yes 
multicast=yes wireless=IEEE 802.11bgn
 resources: irq:17 memory:d160-d167 memory:d168-d168

*-network
 description: Ethernet interface
 product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
 vendor: Realtek Semiconductor Co., Ltd.
 physical id: 0
 bus info: pci@:09:00.0
 logical name: eth0
 version: 10
 serial: f0:76:1c:1f:4b:de
 size: 10Mbit/s
 capacity: 1Gbit/s
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet 
physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
 configuration: autonegotiation=on broadcast=yes driver=r8169 
driverversion=2.3LK-NAPI duplex=half firmware=rtl8168g-3_0.0.1 04/23/13 
latency=0 link=no multicast=yes port=MII speed=10Mbit/s
 resources: irq:46 ioport:3000(size=256) memory:d1504000-d1504fff 
memory:d150-d1503fff


  I have read reviews that these adapters are not very good - i.e. they
  are a bit old. They also cannot find 5G wifi networks, only 2G ones.

  The laptop came with Windows 8.1 64 but I installed Ubuntu 14.04 64
  Bit alongside Windows, even though I only boot into my Ubuntu
  partition now.

  Also, I have installed both WICD Network Manager AND Ubuntu's Network
  Manager on my system, but for the purposes of this bug I am only using
  Ubuntu's Network Manager i.e. I am not opening WICD. I am including
  this information in case even installing WICD may be causing a
  conflict.

  -
  The problem
  -
  At work I use Ethernet, so when I plug the cable in in the morning my 
computer connects straight away to the internet through Network Manager!

  When I come home, I use wifi and expect it to connect straight away
  but it keeps saying its authenticating and then does not connect. I
  can see all the 2G wifi networks, but network manager just cannot
  connect to them straight away. Network manager will keep trying for up
  to an hour and then suddenly it will connect like magic!

  -
  What solutions I tried that did not work
  -
  * Using software updater to update my system fully
  * Restarting my laptop
  * Restarting the router
  * Connecting to the wifi with my phone (works fine!) whilst I am struggling 
to connect with my laptop
  * Disabling network manager and re-enabling it
  * Disabling wifi then re-enabling it
  * Disabling wifi and networking and then re-enabling it
  * In Terminal: `sudo service network-manager restart`

  -
  What I am going to try
  -
  * Move fully to WICD (which I have done in the past!) OR delete WICD totally 
and only keep network manager
  * Check to see if my particular card has any known issues with Ubuntu and try 
to solve those
  * I'm open to other suggestions

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-33-generic 3.16.0-33.44~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.7
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Apr 10 20:04:48 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-03-23 (17 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.8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  

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

2015-04-10 Thread Jasdeep Khalsa
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1442781/+attachment/4372052/+files/BootDmesg.txt

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

Title:
  wifi continually tries to authenticate but fails on Ubuntu 14.04 LTS
  with network manager

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  -
  Summary of my particular setup
  -
  I am using a Lenovo Y50 Laptop which includes the following network 
cards/adaptors (which I checked with `sudo lshw -class network`):

*-network   
 description: Wireless interface
 product: QCA9565 / AR9565 Wireless Network Adapter
 vendor: Qualcomm Atheros
 physical id: 0
 bus info: pci@:08:00.0
 logical name: wlan0
 version: 01
 serial: ac:b5:7d:71:1c:b9
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress bus_master cap_list rom ethernet 
physical wireless
 configuration: broadcast=yes driver=ath9k 
driverversion=3.16.0-33-generic firmware=N/A ip=192.168.0.6 latency=0 link=yes 
multicast=yes wireless=IEEE 802.11bgn
 resources: irq:17 memory:d160-d167 memory:d168-d168

*-network
 description: Ethernet interface
 product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
 vendor: Realtek Semiconductor Co., Ltd.
 physical id: 0
 bus info: pci@:09:00.0
 logical name: eth0
 version: 10
 serial: f0:76:1c:1f:4b:de
 size: 10Mbit/s
 capacity: 1Gbit/s
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet 
physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
 configuration: autonegotiation=on broadcast=yes driver=r8169 
driverversion=2.3LK-NAPI duplex=half firmware=rtl8168g-3_0.0.1 04/23/13 
latency=0 link=no multicast=yes port=MII speed=10Mbit/s
 resources: irq:46 ioport:3000(size=256) memory:d1504000-d1504fff 
memory:d150-d1503fff


  I have read reviews that these adapters are not very good - i.e. they
  are a bit old. They also cannot find 5G wifi networks, only 2G ones.

  The laptop came with Windows 8.1 64 but I installed Ubuntu 14.04 64
  Bit alongside Windows, even though I only boot into my Ubuntu
  partition now.

  Also, I have installed both WICD Network Manager AND Ubuntu's Network
  Manager on my system, but for the purposes of this bug I am only using
  Ubuntu's Network Manager i.e. I am not opening WICD. I am including
  this information in case even installing WICD may be causing a
  conflict.

  -
  The problem
  -
  At work I use Ethernet, so when I plug the cable in in the morning my 
computer connects straight away to the internet through Network Manager!

  When I come home, I use wifi and expect it to connect straight away
  but it keeps saying its authenticating and then does not connect. I
  can see all the 2G wifi networks, but network manager just cannot
  connect to them straight away. Network manager will keep trying for up
  to an hour and then suddenly it will connect like magic!

  -
  What solutions I tried that did not work
  -
  * Using software updater to update my system fully
  * Restarting my laptop
  * Restarting the router
  * Connecting to the wifi with my phone (works fine!) whilst I am struggling 
to connect with my laptop
  * Disabling network manager and re-enabling it
  * Disabling wifi then re-enabling it
  * Disabling wifi and networking and then re-enabling it
  * In Terminal: `sudo service network-manager restart`

  -
  What I am going to try
  -
  * Move fully to WICD (which I have done in the past!) OR delete WICD totally 
and only keep network manager
  * Check to see if my particular card has any known issues with Ubuntu and try 
to solve those
  * I'm open to other suggestions

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-33-generic 3.16.0-33.44~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.7
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Apr 10 20:04:48 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-03-23 (17 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.8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  

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

2015-04-10 Thread Jasdeep Khalsa
apport information

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

Title:
  wifi continually tries to authenticate but fails on Ubuntu 14.04 LTS
  with network manager

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  -
  Summary of my particular setup
  -
  I am using a Lenovo Y50 Laptop which includes the following network 
cards/adaptors (which I checked with `sudo lshw -class network`):

*-network   
 description: Wireless interface
 product: QCA9565 / AR9565 Wireless Network Adapter
 vendor: Qualcomm Atheros
 physical id: 0
 bus info: pci@:08:00.0
 logical name: wlan0
 version: 01
 serial: ac:b5:7d:71:1c:b9
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress bus_master cap_list rom ethernet 
physical wireless
 configuration: broadcast=yes driver=ath9k 
driverversion=3.16.0-33-generic firmware=N/A ip=192.168.0.6 latency=0 link=yes 
multicast=yes wireless=IEEE 802.11bgn
 resources: irq:17 memory:d160-d167 memory:d168-d168

*-network
 description: Ethernet interface
 product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
 vendor: Realtek Semiconductor Co., Ltd.
 physical id: 0
 bus info: pci@:09:00.0
 logical name: eth0
 version: 10
 serial: f0:76:1c:1f:4b:de
 size: 10Mbit/s
 capacity: 1Gbit/s
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet 
physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
 configuration: autonegotiation=on broadcast=yes driver=r8169 
driverversion=2.3LK-NAPI duplex=half firmware=rtl8168g-3_0.0.1 04/23/13 
latency=0 link=no multicast=yes port=MII speed=10Mbit/s
 resources: irq:46 ioport:3000(size=256) memory:d1504000-d1504fff 
memory:d150-d1503fff


  I have read reviews that these adapters are not very good - i.e. they
  are a bit old. They also cannot find 5G wifi networks, only 2G ones.

  The laptop came with Windows 8.1 64 but I installed Ubuntu 14.04 64
  Bit alongside Windows, even though I only boot into my Ubuntu
  partition now.

  Also, I have installed both WICD Network Manager AND Ubuntu's Network
  Manager on my system, but for the purposes of this bug I am only using
  Ubuntu's Network Manager i.e. I am not opening WICD. I am including
  this information in case even installing WICD may be causing a
  conflict.

  -
  The problem
  -
  At work I use Ethernet, so when I plug the cable in in the morning my 
computer connects straight away to the internet through Network Manager!

  When I come home, I use wifi and expect it to connect straight away
  but it keeps saying its authenticating and then does not connect. I
  can see all the 2G wifi networks, but network manager just cannot
  connect to them straight away. Network manager will keep trying for up
  to an hour and then suddenly it will connect like magic!

  -
  What solutions I tried that did not work
  -
  * Using software updater to update my system fully
  * Restarting my laptop
  * Restarting the router
  * Connecting to the wifi with my phone (works fine!) whilst I am struggling 
to connect with my laptop
  * Disabling network manager and re-enabling it
  * Disabling wifi then re-enabling it
  * Disabling wifi and networking and then re-enabling it
  * In Terminal: `sudo service network-manager restart`

  -
  What I am going to try
  -
  * Move fully to WICD (which I have done in the past!) OR delete WICD totally 
and only keep network manager
  * Check to see if my particular card has any known issues with Ubuntu and try 
to solve those
  * I'm open to other suggestions

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-33-generic 3.16.0-33.44~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.7
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Apr 10 20:04:48 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-03-23 (17 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.8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   

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

2015-04-10 Thread Jasdeep Khalsa
apport information

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

Title:
  wifi continually tries to authenticate but fails on Ubuntu 14.04 LTS
  with network manager

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  -
  Summary of my particular setup
  -
  I am using a Lenovo Y50 Laptop which includes the following network 
cards/adaptors (which I checked with `sudo lshw -class network`):

*-network   
 description: Wireless interface
 product: QCA9565 / AR9565 Wireless Network Adapter
 vendor: Qualcomm Atheros
 physical id: 0
 bus info: pci@:08:00.0
 logical name: wlan0
 version: 01
 serial: ac:b5:7d:71:1c:b9
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress bus_master cap_list rom ethernet 
physical wireless
 configuration: broadcast=yes driver=ath9k 
driverversion=3.16.0-33-generic firmware=N/A ip=192.168.0.6 latency=0 link=yes 
multicast=yes wireless=IEEE 802.11bgn
 resources: irq:17 memory:d160-d167 memory:d168-d168

*-network
 description: Ethernet interface
 product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
 vendor: Realtek Semiconductor Co., Ltd.
 physical id: 0
 bus info: pci@:09:00.0
 logical name: eth0
 version: 10
 serial: f0:76:1c:1f:4b:de
 size: 10Mbit/s
 capacity: 1Gbit/s
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet 
physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
 configuration: autonegotiation=on broadcast=yes driver=r8169 
driverversion=2.3LK-NAPI duplex=half firmware=rtl8168g-3_0.0.1 04/23/13 
latency=0 link=no multicast=yes port=MII speed=10Mbit/s
 resources: irq:46 ioport:3000(size=256) memory:d1504000-d1504fff 
memory:d150-d1503fff


  I have read reviews that these adapters are not very good - i.e. they
  are a bit old. They also cannot find 5G wifi networks, only 2G ones.

  The laptop came with Windows 8.1 64 but I installed Ubuntu 14.04 64
  Bit alongside Windows, even though I only boot into my Ubuntu
  partition now.

  Also, I have installed both WICD Network Manager AND Ubuntu's Network
  Manager on my system, but for the purposes of this bug I am only using
  Ubuntu's Network Manager i.e. I am not opening WICD. I am including
  this information in case even installing WICD may be causing a
  conflict.

  -
  The problem
  -
  At work I use Ethernet, so when I plug the cable in in the morning my 
computer connects straight away to the internet through Network Manager!

  When I come home, I use wifi and expect it to connect straight away
  but it keeps saying its authenticating and then does not connect. I
  can see all the 2G wifi networks, but network manager just cannot
  connect to them straight away. Network manager will keep trying for up
  to an hour and then suddenly it will connect like magic!

  -
  What solutions I tried that did not work
  -
  * Using software updater to update my system fully
  * Restarting my laptop
  * Restarting the router
  * Connecting to the wifi with my phone (works fine!) whilst I am struggling 
to connect with my laptop
  * Disabling network manager and re-enabling it
  * Disabling wifi then re-enabling it
  * Disabling wifi and networking and then re-enabling it
  * In Terminal: `sudo service network-manager restart`

  -
  What I am going to try
  -
  * Move fully to WICD (which I have done in the past!) OR delete WICD totally 
and only keep network manager
  * Check to see if my particular card has any known issues with Ubuntu and try 
to solve those
  * I'm open to other suggestions

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-33-generic 3.16.0-33.44~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.7
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Apr 10 20:04:48 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-03-23 (17 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.8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  

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

2015-04-10 Thread Jasdeep Khalsa
apport information

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

Title:
  wifi continually tries to authenticate but fails on Ubuntu 14.04 LTS
  with network manager

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  -
  Summary of my particular setup
  -
  I am using a Lenovo Y50 Laptop which includes the following network 
cards/adaptors (which I checked with `sudo lshw -class network`):

*-network   
 description: Wireless interface
 product: QCA9565 / AR9565 Wireless Network Adapter
 vendor: Qualcomm Atheros
 physical id: 0
 bus info: pci@:08:00.0
 logical name: wlan0
 version: 01
 serial: ac:b5:7d:71:1c:b9
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress bus_master cap_list rom ethernet 
physical wireless
 configuration: broadcast=yes driver=ath9k 
driverversion=3.16.0-33-generic firmware=N/A ip=192.168.0.6 latency=0 link=yes 
multicast=yes wireless=IEEE 802.11bgn
 resources: irq:17 memory:d160-d167 memory:d168-d168

*-network
 description: Ethernet interface
 product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
 vendor: Realtek Semiconductor Co., Ltd.
 physical id: 0
 bus info: pci@:09:00.0
 logical name: eth0
 version: 10
 serial: f0:76:1c:1f:4b:de
 size: 10Mbit/s
 capacity: 1Gbit/s
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet 
physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
 configuration: autonegotiation=on broadcast=yes driver=r8169 
driverversion=2.3LK-NAPI duplex=half firmware=rtl8168g-3_0.0.1 04/23/13 
latency=0 link=no multicast=yes port=MII speed=10Mbit/s
 resources: irq:46 ioport:3000(size=256) memory:d1504000-d1504fff 
memory:d150-d1503fff


  I have read reviews that these adapters are not very good - i.e. they
  are a bit old. They also cannot find 5G wifi networks, only 2G ones.

  The laptop came with Windows 8.1 64 but I installed Ubuntu 14.04 64
  Bit alongside Windows, even though I only boot into my Ubuntu
  partition now.

  Also, I have installed both WICD Network Manager AND Ubuntu's Network
  Manager on my system, but for the purposes of this bug I am only using
  Ubuntu's Network Manager i.e. I am not opening WICD. I am including
  this information in case even installing WICD may be causing a
  conflict.

  -
  The problem
  -
  At work I use Ethernet, so when I plug the cable in in the morning my 
computer connects straight away to the internet through Network Manager!

  When I come home, I use wifi and expect it to connect straight away
  but it keeps saying its authenticating and then does not connect. I
  can see all the 2G wifi networks, but network manager just cannot
  connect to them straight away. Network manager will keep trying for up
  to an hour and then suddenly it will connect like magic!

  -
  What solutions I tried that did not work
  -
  * Using software updater to update my system fully
  * Restarting my laptop
  * Restarting the router
  * Connecting to the wifi with my phone (works fine!) whilst I am struggling 
to connect with my laptop
  * Disabling network manager and re-enabling it
  * Disabling wifi then re-enabling it
  * Disabling wifi and networking and then re-enabling it
  * In Terminal: `sudo service network-manager restart`

  -
  What I am going to try
  -
  * Move fully to WICD (which I have done in the past!) OR delete WICD totally 
and only keep network manager
  * Check to see if my particular card has any known issues with Ubuntu and try 
to solve those
  * I'm open to other suggestions

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-33-generic 3.16.0-33.44~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.7
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Apr 10 20:04:48 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-03-23 (17 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.8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jas

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

2015-04-10 Thread Jasdeep Khalsa
apport information

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

Title:
  wifi continually tries to authenticate but fails on Ubuntu 14.04 LTS
  with network manager

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  -
  Summary of my particular setup
  -
  I am using a Lenovo Y50 Laptop which includes the following network 
cards/adaptors (which I checked with `sudo lshw -class network`):

*-network   
 description: Wireless interface
 product: QCA9565 / AR9565 Wireless Network Adapter
 vendor: Qualcomm Atheros
 physical id: 0
 bus info: pci@:08:00.0
 logical name: wlan0
 version: 01
 serial: ac:b5:7d:71:1c:b9
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress bus_master cap_list rom ethernet 
physical wireless
 configuration: broadcast=yes driver=ath9k 
driverversion=3.16.0-33-generic firmware=N/A ip=192.168.0.6 latency=0 link=yes 
multicast=yes wireless=IEEE 802.11bgn
 resources: irq:17 memory:d160-d167 memory:d168-d168

*-network
 description: Ethernet interface
 product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
 vendor: Realtek Semiconductor Co., Ltd.
 physical id: 0
 bus info: pci@:09:00.0
 logical name: eth0
 version: 10
 serial: f0:76:1c:1f:4b:de
 size: 10Mbit/s
 capacity: 1Gbit/s
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet 
physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
 configuration: autonegotiation=on broadcast=yes driver=r8169 
driverversion=2.3LK-NAPI duplex=half firmware=rtl8168g-3_0.0.1 04/23/13 
latency=0 link=no multicast=yes port=MII speed=10Mbit/s
 resources: irq:46 ioport:3000(size=256) memory:d1504000-d1504fff 
memory:d150-d1503fff


  I have read reviews that these adapters are not very good - i.e. they
  are a bit old. They also cannot find 5G wifi networks, only 2G ones.

  The laptop came with Windows 8.1 64 but I installed Ubuntu 14.04 64
  Bit alongside Windows, even though I only boot into my Ubuntu
  partition now.

  Also, I have installed both WICD Network Manager AND Ubuntu's Network
  Manager on my system, but for the purposes of this bug I am only using
  Ubuntu's Network Manager i.e. I am not opening WICD. I am including
  this information in case even installing WICD may be causing a
  conflict.

  -
  The problem
  -
  At work I use Ethernet, so when I plug the cable in in the morning my 
computer connects straight away to the internet through Network Manager!

  When I come home, I use wifi and expect it to connect straight away
  but it keeps saying its authenticating and then does not connect. I
  can see all the 2G wifi networks, but network manager just cannot
  connect to them straight away. Network manager will keep trying for up
  to an hour and then suddenly it will connect like magic!

  -
  What solutions I tried that did not work
  -
  * Using software updater to update my system fully
  * Restarting my laptop
  * Restarting the router
  * Connecting to the wifi with my phone (works fine!) whilst I am struggling 
to connect with my laptop
  * Disabling network manager and re-enabling it
  * Disabling wifi then re-enabling it
  * Disabling wifi and networking and then re-enabling it
  * In Terminal: `sudo service network-manager restart`

  -
  What I am going to try
  -
  * Move fully to WICD (which I have done in the past!) OR delete WICD totally 
and only keep network manager
  * Check to see if my particular card has any known issues with Ubuntu and try 
to solve those
  * I'm open to other suggestions

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-33-generic 3.16.0-33.44~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.7
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Apr 10 20:04:48 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-03-23 (17 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.8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   

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

2015-04-10 Thread Jasdeep Khalsa
apport information

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

Title:
  wifi continually tries to authenticate but fails on Ubuntu 14.04 LTS
  with network manager

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  -
  Summary of my particular setup
  -
  I am using a Lenovo Y50 Laptop which includes the following network 
cards/adaptors (which I checked with `sudo lshw -class network`):

*-network   
 description: Wireless interface
 product: QCA9565 / AR9565 Wireless Network Adapter
 vendor: Qualcomm Atheros
 physical id: 0
 bus info: pci@:08:00.0
 logical name: wlan0
 version: 01
 serial: ac:b5:7d:71:1c:b9
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress bus_master cap_list rom ethernet 
physical wireless
 configuration: broadcast=yes driver=ath9k 
driverversion=3.16.0-33-generic firmware=N/A ip=192.168.0.6 latency=0 link=yes 
multicast=yes wireless=IEEE 802.11bgn
 resources: irq:17 memory:d160-d167 memory:d168-d168

*-network
 description: Ethernet interface
 product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
 vendor: Realtek Semiconductor Co., Ltd.
 physical id: 0
 bus info: pci@:09:00.0
 logical name: eth0
 version: 10
 serial: f0:76:1c:1f:4b:de
 size: 10Mbit/s
 capacity: 1Gbit/s
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet 
physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
 configuration: autonegotiation=on broadcast=yes driver=r8169 
driverversion=2.3LK-NAPI duplex=half firmware=rtl8168g-3_0.0.1 04/23/13 
latency=0 link=no multicast=yes port=MII speed=10Mbit/s
 resources: irq:46 ioport:3000(size=256) memory:d1504000-d1504fff 
memory:d150-d1503fff


  I have read reviews that these adapters are not very good - i.e. they
  are a bit old. They also cannot find 5G wifi networks, only 2G ones.

  The laptop came with Windows 8.1 64 but I installed Ubuntu 14.04 64
  Bit alongside Windows, even though I only boot into my Ubuntu
  partition now.

  Also, I have installed both WICD Network Manager AND Ubuntu's Network
  Manager on my system, but for the purposes of this bug I am only using
  Ubuntu's Network Manager i.e. I am not opening WICD. I am including
  this information in case even installing WICD may be causing a
  conflict.

  -
  The problem
  -
  At work I use Ethernet, so when I plug the cable in in the morning my 
computer connects straight away to the internet through Network Manager!

  When I come home, I use wifi and expect it to connect straight away
  but it keeps saying its authenticating and then does not connect. I
  can see all the 2G wifi networks, but network manager just cannot
  connect to them straight away. Network manager will keep trying for up
  to an hour and then suddenly it will connect like magic!

  -
  What solutions I tried that did not work
  -
  * Using software updater to update my system fully
  * Restarting my laptop
  * Restarting the router
  * Connecting to the wifi with my phone (works fine!) whilst I am struggling 
to connect with my laptop
  * Disabling network manager and re-enabling it
  * Disabling wifi then re-enabling it
  * Disabling wifi and networking and then re-enabling it
  * In Terminal: `sudo service network-manager restart`

  -
  What I am going to try
  -
  * Move fully to WICD (which I have done in the past!) OR delete WICD totally 
and only keep network manager
  * Check to see if my particular card has any known issues with Ubuntu and try 
to solve those
  * I'm open to other suggestions

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-33-generic 3.16.0-33.44~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.7
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Apr 10 20:04:48 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-03-23 (17 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.8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jas

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

2015-04-10 Thread Jasdeep Khalsa
apport information

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

Title:
  wifi continually tries to authenticate but fails on Ubuntu 14.04 LTS
  with network manager

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  -
  Summary of my particular setup
  -
  I am using a Lenovo Y50 Laptop which includes the following network 
cards/adaptors (which I checked with `sudo lshw -class network`):

*-network   
 description: Wireless interface
 product: QCA9565 / AR9565 Wireless Network Adapter
 vendor: Qualcomm Atheros
 physical id: 0
 bus info: pci@:08:00.0
 logical name: wlan0
 version: 01
 serial: ac:b5:7d:71:1c:b9
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress bus_master cap_list rom ethernet 
physical wireless
 configuration: broadcast=yes driver=ath9k 
driverversion=3.16.0-33-generic firmware=N/A ip=192.168.0.6 latency=0 link=yes 
multicast=yes wireless=IEEE 802.11bgn
 resources: irq:17 memory:d160-d167 memory:d168-d168

*-network
 description: Ethernet interface
 product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
 vendor: Realtek Semiconductor Co., Ltd.
 physical id: 0
 bus info: pci@:09:00.0
 logical name: eth0
 version: 10
 serial: f0:76:1c:1f:4b:de
 size: 10Mbit/s
 capacity: 1Gbit/s
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet 
physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
 configuration: autonegotiation=on broadcast=yes driver=r8169 
driverversion=2.3LK-NAPI duplex=half firmware=rtl8168g-3_0.0.1 04/23/13 
latency=0 link=no multicast=yes port=MII speed=10Mbit/s
 resources: irq:46 ioport:3000(size=256) memory:d1504000-d1504fff 
memory:d150-d1503fff


  I have read reviews that these adapters are not very good - i.e. they
  are a bit old. They also cannot find 5G wifi networks, only 2G ones.

  The laptop came with Windows 8.1 64 but I installed Ubuntu 14.04 64
  Bit alongside Windows, even though I only boot into my Ubuntu
  partition now.

  Also, I have installed both WICD Network Manager AND Ubuntu's Network
  Manager on my system, but for the purposes of this bug I am only using
  Ubuntu's Network Manager i.e. I am not opening WICD. I am including
  this information in case even installing WICD may be causing a
  conflict.

  -
  The problem
  -
  At work I use Ethernet, so when I plug the cable in in the morning my 
computer connects straight away to the internet through Network Manager!

  When I come home, I use wifi and expect it to connect straight away
  but it keeps saying its authenticating and then does not connect. I
  can see all the 2G wifi networks, but network manager just cannot
  connect to them straight away. Network manager will keep trying for up
  to an hour and then suddenly it will connect like magic!

  -
  What solutions I tried that did not work
  -
  * Using software updater to update my system fully
  * Restarting my laptop
  * Restarting the router
  * Connecting to the wifi with my phone (works fine!) whilst I am struggling 
to connect with my laptop
  * Disabling network manager and re-enabling it
  * Disabling wifi then re-enabling it
  * Disabling wifi and networking and then re-enabling it
  * In Terminal: `sudo service network-manager restart`

  -
  What I am going to try
  -
  * Move fully to WICD (which I have done in the past!) OR delete WICD totally 
and only keep network manager
  * Check to see if my particular card has any known issues with Ubuntu and try 
to solve those
  * I'm open to other suggestions

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-33-generic 3.16.0-33.44~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.7
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Apr 10 20:04:48 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-03-23 (17 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.8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   

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

2015-04-10 Thread Jasdeep Khalsa
apport information

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

Title:
  wifi continually tries to authenticate but fails on Ubuntu 14.04 LTS
  with network manager

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  -
  Summary of my particular setup
  -
  I am using a Lenovo Y50 Laptop which includes the following network 
cards/adaptors (which I checked with `sudo lshw -class network`):

*-network   
 description: Wireless interface
 product: QCA9565 / AR9565 Wireless Network Adapter
 vendor: Qualcomm Atheros
 physical id: 0
 bus info: pci@:08:00.0
 logical name: wlan0
 version: 01
 serial: ac:b5:7d:71:1c:b9
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress bus_master cap_list rom ethernet 
physical wireless
 configuration: broadcast=yes driver=ath9k 
driverversion=3.16.0-33-generic firmware=N/A ip=192.168.0.6 latency=0 link=yes 
multicast=yes wireless=IEEE 802.11bgn
 resources: irq:17 memory:d160-d167 memory:d168-d168

*-network
 description: Ethernet interface
 product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
 vendor: Realtek Semiconductor Co., Ltd.
 physical id: 0
 bus info: pci@:09:00.0
 logical name: eth0
 version: 10
 serial: f0:76:1c:1f:4b:de
 size: 10Mbit/s
 capacity: 1Gbit/s
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet 
physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
 configuration: autonegotiation=on broadcast=yes driver=r8169 
driverversion=2.3LK-NAPI duplex=half firmware=rtl8168g-3_0.0.1 04/23/13 
latency=0 link=no multicast=yes port=MII speed=10Mbit/s
 resources: irq:46 ioport:3000(size=256) memory:d1504000-d1504fff 
memory:d150-d1503fff


  I have read reviews that these adapters are not very good - i.e. they
  are a bit old. They also cannot find 5G wifi networks, only 2G ones.

  The laptop came with Windows 8.1 64 but I installed Ubuntu 14.04 64
  Bit alongside Windows, even though I only boot into my Ubuntu
  partition now.

  Also, I have installed both WICD Network Manager AND Ubuntu's Network
  Manager on my system, but for the purposes of this bug I am only using
  Ubuntu's Network Manager i.e. I am not opening WICD. I am including
  this information in case even installing WICD may be causing a
  conflict.

  -
  The problem
  -
  At work I use Ethernet, so when I plug the cable in in the morning my 
computer connects straight away to the internet through Network Manager!

  When I come home, I use wifi and expect it to connect straight away
  but it keeps saying its authenticating and then does not connect. I
  can see all the 2G wifi networks, but network manager just cannot
  connect to them straight away. Network manager will keep trying for up
  to an hour and then suddenly it will connect like magic!

  -
  What solutions I tried that did not work
  -
  * Using software updater to update my system fully
  * Restarting my laptop
  * Restarting the router
  * Connecting to the wifi with my phone (works fine!) whilst I am struggling 
to connect with my laptop
  * Disabling network manager and re-enabling it
  * Disabling wifi then re-enabling it
  * Disabling wifi and networking and then re-enabling it
  * In Terminal: `sudo service network-manager restart`

  -
  What I am going to try
  -
  * Move fully to WICD (which I have done in the past!) OR delete WICD totally 
and only keep network manager
  * Check to see if my particular card has any known issues with Ubuntu and try 
to solve those
  * I'm open to other suggestions

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-33-generic 3.16.0-33.44~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.7
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Apr 10 20:04:48 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-03-23 (17 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.8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jas  

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

2015-04-10 Thread Jasdeep Khalsa
apport information

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

Title:
  wifi continually tries to authenticate but fails on Ubuntu 14.04 LTS
  with network manager

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  -
  Summary of my particular setup
  -
  I am using a Lenovo Y50 Laptop which includes the following network 
cards/adaptors (which I checked with `sudo lshw -class network`):

*-network   
 description: Wireless interface
 product: QCA9565 / AR9565 Wireless Network Adapter
 vendor: Qualcomm Atheros
 physical id: 0
 bus info: pci@:08:00.0
 logical name: wlan0
 version: 01
 serial: ac:b5:7d:71:1c:b9
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress bus_master cap_list rom ethernet 
physical wireless
 configuration: broadcast=yes driver=ath9k 
driverversion=3.16.0-33-generic firmware=N/A ip=192.168.0.6 latency=0 link=yes 
multicast=yes wireless=IEEE 802.11bgn
 resources: irq:17 memory:d160-d167 memory:d168-d168

*-network
 description: Ethernet interface
 product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
 vendor: Realtek Semiconductor Co., Ltd.
 physical id: 0
 bus info: pci@:09:00.0
 logical name: eth0
 version: 10
 serial: f0:76:1c:1f:4b:de
 size: 10Mbit/s
 capacity: 1Gbit/s
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet 
physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
 configuration: autonegotiation=on broadcast=yes driver=r8169 
driverversion=2.3LK-NAPI duplex=half firmware=rtl8168g-3_0.0.1 04/23/13 
latency=0 link=no multicast=yes port=MII speed=10Mbit/s
 resources: irq:46 ioport:3000(size=256) memory:d1504000-d1504fff 
memory:d150-d1503fff


  I have read reviews that these adapters are not very good - i.e. they
  are a bit old. They also cannot find 5G wifi networks, only 2G ones.

  The laptop came with Windows 8.1 64 but I installed Ubuntu 14.04 64
  Bit alongside Windows, even though I only boot into my Ubuntu
  partition now.

  Also, I have installed both WICD Network Manager AND Ubuntu's Network
  Manager on my system, but for the purposes of this bug I am only using
  Ubuntu's Network Manager i.e. I am not opening WICD. I am including
  this information in case even installing WICD may be causing a
  conflict.

  -
  The problem
  -
  At work I use Ethernet, so when I plug the cable in in the morning my 
computer connects straight away to the internet through Network Manager!

  When I come home, I use wifi and expect it to connect straight away
  but it keeps saying its authenticating and then does not connect. I
  can see all the 2G wifi networks, but network manager just cannot
  connect to them straight away. Network manager will keep trying for up
  to an hour and then suddenly it will connect like magic!

  -
  What solutions I tried that did not work
  -
  * Using software updater to update my system fully
  * Restarting my laptop
  * Restarting the router
  * Connecting to the wifi with my phone (works fine!) whilst I am struggling 
to connect with my laptop
  * Disabling network manager and re-enabling it
  * Disabling wifi then re-enabling it
  * Disabling wifi and networking and then re-enabling it
  * In Terminal: `sudo service network-manager restart`

  -
  What I am going to try
  -
  * Move fully to WICD (which I have done in the past!) OR delete WICD totally 
and only keep network manager
  * Check to see if my particular card has any known issues with Ubuntu and try 
to solve those
  * I'm open to other suggestions

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-33-generic 3.16.0-33.44~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.7
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Apr 10 20:04:48 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-03-23 (17 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.8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jas

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

2015-04-10 Thread Jasdeep Khalsa
apport information

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

Title:
  wifi continually tries to authenticate but fails on Ubuntu 14.04 LTS
  with network manager

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  -
  Summary of my particular setup
  -
  I am using a Lenovo Y50 Laptop which includes the following network 
cards/adaptors (which I checked with `sudo lshw -class network`):

*-network   
 description: Wireless interface
 product: QCA9565 / AR9565 Wireless Network Adapter
 vendor: Qualcomm Atheros
 physical id: 0
 bus info: pci@:08:00.0
 logical name: wlan0
 version: 01
 serial: ac:b5:7d:71:1c:b9
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress bus_master cap_list rom ethernet 
physical wireless
 configuration: broadcast=yes driver=ath9k 
driverversion=3.16.0-33-generic firmware=N/A ip=192.168.0.6 latency=0 link=yes 
multicast=yes wireless=IEEE 802.11bgn
 resources: irq:17 memory:d160-d167 memory:d168-d168

*-network
 description: Ethernet interface
 product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
 vendor: Realtek Semiconductor Co., Ltd.
 physical id: 0
 bus info: pci@:09:00.0
 logical name: eth0
 version: 10
 serial: f0:76:1c:1f:4b:de
 size: 10Mbit/s
 capacity: 1Gbit/s
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet 
physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
 configuration: autonegotiation=on broadcast=yes driver=r8169 
driverversion=2.3LK-NAPI duplex=half firmware=rtl8168g-3_0.0.1 04/23/13 
latency=0 link=no multicast=yes port=MII speed=10Mbit/s
 resources: irq:46 ioport:3000(size=256) memory:d1504000-d1504fff 
memory:d150-d1503fff


  I have read reviews that these adapters are not very good - i.e. they
  are a bit old. They also cannot find 5G wifi networks, only 2G ones.

  The laptop came with Windows 8.1 64 but I installed Ubuntu 14.04 64
  Bit alongside Windows, even though I only boot into my Ubuntu
  partition now.

  Also, I have installed both WICD Network Manager AND Ubuntu's Network
  Manager on my system, but for the purposes of this bug I am only using
  Ubuntu's Network Manager i.e. I am not opening WICD. I am including
  this information in case even installing WICD may be causing a
  conflict.

  -
  The problem
  -
  At work I use Ethernet, so when I plug the cable in in the morning my 
computer connects straight away to the internet through Network Manager!

  When I come home, I use wifi and expect it to connect straight away
  but it keeps saying its authenticating and then does not connect. I
  can see all the 2G wifi networks, but network manager just cannot
  connect to them straight away. Network manager will keep trying for up
  to an hour and then suddenly it will connect like magic!

  -
  What solutions I tried that did not work
  -
  * Using software updater to update my system fully
  * Restarting my laptop
  * Restarting the router
  * Connecting to the wifi with my phone (works fine!) whilst I am struggling 
to connect with my laptop
  * Disabling network manager and re-enabling it
  * Disabling wifi then re-enabling it
  * Disabling wifi and networking and then re-enabling it
  * In Terminal: `sudo service network-manager restart`

  -
  What I am going to try
  -
  * Move fully to WICD (which I have done in the past!) OR delete WICD totally 
and only keep network manager
  * Check to see if my particular card has any known issues with Ubuntu and try 
to solve those
  * I'm open to other suggestions

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-33-generic 3.16.0-33.44~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.7
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Apr 10 20:04:48 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-03-23 (17 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.8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jas  

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

2015-04-10 Thread Jasdeep Khalsa
apport information

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

Title:
  wifi continually tries to authenticate but fails on Ubuntu 14.04 LTS
  with network manager

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  -
  Summary of my particular setup
  -
  I am using a Lenovo Y50 Laptop which includes the following network 
cards/adaptors (which I checked with `sudo lshw -class network`):

*-network   
 description: Wireless interface
 product: QCA9565 / AR9565 Wireless Network Adapter
 vendor: Qualcomm Atheros
 physical id: 0
 bus info: pci@:08:00.0
 logical name: wlan0
 version: 01
 serial: ac:b5:7d:71:1c:b9
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress bus_master cap_list rom ethernet 
physical wireless
 configuration: broadcast=yes driver=ath9k 
driverversion=3.16.0-33-generic firmware=N/A ip=192.168.0.6 latency=0 link=yes 
multicast=yes wireless=IEEE 802.11bgn
 resources: irq:17 memory:d160-d167 memory:d168-d168

*-network
 description: Ethernet interface
 product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
 vendor: Realtek Semiconductor Co., Ltd.
 physical id: 0
 bus info: pci@:09:00.0
 logical name: eth0
 version: 10
 serial: f0:76:1c:1f:4b:de
 size: 10Mbit/s
 capacity: 1Gbit/s
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet 
physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
 configuration: autonegotiation=on broadcast=yes driver=r8169 
driverversion=2.3LK-NAPI duplex=half firmware=rtl8168g-3_0.0.1 04/23/13 
latency=0 link=no multicast=yes port=MII speed=10Mbit/s
 resources: irq:46 ioport:3000(size=256) memory:d1504000-d1504fff 
memory:d150-d1503fff


  I have read reviews that these adapters are not very good - i.e. they
  are a bit old. They also cannot find 5G wifi networks, only 2G ones.

  The laptop came with Windows 8.1 64 but I installed Ubuntu 14.04 64
  Bit alongside Windows, even though I only boot into my Ubuntu
  partition now.

  Also, I have installed both WICD Network Manager AND Ubuntu's Network
  Manager on my system, but for the purposes of this bug I am only using
  Ubuntu's Network Manager i.e. I am not opening WICD. I am including
  this information in case even installing WICD may be causing a
  conflict.

  -
  The problem
  -
  At work I use Ethernet, so when I plug the cable in in the morning my 
computer connects straight away to the internet through Network Manager!

  When I come home, I use wifi and expect it to connect straight away
  but it keeps saying its authenticating and then does not connect. I
  can see all the 2G wifi networks, but network manager just cannot
  connect to them straight away. Network manager will keep trying for up
  to an hour and then suddenly it will connect like magic!

  -
  What solutions I tried that did not work
  -
  * Using software updater to update my system fully
  * Restarting my laptop
  * Restarting the router
  * Connecting to the wifi with my phone (works fine!) whilst I am struggling 
to connect with my laptop
  * Disabling network manager and re-enabling it
  * Disabling wifi then re-enabling it
  * Disabling wifi and networking and then re-enabling it
  * In Terminal: `sudo service network-manager restart`

  -
  What I am going to try
  -
  * Move fully to WICD (which I have done in the past!) OR delete WICD totally 
and only keep network manager
  * Check to see if my particular card has any known issues with Ubuntu and try 
to solve those
  * I'm open to other suggestions

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-33-generic 3.16.0-33.44~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.7
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Apr 10 20:04:48 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-03-23 (17 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.8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jas   

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

2015-04-10 Thread Jasdeep Khalsa
apport information

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

Title:
  wifi continually tries to authenticate but fails on Ubuntu 14.04 LTS
  with network manager

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  -
  Summary of my particular setup
  -
  I am using a Lenovo Y50 Laptop which includes the following network 
cards/adaptors (which I checked with `sudo lshw -class network`):

*-network   
 description: Wireless interface
 product: QCA9565 / AR9565 Wireless Network Adapter
 vendor: Qualcomm Atheros
 physical id: 0
 bus info: pci@:08:00.0
 logical name: wlan0
 version: 01
 serial: ac:b5:7d:71:1c:b9
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress bus_master cap_list rom ethernet 
physical wireless
 configuration: broadcast=yes driver=ath9k 
driverversion=3.16.0-33-generic firmware=N/A ip=192.168.0.6 latency=0 link=yes 
multicast=yes wireless=IEEE 802.11bgn
 resources: irq:17 memory:d160-d167 memory:d168-d168

*-network
 description: Ethernet interface
 product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
 vendor: Realtek Semiconductor Co., Ltd.
 physical id: 0
 bus info: pci@:09:00.0
 logical name: eth0
 version: 10
 serial: f0:76:1c:1f:4b:de
 size: 10Mbit/s
 capacity: 1Gbit/s
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet 
physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
 configuration: autonegotiation=on broadcast=yes driver=r8169 
driverversion=2.3LK-NAPI duplex=half firmware=rtl8168g-3_0.0.1 04/23/13 
latency=0 link=no multicast=yes port=MII speed=10Mbit/s
 resources: irq:46 ioport:3000(size=256) memory:d1504000-d1504fff 
memory:d150-d1503fff


  I have read reviews that these adapters are not very good - i.e. they
  are a bit old. They also cannot find 5G wifi networks, only 2G ones.

  The laptop came with Windows 8.1 64 but I installed Ubuntu 14.04 64
  Bit alongside Windows, even though I only boot into my Ubuntu
  partition now.

  Also, I have installed both WICD Network Manager AND Ubuntu's Network
  Manager on my system, but for the purposes of this bug I am only using
  Ubuntu's Network Manager i.e. I am not opening WICD. I am including
  this information in case even installing WICD may be causing a
  conflict.

  -
  The problem
  -
  At work I use Ethernet, so when I plug the cable in in the morning my 
computer connects straight away to the internet through Network Manager!

  When I come home, I use wifi and expect it to connect straight away
  but it keeps saying its authenticating and then does not connect. I
  can see all the 2G wifi networks, but network manager just cannot
  connect to them straight away. Network manager will keep trying for up
  to an hour and then suddenly it will connect like magic!

  -
  What solutions I tried that did not work
  -
  * Using software updater to update my system fully
  * Restarting my laptop
  * Restarting the router
  * Connecting to the wifi with my phone (works fine!) whilst I am struggling 
to connect with my laptop
  * Disabling network manager and re-enabling it
  * Disabling wifi then re-enabling it
  * Disabling wifi and networking and then re-enabling it
  * In Terminal: `sudo service network-manager restart`

  -
  What I am going to try
  -
  * Move fully to WICD (which I have done in the past!) OR delete WICD totally 
and only keep network manager
  * Check to see if my particular card has any known issues with Ubuntu and try 
to solve those
  * I'm open to other suggestions

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-33-generic 3.16.0-33.44~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.7
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Apr 10 20:04:48 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-03-23 (17 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.8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jas 

[Kernel-packages] [Bug 1313804] Re: [HP Pavilion dv6-6145eo Entertainment Notebook PC] Laptop display does not turn back on after resuming from suspend

2015-04-10 Thread Adam Conrad
Adding a trusty task, as this seems like a trivial cherrypick for an
SRU.  The kernel team, of course, may decide to override me on this. :P

** Also affects: linux (Ubuntu Trusty)
   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/1313804

Title:
  [HP Pavilion dv6-6145eo Entertainment Notebook PC] Laptop display does
  not turn back on after resuming from suspend

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Trusty:
  New
Status in linux source package in Utopic:
  Fix Committed
Status in linux source package in Vivid:
  Fix Released

Bug description:
  On HP Pavilion dv6 the laptop display does not turn back on when resuming 
from suspend.
  External monitor wakes up just fine and the computer works normally except 
for the build in display which remains black. It should be noted that this is a 
dual graphics laptop  (lspci | grep VGA):
  00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] 
BeaverCreek [Radeon HD 6520G]
  01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] 
Whistler [Radeon HD 6630M/6650M/6750M/7670M/7690M] (rev ff)

  WORKAROUND: Suspending with sudo pm-suspend --quirk-test
  --quirk-s3-bios makes the computer resume normally with fully working
  display.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46 [modified: 
boot/vmlinuz-3.13.0-24-generic]
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  markus 1907 F pulseaudio
   /dev/snd/controlC0:  markus 1907 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Apr 28 18:53:18 2014
  HibernationDevice: RESUME=UUID=ab1af41b-a639-463f-b406-431c8778f79d
  InstallationDate: Installed on 2014-04-27 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: Hewlett-Packard HP Pavilion dv6 Notebook PC
  ProcFB:
   0 radeondrmfb
   1 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=8b0f125d-261b-4d22-939f-546340147d79 ro quiet splash vt.handoff=7
  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
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/13/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.20
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 358D
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 33.18
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.20:bd07/13/2011:svnHewlett-Packard:pnHPPaviliondv6NotebookPC:pvr058F1124461620100:rvnHewlett-Packard:rn358D:rvr33.18:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion dv6 Notebook PC
  dmi.product.version: 058F1124461620100
  dmi.sys.vendor: Hewlett-Packard

  ===
  break-fix: - 66c2b84ba6256bc5399eed45582af9ebb3ba2c15

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1313804/+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 1442165] Re: linux: 3.19.0-13.13 -proposed tracker

2015-04-10 Thread Leann Ogasawara
** Tags removed: block-proposed

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

Title:
  linux: 3.19.0-13.13 -proposed tracker

Status in Kernel Development Workflow:
  In Progress
Status in Kernel Development Workflow package-testing series:
  Confirmed
Status in Kernel Development Workflow prepare-package series:
  Fix Released
Status in Kernel Development Workflow prepare-package-meta series:
  Fix Released
Status in Kernel Development Workflow prepare-package-signed series:
  Fix Released
Status in Kernel Development Workflow promote-to-proposed series:
  Fix Released
Status in Kernel Development Workflow promote-to-release series:
  New
Status in linux package in Ubuntu:
  New
Status in linux source package in Vivid:
  New

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

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-Prepare-package-start:Thursday, 09. April 2015 14:00 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 09. April 2015 15:00 UTC
  proposed-announcement-sent:True
  kernel-Package-testing-start:Friday, 10. April 2015 18:00 UTC
  kernel-phase:Testing
  kernel-phase-changed:Friday, 10. April 2015 18:00 UTC
  kernel-Prepare-package-end:Friday, 10. April 2015 18:00 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-development-workflow/+bug/1442165/+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 1442411] Re: Intel 3160 wireless card no longer able to connect to wifi networks

2015-04-10 Thread Michael Boratko
The wireless card also works in Arch Linux using this kernel:

Linux LenovoY70 3.19.3-3-ARCH #1 SMP PREEMPT Wed Apr 8 14:10:00 CEST
2015 x86_64 GNU/Linux

I've attached the wifi script output from Arch to this

** Attachment added: Wifi Script run on Arch
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1442411/+attachment/4372083/+files/wireless-info-Arch.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/1442411

Title:
  Intel 3160 wireless card no longer able to connect to wifi networks

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Laptop: Lenovo Y70 Touch
  Wireless Card: Intel Corporation Wireless 3160 (rev 93)

  When running Ubuntu Gnome 14.10 (on a live USB drive) I am able to
  connect to wifi networks without any issue. When running Ubuntu Gnome
  15.04 (either on live USB or installed and fully updated) I am able to
  see the list of available wifi networks, but not able to connect.
  Selecting one and entering the password makes the network manager
  applet indicate that it is Connecting... but then it gives up after
  about a minute or so and reverts back to Not Connected. I have
  tested this without network encryption as well, and the same result
  occurs.

  I have ran a wifi debugging script, here is the output:

  For Ubuntu 14.10 - http://pastebin.com/aLUhTyrM
  For Ubuntu 15.04 - http://pastebin.com/f0yRjQUC

  Again, the card seems to work perfectly on 14.10, but is unable to connect to 
any networks on 15.04. I haven't completely narrowed this down to the firmware, 
however that is the most prominent difference (aside from the kernel itself) 
that I notice in the above files (14.10 uses iwlwifi-3160-9.ucode, while 15.04 
uses iwlwifi-3160-10.ucode).
  --- 
  ApportVersion: 2.17-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mboratko   1609 F pulseaudio
   /dev/snd/controlC1:  mboratko   1609 F pulseaudio
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 15.04
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-04-10 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.04 Vivid Vervet - Beta amd64 (20150326)
  MachineType: LENOVO 80DU
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-12-generic.efi.signed 
root=UUID=0fb46cba-f7ac-4bc5-aa7d-5f6aa74636c1 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-12.12-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-12-generic N/A
   linux-backports-modules-3.19.0-12-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-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm bumblebee cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/11/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 9ECN37WW(V2.01)
  dmi.board.asset.tag: 31900058WIN
  dmi.board.name: Lenovo Y70-70 Touch
  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 Y70-70 Touch
  dmi.modalias: 
dmi:bvnLENOVO:bvr9ECN37WW(V2.01):bd02/11/2015:svnLENOVO:pn80DU:pvrLenovoY70-70Touch:rvnLENOVO:rnLenovoY70-70Touch:rvr31900058WIN:cvnLENOVO:ct10:cvrLenovoY70-70Touch:
  dmi.product.name: 80DU
  dmi.product.version: Lenovo Y70-70 Touch
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1442411/+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 1442165] Re: linux: 3.19.0-13.13 -proposed tracker

2015-04-10 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.19.0-13.13

---
linux (3.19.0-13.13) vivid; urgency=low

  [ Andy Whitcroft ]

  * [Packaging] initscripts need installing when making the package
  * [Packaging] initscripts work around bug in debhelper systemd support

  [ Jay Vosburgh ]

  * SAUCE: fan: Proof of concept implementation
- LP: #1439706

  [ Leann Ogasawara ]

  * Release Tracking Bug
- LP: #1442165

  [ Upstream Kernel Changes ]

  * Revert drm: fix mismerge in drm_crtc.c
- LP: #1440270, #1440392
  * e1000e: initial support for i219
- LP: #1400955
  * e1000e: fix obscure comments
- LP: #1400955
  * e1000e: remove calls to ioremap/unmap for NVM addr
- LP: #1400955
  * d-i: Enable usb modules on arm64
  * drm/amdkfd: Initialize only amdkfd's assigned pipelines
  * storvsc: use cmd_size to allocate per-command data
  * storvsc: in responce to a scan event, scan the host
  * storvsc: force discovery of LUNs that may have been removed.
  * storvsc: fix a bug in storvsc limits
  * Drivers: hv: vmbus: Use get_cpu() to get the current CPU
  * Tools: hv: address compiler warnings for hv_fcopy_daemon.c
  * Tools: hv: do not add redundant '/' in hv_start_fcopy()
  * Drivers: hv: hv_balloon: Make adjustments in computing the floor
  * Drivers: hv: hv_balloon: Fix a locking bug in the balloon driver
  * Drivers: hv: hv_balloon: Don't post pressure status from interrupt
context
  * Drivers: hv: vmbus: Implement a clockevent device
  * Drivers: hv: vmbus: Fix a bug in vmbus_establish_gpadl()
  * Drivers: hv: vmbus: Support a vmbus API for efficiently sending page
arrays
  * hv: hv_fcopy: drop the obsolete message on transfer failure
  * Drivers: hv: check vmbus_device_create() return value in
vmbus_process_offer()
  * Drivers: hv: rename sc_lock to the more generic lock
  * Drivers: hv: vmbus: serialize Offer and Rescind offer
  * Drivers: hv: vmbus: hv_process_timer_expiration() can be static
  * hyperv: netvsc.c: match wait_for_completion_timeout return type
  * hyperv: fix sparse warnings
  * powerpc/powernv: Add OPAL soft-poweroff routine
- LP: #1439562
  * drivers/sbus/char/envctrl.c: ignore orderly_poweroff return value
- LP: #1439562
  * kernel/reboot.c: add orderly_reboot for graceful reboot
- LP: #1439562
  * powerpc/powernv: reboot when requested by firmware
- LP: #1439562
  * powerpc/kernel: Make syscall_exit a local label
- LP: #1439562
  * powerpc: Remove old compile time disabled syscall tracing code
- LP: #1439562
  * powerpc: Add a proper syscall for switching endianness
- LP: #1439562
  * powerpc/powernv: Remove opal prefix from pr_xxx()s
- LP: #1439562
  * powerpc/powernv: Separate function for OPAL IRQ setup
- LP: #1439562
  * powerpc/powernv: Add OPAL message notifier unregister function
- LP: #1439562
  * powerpc/powernv: Support OPAL requested heartbeat
- LP: #1439562
  * device: Add dev_of_node() accessor
- LP: #1439562
  * drivers/core/of: Add symlink to device-tree from devices with an OF
node
- LP: #1439562
  * ipv6: Don't reduce hop limit for an interface
- LP: #1441103
- CVE-2015-2922
  * x86/microcode/intel: Guard against stack overflow in the loader
- LP: #1438504
- CVE-2015-2666
  * ASoC: Intel: Store the entry_point read from FW file
  * ASoC: Intel: remove conflicts when load/unload multiple firmware images
  * ASoC: Intel: Always enable DRAM block for FW dump
  * ASoC: Intel: Add stream direction for pcm-module map
  * ASoC: Intel: Split hsw_pcm_data for playback and capture
  * ASoC: Intel: initial stream_hw_id to invalid value
  * drm: Fix deadlock due to getconnector locking changes
- LP: #1440724
  * powerpc/pseries: Little endian fixes for post mobility device tree
update
- LP: #1441856
  * powerpc/pseries: Introduce api_version to migration sysfs interface
- LP: #1441856
  * powerpc/pseries: Simplify check for suspendability during
suspend/migration
- LP: #1441856
  * ALSA: hda/realtek - Support headset mode for ALC286/288
- LP: #1423413
  * ALSA: hda/realtek - Support Dell headset mode for ALC288
- LP: #1423413
 -- Leann Ogasawara leann.ogasaw...@canonical.com   Thu, 09 Apr 2015 07:35:38 
-0700

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

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-2666

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-2922

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

Title:
  linux: 3.19.0-13.13 -proposed tracker

Status in Kernel Development Workflow:
  In Progress
Status in Kernel Development Workflow package-testing series:
  Confirmed
Status in Kernel Development Workflow prepare-package series:
  Fix Released
Status in Kernel Development Workflow prepare-package-meta series:
  Fix Released
Status in Kernel 

[Kernel-packages] [Bug 1440270] Re: regression: backlight can't be adjusted on UX32VD with 3.19.0-12-generic kernel

2015-04-10 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.19.0-13.13

---
linux (3.19.0-13.13) vivid; urgency=low

  [ Andy Whitcroft ]

  * [Packaging] initscripts need installing when making the package
  * [Packaging] initscripts work around bug in debhelper systemd support

  [ Jay Vosburgh ]

  * SAUCE: fan: Proof of concept implementation
- LP: #1439706

  [ Leann Ogasawara ]

  * Release Tracking Bug
- LP: #1442165

  [ Upstream Kernel Changes ]

  * Revert drm: fix mismerge in drm_crtc.c
- LP: #1440270, #1440392
  * e1000e: initial support for i219
- LP: #1400955
  * e1000e: fix obscure comments
- LP: #1400955
  * e1000e: remove calls to ioremap/unmap for NVM addr
- LP: #1400955
  * d-i: Enable usb modules on arm64
  * drm/amdkfd: Initialize only amdkfd's assigned pipelines
  * storvsc: use cmd_size to allocate per-command data
  * storvsc: in responce to a scan event, scan the host
  * storvsc: force discovery of LUNs that may have been removed.
  * storvsc: fix a bug in storvsc limits
  * Drivers: hv: vmbus: Use get_cpu() to get the current CPU
  * Tools: hv: address compiler warnings for hv_fcopy_daemon.c
  * Tools: hv: do not add redundant '/' in hv_start_fcopy()
  * Drivers: hv: hv_balloon: Make adjustments in computing the floor
  * Drivers: hv: hv_balloon: Fix a locking bug in the balloon driver
  * Drivers: hv: hv_balloon: Don't post pressure status from interrupt
context
  * Drivers: hv: vmbus: Implement a clockevent device
  * Drivers: hv: vmbus: Fix a bug in vmbus_establish_gpadl()
  * Drivers: hv: vmbus: Support a vmbus API for efficiently sending page
arrays
  * hv: hv_fcopy: drop the obsolete message on transfer failure
  * Drivers: hv: check vmbus_device_create() return value in
vmbus_process_offer()
  * Drivers: hv: rename sc_lock to the more generic lock
  * Drivers: hv: vmbus: serialize Offer and Rescind offer
  * Drivers: hv: vmbus: hv_process_timer_expiration() can be static
  * hyperv: netvsc.c: match wait_for_completion_timeout return type
  * hyperv: fix sparse warnings
  * powerpc/powernv: Add OPAL soft-poweroff routine
- LP: #1439562
  * drivers/sbus/char/envctrl.c: ignore orderly_poweroff return value
- LP: #1439562
  * kernel/reboot.c: add orderly_reboot for graceful reboot
- LP: #1439562
  * powerpc/powernv: reboot when requested by firmware
- LP: #1439562
  * powerpc/kernel: Make syscall_exit a local label
- LP: #1439562
  * powerpc: Remove old compile time disabled syscall tracing code
- LP: #1439562
  * powerpc: Add a proper syscall for switching endianness
- LP: #1439562
  * powerpc/powernv: Remove opal prefix from pr_xxx()s
- LP: #1439562
  * powerpc/powernv: Separate function for OPAL IRQ setup
- LP: #1439562
  * powerpc/powernv: Add OPAL message notifier unregister function
- LP: #1439562
  * powerpc/powernv: Support OPAL requested heartbeat
- LP: #1439562
  * device: Add dev_of_node() accessor
- LP: #1439562
  * drivers/core/of: Add symlink to device-tree from devices with an OF
node
- LP: #1439562
  * ipv6: Don't reduce hop limit for an interface
- LP: #1441103
- CVE-2015-2922
  * x86/microcode/intel: Guard against stack overflow in the loader
- LP: #1438504
- CVE-2015-2666
  * ASoC: Intel: Store the entry_point read from FW file
  * ASoC: Intel: remove conflicts when load/unload multiple firmware images
  * ASoC: Intel: Always enable DRAM block for FW dump
  * ASoC: Intel: Add stream direction for pcm-module map
  * ASoC: Intel: Split hsw_pcm_data for playback and capture
  * ASoC: Intel: initial stream_hw_id to invalid value
  * drm: Fix deadlock due to getconnector locking changes
- LP: #1440724
  * powerpc/pseries: Little endian fixes for post mobility device tree
update
- LP: #1441856
  * powerpc/pseries: Introduce api_version to migration sysfs interface
- LP: #1441856
  * powerpc/pseries: Simplify check for suspendability during
suspend/migration
- LP: #1441856
  * ALSA: hda/realtek - Support headset mode for ALC286/288
- LP: #1423413
  * ALSA: hda/realtek - Support Dell headset mode for ALC288
- LP: #1423413
 -- Leann Ogasawara leann.ogasaw...@canonical.com   Thu, 09 Apr 2015 07:35:38 
-0700

** Changed in: linux (Ubuntu Vivid)
   Status: In Progress = Fix Released

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-2666

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-2922

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

Title:
  regression: backlight can't be adjusted on UX32VD with
  3.19.0-12-generic kernel

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

Bug description:
  The keyboard buttons are working as I get the on screen notification.
  But it has no effect on the backlight itself.

  I 

[Kernel-packages] [Bug 1441856] Re: ISST-LTE:Ubuntu15.04: After migration of Ubuntu15.04 lpar, RMC connection on HMC will be lost (LPM)(kernel/powerpc-ibm-utils)

2015-04-10 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.19.0-13.13

---
linux (3.19.0-13.13) vivid; urgency=low

  [ Andy Whitcroft ]

  * [Packaging] initscripts need installing when making the package
  * [Packaging] initscripts work around bug in debhelper systemd support

  [ Jay Vosburgh ]

  * SAUCE: fan: Proof of concept implementation
- LP: #1439706

  [ Leann Ogasawara ]

  * Release Tracking Bug
- LP: #1442165

  [ Upstream Kernel Changes ]

  * Revert drm: fix mismerge in drm_crtc.c
- LP: #1440270, #1440392
  * e1000e: initial support for i219
- LP: #1400955
  * e1000e: fix obscure comments
- LP: #1400955
  * e1000e: remove calls to ioremap/unmap for NVM addr
- LP: #1400955
  * d-i: Enable usb modules on arm64
  * drm/amdkfd: Initialize only amdkfd's assigned pipelines
  * storvsc: use cmd_size to allocate per-command data
  * storvsc: in responce to a scan event, scan the host
  * storvsc: force discovery of LUNs that may have been removed.
  * storvsc: fix a bug in storvsc limits
  * Drivers: hv: vmbus: Use get_cpu() to get the current CPU
  * Tools: hv: address compiler warnings for hv_fcopy_daemon.c
  * Tools: hv: do not add redundant '/' in hv_start_fcopy()
  * Drivers: hv: hv_balloon: Make adjustments in computing the floor
  * Drivers: hv: hv_balloon: Fix a locking bug in the balloon driver
  * Drivers: hv: hv_balloon: Don't post pressure status from interrupt
context
  * Drivers: hv: vmbus: Implement a clockevent device
  * Drivers: hv: vmbus: Fix a bug in vmbus_establish_gpadl()
  * Drivers: hv: vmbus: Support a vmbus API for efficiently sending page
arrays
  * hv: hv_fcopy: drop the obsolete message on transfer failure
  * Drivers: hv: check vmbus_device_create() return value in
vmbus_process_offer()
  * Drivers: hv: rename sc_lock to the more generic lock
  * Drivers: hv: vmbus: serialize Offer and Rescind offer
  * Drivers: hv: vmbus: hv_process_timer_expiration() can be static
  * hyperv: netvsc.c: match wait_for_completion_timeout return type
  * hyperv: fix sparse warnings
  * powerpc/powernv: Add OPAL soft-poweroff routine
- LP: #1439562
  * drivers/sbus/char/envctrl.c: ignore orderly_poweroff return value
- LP: #1439562
  * kernel/reboot.c: add orderly_reboot for graceful reboot
- LP: #1439562
  * powerpc/powernv: reboot when requested by firmware
- LP: #1439562
  * powerpc/kernel: Make syscall_exit a local label
- LP: #1439562
  * powerpc: Remove old compile time disabled syscall tracing code
- LP: #1439562
  * powerpc: Add a proper syscall for switching endianness
- LP: #1439562
  * powerpc/powernv: Remove opal prefix from pr_xxx()s
- LP: #1439562
  * powerpc/powernv: Separate function for OPAL IRQ setup
- LP: #1439562
  * powerpc/powernv: Add OPAL message notifier unregister function
- LP: #1439562
  * powerpc/powernv: Support OPAL requested heartbeat
- LP: #1439562
  * device: Add dev_of_node() accessor
- LP: #1439562
  * drivers/core/of: Add symlink to device-tree from devices with an OF
node
- LP: #1439562
  * ipv6: Don't reduce hop limit for an interface
- LP: #1441103
- CVE-2015-2922
  * x86/microcode/intel: Guard against stack overflow in the loader
- LP: #1438504
- CVE-2015-2666
  * ASoC: Intel: Store the entry_point read from FW file
  * ASoC: Intel: remove conflicts when load/unload multiple firmware images
  * ASoC: Intel: Always enable DRAM block for FW dump
  * ASoC: Intel: Add stream direction for pcm-module map
  * ASoC: Intel: Split hsw_pcm_data for playback and capture
  * ASoC: Intel: initial stream_hw_id to invalid value
  * drm: Fix deadlock due to getconnector locking changes
- LP: #1440724
  * powerpc/pseries: Little endian fixes for post mobility device tree
update
- LP: #1441856
  * powerpc/pseries: Introduce api_version to migration sysfs interface
- LP: #1441856
  * powerpc/pseries: Simplify check for suspendability during
suspend/migration
- LP: #1441856
  * ALSA: hda/realtek - Support headset mode for ALC286/288
- LP: #1423413
  * ALSA: hda/realtek - Support Dell headset mode for ALC288
- LP: #1423413
 -- Leann Ogasawara leann.ogasaw...@canonical.com   Thu, 09 Apr 2015 07:35:38 
-0700

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

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-2666

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-2922

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

Title:
  ISST-LTE:Ubuntu15.04: After migration of Ubuntu15.04 lpar, RMC
  connection on HMC will be lost (LPM)(kernel/powerpc-ibm-utils)

Status in linux package in Ubuntu:
  Fix Released
Status in powerpc-ibm-utils package in Ubuntu:
  New

Bug description:
  Defect Description:
  

  For Ubuntu15.04 lpar which has 

[Kernel-packages] [Bug 1423413] Re: [XPS 13 9343, Realtek ALC3263, Mic, Internal] No sound at all

2015-04-10 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.19.0-13.13

---
linux (3.19.0-13.13) vivid; urgency=low

  [ Andy Whitcroft ]

  * [Packaging] initscripts need installing when making the package
  * [Packaging] initscripts work around bug in debhelper systemd support

  [ Jay Vosburgh ]

  * SAUCE: fan: Proof of concept implementation
- LP: #1439706

  [ Leann Ogasawara ]

  * Release Tracking Bug
- LP: #1442165

  [ Upstream Kernel Changes ]

  * Revert drm: fix mismerge in drm_crtc.c
- LP: #1440270, #1440392
  * e1000e: initial support for i219
- LP: #1400955
  * e1000e: fix obscure comments
- LP: #1400955
  * e1000e: remove calls to ioremap/unmap for NVM addr
- LP: #1400955
  * d-i: Enable usb modules on arm64
  * drm/amdkfd: Initialize only amdkfd's assigned pipelines
  * storvsc: use cmd_size to allocate per-command data
  * storvsc: in responce to a scan event, scan the host
  * storvsc: force discovery of LUNs that may have been removed.
  * storvsc: fix a bug in storvsc limits
  * Drivers: hv: vmbus: Use get_cpu() to get the current CPU
  * Tools: hv: address compiler warnings for hv_fcopy_daemon.c
  * Tools: hv: do not add redundant '/' in hv_start_fcopy()
  * Drivers: hv: hv_balloon: Make adjustments in computing the floor
  * Drivers: hv: hv_balloon: Fix a locking bug in the balloon driver
  * Drivers: hv: hv_balloon: Don't post pressure status from interrupt
context
  * Drivers: hv: vmbus: Implement a clockevent device
  * Drivers: hv: vmbus: Fix a bug in vmbus_establish_gpadl()
  * Drivers: hv: vmbus: Support a vmbus API for efficiently sending page
arrays
  * hv: hv_fcopy: drop the obsolete message on transfer failure
  * Drivers: hv: check vmbus_device_create() return value in
vmbus_process_offer()
  * Drivers: hv: rename sc_lock to the more generic lock
  * Drivers: hv: vmbus: serialize Offer and Rescind offer
  * Drivers: hv: vmbus: hv_process_timer_expiration() can be static
  * hyperv: netvsc.c: match wait_for_completion_timeout return type
  * hyperv: fix sparse warnings
  * powerpc/powernv: Add OPAL soft-poweroff routine
- LP: #1439562
  * drivers/sbus/char/envctrl.c: ignore orderly_poweroff return value
- LP: #1439562
  * kernel/reboot.c: add orderly_reboot for graceful reboot
- LP: #1439562
  * powerpc/powernv: reboot when requested by firmware
- LP: #1439562
  * powerpc/kernel: Make syscall_exit a local label
- LP: #1439562
  * powerpc: Remove old compile time disabled syscall tracing code
- LP: #1439562
  * powerpc: Add a proper syscall for switching endianness
- LP: #1439562
  * powerpc/powernv: Remove opal prefix from pr_xxx()s
- LP: #1439562
  * powerpc/powernv: Separate function for OPAL IRQ setup
- LP: #1439562
  * powerpc/powernv: Add OPAL message notifier unregister function
- LP: #1439562
  * powerpc/powernv: Support OPAL requested heartbeat
- LP: #1439562
  * device: Add dev_of_node() accessor
- LP: #1439562
  * drivers/core/of: Add symlink to device-tree from devices with an OF
node
- LP: #1439562
  * ipv6: Don't reduce hop limit for an interface
- LP: #1441103
- CVE-2015-2922
  * x86/microcode/intel: Guard against stack overflow in the loader
- LP: #1438504
- CVE-2015-2666
  * ASoC: Intel: Store the entry_point read from FW file
  * ASoC: Intel: remove conflicts when load/unload multiple firmware images
  * ASoC: Intel: Always enable DRAM block for FW dump
  * ASoC: Intel: Add stream direction for pcm-module map
  * ASoC: Intel: Split hsw_pcm_data for playback and capture
  * ASoC: Intel: initial stream_hw_id to invalid value
  * drm: Fix deadlock due to getconnector locking changes
- LP: #1440724
  * powerpc/pseries: Little endian fixes for post mobility device tree
update
- LP: #1441856
  * powerpc/pseries: Introduce api_version to migration sysfs interface
- LP: #1441856
  * powerpc/pseries: Simplify check for suspendability during
suspend/migration
- LP: #1441856
  * ALSA: hda/realtek - Support headset mode for ALC286/288
- LP: #1423413
  * ALSA: hda/realtek - Support Dell headset mode for ALC288
- LP: #1423413
 -- Leann Ogasawara leann.ogasaw...@canonical.com   Thu, 09 Apr 2015 07:35:38 
-0700

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

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-2666

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-2922

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

Title:
  [XPS 13 9343, Realtek ALC3263, Mic, Internal] No sound at all

Status in Dell Sputnik:
  Fix Committed
Status in linux package in Ubuntu:
  Fix Released

Bug description:
  Note that I am forcing the audio into HDA mode. (It has two modes: HDA
  and I2S.) In HDA mode, audio out works. The mic is known with a
  previous version of ALSA (Sept 3 

[Kernel-packages] [Bug 1440392] Re: kernel 3.19.0-12 breaks HDMI Audio

2015-04-10 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.19.0-13.13

---
linux (3.19.0-13.13) vivid; urgency=low

  [ Andy Whitcroft ]

  * [Packaging] initscripts need installing when making the package
  * [Packaging] initscripts work around bug in debhelper systemd support

  [ Jay Vosburgh ]

  * SAUCE: fan: Proof of concept implementation
- LP: #1439706

  [ Leann Ogasawara ]

  * Release Tracking Bug
- LP: #1442165

  [ Upstream Kernel Changes ]

  * Revert drm: fix mismerge in drm_crtc.c
- LP: #1440270, #1440392
  * e1000e: initial support for i219
- LP: #1400955
  * e1000e: fix obscure comments
- LP: #1400955
  * e1000e: remove calls to ioremap/unmap for NVM addr
- LP: #1400955
  * d-i: Enable usb modules on arm64
  * drm/amdkfd: Initialize only amdkfd's assigned pipelines
  * storvsc: use cmd_size to allocate per-command data
  * storvsc: in responce to a scan event, scan the host
  * storvsc: force discovery of LUNs that may have been removed.
  * storvsc: fix a bug in storvsc limits
  * Drivers: hv: vmbus: Use get_cpu() to get the current CPU
  * Tools: hv: address compiler warnings for hv_fcopy_daemon.c
  * Tools: hv: do not add redundant '/' in hv_start_fcopy()
  * Drivers: hv: hv_balloon: Make adjustments in computing the floor
  * Drivers: hv: hv_balloon: Fix a locking bug in the balloon driver
  * Drivers: hv: hv_balloon: Don't post pressure status from interrupt
context
  * Drivers: hv: vmbus: Implement a clockevent device
  * Drivers: hv: vmbus: Fix a bug in vmbus_establish_gpadl()
  * Drivers: hv: vmbus: Support a vmbus API for efficiently sending page
arrays
  * hv: hv_fcopy: drop the obsolete message on transfer failure
  * Drivers: hv: check vmbus_device_create() return value in
vmbus_process_offer()
  * Drivers: hv: rename sc_lock to the more generic lock
  * Drivers: hv: vmbus: serialize Offer and Rescind offer
  * Drivers: hv: vmbus: hv_process_timer_expiration() can be static
  * hyperv: netvsc.c: match wait_for_completion_timeout return type
  * hyperv: fix sparse warnings
  * powerpc/powernv: Add OPAL soft-poweroff routine
- LP: #1439562
  * drivers/sbus/char/envctrl.c: ignore orderly_poweroff return value
- LP: #1439562
  * kernel/reboot.c: add orderly_reboot for graceful reboot
- LP: #1439562
  * powerpc/powernv: reboot when requested by firmware
- LP: #1439562
  * powerpc/kernel: Make syscall_exit a local label
- LP: #1439562
  * powerpc: Remove old compile time disabled syscall tracing code
- LP: #1439562
  * powerpc: Add a proper syscall for switching endianness
- LP: #1439562
  * powerpc/powernv: Remove opal prefix from pr_xxx()s
- LP: #1439562
  * powerpc/powernv: Separate function for OPAL IRQ setup
- LP: #1439562
  * powerpc/powernv: Add OPAL message notifier unregister function
- LP: #1439562
  * powerpc/powernv: Support OPAL requested heartbeat
- LP: #1439562
  * device: Add dev_of_node() accessor
- LP: #1439562
  * drivers/core/of: Add symlink to device-tree from devices with an OF
node
- LP: #1439562
  * ipv6: Don't reduce hop limit for an interface
- LP: #1441103
- CVE-2015-2922
  * x86/microcode/intel: Guard against stack overflow in the loader
- LP: #1438504
- CVE-2015-2666
  * ASoC: Intel: Store the entry_point read from FW file
  * ASoC: Intel: remove conflicts when load/unload multiple firmware images
  * ASoC: Intel: Always enable DRAM block for FW dump
  * ASoC: Intel: Add stream direction for pcm-module map
  * ASoC: Intel: Split hsw_pcm_data for playback and capture
  * ASoC: Intel: initial stream_hw_id to invalid value
  * drm: Fix deadlock due to getconnector locking changes
- LP: #1440724
  * powerpc/pseries: Little endian fixes for post mobility device tree
update
- LP: #1441856
  * powerpc/pseries: Introduce api_version to migration sysfs interface
- LP: #1441856
  * powerpc/pseries: Simplify check for suspendability during
suspend/migration
- LP: #1441856
  * ALSA: hda/realtek - Support headset mode for ALC286/288
- LP: #1423413
  * ALSA: hda/realtek - Support Dell headset mode for ALC288
- LP: #1423413
 -- Leann Ogasawara leann.ogasaw...@canonical.com   Thu, 09 Apr 2015 07:35:38 
-0700

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

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-2666

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-2922

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

Title:
  kernel 3.19.0-12 breaks HDMI Audio

Status in linux package in Ubuntu:
  Fix Released

Bug description:
  With kernel 3.19.0-12 HDMI audio breaks. If I use the previous kernel
  3.19.0-11 (or any 3.16 older kernel) everything works just fine.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-12-generic 

[Kernel-packages] [Bug 1439562] Re: backport request: include support for OpenPower hardware

2015-04-10 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.19.0-13.13

---
linux (3.19.0-13.13) vivid; urgency=low

  [ Andy Whitcroft ]

  * [Packaging] initscripts need installing when making the package
  * [Packaging] initscripts work around bug in debhelper systemd support

  [ Jay Vosburgh ]

  * SAUCE: fan: Proof of concept implementation
- LP: #1439706

  [ Leann Ogasawara ]

  * Release Tracking Bug
- LP: #1442165

  [ Upstream Kernel Changes ]

  * Revert drm: fix mismerge in drm_crtc.c
- LP: #1440270, #1440392
  * e1000e: initial support for i219
- LP: #1400955
  * e1000e: fix obscure comments
- LP: #1400955
  * e1000e: remove calls to ioremap/unmap for NVM addr
- LP: #1400955
  * d-i: Enable usb modules on arm64
  * drm/amdkfd: Initialize only amdkfd's assigned pipelines
  * storvsc: use cmd_size to allocate per-command data
  * storvsc: in responce to a scan event, scan the host
  * storvsc: force discovery of LUNs that may have been removed.
  * storvsc: fix a bug in storvsc limits
  * Drivers: hv: vmbus: Use get_cpu() to get the current CPU
  * Tools: hv: address compiler warnings for hv_fcopy_daemon.c
  * Tools: hv: do not add redundant '/' in hv_start_fcopy()
  * Drivers: hv: hv_balloon: Make adjustments in computing the floor
  * Drivers: hv: hv_balloon: Fix a locking bug in the balloon driver
  * Drivers: hv: hv_balloon: Don't post pressure status from interrupt
context
  * Drivers: hv: vmbus: Implement a clockevent device
  * Drivers: hv: vmbus: Fix a bug in vmbus_establish_gpadl()
  * Drivers: hv: vmbus: Support a vmbus API for efficiently sending page
arrays
  * hv: hv_fcopy: drop the obsolete message on transfer failure
  * Drivers: hv: check vmbus_device_create() return value in
vmbus_process_offer()
  * Drivers: hv: rename sc_lock to the more generic lock
  * Drivers: hv: vmbus: serialize Offer and Rescind offer
  * Drivers: hv: vmbus: hv_process_timer_expiration() can be static
  * hyperv: netvsc.c: match wait_for_completion_timeout return type
  * hyperv: fix sparse warnings
  * powerpc/powernv: Add OPAL soft-poweroff routine
- LP: #1439562
  * drivers/sbus/char/envctrl.c: ignore orderly_poweroff return value
- LP: #1439562
  * kernel/reboot.c: add orderly_reboot for graceful reboot
- LP: #1439562
  * powerpc/powernv: reboot when requested by firmware
- LP: #1439562
  * powerpc/kernel: Make syscall_exit a local label
- LP: #1439562
  * powerpc: Remove old compile time disabled syscall tracing code
- LP: #1439562
  * powerpc: Add a proper syscall for switching endianness
- LP: #1439562
  * powerpc/powernv: Remove opal prefix from pr_xxx()s
- LP: #1439562
  * powerpc/powernv: Separate function for OPAL IRQ setup
- LP: #1439562
  * powerpc/powernv: Add OPAL message notifier unregister function
- LP: #1439562
  * powerpc/powernv: Support OPAL requested heartbeat
- LP: #1439562
  * device: Add dev_of_node() accessor
- LP: #1439562
  * drivers/core/of: Add symlink to device-tree from devices with an OF
node
- LP: #1439562
  * ipv6: Don't reduce hop limit for an interface
- LP: #1441103
- CVE-2015-2922
  * x86/microcode/intel: Guard against stack overflow in the loader
- LP: #1438504
- CVE-2015-2666
  * ASoC: Intel: Store the entry_point read from FW file
  * ASoC: Intel: remove conflicts when load/unload multiple firmware images
  * ASoC: Intel: Always enable DRAM block for FW dump
  * ASoC: Intel: Add stream direction for pcm-module map
  * ASoC: Intel: Split hsw_pcm_data for playback and capture
  * ASoC: Intel: initial stream_hw_id to invalid value
  * drm: Fix deadlock due to getconnector locking changes
- LP: #1440724
  * powerpc/pseries: Little endian fixes for post mobility device tree
update
- LP: #1441856
  * powerpc/pseries: Introduce api_version to migration sysfs interface
- LP: #1441856
  * powerpc/pseries: Simplify check for suspendability during
suspend/migration
- LP: #1441856
  * ALSA: hda/realtek - Support headset mode for ALC286/288
- LP: #1423413
  * ALSA: hda/realtek - Support Dell headset mode for ALC288
- LP: #1423413
 -- Leann Ogasawara leann.ogasaw...@canonical.com   Thu, 09 Apr 2015 07:35:38 
-0700

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

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-2666

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-2922

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

Title:
  backport request: include support for OpenPower hardware

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

Bug description:
  We've prepared a series of patches (ported to Ubuntu-3.19.0-11.11),
  which add OpenPower support to the Ubuntu kernel.

  The changes are available 

[Kernel-packages] [Bug 1400955] Re: [Feature] Add Jacksonville support in e1000e driver

2015-04-10 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.19.0-13.13

---
linux (3.19.0-13.13) vivid; urgency=low

  [ Andy Whitcroft ]

  * [Packaging] initscripts need installing when making the package
  * [Packaging] initscripts work around bug in debhelper systemd support

  [ Jay Vosburgh ]

  * SAUCE: fan: Proof of concept implementation
- LP: #1439706

  [ Leann Ogasawara ]

  * Release Tracking Bug
- LP: #1442165

  [ Upstream Kernel Changes ]

  * Revert drm: fix mismerge in drm_crtc.c
- LP: #1440270, #1440392
  * e1000e: initial support for i219
- LP: #1400955
  * e1000e: fix obscure comments
- LP: #1400955
  * e1000e: remove calls to ioremap/unmap for NVM addr
- LP: #1400955
  * d-i: Enable usb modules on arm64
  * drm/amdkfd: Initialize only amdkfd's assigned pipelines
  * storvsc: use cmd_size to allocate per-command data
  * storvsc: in responce to a scan event, scan the host
  * storvsc: force discovery of LUNs that may have been removed.
  * storvsc: fix a bug in storvsc limits
  * Drivers: hv: vmbus: Use get_cpu() to get the current CPU
  * Tools: hv: address compiler warnings for hv_fcopy_daemon.c
  * Tools: hv: do not add redundant '/' in hv_start_fcopy()
  * Drivers: hv: hv_balloon: Make adjustments in computing the floor
  * Drivers: hv: hv_balloon: Fix a locking bug in the balloon driver
  * Drivers: hv: hv_balloon: Don't post pressure status from interrupt
context
  * Drivers: hv: vmbus: Implement a clockevent device
  * Drivers: hv: vmbus: Fix a bug in vmbus_establish_gpadl()
  * Drivers: hv: vmbus: Support a vmbus API for efficiently sending page
arrays
  * hv: hv_fcopy: drop the obsolete message on transfer failure
  * Drivers: hv: check vmbus_device_create() return value in
vmbus_process_offer()
  * Drivers: hv: rename sc_lock to the more generic lock
  * Drivers: hv: vmbus: serialize Offer and Rescind offer
  * Drivers: hv: vmbus: hv_process_timer_expiration() can be static
  * hyperv: netvsc.c: match wait_for_completion_timeout return type
  * hyperv: fix sparse warnings
  * powerpc/powernv: Add OPAL soft-poweroff routine
- LP: #1439562
  * drivers/sbus/char/envctrl.c: ignore orderly_poweroff return value
- LP: #1439562
  * kernel/reboot.c: add orderly_reboot for graceful reboot
- LP: #1439562
  * powerpc/powernv: reboot when requested by firmware
- LP: #1439562
  * powerpc/kernel: Make syscall_exit a local label
- LP: #1439562
  * powerpc: Remove old compile time disabled syscall tracing code
- LP: #1439562
  * powerpc: Add a proper syscall for switching endianness
- LP: #1439562
  * powerpc/powernv: Remove opal prefix from pr_xxx()s
- LP: #1439562
  * powerpc/powernv: Separate function for OPAL IRQ setup
- LP: #1439562
  * powerpc/powernv: Add OPAL message notifier unregister function
- LP: #1439562
  * powerpc/powernv: Support OPAL requested heartbeat
- LP: #1439562
  * device: Add dev_of_node() accessor
- LP: #1439562
  * drivers/core/of: Add symlink to device-tree from devices with an OF
node
- LP: #1439562
  * ipv6: Don't reduce hop limit for an interface
- LP: #1441103
- CVE-2015-2922
  * x86/microcode/intel: Guard against stack overflow in the loader
- LP: #1438504
- CVE-2015-2666
  * ASoC: Intel: Store the entry_point read from FW file
  * ASoC: Intel: remove conflicts when load/unload multiple firmware images
  * ASoC: Intel: Always enable DRAM block for FW dump
  * ASoC: Intel: Add stream direction for pcm-module map
  * ASoC: Intel: Split hsw_pcm_data for playback and capture
  * ASoC: Intel: initial stream_hw_id to invalid value
  * drm: Fix deadlock due to getconnector locking changes
- LP: #1440724
  * powerpc/pseries: Little endian fixes for post mobility device tree
update
- LP: #1441856
  * powerpc/pseries: Introduce api_version to migration sysfs interface
- LP: #1441856
  * powerpc/pseries: Simplify check for suspendability during
suspend/migration
- LP: #1441856
  * ALSA: hda/realtek - Support headset mode for ALC286/288
- LP: #1423413
  * ALSA: hda/realtek - Support Dell headset mode for ALC288
- LP: #1423413
 -- Leann Ogasawara leann.ogasaw...@canonical.com   Thu, 09 Apr 2015 07:35:38 
-0700

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

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-2666

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-2922

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

Title:
  [Feature] Add Jacksonville support in e1000e driver

Status in intel:
  New
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Vivid:
  Fix Released

Bug description:
  Jacksonville is the onboard NIC on Skylake client platform. The
  support will be in e1000e driver.

  Upstream status:
  Patches 

[Kernel-packages] [Bug 1441103] Re: CVE-2015-2922

2015-04-10 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.19.0-13.13

---
linux (3.19.0-13.13) vivid; urgency=low

  [ Andy Whitcroft ]

  * [Packaging] initscripts need installing when making the package
  * [Packaging] initscripts work around bug in debhelper systemd support

  [ Jay Vosburgh ]

  * SAUCE: fan: Proof of concept implementation
- LP: #1439706

  [ Leann Ogasawara ]

  * Release Tracking Bug
- LP: #1442165

  [ Upstream Kernel Changes ]

  * Revert drm: fix mismerge in drm_crtc.c
- LP: #1440270, #1440392
  * e1000e: initial support for i219
- LP: #1400955
  * e1000e: fix obscure comments
- LP: #1400955
  * e1000e: remove calls to ioremap/unmap for NVM addr
- LP: #1400955
  * d-i: Enable usb modules on arm64
  * drm/amdkfd: Initialize only amdkfd's assigned pipelines
  * storvsc: use cmd_size to allocate per-command data
  * storvsc: in responce to a scan event, scan the host
  * storvsc: force discovery of LUNs that may have been removed.
  * storvsc: fix a bug in storvsc limits
  * Drivers: hv: vmbus: Use get_cpu() to get the current CPU
  * Tools: hv: address compiler warnings for hv_fcopy_daemon.c
  * Tools: hv: do not add redundant '/' in hv_start_fcopy()
  * Drivers: hv: hv_balloon: Make adjustments in computing the floor
  * Drivers: hv: hv_balloon: Fix a locking bug in the balloon driver
  * Drivers: hv: hv_balloon: Don't post pressure status from interrupt
context
  * Drivers: hv: vmbus: Implement a clockevent device
  * Drivers: hv: vmbus: Fix a bug in vmbus_establish_gpadl()
  * Drivers: hv: vmbus: Support a vmbus API for efficiently sending page
arrays
  * hv: hv_fcopy: drop the obsolete message on transfer failure
  * Drivers: hv: check vmbus_device_create() return value in
vmbus_process_offer()
  * Drivers: hv: rename sc_lock to the more generic lock
  * Drivers: hv: vmbus: serialize Offer and Rescind offer
  * Drivers: hv: vmbus: hv_process_timer_expiration() can be static
  * hyperv: netvsc.c: match wait_for_completion_timeout return type
  * hyperv: fix sparse warnings
  * powerpc/powernv: Add OPAL soft-poweroff routine
- LP: #1439562
  * drivers/sbus/char/envctrl.c: ignore orderly_poweroff return value
- LP: #1439562
  * kernel/reboot.c: add orderly_reboot for graceful reboot
- LP: #1439562
  * powerpc/powernv: reboot when requested by firmware
- LP: #1439562
  * powerpc/kernel: Make syscall_exit a local label
- LP: #1439562
  * powerpc: Remove old compile time disabled syscall tracing code
- LP: #1439562
  * powerpc: Add a proper syscall for switching endianness
- LP: #1439562
  * powerpc/powernv: Remove opal prefix from pr_xxx()s
- LP: #1439562
  * powerpc/powernv: Separate function for OPAL IRQ setup
- LP: #1439562
  * powerpc/powernv: Add OPAL message notifier unregister function
- LP: #1439562
  * powerpc/powernv: Support OPAL requested heartbeat
- LP: #1439562
  * device: Add dev_of_node() accessor
- LP: #1439562
  * drivers/core/of: Add symlink to device-tree from devices with an OF
node
- LP: #1439562
  * ipv6: Don't reduce hop limit for an interface
- LP: #1441103
- CVE-2015-2922
  * x86/microcode/intel: Guard against stack overflow in the loader
- LP: #1438504
- CVE-2015-2666
  * ASoC: Intel: Store the entry_point read from FW file
  * ASoC: Intel: remove conflicts when load/unload multiple firmware images
  * ASoC: Intel: Always enable DRAM block for FW dump
  * ASoC: Intel: Add stream direction for pcm-module map
  * ASoC: Intel: Split hsw_pcm_data for playback and capture
  * ASoC: Intel: initial stream_hw_id to invalid value
  * drm: Fix deadlock due to getconnector locking changes
- LP: #1440724
  * powerpc/pseries: Little endian fixes for post mobility device tree
update
- LP: #1441856
  * powerpc/pseries: Introduce api_version to migration sysfs interface
- LP: #1441856
  * powerpc/pseries: Simplify check for suspendability during
suspend/migration
- LP: #1441856
  * ALSA: hda/realtek - Support headset mode for ALC286/288
- LP: #1423413
  * ALSA: hda/realtek - Support Dell headset mode for ALC288
- LP: #1423413
 -- Leann Ogasawara leann.ogasaw...@canonical.com   Thu, 09 Apr 2015 07:35:38 
-0700

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

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-2666

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

Title:
  CVE-2015-2922

Status in linux package in Ubuntu:
  Fix Released
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 

[Kernel-packages] [Bug 1438504] Re: CVE-2015-2666

2015-04-10 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.19.0-13.13

---
linux (3.19.0-13.13) vivid; urgency=low

  [ Andy Whitcroft ]

  * [Packaging] initscripts need installing when making the package
  * [Packaging] initscripts work around bug in debhelper systemd support

  [ Jay Vosburgh ]

  * SAUCE: fan: Proof of concept implementation
- LP: #1439706

  [ Leann Ogasawara ]

  * Release Tracking Bug
- LP: #1442165

  [ Upstream Kernel Changes ]

  * Revert drm: fix mismerge in drm_crtc.c
- LP: #1440270, #1440392
  * e1000e: initial support for i219
- LP: #1400955
  * e1000e: fix obscure comments
- LP: #1400955
  * e1000e: remove calls to ioremap/unmap for NVM addr
- LP: #1400955
  * d-i: Enable usb modules on arm64
  * drm/amdkfd: Initialize only amdkfd's assigned pipelines
  * storvsc: use cmd_size to allocate per-command data
  * storvsc: in responce to a scan event, scan the host
  * storvsc: force discovery of LUNs that may have been removed.
  * storvsc: fix a bug in storvsc limits
  * Drivers: hv: vmbus: Use get_cpu() to get the current CPU
  * Tools: hv: address compiler warnings for hv_fcopy_daemon.c
  * Tools: hv: do not add redundant '/' in hv_start_fcopy()
  * Drivers: hv: hv_balloon: Make adjustments in computing the floor
  * Drivers: hv: hv_balloon: Fix a locking bug in the balloon driver
  * Drivers: hv: hv_balloon: Don't post pressure status from interrupt
context
  * Drivers: hv: vmbus: Implement a clockevent device
  * Drivers: hv: vmbus: Fix a bug in vmbus_establish_gpadl()
  * Drivers: hv: vmbus: Support a vmbus API for efficiently sending page
arrays
  * hv: hv_fcopy: drop the obsolete message on transfer failure
  * Drivers: hv: check vmbus_device_create() return value in
vmbus_process_offer()
  * Drivers: hv: rename sc_lock to the more generic lock
  * Drivers: hv: vmbus: serialize Offer and Rescind offer
  * Drivers: hv: vmbus: hv_process_timer_expiration() can be static
  * hyperv: netvsc.c: match wait_for_completion_timeout return type
  * hyperv: fix sparse warnings
  * powerpc/powernv: Add OPAL soft-poweroff routine
- LP: #1439562
  * drivers/sbus/char/envctrl.c: ignore orderly_poweroff return value
- LP: #1439562
  * kernel/reboot.c: add orderly_reboot for graceful reboot
- LP: #1439562
  * powerpc/powernv: reboot when requested by firmware
- LP: #1439562
  * powerpc/kernel: Make syscall_exit a local label
- LP: #1439562
  * powerpc: Remove old compile time disabled syscall tracing code
- LP: #1439562
  * powerpc: Add a proper syscall for switching endianness
- LP: #1439562
  * powerpc/powernv: Remove opal prefix from pr_xxx()s
- LP: #1439562
  * powerpc/powernv: Separate function for OPAL IRQ setup
- LP: #1439562
  * powerpc/powernv: Add OPAL message notifier unregister function
- LP: #1439562
  * powerpc/powernv: Support OPAL requested heartbeat
- LP: #1439562
  * device: Add dev_of_node() accessor
- LP: #1439562
  * drivers/core/of: Add symlink to device-tree from devices with an OF
node
- LP: #1439562
  * ipv6: Don't reduce hop limit for an interface
- LP: #1441103
- CVE-2015-2922
  * x86/microcode/intel: Guard against stack overflow in the loader
- LP: #1438504
- CVE-2015-2666
  * ASoC: Intel: Store the entry_point read from FW file
  * ASoC: Intel: remove conflicts when load/unload multiple firmware images
  * ASoC: Intel: Always enable DRAM block for FW dump
  * ASoC: Intel: Add stream direction for pcm-module map
  * ASoC: Intel: Split hsw_pcm_data for playback and capture
  * ASoC: Intel: initial stream_hw_id to invalid value
  * drm: Fix deadlock due to getconnector locking changes
- LP: #1440724
  * powerpc/pseries: Little endian fixes for post mobility device tree
update
- LP: #1441856
  * powerpc/pseries: Introduce api_version to migration sysfs interface
- LP: #1441856
  * powerpc/pseries: Simplify check for suspendability during
suspend/migration
- LP: #1441856
  * ALSA: hda/realtek - Support headset mode for ALC286/288
- LP: #1423413
  * ALSA: hda/realtek - Support Dell headset mode for ALC288
- LP: #1423413
 -- Leann Ogasawara leann.ogasaw...@canonical.com   Thu, 09 Apr 2015 07:35:38 
-0700

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

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-2922

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

Title:
  CVE-2015-2666

Status in linux package in Ubuntu:
  Fix Released
Status in linux-armadaxp package in Ubuntu:
  Invalid
Status in linux-ec2 package in Ubuntu:
  Invalid
Status in linux-flo package in Ubuntu:
  Invalid
Status in linux-fsl-imx51 package in Ubuntu:
  Invalid
Status in linux-goldfish package in Ubuntu:
  Invalid
Status in linux-lts-backport-maverick package in Ubuntu:
  New
Status in 

[Kernel-packages] [Bug 1440724] Re: linux-image 3.19.0.12.11 will not boot - Intel mobile 965 chipset

2015-04-10 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.19.0-13.13

---
linux (3.19.0-13.13) vivid; urgency=low

  [ Andy Whitcroft ]

  * [Packaging] initscripts need installing when making the package
  * [Packaging] initscripts work around bug in debhelper systemd support

  [ Jay Vosburgh ]

  * SAUCE: fan: Proof of concept implementation
- LP: #1439706

  [ Leann Ogasawara ]

  * Release Tracking Bug
- LP: #1442165

  [ Upstream Kernel Changes ]

  * Revert drm: fix mismerge in drm_crtc.c
- LP: #1440270, #1440392
  * e1000e: initial support for i219
- LP: #1400955
  * e1000e: fix obscure comments
- LP: #1400955
  * e1000e: remove calls to ioremap/unmap for NVM addr
- LP: #1400955
  * d-i: Enable usb modules on arm64
  * drm/amdkfd: Initialize only amdkfd's assigned pipelines
  * storvsc: use cmd_size to allocate per-command data
  * storvsc: in responce to a scan event, scan the host
  * storvsc: force discovery of LUNs that may have been removed.
  * storvsc: fix a bug in storvsc limits
  * Drivers: hv: vmbus: Use get_cpu() to get the current CPU
  * Tools: hv: address compiler warnings for hv_fcopy_daemon.c
  * Tools: hv: do not add redundant '/' in hv_start_fcopy()
  * Drivers: hv: hv_balloon: Make adjustments in computing the floor
  * Drivers: hv: hv_balloon: Fix a locking bug in the balloon driver
  * Drivers: hv: hv_balloon: Don't post pressure status from interrupt
context
  * Drivers: hv: vmbus: Implement a clockevent device
  * Drivers: hv: vmbus: Fix a bug in vmbus_establish_gpadl()
  * Drivers: hv: vmbus: Support a vmbus API for efficiently sending page
arrays
  * hv: hv_fcopy: drop the obsolete message on transfer failure
  * Drivers: hv: check vmbus_device_create() return value in
vmbus_process_offer()
  * Drivers: hv: rename sc_lock to the more generic lock
  * Drivers: hv: vmbus: serialize Offer and Rescind offer
  * Drivers: hv: vmbus: hv_process_timer_expiration() can be static
  * hyperv: netvsc.c: match wait_for_completion_timeout return type
  * hyperv: fix sparse warnings
  * powerpc/powernv: Add OPAL soft-poweroff routine
- LP: #1439562
  * drivers/sbus/char/envctrl.c: ignore orderly_poweroff return value
- LP: #1439562
  * kernel/reboot.c: add orderly_reboot for graceful reboot
- LP: #1439562
  * powerpc/powernv: reboot when requested by firmware
- LP: #1439562
  * powerpc/kernel: Make syscall_exit a local label
- LP: #1439562
  * powerpc: Remove old compile time disabled syscall tracing code
- LP: #1439562
  * powerpc: Add a proper syscall for switching endianness
- LP: #1439562
  * powerpc/powernv: Remove opal prefix from pr_xxx()s
- LP: #1439562
  * powerpc/powernv: Separate function for OPAL IRQ setup
- LP: #1439562
  * powerpc/powernv: Add OPAL message notifier unregister function
- LP: #1439562
  * powerpc/powernv: Support OPAL requested heartbeat
- LP: #1439562
  * device: Add dev_of_node() accessor
- LP: #1439562
  * drivers/core/of: Add symlink to device-tree from devices with an OF
node
- LP: #1439562
  * ipv6: Don't reduce hop limit for an interface
- LP: #1441103
- CVE-2015-2922
  * x86/microcode/intel: Guard against stack overflow in the loader
- LP: #1438504
- CVE-2015-2666
  * ASoC: Intel: Store the entry_point read from FW file
  * ASoC: Intel: remove conflicts when load/unload multiple firmware images
  * ASoC: Intel: Always enable DRAM block for FW dump
  * ASoC: Intel: Add stream direction for pcm-module map
  * ASoC: Intel: Split hsw_pcm_data for playback and capture
  * ASoC: Intel: initial stream_hw_id to invalid value
  * drm: Fix deadlock due to getconnector locking changes
- LP: #1440724
  * powerpc/pseries: Little endian fixes for post mobility device tree
update
- LP: #1441856
  * powerpc/pseries: Introduce api_version to migration sysfs interface
- LP: #1441856
  * powerpc/pseries: Simplify check for suspendability during
suspend/migration
- LP: #1441856
  * ALSA: hda/realtek - Support headset mode for ALC286/288
- LP: #1423413
  * ALSA: hda/realtek - Support Dell headset mode for ALC288
- LP: #1423413
 -- Leann Ogasawara leann.ogasaw...@canonical.com   Thu, 09 Apr 2015 07:35:38 
-0700

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

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-2666

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-2922

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

Title:
  linux-image 3.19.0.12.11 will not boot - Intel mobile 965 chipset

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

Bug description:
  the recent Vivid linux meta package upgrade of 3.19.0.12.11 caused my
  Dell Latitude D630 to stop booting.  The boot continues to starting

[Kernel-packages] [Bug 1298611] Re: [FFe] apparmor signal and ptrace mediation

2015-04-10 Thread Ken Sharp
Did these changes end up in Precise? I see no sensible way to tell
AppArmor to allow a ptrace. The parser is totally confused by 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/1298611

Title:
  [FFe] apparmor signal and ptrace mediation

Status in apparmor package in Ubuntu:
  Fix Released
Status in apparmor-easyprof-ubuntu package in Ubuntu:
  Fix Released
Status in libvirt package in Ubuntu:
  Fix Released
Status in lightdm package in Ubuntu:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in lxc package in Ubuntu:
  Fix Released

Bug description:
  Background: kernel and apparmor userspace updates to support signal
  and ptrace mediation. These packages are listed in one bug because
  they are related, but the FFes may be granted and the uploads may
  happen at different times.

  = linux =
  Summary:
  This feature freeze exception is requested for signal and ptrace mediation 
via apparmor in the kernel. When used with a compatible apparmor userspace, 
signals and ptrace rules are supported. When used without a compatible apparmor 
userspace (eg, on a precise system with a trusty backport kernel), signal and 
ptrace mediation is not enforced (ie, you can use this kernel with an old 
userspace without any issues).

  The fine grained mediation of signals and ptraces also incorporates improved
  versioning support that allows this kernel to better support older and newer
  userspaces. This allows for this version of the kernel to work as a backport
  kernel unmodified (currently a patch and config are used to provide backport
  kernels).

  The kernel patch is available at git://kernel.ubuntu.com/jj/ubuntu-trusty.git
  in the trusty-alpha6 branch apparmor-alpha6-sync

  Testing:
  * 12.04 system with backported kernel: DONE
   * test-apparmor.py: PASS (runs extensive tests (upstream and distro))
   * exploratory manual testing: PASS (networking, aa-enforce with firefox, 
firefox works, apparmor blocks access, etc)
   * aa-status: PASS
   * lxc: PASS (containers can be created, started, shutdown)
   * libvirt: PASS (VMs started via openstack, and test-libvirt.py from QRT 
passes all tests)
  * 14.04 system (non-Touch) with current apparmor userspace: DONE (relevant 
parts of https://wiki.ubuntu.com/Process/Merges/TestPlans/AppArmor)
   * test-apparmor.py: PASS (runs extensive tests (upstream and distro))
   * exploratory manual testing: PASS (networking, aa-enforce with firefox, 
firefox works, apparmor blocks access, etc)
   * aa-status: PASS
   * lxc: PASS (containers can be created, started, shutdown)
   * libvirt: PASS (QRT/script/test-libvirt.py (though there are 3 failures 
unrelated to apparmor))
   * click-apparmor QRT touch image tests: PASS
   * apparmor-easyprof-ubuntu QRT touch image tests: PASS
  * 14.04 system (non-Touch) with updated apparmor userspace capable of 
supporting signal and ptrace mediation: DONE (relevant parts of 
https://wiki.ubuntu.com/Process/Merges/TestPlans/AppArmor. Note: this is marked 
'done' from the kernel perspective-- the apparmor userspace upload is being 
prepared and tests assume userspace is using latest patches on the list)
   * test-apparmor.py: PASS (runs extensive tests (upstream and distro))
   * exploratory manual testing: PASS (networking, aa-enforce with firefox, 
firefox works, apparmor blocks access, etc)
   * aa-status: PASS
   * lxc: PASS (containers can be created, started, shutdown)
   * libvirt: PASS (QRT/script/test-libvirt.py (though there are 3 failures 
unrelated to apparmor))
   * click-apparmor QRT touch image tests: PASS
   * apparmor-easyprof-ubuntu QRT touch image tests: PASS

  Justification:
  This feature is required to support comprehensive application confinement on 
Ubuntu Touch. This feature adds a significant security benefit to libvirt's 
qemu guest isolation which is fundamental to Ubuntu on Server/Cloud. This 
feature also adds a welcome improvement to administrators wishing to further 
protect their systems.

  = apparmor userspace =
  Summary:
  This feature freeze exception is requested for signal and ptrace mediation 
for apparmor userspace. When used with a compatible kernel, signals and ptrace 
rules are supported. When used without a compatible kernel (eg, on Ubuntu Touch 
for a few weeks or with upstream kernels), signal and ptrace rules are skipped 
(ie, you can use this userspace with other kernels without issue).

  Testing:
  * 14.04 system with current kernel (Touch, kernel doesn't have signal and 
ptrace mediation yet):
   * https://wiki.ubuntu.com/Process/Merges/TestPlans/AppArmor: PASS (includes 
click-apparmor, apparmor-easyprof-ubuntu, exploratory manual testing, etc)
  * 14.04 system with previous kernel lacking signal and ptrace mediation 
(non-Touch):
   * https://wiki.ubuntu.com/Process/Merges/TestPlans/AppArmor: PASS 
(exploratory manual testing, lxc, libvirt (3 

[Kernel-packages] [Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2015-04-10 Thread Mark Mandel
@Pilot6 - Nice one! I tried for ages to make this a DKMS module. I will
take this for a spin, and let you know how it goes.

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

Title:
  Touchpad detected as mouse on Asus ux303ln laptop

Status in linux package in Ubuntu:
  Fix Released
Status in linux package in Arch Linux:
  New

Bug description:
  Hi! I'm following the bug reporting documentation here:

  
https://wiki.ubuntu.com/DebuggingTouchpadDetection#In_case_Touchpad_features_like_scrolling.2C_tapping.2C_etc._do_not_work_at_all.

  The touchpad on my new Asus ux303ln laptop is detected as a mouse, so
  I can't access touchpad features such as two-finger scrolling.

  The laptop was very recently released and I couldn't find any
  outstanding firmware updates for it through Asus's Windows-based
  tools.

  % lsb_release -rd
  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04

  Per the instructions on the wiki, I'm attaching output from
  /proc/bus/input/devices,` xinput --list`, and /var/log/Xorg.0.log.

  This machine also has a touchscreen, which I'm fairly certain is the
  maXtouch digitizer visible in the logs. I haven't yet restarted in
  Windows to see if it says anything useful about the touchpad, but I
  can do so if that's helpful. This is a fresh install of 14.04 and I
  haven't done much customization of it apart from installing some
  applications and changing the default resolution.

  The only relevant bit I noticed in /var/log/dmesg is this:

  [3.967547] input: PS/2 Logitech Wheel Mouse as
  /devices/platform/i8042/serio4/input/input11

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-35-generic 3.13.0-35.62
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  Uname: Linux 3.13.0-35-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tim2234 F pulseaudio
   /dev/snd/controlC1:  tim2234 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Sep 22 14:30:33 2014
  HibernationDevice: RESUME=UUID=e6052f15-271a-4424-aac2-9b0ee1e490ed
  InstallationDate: Installed on 2014-09-22 (0 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 03eb:8a32 Atmel Corp. 
   Bus 001 Device 002: ID 064e:9700 Suyin Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. UX303LN
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic.efi.signed 
root=UUID=4f908b1b-e06f-4dc9-9642-e952d2598e42 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-35-generic N/A
   linux-backports-modules-3.13.0-35-generic  N/A
   linux-firmware 1.127.6
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/23/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX303LN.203
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX303LN
  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.:bvrUX303LN.203:bd06/23/2014:svnASUSTeKCOMPUTERINC.:pnUX303LN:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX303LN:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX303LN
  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/1372609/+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 1442311] Re: Ubuntu 14.04 blank screen after wakeup from sleep

2015-04-10 Thread jose
Can you try installing linux-image-3.16.0-34-generic from the -proposed repo?
If that works, this is probably the same bug I had, which has already been 
patched upstream and in -proposed (but, AFAIK, still not mainlined in ubuntu, 
except for Vivid): https://bugs.freedesktop.org/show_bug.cgi?id=42960#c57
Could be related: 
https://bugs.launchpad.net/ubuntu/utopic/+source/linux/+bug/1313804 and 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1093644
Do NOT use the workaround mentioned there, just install the newer kernel image.

** Bug watch added: freedesktop.org Bugzilla #42960
   https://bugs.freedesktop.org/show_bug.cgi?id=42960

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

Title:
  Ubuntu 14.04 blank screen after wakeup from sleep

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Possibly related to bug 1283938 . I have disabled lock screen on
  suspend to try and get around the bug but it obviously hasn't worked.

  I see a completely black screen with a working mouse cursor.  Used
  Ctrl-Alt-F2 to login at a text terminal and tried to kill gnome-
  settings-daemon and gnome-shell (doing so has randomly made it work in
  the past).  The gnome-shell process would not kill and I got segfault
  dmesg errors which are attached.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gnome-shell 3.10.4-0ubuntu5.2
  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
  CurrentDesktop: GNOME
  Date: Thu Apr  9 14:31:20 2015
  DisplayManager: gdm
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-05-24 (319 days ago)
  InstallationMedia: Ubuntu 12.04.4 LTS Precise Pangolin - Release amd64+mac 
(20140204)
  SourcePackage: gnome-shell
  UpgradeStatus: Upgraded to trusty on 2014-09-21 (200 days ago)
  --- 
  ApportVersion: 2.14.1-0ubuntu3.8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  kbogert2487 F pulseaudio
   /dev/snd/controlC1:  kbogert2487 F pulseaudio
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 14.04
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=41830e03-5386-43ed-88b8-1c77dd33df98
  InstallationDate: Installed on 2014-05-24 (320 days ago)
  InstallationMedia: Ubuntu 12.04.4 LTS Precise Pangolin - Release amd64+mac 
(20140204)
  MachineType: Dell Inc. Studio XPS 1640
  Package: linux (not installed)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-33-generic 
root=UUID=7ba9d8c6-141e-415a-aae4-fb57486d6148 ro quiet splash radeon.audio=1 
noautogroup vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-33.44~14.04.1-generic 3.16.7-ckt7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-33-generic N/A
   linux-backports-modules-3.16.0-33-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-33-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-09-21 (201 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo video
  _MarkForUpload: True
  dmi.bios.date: 04/09/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A15
  dmi.board.name: 0U785D
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A15
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A15
  dmi.modalias: 
dmi:bvnDellInc.:bvrA15:bd04/09/2011:svnDellInc.:pnStudioXPS1640:pvrA153:rvnDellInc.:rn0U785D:rvrA15:cvnDellInc.:ct8:cvrA15:
  dmi.product.name: Studio XPS 1640
  dmi.product.version: A153
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1442311/+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 1442311] Re: Ubuntu 14.04 blank screen after wakeup from sleep

2015-04-10 Thread jose
Nevermind my previous comment, I doubt it's the same bug...

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

Title:
  Ubuntu 14.04 blank screen after wakeup from sleep

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Possibly related to bug 1283938 . I have disabled lock screen on
  suspend to try and get around the bug but it obviously hasn't worked.

  I see a completely black screen with a working mouse cursor.  Used
  Ctrl-Alt-F2 to login at a text terminal and tried to kill gnome-
  settings-daemon and gnome-shell (doing so has randomly made it work in
  the past).  The gnome-shell process would not kill and I got segfault
  dmesg errors which are attached.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gnome-shell 3.10.4-0ubuntu5.2
  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
  CurrentDesktop: GNOME
  Date: Thu Apr  9 14:31:20 2015
  DisplayManager: gdm
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-05-24 (319 days ago)
  InstallationMedia: Ubuntu 12.04.4 LTS Precise Pangolin - Release amd64+mac 
(20140204)
  SourcePackage: gnome-shell
  UpgradeStatus: Upgraded to trusty on 2014-09-21 (200 days ago)
  --- 
  ApportVersion: 2.14.1-0ubuntu3.8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  kbogert2487 F pulseaudio
   /dev/snd/controlC1:  kbogert2487 F pulseaudio
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 14.04
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=41830e03-5386-43ed-88b8-1c77dd33df98
  InstallationDate: Installed on 2014-05-24 (320 days ago)
  InstallationMedia: Ubuntu 12.04.4 LTS Precise Pangolin - Release amd64+mac 
(20140204)
  MachineType: Dell Inc. Studio XPS 1640
  Package: linux (not installed)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-33-generic 
root=UUID=7ba9d8c6-141e-415a-aae4-fb57486d6148 ro quiet splash radeon.audio=1 
noautogroup vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-33.44~14.04.1-generic 3.16.7-ckt7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-33-generic N/A
   linux-backports-modules-3.16.0-33-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-33-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-09-21 (201 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo video
  _MarkForUpload: True
  dmi.bios.date: 04/09/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A15
  dmi.board.name: 0U785D
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A15
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A15
  dmi.modalias: 
dmi:bvnDellInc.:bvrA15:bd04/09/2011:svnDellInc.:pnStudioXPS1640:pvrA153:rvnDellInc.:rn0U785D:rvrA15:cvnDellInc.:ct8:cvrA15:
  dmi.product.name: Studio XPS 1640
  dmi.product.version: A153
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1442311/+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 1442841] [NEW] package linux-headers-3.16.0-34 (not installed) failed to install/upgrade: cannot copy extracted data for './usr/src/linux-headers-3.16.0-34/include/linux/traceho

2015-04-10 Thread Simon
Public bug reported:

Problems detected several times during software update in past few days
til now, I am not sure what packages being installed in my system, and
sometimes my desktop is frozen and interrupted during installation or
programming.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: linux-headers-3.16.0-34 (not installed)
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: Fri Apr 10 19:38:17 2015
DuplicateSignature: package:linux-headers-3.16.0-34:(not installed):cannot copy 
extracted data for 
'./usr/src/linux-headers-3.16.0-34/include/linux/tracehook.h' to 
'/usr/src/linux-headers-3.16.0-34/include/linux/tracehook.h.dpkg-new': 
unexpected end of file or stream
ErrorMessage: cannot copy extracted data for 
'./usr/src/linux-headers-3.16.0-34/include/linux/tracehook.h' to 
'/usr/src/linux-headers-3.16.0-34/include/linux/tracehook.h.dpkg-new': 
unexpected end of file or stream
InstallationDate: Installed on 2015-03-16 (26 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 (20150218.1)
SourcePackage: linux-lts-utopic
Title: package linux-headers-3.16.0-34 (not installed) failed to 
install/upgrade: cannot copy extracted data for 
'./usr/src/linux-headers-3.16.0-34/include/linux/tracehook.h' to 
'/usr/src/linux-headers-3.16.0-34/include/linux/tracehook.h.dpkg-new': 
unexpected end of file or stream
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package trusty

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

Title:
  package linux-headers-3.16.0-34 (not installed) failed to
  install/upgrade: cannot copy extracted data for './usr/src/linux-
  headers-3.16.0-34/include/linux/tracehook.h' to '/usr/src/linux-
  headers-3.16.0-34/include/linux/tracehook.h.dpkg-new': unexpected end
  of file or stream

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

Bug description:
  Problems detected several times during software update in past few
  days til now, I am not sure what packages being installed in my
  system, and sometimes my desktop is frozen and interrupted during
  installation or programming.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: linux-headers-3.16.0-34 (not installed)
  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: Fri Apr 10 19:38:17 2015
  DuplicateSignature: package:linux-headers-3.16.0-34:(not installed):cannot 
copy extracted data for 
'./usr/src/linux-headers-3.16.0-34/include/linux/tracehook.h' to 
'/usr/src/linux-headers-3.16.0-34/include/linux/tracehook.h.dpkg-new': 
unexpected end of file or stream
  ErrorMessage: cannot copy extracted data for 
'./usr/src/linux-headers-3.16.0-34/include/linux/tracehook.h' to 
'/usr/src/linux-headers-3.16.0-34/include/linux/tracehook.h.dpkg-new': 
unexpected end of file or stream
  InstallationDate: Installed on 2015-03-16 (26 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 
(20150218.1)
  SourcePackage: linux-lts-utopic
  Title: package linux-headers-3.16.0-34 (not installed) failed to 
install/upgrade: cannot copy extracted data for 
'./usr/src/linux-headers-3.16.0-34/include/linux/tracehook.h' to 
'/usr/src/linux-headers-3.16.0-34/include/linux/tracehook.h.dpkg-new': 
unexpected end of file or stream
  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/1442841/+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 1442841] Re: package linux-headers-3.16.0-34 (not installed) failed to install/upgrade: cannot copy extracted data for './usr/src/linux-headers-3.16.0-34/include/linux/tracehook

2015-04-10 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/1442841

Title:
  package linux-headers-3.16.0-34 (not installed) failed to
  install/upgrade: cannot copy extracted data for './usr/src/linux-
  headers-3.16.0-34/include/linux/tracehook.h' to '/usr/src/linux-
  headers-3.16.0-34/include/linux/tracehook.h.dpkg-new': unexpected end
  of file or stream

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

Bug description:
  Problems detected several times during software update in past few
  days til now, I am not sure what packages being installed in my
  system, and sometimes my desktop is frozen and interrupted during
  installation or programming.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: linux-headers-3.16.0-34 (not installed)
  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: Fri Apr 10 19:38:17 2015
  DuplicateSignature: package:linux-headers-3.16.0-34:(not installed):cannot 
copy extracted data for 
'./usr/src/linux-headers-3.16.0-34/include/linux/tracehook.h' to 
'/usr/src/linux-headers-3.16.0-34/include/linux/tracehook.h.dpkg-new': 
unexpected end of file or stream
  ErrorMessage: cannot copy extracted data for 
'./usr/src/linux-headers-3.16.0-34/include/linux/tracehook.h' to 
'/usr/src/linux-headers-3.16.0-34/include/linux/tracehook.h.dpkg-new': 
unexpected end of file or stream
  InstallationDate: Installed on 2015-03-16 (26 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 
(20150218.1)
  SourcePackage: linux-lts-utopic
  Title: package linux-headers-3.16.0-34 (not installed) failed to 
install/upgrade: cannot copy extracted data for 
'./usr/src/linux-headers-3.16.0-34/include/linux/tracehook.h' to 
'/usr/src/linux-headers-3.16.0-34/include/linux/tracehook.h.dpkg-new': 
unexpected end of file or stream
  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/1442841/+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