[Kernel-packages] [Bug 2009296] [NEW] nvidia-dkms-390 390.157-0ubuntu0.22.04.1: nvidia kernel module failed to build

2023-03-05 Thread Josh Yavor
Public bug reported:

nvidia kernel module failed to build, reporting flow initiated
automatically.

ProblemType: Package
DistroRelease: Ubuntu 22.04
Package: nvidia-dkms-390 390.157-0ubuntu0.22.04.1
ProcVersionSignature: Ubuntu 5.15.0-67.74-generic 5.15.85
Uname: Linux 5.15.0-67-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu82.3
Architecture: amd64
CasperMD5CheckResult: unknown
DKMSKernelVersion: 5.15.0-60-generic
Date: Tue Feb 28 07:39:50 2023
InstallationDate: Installed on 2019-07-29 (1315 days ago)
InstallationMedia: Ubuntu-Server 19.04 "Disco Dingo" - Release amd64 
(20190416.1)
PackageVersion: 390.157-0ubuntu0.22.04.1
Python3Details: /usr/bin/python3.10, Python 3.10.6, python3-minimal, 
3.10.6-1~22.04
PythonDetails: /usr/bin/python2.7, Python 2.7.18, python-is-python2, 2.7.18-9
RelatedPackageVersions:
 dpkg 1.21.1ubuntu2.1
 apt  2.4.8
SourcePackage: nvidia-graphics-drivers-390
Title: nvidia-dkms-390 390.157-0ubuntu0.22.04.1: nvidia kernel module failed to 
build
UpgradeStatus: Upgraded to jammy on 2022-03-27 (342 days ago)

** Affects: nvidia-graphics-drivers-390 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package jammy

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

Title:
  nvidia-dkms-390 390.157-0ubuntu0.22.04.1: nvidia kernel module failed
  to build

Status in nvidia-graphics-drivers-390 package in Ubuntu:
  New

Bug description:
  nvidia kernel module failed to build, reporting flow initiated
  automatically.

  ProblemType: Package
  DistroRelease: Ubuntu 22.04
  Package: nvidia-dkms-390 390.157-0ubuntu0.22.04.1
  ProcVersionSignature: Ubuntu 5.15.0-67.74-generic 5.15.85
  Uname: Linux 5.15.0-67-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu82.3
  Architecture: amd64
  CasperMD5CheckResult: unknown
  DKMSKernelVersion: 5.15.0-60-generic
  Date: Tue Feb 28 07:39:50 2023
  InstallationDate: Installed on 2019-07-29 (1315 days ago)
  InstallationMedia: Ubuntu-Server 19.04 "Disco Dingo" - Release amd64 
(20190416.1)
  PackageVersion: 390.157-0ubuntu0.22.04.1
  Python3Details: /usr/bin/python3.10, Python 3.10.6, python3-minimal, 
3.10.6-1~22.04
  PythonDetails: /usr/bin/python2.7, Python 2.7.18, python-is-python2, 2.7.18-9
  RelatedPackageVersions:
   dpkg 1.21.1ubuntu2.1
   apt  2.4.8
  SourcePackage: nvidia-graphics-drivers-390
  Title: nvidia-dkms-390 390.157-0ubuntu0.22.04.1: nvidia kernel module failed 
to build
  UpgradeStatus: Upgraded to jammy on 2022-03-27 (342 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-390/+bug/2009296/+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 2000700] Re: Resolve problem with mainline builds

2023-01-08 Thread josh
Nobody is getting 6.1.0 6.1.1 6.1.2 6.1.3 6.1.4 updates.

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

Title:
  Resolve problem with mainline builds

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  [Impact]
  No able to build mainline kernel (6.1/6.1.1).

  [Test Case]
  Log available https://kernel.ubuntu.com/~kernel-ppa/mainline/v6.1.1/amd64/log.
  For local builds:

  $ git clone --branch cod/mainline/v6.1.1 --depth 1 
git://git.launchpad.net/~ubuntu-kernel-test/ubuntu/+source/linux/+git/mainline-crack
 kernel
  $ cd kernel
  $ LANG=C fakeroot debian/rules clean
  $ LANG=C fakeroot debian/rules binary-headers binary-generic binary-perarch

  Problem Description
  ==

  I can see problems with checking of signatures during building of
  mainline kernel, for example https://kernel.ubuntu.com/~kernel-
  ppa/mainline/v6.1.1/amd64/log:

  ...
  II: Checking signature of staging modules for generic...
  II: Use signature inclusion file(s):
  
/home/kernel/COD/linux/debian/scripts/checks/../../../debian/signature-inclusion
  II: Checking modules directory:
  debian/linux-modules-6.1.1-060101-generic
  FAIL (signed)   : fb_agm1264k-fl.ko
  FAIL (signed)   : fb_bd663474.ko
  ...

  It looks like in case of CONFIG_MODULE_SIG_ALL we sign all modules, we
  should take it into account.

  After fixing that problem I found another one:
  II: Checking for ABI changes...
  Traceback (most recent call last):
    File "/data/CLionProjects/mainline-crack/debian/scripts/checks/abi-check", 
line 108, in 
      if vals['loc'] != vals['old']['loc']:
  KeyError: 'loc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2000700/+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 2000700] Re: Resolve problem with mainline builds

2023-01-04 Thread josh
Is there anything as a novice that I can do to help this along?

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

Title:
  Resolve problem with mainline builds

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  [Impact]
  No able to build mainline kernel (6.1/6.1.1).

  [Test Case]
  Log available https://kernel.ubuntu.com/~kernel-ppa/mainline/v6.1.1/amd64/log.
  For local builds:

  $ git clone --branch cod/mainline/v6.1.1 --depth 1 
git://git.launchpad.net/~ubuntu-kernel-test/ubuntu/+source/linux/+git/mainline-crack
 kernel
  $ cd kernel
  $ LANG=C fakeroot debian/rules clean
  $ LANG=C fakeroot debian/rules binary-headers binary-generic binary-perarch

  Problem Description
  ==

  I can see problems with checking of signatures during building of
  mainline kernel, for example https://kernel.ubuntu.com/~kernel-
  ppa/mainline/v6.1.1/amd64/log:

  ...
  II: Checking signature of staging modules for generic...
  II: Use signature inclusion file(s):
  
/home/kernel/COD/linux/debian/scripts/checks/../../../debian/signature-inclusion
  II: Checking modules directory:
  debian/linux-modules-6.1.1-060101-generic
  FAIL (signed)   : fb_agm1264k-fl.ko
  FAIL (signed)   : fb_bd663474.ko
  ...

  It looks like in case of CONFIG_MODULE_SIG_ALL we sign all modules, we
  should take it into account.

  After fixing that problem I found another one:
  II: Checking for ABI changes...
  Traceback (most recent call last):
    File "/data/CLionProjects/mainline-crack/debian/scripts/checks/abi-check", 
line 108, in 
      if vals['loc'] != vals['old']['loc']:
  KeyError: 'loc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2000700/+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 1982524] Re: QCNFA765 in Lenovo Z16 fails after waking from s2idle

2022-07-25 Thread josh d
Aaron and Mario, TYVM! This package has indeed fixed my error! Waking
from sleep is also much faster which was probably related to having
driver problems while waking.

Will updates continue as normal leaving this installed? I figure apt
will recognize newer versions as they become available. I am simply not
sure how that would work though to be honest.

Also, is there anyway to repay for this service? Perhaps donation to
canonical? This has been wonderful and super helpful.

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

Title:
  QCNFA765 in Lenovo Z16 fails after waking from s2idle

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi, I use a pretty new model laptop lenovo z16 running kubuntu.
  Biggest issue right now is it has an issue where when it wakes up from
  sleep the wifi adapter fails to work. I have tried restarting network
  related services with no success. Visually it seems the wifi adapter
  may not be recognized as it only shows the lan icon after waking. The

  I have found some relevant output in /var/log/syslog that seems to confirm 
the issue (wlp4s0) but not much else and I'm not sure where best to look for 
more detailed information on this type of issue. I attached that output as it 
is a couple hundred lines even though I tried to just get some informative bits.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPad Z16 Gen 1
  dmi.product.name: 21D421D400
  dmi.product.sku: LENOVO_MT_21D4_BU_Think_FM_ThinkPad Z16 Gen 1
  dmi.product.version: ThinkPad Z16 Gen 1
  dmi.sys.vendor: LENOVO
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.ch

[Kernel-packages] [Bug 1982524] Re: QCNFA765 in Lenovo Z16 fails after waking from s2idle

2022-07-24 Thread josh d
Mario,

Thanks for the support so far. I've finally gotten around to testing the
newer kernels to no avail. The issue, if it was the same one, seemed
worse. After updating the kernels the wifi would display off as normal
in the taskbar (lan icon with an x instead of wifi icon) however
clicking on it also froze the kde ui for a bit. This isn't occurring on
the older 5.15.0-41-generic kernel which I think was a result of a
normal upgrade.

I'll take a look at filing the but with ath11k as recommended. TYVM!

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

Title:
  QCNFA765 in Lenovo Z16 fails after waking from s2idle

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi, I use a pretty new model laptop lenovo z16 running kubuntu.
  Biggest issue right now is it has an issue where when it wakes up from
  sleep the wifi adapter fails to work. I have tried restarting network
  related services with no success. Visually it seems the wifi adapter
  may not be recognized as it only shows the lan icon after waking. The

  I have found some relevant output in /var/log/syslog that seems to confirm 
the issue (wlp4s0) but not much else and I'm not sure where best to look for 
more detailed information on this type of issue. I attached that output as it 
is a couple hundred lines even though I tried to just get some informative bits.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPad Z16 Gen 1
  dmi.product.name: 21D421D400
  dmi.product.sku: LENOVO_MT_21D4_BU_Think_FM_ThinkPad Z16 Gen 1
  dmi.product.version: ThinkPad Z16 Gen 1
  dmi.sys.vendor: LENOVO
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Informatio

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

2022-07-22 Thread josh d
apport information

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

Title:
  wifi adapter fails after waking from sleep

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi, I use a pretty new model laptop lenovo z16 running kubuntu.
  Biggest issue right now is it has an issue where when it wakes up from
  sleep the wifi adapter fails to work. I have tried restarting network
  related services with no success. Visually it seems the wifi adapter
  may not be recognized as it only shows the lan icon after waking. The

  I have found some relevant output in /var/log/syslog that seems to confirm 
the issue (wlp4s0) but not much else and I'm not sure where best to look for 
more detailed information on this type of issue. I attached that output as it 
is a couple hundred lines even though I tried to just get some informative bits.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPad Z16 Gen 1
  dmi.product.name: 21D421D400
  dmi.product.sku: LENOVO_MT_21D4_BU_Think_FM_ThinkPad Z16 Gen 1
  dmi.product.version: ThinkPad Z16 Gen 1
  dmi.sys.vendor: LENOVO
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.prod

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

2022-07-22 Thread josh d
apport information

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

Title:
  wifi adapter fails after waking from sleep

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi, I use a pretty new model laptop lenovo z16 running kubuntu.
  Biggest issue right now is it has an issue where when it wakes up from
  sleep the wifi adapter fails to work. I have tried restarting network
  related services with no success. Visually it seems the wifi adapter
  may not be recognized as it only shows the lan icon after waking. The

  I have found some relevant output in /var/log/syslog that seems to confirm 
the issue (wlp4s0) but not much else and I'm not sure where best to look for 
more detailed information on this type of issue. I attached that output as it 
is a couple hundred lines even though I tried to just get some informative bits.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPad Z16 Gen 1
  dmi.product.name: 21D421D400
  dmi.product.sku: LENOVO_MT_21D4_BU_Think_FM_ThinkPad Z16 Gen 1
  dmi.product.version: ThinkPad Z16 Gen 1
  dmi.sys.vendor: LENOVO
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPa

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

2022-07-22 Thread josh d
apport information

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

Title:
  wifi adapter fails after waking from sleep

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi, I use a pretty new model laptop lenovo z16 running kubuntu.
  Biggest issue right now is it has an issue where when it wakes up from
  sleep the wifi adapter fails to work. I have tried restarting network
  related services with no success. Visually it seems the wifi adapter
  may not be recognized as it only shows the lan icon after waking. The

  I have found some relevant output in /var/log/syslog that seems to confirm 
the issue (wlp4s0) but not much else and I'm not sure where best to look for 
more detailed information on this type of issue. I attached that output as it 
is a couple hundred lines even though I tried to just get some informative bits.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPad Z16 Gen 1
  dmi.product.name: 21D421D400
  dmi.product.sku: LENOVO_MT_21D4_BU_Think_FM_ThinkPad Z16 Gen 1
  dmi.product.version: ThinkPad Z16 Gen 1
  dmi.sys.vendor: LENOVO
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPa

[Kernel-packages] [Bug 1982524] acpidump.txt

2022-07-22 Thread josh d
apport information

** Attachment added: "acpidump.txt"
   
https://bugs.launchpad.net/bugs/1982524/+attachment/5604794/+files/acpidump.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/1982524

Title:
  wifi adapter fails after waking from sleep

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi, I use a pretty new model laptop lenovo z16 running kubuntu.
  Biggest issue right now is it has an issue where when it wakes up from
  sleep the wifi adapter fails to work. I have tried restarting network
  related services with no success. Visually it seems the wifi adapter
  may not be recognized as it only shows the lan icon after waking. The

  I have found some relevant output in /var/log/syslog that seems to confirm 
the issue (wlp4s0) but not much else and I'm not sure where best to look for 
more detailed information on this type of issue. I attached that output as it 
is a couple hundred lines even though I tried to just get some informative bits.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPad Z16 Gen 1
  dmi.product.name: 21D421D400
  dmi.product.sku: LENOVO_MT_21D4_BU_Think_FM_ThinkPad Z16 Gen 1
  dmi.product.version: ThinkPad Z16 Gen 1
  dmi.sys.vendor: LENOVO
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPa

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

2022-07-22 Thread josh d
apport information

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

Title:
  wifi adapter fails after waking from sleep

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi, I use a pretty new model laptop lenovo z16 running kubuntu.
  Biggest issue right now is it has an issue where when it wakes up from
  sleep the wifi adapter fails to work. I have tried restarting network
  related services with no success. Visually it seems the wifi adapter
  may not be recognized as it only shows the lan icon after waking. The

  I have found some relevant output in /var/log/syslog that seems to confirm 
the issue (wlp4s0) but not much else and I'm not sure where best to look for 
more detailed information on this type of issue. I attached that output as it 
is a couple hundred lines even though I tried to just get some informative bits.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPad Z16 Gen 1
  dmi.product.name: 21D421D400
  dmi.product.sku: LENOVO_MT_21D4_BU_Think_FM_ThinkPad Z16 Gen 1
  dmi.product.version: ThinkPad Z16 Gen 1
  dmi.sys.vendor: LENOVO
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPa

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

2022-07-22 Thread josh d
apport information

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

Title:
  wifi adapter fails after waking from sleep

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi, I use a pretty new model laptop lenovo z16 running kubuntu.
  Biggest issue right now is it has an issue where when it wakes up from
  sleep the wifi adapter fails to work. I have tried restarting network
  related services with no success. Visually it seems the wifi adapter
  may not be recognized as it only shows the lan icon after waking. The

  I have found some relevant output in /var/log/syslog that seems to confirm 
the issue (wlp4s0) but not much else and I'm not sure where best to look for 
more detailed information on this type of issue. I attached that output as it 
is a couple hundred lines even though I tried to just get some informative bits.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPad Z16 Gen 1
  dmi.product.name: 21D421D400
  dmi.product.sku: LENOVO_MT_21D4_BU_Think_FM_ThinkPad Z16 Gen 1
  dmi.product.version: ThinkPad Z16 Gen 1
  dmi.sys.vendor: LENOVO
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPa

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

2022-07-22 Thread josh d
apport information

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

Title:
  wifi adapter fails after waking from sleep

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi, I use a pretty new model laptop lenovo z16 running kubuntu.
  Biggest issue right now is it has an issue where when it wakes up from
  sleep the wifi adapter fails to work. I have tried restarting network
  related services with no success. Visually it seems the wifi adapter
  may not be recognized as it only shows the lan icon after waking. The

  I have found some relevant output in /var/log/syslog that seems to confirm 
the issue (wlp4s0) but not much else and I'm not sure where best to look for 
more detailed information on this type of issue. I attached that output as it 
is a couple hundred lines even though I tried to just get some informative bits.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPad Z16 Gen 1
  dmi.product.name: 21D421D400
  dmi.product.sku: LENOVO_MT_21D4_BU_Think_FM_ThinkPad Z16 Gen 1
  dmi.product.version: ThinkPad Z16 Gen 1
  dmi.sys.vendor: LENOVO
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPa

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

2022-07-22 Thread josh d
apport information

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

Title:
  wifi adapter fails after waking from sleep

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi, I use a pretty new model laptop lenovo z16 running kubuntu.
  Biggest issue right now is it has an issue where when it wakes up from
  sleep the wifi adapter fails to work. I have tried restarting network
  related services with no success. Visually it seems the wifi adapter
  may not be recognized as it only shows the lan icon after waking. The

  I have found some relevant output in /var/log/syslog that seems to confirm 
the issue (wlp4s0) but not much else and I'm not sure where best to look for 
more detailed information on this type of issue. I attached that output as it 
is a couple hundred lines even though I tried to just get some informative bits.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPad Z16 Gen 1
  dmi.product.name: 21D421D400
  dmi.product.sku: LENOVO_MT_21D4_BU_Think_FM_ThinkPad Z16 Gen 1
  dmi.product.version: ThinkPad Z16 Gen 1
  dmi.sys.vendor: LENOVO
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPa

[Kernel-packages] [Bug 1982524] Re: wifi adapter fails after waking from sleep

2022-07-22 Thread josh d
I have ran the command (twice, I thought it had an error the first
time). This is the output I received as a note:

➜  ~ apport-collect 1982524
dpkg-query: no packages found matching linux

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

Title:
  wifi adapter fails after waking from sleep

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi, I use a pretty new model laptop lenovo z16 running kubuntu.
  Biggest issue right now is it has an issue where when it wakes up from
  sleep the wifi adapter fails to work. I have tried restarting network
  related services with no success. Visually it seems the wifi adapter
  may not be recognized as it only shows the lan icon after waking. The

  I have found some relevant output in /var/log/syslog that seems to confirm 
the issue (wlp4s0) but not much else and I'm not sure where best to look for 
more detailed information on this type of issue. I attached that output as it 
is a couple hundred lines even though I tried to just get some informative bits.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPad Z16 Gen 1
  dmi.product.name: 21D421D400
  dmi.product.sku: LENOVO_MT_21D4_BU_Think_FM_ThinkPad Z16 Gen 1
  dmi.product.version: ThinkPad Z16 Gen 1
  dmi.sys.vendor: LENOVO
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Thin

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

2022-07-22 Thread josh d
apport information

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

Title:
  wifi adapter fails after waking from sleep

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi, I use a pretty new model laptop lenovo z16 running kubuntu.
  Biggest issue right now is it has an issue where when it wakes up from
  sleep the wifi adapter fails to work. I have tried restarting network
  related services with no success. Visually it seems the wifi adapter
  may not be recognized as it only shows the lan icon after waking. The

  I have found some relevant output in /var/log/syslog that seems to confirm 
the issue (wlp4s0) but not much else and I'm not sure where best to look for 
more detailed information on this type of issue. I attached that output as it 
is a couple hundred lines even though I tried to just get some informative bits.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPad Z16 Gen 1
  dmi.product.name: 21D421D400
  dmi.product.sku: LENOVO_MT_21D4_BU_Think_FM_ThinkPad Z16 Gen 1
  dmi.product.version: ThinkPad Z16 Gen 1
  dmi.sys.vendor: LENOVO
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPa

[Kernel-packages] [Bug 1982524] PaInfo.txt

2022-07-22 Thread josh d
apport information

** Attachment added: "PaInfo.txt"
   https://bugs.launchpad.net/bugs/1982524/+attachment/5604771/+files/PaInfo.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/1982524

Title:
  wifi adapter fails after waking from sleep

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi, I use a pretty new model laptop lenovo z16 running kubuntu.
  Biggest issue right now is it has an issue where when it wakes up from
  sleep the wifi adapter fails to work. I have tried restarting network
  related services with no success. Visually it seems the wifi adapter
  may not be recognized as it only shows the lan icon after waking. The

  I have found some relevant output in /var/log/syslog that seems to confirm 
the issue (wlp4s0) but not much else and I'm not sure where best to look for 
more detailed information on this type of issue. I attached that output as it 
is a couple hundred lines even though I tried to just get some informative bits.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPad Z16 Gen 1
  dmi.product.name: 21D421D400
  dmi.product.sku: LENOVO_MT_21D4_BU_Think_FM_ThinkPad Z16 Gen 1
  dmi.product.version: ThinkPad Z16 Gen 1
  dmi.sys.vendor: LENOVO
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPa

[Kernel-packages] [Bug 1982524] Lsusb-v.txt

2022-07-22 Thread josh d
apport information

** Attachment added: "Lsusb-v.txt"
   
https://bugs.launchpad.net/bugs/1982524/+attachment/5604783/+files/Lsusb-v.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/1982524

Title:
  wifi adapter fails after waking from sleep

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi, I use a pretty new model laptop lenovo z16 running kubuntu.
  Biggest issue right now is it has an issue where when it wakes up from
  sleep the wifi adapter fails to work. I have tried restarting network
  related services with no success. Visually it seems the wifi adapter
  may not be recognized as it only shows the lan icon after waking. The

  I have found some relevant output in /var/log/syslog that seems to confirm 
the issue (wlp4s0) but not much else and I'm not sure where best to look for 
more detailed information on this type of issue. I attached that output as it 
is a couple hundred lines even though I tried to just get some informative bits.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPad Z16 Gen 1
  dmi.product.name: 21D421D400
  dmi.product.sku: LENOVO_MT_21D4_BU_Think_FM_ThinkPad Z16 Gen 1
  dmi.product.version: ThinkPad Z16 Gen 1
  dmi.sys.vendor: LENOVO
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPa

[Kernel-packages] [Bug 1982524] AlsaInfo.txt

2022-07-22 Thread josh d
apport information

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

Title:
  wifi adapter fails after waking from sleep

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi, I use a pretty new model laptop lenovo z16 running kubuntu.
  Biggest issue right now is it has an issue where when it wakes up from
  sleep the wifi adapter fails to work. I have tried restarting network
  related services with no success. Visually it seems the wifi adapter
  may not be recognized as it only shows the lan icon after waking. The

  I have found some relevant output in /var/log/syslog that seems to confirm 
the issue (wlp4s0) but not much else and I'm not sure where best to look for 
more detailed information on this type of issue. I attached that output as it 
is a couple hundred lines even though I tried to just get some informative bits.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPad Z16 Gen 1
  dmi.product.name: 21D421D400
  dmi.product.sku: LENOVO_MT_21D4_BU_Think_FM_ThinkPad Z16 Gen 1
  dmi.product.version: ThinkPad Z16 Gen 1
  dmi.sys.vendor: LENOVO
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPa

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

2022-07-22 Thread josh d
apport information

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

Title:
  wifi adapter fails after waking from sleep

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi, I use a pretty new model laptop lenovo z16 running kubuntu.
  Biggest issue right now is it has an issue where when it wakes up from
  sleep the wifi adapter fails to work. I have tried restarting network
  related services with no success. Visually it seems the wifi adapter
  may not be recognized as it only shows the lan icon after waking. The

  I have found some relevant output in /var/log/syslog that seems to confirm 
the issue (wlp4s0) but not much else and I'm not sure where best to look for 
more detailed information on this type of issue. I attached that output as it 
is a couple hundred lines even though I tried to just get some informative bits.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPad Z16 Gen 1
  dmi.product.name: 21D421D400
  dmi.product.sku: LENOVO_MT_21D4_BU_Think_FM_ThinkPad Z16 Gen 1
  dmi.product.version: ThinkPad Z16 Gen 1
  dmi.sys.vendor: LENOVO
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPa

[Kernel-packages] [Bug 1982524] ProcCpuinfoMinimal.txt

2022-07-22 Thread josh d
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1982524/+attachment/5604786/+files/ProcCpuinfoMinimal.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/1982524

Title:
  wifi adapter fails after waking from sleep

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi, I use a pretty new model laptop lenovo z16 running kubuntu.
  Biggest issue right now is it has an issue where when it wakes up from
  sleep the wifi adapter fails to work. I have tried restarting network
  related services with no success. Visually it seems the wifi adapter
  may not be recognized as it only shows the lan icon after waking. The

  I have found some relevant output in /var/log/syslog that seems to confirm 
the issue (wlp4s0) but not much else and I'm not sure where best to look for 
more detailed information on this type of issue. I attached that output as it 
is a couple hundred lines even though I tried to just get some informative bits.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPad Z16 Gen 1
  dmi.product.name: 21D421D400
  dmi.product.sku: LENOVO_MT_21D4_BU_Think_FM_ThinkPad Z16 Gen 1
  dmi.product.version: ThinkPad Z16 Gen 1
  dmi.sys.vendor: LENOVO
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.prod

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

2022-07-22 Thread josh d
apport information

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

Title:
  wifi adapter fails after waking from sleep

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi, I use a pretty new model laptop lenovo z16 running kubuntu.
  Biggest issue right now is it has an issue where when it wakes up from
  sleep the wifi adapter fails to work. I have tried restarting network
  related services with no success. Visually it seems the wifi adapter
  may not be recognized as it only shows the lan icon after waking. The

  I have found some relevant output in /var/log/syslog that seems to confirm 
the issue (wlp4s0) but not much else and I'm not sure where best to look for 
more detailed information on this type of issue. I attached that output as it 
is a couple hundred lines even though I tried to just get some informative bits.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPad Z16 Gen 1
  dmi.product.name: 21D421D400
  dmi.product.sku: LENOVO_MT_21D4_BU_Think_FM_ThinkPad Z16 Gen 1
  dmi.product.version: ThinkPad Z16 Gen 1
  dmi.sys.vendor: LENOVO
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPad Z16 Gen 1

[Kernel-packages] [Bug 1982524] Lsusb-v.txt

2022-07-22 Thread josh d
apport information

** Attachment added: "Lsusb-v.txt"
   
https://bugs.launchpad.net/bugs/1982524/+attachment/5604770/+files/Lsusb-v.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/1982524

Title:
  wifi adapter fails after waking from sleep

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi, I use a pretty new model laptop lenovo z16 running kubuntu.
  Biggest issue right now is it has an issue where when it wakes up from
  sleep the wifi adapter fails to work. I have tried restarting network
  related services with no success. Visually it seems the wifi adapter
  may not be recognized as it only shows the lan icon after waking. The

  I have found some relevant output in /var/log/syslog that seems to confirm 
the issue (wlp4s0) but not much else and I'm not sure where best to look for 
more detailed information on this type of issue. I attached that output as it 
is a couple hundred lines even though I tried to just get some informative bits.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPad Z16 Gen 1
  dmi.product.name: 21D421D400
  dmi.product.sku: LENOVO_MT_21D4_BU_Think_FM_ThinkPad Z16 Gen 1
  dmi.product.version: ThinkPad Z16 Gen 1
  dmi.sys.vendor: LENOVO
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPa

[Kernel-packages] [Bug 1982524] Lsusb-t.txt

2022-07-22 Thread josh d
apport information

** Attachment added: "Lsusb-t.txt"
   
https://bugs.launchpad.net/bugs/1982524/+attachment/5604782/+files/Lsusb-t.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/1982524

Title:
  wifi adapter fails after waking from sleep

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi, I use a pretty new model laptop lenovo z16 running kubuntu.
  Biggest issue right now is it has an issue where when it wakes up from
  sleep the wifi adapter fails to work. I have tried restarting network
  related services with no success. Visually it seems the wifi adapter
  may not be recognized as it only shows the lan icon after waking. The

  I have found some relevant output in /var/log/syslog that seems to confirm 
the issue (wlp4s0) but not much else and I'm not sure where best to look for 
more detailed information on this type of issue. I attached that output as it 
is a couple hundred lines even though I tried to just get some informative bits.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPad Z16 Gen 1
  dmi.product.name: 21D421D400
  dmi.product.sku: LENOVO_MT_21D4_BU_Think_FM_ThinkPad Z16 Gen 1
  dmi.product.version: ThinkPad Z16 Gen 1
  dmi.sys.vendor: LENOVO
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPa

[Kernel-packages] [Bug 1982524] Lspci-vt.txt

2022-07-22 Thread josh d
apport information

** Attachment added: "Lspci-vt.txt"
   
https://bugs.launchpad.net/bugs/1982524/+attachment/5604780/+files/Lspci-vt.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/1982524

Title:
  wifi adapter fails after waking from sleep

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi, I use a pretty new model laptop lenovo z16 running kubuntu.
  Biggest issue right now is it has an issue where when it wakes up from
  sleep the wifi adapter fails to work. I have tried restarting network
  related services with no success. Visually it seems the wifi adapter
  may not be recognized as it only shows the lan icon after waking. The

  I have found some relevant output in /var/log/syslog that seems to confirm 
the issue (wlp4s0) but not much else and I'm not sure where best to look for 
more detailed information on this type of issue. I attached that output as it 
is a couple hundred lines even though I tried to just get some informative bits.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPad Z16 Gen 1
  dmi.product.name: 21D421D400
  dmi.product.sku: LENOVO_MT_21D4_BU_Think_FM_ThinkPad Z16 Gen 1
  dmi.product.version: ThinkPad Z16 Gen 1
  dmi.sys.vendor: LENOVO
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPa

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

2022-07-22 Thread josh d
apport information

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

Title:
  wifi adapter fails after waking from sleep

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi, I use a pretty new model laptop lenovo z16 running kubuntu.
  Biggest issue right now is it has an issue where when it wakes up from
  sleep the wifi adapter fails to work. I have tried restarting network
  related services with no success. Visually it seems the wifi adapter
  may not be recognized as it only shows the lan icon after waking. The

  I have found some relevant output in /var/log/syslog that seems to confirm 
the issue (wlp4s0) but not much else and I'm not sure where best to look for 
more detailed information on this type of issue. I attached that output as it 
is a couple hundred lines even though I tried to just get some informative bits.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPad Z16 Gen 1
  dmi.product.name: 21D421D400
  dmi.product.sku: LENOVO_MT_21D4_BU_Think_FM_ThinkPad Z16 Gen 1
  dmi.product.version: ThinkPad Z16 Gen 1
  dmi.sys.vendor: LENOVO
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPad Z16 Gen 1

[Kernel-packages] [Bug 1982524] Lsusb-t.txt

2022-07-22 Thread josh d
apport information

** Attachment added: "Lsusb-t.txt"
   
https://bugs.launchpad.net/bugs/1982524/+attachment/5604769/+files/Lsusb-t.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/1982524

Title:
  wifi adapter fails after waking from sleep

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi, I use a pretty new model laptop lenovo z16 running kubuntu.
  Biggest issue right now is it has an issue where when it wakes up from
  sleep the wifi adapter fails to work. I have tried restarting network
  related services with no success. Visually it seems the wifi adapter
  may not be recognized as it only shows the lan icon after waking. The

  I have found some relevant output in /var/log/syslog that seems to confirm 
the issue (wlp4s0) but not much else and I'm not sure where best to look for 
more detailed information on this type of issue. I attached that output as it 
is a couple hundred lines even though I tried to just get some informative bits.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPad Z16 Gen 1
  dmi.product.name: 21D421D400
  dmi.product.sku: LENOVO_MT_21D4_BU_Think_FM_ThinkPad Z16 Gen 1
  dmi.product.version: ThinkPad Z16 Gen 1
  dmi.sys.vendor: LENOVO
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPa

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

2022-07-22 Thread josh d
apport information

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

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

** Description changed:

  Hi, I use a pretty new model laptop lenovo z16 running kubuntu. Biggest
  issue right now is it has an issue where when it wakes up from sleep the
  wifi adapter fails to work. I have tried restarting network related
  services with no success. Visually it seems the wifi adapter may not be
  recognized as it only shows the lan icon after waking. The
  
  I have found some relevant output in /var/log/syslog that seems to confirm 
the issue (wlp4s0) but not much else and I'm not sure where best to look for 
more detailed information on this type of issue. I attached that output as it 
is a couple hundred lines even though I tried to just get some informative bits.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPad Z16 Gen 1
  dmi.product.name: 21D421D400
  dmi.product.sku: LENOVO_MT_21D4_BU_Think_FM_ThinkPad Z16 Gen 1
  dmi.product.version: ThinkPad Z16 Gen 1
  dmi.sys.vendor: LENOVO
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu82.1
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  josh   9506 F pulseaudio
+  /dev/snd/controlC1:  josh   9506 F pulseaudio
+ CRDA: N/A
+ CasperMD5CheckResult: pass
+ CurrentDesktop: KDE
+ DistroRelease: Ubuntu 22.04
+ InstallationDate: Installed on 2022-07-14 (8 days ago)
+ InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
+ MachineType: LENOVO 21D421D400
+ Package: linux (not installed)
+ ProcFB: 0 amdgpudrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
+ RelatedPackageVersions:
+  linux-restricted-modules-5.15.0-41-generic N/A
+  linux-backports-modules-5.15.0-41-generic  N/A
+  linux-firmware 20220329.git681281e4-0ubuntu3.2
+ Tags:  jammy
+ Uname: Linux 5.15.0-41-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 06/29/2022
+ dmi.bios.release: 1.16
+ dmi.bios.vendor: LENOVO
+ dmi.bios.version: N3GET35W (1.16 )
+ dmi.board.asset.tag: Not Available
+ dmi.board.name: 21D421D400
+ dmi.board.vendor: LENOVO
+ dmi.board.version: Not Defined
+ dmi.chassis.asset.tag: No Asset Information
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: LENOVO
+ dmi.chassis.version: None
+ dmi.ec.firmware.release: 1.17
+ dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
+ dmi.product.family: ThinkPad Z16 Gen 1
+ dmi.product.name: 21D421D400
+ dmi.product.sku: LENOVO_MT_21D4_BU_Think_FM_ThinkPad Z16 Gen 1
+ dmi.product.version: ThinkPad Z16 Gen 1
+ dmi.sys.vendor: 

[Kernel-packages] [Bug 1982524] Lspci-vt.txt

2022-07-22 Thread josh d
apport information

** Attachment added: "Lspci-vt.txt"
   
https://bugs.launchpad.net/bugs/1982524/+attachment/5604767/+files/Lspci-vt.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/1982524

Title:
  wifi adapter fails after waking from sleep

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi, I use a pretty new model laptop lenovo z16 running kubuntu.
  Biggest issue right now is it has an issue where when it wakes up from
  sleep the wifi adapter fails to work. I have tried restarting network
  related services with no success. Visually it seems the wifi adapter
  may not be recognized as it only shows the lan icon after waking. The

  I have found some relevant output in /var/log/syslog that seems to confirm 
the issue (wlp4s0) but not much else and I'm not sure where best to look for 
more detailed information on this type of issue. I attached that output as it 
is a couple hundred lines even though I tried to just get some informative bits.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPad Z16 Gen 1
  dmi.product.name: 21D421D400
  dmi.product.sku: LENOVO_MT_21D4_BU_Think_FM_ThinkPad Z16 Gen 1
  dmi.product.version: ThinkPad Z16 Gen 1
  dmi.sys.vendor: LENOVO
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPa

[Kernel-packages] [Bug 1982524] PaInfo.txt

2022-07-22 Thread josh d
apport information

** Attachment added: "PaInfo.txt"
   https://bugs.launchpad.net/bugs/1982524/+attachment/5604784/+files/PaInfo.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/1982524

Title:
  wifi adapter fails after waking from sleep

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi, I use a pretty new model laptop lenovo z16 running kubuntu.
  Biggest issue right now is it has an issue where when it wakes up from
  sleep the wifi adapter fails to work. I have tried restarting network
  related services with no success. Visually it seems the wifi adapter
  may not be recognized as it only shows the lan icon after waking. The

  I have found some relevant output in /var/log/syslog that seems to confirm 
the issue (wlp4s0) but not much else and I'm not sure where best to look for 
more detailed information on this type of issue. I attached that output as it 
is a couple hundred lines even though I tried to just get some informative bits.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPad Z16 Gen 1
  dmi.product.name: 21D421D400
  dmi.product.sku: LENOVO_MT_21D4_BU_Think_FM_ThinkPad Z16 Gen 1
  dmi.product.version: ThinkPad Z16 Gen 1
  dmi.sys.vendor: LENOVO
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPa

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

2022-07-22 Thread josh d
apport information

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

Title:
  wifi adapter fails after waking from sleep

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi, I use a pretty new model laptop lenovo z16 running kubuntu.
  Biggest issue right now is it has an issue where when it wakes up from
  sleep the wifi adapter fails to work. I have tried restarting network
  related services with no success. Visually it seems the wifi adapter
  may not be recognized as it only shows the lan icon after waking. The

  I have found some relevant output in /var/log/syslog that seems to confirm 
the issue (wlp4s0) but not much else and I'm not sure where best to look for 
more detailed information on this type of issue. I attached that output as it 
is a couple hundred lines even though I tried to just get some informative bits.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPad Z16 Gen 1
  dmi.product.name: 21D421D400
  dmi.product.sku: LENOVO_MT_21D4_BU_Think_FM_ThinkPad Z16 Gen 1
  dmi.product.version: ThinkPad Z16 Gen 1
  dmi.sys.vendor: LENOVO
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPa

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

2022-07-22 Thread josh d
apport information

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

Title:
  wifi adapter fails after waking from sleep

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi, I use a pretty new model laptop lenovo z16 running kubuntu.
  Biggest issue right now is it has an issue where when it wakes up from
  sleep the wifi adapter fails to work. I have tried restarting network
  related services with no success. Visually it seems the wifi adapter
  may not be recognized as it only shows the lan icon after waking. The

  I have found some relevant output in /var/log/syslog that seems to confirm 
the issue (wlp4s0) but not much else and I'm not sure where best to look for 
more detailed information on this type of issue. I attached that output as it 
is a couple hundred lines even though I tried to just get some informative bits.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPad Z16 Gen 1
  dmi.product.name: 21D421D400
  dmi.product.sku: LENOVO_MT_21D4_BU_Think_FM_ThinkPad Z16 Gen 1
  dmi.product.version: ThinkPad Z16 Gen 1
  dmi.sys.vendor: LENOVO
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPad Z16 Gen 1

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

2022-07-22 Thread josh d
apport information

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

Title:
  wifi adapter fails after waking from sleep

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi, I use a pretty new model laptop lenovo z16 running kubuntu.
  Biggest issue right now is it has an issue where when it wakes up from
  sleep the wifi adapter fails to work. I have tried restarting network
  related services with no success. Visually it seems the wifi adapter
  may not be recognized as it only shows the lan icon after waking. The

  I have found some relevant output in /var/log/syslog that seems to confirm 
the issue (wlp4s0) but not much else and I'm not sure where best to look for 
more detailed information on this type of issue. I attached that output as it 
is a couple hundred lines even though I tried to just get some informative bits.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPad Z16 Gen 1
  dmi.product.name: 21D421D400
  dmi.product.sku: LENOVO_MT_21D4_BU_Think_FM_ThinkPad Z16 Gen 1
  dmi.product.version: ThinkPad Z16 Gen 1
  dmi.sys.vendor: LENOVO
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.prod

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

2022-07-22 Thread josh d
apport information

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

Title:
  wifi adapter fails after waking from sleep

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi, I use a pretty new model laptop lenovo z16 running kubuntu.
  Biggest issue right now is it has an issue where when it wakes up from
  sleep the wifi adapter fails to work. I have tried restarting network
  related services with no success. Visually it seems the wifi adapter
  may not be recognized as it only shows the lan icon after waking. The

  I have found some relevant output in /var/log/syslog that seems to confirm 
the issue (wlp4s0) but not much else and I'm not sure where best to look for 
more detailed information on this type of issue. I attached that output as it 
is a couple hundred lines even though I tried to just get some informative bits.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPad Z16 Gen 1
  dmi.product.name: 21D421D400
  dmi.product.sku: LENOVO_MT_21D4_BU_Think_FM_ThinkPad Z16 Gen 1
  dmi.product.version: ThinkPad Z16 Gen 1
  dmi.sys.vendor: LENOVO
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPa

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

2022-07-22 Thread josh d
apport information

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

Title:
  wifi adapter fails after waking from sleep

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi, I use a pretty new model laptop lenovo z16 running kubuntu.
  Biggest issue right now is it has an issue where when it wakes up from
  sleep the wifi adapter fails to work. I have tried restarting network
  related services with no success. Visually it seems the wifi adapter
  may not be recognized as it only shows the lan icon after waking. The

  I have found some relevant output in /var/log/syslog that seems to confirm 
the issue (wlp4s0) but not much else and I'm not sure where best to look for 
more detailed information on this type of issue. I attached that output as it 
is a couple hundred lines even though I tried to just get some informative bits.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPad Z16 Gen 1
  dmi.product.name: 21D421D400
  dmi.product.sku: LENOVO_MT_21D4_BU_Think_FM_ThinkPad Z16 Gen 1
  dmi.product.version: ThinkPad Z16 Gen 1
  dmi.sys.vendor: LENOVO
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPa

[Kernel-packages] [Bug 1982524] ProcCpuinfoMinimal.txt

2022-07-22 Thread josh d
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1982524/+attachment/5604773/+files/ProcCpuinfoMinimal.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/1982524

Title:
  wifi adapter fails after waking from sleep

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi, I use a pretty new model laptop lenovo z16 running kubuntu.
  Biggest issue right now is it has an issue where when it wakes up from
  sleep the wifi adapter fails to work. I have tried restarting network
  related services with no success. Visually it seems the wifi adapter
  may not be recognized as it only shows the lan icon after waking. The

  I have found some relevant output in /var/log/syslog that seems to confirm 
the issue (wlp4s0) but not much else and I'm not sure where best to look for 
more detailed information on this type of issue. I attached that output as it 
is a couple hundred lines even though I tried to just get some informative bits.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPad Z16 Gen 1
  dmi.product.name: 21D421D400
  dmi.product.sku: LENOVO_MT_21D4_BU_Think_FM_ThinkPad Z16 Gen 1
  dmi.product.version: ThinkPad Z16 Gen 1
  dmi.sys.vendor: LENOVO
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.prod

[Kernel-packages] [Bug 1982524] Re: wifi adapter fails after waking from sleep

2022-07-22 Thread josh d
apport information

** Tags added: apport-collected jammy

** Description changed:

  Hi, I use a pretty new model laptop lenovo z16 running kubuntu. Biggest
  issue right now is it has an issue where when it wakes up from sleep the
  wifi adapter fails to work. I have tried restarting network related
  services with no success. Visually it seems the wifi adapter may not be
  recognized as it only shows the lan icon after waking. The
  
- I have found some relevant output in /var/log/syslog that seems to
- confirm the issue (wlp4s0) but not much else and I'm not sure where best
- to look for more detailed information on this type of issue. I attached
- that output as it is a couple hundred lines even though I tried to just
- get some informative bits.
+ I have found some relevant output in /var/log/syslog that seems to confirm 
the issue (wlp4s0) but not much else and I'm not sure where best to look for 
more detailed information on this type of issue. I attached that output as it 
is a couple hundred lines even though I tried to just get some informative bits.
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu82.1
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  josh   9506 F pulseaudio
+  /dev/snd/controlC1:  josh   9506 F pulseaudio
+ CRDA: N/A
+ CasperMD5CheckResult: pass
+ CurrentDesktop: KDE
+ DistroRelease: Ubuntu 22.04
+ InstallationDate: Installed on 2022-07-14 (8 days ago)
+ InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
+ MachineType: LENOVO 21D421D400
+ Package: linux (not installed)
+ ProcFB: 0 amdgpudrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
+ RelatedPackageVersions:
+  linux-restricted-modules-5.15.0-41-generic N/A
+  linux-backports-modules-5.15.0-41-generic  N/A
+  linux-firmware 20220329.git681281e4-0ubuntu3.2
+ Tags:  jammy
+ Uname: Linux 5.15.0-41-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 06/29/2022
+ dmi.bios.release: 1.16
+ dmi.bios.vendor: LENOVO
+ dmi.bios.version: N3GET35W (1.16 )
+ dmi.board.asset.tag: Not Available
+ dmi.board.name: 21D421D400
+ dmi.board.vendor: LENOVO
+ dmi.board.version: Not Defined
+ dmi.chassis.asset.tag: No Asset Information
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: LENOVO
+ dmi.chassis.version: None
+ dmi.ec.firmware.release: 1.17
+ dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
+ dmi.product.family: ThinkPad Z16 Gen 1
+ dmi.product.name: 21D421D400
+ dmi.product.sku: LENOVO_MT_21D4_BU_Think_FM_ThinkPad Z16 Gen 1
+ dmi.product.version: ThinkPad Z16 Gen 1
+ dmi.sys.vendor: LENOVO

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

Title:
  wifi adapter fails after waking from sleep

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi, I use a pretty new model laptop lenovo z16 running kubuntu.
  Biggest issue right now is it has an issue where when it wakes up from
  sleep the wifi adapter fails to work. I have tried restarting network
  related services with no success. Visually it seems the wifi adapter
  may not be recognized as it only shows the lan icon after waking. The

  I have found some relevant output in /var/log/syslog that seems to confirm 
the issue (wlp4s0) but not much else and I'm not sure where best to look for 
more detailed information on this type of issue. I attached that output as it 
is a couple hundred lines even though I tried to just get some informative bits.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  Re

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

2022-07-22 Thread josh d
apport information

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

Title:
  wifi adapter fails after waking from sleep

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi, I use a pretty new model laptop lenovo z16 running kubuntu.
  Biggest issue right now is it has an issue where when it wakes up from
  sleep the wifi adapter fails to work. I have tried restarting network
  related services with no success. Visually it seems the wifi adapter
  may not be recognized as it only shows the lan icon after waking. The

  I have found some relevant output in /var/log/syslog that seems to confirm 
the issue (wlp4s0) but not much else and I'm not sure where best to look for 
more detailed information on this type of issue. I attached that output as it 
is a couple hundred lines even though I tried to just get some informative bits.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPad Z16 Gen 1
  dmi.product.name: 21D421D400
  dmi.product.sku: LENOVO_MT_21D4_BU_Think_FM_ThinkPad Z16 Gen 1
  dmi.product.version: ThinkPad Z16 Gen 1
  dmi.sys.vendor: LENOVO
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPad Z16 Gen 1

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

2022-07-22 Thread josh d
apport information

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

Title:
  wifi adapter fails after waking from sleep

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi, I use a pretty new model laptop lenovo z16 running kubuntu.
  Biggest issue right now is it has an issue where when it wakes up from
  sleep the wifi adapter fails to work. I have tried restarting network
  related services with no success. Visually it seems the wifi adapter
  may not be recognized as it only shows the lan icon after waking. The

  I have found some relevant output in /var/log/syslog that seems to confirm 
the issue (wlp4s0) but not much else and I'm not sure where best to look for 
more detailed information on this type of issue. I attached that output as it 
is a couple hundred lines even though I tried to just get some informative bits.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.product.family: ThinkPad Z16 Gen 1
  dmi.product.name: 21D421D400
  dmi.product.sku: LENOVO_MT_21D4_BU_Think_FM_ThinkPad Z16 Gen 1
  dmi.product.version: ThinkPad Z16 Gen 1
  dmi.sys.vendor: LENOVO
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   9506 F pulseaudio
   /dev/snd/controlC1:  josh   9506 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-14 (8 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 21D421D400
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=e3c131dd-33bc-483e-aa46-b73d2d084cd4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-41-generic N/A
   linux-backports-modules-5.15.0-41-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.2
  Tags:  jammy
  Uname: Linux 5.15.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/29/2022
  dmi.bios.release: 1.16
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N3GET35W (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 21D421D400
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.17
  dmi.modalias: 
dmi:bvnLENOVO:bvrN3GET35W(1.16):bd06/29/2022:br1.16:efr1.17:svnLENOVO:pn21D421D400:pvrThinkPadZ16Gen1:rvnLENOVO:rn21D421D400:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21D4_BU_Think_FM_ThinkPadZ16Gen1:
  dmi.prod

[Kernel-packages] [Bug 1946222] [NEW] presence of '/lib/firmware/iwlwifi-ty-a0-gf-a0.pnvm' in the 'linux-firmware' package causes Intel AX210 wifi to cease functioning

2021-10-06 Thread Josh McKevitz
Public bug reported:

When '/lib/firmware/iwlwifi-ty-a0-gf-a0.pnvm' exists (after a fresh OS
installation & after updates to the 'linux-firmware' package)--wifi
fails to function:

$ lspci -knn | grep Net -A3
93:00.0 Network controller [0280]: Intel Corporation Device [8086:2725] (rev 1a)
Subsystem: Intel Corporation Device [8086:4020]
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi


$ dmesg | grep iwlwifi
[2.390962] iwlwifi :93:00.0: enabling device ( -> 0002)
[2.412571] iwlwifi :93:00.0: api flags index 2 larger than supported by 
driver
[2.412585] iwlwifi :93:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 
93.8.63.28
[2.412827] iwlwifi :93:00.0: loaded firmware version 59.601f3a66.0 
ty-a0-gf-a0-59.ucode op_mode iwlmvm
[2.433308] iwlwifi :93:00.0: Detected Intel(R) Wi-Fi 6 AX210 160MHz, 
REV=0x420
[2.582482] iwlwifi :93:00.0: loaded PNVM version 0x324cd670
[2.830634] iwlwifi :93:00.0: Timeout waiting for PNVM load!
[2.830639] iwlwifi :93:00.0: Failed to start RT ucode: -110
[2.830643] iwlwifi :93:00.0: iwl_trans_send_cmd bad state = 1
[3.034634] iwlwifi :93:00.0: firmware didn't ACK the reset - continue 
anyway
[3.046824] iwlwifi :93:00.0: Failed to run INIT ucode: -110


When '/lib/firmware/iwlwifi-ty-a0-gf-a0.pnvm' is deleted, or renamed--
wifi works:

$ lspci -knn | grep Net -A3
93:00.0 Network controller [0280]: Intel Corporation Device [8086:2725] (rev 1a)
Subsystem: Intel Corporation Device [8086:4020]
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi


$ dmesg | grep iwlwifi
[3.425668] iwlwifi :93:00.0: enabling device ( -> 0002)
[3.436377] iwlwifi :93:00.0: api flags index 2 larger than supported by 
driver
[3.436392] iwlwifi :93:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 
93.8.63.28
[3.436634] iwlwifi :93:00.0: loaded firmware version 59.601f3a66.0 
ty-a0-gf-a0-59.ucode op_mode iwlmvm
[3.459053] iwlwifi :93:00.0: Detected Intel(R) Wi-Fi 6 AX210 160MHz, 
REV=0x420
[3.698849] iwlwifi :93:00.0: base HW address: a0:e7:0b:5a:ec:77
[3.716331] iwlwifi :93:00.0 wlp147s0: renamed from wlan0


--1--
$ lsb_release -rd
Description:Ubuntu 20.04.3 LTS
Release:20.04

--2--
$ apt-cache policy linux-firmware
linux-firmware:
  Installed: 1.187.17
  Candidate: 1.187.17
  Version table:
 *** 1.187.17 500
500 http://us.archive.ubuntu.com/ubuntu focal-updates/main amd64 
Packages
500 http://us.archive.ubuntu.com/ubuntu focal-updates/main i386 Packages
100 /var/lib/dpkg/status
 1.187 500
500 http://us.archive.ubuntu.com/ubuntu focal/main amd64 Packages
500 http://us.archive.ubuntu.com/ubuntu focal/main i386 Packages

--3--
Expectation: Intel AX210 wifi works without having to perform extra steps to 
rename/delete files after linux-firmware package updates

--4--
Reality: Intel AX210 wifi does not work without performing extra steps to 
rename/delete files after linux-firmware package updates 


I have no idea where the .pnvm file is coming from as it is not present
in the files provided by Intel at
https://www.intel.com/content/www/us/en/support/articles/05511/wireless.html


Please consider removing the .pnvm files from all versions of the
'linux-firmware' package... currently found in these versions:

1 pnvm file - https://packages.ubuntu.com/focal-updates/all/linux-
firmware/filelist

2 pnvm files - https://packages.ubuntu.com/impish/all/linux-
firmware/filelist


The pnvm file is not present in the Ubuntu 2104 (Hirsute) linux-firmware 
package and the AX210 wifi works perfectly well on that platform but it fails 
to function on 20.04 (Focal), where the pnvm is present, and will likely also 
fail in 21.10 (Impish).

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

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

Title:
  presence of '/lib/firmware/iwlwifi-ty-a0-gf-a0.pnvm' in the 'linux-
  firmware' package causes Intel AX210 wifi to cease functioning

Status in linux-firmware package in Ubuntu:
  New

Bug description:
  When '/lib/firmware/iwlwifi-ty-a0-gf-a0.pnvm' exists (after a fresh OS
  installation & after updates to the 'linux-firmware' package)--wifi
  fails to function:

  $ lspci -knn | grep Net -A3
  93:00.0 Network controller [0280]: Intel Corporation Device [8086:2725] (rev 
1a)
Subsystem: Intel Corporation Device [8086:4020]
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi

  
  $ dmesg | grep iwlwifi
  [2.390962] iwlwifi :93:00.0: enabling device ( -> 0002)
  [2.412571] iwlwifi :93:00.0: api flags index 2 larger than supported 
by driver
  [2.412585] iwlwifi :93:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 
93.8.63.28
  [

[Kernel-packages] [Bug 1853050] Re: Realtek RTL8822BE [10ec:b822] Subsystem [1a3b:2950] Wifi fails to connect (RTL8822BE, linux 5.3.0 w/ rtwpci)

2020-10-24 Thread Josh Bauer
This is still an issue for me

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

Title:
  Realtek RTL8822BE [10ec:b822] Subsystem [1a3b:2950] Wifi fails to
  connect (RTL8822BE, linux 5.3.0 w/ rtwpci)

Status in linux package in Ubuntu:
  Expired

Bug description:
  Wifi just fails to connect to an access point after upgrading from
  Ubuntu 19.04 to 19.10.

  Some outputs:
  uname -a
  Linux mothership 5.3.0-23-generic #25-Ubuntu SMP Tue Nov 12 09:22:33 UTC 2019 
x86_64 x86_64 x86_64 GNU/Linux

   lspci -nnk | grep 0280 -A3
  03:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8822BE 
802.11a/b/g/n/ac WiFi adapter [10ec:b822]
Subsystem: AzureWave RTL8822BE 802.11a/b/g/n/ac WiFi adapter [1a3b:2950]
Kernel driver in use: rtw_pci
Kernel modules: rtwpci

  The typical failure looks like this in journalctl:

  Nov 18 23:04:13 mothership kernel: wlp3s0: send auth to d4:60:e3:15:4d:71 
(try 3/3)
  Nov 18 23:04:13 mothership kernel: [ cut here ]
  Nov 18 23:04:13 mothership kernel: purge skb(s) not reported by firmware
  Nov 18 23:04:13 mothership kernel: WARNING: CPU: 5 PID: 0 at 
drivers/net/wireless/realtek/rtw88/tx.c:156 rtw_tx_report_purge_timer+0x25/0x60 
[rtw88]
  Nov 18 23:04:13 mothership kernel: Modules linked in: nf_conntrack_netlink 
xt_owner xt_conntrack xt_MASQUERADE nfnetlink xfrm_user xfrm_algo iptable_nat 
nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 libcrc32c xt_addrtype 
bpfilter aufs overlay binfmt_misc nvidia_uvm(O
  Nov 18 23:04:13 mothership kernel:  spi_pxa2xx_platform videobuf2_memops 
asus_wmi videobuf2_v4l2 i915 mxm_wmi wmi_bmof sparse_keymap serio_raw 
videobuf2_common cfg80211 dw_dmac soundcore dw_dmac_core videodev input_leds 
drm_kms_helper joydev ipmi_devintf libarc4 mc ipmi_
  Nov 18 23:04:13 mothership kernel: CPU: 5 PID: 0 Comm: swapper/5 Tainted: P   
 W  OE 5.3.0-23-generic #25-Ubuntu
  Nov 18 23:04:13 mothership kernel: Hardware name: ASUSTeK COMPUTER INC. 
X705UDR/X705UDR, BIOS X705UDR.300 08/29/2017
  Nov 18 23:04:13 mothership kernel: RIP: 
0010:rtw_tx_report_purge_timer+0x25/0x60 [rtw88]
  Nov 18 23:04:13 mothership kernel: Code: 00 00 00 00 00 0f 1f 44 00 00 8b 47 
f0 85 c0 75 01 c3 55 48 89 e5 41 55 41 54 53 48 89 fb 48 c7 c7 f0 cd b3 c0 e8 
f6 fa 7b f6 <0f> 0b 4c 8d 6b d8 4c 89 ef e8 dd 3f 1c f7 48 8d 7b e0 49 89 c4 e8
  Nov 18 23:04:13 mothership kernel: RSP: 0018:a25b4020ce48 EFLAGS: 00010286
  Nov 18 23:04:13 mothership kernel: RAX:  RBX: 
913317bed848 RCX: 0006
  Nov 18 23:04:13 mothership kernel: RDX: 0007 RSI: 
0082 RDI: 91331eb57440
  Nov 18 23:04:13 mothership kernel: RBP: a25b4020ce60 R08: 
1754 R09: 0004
  Nov 18 23:04:13 mothership kernel: R10:  R11: 
0001 R12: 91331eb5b600
  Nov 18 23:04:13 mothership kernel: R13: 913317bed848 R14: 
c0adb7d0 R15: 913317bed848
  Nov 18 23:04:13 mothership kernel: FS:  () 
GS:91331eb4() knlGS:
  Nov 18 23:04:13 mothership kernel: CS:  0010 DS:  ES:  CR0: 
80050033
  Nov 18 23:04:13 mothership kernel: CR2: 7fb4eee0b000 CR3: 
0003818bc005 CR4: 003606e0
  Nov 18 23:04:13 mothership kernel: Call Trace:
  Nov 18 23:04:13 mothership kernel:  
  Nov 18 23:04:13 mothership kernel:  call_timer_fn+0x32/0x130
  Nov 18 23:04:13 mothership kernel:  __run_timers.part.0+0x177/0x270
  Nov 18 23:04:13 mothership kernel:  ? enqueue_hrtimer+0x3d/0x90
  Nov 18 23:04:13 mothership kernel:  ? recalibrate_cpu_khz+0x10/0x10
  Nov 18 23:04:13 mothership kernel:  ? ktime_get+0x42/0xa0
  Nov 18 23:04:13 mothership kernel:  run_timer_softirq+0x2a/0x50
  Nov 18 23:04:13 mothership kernel:  __do_softirq+0xe1/0x2d6
  Nov 18 23:04:13 mothership kernel:  ? hrtimer_interrupt+0x13b/0x220
  Nov 18 23:04:13 mothership kernel:  irq_exit+0xae/0xb0
  Nov 18 23:04:13 mothership kernel:  smp_apic_timer_interrupt+0x7b/0x140
  Nov 18 23:04:13 mothership kernel:  apic_timer_interrupt+0xf/0x20
  Nov 18 23:04:13 mothership kernel:  
  Nov 18 23:04:13 mothership kernel: RIP: 0010:cpuidle_enter_state+0xc5/0x420
  Nov 18 23:04:13 mothership kernel: Code: ff e8 5f 73 83 ff 80 7d c7 00 74 17 
9c 58 0f 1f 44 00 00 f6 c4 02 0f 85 3d 03 00 00 31 ff e8 c2 ce 89 ff fb 66 0f 
1f 44 00 00 <45> 85 ed 0f 89 d1 01 00 00 41 c7 44 24 10 00 00 00 00 48 83 c4 18
  Nov 18 23:04:13 mothership kernel: RSP: 0018:a25b400f3e38 EFLAGS: 
0246 ORIG_RAX: ff13
  Nov 18 23:04:13 mothership kernel: RAX: 91331eb6a740 RBX: 
b895a740 RCX: 001f
  Nov 18 23:04:13 mothership kernel: RDX:  RSI: 
4041ceb5 RDI: 
  Nov 18 23:04:13 mothership kernel: RBP: a25b400f3e78 R08: 
01076596b017 R09: 1d6b
  Nov 18 

[Kernel-packages] [Bug 1887727] [NEW] Permission denied opening file in a directory with a sticky bit

2020-07-15 Thread Josh Williams
Public bug reported:

We just upgraded to Ubuntu 20.04, so we're now running version
0.8.3-1ubuntu12.1 of zfsutils-linux and related packages.

We have a backup server that's essentially rsyncing files from remote
systems. After the upgrade we started getting Permission denied failures
on a few files, which match a specific pattern:

In a directory with a sticky bit set:
/zfs# mkdir testdir
/zfs# chmod a+t testdir
... which is group writable:
/zfs# chmod g+w testdir
... and has an existing file:
/zfs# touch testdir/test
... which has a uid which isn't present on the system:
/zfs# chown  testdir/test 
... then an open() call with O_CREAT fails with Permission denied:
/zfs# ./openat testdir/test 
Error opening testdir/test: Permission denied (13)

Skip any of those steps and it doesn't throw the error. It's just that
specific configuration of directory permissions and file ownership that
seems to do it.

The ./openat is a simple test case that just runs open() (so named as I
was originally testing with the openat() call) and it's attached for
reference.

We have an rsync --inplace that gets us into that specific scenario.
Dropping the --inplace works around it, FWIW, but then we lose a little
space within the ZFS snapshots.

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

** Attachment added: "Test case"
   https://bugs.launchpad.net/bugs/1887727/+attachment/5393017/+files/openat.c

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

Title:
  Permission denied opening file in a directory with a sticky bit

Status in zfs-linux package in Ubuntu:
  New

Bug description:
  We just upgraded to Ubuntu 20.04, so we're now running version
  0.8.3-1ubuntu12.1 of zfsutils-linux and related packages.

  We have a backup server that's essentially rsyncing files from remote
  systems. After the upgrade we started getting Permission denied
  failures on a few files, which match a specific pattern:

  In a directory with a sticky bit set:
  /zfs# mkdir testdir
  /zfs# chmod a+t testdir
  ... which is group writable:
  /zfs# chmod g+w testdir
  ... and has an existing file:
  /zfs# touch testdir/test
  ... which has a uid which isn't present on the system:
  /zfs# chown  testdir/test 
  ... then an open() call with O_CREAT fails with Permission denied:
  /zfs# ./openat testdir/test 
  Error opening testdir/test: Permission denied (13)

  Skip any of those steps and it doesn't throw the error. It's just that
  specific configuration of directory permissions and file ownership
  that seems to do it.

  The ./openat is a simple test case that just runs open() (so named as
  I was originally testing with the openat() call) and it's attached for
  reference.

  We have an rsync --inplace that gets us into that specific scenario.
  Dropping the --inplace works around it, FWIW, but then we lose a
  little space within the ZFS snapshots.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1887727/+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 1872984] Re: RTL8822BE network driver rtl_wifi crashes on boot in Focal Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

2020-06-06 Thread Josh Bauer
I can also vouch that I run into this issue on a Lenovo Y530-15ICH after
upgrading to Focal Fossa. I haven't upgraded my BIOS (I'm afraid to
until I'm certain I'm doing it correctly).

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

Title:
  RTL8822BE network driver rtl_wifi crashes on boot in Focal Fossa 20.04
  - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

Status in linux package in Ubuntu:
  Invalid

Bug description:
  RTL8822BE crashes after rtw_pci starts on boot after kernel update to
  5.4.0-21 (fails to read DBI register -- see attached dmesg). Issue is
  still present on latest mainline kernel version
  5.7.0-050700rc1-generic .

  [   10.627501] rtw_pci :3a:00.0: start vif 5c:ea:1d:b6:17:11 on port 0
  [   10.714544] [ cut here ]
  [   10.714545] failed to read DBI register, addr=0x0719
  [   10.714577] WARNING: CPU: 0 PID: 939 at 
drivers/net/wireless/realtek/rtw88/pci.c:1156 
rtw_dbi_read8.constprop.0+0xaa/0xc0 [rtwpci]
  [   10.714577] Modules linked in: (see attached dmesg)
  [   10.714614] CPU: 0 PID: 939 Comm: wpa_supplicant Not tainted 
5.7.0-050700rc1-generic #202004122032
  [   10.714614] Hardware name: LENOVO 81CU/LNVNB161216, BIOS 7KCN22WW(V1.03) 
01/23/2018
  [   10.714616] RIP: 0010:rtw_dbi_read8.constprop.0+0xaa/0xc0 [rtwpci]
  [   10.714617] Code: 03 00 00 48 8b 40 50 e8 24 c3 4b e0 5b 41 5c 41 88 45 00 
31 c0 41 5d 5d c3 be 19 07 00 00 48 c7 c7 70 73 94 c0 e8 bb de 75 df <0f> 0b b8 
fb ff ff ff 5b 41 5c 41 5d 5d c3 0f 1f 84 00 00 00 00 00
  [   10.714618] RSP: 0018:b466007e7880 EFLAGS: 00010282
  [   10.714618] RAX:  RBX:  RCX: 
0007
  [   10.714619] RDX: 0007 RSI: 0092 RDI: 
933cc9e19c80
  [   10.714619] RBP: b466007e7898 R08: 03d2 R09: 
0004
  [   10.714620] R10:  R11: 0001 R12: 
933cbdf31ea0
  [   10.714620] R13: b466007e78af R14: 933cbdf35bc8 R15: 

  [   10.714622] FS:  7fbcedc6efc0() GS:933cc9e0() 
knlGS:
  [   10.714622] CS:  0010 DS:  ES:  CR0: 80050033
  [   10.714623] CR2: 563278766000 CR3: 0002be7a4002 CR4: 
003606f0
  [   10.714623] Call Trace:
  [   10.714627]  rtw_pci_link_ps+0x4e/0x90 [rtwpci]
  [   10.714630]  ? _raw_spin_unlock_bh+0x1e/0x20
  [   10.714637]  rtw_leave_ips+0x1f/0x80 [rtw88]
  [   10.714640]  rtw_ops_config+0xa3/0xe0 [rtw88]
  [   10.714658]  ieee80211_hw_config+0x95/0x390 [mac80211]
  [   10.714669]  ieee80211_recalc_idle+0x27/0x30 [mac80211]
  [   10.714679]  __ieee80211_start_scan+0x334/0x750 [mac80211]
  [   10.714688]  ieee80211_request_scan+0x30/0x50 [mac80211]
  [   10.714699]  ieee80211_scan+0x5c/0xa0 [mac80211]
  [   10.714719]  nl80211_trigger_scan+0x59a/0x6c0 [cfg80211]
  [   10.714722]  genl_rcv_msg+0x1a8/0x470
  [   10.714724]  ? ep_poll_callback+0x2a0/0x2c0
  [   10.714725]  ? genl_family_rcv_msg_attrs_parse+0x100/0x100
  [   10.714726]  netlink_rcv_skb+0x50/0x120
  [   10.714728]  genl_rcv+0x29/0x40
  [   10.714729]  netlink_unicast+0x1a8/0x250
  [   10.714730]  netlink_sendmsg+0x233/0x460
  [   10.714739]  ? _copy_from_user+0x31/0x60
  [   10.714750]  sock_sendmsg+0x65/0x70
  [   10.714751]  sys_sendmsg+0x212/0x280
  [   10.714752]  ? copy_msghdr_from_user+0x5c/0x90
  [   10.714755]  ? __check_object_size+0x4d/0x150
  [   10.714756]  ___sys_sendmsg+0x81/0xc0
  [   10.714757]  ? __check_object_size+0x4d/0x150
  [   10.714759]  ? unix_ioctl+0x99/0x180
  [   10.714760]  ? sock_getsockopt+0x198/0xc04
  [   10.714761]  ? sock_do_ioctl+0x47/0x140
  [   10.714763]  ? __cgroup_bpf_run_filter_setsockopt+0xae/0x2c0
  [   10.714765]  ? _cond_resched+0x19/0x30
  [   10.714767]  ? aa_sk_perm+0x43/0x1b0
  [   10.714768]  __sys_sendmsg+0x5c/0xa0
  [   10.714770]  __x64_sys_sendmsg+0x1f/0x30
  [   10.714772]  do_syscall_64+0x57/0x1b0
  [   10.714773]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
  [   10.714774] RIP: 0033:0x7fbcedffb5b7
  [   10.714775] Code: 64 89 02 48 c7 c0 ff ff ff ff eb bb 0f 1f 80 00 00 00 00 
f3 0f 1e fa 64 8b 04 25 18 00 00 00 85 c0 75 10 b8 2e 00 00 00 0f 05 <48> 3d 00 
f0 ff ff 77 51 c3 48 83 ec 28 89 54 24 1c 48 89 74 24 10
  [   10.714776] RSP: 002b:7fff88e22288 EFLAGS: 0246 ORIG_RAX: 
002e
  [   10.714777] RAX: ffda RBX: 5632787355d0 RCX: 
7fbcedffb5b7
  [   10.714777] RDX:  RSI: 7fff88e222c0 RDI: 
0006
  [   10.714778] RBP: 563278761380 R08: 0004 R09: 
563278761380
  [   10.714778] R10: 7fff88e22394 R11: 0246 R12: 
5632787354e0
  [   10.714779] R13: 7fff88e222c0 R14: 7fff88e22394 R15: 
563278766710
  [   10.714780] ---[ end trace f00c16109236af6f ]---
  [   10.714782] rtw_pci :3a:00.0: failed to read ASPM, ret=-5

  

[Kernel-packages] [Bug 1838151] Re: Poor quality audio with modern Bluetooth headsets in HSP/HFP. Missing wide band speech support.

2020-05-07 Thread Josh Leivenzon
This is even more important now, with many people working/learning from
home...

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

Title:
  Poor quality audio with modern Bluetooth headsets in HSP/HFP.  Missing
  wide band speech support.

Status in PulseAudio:
  New
Status in bluez package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed
Status in pulseaudio package in Ubuntu:
  Confirmed
Status in Arch Linux:
  New

Bug description:
  Bluetooth HSP/HFP audio quality is poor on Ubuntu comparative to all
  other major platforms (Windows, MacOS, ChromeOS, Android, iOS).

  Modern Bluetooth headsets (such as the Bose QC series headphones, many
  others) are capable of using HFP 1.6 with mSBC 16kHz audio encoding.
  As it currently stands, Ubuntu defaults to only supporting HSP
  headsets using 8kHz CVSD, and is incapable of supporting HFP 1.6 at
  this time.

  The ChromiumOS team recently tackled this issue -
  https://bugs.chromium.org/p/chromium/issues/detail?id=843048

  Their efforts may assist in bringing this to Ubuntu, however it
  appears that there are quite a lot of differences considering they
  have developed their own audio server solution etc.

  The Bluetooth Telephony Working Group published the HFP 1.6 spec in
  May 2011 -
  https://www.bluetooth.org/docman/handlers/downloaddoc.ashx?doc_id=238193

  Patches have been proposed in the past for this issue to the kernel
  and PulseAudio:

  PulseAudio: https://patchwork.freedesktop.org/patch/245272/
  Kernel: https://www.spinics.net/lists/linux-bluetooth/msg76982.html

  It appears that the Chromium OS team applied the same kernel patch:
  
https://chromium.googlesource.com/chromiumos/third_party/kernel/+/77dd0cb94c1713a8a12f6e392955dfa64c430e54

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: pulseaudio 1:12.2-2ubuntu3
  ProcVersionSignature: Ubuntu 5.0.0-20.21-generic 5.0.8
  Uname: Linux 5.0.0-20-generic x86_64
  ApportVersion: 2.20.10-0ubuntu27.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jnappi 2777 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Jul 27 11:08:29 2019
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2017-11-04 (629 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: pulseaudio
  UpgradeStatus: Upgraded to disco on 2019-07-18 (9 days ago)
  dmi.bios.date: 06/07/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R07ET67W (2.07 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20FW000TUS
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40705 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR07ET67W(2.07):bd06/07/2016:svnLENOVO:pn20FW000TUS:pvrThinkPadT460p:rvnLENOVO:rn20FW000TUS:rvrSDK0J40705WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad T460p
  dmi.product.name: 20FW000TUS
  dmi.product.sku: LENOVO_MT_20FW_BU_Think_FM_ThinkPad T460p
  dmi.product.version: ThinkPad T460p
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/1838151/+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 1795292] Re: ELAN469D touch pad not working

2020-04-07 Thread Josh Freeno
Operating System: Kubuntu 20.04
KDE Plasma Version: 5.18.4
KDE Frameworks Version: 5.68.0
Qt Version: 5.12.5
Kernel Version: 5.4.0-21-generic
OS Type: 64-bit
Processors: 12 × Intel® Core™ i7-9750H CPU @ 2.60GHz
Memory: 15.4 GiB of RAM

[1.387731] kernel: i2c_hid i2c-DELL0926:00: i2c-DELL0926:00 supply vdd not 
found, using dummy regulator
[1.387739] kernel: i2c_hid i2c-DELL0926:00: i2c-DELL0926:00 supply vddl not 
found, using dummy regulator

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

Title:
  ELAN469D touch pad not working

Status in Linux:
  Confirmed
Status in linux package in Ubuntu:
  Fix Released

Bug description:
  I installed Bionic Beaver and now upgraded to Cosmic Cuttlefish on
  this Lenovo Ideapad 330S-15ARR laptop.  The touch pad doesn't work in
  either.

  Some possibly relevant info from dmesg:
  i2c_hid i2c-ELAN469D:00: i2c-ELAN469D:00 supply vdd not found, using dummy 
regulator
  i2c_designware AMDI0010:01: controller timed out

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: linux-image-4.18.0-7-generic 4.18.0-7.8
  ProcVersionSignature: Ubuntu 4.18.0-7.8-generic 4.18.5
  Uname: Linux 4.18.0-7-generic x86_64
  ApportVersion: 2.20.10-0ubuntu11
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  xorbit 2086 F pulseaudio
   /dev/snd/pcmC1D0p:   xorbit 2086 F...m pulseaudio
   /dev/snd/controlC0:  xorbit 2086 F pulseaudio
  CurrentDesktop: GNOME
  Date: Sun Sep 30 23:14:26 2018
  InstallationDate: Installed on 2018-09-20 (10 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: LENOVO 81FB
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-7-generic 
root=UUID=4d91f09e-6122-4dd4-81fc-482465f8f0e7 ro noapic processor.max_cstate=1 
rcu_nocbs=0-7 pcie_aspm=off pci=noaer quiet splash vt.handoff=1 
elan_i2c.dyndbg=+p
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-7-generic N/A
   linux-backports-modules-4.18.0-7-generic  N/A
   linux-firmware1.175
  SourcePackage: linux
  UpgradeStatus: Upgraded to cosmic on 2018-09-30 (0 days ago)
  dmi.bios.date: 06/08/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7WCN22WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709WIN
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad 330S-15ARR
  dmi.modalias: 
dmi:bvnLENOVO:bvr7WCN22WW:bd06/08/2018:svnLENOVO:pn81FB:pvrLenovoideapad330S-15ARR:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrLenovoideapad330S-15ARR:
  dmi.product.family: ideapad 330S-15ARR
  dmi.product.name: 81FB
  dmi.product.sku: LENOVO_MT_81FB_BU_idea_FM_ideapad 330S-15ARR
  dmi.product.version: Lenovo ideapad 330S-15ARR
  dmi.sys.vendor: LENOVO
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.10-0ubuntu11
  Architecture: amd64
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 18.10
  InstallationDate: Installed on 2018-09-20 (13 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Tags:  cosmic
  Uname: Linux 4.19.0-041900rc6-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: Upgraded to cosmic on 2018-09-30 (2 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1795292/+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 1837326] Re: platform eisa.0: EISA: Cannot allocate resource for mainboard

2020-04-03 Thread Josh Freeno
Operating System: Kubuntu 20.04
KDE Plasma Version: 5.18.3
KDE Frameworks Version: 5.68.0
Qt Version: 5.12.5
Kernel Version: 5.4.0-21-generic
OS Type: 64-bit
Processors: 12 × Intel® Core™ i7-9750H CPU @ 2.60GHz
Memory: 15.4 GiB of RAM

Apr 02 17:53:55 buntu kernel: platform eisa.0: Probing EISA bus 0
Apr 02 17:53:55 buntu kernel: platform eisa.0: EISA: Cannot allocate resource 
for mainboard
Apr 02 17:53:55 buntu kernel: platform eisa.0: Cannot allocate resource for 
EISA slot 1
Apr 02 17:53:55 buntu kernel: platform eisa.0: Cannot allocate resource for 
EISA slot 2
Apr 02 17:53:55 buntu kernel: platform eisa.0: Cannot allocate resource for 
EISA slot 3
Apr 02 17:53:55 buntu kernel: platform eisa.0: Cannot allocate resource for 
EISA slot 4
Apr 02 17:53:55 buntu kernel: platform eisa.0: Cannot allocate resource for 
EISA slot 5
Apr 02 17:53:55 buntu kernel: platform eisa.0: Cannot allocate resource for 
EISA slot 6
Apr 02 17:53:55 buntu kernel: platform eisa.0: Cannot allocate resource for 
EISA slot 7
Apr 02 17:53:55 buntu kernel: platform eisa.0: Cannot allocate resource for 
EISA slot 8
Apr 02 17:53:55 buntu kernel: platform eisa.0: EISA: Detected 0 cards

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

Title:
  platform eisa.0: EISA: Cannot allocate resource for mainboard

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  dmesg:
  [0.889531] platform eisa.0: EISA: Cannot allocate resource for mainboard
  [0.889533] platform eisa.0: Cannot allocate resource for EISA slot 1
  [0.889535] platform eisa.0: Cannot allocate resource for EISA slot 2
  [0.889536] platform eisa.0: Cannot allocate resource for EISA slot 3
  [0.889537] platform eisa.0: Cannot allocate resource for EISA slot 4
  [0.889539] platform eisa.0: Cannot allocate resource for EISA slot 5
  [0.889540] platform eisa.0: Cannot allocate resource for EISA slot 6
  [0.889541] platform eisa.0: Cannot allocate resource for EISA slot 7
  [0.889542] platform eisa.0: Cannot allocate resource for EISA slot 8

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: linux-image-5.2.0-8-generic 5.2.0-8.9
  ProcVersionSignature: Ubuntu 5.2.0-8.9-generic 5.2.0
  Uname: Linux 5.2.0-8-generic x86_64
  ApportVersion: 2.20.11-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  caravena   3028 F pulseaudio
   /dev/snd/pcmC0D0p:   caravena   3028 F...m pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Jul 21 12:16:07 2019
  HibernationDevice: RESUME=UUID=efcf081f-0bb0-4907-b78c-1299aa4aee57
  InstallationDate: Installed on 2018-12-02 (230 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: HP HP Pavilion x360 Convertible 14-cd0xxx
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-5.2.0-8-generic 
root=UUID=28bdadba-133c-4f5b-a5c9-b06993ea7ce2 ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.2.0-8-generic N/A
   linux-backports-modules-5.2.0-8-generic  N/A
   linux-firmware   1.181
  SourcePackage: linux
  UpgradeStatus: Upgraded to eoan on 2018-12-02 (230 days ago)
  dmi.bios.date: 04/29/2019
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.34
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 8486
  dmi.board.vendor: HP
  dmi.board.version: 72.23
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: HP
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.34:bd04/29/2019:svnHP:pnHPPavilionx360Convertible14-cd0xxx:pvrType1ProductConfigId:rvnHP:rn8486:rvr72.23:cvnHP:ct31:cvrChassisVersion:
  dmi.product.family: 103C_5335KV HP Pavilion
  dmi.product.name: HP Pavilion x360 Convertible 14-cd0xxx
  dmi.product.sku: 3PX63LA#ABM
  dmi.product.version: Type1ProductConfigId
  dmi.sys.vendor: HP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1837326/+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 1806437] Re: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)

2020-03-24 Thread Josh Freeno
Operating System: Kubuntu 20.04
KDE Plasma Version: 5.18.3
KDE Frameworks Version: 5.67.0
Qt Version: 5.12.5
Kernel Version: 5.4.0-18-generic
OS Type: 64-bit
Processors: 12 × Intel® Core™ i7-9750H CPU @ 2.60GHz
Memory: 15.4 GiB of RAM

Dell Precision 7540
Ubuntu Certified 
Machine came with Ubuntu 18.03

Acpi dump is comment #22

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

Title:
  acpi PNP0C14:02: duplicate WMI GUID
  05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on
  PNP0C14:01)

Status in Linux:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  dmesg:
  [   15.390738] acpi PNP0C14:02: duplicate WMI GUID 
05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)

  Best regards,
  --
  Cristian Aravena Romero (caravena)

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: linux-image-4.18.0-11-generic 4.18.0-11.12
  ProcVersionSignature: Ubuntu 4.18.0-11.12-generic 4.18.12
  Uname: Linux 4.18.0-11-generic x86_64
  ApportVersion: 2.20.10-0ubuntu14
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  caravena   2769 F pulseaudio
   /dev/snd/pcmC0D0p:   caravena   2769 F...m pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Dec  3 12:49:26 2018
  HibernationDevice: RESUME=UUID=efcf081f-0bb0-4907-b78c-1299aa4aee57
  InstallationDate: Installed on 2018-12-02 (0 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: HP HP Pavilion x360 Convertible 14-cd0xxx
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-4.18.0-11-generic 
root=UUID=28bdadba-133c-4f5b-a5c9-b06993ea7ce2 ro rootflags=subvol=@ quiet 
splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-11-generic N/A
   linux-backports-modules-4.18.0-11-generic  N/A
   linux-firmware 1.176
  SourcePackage: linux
  UpgradeStatus: Upgraded to disco on 2018-12-02 (0 days ago)
  dmi.bios.date: 06/14/2018
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.13
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 8486
  dmi.board.vendor: HP
  dmi.board.version: 72.19
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: HP
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.13:bd06/14/2018:svnHP:pnHPPavilionx360Convertible14-cd0xxx:pvrType1ProductConfigId:rvnHP:rn8486:rvr72.19:cvnHP:ct31:cvrChassisVersion:
  dmi.product.family: 103C_5335KV HP Pavilion
  dmi.product.name: HP Pavilion x360 Convertible 14-cd0xxx
  dmi.product.sku: 3PX63LA#ABM
  dmi.product.version: Type1ProductConfigId
  dmi.sys.vendor: HP

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1806437/+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 1806437] Re: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)

2020-03-24 Thread Josh Freeno
** Attachment added: "acpi-dump.bin"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1806437/+attachment/5341270/+files/acpi-dump.bin

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

Title:
  acpi PNP0C14:02: duplicate WMI GUID
  05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on
  PNP0C14:01)

Status in Linux:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  dmesg:
  [   15.390738] acpi PNP0C14:02: duplicate WMI GUID 
05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)

  Best regards,
  --
  Cristian Aravena Romero (caravena)

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: linux-image-4.18.0-11-generic 4.18.0-11.12
  ProcVersionSignature: Ubuntu 4.18.0-11.12-generic 4.18.12
  Uname: Linux 4.18.0-11-generic x86_64
  ApportVersion: 2.20.10-0ubuntu14
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  caravena   2769 F pulseaudio
   /dev/snd/pcmC0D0p:   caravena   2769 F...m pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Dec  3 12:49:26 2018
  HibernationDevice: RESUME=UUID=efcf081f-0bb0-4907-b78c-1299aa4aee57
  InstallationDate: Installed on 2018-12-02 (0 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: HP HP Pavilion x360 Convertible 14-cd0xxx
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-4.18.0-11-generic 
root=UUID=28bdadba-133c-4f5b-a5c9-b06993ea7ce2 ro rootflags=subvol=@ quiet 
splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-11-generic N/A
   linux-backports-modules-4.18.0-11-generic  N/A
   linux-firmware 1.176
  SourcePackage: linux
  UpgradeStatus: Upgraded to disco on 2018-12-02 (0 days ago)
  dmi.bios.date: 06/14/2018
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.13
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 8486
  dmi.board.vendor: HP
  dmi.board.version: 72.19
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: HP
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.13:bd06/14/2018:svnHP:pnHPPavilionx360Convertible14-cd0xxx:pvrType1ProductConfigId:rvnHP:rn8486:rvr72.19:cvnHP:ct31:cvrChassisVersion:
  dmi.product.family: 103C_5335KV HP Pavilion
  dmi.product.name: HP Pavilion x360 Convertible 14-cd0xxx
  dmi.product.sku: 3PX63LA#ABM
  dmi.product.version: Type1ProductConfigId
  dmi.sys.vendor: HP

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1806437/+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 1847937] Re: 'gpu has fallen off the bus' after return from suspend

2019-12-27 Thread Josh Yavor
Unfortunately upon investigation of the fix Andrés mentioned in #18, I
found that my system (Eoan, 5.3.0-24, Lenovo W540) was already
configured for deep and not s2idle and is still affected by the 'gpu has
fallen off the bus' issue.

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

Title:
  'gpu has fallen off the bus' after return from suspend

Status in linux package in Ubuntu:
  Triaged

Bug description:
  With this message the only way to resume work is to reboot the system
  using power button.

  With kernel linux-image-5.3.0-13-generic everything is OK.
  Problem appeared afer upgrade to linux-image-5.3.0-17-generic and still 
happens in linux-image-5.3.0-18-generic.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: linux-image-5.3.0-18-generic 5.3.0-18.19+1
  ProcVersionSignature: Ubuntu 5.3.0-13.14-generic 5.3.0
  Uname: Linux 5.3.0-13-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  player 4451 F pulseaudio
   /dev/snd/controlC1:  player 4451 F pulseaudio
   /dev/snd/controlC0:  player 4451 F pulseaudio
  CurrentDesktop: KDE
  Date: Mon Oct 14 01:27:04 2019
  HibernationDevice: RESUME=UUID=a58bb700-5818-4ca6-8351-fd4e5e28ea9e
  MachineType: LENOVO 20BG0016US
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-13-generic 
root=UUID=d0c33b75-6f04-4d53-bc3b-91924e3bcf91 ro quiet splash vga=current 
loglevel=0 vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-13-generic N/A
   linux-backports-modules-5.3.0-13-generic  N/A
   linux-firmware1.183
  SourcePackage: linux
  UpgradeStatus: Upgraded to eoan on 2019-10-08 (5 days ago)
  WifiSyslog:
   
  dmi.bios.date: 05/30/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GNET88WW (2.36 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20BG0016US
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98401 Pro
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGNET88WW(2.36):bd05/30/2018:svnLENOVO:pn20BG0016US:pvrThinkPadW540:rvnLENOVO:rn20BG0016US:rvr0B98401Pro:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.family: ThinkPad W540
  dmi.product.name: 20BG0016US
  dmi.product.sku: LENOVO_MT_20BG
  dmi.product.version: ThinkPad W540
  dmi.sys.vendor: LENOVO

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


Re: [Kernel-packages] [Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2019-07-25 Thread Josh Arenson
Ah, sorry. I swapped this card for an Intel one years ago. I had never
tried the Realtek card on windows either.

Thanks anyway for following up,
-   Josh

On Thu, Jul 25, 2019 at 8:34 AM Larry Finger 
wrote:

> I reached my contact at Realtek. He analyzed the output and thinks that
> this particular chip has a faulty EFUSE programming, or that it possible
> was not programmed in the factory. Either case should have been caught
> in testing, but mistakes happen.
>
> Has this card been tested on Windows 10?
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1239578
>
> Title:
>   No wireless support for Realtek RTL8192EE [10ec:818b]
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/hwe-next/+bug/1239578/+subscriptions
>


-- 
:wq

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

Status in HWE Next:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Trusty:
  Won't Fix
Status in linux source package in Utopic:
  Fix Released

Bug description:
  Open this bug to trace device driver RTL8192EE.

  We have seen this wireless card on some laptops, id is [10ec:818b],
  driver is RTL8192EE.

  This bug is only for the initial support of this WiFi adapter, it's
  not working 100% well yet, please report new "not working bug" or
  contact upstream but not keep posting comments, thanks.

  
  Status:

  pull-request for trusty was NAKed because next minor Trusty release
  will use Utopic LTS kernel, which had already fixed this issue.

  please wait it or upgrade your whole distro to Utopic.

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

2019-06-26 Thread Josh Miltz
Hi all,

I have been following this bug report for a while - I just wanted to
check in on status. Will the fix be rolled out now that Paulo has
confirmed the working kernel version?

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

Title:
  Dell XPS 13 9380 flickering  (Whiskey Lake)

Status in Linux:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  A brand new Dell XPS 13 9380 preinstalled with Ubuntu 18.04 flickers
  to the point of being totally unusable.

  I have upgraded since to 18.10 and 19.04 with no changes. I have tried
  several combinations of the i915 parameters fastboot, enable_rc6 and
  enable_fbc to no avail.

  Examples of flickering are here:
  https://photos.app.goo.gl/1PkL2HrjMBP41aML9
  https://photos.app.goo.gl/CMzmMwrCPH5wh8aw6
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.10-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gdm1430 F pulseaudio
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-bionic-amd64-20180608-47+italia-whl+X31
  DistroRelease: Ubuntu 19.04
  InstallationDate: Installed on 2019-04-13 (10 days ago)
  InstallationMedia: Ubuntu 18.04 "Bionic" - Build amd64 LIVE Binary 
20180608-09:38
  MachineType: Dell Inc. XPS 13 9380
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1035-oem 
root=UUID=252898e9-6e96-4705-a709-2db930b7c4c7 ro quiet splash i915.fastboot=1 
i915.enable_rc6=0 vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-1035.40-oem 4.15.18
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-1035-oem N/A
   linux-backports-modules-4.15.0-1035-oem  N/A
   linux-firmware   1.178
  Tags:  disco
  Uname: Linux 4.15.0-1035-oem x86_64
  UpgradeStatus: Upgraded to disco on 2019-04-24 (0 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 02/14/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.2.1
  dmi.board.name: 0KTW76
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.1:bd02/14/2019:svnDellInc.:pnXPS139380:pvr:rvnDellInc.:rn0KTW76:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 13 9380
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1826125/+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 1810416] Re: SD card error mmc0: error -110 whilst initialising SD card

2019-04-13 Thread Josh Holland
For anyone experiencing this issue with a Realtek RTL8411 card reader:

04:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTL8411B PCI 
Express Card Reader (rev 01)
Subsystem: CLEVO/KAPOK Computer RTL8411B PCI Express Card Reader
Flags: bus master, fast devsel, latency 0, IRQ 19
Memory at a4215000 (32-bit, non-prefetchable) [size=4K]
Expansion ROM at a420 [disabled] [size=64K]
Capabilities: 
Kernel driver in use: rtsx_pci
Kernel modules: rtsx_pci

the out-of-tree rts_bpp module appears to work fine with kernel version
4.15.0-47: https://github.com/Ri0n/rts_bpp

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

Title:
  SD card error mmc0: error -110 whilst initialising SD card

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  When inserting card to internal card reader:

  laurynas@laurynas-ThinkPad-T450:~$ dmesg
  [342809.333716] mmc0: error -110 whilst initialising SD card

  laurynas@laurynas-ThinkPad-T450:~$ uname -a
  Linux laurynas-ThinkPad-T450 4.15.0-43-generic #46-Ubuntu SMP Thu Dec 6 
14:45:28 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

  
  SanDisk Extreme 64GB UHS 3. Working fine on windows 10.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-43-generic 4.15.0-43.46
  ProcVersionSignature: Ubuntu 4.15.0-43.46-generic 4.15.18
  Uname: Linux 4.15.0-43-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  laurynas   3963 F pulseaudio
   /dev/snd/controlC0:  laurynas   3963 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Jan  3 16:09:26 2019
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=6d87ff4e-c0ef-4f84-a96e-19a22e4acce4
  InstallationDate: Installed on 2017-02-18 (683 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  MachineType: LENOVO 20BUS3GN07
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-43-generic 
root=UUID=a0b409bc-4664-443b-b5be-7941f78d50a8 ro quiet splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-43-generic N/A
   linux-backports-modules-4.15.0-43-generic  N/A
   linux-firmware 1.173.2
  SourcePackage: linux
  UpgradeStatus: Upgraded to bionic on 2018-10-04 (90 days ago)
  dmi.bios.date: 02/27/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: JBET68WW (1.32 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20BUS3GN07
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50510 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrJBET68WW(1.32):bd02/27/2018:svnLENOVO:pn20BUS3GN07:pvrThinkPadT450:rvnLENOVO:rn20BUS3GN07:rvrSDK0E50510WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad T450
  dmi.product.name: 20BUS3GN07
  dmi.product.version: ThinkPad T450
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1810416/+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 1810416] Re: SD card error mmc0: error -110 whilst initialising SD card

2019-04-13 Thread Josh Holland
Same issue here, also with a SanDisk Extreme microSD card (128GB).

Possibly relevant: https://bugzilla.kernel.org/show_bug.cgi?id=202473

** Bug watch added: Linux Kernel Bug Tracker #202473
   https://bugzilla.kernel.org/show_bug.cgi?id=202473

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

Title:
  SD card error mmc0: error -110 whilst initialising SD card

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  When inserting card to internal card reader:

  laurynas@laurynas-ThinkPad-T450:~$ dmesg
  [342809.333716] mmc0: error -110 whilst initialising SD card

  laurynas@laurynas-ThinkPad-T450:~$ uname -a
  Linux laurynas-ThinkPad-T450 4.15.0-43-generic #46-Ubuntu SMP Thu Dec 6 
14:45:28 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

  
  SanDisk Extreme 64GB UHS 3. Working fine on windows 10.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-43-generic 4.15.0-43.46
  ProcVersionSignature: Ubuntu 4.15.0-43.46-generic 4.15.18
  Uname: Linux 4.15.0-43-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  laurynas   3963 F pulseaudio
   /dev/snd/controlC0:  laurynas   3963 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Jan  3 16:09:26 2019
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=6d87ff4e-c0ef-4f84-a96e-19a22e4acce4
  InstallationDate: Installed on 2017-02-18 (683 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  MachineType: LENOVO 20BUS3GN07
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-43-generic 
root=UUID=a0b409bc-4664-443b-b5be-7941f78d50a8 ro quiet splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-43-generic N/A
   linux-backports-modules-4.15.0-43-generic  N/A
   linux-firmware 1.173.2
  SourcePackage: linux
  UpgradeStatus: Upgraded to bionic on 2018-10-04 (90 days ago)
  dmi.bios.date: 02/27/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: JBET68WW (1.32 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20BUS3GN07
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50510 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrJBET68WW(1.32):bd02/27/2018:svnLENOVO:pn20BUS3GN07:pvrThinkPadT450:rvnLENOVO:rn20BUS3GN07:rvrSDK0E50510WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad T450
  dmi.product.name: 20BUS3GN07
  dmi.product.version: ThinkPad T450
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1810416/+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 1734243] Re: Intel 9260/9462/9560 firmware support

2019-04-06 Thread josh
6b:00.0 Network controller: Intel Corporation Wireless-AC 9260 (rev 29)

This was never really fixed for the 9260 on 5ghz.  Rarely connects at
5ghz and very slow.

I've tried the most recent linux kernel and the most recent ubuntu
kernel.  BT and 2.4ghz is fine.

:6b:00.0: Unhandled alg: 0x707

Reverted to 4.18.0-17-generic and same error.

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

Title:
  Intel 9260/9462/9560 firmware support

Status in HWE Next:
  Fix Released
Status in linux-firmware package in Ubuntu:
  Fix Released
Status in linux-firmware source package in Xenial:
  Fix Released
Status in linux-firmware source package in Zesty:
  Won't Fix
Status in linux-firmware source package in Artful:
  Fix Released

Bug description:
  SRU Justification
  [Impact]
  Intel 9260/9462/9560 require new firmwares to enable them.

  [ 7.492326] iwlwifi :00:0c.0: Direct firmware load for 
iwlwifi-9000-pu-a0-jf-b0-33.ucode failed with error -2
  [ 7.492349] iwlwifi :00:0c.0: Direct firmware load for 
iwlwifi-9000-pu-a0-jf-b0-32.ucode failed with error -2
  [ 7.492362] iwlwifi :00:0c.0: Direct firmware load for 
iwlwifi-9000-pu-a0-jf-b0-31.ucode failed with error -2
  [ 7.492375] iwlwifi :00:0c.0: Direct firmware load for 
iwlwifi-9000-pu-a0-jf-b0-30.ucode failed with error -2
  [ 7.492378] iwlwifi :00:0c.0: no suitable firmware found!

  For v4.13 kernel, it uses firmware version 33, so we only need this.

  commit c4276b65390d32d33c8263a7e3c8be0db8cccad4 (tag: 
refs/tags/iwlwifi-fw-2017-11-03)
  Author: Luca Coelho 
  Date:   Fri Oct 13 14:22:26 2017 +0300

  iwlwifi: add firmware version 33 for new 9000 series

  Build number: WFFW53774_R30_FW610294

  Revision number: 610294

  Signed-off-by: Luca Coelho 

  [Test Case]
  After applying the firmwares, confirm the 9260/9560 can connect to 6 
different APs(bg/n/ac * open/wap)

  [Regression Potential]
  There is no regression for the new devices and new firmwares.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1734243/+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 1798961] Re: Random unrecoverable freezes on Ubuntu 18.10

2019-01-11 Thread Josh Krull
I found a solution to my particular issue. 
DISCLAIMER: I'm not positive that I experienced the same issue as other 
commenters since the problem was more pronounced than others have been 
describing. Since this is a new system, this was the first time I tried to 
install Ubuntu. I'll try to describe what I found in some detail since this was 
thread seemed like the most pertinent to my issue it may help others.

In my case I had neglected to enroll an MDK correctly. I was able to use
the system a little longer by using Ctrl-Alt-F2 to login instead of
using X. Once in the terminal I was able to see some useful messages
when the lockup occured. In one instance I got a hard lockup:

[99.065138] NMI watchdog: Watchdog detected hard LOCKUP on cpu9

The more useful message occurred during another lockup which was a
series of messages from nouveau. Here are the first and last messages:

[28.832124] nouveau :01:00.0: secboot: error during falcon reset: -110
[43.811710] nouveau :01:00.0: systemd-logind[1025]: failed to idle 
channel 2 [systemd-logind[1025]]

Steps to reproduce (from memory, not verified): 
 - Select proprietary drivers during install with UEFI boot mode and Secure 
Boot enabled.
 - Enter password for MDK
 - Reboot
 - MDK management screen displayed, select continue to boot (THIS WAS THE 
MISTAKE)

I had never used an MDK before, so did not know that you had to elect to
"Enroll" the MDK that was generated during the install process. I had
expected to be prompted for a password at some point during the reboot
based on the language in the installer. There is some user interaction
required at that menu to enroll the MDK at which point the user is
prompted for a password and then a reboot can be completed.

Description of MDK with some screenshots:
https://wiki.ubuntu.com/UEFI/SecureBoot/DKMS

Steps to address issue once reproduced (basically remove nouveau,
install NVIDIA official driver):

I blacklisted a number of modules in /etc/modprobe.d/blacklist.conf:

blacklist amd76x_edac 
blacklist vga16fb
blacklist nouveau
blacklist rivafb
blacklist nvidiafb
blacklist rivatv

I got the list of modules from: https://askubuntu.com/questions/481414
/install-nvidia-driver-instead-of-nouveau however I did not download the
driver from NVIDIA, I used one from the repository:

sudo apt install nvidia-driver-410

This laptop uses an i7-8750H which (I think) contains integrated
graphics. The 1060 should be feeding the display, but I'm not sure if
the presence of a second graphics adapter introduced a conflict.

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

Title:
  Random unrecoverable freezes on Ubuntu 18.10

Status in linux package in Ubuntu:
  Triaged
Status in linux source package in Bionic:
  Triaged
Status in linux source package in Cosmic:
  Triaged
Status in linux source package in Disco:
  Triaged

Bug description:
  First thing I notice is that the mouse cursor freezes as I'm using it,
  then I hit the CAPS LOCK key and the LED indicator doesn't respond.
  Then I try the "REISUB" command, but it doesn't do anything either.
  Only a hard reset works, pressing down the power button for a few
  seconds.

  How to reproduce?
  I couldn't figure out a consistent method. It is still random to me.

  Version: Ubuntu 4.18.0-10.11-generic 4.18.12
  System information attached.

  Also happens under Arch Linux and Fedora.
  I've talked to another user on IRC who seems to be having the same freezes.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: linux-image-4.18.0-10-generic 4.18.0-10.11
  ProcVersionSignature: Ubuntu 4.18.0-10.11-generic 4.18.12
  Uname: Linux 4.18.0-10-generic x86_64
  ApportVersion: 2.20.10-0ubuntu13
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  dsilva 1213 F pulseaudio
   /dev/snd/controlC0:  dsilva 1213 F pulseaudio
  CurrentDesktop: XFCE
  Date: Sat Oct 20 09:54:50 2018
  InstallationDate: Installed on 2018-10-20 (0 days ago)
  InstallationMedia: Xubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.2)
  MachineType: Dell Inc. Inspiron 5458
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.18.0-10-generic 
root=/dev/mapper/xubuntu--vg-root ro quiet splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-10-generic N/A
   linux-backports-modules-4.18.0-10-generic  N/A
   linux-firmware 1.175
  RfKill:
   0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/02/2018
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A15
  dmi.board.name: 09WGNT
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 

[Kernel-packages] [Bug 1798961] Re: Random unrecoverable freezes on Ubuntu 18.10

2019-01-11 Thread Josh Krull
I am encountering a similar issue on a new Dell G5 5587. I've installed
Ubuntu 18.10 (fresh download today) alongside Windows 10 on a 1TB nvme
SSD.

I can boot into Ubuntu, but the system hangs shortly after boot, usually
less than 5 minutes.  I have not determined what specifically triggers
the hanging.  I have noticed that it does not happen all at once. By
that I mean that I lose mouse first (touchpad and wireless mouse), but I
can still use the keyboard (sometimes) for a few seconds after the mouse
is gone. This makes me wonder if the system is actually frozen or if
there is just no HID being recognized.  I've also seen the system "lag"
input from the keyboard: no response immediately but 30-40 seconds later
characters that I typed will appear. I also notice that the fans kick on
high, so there may be a runaway processes.

In the current state 18.10 is unusable. I haven't even been able tail
the log files, I encounter the hang before I have time to troubleshoot
the issue. I'm not sure if it's the same issue or something specific to
my hardware, I'll update as I continue to try to troubleshoot.

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

Title:
  Random unrecoverable freezes on Ubuntu 18.10

Status in linux package in Ubuntu:
  Triaged
Status in linux source package in Bionic:
  Triaged
Status in linux source package in Cosmic:
  Triaged
Status in linux source package in Disco:
  Triaged

Bug description:
  First thing I notice is that the mouse cursor freezes as I'm using it,
  then I hit the CAPS LOCK key and the LED indicator doesn't respond.
  Then I try the "REISUB" command, but it doesn't do anything either.
  Only a hard reset works, pressing down the power button for a few
  seconds.

  How to reproduce?
  I couldn't figure out a consistent method. It is still random to me.

  Version: Ubuntu 4.18.0-10.11-generic 4.18.12
  System information attached.

  Also happens under Arch Linux and Fedora.
  I've talked to another user on IRC who seems to be having the same freezes.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: linux-image-4.18.0-10-generic 4.18.0-10.11
  ProcVersionSignature: Ubuntu 4.18.0-10.11-generic 4.18.12
  Uname: Linux 4.18.0-10-generic x86_64
  ApportVersion: 2.20.10-0ubuntu13
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  dsilva 1213 F pulseaudio
   /dev/snd/controlC0:  dsilva 1213 F pulseaudio
  CurrentDesktop: XFCE
  Date: Sat Oct 20 09:54:50 2018
  InstallationDate: Installed on 2018-10-20 (0 days ago)
  InstallationMedia: Xubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.2)
  MachineType: Dell Inc. Inspiron 5458
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.18.0-10-generic 
root=/dev/mapper/xubuntu--vg-root ro quiet splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-10-generic N/A
   linux-backports-modules-4.18.0-10-generic  N/A
   linux-firmware 1.175
  RfKill:
   0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/02/2018
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A15
  dmi.board.name: 09WGNT
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA15:bd02/02/2018:svnDellInc.:pnInspiron5458:pvr01:rvnDellInc.:rn09WGNT:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Inspiron 5458
  dmi.product.sku: Inspiron 5458
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1798961/+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 1778011] Re: SRU: PRIME Power Saving mode draws too much power

2018-10-15 Thread Josh Holland
Is there another bug I can follow to find out when LightDM will receive
support for this update?

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

Title:
  SRU: PRIME Power Saving mode draws too much power

Status in HWE Next:
  New
Status in gdm3 package in Ubuntu:
  Fix Released
Status in nvidia-graphics-drivers-390 package in Ubuntu:
  Fix Released
Status in nvidia-prime package in Ubuntu:
  Fix Released
Status in nvidia-settings package in Ubuntu:
  Fix Released
Status in ubuntu-drivers-common package in Ubuntu:
  Fix Released
Status in gdm3 source package in Bionic:
  Fix Released
Status in nvidia-graphics-drivers-390 source package in Bionic:
  Fix Released
Status in nvidia-prime source package in Bionic:
  Fix Released
Status in nvidia-settings source package in Bionic:
  Fix Released
Status in ubuntu-drivers-common source package in Bionic:
  Fix Released

Bug description:
  SRU Request:

  [Impact]
  Relying on the nouveau driver and on the vga switcheroo (to get around a 
change in systemd LP: #1777099) caused increased power consumption, and slowed 
down the switching process.

  Furthermore, if the main X/Xwayland session was started by Gdm when
  the nvidia driver was loaded, the session will keep the nvidia module
  loaded, and prevent the system from switching off the dGPU. Also, the
  nouveau driver will be loaded, if nvidia is not, and this can cause
  problems to unsupported NVIDIA GPUs.

  The solution involves the following changes:

  1) Solving the problem in systemd (LP: #1777099)

  2) Adding code in gpu-manager and in nvidia-prime to unload the nvidia
  modules, and to allow the PCI device to sleep.

  3) Making a slight change to the current patch in Gdm, used to call
  the PRIME scripts before and after a Gdm session (so that gpu-manager
  gets actually called on log out)

  4) Adding code in gpu-manager to kill the main X/Xwayland session on
  log out, if the session is preventing us from unloading the nvidia
  driver. A new X/Xwayland session will be created after unload the
  module.

  5) Removing the systemd service that loads nouveau from the nvidia
  packages.

  [Test Case]
  1) Enable the -proposed repository, and install the new 
"ubuntu-drivers-common", nvidia drivers, nvidia-prime, and gdm3 *

  2) Make sure the nvidia packages are installed, and enable performance mode 
(if it is already enabled, call "sudo prime-select intel" first):
  sudo prime-select nvidia

  3) Restart your computer and attach your /var/log/gpu-manager.log. see
  if the system boots correctly. If unsure, please attach your /var/log
  /gpu-manager.log and /var/log/Xorg.0.log

  4) Select power saving mode:
  sudo prime-select intel

  5) Log out and log back in

  6) Check if the nvidia driver is still loaded:
  lsmod | grep nvidia

  [Regression Potential]
  Low, as hybrid graphics support does not work correctly, and the changes only 
affect this use case.

  _
  * Steps to test the updates:

  1) Enable the bionic-proposed repositories

  2) Create /etc/apt/preferences.d/proposed-updates with the following
  content:

  Package: *
  Pin: release a=bionic-proposed
  Pin-Priority: 400

  3) Update the list of packages:

  sudo apt-get update

  4) Install the packages from -proposed using the following command:

  sudo apt install nvidia-driver-390/bionic-proposed gdm3/bionic-
  proposed ubuntu-drivers-common/bionic-proposed nvidia-prime/bionic-
  proposed nvidia-settings/bionic-proposed libnvidia-gl-390/bionic-
  proposed libnvidia-compute-390/bionic-proposed libnvidia-decode-390
  /bionic-proposed libnvidia-encode-390/bionic-proposed libnvidia-
  ifr1-390/bionic-proposed libnvidia-fbc1-390/bionic-proposed

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1778011/+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 1770916] Re: package crda 3.18-1build1 failed to install/upgrade: trying to overwrite '/lib/crda/pubkeys/sforshee.key.pub.pem', which is also in package wireless-regdb 2015.07.2

2018-07-28 Thread Josh Rhoton
I'm still having this error after upgrading to U 18.04 along with
Nautilus image thumbnails. I see this error has been updated to "Fixed"
but I don't see how or where. Thank you.

** Attachment added: "crda.png"
   
https://bugs.launchpad.net/ubuntu/+source/crda/+bug/1770916/+attachment/5169103/+files/crda.png

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

Title:
  package crda 3.18-1build1 failed to install/upgrade: trying to
  overwrite '/lib/crda/pubkeys/sforshee.key.pub.pem', which is also in
  package wireless-regdb 2015.07.20-1ubuntu1

Status in crda package in Ubuntu:
  Fix Released

Bug description:
  On upgrading 16.04 - >18.04

  ProblemType: Package
  DistroRelease: Ubuntu 18.04
  Package: crda 3.18-1build1
  ProcVersionSignature: Ubuntu 4.4.0-122.146-generic 4.4.117
  Uname: Linux 4.4.0-122-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7
  AptOrdering:
   crda:amd64: Install
   NULL: ConfigurePending
  Architecture: amd64
  Date: Sat May 12 13:51:43 2018
  DpkgTerminalLog:
   Preparing to unpack .../crda_3.18-1build1_amd64.deb ...
   Unpacking crda (3.18-1build1) over (3.13-1) ...
   dpkg: error processing archive 
/var/cache/apt/archives/crda_3.18-1build1_amd64.deb (--unpack):
trying to overwrite '/lib/crda/pubkeys/sforshee.key.pub.pem', which is also 
in package wireless-regdb 2015.07.20-1ubuntu1
  DuplicateSignature:
   package:crda:3.18-1build1
   Unpacking crda (3.18-1build1) over (3.13-1) ...
   dpkg: error processing archive 
/var/cache/apt/archives/crda_3.18-1build1_amd64.deb (--unpack):
trying to overwrite '/lib/crda/pubkeys/sforshee.key.pub.pem', which is also 
in package wireless-regdb 2015.07.20-1ubuntu1
  ErrorMessage: trying to overwrite '/lib/crda/pubkeys/sforshee.key.pub.pem', 
which is also in package wireless-regdb 2015.07.20-1ubuntu1
  Python3Details: /usr/bin/python3.6, Python 3.6.5, python3-minimal, 3.6.5-3
  PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
  RelatedPackageVersions:
   dpkg 1.19.0.5ubuntu2
   apt  1.6.1
  SourcePackage: crda
  Title: package crda 3.18-1build1 failed to install/upgrade: trying to 
overwrite '/lib/crda/pubkeys/sforshee.key.pub.pem', which is also in package 
wireless-regdb 2015.07.20-1ubuntu1
  UpgradeStatus: Upgraded to bionic on 2018-05-12 (0 days ago)

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


Re: [Kernel-packages] [Bug 1781739] Re: 18.04 Leaking wireless connection to other users

2018-07-26 Thread josh
Hi, the laptop is on vacation for a couple of weeks now, also I have no
prior experience updating kernels, i'm unsure whether it is wise to do for
me.

On Wed, Jul 25, 2018, 8:50 PM Kai-Heng Feng 
wrote:

> ** Also affects: network-manager (Ubuntu)
>Importance: Undecided
>Status: New
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1781739
>
> Title:
>   18.04 Leaking wireless connection to other users
>
> Status in linux package in Ubuntu:
>   Incomplete
> Status in network-manager package in Ubuntu:
>   New
>
> Bug description:
>   In ubuntu 18.04, when setting up a new wireless connection:
>
>   Select "Connect automatically"
>   Untick "Make this connection available to other users"
>   Select "Store the password only for this user"
>
>   Once you are connected to the network, switch user once or twice.
>   Eventually the other user will be connected to the network.
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1781739/+subscriptions
>

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

Title:
  18.04 Leaking wireless connection to other users

Status in linux package in Ubuntu:
  Incomplete
Status in network-manager package in Ubuntu:
  New

Bug description:
  In ubuntu 18.04, when setting up a new wireless connection:

  Select "Connect automatically"
  Untick "Make this connection available to other users"
  Select "Store the password only for this user"

  Once you are connected to the network, switch user once or twice.
  Eventually the other user will be connected to the network.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1781739/+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 1781739] [NEW] 18.04 Leaking wireless connection to other users

2018-07-14 Thread josh
Public bug reported:

In ubuntu 18.04, when setting up a new wireless connection:

Select "Connect automatically"
Untick "Make this connection available to other users"
Select "Store the password only for this user"

Once you are connected to the network, switch user once or twice.
Eventually the other user will be connected to the network.

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

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

Title:
  18.04 Leaking wireless connection to other users

Status in linux package in Ubuntu:
  New

Bug description:
  In ubuntu 18.04, when setting up a new wireless connection:

  Select "Connect automatically"
  Untick "Make this connection available to other users"
  Select "Store the password only for this user"

  Once you are connected to the network, switch user once or twice.
  Eventually the other user will be connected to the network.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1781739/+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 1777258] Re: Qualcomm QCA6174 [168c:003e] (rev 32) on Ubuntu Bionic fresh install has flakey wifi and no BT Bluetooth

2018-06-26 Thread josh
The bt works on a cold boot.

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

Title:
  Qualcomm QCA6174 [168c:003e] (rev 32) on Ubuntu Bionic fresh install
  has flakey wifi and no BT Bluetooth

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  On fresh install on Yoga920 of Bionic Beaver 18, wifi and bluetooth
  work.  Then they degrade with BT not working withing a day or five,
  and wifi is consistently inconsistent.  On the bluetooth gui, user is
  unable to turn bt on or off and the CLI shows no blocking on bt but it
  doesn't work.

  I think this has to do with the Qualcomm QCA6174 [168c:003e] (rev 32)
  on Ubuntu Bionic and the ath10k_pci driver but Qualcomm nor Lenovo
  have answers.

  https://paste.ubuntu.com/p/XC5PWRFywp/

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: ubuntu-release-upgrader-core 1:18.04.19
  ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
  Uname: Linux 4.15.0-22-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CrashDB: ubuntu
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Jun 16 08:57:46 2018
  InstallationDate: Installed on 2018-06-09 (6 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubuntu-release-upgrader
  Symptom: ubuntu-release-upgrader
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  phelix 1834 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=0690300c-b74d-4b47-925d-49298e311243
  InstallationDate: Installed on 2018-06-16 (7 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 06cb:0081 Synaptics, Inc. 
   Bus 001 Device 002: ID 04f2:b5da Chicony Electronics Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 80Y7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-23-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-generic 4.15.18
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-23-generic N/A
   linux-backports-modules-4.15.0-23-generic  N/A
   linux-firmware 1.173.1
  Tags:  bionic
  Uname: Linux 4.15.0-23-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/22/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 5NCN38WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo YOGA 920-13IKB
  dmi.modalias: 
dmi:bvnLENOVO:bvr5NCN38WW:bd02/22/2018:svnLENOVO:pn80Y7:pvrLenovoYOGA920-13IKB:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct31:cvrLenovoYOGA920-13IKB:
  dmi.product.family: YOGA 920-13IKB
  dmi.product.name: 80Y7
  dmi.product.version: Lenovo YOGA 920-13IKB
  dmi.sys.vendor: LENOVO
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2018-06-16 (7 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Tags:  bionic
  Uname: Linux 4.18.0-041800rc1-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  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/1777258/+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


Re: [Kernel-packages] [Bug 1777258] Re: Qualcomm QCA6174 [168c:003e] (rev 32) on Ubuntu Bionic fresh install has flakey wifi and no BT Bluetooth

2018-06-26 Thread josh
I can see BT stuff when cold booting.  Unable to test right now, but the
ability to see devices was not available before, so I think it probably
works.  It must be a resume and warm boot issue?

On Tue, Jun 26, 2018 at 9:37 PM Joshua Freedman 
wrote:

> [0.00] Linux version 4.18.0-041800rc1-generic (kernel@tangerine)
> (gcc version 7.3.0 (Ubuntu 7.3.0-21ubuntu1)) #201806162031 SMP Sun Jun 17
> 00:34:22 UTC 2018
> [0.00] Command line: BOOT_IMAGE=/vmlinuz-4.18.0-041800rc1-generic
> root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
> [0.00] KERNEL supported cpus:
> [0.00]   Intel GenuineIntel
> [0.00]   AMD AuthenticAMD
> [0.00]   Centaur CentaurHauls
> [0.00] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating
> point registers'
> [0.00] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
> [0.00] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
> [0.00] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds
> registers'
> [0.00] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
> [0.00] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
> [0.00] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
> [0.00] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
> [0.00] x86/fpu: Enabled xstate features 0x1f, context size is 960
> bytes, using 'compacted' format.
> [0.00] BIOS-provided physical RAM map:
> [0.00] BIOS-e820: [mem 0x-0x00057fff]
> usable
> [0.00] BIOS-e820: [mem 0x00058000-0x00058fff]
> reserved
> [0.00] BIOS-e820: [mem 0x00059000-0x0009dfff]
> usable
> [0.00] BIOS-e820: [mem 0x0009e000-0x000f]
> reserved
> [0.00] BIOS-e820: [mem 0x0010-0x27498fff]
> usable
> [0.00] BIOS-e820: [mem 0x27499000-0x27499fff] ACPI
> NVS
> [0.00] BIOS-e820: [mem 0x2749a000-0x2749afff]
> reserved
> [0.00] BIOS-e820: [mem 0x2749b000-0x28827fff]
> usable
> [0.00] BIOS-e820: [mem 0x28828000-0x29127fff]
> reserved
> [0.00] BIOS-e820: [mem 0x29128000-0x2ed3dfff]
> usable
> [0.00] BIOS-e820: [mem 0x2ed3e000-0x2ef3dfff] type
> 20
> [0.00] BIOS-e820: [mem 0x2ef3e000-0x2f72dfff]
> reserved
> [0.00] BIOS-e820: [mem 0x2f72e000-0x2ff7dfff] ACPI
> NVS
> [0.00] BIOS-e820: [mem 0x2ff7e000-0x2fffdfff] ACPI
> data
> [0.00] BIOS-e820: [mem 0x2fffe000-0x2fffefff]
> usable
> [0.00] BIOS-e820: [mem 0x2000-0x3cff]
> reserved
> [0.00] BIOS-e820: [mem 0xe000-0xefff]
> reserved
> [0.00] BIOS-e820: [mem 0xfd00-0xfe7f]
> reserved
> [0.00] BIOS-e820: [mem 0xfec0-0xfec00fff]
> reserved
> [0.00] BIOS-e820: [mem 0xfed0-0xfed00fff]
> reserved
> [0.00] BIOS-e820: [mem 0xfed1-0xfed19fff]
> reserved
> [0.00] BIOS-e820: [mem 0xfed84000-0xfed84fff]
> reserved
> [0.00] BIOS-e820: [mem 0xfee0-0xfee00fff]
> reserved
> [0.00] BIOS-e820: [mem 0xffa0-0x]
> reserved
> [0.00] BIOS-e820: [mem 0x0001-0x0004c1ff]
> usable
> [0.00] NX (Execute Disable) protection: active
> [0.00] efi: EFI v2.50 by INSYDE Corp.
> [0.00] efi:  ACPI 2.0=0x2fffd014  SMBIOS=0x2efb2000  SMBIOS
> 3.0=0x2efb  ESRT=0x2efaedd8  MEMATTR=0x2ce55018
> [0.00] SMBIOS 3.0.0 present.
> [0.00] DMI: LENOVO 80Y7/LNVNB161216, BIOS 5NCN38WW 02/22/2018
> [0.00] e820: update [mem 0x-0x0fff] usable ==> reserved
> [0.00] e820: remove [mem 0x000a-0x000f] usable
> [0.00] last_pfn = 0x4c2000 max_arch_pfn = 0x4
> [0.00] MTRR default type: write-back
> [0.00] MTRR fixed ranges enabled:
> [0.00]   0-9 write-back
> [0.00]   A-B uncachable
> [0.00]   C-F write-protect
> [0.00] MTRR variable ranges enabled:
> [0.00]   0 base 008000 mask 7F8000 uncachable
> [0.00]   1 base 004000 mask 7FC000 uncachable
> [0.00]   2 base 003C00 mask 7FFC00 uncachable
> [0.00]   3 base 003A00 mask 7FFE00 uncachable
> [0.00]   4 base 003900 mask 7FFF00 uncachable
> [0.00]   5 base 003880 mask 7FFF80 uncachable
> [0.00]   6 base 20 mask 70 uncachable
> [0.00]   7 disabled
> [0.00]   8 disabled
> [0.00]   9 disabled
> [0.00] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC-
> WT
> [0.00] 

Re: [Kernel-packages] [Bug 1777258] Re: Qualcomm QCA6174 [168c:003e] (rev 32) on Ubuntu Bionic fresh install has flakey wifi and no BT Bluetooth

2018-06-26 Thread josh
[0.00] Linux version 4.18.0-041800rc1-generic (kernel@tangerine)
(gcc version 7.3.0 (Ubuntu 7.3.0-21ubuntu1)) #201806162031 SMP Sun Jun 17
00:34:22 UTC 2018
[0.00] Command line: BOOT_IMAGE=/vmlinuz-4.18.0-041800rc1-generic
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
[0.00] KERNEL supported cpus:
[0.00]   Intel GenuineIntel
[0.00]   AMD AuthenticAMD
[0.00]   Centaur CentaurHauls
[0.00] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point
registers'
[0.00] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[0.00] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[0.00] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds
registers'
[0.00] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[0.00] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[0.00] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[0.00] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[0.00] x86/fpu: Enabled xstate features 0x1f, context size is 960
bytes, using 'compacted' format.
[0.00] BIOS-provided physical RAM map:
[0.00] BIOS-e820: [mem 0x-0x00057fff] usable
[0.00] BIOS-e820: [mem 0x00058000-0x00058fff]
reserved
[0.00] BIOS-e820: [mem 0x00059000-0x0009dfff] usable
[0.00] BIOS-e820: [mem 0x0009e000-0x000f]
reserved
[0.00] BIOS-e820: [mem 0x0010-0x27498fff] usable
[0.00] BIOS-e820: [mem 0x27499000-0x27499fff] ACPI
NVS
[0.00] BIOS-e820: [mem 0x2749a000-0x2749afff]
reserved
[0.00] BIOS-e820: [mem 0x2749b000-0x28827fff] usable
[0.00] BIOS-e820: [mem 0x28828000-0x29127fff]
reserved
[0.00] BIOS-e820: [mem 0x29128000-0x2ed3dfff] usable
[0.00] BIOS-e820: [mem 0x2ed3e000-0x2ef3dfff] type
20
[0.00] BIOS-e820: [mem 0x2ef3e000-0x2f72dfff]
reserved
[0.00] BIOS-e820: [mem 0x2f72e000-0x2ff7dfff] ACPI
NVS
[0.00] BIOS-e820: [mem 0x2ff7e000-0x2fffdfff] ACPI
data
[0.00] BIOS-e820: [mem 0x2fffe000-0x2fffefff] usable
[0.00] BIOS-e820: [mem 0x2000-0x3cff]
reserved
[0.00] BIOS-e820: [mem 0xe000-0xefff]
reserved
[0.00] BIOS-e820: [mem 0xfd00-0xfe7f]
reserved
[0.00] BIOS-e820: [mem 0xfec0-0xfec00fff]
reserved
[0.00] BIOS-e820: [mem 0xfed0-0xfed00fff]
reserved
[0.00] BIOS-e820: [mem 0xfed1-0xfed19fff]
reserved
[0.00] BIOS-e820: [mem 0xfed84000-0xfed84fff]
reserved
[0.00] BIOS-e820: [mem 0xfee0-0xfee00fff]
reserved
[0.00] BIOS-e820: [mem 0xffa0-0x]
reserved
[0.00] BIOS-e820: [mem 0x0001-0x0004c1ff] usable
[0.00] NX (Execute Disable) protection: active
[0.00] efi: EFI v2.50 by INSYDE Corp.
[0.00] efi:  ACPI 2.0=0x2fffd014  SMBIOS=0x2efb2000  SMBIOS
3.0=0x2efb  ESRT=0x2efaedd8  MEMATTR=0x2ce55018
[0.00] SMBIOS 3.0.0 present.
[0.00] DMI: LENOVO 80Y7/LNVNB161216, BIOS 5NCN38WW 02/22/2018
[0.00] e820: update [mem 0x-0x0fff] usable ==> reserved
[0.00] e820: remove [mem 0x000a-0x000f] usable
[0.00] last_pfn = 0x4c2000 max_arch_pfn = 0x4
[0.00] MTRR default type: write-back
[0.00] MTRR fixed ranges enabled:
[0.00]   0-9 write-back
[0.00]   A-B uncachable
[0.00]   C-F write-protect
[0.00] MTRR variable ranges enabled:
[0.00]   0 base 008000 mask 7F8000 uncachable
[0.00]   1 base 004000 mask 7FC000 uncachable
[0.00]   2 base 003C00 mask 7FFC00 uncachable
[0.00]   3 base 003A00 mask 7FFE00 uncachable
[0.00]   4 base 003900 mask 7FFF00 uncachable
[0.00]   5 base 003880 mask 7FFF80 uncachable
[0.00]   6 base 20 mask 70 uncachable
[0.00]   7 disabled
[0.00]   8 disabled
[0.00]   9 disabled
[0.00] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC-
WT
[0.00] last_pfn = 0x2 max_arch_pfn = 0x4
[0.00] esrt: Reserving ESRT space from 0x2efaedd8 to
0x2efaee60.
[0.00] Scanning 1 areas for low memory corruption
[0.00] Base memory trampoline at [(ptrval)] 98000 size 24576
[0.00] Using GB pages for direct mapping
[0.00] BRK [0x35295a000, 0x35295afff] PGTABLE
[0.00] BRK [0x35295b000, 0x35295bfff] PGTABLE
[0.00] BRK 

[Kernel-packages] [Bug 1777258] Re: Qualcomm QCA6174 [168c:003e] (rev 32) on Ubuntu Bionic fresh install has flakey wifi and no BT Bluetooth

2018-06-26 Thread josh
[0.00] Linux version 4.18.0-041800rc1-generic (kernel@tangerine) (gcc 
version 7.3.0 (Ubuntu 7.3.0-21ubuntu1)) #201806162031 SMP Sun Jun 17 00:34:22 
UTC 2018
[0.00] Command line: BOOT_IMAGE=/vmlinuz-4.18.0-041800rc1-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
[0.00] KERNEL supported cpus:
[0.00]   Intel GenuineIntel
[0.00]   AMD AuthenticAMD
[0.00]   Centaur CentaurHauls
[0.00] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point 
registers'
[0.00] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[0.00] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[0.00] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[0.00] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[0.00] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[0.00] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[0.00] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[0.00] x86/fpu: Enabled xstate features 0x1f, context size is 960 
bytes, using 'compacted' format.
[0.00] BIOS-provided physical RAM map:
[0.00] BIOS-e820: [mem 0x-0x00057fff] usable
[0.00] BIOS-e820: [mem 0x00058000-0x00058fff] reserved
[0.00] BIOS-e820: [mem 0x00059000-0x0009dfff] usable
[0.00] BIOS-e820: [mem 0x0009e000-0x000f] reserved
[0.00] BIOS-e820: [mem 0x0010-0x27498fff] usable
[0.00] BIOS-e820: [mem 0x27499000-0x27499fff] ACPI NVS
[0.00] BIOS-e820: [mem 0x2749a000-0x2749afff] reserved
[0.00] BIOS-e820: [mem 0x2749b000-0x28827fff] usable
[0.00] BIOS-e820: [mem 0x28828000-0x29127fff] reserved
[0.00] BIOS-e820: [mem 0x29128000-0x2ed3dfff] usable
[0.00] BIOS-e820: [mem 0x2ed3e000-0x2ef3dfff] type 20
[0.00] BIOS-e820: [mem 0x2ef3e000-0x2f72dfff] reserved
[0.00] BIOS-e820: [mem 0x2f72e000-0x2ff7dfff] ACPI NVS
[0.00] BIOS-e820: [mem 0x2ff7e000-0x2fffdfff] ACPI data
[0.00] BIOS-e820: [mem 0x2fffe000-0x2fffefff] usable
[0.00] BIOS-e820: [mem 0x2000-0x3cff] reserved
[0.00] BIOS-e820: [mem 0xe000-0xefff] reserved
[0.00] BIOS-e820: [mem 0xfd00-0xfe7f] reserved
[0.00] BIOS-e820: [mem 0xfec0-0xfec00fff] reserved
[0.00] BIOS-e820: [mem 0xfed0-0xfed00fff] reserved
[0.00] BIOS-e820: [mem 0xfed1-0xfed19fff] reserved
[0.00] BIOS-e820: [mem 0xfed84000-0xfed84fff] reserved
[0.00] BIOS-e820: [mem 0xfee0-0xfee00fff] reserved
[0.00] BIOS-e820: [mem 0xffa0-0x] reserved
[0.00] BIOS-e820: [mem 0x0001-0x0004c1ff] usable
[0.00] NX (Execute Disable) protection: active
[0.00] efi: EFI v2.50 by INSYDE Corp.
[0.00] efi:  ACPI 2.0=0x2fffd014  SMBIOS=0x2efb2000  SMBIOS 
3.0=0x2efb  ESRT=0x2efaedd8  MEMATTR=0x2ce55018 
[0.00] SMBIOS 3.0.0 present.
[0.00] DMI: LENOVO 80Y7/LNVNB161216, BIOS 5NCN38WW 02/22/2018
[0.00] e820: update [mem 0x-0x0fff] usable ==> reserved
[0.00] e820: remove [mem 0x000a-0x000f] usable
[0.00] last_pfn = 0x4c2000 max_arch_pfn = 0x4
[0.00] MTRR default type: write-back
[0.00] MTRR fixed ranges enabled:
[0.00]   0-9 write-back
[0.00]   A-B uncachable
[0.00]   C-F write-protect
[0.00] MTRR variable ranges enabled:
[0.00]   0 base 008000 mask 7F8000 uncachable
[0.00]   1 base 004000 mask 7FC000 uncachable
[0.00]   2 base 003C00 mask 7FFC00 uncachable
[0.00]   3 base 003A00 mask 7FFE00 uncachable
[0.00]   4 base 003900 mask 7FFF00 uncachable
[0.00]   5 base 003880 mask 7FFF80 uncachable
[0.00]   6 base 20 mask 70 uncachable
[0.00]   7 disabled
[0.00]   8 disabled
[0.00]   9 disabled
[0.00] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[0.00] last_pfn = 0x2 max_arch_pfn = 0x4
[0.00] esrt: Reserving ESRT space from 0x2efaedd8 to 
0x2efaee60.
[0.00] Scanning 1 areas for low memory corruption
[0.00] Base memory trampoline at [(ptrval)] 98000 size 24576
[0.00] Using GB pages for direct mapping
[0.00] BRK [0x34c55a000, 0x34c55afff] PGTABLE
[0.00] BRK [0x34c55b000, 0x34c55bfff] PGTABLE
[0.00] BRK 

[Kernel-packages] [Bug 1777258] Re: Qualcomm QCA6174 [168c:003e] (rev 32) on Ubuntu Bionic fresh install has flakey wifi and no BT Bluetooth

2018-06-26 Thread josh
Anything specific I should be looking for?  When I dmesg its a pretty
long list.

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

Title:
  Qualcomm QCA6174 [168c:003e] (rev 32) on Ubuntu Bionic fresh install
  has flakey wifi and no BT Bluetooth

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  On fresh install on Yoga920 of Bionic Beaver 18, wifi and bluetooth
  work.  Then they degrade with BT not working withing a day or five,
  and wifi is consistently inconsistent.  On the bluetooth gui, user is
  unable to turn bt on or off and the CLI shows no blocking on bt but it
  doesn't work.

  I think this has to do with the Qualcomm QCA6174 [168c:003e] (rev 32)
  on Ubuntu Bionic and the ath10k_pci driver but Qualcomm nor Lenovo
  have answers.

  https://paste.ubuntu.com/p/XC5PWRFywp/

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: ubuntu-release-upgrader-core 1:18.04.19
  ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
  Uname: Linux 4.15.0-22-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CrashDB: ubuntu
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Jun 16 08:57:46 2018
  InstallationDate: Installed on 2018-06-09 (6 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubuntu-release-upgrader
  Symptom: ubuntu-release-upgrader
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  phelix 1834 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=0690300c-b74d-4b47-925d-49298e311243
  InstallationDate: Installed on 2018-06-16 (7 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 06cb:0081 Synaptics, Inc. 
   Bus 001 Device 002: ID 04f2:b5da Chicony Electronics Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 80Y7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-23-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-generic 4.15.18
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-23-generic N/A
   linux-backports-modules-4.15.0-23-generic  N/A
   linux-firmware 1.173.1
  Tags:  bionic
  Uname: Linux 4.15.0-23-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/22/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 5NCN38WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo YOGA 920-13IKB
  dmi.modalias: 
dmi:bvnLENOVO:bvr5NCN38WW:bd02/22/2018:svnLENOVO:pn80Y7:pvrLenovoYOGA920-13IKB:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct31:cvrLenovoYOGA920-13IKB:
  dmi.product.family: YOGA 920-13IKB
  dmi.product.name: 80Y7
  dmi.product.version: Lenovo YOGA 920-13IKB
  dmi.sys.vendor: LENOVO
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2018-06-16 (7 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Tags:  bionic
  Uname: Linux 4.18.0-041800rc1-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  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/1777258/+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


Re: [Kernel-packages] [Bug 1776080] Re: After initial install of Bionic, bluetooth stops working QCA6714

2018-06-26 Thread josh
[0.00] Linux version 4.18.0-041800rc1-generic (kernel@tangerine)
(gcc version 7.3.0 (Ubuntu 7.3.0-21ubuntu1)) #201806162031 SMP Sun Jun 17
00:34:22 UTC 2018
[0.00] Command line: BOOT_IMAGE=/vmlinuz-4.18.0-041800rc1-generic
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
[0.00] KERNEL supported cpus:
[0.00]   Intel GenuineIntel
[0.00]   AMD AuthenticAMD
[0.00]   Centaur CentaurHauls
[0.00] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point
registers'
[0.00] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[0.00] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[0.00] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds
registers'
[0.00] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[0.00] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[0.00] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[0.00] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[0.00] x86/fpu: Enabled xstate features 0x1f, context size is 960
bytes, using 'compacted' format.
[0.00] BIOS-provided physical RAM map:
[0.00] BIOS-e820: [mem 0x-0x00057fff] usable
[0.00] BIOS-e820: [mem 0x00058000-0x00058fff]
reserved
[0.00] BIOS-e820: [mem 0x00059000-0x0009dfff] usable
[0.00] BIOS-e820: [mem 0x0009e000-0x000f]
reserved
[0.00] BIOS-e820: [mem 0x0010-0x27498fff] usable
[0.00] BIOS-e820: [mem 0x27499000-0x27499fff] ACPI
NVS
[0.00] BIOS-e820: [mem 0x2749a000-0x2749afff]
reserved
[0.00] BIOS-e820: [mem 0x2749b000-0x28827fff] usable
[0.00] BIOS-e820: [mem 0x28828000-0x29127fff]
reserved
[0.00] BIOS-e820: [mem 0x29128000-0x2ed3dfff] usable
[0.00] BIOS-e820: [mem 0x2ed3e000-0x2ef3dfff] type
20
[0.00] BIOS-e820: [mem 0x2ef3e000-0x2f72dfff]
reserved
[0.00] BIOS-e820: [mem 0x2f72e000-0x2ff7dfff] ACPI
NVS
[0.00] BIOS-e820: [mem 0x2ff7e000-0x2fffdfff] ACPI
data
[0.00] BIOS-e820: [mem 0x2fffe000-0x2fffefff] usable
[0.00] BIOS-e820: [mem 0x2000-0x3cff]
reserved
[0.00] BIOS-e820: [mem 0xe000-0xefff]
reserved
[0.00] BIOS-e820: [mem 0xfd00-0xfe7f]
reserved
[0.00] BIOS-e820: [mem 0xfec0-0xfec00fff]
reserved
[0.00] BIOS-e820: [mem 0xfed0-0xfed00fff]
reserved
[0.00] BIOS-e820: [mem 0xfed1-0xfed19fff]
reserved
[0.00] BIOS-e820: [mem 0xfed84000-0xfed84fff]
reserved
[0.00] BIOS-e820: [mem 0xfee0-0xfee00fff]
reserved
[0.00] BIOS-e820: [mem 0xffa0-0x]
reserved
[0.00] BIOS-e820: [mem 0x0001-0x0004c1ff] usable
[0.00] NX (Execute Disable) protection: active
[0.00] efi: EFI v2.50 by INSYDE Corp.
[0.00] efi:  ACPI 2.0=0x2fffd014  SMBIOS=0x2efb2000  SMBIOS
3.0=0x2efb  ESRT=0x2efaedd8  MEMATTR=0x2ce55018
[0.00] SMBIOS 3.0.0 present.
[0.00] DMI: LENOVO 80Y7/LNVNB161216, BIOS 5NCN38WW 02/22/2018
[0.00] e820: update [mem 0x-0x0fff] usable ==> reserved
[0.00] e820: remove [mem 0x000a-0x000f] usable
[0.00] last_pfn = 0x4c2000 max_arch_pfn = 0x4
[0.00] MTRR default type: write-back
[0.00] MTRR fixed ranges enabled:
[0.00]   0-9 write-back
[0.00]   A-B uncachable
[0.00]   C-F write-protect
[0.00] MTRR variable ranges enabled:
[0.00]   0 base 008000 mask 7F8000 uncachable
[0.00]   1 base 004000 mask 7FC000 uncachable
[0.00]   2 base 003C00 mask 7FFC00 uncachable
[0.00]   3 base 003A00 mask 7FFE00 uncachable
[0.00]   4 base 003900 mask 7FFF00 uncachable
[0.00]   5 base 003880 mask 7FFF80 uncachable
[0.00]   6 base 20 mask 70 uncachable
[0.00]   7 disabled
[0.00]   8 disabled
[0.00]   9 disabled
[0.00] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC-
WT
[0.00] last_pfn = 0x2 max_arch_pfn = 0x4
[0.00] esrt: Reserving ESRT space from 0x2efaedd8 to
0x2efaee60.
[0.00] Scanning 1 areas for low memory corruption
[0.00] Base memory trampoline at [(ptrval)] 98000 size 24576
[0.00] Using GB pages for direct mapping
[0.00] BRK [0x34c55a000, 0x34c55afff] PGTABLE
[0.00] BRK [0x34c55b000, 0x34c55bfff] PGTABLE
[0.00] BRK 

[Kernel-packages] [Bug 1777258] Re: Qualcomm QCA6174 [168c:003e] (rev 32) on Ubuntu Bionic fresh install has flakey wifi and no BT Bluetooth

2018-06-23 Thread josh
Linux darkle90210 4.18.0-041800rc1-generic #201806162031 SMP Sun Jun 17 
00:34:22 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

I have updated to 4.18 and the problem persists.

** Description changed:

  On fresh install on Yoga920 of Bionic Beaver 18, wifi and bluetooth
  work.  Then they degrade with BT not working withing a day or five, and
  wifi is consistently inconsistent.  On the bluetooth gui, user is unable
  to turn bt on or off and the CLI shows no blocking on bt but it doesn't
  work.
  
  I think this has to do with the Qualcomm QCA6174 [168c:003e] (rev 32) on
  Ubuntu Bionic and the ath10k_pci driver but Qualcomm nor Lenovo have
  answers.
  
  https://paste.ubuntu.com/p/XC5PWRFywp/
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: ubuntu-release-upgrader-core 1:18.04.19
  ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
  Uname: Linux 4.15.0-22-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CrashDB: ubuntu
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Jun 16 08:57:46 2018
  InstallationDate: Installed on 2018-06-09 (6 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubuntu-release-upgrader
  Symptom: ubuntu-release-upgrader
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  phelix 1834 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=0690300c-b74d-4b47-925d-49298e311243
  InstallationDate: Installed on 2018-06-16 (7 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 06cb:0081 Synaptics, Inc. 
   Bus 001 Device 002: ID 04f2:b5da Chicony Electronics Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 80Y7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-23-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-generic 4.15.18
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-23-generic N/A
   linux-backports-modules-4.15.0-23-generic  N/A
   linux-firmware 1.173.1
  Tags:  bionic
  Uname: Linux 4.15.0-23-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/22/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 5NCN38WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo YOGA 920-13IKB
  dmi.modalias: 
dmi:bvnLENOVO:bvr5NCN38WW:bd02/22/2018:svnLENOVO:pn80Y7:pvrLenovoYOGA920-13IKB:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct31:cvrLenovoYOGA920-13IKB:
  dmi.product.family: YOGA 920-13IKB
  dmi.product.name: 80Y7
  dmi.product.version: Lenovo YOGA 920-13IKB
  dmi.sys.vendor: LENOVO
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.9-0ubuntu7.2
+ Architecture: amd64
+ CurrentDesktop: ubuntu:GNOME
+ DistroRelease: Ubuntu 18.04
+ InstallationDate: Installed on 2018-06-16 (7 days ago)
+ InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
+ Package: linux (not installed)
+ ProcEnviron:
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ Tags:  bionic
+ Uname: Linux 4.18.0-041800rc1-generic x86_64
+ UnreportableReason: The running kernel is not an Ubuntu kernel
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True

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

Title:
  Qualcomm QCA6174 [168c:003e] (rev 32) on Ubuntu Bionic fresh install
  has flakey wifi and no BT Bluetooth

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  On fresh install on Yoga920 of Bionic Beaver 18, wifi and bluetooth
  work.  Then they degrade with BT not working withing a day or five,
  and wifi is consistently inconsistent.  On the bluetooth gui, user is
  unable to turn bt on or off and the CLI shows no blocking on bt but it
  doesn't work.

  I think 

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

2018-06-23 Thread josh
apport information

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

Title:
  Qualcomm QCA6174 [168c:003e] (rev 32) on Ubuntu Bionic fresh install
  has flakey wifi and no BT Bluetooth

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  On fresh install on Yoga920 of Bionic Beaver 18, wifi and bluetooth
  work.  Then they degrade with BT not working withing a day or five,
  and wifi is consistently inconsistent.  On the bluetooth gui, user is
  unable to turn bt on or off and the CLI shows no blocking on bt but it
  doesn't work.

  I think this has to do with the Qualcomm QCA6174 [168c:003e] (rev 32)
  on Ubuntu Bionic and the ath10k_pci driver but Qualcomm nor Lenovo
  have answers.

  https://paste.ubuntu.com/p/XC5PWRFywp/

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: ubuntu-release-upgrader-core 1:18.04.19
  ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
  Uname: Linux 4.15.0-22-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CrashDB: ubuntu
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Jun 16 08:57:46 2018
  InstallationDate: Installed on 2018-06-09 (6 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubuntu-release-upgrader
  Symptom: ubuntu-release-upgrader
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  phelix 1834 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=0690300c-b74d-4b47-925d-49298e311243
  InstallationDate: Installed on 2018-06-16 (7 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 06cb:0081 Synaptics, Inc. 
   Bus 001 Device 002: ID 04f2:b5da Chicony Electronics Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 80Y7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-23-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-generic 4.15.18
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-23-generic N/A
   linux-backports-modules-4.15.0-23-generic  N/A
   linux-firmware 1.173.1
  Tags:  bionic
  Uname: Linux 4.15.0-23-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/22/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 5NCN38WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo YOGA 920-13IKB
  dmi.modalias: 
dmi:bvnLENOVO:bvr5NCN38WW:bd02/22/2018:svnLENOVO:pn80Y7:pvrLenovoYOGA920-13IKB:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct31:cvrLenovoYOGA920-13IKB:
  dmi.product.family: YOGA 920-13IKB
  dmi.product.name: 80Y7
  dmi.product.version: Lenovo YOGA 920-13IKB
  dmi.sys.vendor: LENOVO

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

2018-06-23 Thread josh
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1777258/+attachment/5155973/+files/ProcCpuinfoMinimal.txt

** Tags added: 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/1777258

Title:
  Qualcomm QCA6174 [168c:003e] (rev 32) on Ubuntu Bionic fresh install
  has flakey wifi and no BT Bluetooth

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  On fresh install on Yoga920 of Bionic Beaver 18, wifi and bluetooth
  work.  Then they degrade with BT not working withing a day or five,
  and wifi is consistently inconsistent.  On the bluetooth gui, user is
  unable to turn bt on or off and the CLI shows no blocking on bt but it
  doesn't work.

  I think this has to do with the Qualcomm QCA6174 [168c:003e] (rev 32)
  on Ubuntu Bionic and the ath10k_pci driver but Qualcomm nor Lenovo
  have answers.

  https://paste.ubuntu.com/p/XC5PWRFywp/

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: ubuntu-release-upgrader-core 1:18.04.19
  ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
  Uname: Linux 4.15.0-22-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CrashDB: ubuntu
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Jun 16 08:57:46 2018
  InstallationDate: Installed on 2018-06-09 (6 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubuntu-release-upgrader
  Symptom: ubuntu-release-upgrader
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  phelix 1834 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=0690300c-b74d-4b47-925d-49298e311243
  InstallationDate: Installed on 2018-06-16 (7 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 06cb:0081 Synaptics, Inc. 
   Bus 001 Device 002: ID 04f2:b5da Chicony Electronics Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 80Y7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-23-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-generic 4.15.18
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-23-generic N/A
   linux-backports-modules-4.15.0-23-generic  N/A
   linux-firmware 1.173.1
  Tags:  bionic
  Uname: Linux 4.15.0-23-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/22/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 5NCN38WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo YOGA 920-13IKB
  dmi.modalias: 
dmi:bvnLENOVO:bvr5NCN38WW:bd02/22/2018:svnLENOVO:pn80Y7:pvrLenovoYOGA920-13IKB:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct31:cvrLenovoYOGA920-13IKB:
  dmi.product.family: YOGA 920-13IKB
  dmi.product.name: 80Y7
  dmi.product.version: Lenovo YOGA 920-13IKB
  dmi.sys.vendor: LENOVO
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2018-06-16 (7 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Tags:  bionic
  Uname: Linux 4.18.0-041800rc1-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  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/1777258/+subscriptions

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

[Kernel-packages] [Bug 1777258] Re: Qualcomm QCA6174 [168c:003e] (rev 32) on Ubuntu Bionic fresh install has flakey wifi and no BT Bluetooth

2018-06-23 Thread josh
After BT stopped working last time, I did a fresh install a week ago. BT
worked fine.  5 mins ago it stopped working again.

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

Title:
  Qualcomm QCA6174 [168c:003e] (rev 32) on Ubuntu Bionic fresh install
  has flakey wifi and no BT Bluetooth

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  On fresh install on Yoga920 of Bionic Beaver 18, wifi and bluetooth
  work.  Then they degrade with BT not working withing a day or five,
  and wifi is consistently inconsistent.  On the bluetooth gui, user is
  unable to turn bt on or off and the CLI shows no blocking on bt but it
  doesn't work.

  I think this has to do with the Qualcomm QCA6174 [168c:003e] (rev 32)
  on Ubuntu Bionic and the ath10k_pci driver but Qualcomm nor Lenovo
  have answers.

  https://paste.ubuntu.com/p/XC5PWRFywp/

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: ubuntu-release-upgrader-core 1:18.04.19
  ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
  Uname: Linux 4.15.0-22-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CrashDB: ubuntu
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Jun 16 08:57:46 2018
  InstallationDate: Installed on 2018-06-09 (6 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubuntu-release-upgrader
  Symptom: ubuntu-release-upgrader
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  phelix 1834 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=0690300c-b74d-4b47-925d-49298e311243
  InstallationDate: Installed on 2018-06-16 (7 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 06cb:0081 Synaptics, Inc. 
   Bus 001 Device 002: ID 04f2:b5da Chicony Electronics Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 80Y7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-23-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-generic 4.15.18
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-23-generic N/A
   linux-backports-modules-4.15.0-23-generic  N/A
   linux-firmware 1.173.1
  Tags:  bionic
  Uname: Linux 4.15.0-23-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/22/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 5NCN38WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo YOGA 920-13IKB
  dmi.modalias: 
dmi:bvnLENOVO:bvr5NCN38WW:bd02/22/2018:svnLENOVO:pn80Y7:pvrLenovoYOGA920-13IKB:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct31:cvrLenovoYOGA920-13IKB:
  dmi.product.family: YOGA 920-13IKB
  dmi.product.name: 80Y7
  dmi.product.version: Lenovo YOGA 920-13IKB
  dmi.sys.vendor: LENOVO

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

2018-06-23 Thread josh
apport information

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

Title:
  Qualcomm QCA6174 [168c:003e] (rev 32) on Ubuntu Bionic fresh install
  has flakey wifi and no BT Bluetooth

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  On fresh install on Yoga920 of Bionic Beaver 18, wifi and bluetooth
  work.  Then they degrade with BT not working withing a day or five,
  and wifi is consistently inconsistent.  On the bluetooth gui, user is
  unable to turn bt on or off and the CLI shows no blocking on bt but it
  doesn't work.

  I think this has to do with the Qualcomm QCA6174 [168c:003e] (rev 32)
  on Ubuntu Bionic and the ath10k_pci driver but Qualcomm nor Lenovo
  have answers.

  https://paste.ubuntu.com/p/XC5PWRFywp/

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: ubuntu-release-upgrader-core 1:18.04.19
  ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
  Uname: Linux 4.15.0-22-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CrashDB: ubuntu
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Jun 16 08:57:46 2018
  InstallationDate: Installed on 2018-06-09 (6 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubuntu-release-upgrader
  Symptom: ubuntu-release-upgrader
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  phelix 1834 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=0690300c-b74d-4b47-925d-49298e311243
  InstallationDate: Installed on 2018-06-16 (7 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 06cb:0081 Synaptics, Inc. 
   Bus 001 Device 002: ID 04f2:b5da Chicony Electronics Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 80Y7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-23-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-generic 4.15.18
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-23-generic N/A
   linux-backports-modules-4.15.0-23-generic  N/A
   linux-firmware 1.173.1
  Tags:  bionic
  Uname: Linux 4.15.0-23-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/22/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 5NCN38WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo YOGA 920-13IKB
  dmi.modalias: 
dmi:bvnLENOVO:bvr5NCN38WW:bd02/22/2018:svnLENOVO:pn80Y7:pvrLenovoYOGA920-13IKB:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct31:cvrLenovoYOGA920-13IKB:
  dmi.product.family: YOGA 920-13IKB
  dmi.product.name: 80Y7
  dmi.product.version: Lenovo YOGA 920-13IKB
  dmi.sys.vendor: LENOVO

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

2018-06-23 Thread josh
apport information

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

Title:
  Qualcomm QCA6174 [168c:003e] (rev 32) on Ubuntu Bionic fresh install
  has flakey wifi and no BT Bluetooth

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  On fresh install on Yoga920 of Bionic Beaver 18, wifi and bluetooth
  work.  Then they degrade with BT not working withing a day or five,
  and wifi is consistently inconsistent.  On the bluetooth gui, user is
  unable to turn bt on or off and the CLI shows no blocking on bt but it
  doesn't work.

  I think this has to do with the Qualcomm QCA6174 [168c:003e] (rev 32)
  on Ubuntu Bionic and the ath10k_pci driver but Qualcomm nor Lenovo
  have answers.

  https://paste.ubuntu.com/p/XC5PWRFywp/

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: ubuntu-release-upgrader-core 1:18.04.19
  ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
  Uname: Linux 4.15.0-22-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CrashDB: ubuntu
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Jun 16 08:57:46 2018
  InstallationDate: Installed on 2018-06-09 (6 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubuntu-release-upgrader
  Symptom: ubuntu-release-upgrader
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  phelix 1834 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=0690300c-b74d-4b47-925d-49298e311243
  InstallationDate: Installed on 2018-06-16 (7 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 06cb:0081 Synaptics, Inc. 
   Bus 001 Device 002: ID 04f2:b5da Chicony Electronics Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 80Y7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-23-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-generic 4.15.18
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-23-generic N/A
   linux-backports-modules-4.15.0-23-generic  N/A
   linux-firmware 1.173.1
  Tags:  bionic
  Uname: Linux 4.15.0-23-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/22/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 5NCN38WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo YOGA 920-13IKB
  dmi.modalias: 
dmi:bvnLENOVO:bvr5NCN38WW:bd02/22/2018:svnLENOVO:pn80Y7:pvrLenovoYOGA920-13IKB:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct31:cvrLenovoYOGA920-13IKB:
  dmi.product.family: YOGA 920-13IKB
  dmi.product.name: 80Y7
  dmi.product.version: Lenovo YOGA 920-13IKB
  dmi.sys.vendor: LENOVO

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

2018-06-23 Thread josh
apport information

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

Title:
  Qualcomm QCA6174 [168c:003e] (rev 32) on Ubuntu Bionic fresh install
  has flakey wifi and no BT Bluetooth

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  On fresh install on Yoga920 of Bionic Beaver 18, wifi and bluetooth
  work.  Then they degrade with BT not working withing a day or five,
  and wifi is consistently inconsistent.  On the bluetooth gui, user is
  unable to turn bt on or off and the CLI shows no blocking on bt but it
  doesn't work.

  I think this has to do with the Qualcomm QCA6174 [168c:003e] (rev 32)
  on Ubuntu Bionic and the ath10k_pci driver but Qualcomm nor Lenovo
  have answers.

  https://paste.ubuntu.com/p/XC5PWRFywp/

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: ubuntu-release-upgrader-core 1:18.04.19
  ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
  Uname: Linux 4.15.0-22-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CrashDB: ubuntu
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Jun 16 08:57:46 2018
  InstallationDate: Installed on 2018-06-09 (6 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubuntu-release-upgrader
  Symptom: ubuntu-release-upgrader
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  phelix 1834 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=0690300c-b74d-4b47-925d-49298e311243
  InstallationDate: Installed on 2018-06-16 (7 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 06cb:0081 Synaptics, Inc. 
   Bus 001 Device 002: ID 04f2:b5da Chicony Electronics Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 80Y7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-23-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-generic 4.15.18
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-23-generic N/A
   linux-backports-modules-4.15.0-23-generic  N/A
   linux-firmware 1.173.1
  Tags:  bionic
  Uname: Linux 4.15.0-23-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/22/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 5NCN38WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo YOGA 920-13IKB
  dmi.modalias: 
dmi:bvnLENOVO:bvr5NCN38WW:bd02/22/2018:svnLENOVO:pn80Y7:pvrLenovoYOGA920-13IKB:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct31:cvrLenovoYOGA920-13IKB:
  dmi.product.family: YOGA 920-13IKB
  dmi.product.name: 80Y7
  dmi.product.version: Lenovo YOGA 920-13IKB
  dmi.sys.vendor: LENOVO

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

2018-06-23 Thread josh
apport information

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

Title:
  Qualcomm QCA6174 [168c:003e] (rev 32) on Ubuntu Bionic fresh install
  has flakey wifi and no BT Bluetooth

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  On fresh install on Yoga920 of Bionic Beaver 18, wifi and bluetooth
  work.  Then they degrade with BT not working withing a day or five,
  and wifi is consistently inconsistent.  On the bluetooth gui, user is
  unable to turn bt on or off and the CLI shows no blocking on bt but it
  doesn't work.

  I think this has to do with the Qualcomm QCA6174 [168c:003e] (rev 32)
  on Ubuntu Bionic and the ath10k_pci driver but Qualcomm nor Lenovo
  have answers.

  https://paste.ubuntu.com/p/XC5PWRFywp/

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: ubuntu-release-upgrader-core 1:18.04.19
  ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
  Uname: Linux 4.15.0-22-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CrashDB: ubuntu
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Jun 16 08:57:46 2018
  InstallationDate: Installed on 2018-06-09 (6 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubuntu-release-upgrader
  Symptom: ubuntu-release-upgrader
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  phelix 1834 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=0690300c-b74d-4b47-925d-49298e311243
  InstallationDate: Installed on 2018-06-16 (7 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 06cb:0081 Synaptics, Inc. 
   Bus 001 Device 002: ID 04f2:b5da Chicony Electronics Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 80Y7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-23-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-generic 4.15.18
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-23-generic N/A
   linux-backports-modules-4.15.0-23-generic  N/A
   linux-firmware 1.173.1
  Tags:  bionic
  Uname: Linux 4.15.0-23-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/22/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 5NCN38WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo YOGA 920-13IKB
  dmi.modalias: 
dmi:bvnLENOVO:bvr5NCN38WW:bd02/22/2018:svnLENOVO:pn80Y7:pvrLenovoYOGA920-13IKB:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct31:cvrLenovoYOGA920-13IKB:
  dmi.product.family: YOGA 920-13IKB
  dmi.product.name: 80Y7
  dmi.product.version: Lenovo YOGA 920-13IKB
  dmi.sys.vendor: LENOVO

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

2018-06-23 Thread josh
apport information

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

Title:
  Qualcomm QCA6174 [168c:003e] (rev 32) on Ubuntu Bionic fresh install
  has flakey wifi and no BT Bluetooth

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  On fresh install on Yoga920 of Bionic Beaver 18, wifi and bluetooth
  work.  Then they degrade with BT not working withing a day or five,
  and wifi is consistently inconsistent.  On the bluetooth gui, user is
  unable to turn bt on or off and the CLI shows no blocking on bt but it
  doesn't work.

  I think this has to do with the Qualcomm QCA6174 [168c:003e] (rev 32)
  on Ubuntu Bionic and the ath10k_pci driver but Qualcomm nor Lenovo
  have answers.

  https://paste.ubuntu.com/p/XC5PWRFywp/

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: ubuntu-release-upgrader-core 1:18.04.19
  ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
  Uname: Linux 4.15.0-22-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CrashDB: ubuntu
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Jun 16 08:57:46 2018
  InstallationDate: Installed on 2018-06-09 (6 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubuntu-release-upgrader
  Symptom: ubuntu-release-upgrader
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  phelix 1834 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=0690300c-b74d-4b47-925d-49298e311243
  InstallationDate: Installed on 2018-06-16 (7 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 06cb:0081 Synaptics, Inc. 
   Bus 001 Device 002: ID 04f2:b5da Chicony Electronics Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 80Y7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-23-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-generic 4.15.18
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-23-generic N/A
   linux-backports-modules-4.15.0-23-generic  N/A
   linux-firmware 1.173.1
  Tags:  bionic
  Uname: Linux 4.15.0-23-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/22/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 5NCN38WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo YOGA 920-13IKB
  dmi.modalias: 
dmi:bvnLENOVO:bvr5NCN38WW:bd02/22/2018:svnLENOVO:pn80Y7:pvrLenovoYOGA920-13IKB:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct31:cvrLenovoYOGA920-13IKB:
  dmi.product.family: YOGA 920-13IKB
  dmi.product.name: 80Y7
  dmi.product.version: Lenovo YOGA 920-13IKB
  dmi.sys.vendor: LENOVO

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

2018-06-23 Thread josh
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1777258/+attachment/5155966/+files/ProcCpuinfoMinimal.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/1777258

Title:
  Qualcomm QCA6174 [168c:003e] (rev 32) on Ubuntu Bionic fresh install
  has flakey wifi and no BT Bluetooth

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  On fresh install on Yoga920 of Bionic Beaver 18, wifi and bluetooth
  work.  Then they degrade with BT not working withing a day or five,
  and wifi is consistently inconsistent.  On the bluetooth gui, user is
  unable to turn bt on or off and the CLI shows no blocking on bt but it
  doesn't work.

  I think this has to do with the Qualcomm QCA6174 [168c:003e] (rev 32)
  on Ubuntu Bionic and the ath10k_pci driver but Qualcomm nor Lenovo
  have answers.

  https://paste.ubuntu.com/p/XC5PWRFywp/

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: ubuntu-release-upgrader-core 1:18.04.19
  ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
  Uname: Linux 4.15.0-22-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CrashDB: ubuntu
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Jun 16 08:57:46 2018
  InstallationDate: Installed on 2018-06-09 (6 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubuntu-release-upgrader
  Symptom: ubuntu-release-upgrader
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  phelix 1834 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=0690300c-b74d-4b47-925d-49298e311243
  InstallationDate: Installed on 2018-06-16 (7 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 06cb:0081 Synaptics, Inc. 
   Bus 001 Device 002: ID 04f2:b5da Chicony Electronics Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 80Y7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-23-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-generic 4.15.18
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-23-generic N/A
   linux-backports-modules-4.15.0-23-generic  N/A
   linux-firmware 1.173.1
  Tags:  bionic
  Uname: Linux 4.15.0-23-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/22/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 5NCN38WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo YOGA 920-13IKB
  dmi.modalias: 
dmi:bvnLENOVO:bvr5NCN38WW:bd02/22/2018:svnLENOVO:pn80Y7:pvrLenovoYOGA920-13IKB:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct31:cvrLenovoYOGA920-13IKB:
  dmi.product.family: YOGA 920-13IKB
  dmi.product.name: 80Y7
  dmi.product.version: Lenovo YOGA 920-13IKB
  dmi.sys.vendor: LENOVO

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

2018-06-23 Thread josh
apport information

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

Title:
  Qualcomm QCA6174 [168c:003e] (rev 32) on Ubuntu Bionic fresh install
  has flakey wifi and no BT Bluetooth

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  On fresh install on Yoga920 of Bionic Beaver 18, wifi and bluetooth
  work.  Then they degrade with BT not working withing a day or five,
  and wifi is consistently inconsistent.  On the bluetooth gui, user is
  unable to turn bt on or off and the CLI shows no blocking on bt but it
  doesn't work.

  I think this has to do with the Qualcomm QCA6174 [168c:003e] (rev 32)
  on Ubuntu Bionic and the ath10k_pci driver but Qualcomm nor Lenovo
  have answers.

  https://paste.ubuntu.com/p/XC5PWRFywp/

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: ubuntu-release-upgrader-core 1:18.04.19
  ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
  Uname: Linux 4.15.0-22-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CrashDB: ubuntu
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Jun 16 08:57:46 2018
  InstallationDate: Installed on 2018-06-09 (6 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubuntu-release-upgrader
  Symptom: ubuntu-release-upgrader
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  phelix 1834 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=0690300c-b74d-4b47-925d-49298e311243
  InstallationDate: Installed on 2018-06-16 (7 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 06cb:0081 Synaptics, Inc. 
   Bus 001 Device 002: ID 04f2:b5da Chicony Electronics Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 80Y7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-23-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-generic 4.15.18
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-23-generic N/A
   linux-backports-modules-4.15.0-23-generic  N/A
   linux-firmware 1.173.1
  Tags:  bionic
  Uname: Linux 4.15.0-23-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/22/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 5NCN38WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo YOGA 920-13IKB
  dmi.modalias: 
dmi:bvnLENOVO:bvr5NCN38WW:bd02/22/2018:svnLENOVO:pn80Y7:pvrLenovoYOGA920-13IKB:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct31:cvrLenovoYOGA920-13IKB:
  dmi.product.family: YOGA 920-13IKB
  dmi.product.name: 80Y7
  dmi.product.version: Lenovo YOGA 920-13IKB
  dmi.sys.vendor: LENOVO

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

2018-06-23 Thread josh
apport information

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

Title:
  Qualcomm QCA6174 [168c:003e] (rev 32) on Ubuntu Bionic fresh install
  has flakey wifi and no BT Bluetooth

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  On fresh install on Yoga920 of Bionic Beaver 18, wifi and bluetooth
  work.  Then they degrade with BT not working withing a day or five,
  and wifi is consistently inconsistent.  On the bluetooth gui, user is
  unable to turn bt on or off and the CLI shows no blocking on bt but it
  doesn't work.

  I think this has to do with the Qualcomm QCA6174 [168c:003e] (rev 32)
  on Ubuntu Bionic and the ath10k_pci driver but Qualcomm nor Lenovo
  have answers.

  https://paste.ubuntu.com/p/XC5PWRFywp/

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: ubuntu-release-upgrader-core 1:18.04.19
  ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
  Uname: Linux 4.15.0-22-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CrashDB: ubuntu
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Jun 16 08:57:46 2018
  InstallationDate: Installed on 2018-06-09 (6 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubuntu-release-upgrader
  Symptom: ubuntu-release-upgrader
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  phelix 1834 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=0690300c-b74d-4b47-925d-49298e311243
  InstallationDate: Installed on 2018-06-16 (7 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 06cb:0081 Synaptics, Inc. 
   Bus 001 Device 002: ID 04f2:b5da Chicony Electronics Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 80Y7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-23-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-generic 4.15.18
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-23-generic N/A
   linux-backports-modules-4.15.0-23-generic  N/A
   linux-firmware 1.173.1
  Tags:  bionic
  Uname: Linux 4.15.0-23-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/22/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 5NCN38WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo YOGA 920-13IKB
  dmi.modalias: 
dmi:bvnLENOVO:bvr5NCN38WW:bd02/22/2018:svnLENOVO:pn80Y7:pvrLenovoYOGA920-13IKB:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct31:cvrLenovoYOGA920-13IKB:
  dmi.product.family: YOGA 920-13IKB
  dmi.product.name: 80Y7
  dmi.product.version: Lenovo YOGA 920-13IKB
  dmi.sys.vendor: LENOVO

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

2018-06-23 Thread josh
apport information

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

Title:
  Qualcomm QCA6174 [168c:003e] (rev 32) on Ubuntu Bionic fresh install
  has flakey wifi and no BT Bluetooth

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  On fresh install on Yoga920 of Bionic Beaver 18, wifi and bluetooth
  work.  Then they degrade with BT not working withing a day or five,
  and wifi is consistently inconsistent.  On the bluetooth gui, user is
  unable to turn bt on or off and the CLI shows no blocking on bt but it
  doesn't work.

  I think this has to do with the Qualcomm QCA6174 [168c:003e] (rev 32)
  on Ubuntu Bionic and the ath10k_pci driver but Qualcomm nor Lenovo
  have answers.

  https://paste.ubuntu.com/p/XC5PWRFywp/

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: ubuntu-release-upgrader-core 1:18.04.19
  ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
  Uname: Linux 4.15.0-22-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CrashDB: ubuntu
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Jun 16 08:57:46 2018
  InstallationDate: Installed on 2018-06-09 (6 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubuntu-release-upgrader
  Symptom: ubuntu-release-upgrader
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  phelix 1834 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=0690300c-b74d-4b47-925d-49298e311243
  InstallationDate: Installed on 2018-06-16 (7 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 06cb:0081 Synaptics, Inc. 
   Bus 001 Device 002: ID 04f2:b5da Chicony Electronics Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 80Y7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-23-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-generic 4.15.18
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-23-generic N/A
   linux-backports-modules-4.15.0-23-generic  N/A
   linux-firmware 1.173.1
  Tags:  bionic
  Uname: Linux 4.15.0-23-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/22/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 5NCN38WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo YOGA 920-13IKB
  dmi.modalias: 
dmi:bvnLENOVO:bvr5NCN38WW:bd02/22/2018:svnLENOVO:pn80Y7:pvrLenovoYOGA920-13IKB:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct31:cvrLenovoYOGA920-13IKB:
  dmi.product.family: YOGA 920-13IKB
  dmi.product.name: 80Y7
  dmi.product.version: Lenovo YOGA 920-13IKB
  dmi.sys.vendor: LENOVO

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

2018-06-23 Thread josh
apport information

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

Title:
  Qualcomm QCA6174 [168c:003e] (rev 32) on Ubuntu Bionic fresh install
  has flakey wifi and no BT Bluetooth

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  On fresh install on Yoga920 of Bionic Beaver 18, wifi and bluetooth
  work.  Then they degrade with BT not working withing a day or five,
  and wifi is consistently inconsistent.  On the bluetooth gui, user is
  unable to turn bt on or off and the CLI shows no blocking on bt but it
  doesn't work.

  I think this has to do with the Qualcomm QCA6174 [168c:003e] (rev 32)
  on Ubuntu Bionic and the ath10k_pci driver but Qualcomm nor Lenovo
  have answers.

  https://paste.ubuntu.com/p/XC5PWRFywp/

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: ubuntu-release-upgrader-core 1:18.04.19
  ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
  Uname: Linux 4.15.0-22-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CrashDB: ubuntu
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Jun 16 08:57:46 2018
  InstallationDate: Installed on 2018-06-09 (6 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubuntu-release-upgrader
  Symptom: ubuntu-release-upgrader
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  phelix 1834 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=0690300c-b74d-4b47-925d-49298e311243
  InstallationDate: Installed on 2018-06-16 (7 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 06cb:0081 Synaptics, Inc. 
   Bus 001 Device 002: ID 04f2:b5da Chicony Electronics Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 80Y7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-23-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-generic 4.15.18
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-23-generic N/A
   linux-backports-modules-4.15.0-23-generic  N/A
   linux-firmware 1.173.1
  Tags:  bionic
  Uname: Linux 4.15.0-23-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/22/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 5NCN38WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo YOGA 920-13IKB
  dmi.modalias: 
dmi:bvnLENOVO:bvr5NCN38WW:bd02/22/2018:svnLENOVO:pn80Y7:pvrLenovoYOGA920-13IKB:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct31:cvrLenovoYOGA920-13IKB:
  dmi.product.family: YOGA 920-13IKB
  dmi.product.name: 80Y7
  dmi.product.version: Lenovo YOGA 920-13IKB
  dmi.sys.vendor: LENOVO

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

2018-06-23 Thread josh
apport information

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

Title:
  Qualcomm QCA6174 [168c:003e] (rev 32) on Ubuntu Bionic fresh install
  has flakey wifi and no BT Bluetooth

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  On fresh install on Yoga920 of Bionic Beaver 18, wifi and bluetooth
  work.  Then they degrade with BT not working withing a day or five,
  and wifi is consistently inconsistent.  On the bluetooth gui, user is
  unable to turn bt on or off and the CLI shows no blocking on bt but it
  doesn't work.

  I think this has to do with the Qualcomm QCA6174 [168c:003e] (rev 32)
  on Ubuntu Bionic and the ath10k_pci driver but Qualcomm nor Lenovo
  have answers.

  https://paste.ubuntu.com/p/XC5PWRFywp/

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: ubuntu-release-upgrader-core 1:18.04.19
  ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
  Uname: Linux 4.15.0-22-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CrashDB: ubuntu
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Jun 16 08:57:46 2018
  InstallationDate: Installed on 2018-06-09 (6 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubuntu-release-upgrader
  Symptom: ubuntu-release-upgrader
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  phelix 1834 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=0690300c-b74d-4b47-925d-49298e311243
  InstallationDate: Installed on 2018-06-16 (7 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 06cb:0081 Synaptics, Inc. 
   Bus 001 Device 002: ID 04f2:b5da Chicony Electronics Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 80Y7
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-23-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-generic 4.15.18
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-23-generic N/A
   linux-backports-modules-4.15.0-23-generic  N/A
   linux-firmware 1.173.1
  Tags:  bionic
  Uname: Linux 4.15.0-23-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/22/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 5NCN38WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo YOGA 920-13IKB
  dmi.modalias: 
dmi:bvnLENOVO:bvr5NCN38WW:bd02/22/2018:svnLENOVO:pn80Y7:pvrLenovoYOGA920-13IKB:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct31:cvrLenovoYOGA920-13IKB:
  dmi.product.family: YOGA 920-13IKB
  dmi.product.name: 80Y7
  dmi.product.version: Lenovo YOGA 920-13IKB
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1777258/+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 1777258] Re: Qualcomm QCA6174 [168c:003e] (rev 32) on Ubuntu Bionic fresh install has flakey wifi and no BT Bluetooth

2018-06-23 Thread josh
apport information

** Tags added: apport-collected

** Description changed:

  On fresh install on Yoga920 of Bionic Beaver 18, wifi and bluetooth
  work.  Then they degrade with BT not working withing a day or five, and
  wifi is consistently inconsistent.  On the bluetooth gui, user is unable
  to turn bt on or off and the CLI shows no blocking on bt but it doesn't
  work.
  
  I think this has to do with the Qualcomm QCA6174 [168c:003e] (rev 32) on
  Ubuntu Bionic and the ath10k_pci driver but Qualcomm nor Lenovo have
  answers.
  
  https://paste.ubuntu.com/p/XC5PWRFywp/
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: ubuntu-release-upgrader-core 1:18.04.19
  ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
  Uname: Linux 4.15.0-22-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CrashDB: ubuntu
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Jun 16 08:57:46 2018
  InstallationDate: Installed on 2018-06-09 (6 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubuntu-release-upgrader
  Symptom: ubuntu-release-upgrader
  UpgradeStatus: No upgrade log present (probably fresh install)
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.9-0ubuntu7.2
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  phelix 1834 F pulseaudio
+ CurrentDesktop: ubuntu:GNOME
+ DistroRelease: Ubuntu 18.04
+ HibernationDevice: RESUME=UUID=0690300c-b74d-4b47-925d-49298e311243
+ InstallationDate: Installed on 2018-06-16 (7 days ago)
+ InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
+ Lsusb:
+  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
+  Bus 001 Device 003: ID 06cb:0081 Synaptics, Inc. 
+  Bus 001 Device 002: ID 04f2:b5da Chicony Electronics Co., Ltd 
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+ MachineType: LENOVO 80Y7
+ Package: linux (not installed)
+ ProcEnviron:
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-23-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
+ ProcVersionSignature: Ubuntu 4.15.0-23.25-generic 4.15.18
+ RelatedPackageVersions:
+  linux-restricted-modules-4.15.0-23-generic N/A
+  linux-backports-modules-4.15.0-23-generic  N/A
+  linux-firmware 1.173.1
+ Tags:  bionic
+ Uname: Linux 4.15.0-23-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 02/22/2018
+ dmi.bios.vendor: LENOVO
+ dmi.bios.version: 5NCN38WW
+ dmi.board.asset.tag: NO Asset Tag
+ dmi.board.name: LNVNB161216
+ dmi.board.vendor: LENOVO
+ dmi.board.version: SDK0J40709 WIN
+ dmi.chassis.asset.tag: NO Asset Tag
+ dmi.chassis.type: 31
+ dmi.chassis.vendor: LENOVO
+ dmi.chassis.version: Lenovo YOGA 920-13IKB
+ dmi.modalias: 
dmi:bvnLENOVO:bvr5NCN38WW:bd02/22/2018:svnLENOVO:pn80Y7:pvrLenovoYOGA920-13IKB:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct31:cvrLenovoYOGA920-13IKB:
+ dmi.product.family: YOGA 920-13IKB
+ dmi.product.name: 80Y7
+ dmi.product.version: Lenovo YOGA 920-13IKB
+ dmi.sys.vendor: LENOVO

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

Title:
  Qualcomm QCA6174 [168c:003e] (rev 32) on Ubuntu Bionic fresh install
  has flakey wifi and no BT Bluetooth

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  On fresh install on Yoga920 of Bionic Beaver 18, wifi and bluetooth
  work.  Then they degrade with BT not working withing a day or five,
  and wifi is consistently inconsistent.  On the bluetooth gui, user is
  unable to turn bt on or off and the CLI shows no blocking on bt but it
  doesn't work.

  I think this has to do with the Qualcomm QCA6174 [168c:003e] (rev 32)
  on Ubuntu Bionic and the ath10k_pci driver but Qualcomm nor Lenovo
  have answers.

  https://paste.ubuntu.com/p/XC5PWRFywp/

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: ubuntu-release-upgrader-core 1:18.04.19
  ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
  Uname: Linux 4.15.0-22-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CrashDB: ubuntu
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Jun 16 08:57:46 2018
  InstallationDate: Installed on 2018-06-09 (6 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  PackageArchitecture: all
  ProcEnviron:
   

[Kernel-packages] [Bug 1747769] Re: Cherry pick c96f5471ce7d for delayacct fix

2018-03-19 Thread Josh
** Tags removed: verification-needed-artful
** Tags added: verification-done-artful

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

Title:
  Cherry pick c96f5471ce7d for delayacct fix

Status in linux package in Ubuntu:
  Fix Committed
Status in linux source package in Artful:
  Fix Committed
Status in linux source package in Bionic:
  Fix Committed

Bug description:
  == SRU Justification ==
  Mainline commit e33a9bba85a8 introduced a regression in v4.11-rc1.  This 
regression
  caused delayacct_blkio_end() to be called by try_to_wake_up().
  However, the call was made before we have context-switched. This patch is now 
correct, in that
  the delay accounting ends when the I/O is complete.

  Commit c96f5471ce7 is in mainline as fo v4.15-rc9.

  == Fix ==
  commit c96f5471ce7d2aefd0dda560cc23f08ab00bc65d
  Author: Josh Snyder <jo...@netflix.com>
  Date:   Mon Dec 18 16:15:10 2017 +

  delayacct: Account blkio completion on the correct task

  == Regression Potential ==
  Low.  This commit has also been cc'd to stable, so it has had additional 
upstream
  review.

  == Test Case ==
  A test kernel was built with this patch and tested by the original bug 
reporter.
  The bug reporter states the test kernel resolved the bug.


  Please cherry pick upstream commit c96f5471ce7d ("delayacct: Account
  blkio completion on the correct task") into the Ubuntu 4.13 kernel. It
  has also been accepted into the Linux stable branch as 4.14.15.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1747769/+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 1747769] Re: Cherry pick c96f5471ce7d for delayacct fix

2018-02-08 Thread Josh
The attached file 'Command output' contains the same terminal output as
is pasted in the comment, but whitespace hasn't been munged.

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

Title:
  Cherry pick c96f5471ce7d for delayacct fix

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

Bug description:
  Please cherry pick upstream commit c96f5471ce7d ("delayacct: Account
  blkio completion on the correct task") into the Ubuntu 4.13 kernel. It
  has also been accepted into the Linux stable branch as 4.14.15.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1747769/+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 1747769] Re: Cherry pick c96f5471ce7d for delayacct fix

2018-02-08 Thread Josh
# uname -a; dd if=/dev/xvda iflag=direct bs=16384 of=/dev/null & DD_PID=$!; 
sleep 1 && ./getdelays -di -p $DD_PID; kill $DD_PID; wait
Linux hostname-redacted 4.13.0-32-generic #35~lp1747769 SMP Thu Feb 8 17:37:46 
UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
[1] 9578
print delayacct stats ON
printing IO accounting
PID 9578


CPU count real total  virtual totaldelay total  delay 
average
 2621  0   23341678 709838  
0.000ms
IO  countdelay total  delay average
 2620  975185892  0ms
SWAPcountdelay total  delay average
0  0  0ms
RECLAIM countdelay total  delay average
0  0  0ms
dd: read=42942464, write=0, cancelled_write=0
[1]+  Terminated  dd if=/dev/xvda iflag=direct bs=16384 of=/dev/null

** Attachment added: "Command output"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1747769/+attachment/5051562/+files/paste.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/1747769

Title:
  Cherry pick c96f5471ce7d for delayacct fix

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

Bug description:
  Please cherry pick upstream commit c96f5471ce7d ("delayacct: Account
  blkio completion on the correct task") into the Ubuntu 4.13 kernel. It
  has also been accepted into the Linux stable branch as 4.14.15.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1747769/+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 1747769] Re: Cherry pick c96f5471ce7d for delayacct fix

2018-02-08 Thread Josh
Yes, this build fixes the bug.

# uname -a; dd if=/dev/xvda iflag=direct bs=16384 of=/dev/null & DD_PID=$!; 
sleep 1 && ./getdelays -di -p $DD_PID; kill $DD_PID; wait
Linux hostname-redacted 4.13.0-32-generic #35~lp1747769 SMP Thu Feb 8 17:37:46 
UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
[1] 9578
print delayacct stats ON
printing IO accounting
PID 9578


CPU count real total  virtual totaldelay total  delay 
average
 2621  0   23341678 709838  
0.000ms
IO  countdelay total  delay average
 2620  975185892  0ms
SWAPcountdelay total  delay average
0  0  0ms
RECLAIM countdelay total  delay average
0  0  0ms
dd: read=42942464, write=0, cancelled_write=0
[1]+  Terminated  dd if=/dev/xvda iflag=direct bs=16384 of=/dev/null

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

Title:
  Cherry pick c96f5471ce7d for delayacct fix

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

Bug description:
  Please cherry pick upstream commit c96f5471ce7d ("delayacct: Account
  blkio completion on the correct task") into the Ubuntu 4.13 kernel. It
  has also been accepted into the Linux stable branch as 4.14.15.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1747769/+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 1747769] Re: Cherry pick c96f5471ce7d for delayacct fix

2018-02-06 Thread Josh
I think logfiles are irrelevant to this cherry-pick request.

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

Title:
  Cherry pick c96f5471ce7d for delayacct fix

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Please cherry pick upstream commit c96f5471ce7d ("delayacct: Account
  blkio completion on the correct task") into the Ubuntu 4.13 kernel. It
  has also been accepted into the Linux stable branch as 4.14.15.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1747769/+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 1747769] [NEW] Cherry pick c96f5471ce7d for delayacct fix

2018-02-06 Thread Josh
Public bug reported:

Please cherry pick upstream commit c96f5471ce7d ("delayacct: Account
blkio completion on the correct task") into the Ubuntu 4.13 kernel. It
has also been accepted into the Linux stable branch as 4.14.15.

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

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

Title:
  Cherry pick c96f5471ce7d for delayacct fix

Status in linux package in Ubuntu:
  New

Bug description:
  Please cherry pick upstream commit c96f5471ce7d ("delayacct: Account
  blkio completion on the correct task") into the Ubuntu 4.13 kernel. It
  has also been accepted into the Linux stable branch as 4.14.15.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1747769/+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 1742387] [NEW] package linux-headers-4.13.0-25 (not installed) failed to install/upgrade: unable to create new file '/var/lib/dpkg/info/linux-headers-4.13.0-25.list-new': Operat

2018-01-10 Thread Josh Eisenberg
Public bug reported:

It all started in a small village in Siberia in 1870.  But skipping ahead a 
bit, I was trying to clean up my grub menu, so I edited /boot/grub/grub.cfg.  I 
changed GRUB_DEFAULT=0 to 
GRUB_DEFAULT=Ubuntu

Aaand if that wasn't bad enought, I also edited /etc/default/grub.d/xen.cfg.  I 
uncommented this (it was already set to 0):
XEN_OVERRIDE_GRUB_DEFAULT=0
Then I ran sudo update-grub.

While this did set the default to the 'Ubuntu' entry, when I selected it the 
system hung.
I rebooted and started working my way thru the grub menu, and eventually found 
the option that would let me boot.  I reset the files and updated grub, but 
nothing was any better.

Then I tried various combinations of:
sudo apt-get check
sudo apt --fix-broken install
sudo dpkg --unpack 
/var/cache/apt/archives/linux-image-extra-4.13.0-25-generic_4.13.0-25.29_amd64.deb
sudo apt-get install -f
sudo apt-get clean

I think the root cause might be:
dpkg: error processing archive 
/var/cache/apt/archives/linux-image-extra-4.13.0-25-generic_4.13.0-25.29_amd64.deb
 (--unpack):
 unable to open 
'/lib/modules/4.13.0-25-generic/kernel/drivers/isdn/mISDN/mISDN_dsp.ko.dpkg-new':
 Operation not permitted

Thanks for your help,
Josh
Ubuntu 17.10

ProblemType: Package
DistroRelease: Ubuntu 17.10
Package: linux-headers-4.13.0-25 (not installed)
ProcVersionSignature: Ubuntu 4.13.0-17.20-generic 4.13.8
Uname: Linux 4.13.0-17-generic x86_64
ApportVersion: 2.20.7-0ubuntu3.7
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  gdm6275 F pulseaudio
  josh   6674 F pulseaudio
Date: Tue Jan  9 20:01:29 2018
DuplicateSignature:
 package:linux-headers-4.13.0-25:(not installed)
 Unpacking linux-image-extra-4.13.0-25-generic (4.13.0-25.29) ...
 dpkg: error processing archive 
/tmp/apt-dpkg-install-jAqmpH/1-linux-image-extra-4.13.0-25-generic_4.13.0-25.29_amd64.deb
 (--unpack):
  unable to open 
'/lib/modules/4.13.0-25-generic/kernel/drivers/media/dvb-frontends/drx39xyj/drx39xyj.ko.dpkg-new':
 Operation not permitted
ErrorMessage: unable to create new file 
'/var/lib/dpkg/info/linux-headers-4.13.0-25.list-new': Operation not permitted
HibernationDevice: RESUME=UUID=a4013dd4-5435-4a09-a522-8991d3f68f34
InstallationDate: Installed on 2017-02-03 (341 days ago)
InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
MachineType: HP HP Notebook
ProcFB: 0 EFI VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-17-generic 
root=UUID=1236e14e-58db-47f0-a4a1-7e575b7fc3f6 ro recovery nomodeset
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
Python3Details: /usr/bin/python3.6, Python 3.6.3, python3-minimal, 
3.6.3-0ubuntu2
PythonDetails: /usr/bin/python2.7, Python 2.7.14, python-minimal, 
2.7.14-2ubuntu1
RelatedPackageVersions: grub-pc N/A
SourcePackage: linux
Title: package linux-headers-4.13.0-25 (not installed) failed to 
install/upgrade: unable to create new file 
'/var/lib/dpkg/info/linux-headers-4.13.0-25.list-new': Operation not permitted
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/21/2016
dmi.bios.vendor: Insyde
dmi.bios.version: F.13
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 81ED
dmi.board.vendor: HP
dmi.board.version: 62.21
dmi.chassis.type: 10
dmi.chassis.vendor: HP
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.13:bd07/21/2016:svnHP:pnHPNotebook:pvrType1ProductConfigId:rvnHP:rn81ED:rvr62.21:cvnHP:ct10:cvrChassisVersion:
dmi.product.family: 103C_5335KV G=N L=CON B=HP
dmi.product.name: HP Notebook
dmi.product.version: Type1ProductConfigId
dmi.sys.vendor: HP

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


** Tags: amd64 apport-package artful package-install-segfault

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

Title:
  package linux-headers-4.13.0-25 (not installed) failed to
  install/upgrade: unable to create new file '/var/lib/dpkg/info/linux-
  headers-4.13.0-25.list-new': Operation not permitted

Status in linux package in Ubuntu:
  Invalid

Bug description:
  It all started in a small village in Siberia in 1870.  But skipping ahead a 
bit, I was trying to clean up my grub menu, so I edited /boot/grub/grub.cfg.  I 
changed GRUB_DEFAULT=0 to 
  GRUB_DEFAULT=Ubuntu

  Aaand if that wasn't bad enought, I also edited /etc/default/grub.d/xen.cfg.  
I uncommented this (it was already set to 0):
  XEN_OVERRIDE_GRUB_DEFAULT=0
  Then I ran sudo update-grub.

  While this did set the default to the 'Ubuntu' entry, when I selected it the 
system hung.
  I rebooted and started working my way thru the grub menu, and eventually 
found the option that would let me boot.  I reset the files and updated grub, 
but nothing was 

[Kernel-packages] [Bug 1726519] Re: Unable to handle kernel NULL pointer dereference at isci_task_abort_task

2017-11-16 Thread Josh G
I'm affected by this too - using Proxmox 5.1 which uses Ubuntu's kernel.

If could get / compile the ZFS modules for 4.14, I could test kernels.
Let me see if I can track those down, or build them myself.

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

Title:
  Unable to handle kernel NULL pointer dereference at
  isci_task_abort_task

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Artful:
  In Progress
Status in linux source package in Bionic:
  In Progress

Bug description:
  So I just upgrade from zesty zapus to artful aardvark. At boot, right
  after I enter my drive encryption password, it kernel panics with the
  above message.

  It doesn't even get far enough along in the boot process for syslog to
  log this panic, so the only info I have is a photo of the panic.

  In short, I can't boot using the latest artful aardvark kernel, and I
  have to boot with the latest zesty zapus kernel.

  :~$ lsb_release -rd
  Description:  Ubuntu 17.10
  Release:  17.10

  linux-image-4.13.0-16-generic

  I expect this isn't normal and I should be able to boot with the new
  kernel, which I can't.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: linux-image-4.13.0-16-generic 4.13.0-16.19
  ProcVersionSignature: Ubuntu 4.10.0-37.41-generic 4.10.17
  Uname: Linux 4.10.0-37-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  lost   2071 F pulseaudio
   /dev/snd/controlC2:  lost   2071 F pulseaudio
   /dev/snd/controlC0:  lost   2071 F pulseaudio
  CurrentDesktop: XFCE
  Date: Mon Oct 23 12:52:20 2017
  HibernationDevice: RESUME=UUID=cf59c168-54d0-45b9-b633-240bd76bbaa6
  InstallationDate: Installed on 2016-11-01 (355 days ago)
  InstallationMedia: Xubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  MachineType: LENOVO 11361Q0
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.10.0-37-generic 
root=/dev/mapper/xubuntu--vg-root ro quiet
  RelatedPackageVersions:
   linux-restricted-modules-4.10.0-37-generic N/A
   linux-backports-modules-4.10.0-37-generic  N/A
   linux-firmware 1.169
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: Upgraded to artful on 2017-10-23 (0 days ago)
  dmi.bios.date: 09/29/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: A3KT57AUS
  dmi.board.name: LENOVO
  dmi.board.vendor: LENOVO
  dmi.board.version: NO DPK
  dmi.chassis.asset.tag: 573921
  dmi.chassis.type: 7
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: NONE
  dmi.modalias: 
dmi:bvnLENOVO:bvrA3KT57AUS:bd09/29/2016:svnLENOVO:pn11361Q0:pvrThinkStationC30:rvnLENOVO:rnLENOVO:rvrNODPK:cvnLENOVO:ct7:cvrNONE:
  dmi.product.name: 11361Q0
  dmi.product.version: ThinkStation C30
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1726519/+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 1714112] Re: EDAC sbridge: Failed to register device with error -22.

2017-10-23 Thread Josh Coyle
I'm also seeing this under kernel version 4.13.0-16-generic on artful
(17.10).

I'm not too sure on what info you're after, but I've tried to follow
what's been submitted above.

$ dmesg
[  106.176439] EDAC sbridge: Seeking for: PCI ID 8086:6fa0
[  106.176442] EDAC sbridge: Seeking for: PCI ID 8086:6fa0
[  106.176446] EDAC sbridge: Seeking for: PCI ID 8086:6fa0
[  106.176450] EDAC sbridge: Seeking for: PCI ID 8086:6f60
[  106.176457] EDAC sbridge: Seeking for: PCI ID 8086:6fa8
[  106.176459] EDAC sbridge: Seeking for: PCI ID 8086:6fa8
[  106.176462] EDAC sbridge: Seeking for: PCI ID 8086:6fa8
[  106.176466] EDAC sbridge: Seeking for: PCI ID 8086:6f71
[  106.176468] EDAC sbridge: Seeking for: PCI ID 8086:6f71
[  106.176471] EDAC sbridge: Seeking for: PCI ID 8086:6f71
[  106.176474] EDAC sbridge: Seeking for: PCI ID 8086:6faa
[  106.176476] EDAC sbridge: Seeking for: PCI ID 8086:6faa
[  106.176479] EDAC sbridge: Seeking for: PCI ID 8086:6faa
[  106.176483] EDAC sbridge: Seeking for: PCI ID 8086:6fab
[  106.176485] EDAC sbridge: Seeking for: PCI ID 8086:6fab
[  106.176487] EDAC sbridge: Seeking for: PCI ID 8086:6fab
[  106.176491] EDAC sbridge: Seeking for: PCI ID 8086:6fac
[  106.176493] EDAC sbridge: Seeking for: PCI ID 8086:6fac
[  106.176496] EDAC sbridge: Seeking for: PCI ID 8086:6fac
[  106.176499] EDAC sbridge: Seeking for: PCI ID 8086:6fad
[  106.176501] EDAC sbridge: Seeking for: PCI ID 8086:6fad
[  106.176504] EDAC sbridge: Seeking for: PCI ID 8086:6fad
[  106.176507] EDAC sbridge: Seeking for: PCI ID 8086:6f68
[  106.176510] EDAC sbridge: Seeking for: PCI ID 8086:6f68
[  106.176513] EDAC sbridge: Seeking for: PCI ID 8086:6f68
[  106.176516] EDAC sbridge: Seeking for: PCI ID 8086:6f79
[  106.176523] EDAC sbridge: Seeking for: PCI ID 8086:6f6a
[  106.176530] EDAC sbridge: Seeking for: PCI ID 8086:6f6b
[  106.176537] EDAC sbridge: Seeking for: PCI ID 8086:6f6c
[  106.176544] EDAC sbridge: Seeking for: PCI ID 8086:6f6d
[  106.176551] EDAC sbridge: Seeking for: PCI ID 8086:6ffc
[  106.176552] EDAC sbridge: Seeking for: PCI ID 8086:6ffc
[  106.176555] EDAC sbridge: Seeking for: PCI ID 8086:6ffc
[  106.176559] EDAC sbridge: Seeking for: PCI ID 8086:6ffd
[  106.176561] EDAC sbridge: Seeking for: PCI ID 8086:6ffd
[  106.176564] EDAC sbridge: Seeking for: PCI ID 8086:6ffd
[  106.176568] EDAC sbridge: Seeking for: PCI ID 8086:6faf
[  106.176570] EDAC sbridge: Seeking for: PCI ID 8086:6faf
[  106.176573] EDAC sbridge: Seeking for: PCI ID 8086:6faf
[  106.176752] EDAC MC0: Giving out device to module sb_edac.c controller 
Broadwell SrcID#1_Ha#0: DEV :ff:12.0 (INTERRUPT)
[  106.176947] EDAC MC1: Giving out device to module sb_edac.c controller 
Broadwell SrcID#0_Ha#0: DEV :7f:12.0 (INTERRUPT)
[  106.176966] EDAC sbridge: Some needed devices are missing
[  106.192161] EDAC MC: Removed device 0 for sb_edac.c Broadwell SrcID#1_Ha#0: 
DEV :ff:12.0
[  106.212157] EDAC MC: Removed device 1 for sb_edac.c Broadwell SrcID#0_Ha#0: 
DEV :7f:12.0
[  106.212184] EDAC sbridge: Couldn't find mci handler
[  106.212850] EDAC sbridge: Couldn't find mci handler
[  106.213534] EDAC sbridge: Failed to register device with error -19.


$ grep CONFIG_EDAC /boot/config-4.13.0-16-generic
CONFIG_EDAC_ATOMIC_SCRUB=y
CONFIG_EDAC_SUPPORT=y
CONFIG_EDAC=y
# CONFIG_EDAC_LEGACY_SYSFS is not set
# CONFIG_EDAC_DEBUG is not set
CONFIG_EDAC_DECODE_MCE=m
# CONFIG_EDAC_GHES is not set
CONFIG_EDAC_AMD64=m
# CONFIG_EDAC_AMD64_ERROR_INJECTION is not set
CONFIG_EDAC_E752X=m
CONFIG_EDAC_I82975X=m
CONFIG_EDAC_I3000=m
CONFIG_EDAC_I3200=m
CONFIG_EDAC_IE31200=m
CONFIG_EDAC_X38=m
CONFIG_EDAC_I5400=m
CONFIG_EDAC_I7CORE=m
CONFIG_EDAC_I5000=m
CONFIG_EDAC_I5100=m
CONFIG_EDAC_I7300=m
CONFIG_EDAC_SBRIDGE=m
CONFIG_EDAC_SKX=m
CONFIG_EDAC_PND2=m

Not too sure if the following is relevant, but I'll include it anyway.

System is running the following additional packages:
ZFS
Glusterfs v3.12.2

$ modinfo zfs
filename:   /lib/modules/4.13.0-16-generic/kernel/zfs/zfs/zfs.ko
version:0.6.5.11-1ubuntu3
license:CDDL
author: OpenZFS on Linux
description:ZFS
srcversion: 2F9D27546C1D6992FF66D5C
depends:spl,znvpair,zcommon,zunicode,zavl
name:   zfs
vermagic:   4.13.0-16-generic SMP mod_unload
signat: PKCS#7


If you need anything else, let me know.

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

Title:
  EDAC sbridge: Failed to register device with error -22.

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

Bug description:
  These kernel error messages appear with artful kernel
  4.12.0-11-generic.

  EDAC sbridge: Couldn't find mci handler
  EDAC sbridge: Couldn't find mci handler
  EDAC sbridge: Failed to register device with error -22.

  EDAC_GHES is enable in 4.12.0-11-generic, but according to
  

[Kernel-packages] [Bug 1701423] Re: APST quirk needed for Samsung 256GB NVMe drive

2017-08-22 Thread Josh Lilly
The 16.04 HWE kernel has been upgraded to 4.10.x, and after a few weeks
of use this bug has not occurred. Currently I'm using 4.10.0-32-generic.

I guess this can be closed off as Fix Released.

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

Title:
  APST quirk needed for Samsung 256GB NVMe drive

Status in linux package in Ubuntu:
  Fix Released

Bug description:
  This bug is a follow on from a previously fixed bug.
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1678184

  The nature of this bug is identical to the previously reported bug, however 
it also affects 256GB drives as well.
  The wording at the start is a bit confusing, as it states that the 256GB 
drive already has a quirk added. Following the trail back a little, however, 
shows that a fix for high power drain was introduced, which then caused the 
NVMe controller lockups and system hangs.

  I am running Ubuntu 16.04 with HWE kernel [4.8.x, yakkety] on a Dell XPS15 
9550 with a Samsung 256GB NVMe SSD.
  This bug commenced with the kernel linux (4.8.0-47.50) yakkety, with the 
specific change found at 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1664602

  **

  
  Here is my output of nvme-cli

  **
  nvme list

  Node SN Model Version Namespace Usage Format FW Rev
    
  - 
--  
  /dev/nvme0n1 S29NNXAGC38399 PM951 NVMe SAMSUNG 256GB 1.1 1 201.30 GB / 256.06 
GB 512 B + 0 B BXV77D0Q

  nvme id-ctrl /dev/nvme0n1

  NVME Identify Controller:
  vid : 0x144d
  ssvid : 0x144d
  sn : S29NNXAGC38399
  mn : PM951 NVMe SAMSUNG 256GB
  fr : BXV77D0Q
  rab : 2
  ieee : 002538
  cmic : 0
  mdts : 5
  cntlid : 1
  ver : 0
  rtd3r : 0
  rtd3e : 0
  oaes : 0
  oacs : 0x17
  acl : 7
  aerl : 3
  frmw : 0x6
  lpa : 0
  elpe : 63
  npss : 4
  avscc : 0x1
  apsta : 0x1
  wctemp : 0
  cctemp : 0
  mtfa : 0
  hmpre : 0
  hmmin : 0
  tnvmcap : 0
  unvmcap : 0
  rpmbs : 0
  sqes : 0x66
  cqes : 0x44
  nn : 1
  oncs : 0x1f
  fuses : 0
  fna : 0
  vwc : 0x1
  awun : 255
  awupf : 0
  nvscc : 1
  acwu : 0
  sgls : 0
  ps 0 : mp:6.00W operational enlat:5 exlat:5 rrt:0 rrl:0
rwt:0 rwl:0 idle_power:- active_power:-
  ps 1 : mp:4.20W operational enlat:30 exlat:30 rrt:1 rrl:1
rwt:1 rwl:1 idle_power:- active_power:-
  ps 2 : mp:3.10W operational enlat:100 exlat:100 rrt:2 rrl:2
rwt:2 rwl:2 idle_power:- active_power:-
  ps 3 : mp:0.0700W non-operational enlat:500 exlat:5000 rrt:3 rrl:3
rwt:3 rwl:3 idle_power:- active_power:-
  ps 4 : mp:0.0050W non-operational enlat:2000 exlat:22000 rrt:4 rrl:4
rwt:4 rwl:4 idle_power:- active_power:-

  

  Also, as requested:

  lspci -nn

  00:00.0 Host bridge [0600]: Intel Corporation Sky Lake Host Bridge/DRAM 
Registers [8086:1910] (rev 07)
  00:01.0 PCI bridge [0604]: Intel Corporation Sky Lake PCIe Controller (x16) 
[8086:1901] (rev 07)
  00:02.0 VGA compatible controller [0300]: Intel Corporation Skylake 
Integrated Graphics [8086:191b] (rev 06)
  00:04.0 Signal processing controller [1180]: Intel Corporation Skylake 
Processor Thermal Subsystem [8086:1903] (rev 07)
  00:14.0 USB controller [0c03]: Intel Corporation Sunrise Point-H USB 3.0 xHCI 
Controller [8086:a12f] (rev 31)
  00:14.2 Signal processing controller [1180]: Intel Corporation Sunrise 
Point-H Thermal subsystem [8086:a131] (rev 31)
  00:15.0 Signal processing controller [1180]: Intel Corporation Sunrise 
Point-H LPSS I2C Controller #0 [8086:a160] (rev 31)
  00:15.1 Signal processing controller [1180]: Intel Corporation Sunrise 
Point-H LPSS I2C Controller #1 [8086:a161] (rev 31)
  00:16.0 Communication controller [0780]: Intel Corporation Sunrise Point-H 
CSME HECI #1 [8086:a13a] (rev 31)
  00:17.0 SATA controller [0106]: Intel Corporation Sunrise Point-H SATA 
Controller [AHCI mode] [8086:a103] (rev 31)
  00:1c.0 PCI bridge [0604]: Intel Corporation Sunrise Point-H PCI Express Root 
Port #1 [8086:a110] (rev f1)
  00:1c.1 PCI bridge [0604]: Intel Corporation Sunrise Point-H PCI Express Root 
Port #2 [8086:a111] (rev f1)
  00:1d.0 PCI bridge [0604]: Intel Corporation Sunrise Point-H PCI Express Root 
Port #9 [8086:a118] (rev f1)
  00:1d.4 PCI bridge [0604]: Intel Corporation Sunrise Point-H PCI Express Root 
Port #13 [8086:a11c] (rev f1)
  00:1d.6 PCI bridge [0604]: Intel Corporation Sunrise Point-H PCI Express Root 
Port #15 [8086:a11e] (rev f1)
  00:1f.0 ISA bridge [0601]: Intel Corporation Sunrise Point-H LPC Controller 
[8086:a14e] (rev 31)
  00:1f.2 Memory controller [0580]: Intel Corporation Sunrise Point-H PMC 
[8086:a121] (rev 31)
  00:1f.3 Audio device [0403]: Intel Corporation Sunrise Point-H HD Audio 
[8086:a170] (rev 31)
  00:1f.4 SMBus [0c05]: Intel Corporation Sunrise Point-H SMBus [8086:a123] 
(rev 31)
  01:00.0 3D 

[Kernel-packages] [Bug 1701423] Re: APST quirk needed for Samsung 256GB NVMe drive

2017-08-22 Thread Josh Lilly
16.04 HWE has moved to 4.10.x kernel. Bug does not appear to be present
after several weeks of usage.

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

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

Title:
  APST quirk needed for Samsung 256GB NVMe drive

Status in linux package in Ubuntu:
  Fix Released

Bug description:
  This bug is a follow on from a previously fixed bug.
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1678184

  The nature of this bug is identical to the previously reported bug, however 
it also affects 256GB drives as well.
  The wording at the start is a bit confusing, as it states that the 256GB 
drive already has a quirk added. Following the trail back a little, however, 
shows that a fix for high power drain was introduced, which then caused the 
NVMe controller lockups and system hangs.

  I am running Ubuntu 16.04 with HWE kernel [4.8.x, yakkety] on a Dell XPS15 
9550 with a Samsung 256GB NVMe SSD.
  This bug commenced with the kernel linux (4.8.0-47.50) yakkety, with the 
specific change found at 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1664602

  **

  
  Here is my output of nvme-cli

  **
  nvme list

  Node SN Model Version Namespace Usage Format FW Rev
    
  - 
--  
  /dev/nvme0n1 S29NNXAGC38399 PM951 NVMe SAMSUNG 256GB 1.1 1 201.30 GB / 256.06 
GB 512 B + 0 B BXV77D0Q

  nvme id-ctrl /dev/nvme0n1

  NVME Identify Controller:
  vid : 0x144d
  ssvid : 0x144d
  sn : S29NNXAGC38399
  mn : PM951 NVMe SAMSUNG 256GB
  fr : BXV77D0Q
  rab : 2
  ieee : 002538
  cmic : 0
  mdts : 5
  cntlid : 1
  ver : 0
  rtd3r : 0
  rtd3e : 0
  oaes : 0
  oacs : 0x17
  acl : 7
  aerl : 3
  frmw : 0x6
  lpa : 0
  elpe : 63
  npss : 4
  avscc : 0x1
  apsta : 0x1
  wctemp : 0
  cctemp : 0
  mtfa : 0
  hmpre : 0
  hmmin : 0
  tnvmcap : 0
  unvmcap : 0
  rpmbs : 0
  sqes : 0x66
  cqes : 0x44
  nn : 1
  oncs : 0x1f
  fuses : 0
  fna : 0
  vwc : 0x1
  awun : 255
  awupf : 0
  nvscc : 1
  acwu : 0
  sgls : 0
  ps 0 : mp:6.00W operational enlat:5 exlat:5 rrt:0 rrl:0
rwt:0 rwl:0 idle_power:- active_power:-
  ps 1 : mp:4.20W operational enlat:30 exlat:30 rrt:1 rrl:1
rwt:1 rwl:1 idle_power:- active_power:-
  ps 2 : mp:3.10W operational enlat:100 exlat:100 rrt:2 rrl:2
rwt:2 rwl:2 idle_power:- active_power:-
  ps 3 : mp:0.0700W non-operational enlat:500 exlat:5000 rrt:3 rrl:3
rwt:3 rwl:3 idle_power:- active_power:-
  ps 4 : mp:0.0050W non-operational enlat:2000 exlat:22000 rrt:4 rrl:4
rwt:4 rwl:4 idle_power:- active_power:-

  

  Also, as requested:

  lspci -nn

  00:00.0 Host bridge [0600]: Intel Corporation Sky Lake Host Bridge/DRAM 
Registers [8086:1910] (rev 07)
  00:01.0 PCI bridge [0604]: Intel Corporation Sky Lake PCIe Controller (x16) 
[8086:1901] (rev 07)
  00:02.0 VGA compatible controller [0300]: Intel Corporation Skylake 
Integrated Graphics [8086:191b] (rev 06)
  00:04.0 Signal processing controller [1180]: Intel Corporation Skylake 
Processor Thermal Subsystem [8086:1903] (rev 07)
  00:14.0 USB controller [0c03]: Intel Corporation Sunrise Point-H USB 3.0 xHCI 
Controller [8086:a12f] (rev 31)
  00:14.2 Signal processing controller [1180]: Intel Corporation Sunrise 
Point-H Thermal subsystem [8086:a131] (rev 31)
  00:15.0 Signal processing controller [1180]: Intel Corporation Sunrise 
Point-H LPSS I2C Controller #0 [8086:a160] (rev 31)
  00:15.1 Signal processing controller [1180]: Intel Corporation Sunrise 
Point-H LPSS I2C Controller #1 [8086:a161] (rev 31)
  00:16.0 Communication controller [0780]: Intel Corporation Sunrise Point-H 
CSME HECI #1 [8086:a13a] (rev 31)
  00:17.0 SATA controller [0106]: Intel Corporation Sunrise Point-H SATA 
Controller [AHCI mode] [8086:a103] (rev 31)
  00:1c.0 PCI bridge [0604]: Intel Corporation Sunrise Point-H PCI Express Root 
Port #1 [8086:a110] (rev f1)
  00:1c.1 PCI bridge [0604]: Intel Corporation Sunrise Point-H PCI Express Root 
Port #2 [8086:a111] (rev f1)
  00:1d.0 PCI bridge [0604]: Intel Corporation Sunrise Point-H PCI Express Root 
Port #9 [8086:a118] (rev f1)
  00:1d.4 PCI bridge [0604]: Intel Corporation Sunrise Point-H PCI Express Root 
Port #13 [8086:a11c] (rev f1)
  00:1d.6 PCI bridge [0604]: Intel Corporation Sunrise Point-H PCI Express Root 
Port #15 [8086:a11e] (rev f1)
  00:1f.0 ISA bridge [0601]: Intel Corporation Sunrise Point-H LPC Controller 
[8086:a14e] (rev 31)
  00:1f.2 Memory controller [0580]: Intel Corporation Sunrise Point-H PMC 
[8086:a121] (rev 31)
  00:1f.3 Audio device [0403]: Intel Corporation Sunrise Point-H HD Audio 
[8086:a170] (rev 31)
  00:1f.4 SMBus [0c05]: Intel Corporation Sunrise Point-H SMBus [8086:a123] 
(rev 31)
  01:00.0 3D controller [0302]: NVIDIA 

Re: [Kernel-packages] [Bug 1710768] Re: package linux-image-extra-4.10.0-32-generic (not installed) failed to install/upgrade: unable to open '/lib/modules/4.10.0-32-generic/kernel/drivers/net/etherne

2017-08-17 Thread Josh Eisenberg
Thanks for getting back to me.
sudo apt-get install -f fails
Get:1 http://us.archive.ubuntu.com/ubuntu zesty-updates/main amd64
linux-image-extra-4.10.0-32-generic amd64 4.10.0-32.36 [30.0 MB]
Fetched 30.0 MB in 3s (9,958 kB/s)
(Reading database ... 214097 files and directories currently installed.)
Preparing to unpack .../linux-image-extra-4.10.0-
32-generic_4.10.0-32.36_amd64.deb ...
Unpacking linux-image-extra-4.10.0-32-generic (4.10.0-32.36) ...
dpkg: error processing archive /var/cache/apt/archives/linux-
image-extra-4.10.0-32-generic_4.10.0-32.36_amd64.deb (--unpack):
 unable to open
'/lib/modules/4.10.0-32-generic/kernel/drivers/isdn/hisax/avma1_cs.ko.dpkg-new':
Operation not permitted
Segmentation fault (core dumped)

The other 2 commands run successfully by themselves.
sudo apt autoremove doesn't run, it tells me to run apt --fix-broken install

Did a bit of googling and found
sudo apt autoremove -f

which ran to completion.

Cheers,
Josh


On Wed, Aug 16, 2017 at 7:17 AM, Joseph Salisbury <
joseph.salisb...@canonical.com> wrote:

> You may need to run the following from a terminal:
>
> sudo apt-get install -f
> sudo apt-get clean
> sudo apt-get update
>
> Then re-install the package or updates.
>
> If that does not resolve your issue, please mark the bug as "Confirmed"
>
> ** Changed in: linux (Ubuntu)
>Importance: Undecided => Low
>
> ** Changed in: linux (Ubuntu)
>Status: Confirmed => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1710768
>
> Title:
>   package linux-image-extra-4.10.0-32-generic (not installed) failed to
>   install/upgrade: unable to open
>   '/lib/modules/4.10.0-32-generic/kernel/drivers/net/
> ethernet/intel/e100.ko
>   .dpkg-new': Operation not permitted
>
> Status in linux package in Ubuntu:
>   Incomplete
>
> Bug description:
>   I was running
>   sudo apt --fix-broken install
>   and I got this:
>   Unpacking linux-image-extra-4.10.0-32-generic (4.10.0-32.36) ...
>   dpkg: error processing archive /var/cache/apt/archives/linux-
> image-extra-4.10.0-32-generic_4.10.0-32.36_amd64.deb (--unpack):
>unable to open 
> '/lib/modules/4.10.0-32-generic/kernel/drivers/media/rc/gpio-ir-recv.ko.dpkg-new':
> Operation not permitted
>   Segmentation fault (core dumped)
>
>   ProblemType: Package
>   DistroRelease: Ubuntu 17.04
>   Package: linux-image-extra-4.10.0-32-generic (not installed)
>   ProcVersionSignature: Ubuntu 4.10.0-30.34-generic 4.10.17
>   Uname: Linux 4.10.0-30-generic x86_64
>   ApportVersion: 2.20.4-0ubuntu4.5
>   Architecture: amd64
>   AudioDevicesInUse:
>USERPID ACCESS COMMAND
>/dev/snd/controlC0:  josh   3697 F pulseaudio
>   Date: Sun Aug 13 03:16:49 2017
>   DuplicateSignature:
>package:linux-image-extra-4.10.0-32-generic:(not installed)
>Unpacking linux-image-extra-4.10.0-32-generic (4.10.0-32.36) ...
>dpkg: error processing archive /tmp/apt-dpkg-install-9zpg5m/
> 4-linux-image-extra-4.10.0-32-generic_4.10.0-32.36_amd64.deb (--unpack):
> unable to open '/lib/modules/4.10.0-32-generic/kernel/drivers/net/
> ethernet/intel/e100.ko.dpkg-new': Operation not permitted
>   ErrorMessage: unable to open '/lib/modules/4.10.0-32-
> generic/kernel/drivers/net/ethernet/intel/e100.ko.dpkg-new': Operation
> not permitted
>   HibernationDevice: RESUME=UUID=a4013dd4-5435-4a09-a522-8991d3f68f34
>   InstallationDate: Installed on 2017-02-03 (193 days ago)
>   InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64
> (20161012.2)
>   MachineType: HP HP Notebook
>   ProcFB: 0 inteldrmfb
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-30-generic.efi.signed
> root=UUID=1236e14e-58db-47f0-a4a1-7e575b7fc3f6 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
>   SourcePackage: linux
>   Title: package linux-image-extra-4.10.0-32-generic (not installed)
> failed to install/upgrade: unable to open '/lib/modules/4.10.0-32-
> generic/kernel/drivers/net/ethernet/intel/e100.ko.dpkg-new': Operation
> not permitted
>   UpgradeStatus: Upgraded to zesty on 2017-04-15 (121 days ago)
>   dmi.bios.date: 07/21/2016
>   dmi.bios.vendor: Insyde
>   dmi.bios.version: F.13
>   dmi.board.asset.tag: Type2 - Board Asset Tag
>   dmi.board.name: 81ED
>   dmi.board.vendor: HP
>   dmi.board.version: 62.21
>   dmi.chassis.type: 10
>   dmi.chassis.vendor: HP
>   dmi.chassis.version: Chassis Version
>   dmi.modalias: dmi:bvnInsyde:bvrF.13:bd07/21/2016:svnHP:pnHPNotebook:
> pvrType1Produ

[Kernel-packages] [Bug 1710768] [NEW] package linux-image-extra-4.10.0-32-generic (not installed) failed to install/upgrade: unable to open '/lib/modules/4.10.0-32-generic/kernel/drivers/net/ethernet/

2017-08-14 Thread Josh Eisenberg
Public bug reported:

I was running
sudo apt --fix-broken install
and I got this:
Unpacking linux-image-extra-4.10.0-32-generic (4.10.0-32.36) ...
dpkg: error processing archive 
/var/cache/apt/archives/linux-image-extra-4.10.0-32-generic_4.10.0-32.36_amd64.deb
 (--unpack):
 unable to open 
'/lib/modules/4.10.0-32-generic/kernel/drivers/media/rc/gpio-ir-recv.ko.dpkg-new':
 Operation not permitted
Segmentation fault (core dumped)

ProblemType: Package
DistroRelease: Ubuntu 17.04
Package: linux-image-extra-4.10.0-32-generic (not installed)
ProcVersionSignature: Ubuntu 4.10.0-30.34-generic 4.10.17
Uname: Linux 4.10.0-30-generic x86_64
ApportVersion: 2.20.4-0ubuntu4.5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  josh   3697 F pulseaudio
Date: Sun Aug 13 03:16:49 2017
DuplicateSignature:
 package:linux-image-extra-4.10.0-32-generic:(not installed)
 Unpacking linux-image-extra-4.10.0-32-generic (4.10.0-32.36) ...
 dpkg: error processing archive 
/tmp/apt-dpkg-install-9zpg5m/4-linux-image-extra-4.10.0-32-generic_4.10.0-32.36_amd64.deb
 (--unpack):
  unable to open 
'/lib/modules/4.10.0-32-generic/kernel/drivers/net/ethernet/intel/e100.ko.dpkg-new':
 Operation not permitted
ErrorMessage: unable to open 
'/lib/modules/4.10.0-32-generic/kernel/drivers/net/ethernet/intel/e100.ko.dpkg-new':
 Operation not permitted
HibernationDevice: RESUME=UUID=a4013dd4-5435-4a09-a522-8991d3f68f34
InstallationDate: Installed on 2017-02-03 (193 days ago)
InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
MachineType: HP HP Notebook
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-30-generic.efi.signed 
root=UUID=1236e14e-58db-47f0-a4a1-7e575b7fc3f6 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
SourcePackage: linux
Title: package linux-image-extra-4.10.0-32-generic (not installed) failed to 
install/upgrade: unable to open 
'/lib/modules/4.10.0-32-generic/kernel/drivers/net/ethernet/intel/e100.ko.dpkg-new':
 Operation not permitted
UpgradeStatus: Upgraded to zesty on 2017-04-15 (121 days ago)
dmi.bios.date: 07/21/2016
dmi.bios.vendor: Insyde
dmi.bios.version: F.13
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 81ED
dmi.board.vendor: HP
dmi.board.version: 62.21
dmi.chassis.type: 10
dmi.chassis.vendor: HP
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.13:bd07/21/2016:svnHP:pnHPNotebook:pvrType1ProductConfigId:rvnHP:rn81ED:rvr62.21:cvnHP:ct10:cvrChassisVersion:
dmi.product.name: HP Notebook
dmi.product.version: Type1ProductConfigId
dmi.sys.vendor: HP

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


** Tags: amd64 apport-package zesty

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

Title:
  package linux-image-extra-4.10.0-32-generic (not installed) failed to
  install/upgrade: unable to open
  '/lib/modules/4.10.0-32-generic/kernel/drivers/net/ethernet/intel/e100.ko
  .dpkg-new': Operation not permitted

Status in linux package in Ubuntu:
  New

Bug description:
  I was running
  sudo apt --fix-broken install
  and I got this:
  Unpacking linux-image-extra-4.10.0-32-generic (4.10.0-32.36) ...
  dpkg: error processing archive 
/var/cache/apt/archives/linux-image-extra-4.10.0-32-generic_4.10.0-32.36_amd64.deb
 (--unpack):
   unable to open 
'/lib/modules/4.10.0-32-generic/kernel/drivers/media/rc/gpio-ir-recv.ko.dpkg-new':
 Operation not permitted
  Segmentation fault (core dumped)

  ProblemType: Package
  DistroRelease: Ubuntu 17.04
  Package: linux-image-extra-4.10.0-32-generic (not installed)
  ProcVersionSignature: Ubuntu 4.10.0-30.34-generic 4.10.17
  Uname: Linux 4.10.0-30-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   3697 F pulseaudio
  Date: Sun Aug 13 03:16:49 2017
  DuplicateSignature:
   package:linux-image-extra-4.10.0-32-generic:(not installed)
   Unpacking linux-image-extra-4.10.0-32-generic (4.10.0-32.36) ...
   dpkg: error processing archive 
/tmp/apt-dpkg-install-9zpg5m/4-linux-image-extra-4.10.0-32-generic_4.10.0-32.36_amd64.deb
 (--unpack):
unable to open 
'/lib/modules/4.10.0-32-generic/kernel/drivers/net/ethernet/intel/e100.ko.dpkg-new':
 Operation not permitted
  ErrorMessage: unable to open 
'/lib/modules/4.10.0-32-generic/kernel/drivers/net/ethernet/intel/e100.ko.dpkg-new':
 Operation not permitted
  HibernationDevice: RESUME=UUID=a4013dd4-5435-4a09-a522-8991d3f68f34
  InstallationDate: Installed on 2017-02-03 (193 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
  MachineType: HP HP Notebook
  

[Kernel-packages] [Bug 1701423] [NEW] APST quirk needed for Samsung 256GB NVMe drive

2017-06-29 Thread Josh Lilly
Public bug reported:

This bug is a follow on from a previously fixed bug.
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1678184

The nature of this bug is identical to the previously reported bug, however it 
also affects 256GB drives as well.
The wording at the start is a bit confusing, as it states that the 256GB drive 
already has a quirk added. Following the trail back a little, however, shows 
that a fix for high power drain was introduced, which then caused the NVMe 
controller lockups and system hangs.

I am running Ubuntu 16.04 with HWE kernel [4.8.x, yakkety] on a Dell XPS15 9550 
with a Samsung 256GB NVMe SSD.
This bug commenced with the kernel linux (4.8.0-47.50) yakkety, with the 
specific change found at 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1664602

**


Here is my output of nvme-cli

**
nvme list

Node SN Model Version Namespace Usage Format FW Rev
   
 - --  
/dev/nvme0n1 S29NNXAGC38399 PM951 NVMe SAMSUNG 256GB 1.1 1 201.30 GB / 256.06 
GB 512 B + 0 B BXV77D0Q

nvme id-ctrl /dev/nvme0n1

NVME Identify Controller:
vid : 0x144d
ssvid : 0x144d
sn : S29NNXAGC38399
mn : PM951 NVMe SAMSUNG 256GB
fr : BXV77D0Q
rab : 2
ieee : 002538
cmic : 0
mdts : 5
cntlid : 1
ver : 0
rtd3r : 0
rtd3e : 0
oaes : 0
oacs : 0x17
acl : 7
aerl : 3
frmw : 0x6
lpa : 0
elpe : 63
npss : 4
avscc : 0x1
apsta : 0x1
wctemp : 0
cctemp : 0
mtfa : 0
hmpre : 0
hmmin : 0
tnvmcap : 0
unvmcap : 0
rpmbs : 0
sqes : 0x66
cqes : 0x44
nn : 1
oncs : 0x1f
fuses : 0
fna : 0
vwc : 0x1
awun : 255
awupf : 0
nvscc : 1
acwu : 0
sgls : 0
ps 0 : mp:6.00W operational enlat:5 exlat:5 rrt:0 rrl:0
  rwt:0 rwl:0 idle_power:- active_power:-
ps 1 : mp:4.20W operational enlat:30 exlat:30 rrt:1 rrl:1
  rwt:1 rwl:1 idle_power:- active_power:-
ps 2 : mp:3.10W operational enlat:100 exlat:100 rrt:2 rrl:2
  rwt:2 rwl:2 idle_power:- active_power:-
ps 3 : mp:0.0700W non-operational enlat:500 exlat:5000 rrt:3 rrl:3
  rwt:3 rwl:3 idle_power:- active_power:-
ps 4 : mp:0.0050W non-operational enlat:2000 exlat:22000 rrt:4 rrl:4
  rwt:4 rwl:4 idle_power:- active_power:-



Also, as requested:

lspci -nn

00:00.0 Host bridge [0600]: Intel Corporation Sky Lake Host Bridge/DRAM 
Registers [8086:1910] (rev 07)
00:01.0 PCI bridge [0604]: Intel Corporation Sky Lake PCIe Controller (x16) 
[8086:1901] (rev 07)
00:02.0 VGA compatible controller [0300]: Intel Corporation Skylake Integrated 
Graphics [8086:191b] (rev 06)
00:04.0 Signal processing controller [1180]: Intel Corporation Skylake 
Processor Thermal Subsystem [8086:1903] (rev 07)
00:14.0 USB controller [0c03]: Intel Corporation Sunrise Point-H USB 3.0 xHCI 
Controller [8086:a12f] (rev 31)
00:14.2 Signal processing controller [1180]: Intel Corporation Sunrise Point-H 
Thermal subsystem [8086:a131] (rev 31)
00:15.0 Signal processing controller [1180]: Intel Corporation Sunrise Point-H 
LPSS I2C Controller #0 [8086:a160] (rev 31)
00:15.1 Signal processing controller [1180]: Intel Corporation Sunrise Point-H 
LPSS I2C Controller #1 [8086:a161] (rev 31)
00:16.0 Communication controller [0780]: Intel Corporation Sunrise Point-H CSME 
HECI #1 [8086:a13a] (rev 31)
00:17.0 SATA controller [0106]: Intel Corporation Sunrise Point-H SATA 
Controller [AHCI mode] [8086:a103] (rev 31)
00:1c.0 PCI bridge [0604]: Intel Corporation Sunrise Point-H PCI Express Root 
Port #1 [8086:a110] (rev f1)
00:1c.1 PCI bridge [0604]: Intel Corporation Sunrise Point-H PCI Express Root 
Port #2 [8086:a111] (rev f1)
00:1d.0 PCI bridge [0604]: Intel Corporation Sunrise Point-H PCI Express Root 
Port #9 [8086:a118] (rev f1)
00:1d.4 PCI bridge [0604]: Intel Corporation Sunrise Point-H PCI Express Root 
Port #13 [8086:a11c] (rev f1)
00:1d.6 PCI bridge [0604]: Intel Corporation Sunrise Point-H PCI Express Root 
Port #15 [8086:a11e] (rev f1)
00:1f.0 ISA bridge [0601]: Intel Corporation Sunrise Point-H LPC Controller 
[8086:a14e] (rev 31)
00:1f.2 Memory controller [0580]: Intel Corporation Sunrise Point-H PMC 
[8086:a121] (rev 31)
00:1f.3 Audio device [0403]: Intel Corporation Sunrise Point-H HD Audio 
[8086:a170] (rev 31)
00:1f.4 SMBus [0c05]: Intel Corporation Sunrise Point-H SMBus [8086:a123] (rev 
31)
01:00.0 3D controller [0302]: NVIDIA Corporation GM107M [GeForce GTX 960M] 
[10de:139b] (rev a2)
02:00.0 Network controller [0280]: Broadcom Corporation BCM43602 802.11ac 
Wireless LAN SoC [14e4:43ba] (rev 01)
03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS525A PCI 
Express Card Reader [10ec:525a] (rev 01)
04:00.0 Non-Volatile memory controller [0108]: Samsung Electronics Co Ltd NVMe 
SSD Controller [144d:a802] (rev 01)
06:00.0 PCI bridge [0604]: Intel Corporation Device [8086:1576]
07:00.0 PCI bridge [0604]: Intel Corporation Device [8086:1576]
07:01.0 PCI bridge [0604]: Intel Corporation Device [8086:1576]
07:02.0 PCI bridge [0604]: 

[Kernel-packages] [Bug 1678184] Re: APST quirk needed for Samsung 512GB NVMe drive

2017-06-26 Thread Josh Lilly
I would like to add that this bug also affects 256GB versions of the Samsung 
NVMe drives.
The  quirk has been added for the 512GB, can we also have one added for the 
256GB?

Here is my output of nvme-cli

**
nvme list

Node SN   Model
Version  Namespace Usage  Format   FW Rev  
   
 - --  
/dev/nvme0n1   S29NNXAGC38399 PM951 NVMe SAMSUNG 256GB 
1.1  1 201.30  GB / 256.06  GB512   B +  0 B   BXV77D0Q



nvme id-ctrl /dev/nvme0n1

NVME Identify Controller:
vid : 0x144d
ssvid   : 0x144d
sn  :   S29NNXAGC38399
mn  : PM951 NVMe SAMSUNG 256GB
fr  : BXV77D0Q
rab : 2
ieee: 002538
cmic: 0
mdts: 5
cntlid  : 1
ver : 0
rtd3r   : 0
rtd3e   : 0
oaes: 0
oacs: 0x17
acl : 7
aerl: 3
frmw: 0x6
lpa : 0
elpe: 63
npss: 4
avscc   : 0x1
apsta   : 0x1
wctemp  : 0
cctemp  : 0
mtfa: 0
hmpre   : 0
hmmin   : 0
tnvmcap : 0
unvmcap : 0
rpmbs   : 0
sqes: 0x66
cqes: 0x44
nn  : 1
oncs: 0x1f
fuses   : 0
fna : 0
vwc : 0x1
awun: 255
awupf   : 0
nvscc   : 1
acwu: 0
sgls: 0
ps0 : mp:6.00W operational enlat:5 exlat:5 rrt:0 rrl:0
  rwt:0 rwl:0 idle_power:- active_power:-
ps1 : mp:4.20W operational enlat:30 exlat:30 rrt:1 rrl:1
  rwt:1 rwl:1 idle_power:- active_power:-
ps2 : mp:3.10W operational enlat:100 exlat:100 rrt:2 rrl:2
  rwt:2 rwl:2 idle_power:- active_power:-
ps3 : mp:0.0700W non-operational enlat:500 exlat:5000 rrt:3 rrl:3
  rwt:3 rwl:3 idle_power:- active_power:-
ps4 : mp:0.0050W non-operational enlat:2000 exlat:22000 rrt:4 rrl:4
  rwt:4 rwl:4 idle_power:- active_power:-

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

Title:
  APST quirk needed for Samsung 512GB NVMe drive

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Yakkety:
  Fix Released
Status in linux source package in Zesty:
  Fix Released

Bug description:
  APST support just landed in the latest Zesty kernel (4.10.0-14.16) as
  part of https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1664602.
  That patch has a quirk for certain 256GB Samsung drives found in Dell
  laptops that do not behave well when APST is enabled. I am
  experiencing the same symptoms with the same model laptop except with
  a 512GB Samsung. Prior to manually disabling APST the drive would die
  and system would go down in flames with I/O errors within 20 to 40
  minutes of boot.

  $ sudo nvme list
  Node SN   Model   
 Namespace Usage  Format   FW Rev  
    
 - -- 
 
  /dev/nvme0n1   ** PM951 NVMe SAMSUNG 512GB
 1 500.20  GB / 512.11  GB512   B +  0 B   BXV76D0Q

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: linux-image-4.10.0-14-generic 4.10.0-14.16
  ProcVersionSignature: Ubuntu 4.10.0-14.16-generic 4.10.3
  Uname: Linux 4.10.0-14-generic x86_64
  ApportVersion: 2.20.4-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ajclayton   3305 F pulseaudio
  CurrentDesktop: Unity:Unity7
  Date: Fri Mar 31 09:42:38 2017
  InstallationDate: Installed on 2012-09-08 (1665 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  MachineType: Dell Inc. XPS 15 9550
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.10.0-14-generic 
root=UUID=779e5929-5ffb-49b1-9786-1adcde824b7d ro rootflags=subvol=@ noprompt 
nouveau.modeset=0 log_buf_len=20M
  RelatedPackageVersions:
   linux-restricted-modules-4.10.0-14-generic N/A
   linux-backports-modules-4.10.0-14-generic  N/A
   linux-firmware 1.164
  SourcePackage: linux
  UpgradeStatus: Upgraded to zesty on 2017-03-07 (23 days ago)
  dmi.bios.date: 04/07/2016
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 01.02.00
  dmi.board.name: 0N7TVV
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr01.02.00:bd04/07/2016:svnDellInc.:pnXPS159550:pvr:rvnDellInc.:rn0N7TVV:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: XPS 15 9550
  dmi.sys.vendor: Dell Inc.

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

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

[Kernel-packages] [Bug 1658621] Re: Touchpad is not detected in Acer Aspire One AO756-2626

2017-02-10 Thread Josh Nightingale
Updated to 16.10 Yakkety-Yak and touchpad has started working again - no
idea what fixed it though!

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

Title:
  Touchpad is not detected in Acer Aspire One AO756-2626

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After most recent update to kernel, my touchpad is not recognised and
  does not appear as an input device in cat /proc/bus/input/devices

  An external USB mouse is working correctly (cursor, buttons and scroll
  wheel)

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-59-generic 4.4.0-59.80
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  Uname: Linux 4.4.0-59-generic i686
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   1777 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Jan 23 09:12:32 2017
  HibernationDevice: RESUME=UUID=9aee6652-765c-4b42-9ffd-9370a0d95ca1
  MachineType: Acer AO756
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-59-generic 
root=UUID=a872dd55-2af1-4efd-b447-ec434bff8dcf ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-59-generic N/A
   linux-backports-modules-4.4.0-59-generic  N/A
   linux-firmware1.157.6
  SourcePackage: linux
  UpgradeStatus: Upgraded to xenial on 2016-08-30 (146 days ago)
  dmi.bios.date: 11/06/2012
  dmi.bios.vendor: Acer
  dmi.bios.version: V2.08
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Mimic
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.08
  dmi.modalias: 
dmi:bvnAcer:bvrV2.08:bd11/06/2012:svnAcer:pnAO756:pvrV2.08:rvnAcer:rnMimic:rvrType2-BoardVersion:cvnAcer:ct10:cvrV2.08:
  dmi.product.name: AO756
  dmi.product.version: V2.08
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1658621/+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 1658621] Re: Touchpad is not detected in Acer Aspire One AO756-2626

2017-01-27 Thread Josh Nightingale
Thanks Joseph.

The problem persists if I boot into 4.2.7 or into 4.10.0

Sorry for the delay - hectic week!

Cheers,

Josh

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

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

Title:
  Touchpad is not detected in Acer Aspire One AO756-2626

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After most recent update to kernel, my touchpad is not recognised and
  does not appear as an input device in cat /proc/bus/input/devices

  An external USB mouse is working correctly (cursor, buttons and scroll
  wheel)

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-59-generic 4.4.0-59.80
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  Uname: Linux 4.4.0-59-generic i686
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   1777 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Jan 23 09:12:32 2017
  HibernationDevice: RESUME=UUID=9aee6652-765c-4b42-9ffd-9370a0d95ca1
  MachineType: Acer AO756
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-59-generic 
root=UUID=a872dd55-2af1-4efd-b447-ec434bff8dcf ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-59-generic N/A
   linux-backports-modules-4.4.0-59-generic  N/A
   linux-firmware1.157.6
  SourcePackage: linux
  UpgradeStatus: Upgraded to xenial on 2016-08-30 (146 days ago)
  dmi.bios.date: 11/06/2012
  dmi.bios.vendor: Acer
  dmi.bios.version: V2.08
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Mimic
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.08
  dmi.modalias: 
dmi:bvnAcer:bvrV2.08:bd11/06/2012:svnAcer:pnAO756:pvrV2.08:rvnAcer:rnMimic:rvrType2-BoardVersion:cvnAcer:ct10:cvrV2.08:
  dmi.product.name: AO756
  dmi.product.version: V2.08
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1658621/+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 1658621] Re: Touchpad is not detected in Acer Aspire One AO756-2626

2017-01-23 Thread Josh Nightingale
** Attachment added: "dmesg"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1658621/+attachment/4807988/+files/dmesg

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

Title:
  Touchpad is not detected in Acer Aspire One AO756-2626

Status in linux package in Ubuntu:
  New

Bug description:
  After most recent update to kernel, my touchpad is not recognised and
  does not appear as an input device in cat /proc/bus/input/devices

  An external USB mouse is working correctly (cursor, buttons and scroll
  wheel)

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-59-generic 4.4.0-59.80
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  Uname: Linux 4.4.0-59-generic i686
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   1777 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Jan 23 09:12:32 2017
  HibernationDevice: RESUME=UUID=9aee6652-765c-4b42-9ffd-9370a0d95ca1
  MachineType: Acer AO756
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-59-generic 
root=UUID=a872dd55-2af1-4efd-b447-ec434bff8dcf ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-59-generic N/A
   linux-backports-modules-4.4.0-59-generic  N/A
   linux-firmware1.157.6
  SourcePackage: linux
  UpgradeStatus: Upgraded to xenial on 2016-08-30 (146 days ago)
  dmi.bios.date: 11/06/2012
  dmi.bios.vendor: Acer
  dmi.bios.version: V2.08
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Mimic
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.08
  dmi.modalias: 
dmi:bvnAcer:bvrV2.08:bd11/06/2012:svnAcer:pnAO756:pvrV2.08:rvnAcer:rnMimic:rvrType2-BoardVersion:cvnAcer:ct10:cvrV2.08:
  dmi.product.name: AO756
  dmi.product.version: V2.08
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1658621/+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 1658621] Re: Touchpad is not detected in Acer Aspire One AO756-2626

2017-01-23 Thread Josh Nightingale
** Attachment added: "/var/log/Xorg.0.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1658621/+attachment/4807989/+files/Xorg.0.log

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

Title:
  Touchpad is not detected in Acer Aspire One AO756-2626

Status in linux package in Ubuntu:
  New

Bug description:
  After most recent update to kernel, my touchpad is not recognised and
  does not appear as an input device in cat /proc/bus/input/devices

  An external USB mouse is working correctly (cursor, buttons and scroll
  wheel)

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-59-generic 4.4.0-59.80
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  Uname: Linux 4.4.0-59-generic i686
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josh   1777 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Jan 23 09:12:32 2017
  HibernationDevice: RESUME=UUID=9aee6652-765c-4b42-9ffd-9370a0d95ca1
  MachineType: Acer AO756
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-59-generic 
root=UUID=a872dd55-2af1-4efd-b447-ec434bff8dcf ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-59-generic N/A
   linux-backports-modules-4.4.0-59-generic  N/A
   linux-firmware1.157.6
  SourcePackage: linux
  UpgradeStatus: Upgraded to xenial on 2016-08-30 (146 days ago)
  dmi.bios.date: 11/06/2012
  dmi.bios.vendor: Acer
  dmi.bios.version: V2.08
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Mimic
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.08
  dmi.modalias: 
dmi:bvnAcer:bvrV2.08:bd11/06/2012:svnAcer:pnAO756:pvrV2.08:rvnAcer:rnMimic:rvrType2-BoardVersion:cvnAcer:ct10:cvrV2.08:
  dmi.product.name: AO756
  dmi.product.version: V2.08
  dmi.sys.vendor: Acer

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

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


  1   2   >