[Kernel-packages] [Bug 2045384] Re: AppArmor patch for mq-posix interface is missing in jammy

2024-01-11 Thread Isaac True
Confirmed fixed in linux/5.15.0-94.104 using the itrue-mqtest-provider
and itrue-mqtest-client snaps.

Test procedure:

sudo snap install itrue-mqtest-provider itrue-mqtest-client
sudo snap connect itrue-mqtest-client:itrue-mqtest-all-perms 
itrue-mqtest-provider:itrue-mqtest-all-perms 
sudo snap connect itrue-mqtest-client:itrue-mqtest-default 
itrue-mqtest-provider:itrue-mqtest-default  
sudo snap connect itrue-mqtest-client:itrue-mqtest-ro 
itrue-mqtest-provider:itrue-mqtest-ro  
sudo snap connect itrue-mqtest-client:itrue-mqtest-rw 
itrue-mqtest-provider:itrue-mqtest-rw  

Before upgrading (on kernel 5.15.0-1048-kvm):

ubuntu@concise-pangolin:~$ sudo itrue-mqtest-provider
MQ "/test-default" failed: File exists
ubuntu@concise-pangolin:~$ sudo itrue-mqtest-client.all
MQ "/test-all-perms" failed: Operation not permitted
Test failed

After upgrading (5.15.0-94-generic):

(in first terminal)
ubuntu@concise-pangolin:~$ sudo itrue-mqtest-provider
MQ "/test-default" created
MQ "/test-ro" created
MQ "/test-rw" created
MQ "/test-all-perms" created
MQ "/test-default": 0xDEADBEEF
MQ "/test-all-perms": 0xDEADBEEF

(in second terminal)
ubuntu@concise-pangolin:~$ sudo itrue-mqtest-client.default
Test succeeded
ubuntu@concise-pangolin:~$ sudo itrue-mqtest-client.all
Test succeeded

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

Title:
  AppArmor patch for mq-posix interface is missing in jammy

Status in linux package in Ubuntu:
  Triaged
Status in livecd-rootfs package in Ubuntu:
  New
Status in linux source package in Jammy:
  Fix Committed
Status in livecd-rootfs source package in Jammy:
  New

Bug description:
  [ Impact ]

  mq-posix snapd interface does not work on Ubuntu Core 22. It results
  in permission denied even all interfaces are connected.

  Our brandstore customer is using posix message queue for IPC between
  snaps. They added mq-posix interface and connected them properly but
  getting permission denied error.

  The AppArmor patch for posix message queue created for other customer
  did not land in the standard jammy kernel.

  Userspace support for AppArmor message queue handling is already
  present in Ubuntu Core 22, it is just missing from the kernel.

  [ Test Plan ]

   * Create snaps using the posix-mq snapd interface on Ubuntu Core 22 or 
Classic 22.04 with the standard kernel.
   * Example snaps for testing: 
https://code.launchpad.net/~itrue/+git/mqtest-provider and 
https://code.launchpad.net/~itrue/+git/mqtest-client

  [ Where problems could occur ]

   * The patches already exist for 5.15 and have been used on other
  private customer kernels and all kernels released after 22.04, so
  there is already a good track record for this patchset and it
  shouldn't create any issues.

  [ Other Info ]
   
   * This is a time-sensitive issue for a paying customer

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


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


[Kernel-packages] [Bug 2045384] Re: AppArmor patch for mq-posix interface is missing in jammy

2023-12-01 Thread Isaac True
** Description changed:

- Issue: mq-posix interface does not work. It results in permission denied
- even all interfaces are connected.
+ [ Impact ]
  
- which ubuntu: UbuntuCore22 (kernel for Jammy)
+ mq-posix snapd interface does not work on Ubuntu Core 22. It results in
+ permission denied even all interfaces are connected.
  
- Detail; Our brandstore customer is using posix message queue for IPC
- between snaps. They added mq-posix interface and connected them properly
- but getting permission denied error.
+ Our brandstore customer is using posix message queue for IPC between
+ snaps. They added mq-posix interface and connected them properly but
+ getting permission denied error.
  
- Our guess:The AppArmor patch for posix message queue created for other
- customer did not land in jammy kernel.
+ The AppArmor patch for posix message queue created for other customer
+ did not land in the standard jammy kernel.
  
- Request: please apply patch for mq-posix interface to jammy kernel
+ Userspace support for AppArmor message queue handling is already present
+ in Ubuntu Core 22, it is just missing from the kernel.
+ 
+ [ Test Plan ]
+ 
+  * Create snaps using the posix-mq snapd interface on Ubuntu Core 22 or 
Classic 22.04 with the standard kernel.
+  * Example snaps for testing: 
https://code.launchpad.net/~itrue/+git/mqtest-provider and 
https://code.launchpad.net/~itrue/+git/mqtest-client
+ 
+ [ Where problems could occur ]
+ 
+  * The patches already exist for 5.15 and have been used on other
+ private customer kernels and all kernels released after 22.04, so there
+ is already a good track record for this patchset and it shouldn't create
+ any issues.
+ 
+ [ Other Info ]
+  
+  * This is a time-sensitive issue for a paying customer

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

Title:
  AppArmor patch for mq-posix interface is missing in jammy

Status in linux package in Ubuntu:
  New

Bug description:
  [ Impact ]

  mq-posix snapd interface does not work on Ubuntu Core 22. It results
  in permission denied even all interfaces are connected.

  Our brandstore customer is using posix message queue for IPC between
  snaps. They added mq-posix interface and connected them properly but
  getting permission denied error.

  The AppArmor patch for posix message queue created for other customer
  did not land in the standard jammy kernel.

  Userspace support for AppArmor message queue handling is already
  present in Ubuntu Core 22, it is just missing from the kernel.

  [ Test Plan ]

   * Create snaps using the posix-mq snapd interface on Ubuntu Core 22 or 
Classic 22.04 with the standard kernel.
   * Example snaps for testing: 
https://code.launchpad.net/~itrue/+git/mqtest-provider and 
https://code.launchpad.net/~itrue/+git/mqtest-client

  [ Where problems could occur ]

   * The patches already exist for 5.15 and have been used on other
  private customer kernels and all kernels released after 22.04, so
  there is already a good track record for this patchset and it
  shouldn't create any issues.

  [ Other Info ]
   
   * This is a time-sensitive issue for a paying customer

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


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


[Kernel-packages] [Bug 2039819] Re: amdgpu crashing intermittently under high load on Kubuntu 23.10

2023-10-31 Thread Isaac True
This seems to have been resolved with the beta release of the 3.03
firmware. Thanks @superm1

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

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

Title:
  amdgpu crashing intermittently under high load on Kubuntu 23.10

Status in linux package in Ubuntu:
  Invalid

Bug description:
  While the system is under very high load (in this case downloading a
  game on Steam, maxing out all CPU cores) on my Framework AMD Ryzen
  7840U running Kubuntu 23.10 with linux-image-6.5.0-9-generic, amdgpu
  sometimes crashes and Kwin reports that it needed to restart graphic
  effects.

  Relevant part of dmesg seems to be:

  [ 1171.439662] amdgpu :c1:00.0: amdgpu: [gfxhub] page fault (src_id:0 
ring:40 vmid:8 pasid:32799, for process  pid 0 thread  pid 0)
  [ 1171.439669] amdgpu :c1:00.0: amdgpu:   in page starting at address 
0x800100209000 from client 10
  [ 1171.439672] amdgpu :c1:00.0: amdgpu: 
GCVM_L2_PROTECTION_FAULT_STATUS:0x00840C50
  [ 1171.439674] amdgpu :c1:00.0: amdgpu:  Faulty UTCL2 client ID: CPG 
(0x6)
  [ 1171.439676] amdgpu :c1:00.0: amdgpu:  MORE_FAULTS: 0x0
  [ 1171.439678] amdgpu :c1:00.0: amdgpu:  WALKER_ERROR: 0x0
  [ 1171.439680] amdgpu :c1:00.0: amdgpu:  PERMISSION_FAULTS: 0x5
  [ 1171.439682] amdgpu :c1:00.0: amdgpu:  MAPPING_ERROR: 0x0
  [ 1171.439683] amdgpu :c1:00.0: amdgpu:  RW: 0x1
  [ 1171.439730] [drm] ring gfx_32799.1.1 ib test pass
  [ 1171.439769] [drm] ring compute_32799.2.2 ib test pass
  [ 1171.440060] [drm] ring sdma_32799.3.3 ib test pass
  [ 1171.441628] amdgpu :c1:00.0: amdgpu: GPU reset(1) succeeded!

  I'm using linux-firmware 20230919.git3672ccab-0ubuntu2.1.

  ProblemType: Bug
  DistroRelease: Ubuntu 23.10
  Package: linux-image-6.5.0-9-generic 6.5.0-9.9
  ProcVersionSignature: Ubuntu 6.5.0-9.9-generic 6.5.3
  Uname: Linux 6.5.0-9-generic x86_64
  NonfreeKernelModules: zfs
  ApportVersion: 2.27.0-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  itrue 12359 F wireplumber
   /dev/snd/controlC0:  itrue 12359 F wireplumber
   /dev/snd/seq:itrue 12353 F pipewire
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  Date: Thu Oct 19 15:30:33 2023
  HibernationDevice: RESUME=none
  InstallationDate: Installed on 2022-02-16 (610 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 (20220228)
  MachineType: {report['dmi.sys.vendor']} {report['dmi.product.name']}
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/BOOT/ubuntu_teyrij@/vmlinuz-6.5.0-9-generic 
root=ZFS=rpool/ROOT/ubuntu_teyrij ro quiet splash vt.handoff=1
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-6.5.0-9-generic N/A
   linux-backports-modules-6.5.0-9-generic  N/A
   linux-firmware   20230919.git3672ccab-0ubuntu2.1
  SourcePackage: linux
  UpgradeStatus: Upgraded to mantic on 2023-10-19 (0 days ago)
  dmi.bios.date: 09/27/2023
  dmi.bios.release: 3.2
  dmi.bios.vendor: INSYDE Corp.
  dmi.bios.version: 03.02
  dmi.board.asset.tag: *
  dmi.board.name: FRANMDCP07
  dmi.board.vendor: Framework
  dmi.board.version: A7
  dmi.chassis.asset.tag: FRANMDCPA7337200HR
  dmi.chassis.type: 10
  dmi.chassis.vendor: Framework
  dmi.chassis.version: A7
  dmi.modalias: 
dmi:bvnINSYDECorp.:bvr03.02:bd09/27/2023:br3.2:svnFramework:pnLaptop13(AMDRyzen7040Series):pvrA7:rvnFramework:rnFRANMDCP07:rvrA7:cvnFramework:ct10:cvrA7:skuFRANMDCP07:
  dmi.product.family: Laptop
  dmi.product.name: Laptop 13 (AMD Ryzen 7040Series)
  dmi.product.sku: FRANMDCP07
  dmi.product.version: A7
  dmi.sys.vendor: Framework

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


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


[Kernel-packages] [Bug 1989566] Re: [FFe] PolarFire Icicle Kit: enable PCIe support

2023-10-20 Thread Isaac True
Thanks @xypron

Re-opened the bug so that we have somewhere to track the progress, even
if we can't merge anything right now.

** Changed in: linux-riscv (Ubuntu)
   Status: Invalid => Confirmed

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

Title:
  [FFe] PolarFire Icicle Kit: enable PCIe support

Status in linux-riscv package in Ubuntu:
  Confirmed

Bug description:
  The PolarFire Icicle Kit provides a PCIe slot. With our 5.19 kernel it
  is not usable. Please, add the following patches:

  # 
https://lore.kernel.org/linux-riscv/20220901133403.3392291-5-conor.doo...@microchip.com/
  riscv: dts: microchip: add pci dma ranges for the icicle
  # 
https://lore.kernel.org/linux-riscv/20220901133403.3392291-6-conor.doo...@microchip.com/
  riscv: dts: microchip: move the mpfs' pci node to
  # 
https://lore.kernel.org/linux-riscv/20220901133403.3392291-6-conor.doo...@microchip.com/
  riscv: dts: microchip: icicle: update pci address
  # 
https://lore.kernel.org/linux-riscv/20220901133403.3392291-8-conor.doo...@microchip.com/
  riscv: dts: microchip: icicle: re-jig fabric peripheral
  # 
https://lore.kernel.org/linux-riscv/20220902142202.2437658-3-daire.mcnam...@microchip.com/
 
  riscv: dts: microchip: add fabric address translation
  # 
https://lore.kernel.org/linux-riscv/20220902142202.2437658-4-daire.mcnam...@microchip.com/
  PCI: microchip: add fabric address translation properties

  All patches are strictly restricted to the PolarFire Icicle Kit and
  have no impact on any other RISC-V boards that we support.

  Best regards

  Heinrich

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


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


[Kernel-packages] [Bug 1989566] Re: [FFe] PolarFire Icicle Kit: enable PCIe support

2023-10-20 Thread Isaac True
@xypron is the work still ongoing upstream? Could we maybe re-open this
bug as PCIe is still not supported?

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

Title:
  [FFe] PolarFire Icicle Kit: enable PCIe support

Status in linux-riscv package in Ubuntu:
  Invalid

Bug description:
  The PolarFire Icicle Kit provides a PCIe slot. With our 5.19 kernel it
  is not usable. Please, add the following patches:

  # 
https://lore.kernel.org/linux-riscv/20220901133403.3392291-5-conor.doo...@microchip.com/
  riscv: dts: microchip: add pci dma ranges for the icicle
  # 
https://lore.kernel.org/linux-riscv/20220901133403.3392291-6-conor.doo...@microchip.com/
  riscv: dts: microchip: move the mpfs' pci node to
  # 
https://lore.kernel.org/linux-riscv/20220901133403.3392291-6-conor.doo...@microchip.com/
  riscv: dts: microchip: icicle: update pci address
  # 
https://lore.kernel.org/linux-riscv/20220901133403.3392291-8-conor.doo...@microchip.com/
  riscv: dts: microchip: icicle: re-jig fabric peripheral
  # 
https://lore.kernel.org/linux-riscv/20220902142202.2437658-3-daire.mcnam...@microchip.com/
 
  riscv: dts: microchip: add fabric address translation
  # 
https://lore.kernel.org/linux-riscv/20220902142202.2437658-4-daire.mcnam...@microchip.com/
  PCI: microchip: add fabric address translation properties

  All patches are strictly restricted to the PolarFire Icicle Kit and
  have no impact on any other RISC-V boards that we support.

  Best regards

  Heinrich

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


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


[Kernel-packages] [Bug 2039819] Re: amdgpu crashing intermittently under high load on Kubuntu 23.10

2023-10-20 Thread Isaac True
Hi Mario,

It doesn't look like 3.03 is publically available yet. Once it is, I'll
update this bug to say if it's been resolved or not.

Thanks

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

Title:
  amdgpu crashing intermittently under high load on Kubuntu 23.10

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  While the system is under very high load (in this case downloading a
  game on Steam, maxing out all CPU cores) on my Framework AMD Ryzen
  7840U running Kubuntu 23.10 with linux-image-6.5.0-9-generic, amdgpu
  sometimes crashes and Kwin reports that it needed to restart graphic
  effects.

  Relevant part of dmesg seems to be:

  [ 1171.439662] amdgpu :c1:00.0: amdgpu: [gfxhub] page fault (src_id:0 
ring:40 vmid:8 pasid:32799, for process  pid 0 thread  pid 0)
  [ 1171.439669] amdgpu :c1:00.0: amdgpu:   in page starting at address 
0x800100209000 from client 10
  [ 1171.439672] amdgpu :c1:00.0: amdgpu: 
GCVM_L2_PROTECTION_FAULT_STATUS:0x00840C50
  [ 1171.439674] amdgpu :c1:00.0: amdgpu:  Faulty UTCL2 client ID: CPG 
(0x6)
  [ 1171.439676] amdgpu :c1:00.0: amdgpu:  MORE_FAULTS: 0x0
  [ 1171.439678] amdgpu :c1:00.0: amdgpu:  WALKER_ERROR: 0x0
  [ 1171.439680] amdgpu :c1:00.0: amdgpu:  PERMISSION_FAULTS: 0x5
  [ 1171.439682] amdgpu :c1:00.0: amdgpu:  MAPPING_ERROR: 0x0
  [ 1171.439683] amdgpu :c1:00.0: amdgpu:  RW: 0x1
  [ 1171.439730] [drm] ring gfx_32799.1.1 ib test pass
  [ 1171.439769] [drm] ring compute_32799.2.2 ib test pass
  [ 1171.440060] [drm] ring sdma_32799.3.3 ib test pass
  [ 1171.441628] amdgpu :c1:00.0: amdgpu: GPU reset(1) succeeded!

  I'm using linux-firmware 20230919.git3672ccab-0ubuntu2.1.

  ProblemType: Bug
  DistroRelease: Ubuntu 23.10
  Package: linux-image-6.5.0-9-generic 6.5.0-9.9
  ProcVersionSignature: Ubuntu 6.5.0-9.9-generic 6.5.3
  Uname: Linux 6.5.0-9-generic x86_64
  NonfreeKernelModules: zfs
  ApportVersion: 2.27.0-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  itrue 12359 F wireplumber
   /dev/snd/controlC0:  itrue 12359 F wireplumber
   /dev/snd/seq:itrue 12353 F pipewire
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  Date: Thu Oct 19 15:30:33 2023
  HibernationDevice: RESUME=none
  InstallationDate: Installed on 2022-02-16 (610 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 (20220228)
  MachineType: {report['dmi.sys.vendor']} {report['dmi.product.name']}
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/BOOT/ubuntu_teyrij@/vmlinuz-6.5.0-9-generic 
root=ZFS=rpool/ROOT/ubuntu_teyrij ro quiet splash vt.handoff=1
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-6.5.0-9-generic N/A
   linux-backports-modules-6.5.0-9-generic  N/A
   linux-firmware   20230919.git3672ccab-0ubuntu2.1
  SourcePackage: linux
  UpgradeStatus: Upgraded to mantic on 2023-10-19 (0 days ago)
  dmi.bios.date: 09/27/2023
  dmi.bios.release: 3.2
  dmi.bios.vendor: INSYDE Corp.
  dmi.bios.version: 03.02
  dmi.board.asset.tag: *
  dmi.board.name: FRANMDCP07
  dmi.board.vendor: Framework
  dmi.board.version: A7
  dmi.chassis.asset.tag: FRANMDCPA7337200HR
  dmi.chassis.type: 10
  dmi.chassis.vendor: Framework
  dmi.chassis.version: A7
  dmi.modalias: 
dmi:bvnINSYDECorp.:bvr03.02:bd09/27/2023:br3.2:svnFramework:pnLaptop13(AMDRyzen7040Series):pvrA7:rvnFramework:rnFRANMDCP07:rvrA7:cvnFramework:ct10:cvrA7:skuFRANMDCP07:
  dmi.product.family: Laptop
  dmi.product.name: Laptop 13 (AMD Ryzen 7040Series)
  dmi.product.sku: FRANMDCP07
  dmi.product.version: A7
  dmi.sys.vendor: Framework

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


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


[Kernel-packages] [Bug 2039819] [NEW] amdgpu crashing intermittently under high load on Kubuntu 23.10

2023-10-19 Thread Isaac True
Public bug reported:

While the system is under very high load (in this case downloading a
game on Steam, maxing out all CPU cores) on my Framework AMD Ryzen 7840U
running Kubuntu 23.10 with linux-image-6.5.0-9-generic, amdgpu sometimes
crashes and Kwin reports that it needed to restart graphic effects.

Relevant part of dmesg seems to be:

[ 1171.439662] amdgpu :c1:00.0: amdgpu: [gfxhub] page fault (src_id:0 
ring:40 vmid:8 pasid:32799, for process  pid 0 thread  pid 0)
[ 1171.439669] amdgpu :c1:00.0: amdgpu:   in page starting at address 
0x800100209000 from client 10
[ 1171.439672] amdgpu :c1:00.0: amdgpu: 
GCVM_L2_PROTECTION_FAULT_STATUS:0x00840C50
[ 1171.439674] amdgpu :c1:00.0: amdgpu:  Faulty UTCL2 client ID: CPG 
(0x6)
[ 1171.439676] amdgpu :c1:00.0: amdgpu:  MORE_FAULTS: 0x0
[ 1171.439678] amdgpu :c1:00.0: amdgpu:  WALKER_ERROR: 0x0
[ 1171.439680] amdgpu :c1:00.0: amdgpu:  PERMISSION_FAULTS: 0x5
[ 1171.439682] amdgpu :c1:00.0: amdgpu:  MAPPING_ERROR: 0x0
[ 1171.439683] amdgpu :c1:00.0: amdgpu:  RW: 0x1
[ 1171.439730] [drm] ring gfx_32799.1.1 ib test pass
[ 1171.439769] [drm] ring compute_32799.2.2 ib test pass
[ 1171.440060] [drm] ring sdma_32799.3.3 ib test pass
[ 1171.441628] amdgpu :c1:00.0: amdgpu: GPU reset(1) succeeded!

I'm using linux-firmware 20230919.git3672ccab-0ubuntu2.1.

ProblemType: Bug
DistroRelease: Ubuntu 23.10
Package: linux-image-6.5.0-9-generic 6.5.0-9.9
ProcVersionSignature: Ubuntu 6.5.0-9.9-generic 6.5.3
Uname: Linux 6.5.0-9-generic x86_64
NonfreeKernelModules: zfs
ApportVersion: 2.27.0-0ubuntu5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  itrue 12359 F wireplumber
 /dev/snd/controlC0:  itrue 12359 F wireplumber
 /dev/snd/seq:itrue 12353 F pipewire
CasperMD5CheckResult: pass
CurrentDesktop: KDE
Date: Thu Oct 19 15:30:33 2023
HibernationDevice: RESUME=none
InstallationDate: Installed on 2022-02-16 (610 days ago)
InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 (20220228)
MachineType: {report['dmi.sys.vendor']} {report['dmi.product.name']}
ProcFB: 0 amdgpudrmfb
ProcKernelCmdLine: BOOT_IMAGE=/BOOT/ubuntu_teyrij@/vmlinuz-6.5.0-9-generic 
root=ZFS=rpool/ROOT/ubuntu_teyrij ro quiet splash vt.handoff=1
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-6.5.0-9-generic N/A
 linux-backports-modules-6.5.0-9-generic  N/A
 linux-firmware   20230919.git3672ccab-0ubuntu2.1
SourcePackage: linux
UpgradeStatus: Upgraded to mantic on 2023-10-19 (0 days ago)
dmi.bios.date: 09/27/2023
dmi.bios.release: 3.2
dmi.bios.vendor: INSYDE Corp.
dmi.bios.version: 03.02
dmi.board.asset.tag: *
dmi.board.name: FRANMDCP07
dmi.board.vendor: Framework
dmi.board.version: A7
dmi.chassis.asset.tag: FRANMDCPA7337200HR
dmi.chassis.type: 10
dmi.chassis.vendor: Framework
dmi.chassis.version: A7
dmi.modalias: 
dmi:bvnINSYDECorp.:bvr03.02:bd09/27/2023:br3.2:svnFramework:pnLaptop13(AMDRyzen7040Series):pvrA7:rvnFramework:rnFRANMDCP07:rvrA7:cvnFramework:ct10:cvrA7:skuFRANMDCP07:
dmi.product.family: Laptop
dmi.product.name: Laptop 13 (AMD Ryzen 7040Series)
dmi.product.sku: FRANMDCP07
dmi.product.version: A7
dmi.sys.vendor: Framework

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


** Tags: amd64 apport-bug mantic wayland-session

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

Title:
  amdgpu crashing intermittently under high load on Kubuntu 23.10

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  While the system is under very high load (in this case downloading a
  game on Steam, maxing out all CPU cores) on my Framework AMD Ryzen
  7840U running Kubuntu 23.10 with linux-image-6.5.0-9-generic, amdgpu
  sometimes crashes and Kwin reports that it needed to restart graphic
  effects.

  Relevant part of dmesg seems to be:

  [ 1171.439662] amdgpu :c1:00.0: amdgpu: [gfxhub] page fault (src_id:0 
ring:40 vmid:8 pasid:32799, for process  pid 0 thread  pid 0)
  [ 1171.439669] amdgpu :c1:00.0: amdgpu:   in page starting at address 
0x800100209000 from client 10
  [ 1171.439672] amdgpu :c1:00.0: amdgpu: 
GCVM_L2_PROTECTION_FAULT_STATUS:0x00840C50
  [ 1171.439674] amdgpu :c1:00.0: amdgpu:  Faulty UTCL2 client ID: CPG 
(0x6)
  [ 1171.439676] amdgpu :c1:00.0: amdgpu:  MORE_FAULTS: 0x0
  [ 1171.439678] amdgpu :c1:00.0: amdgpu:  WALKER_ERROR: 0x0
  [ 1171.439680] amdgpu :c1:00.0: amdgpu:  PERMISSION_FAULTS: 0x5
  [ 1171.439682] amdgpu :c1:00.0: amdgpu:  MAPPING_ERROR: 0x0
  [ 1171.439683] amdgpu :c1:00.0: amdgpu:  RW: 0x1
  [ 1171.439730] [drm] ring gfx_32799.1.1 ib test pass
  [ 

[Kernel-packages] [Bug 2036747] [NEW] pi-kernel snap is missing modules for microk8s/microceph on UC22

2023-09-20 Thread Isaac True
Public bug reported:

[Impact]

Microk8s and microceph do not currently work on the Raspberry Pi due to
the kernel missing the vxlan and rbd modules. These are required for the
default networking and storage configurations, and neither of these
products work properly without them.

[Fix]

Add vxlan.ko and rbd.ko to the pi-kernel snap.

[Test Case]

Ensure that the missing modules are in the snap.

[Where Problems Could Occur]

N/A

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

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

Title:
  pi-kernel snap is missing modules for microk8s/microceph on UC22

Status in linux-raspi package in Ubuntu:
  New

Bug description:
  [Impact]

  Microk8s and microceph do not currently work on the Raspberry Pi due
  to the kernel missing the vxlan and rbd modules. These are required
  for the default networking and storage configurations, and neither of
  these products work properly without them.

  [Fix]

  Add vxlan.ko and rbd.ko to the pi-kernel snap.

  [Test Case]

  Ensure that the missing modules are in the snap.

  [Where Problems Could Occur]

  N/A

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


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


[Kernel-packages] [Bug 2007745] Re: [SRU][Jammy] CONFIG_PCI_MESON is not enabled

2023-05-22 Thread Isaac True
Tested on 22.04: confirmed that pci-meson.ko is enabled and found in
linux-modules-extra-5.15.0-74-generic

$ find /lib/modules/ -name pci-meson.ko
/lib/modules/5.15.0-74-generic/kernel/drivers/pci/controller/dwc/pci-meson.ko

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

Title:
  [SRU][Jammy] CONFIG_PCI_MESON is not enabled

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Jammy:
  Fix Committed
Status in linux source package in Kinetic:
  Fix Committed
Status in linux source package in Lunar:
  Fix Committed

Bug description:
  SRU justification:

  [ Impact ]

  The PCI driver for the amlogic-based Meson platforms
  (CONFIG_PCI_MESON) is not enabled as a module in the kernel
  configuration: https://git.launchpad.net/~ubuntu-
  
kernel/ubuntu/+source/linux/+git/focal/tree/debian.master/config/config.common.ubuntu?h=master#n7036

  [ Test Plan ]

  Check if pci_meson.ko is compiled and present in the linux-modules
  package.

  [ Where problems could occur ]

  * Enabling the driver could enable undesired dependencies 
  * Kernel module does not compile and breaks the build

  [ Other Info ]

  This driver is important for systems like the ODROID HC4, which uses a
  PCIE-SATA bridge to provide a storage interface. This system is fully
  supported by the kernel (including a device tree), except for the fact
  that this PCI driver is disabled.

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


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


[Kernel-packages] [Bug 2007745] Re: [SRU][Jammy] CONFIG_PCI_MESON is not enabled

2023-05-22 Thread Isaac True
Tested on 22.10: confirmed that pci-meson.ko is enabled and found in
linux-modules-extra-5.19.0-44-generic

$ find /lib/modules/ -name pci-meson.ko
/lib/modules/5.19.0-44-generic/kernel/drivers/pci/controller/dwc/pci-meson.ko

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

Title:
  [SRU][Jammy] CONFIG_PCI_MESON is not enabled

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Jammy:
  Fix Committed
Status in linux source package in Kinetic:
  Fix Committed
Status in linux source package in Lunar:
  Fix Committed

Bug description:
  SRU justification:

  [ Impact ]

  The PCI driver for the amlogic-based Meson platforms
  (CONFIG_PCI_MESON) is not enabled as a module in the kernel
  configuration: https://git.launchpad.net/~ubuntu-
  
kernel/ubuntu/+source/linux/+git/focal/tree/debian.master/config/config.common.ubuntu?h=master#n7036

  [ Test Plan ]

  Check if pci_meson.ko is compiled and present in the linux-modules
  package.

  [ Where problems could occur ]

  * Enabling the driver could enable undesired dependencies 
  * Kernel module does not compile and breaks the build

  [ Other Info ]

  This driver is important for systems like the ODROID HC4, which uses a
  PCIE-SATA bridge to provide a storage interface. This system is fully
  supported by the kernel (including a device tree), except for the fact
  that this PCI driver is disabled.

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


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


[Kernel-packages] [Bug 2007745] Re: [SRU][Jammy] CONFIG_PCI_MESON is not enabled

2023-03-24 Thread Isaac True
** Summary changed:

- [SRU] CONFIG_PCI_MESON is not enabled
+ [SRU][Jammy] CONFIG_PCI_MESON is not enabled

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

Title:
  [SRU][Jammy] CONFIG_PCI_MESON is not enabled

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  SRU justification:

  [ Impact ]

  The PCI driver for the amlogic-based Meson platforms
  (CONFIG_PCI_MESON) is not enabled as a module in the kernel
  configuration: https://git.launchpad.net/~ubuntu-
  
kernel/ubuntu/+source/linux/+git/focal/tree/debian.master/config/config.common.ubuntu?h=master#n7036

  [ Test Plan ]

  Check if pci_meson.ko is compiled and present in the linux-modules
  package.

  [ Where problems could occur ]

  * Enabling the driver could enable undesired dependencies 
  * Kernel module does not compile and breaks the build

  [ Other Info ]

  This driver is important for systems like the ODROID HC4, which uses a
  PCIE-SATA bridge to provide a storage interface. This system is fully
  supported by the kernel (including a device tree), except for the fact
  that this PCI driver is disabled.

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


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


[Kernel-packages] [Bug 2007745] Re: [SRU] CONFIG_PCI_MESON not enabled

2023-03-24 Thread Isaac True
** Description changed:

+ SRU justification:
+ 
+ [ Impact ]
+ 
  The PCI driver for the amlogic-based Meson platforms (CONFIG_PCI_MESON)
  is not enabled as a module in the kernel configuration:
+ https://git.launchpad.net/~ubuntu-
+ 
kernel/ubuntu/+source/linux/+git/focal/tree/debian.master/config/config.common.ubuntu?h=master#n7036
  
- https://git.launchpad.net/~ubuntu-
- 
kernel/ubuntu/+source/linux/+git/focal/tree/debian.hwe-5.15/config/config.common.ubuntu?h=Ubuntu-
- hwe-5.15-5.15.0-66.73_20.04.1#n7702
+ [ Test Plan ]
+ 
+ Check if pci_meson.ko is compiled and present in the linux-modules
+ package.
+ 
+ [ Where problems could occur ]
+ 
+ * Enabling the driver could enable undesired dependencies 
+ * Kernel module does not compile and breaks the build
+ 
+ [ Other Info ]
  
  This driver is important for systems like the ODROID HC4, which uses a
  PCIE-SATA bridge to provide a storage interface. This system is fully
  supported by the kernel (including a device tree), except for the fact
  that this PCI driver is disabled.
- 
- Please look into enabling this for future releases.

** Summary changed:

- [SRU] CONFIG_PCI_MESON not enabled
+ [SRU] CONFIG_PCI_MESON is not enabled

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

Title:
  [SRU] CONFIG_PCI_MESON is not enabled

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  SRU justification:

  [ Impact ]

  The PCI driver for the amlogic-based Meson platforms
  (CONFIG_PCI_MESON) is not enabled as a module in the kernel
  configuration: https://git.launchpad.net/~ubuntu-
  
kernel/ubuntu/+source/linux/+git/focal/tree/debian.master/config/config.common.ubuntu?h=master#n7036

  [ Test Plan ]

  Check if pci_meson.ko is compiled and present in the linux-modules
  package.

  [ Where problems could occur ]

  * Enabling the driver could enable undesired dependencies 
  * Kernel module does not compile and breaks the build

  [ Other Info ]

  This driver is important for systems like the ODROID HC4, which uses a
  PCIE-SATA bridge to provide a storage interface. This system is fully
  supported by the kernel (including a device tree), except for the fact
  that this PCI driver is disabled.

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


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


[Kernel-packages] [Bug 2007745] Re: [SRU] CONFIG_PCI_MESON not enabled

2023-03-24 Thread Isaac True
** Summary changed:

- CONFIG_PCI_MESON not enabled
+ [SRU] CONFIG_PCI_MESON not enabled

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

Title:
  [SRU] CONFIG_PCI_MESON is not enabled

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  SRU justification:

  [ Impact ]

  The PCI driver for the amlogic-based Meson platforms
  (CONFIG_PCI_MESON) is not enabled as a module in the kernel
  configuration: https://git.launchpad.net/~ubuntu-
  
kernel/ubuntu/+source/linux/+git/focal/tree/debian.master/config/config.common.ubuntu?h=master#n7036

  [ Test Plan ]

  Check if pci_meson.ko is compiled and present in the linux-modules
  package.

  [ Where problems could occur ]

  * Enabling the driver could enable undesired dependencies 
  * Kernel module does not compile and breaks the build

  [ Other Info ]

  This driver is important for systems like the ODROID HC4, which uses a
  PCIE-SATA bridge to provide a storage interface. This system is fully
  supported by the kernel (including a device tree), except for the fact
  that this PCI driver is disabled.

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


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


[Kernel-packages] [Bug 2007745] Re: CONFIG_PCI_MESON not enabled

2023-03-16 Thread Isaac True
** Patch added: "0001-UBUNTU-Config-arm64-Enable-PCI_MESON-module.patch"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2007745/+attachment/5654879/+files/0001-UBUNTU-Config-arm64-Enable-PCI_MESON-module.patch

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

Title:
  CONFIG_PCI_MESON not enabled

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  The PCI driver for the amlogic-based Meson platforms
  (CONFIG_PCI_MESON) is not enabled as a module in the kernel
  configuration:

  https://git.launchpad.net/~ubuntu-
  
kernel/ubuntu/+source/linux/+git/focal/tree/debian.hwe-5.15/config/config.common.ubuntu?h=Ubuntu-
  hwe-5.15-5.15.0-66.73_20.04.1#n7702

  This driver is important for systems like the ODROID HC4, which uses a
  PCIE-SATA bridge to provide a storage interface. This system is fully
  supported by the kernel (including a device tree), except for the fact
  that this PCI driver is disabled.

  Please look into enabling this for future releases.

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


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


[Kernel-packages] [Bug 2007745] Re: CONFIG_PCI_MESON not enabled

2023-03-16 Thread Isaac True
** Tags added: jammy

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

Title:
  CONFIG_PCI_MESON not enabled

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  The PCI driver for the amlogic-based Meson platforms
  (CONFIG_PCI_MESON) is not enabled as a module in the kernel
  configuration:

  https://git.launchpad.net/~ubuntu-
  
kernel/ubuntu/+source/linux/+git/focal/tree/debian.hwe-5.15/config/config.common.ubuntu?h=Ubuntu-
  hwe-5.15-5.15.0-66.73_20.04.1#n7702

  This driver is important for systems like the ODROID HC4, which uses a
  PCIE-SATA bridge to provide a storage interface. This system is fully
  supported by the kernel (including a device tree), except for the fact
  that this PCI driver is disabled.

  Please look into enabling this for future releases.

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


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


[Kernel-packages] [Bug 2007745] Re: [hwe-5.15] CONFIG_PCI_MESON not enabled

2023-03-16 Thread Isaac True
** No longer affects: linux-hwe-5.15 (Ubuntu)

** Summary changed:

- [hwe-5.15] CONFIG_PCI_MESON not enabled
+ CONFIG_PCI_MESON not enabled

** Description changed:

  The PCI driver for the amlogic-based Meson platforms (CONFIG_PCI_MESON)
- is not enabled as a module in the 5.15 HWE kernel configuration:
+ is not enabled as a module in the kernel configuration:
  
  https://git.launchpad.net/~ubuntu-
  
kernel/ubuntu/+source/linux/+git/focal/tree/debian.hwe-5.15/config/config.common.ubuntu?h=Ubuntu-
  hwe-5.15-5.15.0-66.73_20.04.1#n7702
  
  This driver is important for systems like the ODROID HC4, which uses a
  PCIE-SATA bridge to provide a storage interface. This system is fully
  supported by the kernel (including a device tree), except for the fact
  that this PCI driver is disabled.
  
  Please look into enabling this for future releases.

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

Title:
  CONFIG_PCI_MESON not enabled

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  The PCI driver for the amlogic-based Meson platforms
  (CONFIG_PCI_MESON) is not enabled as a module in the kernel
  configuration:

  https://git.launchpad.net/~ubuntu-
  
kernel/ubuntu/+source/linux/+git/focal/tree/debian.hwe-5.15/config/config.common.ubuntu?h=Ubuntu-
  hwe-5.15-5.15.0-66.73_20.04.1#n7702

  This driver is important for systems like the ODROID HC4, which uses a
  PCIE-SATA bridge to provide a storage interface. This system is fully
  supported by the kernel (including a device tree), except for the fact
  that this PCI driver is disabled.

  Please look into enabling this for future releases.

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


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


[Kernel-packages] [Bug 2007745] Re: [hwe-5.15] CONFIG_PCI_MESON not enabled

2023-02-21 Thread Isaac True
No logs needed as this is purely kernel configuration

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

Title:
  [hwe-5.15] CONFIG_PCI_MESON not enabled

Status in linux package in Ubuntu:
  Confirmed
Status in linux-hwe-5.15 package in Ubuntu:
  New

Bug description:
  The PCI driver for the amlogic-based Meson platforms
  (CONFIG_PCI_MESON) is not enabled as a module in the 5.15 HWE kernel
  configuration:

  https://git.launchpad.net/~ubuntu-
  
kernel/ubuntu/+source/linux/+git/focal/tree/debian.hwe-5.15/config/config.common.ubuntu?h=Ubuntu-
  hwe-5.15-5.15.0-66.73_20.04.1#n7702

  This driver is important for systems like the ODROID HC4, which uses a
  PCIE-SATA bridge to provide a storage interface. This system is fully
  supported by the kernel (including a device tree), except for the fact
  that this PCI driver is disabled.

  Please look into enabling this for future releases.

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


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


[Kernel-packages] [Bug 2007745] [NEW] [hwe-5.15] CONFIG_PCI_MESON not enabled

2023-02-18 Thread Isaac True
Public bug reported:

The PCI driver for the amlogic-based Meson platforms (CONFIG_PCI_MESON)
is not enabled as a module in the 5.15 HWE kernel configuration:

https://git.launchpad.net/~ubuntu-
kernel/ubuntu/+source/linux/+git/focal/tree/debian.hwe-5.15/config/config.common.ubuntu?h=Ubuntu-
hwe-5.15-5.15.0-66.73_20.04.1#n7702

This driver is important for systems like the ODROID HC4, which uses a
PCIE-SATA bridge to provide a storage interface. This system is fully
supported by the kernel (including a device tree), except for the fact
that this PCI driver is disabled.

Please look into enabling this for future releases.

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

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

** Package changed: linux (Ubuntu) => linux-hwe-5.15 (Ubuntu)

** Summary changed:

- [hwe-5.15] CONFIG_PCI_MESON not enabled 
+ CONFIG_PCI_MESON not enabled

** Summary changed:

- CONFIG_PCI_MESON not enabled
+ [hwe-5.15] CONFIG_PCI_MESON not enabled

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

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

Title:
  [hwe-5.15] CONFIG_PCI_MESON not enabled

Status in linux package in Ubuntu:
  New
Status in linux-hwe-5.15 package in Ubuntu:
  New

Bug description:
  The PCI driver for the amlogic-based Meson platforms
  (CONFIG_PCI_MESON) is not enabled as a module in the 5.15 HWE kernel
  configuration:

  https://git.launchpad.net/~ubuntu-
  
kernel/ubuntu/+source/linux/+git/focal/tree/debian.hwe-5.15/config/config.common.ubuntu?h=Ubuntu-
  hwe-5.15-5.15.0-66.73_20.04.1#n7702

  This driver is important for systems like the ODROID HC4, which uses a
  PCIE-SATA bridge to provide a storage interface. This system is fully
  supported by the kernel (including a device tree), except for the fact
  that this PCI driver is disabled.

  Please look into enabling this for future releases.

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


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


[Kernel-packages] [Bug 1989187] Re: 5.4: Setting net.ipv4.conf..arp_notify=1 does not generate gratuitous ARPs

2022-09-09 Thread Isaac True
** 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/1989187

Title:
  5.4: Setting net.ipv4.conf..arp_notify=1 does not generate
  gratuitous ARPs

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Expected behaviour:

  The kernel should send out a gratuitous ARP on the interface when the
  following commands are executed:

  $ sudo sysctl -w net.ipv4.conf.eth0.arp_notify=1
  net.ipv4.conf.eth0.arp_notify = 1
  $ sudo ip link set dev eth0 down
  $ sudo ip link set dev eth0 up

  Result:

  The gratuitous ARP packet is generated inside the kernel 
(inetdev_send_gratuitous_arp() is called) but the packet is never sent out on 
the interface. Generating gratuitous ARP packets with "arping" works however.
  --- 
  ProblemType: Bug
  AlsaDevices: Error: command ['ls', '-l', '/dev/snd/'] failed with exit code 
2: ls: cannot access '/dev/snd/': No such file or directory
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu27.24
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  CRDA: N/A
  CasperMD5CheckResult: skip
  DistroRelease: Ubuntu 20.04
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  Lsusb: Error: command ['lsusb'] failed with exit code 1:
  Lsusb-t: Error: command ['lsusb', '-t'] failed with exit code 1: 
/sys/bus/usb/devices: No such file or directory
  Lsusb-v: Error: command ['lsusb', '-v'] failed with exit code 1:
  MachineType: QEMU Standard PC (Q35 + ICH9, 2009)
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=screen
   PATH=(custom, no user)
   LANG=C.UTF-8
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-1074-kvm 
root=PARTUUID=88d3c80a-b7b6-4782-8531-3699e254fb95 ro console=tty1 
console=ttyS0 panic=-1
  ProcVersionSignature: Ubuntu 5.4.0-1074.79-kvm 5.4.195
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-1074-kvm N/A
   linux-backports-modules-5.4.0-1074-kvm  N/A
   linux-firmware  N/A
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  Tags:  focal uec-images
  Uname: Linux 5.4.0-1074-kvm x86_64
  UnreportableReason: This report is about a package that is not installed.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: False
  dmi.bios.date: 02/06/2015
  dmi.bios.vendor: EFI Development Kit II / OVMF
  dmi.bios.version: 0.0.0
  dmi.board.name: LXD
  dmi.board.vendor: Canonical Ltd.
  dmi.board.version: pc-q35-7.0
  dmi.chassis.type: 1
  dmi.chassis.vendor: QEMU
  dmi.chassis.version: pc-q35-7.0
  dmi.modalias: 
dmi:bvnEFIDevelopmentKitII/OVMF:bvr0.0.0:bd02/06/2015:svnQEMU:pnStandardPC(Q35+ICH9,2009):pvrpc-q35-7.0:rvnCanonicalLtd.:rnLXD:rvrpc-q35-7.0:cvnQEMU:ct1:cvrpc-q35-7.0:
  dmi.product.name: Standard PC (Q35 + ICH9, 2009)
  dmi.product.version: pc-q35-7.0
  dmi.sys.vendor: QEMU

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


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


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

2022-09-09 Thread Isaac True
apport information

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

Title:
  5.4: Setting net.ipv4.conf..arp_notify=1 does not generate
  gratuitous ARPs

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Expected behaviour:

  The kernel should send out a gratuitous ARP on the interface when the
  following commands are executed:

  $ sudo sysctl -w net.ipv4.conf.eth0.arp_notify=1
  net.ipv4.conf.eth0.arp_notify = 1
  $ sudo ip link set dev eth0 down
  $ sudo ip link set dev eth0 up

  Result:

  The gratuitous ARP packet is generated inside the kernel 
(inetdev_send_gratuitous_arp() is called) but the packet is never sent out on 
the interface. Generating gratuitous ARP packets with "arping" works however.
  --- 
  ProblemType: Bug
  AlsaDevices: Error: command ['ls', '-l', '/dev/snd/'] failed with exit code 
2: ls: cannot access '/dev/snd/': No such file or directory
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu27.24
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  CRDA: N/A
  CasperMD5CheckResult: skip
  DistroRelease: Ubuntu 20.04
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  Lsusb: Error: command ['lsusb'] failed with exit code 1:
  Lsusb-t: Error: command ['lsusb', '-t'] failed with exit code 1: 
/sys/bus/usb/devices: No such file or directory
  Lsusb-v: Error: command ['lsusb', '-v'] failed with exit code 1:
  MachineType: QEMU Standard PC (Q35 + ICH9, 2009)
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=screen
   PATH=(custom, no user)
   LANG=C.UTF-8
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-1074-kvm 
root=PARTUUID=88d3c80a-b7b6-4782-8531-3699e254fb95 ro console=tty1 
console=ttyS0 panic=-1
  ProcVersionSignature: Ubuntu 5.4.0-1074.79-kvm 5.4.195
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-1074-kvm N/A
   linux-backports-modules-5.4.0-1074-kvm  N/A
   linux-firmware  N/A
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  Tags:  focal uec-images
  Uname: Linux 5.4.0-1074-kvm x86_64
  UnreportableReason: This report is about a package that is not installed.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: False
  dmi.bios.date: 02/06/2015
  dmi.bios.vendor: EFI Development Kit II / OVMF
  dmi.bios.version: 0.0.0
  dmi.board.name: LXD
  dmi.board.vendor: Canonical Ltd.
  dmi.board.version: pc-q35-7.0
  dmi.chassis.type: 1
  dmi.chassis.vendor: QEMU
  dmi.chassis.version: pc-q35-7.0
  dmi.modalias: 
dmi:bvnEFIDevelopmentKitII/OVMF:bvr0.0.0:bd02/06/2015:svnQEMU:pnStandardPC(Q35+ICH9,2009):pvrpc-q35-7.0:rvnCanonicalLtd.:rnLXD:rvrpc-q35-7.0:cvnQEMU:ct1:cvrpc-q35-7.0:
  dmi.product.name: Standard PC (Q35 + ICH9, 2009)
  dmi.product.version: pc-q35-7.0
  dmi.sys.vendor: QEMU

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


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


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

2022-09-09 Thread Isaac True
apport information

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

Title:
  5.4: Setting net.ipv4.conf..arp_notify=1 does not generate
  gratuitous ARPs

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Expected behaviour:

  The kernel should send out a gratuitous ARP on the interface when the
  following commands are executed:

  $ sudo sysctl -w net.ipv4.conf.eth0.arp_notify=1
  net.ipv4.conf.eth0.arp_notify = 1
  $ sudo ip link set dev eth0 down
  $ sudo ip link set dev eth0 up

  Result:

  The gratuitous ARP packet is generated inside the kernel 
(inetdev_send_gratuitous_arp() is called) but the packet is never sent out on 
the interface. Generating gratuitous ARP packets with "arping" works however.
  --- 
  ProblemType: Bug
  AlsaDevices: Error: command ['ls', '-l', '/dev/snd/'] failed with exit code 
2: ls: cannot access '/dev/snd/': No such file or directory
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu27.24
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  CRDA: N/A
  CasperMD5CheckResult: skip
  DistroRelease: Ubuntu 20.04
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  Lsusb: Error: command ['lsusb'] failed with exit code 1:
  Lsusb-t: Error: command ['lsusb', '-t'] failed with exit code 1: 
/sys/bus/usb/devices: No such file or directory
  Lsusb-v: Error: command ['lsusb', '-v'] failed with exit code 1:
  MachineType: QEMU Standard PC (Q35 + ICH9, 2009)
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=screen
   PATH=(custom, no user)
   LANG=C.UTF-8
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-1074-kvm 
root=PARTUUID=88d3c80a-b7b6-4782-8531-3699e254fb95 ro console=tty1 
console=ttyS0 panic=-1
  ProcVersionSignature: Ubuntu 5.4.0-1074.79-kvm 5.4.195
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-1074-kvm N/A
   linux-backports-modules-5.4.0-1074-kvm  N/A
   linux-firmware  N/A
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  Tags:  focal uec-images
  Uname: Linux 5.4.0-1074-kvm x86_64
  UnreportableReason: This report is about a package that is not installed.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: False
  dmi.bios.date: 02/06/2015
  dmi.bios.vendor: EFI Development Kit II / OVMF
  dmi.bios.version: 0.0.0
  dmi.board.name: LXD
  dmi.board.vendor: Canonical Ltd.
  dmi.board.version: pc-q35-7.0
  dmi.chassis.type: 1
  dmi.chassis.vendor: QEMU
  dmi.chassis.version: pc-q35-7.0
  dmi.modalias: 
dmi:bvnEFIDevelopmentKitII/OVMF:bvr0.0.0:bd02/06/2015:svnQEMU:pnStandardPC(Q35+ICH9,2009):pvrpc-q35-7.0:rvnCanonicalLtd.:rnLXD:rvrpc-q35-7.0:cvnQEMU:ct1:cvrpc-q35-7.0:
  dmi.product.name: Standard PC (Q35 + ICH9, 2009)
  dmi.product.version: pc-q35-7.0
  dmi.sys.vendor: QEMU

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


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


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

2022-09-09 Thread Isaac True
apport information

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

Title:
  5.4: Setting net.ipv4.conf..arp_notify=1 does not generate
  gratuitous ARPs

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Expected behaviour:

  The kernel should send out a gratuitous ARP on the interface when the
  following commands are executed:

  $ sudo sysctl -w net.ipv4.conf.eth0.arp_notify=1
  net.ipv4.conf.eth0.arp_notify = 1
  $ sudo ip link set dev eth0 down
  $ sudo ip link set dev eth0 up

  Result:

  The gratuitous ARP packet is generated inside the kernel 
(inetdev_send_gratuitous_arp() is called) but the packet is never sent out on 
the interface. Generating gratuitous ARP packets with "arping" works however.
  --- 
  ProblemType: Bug
  AlsaDevices: Error: command ['ls', '-l', '/dev/snd/'] failed with exit code 
2: ls: cannot access '/dev/snd/': No such file or directory
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu27.24
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  CRDA: N/A
  CasperMD5CheckResult: skip
  DistroRelease: Ubuntu 20.04
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  Lsusb: Error: command ['lsusb'] failed with exit code 1:
  Lsusb-t: Error: command ['lsusb', '-t'] failed with exit code 1: 
/sys/bus/usb/devices: No such file or directory
  Lsusb-v: Error: command ['lsusb', '-v'] failed with exit code 1:
  MachineType: QEMU Standard PC (Q35 + ICH9, 2009)
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=screen
   PATH=(custom, no user)
   LANG=C.UTF-8
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-1074-kvm 
root=PARTUUID=88d3c80a-b7b6-4782-8531-3699e254fb95 ro console=tty1 
console=ttyS0 panic=-1
  ProcVersionSignature: Ubuntu 5.4.0-1074.79-kvm 5.4.195
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-1074-kvm N/A
   linux-backports-modules-5.4.0-1074-kvm  N/A
   linux-firmware  N/A
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  Tags:  focal uec-images
  Uname: Linux 5.4.0-1074-kvm x86_64
  UnreportableReason: This report is about a package that is not installed.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: False
  dmi.bios.date: 02/06/2015
  dmi.bios.vendor: EFI Development Kit II / OVMF
  dmi.bios.version: 0.0.0
  dmi.board.name: LXD
  dmi.board.vendor: Canonical Ltd.
  dmi.board.version: pc-q35-7.0
  dmi.chassis.type: 1
  dmi.chassis.vendor: QEMU
  dmi.chassis.version: pc-q35-7.0
  dmi.modalias: 
dmi:bvnEFIDevelopmentKitII/OVMF:bvr0.0.0:bd02/06/2015:svnQEMU:pnStandardPC(Q35+ICH9,2009):pvrpc-q35-7.0:rvnCanonicalLtd.:rnLXD:rvrpc-q35-7.0:cvnQEMU:ct1:cvrpc-q35-7.0:
  dmi.product.name: Standard PC (Q35 + ICH9, 2009)
  dmi.product.version: pc-q35-7.0
  dmi.sys.vendor: QEMU

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


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


[Kernel-packages] [Bug 1989187] Re: 5.4: Setting net.ipv4.conf..arp_notify=1 does not generate gratuitous ARPs

2022-09-09 Thread Isaac True
I can reproduce this issue on a 20.04 LXD VM.

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

Title:
  5.4: Setting net.ipv4.conf..arp_notify=1 does not generate
  gratuitous ARPs

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Expected behaviour:

  The kernel should send out a gratuitous ARP on the interface when the
  following commands are executed:

  $ sudo sysctl -w net.ipv4.conf.eth0.arp_notify=1
  net.ipv4.conf.eth0.arp_notify = 1
  $ sudo ip link set dev eth0 down
  $ sudo ip link set dev eth0 up

  Result:

  The gratuitous ARP packet is generated inside the kernel 
(inetdev_send_gratuitous_arp() is called) but the packet is never sent out on 
the interface. Generating gratuitous ARP packets with "arping" works however.
  --- 
  ProblemType: Bug
  AlsaDevices: Error: command ['ls', '-l', '/dev/snd/'] failed with exit code 
2: ls: cannot access '/dev/snd/': No such file or directory
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu27.24
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  CRDA: N/A
  CasperMD5CheckResult: skip
  DistroRelease: Ubuntu 20.04
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  Lsusb: Error: command ['lsusb'] failed with exit code 1:
  Lsusb-t: Error: command ['lsusb', '-t'] failed with exit code 1: 
/sys/bus/usb/devices: No such file or directory
  Lsusb-v: Error: command ['lsusb', '-v'] failed with exit code 1:
  MachineType: QEMU Standard PC (Q35 + ICH9, 2009)
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=screen
   PATH=(custom, no user)
   LANG=C.UTF-8
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-1074-kvm 
root=PARTUUID=88d3c80a-b7b6-4782-8531-3699e254fb95 ro console=tty1 
console=ttyS0 panic=-1
  ProcVersionSignature: Ubuntu 5.4.0-1074.79-kvm 5.4.195
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-1074-kvm N/A
   linux-backports-modules-5.4.0-1074-kvm  N/A
   linux-firmware  N/A
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  Tags:  focal uec-images
  Uname: Linux 5.4.0-1074-kvm x86_64
  UnreportableReason: This report is about a package that is not installed.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: False
  dmi.bios.date: 02/06/2015
  dmi.bios.vendor: EFI Development Kit II / OVMF
  dmi.bios.version: 0.0.0
  dmi.board.name: LXD
  dmi.board.vendor: Canonical Ltd.
  dmi.board.version: pc-q35-7.0
  dmi.chassis.type: 1
  dmi.chassis.vendor: QEMU
  dmi.chassis.version: pc-q35-7.0
  dmi.modalias: 
dmi:bvnEFIDevelopmentKitII/OVMF:bvr0.0.0:bd02/06/2015:svnQEMU:pnStandardPC(Q35+ICH9,2009):pvrpc-q35-7.0:rvnCanonicalLtd.:rnLXD:rvrpc-q35-7.0:cvnQEMU:ct1:cvrpc-q35-7.0:
  dmi.product.name: Standard PC (Q35 + ICH9, 2009)
  dmi.product.version: pc-q35-7.0
  dmi.sys.vendor: QEMU

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


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


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

2022-09-09 Thread Isaac True
apport information

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

Title:
  5.4: Setting net.ipv4.conf..arp_notify=1 does not generate
  gratuitous ARPs

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Expected behaviour:

  The kernel should send out a gratuitous ARP on the interface when the
  following commands are executed:

  $ sudo sysctl -w net.ipv4.conf.eth0.arp_notify=1
  net.ipv4.conf.eth0.arp_notify = 1
  $ sudo ip link set dev eth0 down
  $ sudo ip link set dev eth0 up

  Result:

  The gratuitous ARP packet is generated inside the kernel 
(inetdev_send_gratuitous_arp() is called) but the packet is never sent out on 
the interface. Generating gratuitous ARP packets with "arping" works however.
  --- 
  ProblemType: Bug
  AlsaDevices: Error: command ['ls', '-l', '/dev/snd/'] failed with exit code 
2: ls: cannot access '/dev/snd/': No such file or directory
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu27.24
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  CRDA: N/A
  CasperMD5CheckResult: skip
  DistroRelease: Ubuntu 20.04
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  Lsusb: Error: command ['lsusb'] failed with exit code 1:
  Lsusb-t: Error: command ['lsusb', '-t'] failed with exit code 1: 
/sys/bus/usb/devices: No such file or directory
  Lsusb-v: Error: command ['lsusb', '-v'] failed with exit code 1:
  MachineType: QEMU Standard PC (Q35 + ICH9, 2009)
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=screen
   PATH=(custom, no user)
   LANG=C.UTF-8
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-1074-kvm 
root=PARTUUID=88d3c80a-b7b6-4782-8531-3699e254fb95 ro console=tty1 
console=ttyS0 panic=-1
  ProcVersionSignature: Ubuntu 5.4.0-1074.79-kvm 5.4.195
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-1074-kvm N/A
   linux-backports-modules-5.4.0-1074-kvm  N/A
   linux-firmware  N/A
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  Tags:  focal uec-images
  Uname: Linux 5.4.0-1074-kvm x86_64
  UnreportableReason: This report is about a package that is not installed.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: False
  dmi.bios.date: 02/06/2015
  dmi.bios.vendor: EFI Development Kit II / OVMF
  dmi.bios.version: 0.0.0
  dmi.board.name: LXD
  dmi.board.vendor: Canonical Ltd.
  dmi.board.version: pc-q35-7.0
  dmi.chassis.type: 1
  dmi.chassis.vendor: QEMU
  dmi.chassis.version: pc-q35-7.0
  dmi.modalias: 
dmi:bvnEFIDevelopmentKitII/OVMF:bvr0.0.0:bd02/06/2015:svnQEMU:pnStandardPC(Q35+ICH9,2009):pvrpc-q35-7.0:rvnCanonicalLtd.:rnLXD:rvrpc-q35-7.0:cvnQEMU:ct1:cvrpc-q35-7.0:
  dmi.product.name: Standard PC (Q35 + ICH9, 2009)
  dmi.product.version: pc-q35-7.0
  dmi.sys.vendor: QEMU

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


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


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

2022-09-09 Thread Isaac True
apport information

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

Title:
  5.4: Setting net.ipv4.conf..arp_notify=1 does not generate
  gratuitous ARPs

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Expected behaviour:

  The kernel should send out a gratuitous ARP on the interface when the
  following commands are executed:

  $ sudo sysctl -w net.ipv4.conf.eth0.arp_notify=1
  net.ipv4.conf.eth0.arp_notify = 1
  $ sudo ip link set dev eth0 down
  $ sudo ip link set dev eth0 up

  Result:

  The gratuitous ARP packet is generated inside the kernel 
(inetdev_send_gratuitous_arp() is called) but the packet is never sent out on 
the interface. Generating gratuitous ARP packets with "arping" works however.
  --- 
  ProblemType: Bug
  AlsaDevices: Error: command ['ls', '-l', '/dev/snd/'] failed with exit code 
2: ls: cannot access '/dev/snd/': No such file or directory
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu27.24
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  CRDA: N/A
  CasperMD5CheckResult: skip
  DistroRelease: Ubuntu 20.04
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  Lsusb: Error: command ['lsusb'] failed with exit code 1:
  Lsusb-t: Error: command ['lsusb', '-t'] failed with exit code 1: 
/sys/bus/usb/devices: No such file or directory
  Lsusb-v: Error: command ['lsusb', '-v'] failed with exit code 1:
  MachineType: QEMU Standard PC (Q35 + ICH9, 2009)
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=screen
   PATH=(custom, no user)
   LANG=C.UTF-8
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-1074-kvm 
root=PARTUUID=88d3c80a-b7b6-4782-8531-3699e254fb95 ro console=tty1 
console=ttyS0 panic=-1
  ProcVersionSignature: Ubuntu 5.4.0-1074.79-kvm 5.4.195
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-1074-kvm N/A
   linux-backports-modules-5.4.0-1074-kvm  N/A
   linux-firmware  N/A
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  Tags:  focal uec-images
  Uname: Linux 5.4.0-1074-kvm x86_64
  UnreportableReason: This report is about a package that is not installed.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: False
  dmi.bios.date: 02/06/2015
  dmi.bios.vendor: EFI Development Kit II / OVMF
  dmi.bios.version: 0.0.0
  dmi.board.name: LXD
  dmi.board.vendor: Canonical Ltd.
  dmi.board.version: pc-q35-7.0
  dmi.chassis.type: 1
  dmi.chassis.vendor: QEMU
  dmi.chassis.version: pc-q35-7.0
  dmi.modalias: 
dmi:bvnEFIDevelopmentKitII/OVMF:bvr0.0.0:bd02/06/2015:svnQEMU:pnStandardPC(Q35+ICH9,2009):pvrpc-q35-7.0:rvnCanonicalLtd.:rnLXD:rvrpc-q35-7.0:cvnQEMU:ct1:cvrpc-q35-7.0:
  dmi.product.name: Standard PC (Q35 + ICH9, 2009)
  dmi.product.version: pc-q35-7.0
  dmi.sys.vendor: QEMU

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


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


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

2022-09-09 Thread Isaac True
apport information

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

Title:
  5.4: Setting net.ipv4.conf..arp_notify=1 does not generate
  gratuitous ARPs

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Expected behaviour:

  The kernel should send out a gratuitous ARP on the interface when the
  following commands are executed:

  $ sudo sysctl -w net.ipv4.conf.eth0.arp_notify=1
  net.ipv4.conf.eth0.arp_notify = 1
  $ sudo ip link set dev eth0 down
  $ sudo ip link set dev eth0 up

  Result:

  The gratuitous ARP packet is generated inside the kernel 
(inetdev_send_gratuitous_arp() is called) but the packet is never sent out on 
the interface. Generating gratuitous ARP packets with "arping" works however.
  --- 
  ProblemType: Bug
  AlsaDevices: Error: command ['ls', '-l', '/dev/snd/'] failed with exit code 
2: ls: cannot access '/dev/snd/': No such file or directory
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu27.24
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  CRDA: N/A
  CasperMD5CheckResult: skip
  DistroRelease: Ubuntu 20.04
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  Lsusb: Error: command ['lsusb'] failed with exit code 1:
  Lsusb-t: Error: command ['lsusb', '-t'] failed with exit code 1: 
/sys/bus/usb/devices: No such file or directory
  Lsusb-v: Error: command ['lsusb', '-v'] failed with exit code 1:
  MachineType: QEMU Standard PC (Q35 + ICH9, 2009)
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=screen
   PATH=(custom, no user)
   LANG=C.UTF-8
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-1074-kvm 
root=PARTUUID=88d3c80a-b7b6-4782-8531-3699e254fb95 ro console=tty1 
console=ttyS0 panic=-1
  ProcVersionSignature: Ubuntu 5.4.0-1074.79-kvm 5.4.195
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-1074-kvm N/A
   linux-backports-modules-5.4.0-1074-kvm  N/A
   linux-firmware  N/A
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  Tags:  focal uec-images
  Uname: Linux 5.4.0-1074-kvm x86_64
  UnreportableReason: This report is about a package that is not installed.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: False
  dmi.bios.date: 02/06/2015
  dmi.bios.vendor: EFI Development Kit II / OVMF
  dmi.bios.version: 0.0.0
  dmi.board.name: LXD
  dmi.board.vendor: Canonical Ltd.
  dmi.board.version: pc-q35-7.0
  dmi.chassis.type: 1
  dmi.chassis.vendor: QEMU
  dmi.chassis.version: pc-q35-7.0
  dmi.modalias: 
dmi:bvnEFIDevelopmentKitII/OVMF:bvr0.0.0:bd02/06/2015:svnQEMU:pnStandardPC(Q35+ICH9,2009):pvrpc-q35-7.0:rvnCanonicalLtd.:rnLXD:rvrpc-q35-7.0:cvnQEMU:ct1:cvrpc-q35-7.0:
  dmi.product.name: Standard PC (Q35 + ICH9, 2009)
  dmi.product.version: pc-q35-7.0
  dmi.sys.vendor: QEMU

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


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


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

2022-09-09 Thread Isaac True
apport information

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

Title:
  5.4: Setting net.ipv4.conf..arp_notify=1 does not generate
  gratuitous ARPs

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Expected behaviour:

  The kernel should send out a gratuitous ARP on the interface when the
  following commands are executed:

  $ sudo sysctl -w net.ipv4.conf.eth0.arp_notify=1
  net.ipv4.conf.eth0.arp_notify = 1
  $ sudo ip link set dev eth0 down
  $ sudo ip link set dev eth0 up

  Result:

  The gratuitous ARP packet is generated inside the kernel 
(inetdev_send_gratuitous_arp() is called) but the packet is never sent out on 
the interface. Generating gratuitous ARP packets with "arping" works however.
  --- 
  ProblemType: Bug
  AlsaDevices: Error: command ['ls', '-l', '/dev/snd/'] failed with exit code 
2: ls: cannot access '/dev/snd/': No such file or directory
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu27.24
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  CRDA: N/A
  CasperMD5CheckResult: skip
  DistroRelease: Ubuntu 20.04
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  Lsusb: Error: command ['lsusb'] failed with exit code 1:
  Lsusb-t: Error: command ['lsusb', '-t'] failed with exit code 1: 
/sys/bus/usb/devices: No such file or directory
  Lsusb-v: Error: command ['lsusb', '-v'] failed with exit code 1:
  MachineType: QEMU Standard PC (Q35 + ICH9, 2009)
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=screen
   PATH=(custom, no user)
   LANG=C.UTF-8
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-1074-kvm 
root=PARTUUID=88d3c80a-b7b6-4782-8531-3699e254fb95 ro console=tty1 
console=ttyS0 panic=-1
  ProcVersionSignature: Ubuntu 5.4.0-1074.79-kvm 5.4.195
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-1074-kvm N/A
   linux-backports-modules-5.4.0-1074-kvm  N/A
   linux-firmware  N/A
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  Tags:  focal uec-images
  Uname: Linux 5.4.0-1074-kvm x86_64
  UnreportableReason: This report is about a package that is not installed.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: False
  dmi.bios.date: 02/06/2015
  dmi.bios.vendor: EFI Development Kit II / OVMF
  dmi.bios.version: 0.0.0
  dmi.board.name: LXD
  dmi.board.vendor: Canonical Ltd.
  dmi.board.version: pc-q35-7.0
  dmi.chassis.type: 1
  dmi.chassis.vendor: QEMU
  dmi.chassis.version: pc-q35-7.0
  dmi.modalias: 
dmi:bvnEFIDevelopmentKitII/OVMF:bvr0.0.0:bd02/06/2015:svnQEMU:pnStandardPC(Q35+ICH9,2009):pvrpc-q35-7.0:rvnCanonicalLtd.:rnLXD:rvrpc-q35-7.0:cvnQEMU:ct1:cvrpc-q35-7.0:
  dmi.product.name: Standard PC (Q35 + ICH9, 2009)
  dmi.product.version: pc-q35-7.0
  dmi.sys.vendor: QEMU

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


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


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

2022-09-09 Thread Isaac True
apport information

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

Title:
  5.4: Setting net.ipv4.conf..arp_notify=1 does not generate
  gratuitous ARPs

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Expected behaviour:

  The kernel should send out a gratuitous ARP on the interface when the
  following commands are executed:

  $ sudo sysctl -w net.ipv4.conf.eth0.arp_notify=1
  net.ipv4.conf.eth0.arp_notify = 1
  $ sudo ip link set dev eth0 down
  $ sudo ip link set dev eth0 up

  Result:

  The gratuitous ARP packet is generated inside the kernel 
(inetdev_send_gratuitous_arp() is called) but the packet is never sent out on 
the interface. Generating gratuitous ARP packets with "arping" works however.
  --- 
  ProblemType: Bug
  AlsaDevices: Error: command ['ls', '-l', '/dev/snd/'] failed with exit code 
2: ls: cannot access '/dev/snd/': No such file or directory
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu27.24
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  CRDA: N/A
  CasperMD5CheckResult: skip
  DistroRelease: Ubuntu 20.04
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  Lsusb: Error: command ['lsusb'] failed with exit code 1:
  Lsusb-t: Error: command ['lsusb', '-t'] failed with exit code 1: 
/sys/bus/usb/devices: No such file or directory
  Lsusb-v: Error: command ['lsusb', '-v'] failed with exit code 1:
  MachineType: QEMU Standard PC (Q35 + ICH9, 2009)
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=screen
   PATH=(custom, no user)
   LANG=C.UTF-8
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-1074-kvm 
root=PARTUUID=88d3c80a-b7b6-4782-8531-3699e254fb95 ro console=tty1 
console=ttyS0 panic=-1
  ProcVersionSignature: Ubuntu 5.4.0-1074.79-kvm 5.4.195
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-1074-kvm N/A
   linux-backports-modules-5.4.0-1074-kvm  N/A
   linux-firmware  N/A
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  Tags:  focal uec-images
  Uname: Linux 5.4.0-1074-kvm x86_64
  UnreportableReason: This report is about a package that is not installed.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: False
  dmi.bios.date: 02/06/2015
  dmi.bios.vendor: EFI Development Kit II / OVMF
  dmi.bios.version: 0.0.0
  dmi.board.name: LXD
  dmi.board.vendor: Canonical Ltd.
  dmi.board.version: pc-q35-7.0
  dmi.chassis.type: 1
  dmi.chassis.vendor: QEMU
  dmi.chassis.version: pc-q35-7.0
  dmi.modalias: 
dmi:bvnEFIDevelopmentKitII/OVMF:bvr0.0.0:bd02/06/2015:svnQEMU:pnStandardPC(Q35+ICH9,2009):pvrpc-q35-7.0:rvnCanonicalLtd.:rnLXD:rvrpc-q35-7.0:cvnQEMU:ct1:cvrpc-q35-7.0:
  dmi.product.name: Standard PC (Q35 + ICH9, 2009)
  dmi.product.version: pc-q35-7.0
  dmi.sys.vendor: QEMU

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


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


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

2022-09-09 Thread Isaac True
apport information

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

Title:
  5.4: Setting net.ipv4.conf..arp_notify=1 does not generate
  gratuitous ARPs

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Expected behaviour:

  The kernel should send out a gratuitous ARP on the interface when the
  following commands are executed:

  $ sudo sysctl -w net.ipv4.conf.eth0.arp_notify=1
  net.ipv4.conf.eth0.arp_notify = 1
  $ sudo ip link set dev eth0 down
  $ sudo ip link set dev eth0 up

  Result:

  The gratuitous ARP packet is generated inside the kernel 
(inetdev_send_gratuitous_arp() is called) but the packet is never sent out on 
the interface. Generating gratuitous ARP packets with "arping" works however.
  --- 
  ProblemType: Bug
  AlsaDevices: Error: command ['ls', '-l', '/dev/snd/'] failed with exit code 
2: ls: cannot access '/dev/snd/': No such file or directory
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu27.24
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  CRDA: N/A
  CasperMD5CheckResult: skip
  DistroRelease: Ubuntu 20.04
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  Lsusb: Error: command ['lsusb'] failed with exit code 1:
  Lsusb-t: Error: command ['lsusb', '-t'] failed with exit code 1: 
/sys/bus/usb/devices: No such file or directory
  Lsusb-v: Error: command ['lsusb', '-v'] failed with exit code 1:
  MachineType: QEMU Standard PC (Q35 + ICH9, 2009)
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=screen
   PATH=(custom, no user)
   LANG=C.UTF-8
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-1074-kvm 
root=PARTUUID=88d3c80a-b7b6-4782-8531-3699e254fb95 ro console=tty1 
console=ttyS0 panic=-1
  ProcVersionSignature: Ubuntu 5.4.0-1074.79-kvm 5.4.195
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-1074-kvm N/A
   linux-backports-modules-5.4.0-1074-kvm  N/A
   linux-firmware  N/A
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  Tags:  focal uec-images
  Uname: Linux 5.4.0-1074-kvm x86_64
  UnreportableReason: This report is about a package that is not installed.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: False
  dmi.bios.date: 02/06/2015
  dmi.bios.vendor: EFI Development Kit II / OVMF
  dmi.bios.version: 0.0.0
  dmi.board.name: LXD
  dmi.board.vendor: Canonical Ltd.
  dmi.board.version: pc-q35-7.0
  dmi.chassis.type: 1
  dmi.chassis.vendor: QEMU
  dmi.chassis.version: pc-q35-7.0
  dmi.modalias: 
dmi:bvnEFIDevelopmentKitII/OVMF:bvr0.0.0:bd02/06/2015:svnQEMU:pnStandardPC(Q35+ICH9,2009):pvrpc-q35-7.0:rvnCanonicalLtd.:rnLXD:rvrpc-q35-7.0:cvnQEMU:ct1:cvrpc-q35-7.0:
  dmi.product.name: Standard PC (Q35 + ICH9, 2009)
  dmi.product.version: pc-q35-7.0
  dmi.sys.vendor: QEMU

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


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


[Kernel-packages] [Bug 1989187] Re: 5.4: Setting net.ipv4.conf..arp_notify=1 does not generate gratuitous ARPs

2022-09-09 Thread Isaac True
apport information

** Tags added: apport-collected focal uec-images

** Description changed:

  Expected behaviour:
  
  The kernel should send out a gratuitous ARP on the interface when the
  following commands are executed:
  
  $ sudo sysctl -w net.ipv4.conf.eth0.arp_notify=1
  net.ipv4.conf.eth0.arp_notify = 1
  $ sudo ip link set dev eth0 down
  $ sudo ip link set dev eth0 up
  
  Result:
  
- The gratuitous ARP packet is generated inside the kernel
- (inetdev_send_gratuitous_arp() is called) but the packet is never sent
- out on the interface. Generating gratuitous ARP packets with "arping"
- works however.
+ The gratuitous ARP packet is generated inside the kernel 
(inetdev_send_gratuitous_arp() is called) but the packet is never sent out on 
the interface. Generating gratuitous ARP packets with "arping" works however.
+ --- 
+ ProblemType: Bug
+ AlsaDevices: Error: command ['ls', '-l', '/dev/snd/'] failed with exit code 
2: ls: cannot access '/dev/snd/': No such file or directory
+ AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
+ ApportVersion: 2.20.11-0ubuntu27.24
+ Architecture: amd64
+ ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
+ CRDA: N/A
+ CasperMD5CheckResult: skip
+ DistroRelease: Ubuntu 20.04
+ IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
+ Lsusb: Error: command ['lsusb'] failed with exit code 1:
+ Lsusb-t: Error: command ['lsusb', '-t'] failed with exit code 1: 
/sys/bus/usb/devices: No such file or directory
+ Lsusb-v: Error: command ['lsusb', '-v'] failed with exit code 1:
+ MachineType: QEMU Standard PC (Q35 + ICH9, 2009)
+ Package: linux (not installed)
+ PciMultimedia:
+  
+ ProcEnviron:
+  TERM=screen
+  PATH=(custom, no user)
+  LANG=C.UTF-8
+ ProcFB: 0 EFI VGA
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-1074-kvm 
root=PARTUUID=88d3c80a-b7b6-4782-8531-3699e254fb95 ro console=tty1 
console=ttyS0 panic=-1
+ ProcVersionSignature: Ubuntu 5.4.0-1074.79-kvm 5.4.195
+ RelatedPackageVersions:
+  linux-restricted-modules-5.4.0-1074-kvm N/A
+  linux-backports-modules-5.4.0-1074-kvm  N/A
+  linux-firmware  N/A
+ RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
+ Tags:  focal uec-images
+ Uname: Linux 5.4.0-1074-kvm x86_64
+ UnreportableReason: This report is about a package that is not installed.
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: N/A
+ _MarkForUpload: False
+ dmi.bios.date: 02/06/2015
+ dmi.bios.vendor: EFI Development Kit II / OVMF
+ dmi.bios.version: 0.0.0
+ dmi.board.name: LXD
+ dmi.board.vendor: Canonical Ltd.
+ dmi.board.version: pc-q35-7.0
+ dmi.chassis.type: 1
+ dmi.chassis.vendor: QEMU
+ dmi.chassis.version: pc-q35-7.0
+ dmi.modalias: 
dmi:bvnEFIDevelopmentKitII/OVMF:bvr0.0.0:bd02/06/2015:svnQEMU:pnStandardPC(Q35+ICH9,2009):pvrpc-q35-7.0:rvnCanonicalLtd.:rnLXD:rvrpc-q35-7.0:cvnQEMU:ct1:cvrpc-q35-7.0:
+ dmi.product.name: Standard PC (Q35 + ICH9, 2009)
+ dmi.product.version: pc-q35-7.0
+ dmi.sys.vendor: QEMU

** Attachment added: "AudioDevicesInUse.txt"
   
https://bugs.launchpad.net/bugs/1989187/+attachment/5614806/+files/AudioDevicesInUse.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/1989187

Title:
  5.4: Setting net.ipv4.conf..arp_notify=1 does not generate
  gratuitous ARPs

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Expected behaviour:

  The kernel should send out a gratuitous ARP on the interface when the
  following commands are executed:

  $ sudo sysctl -w net.ipv4.conf.eth0.arp_notify=1
  net.ipv4.conf.eth0.arp_notify = 1
  $ sudo ip link set dev eth0 down
  $ sudo ip link set dev eth0 up

  Result:

  The gratuitous ARP packet is generated inside the kernel 
(inetdev_send_gratuitous_arp() is called) but the packet is never sent out on 
the interface. Generating gratuitous ARP packets with "arping" works however.
  --- 
  ProblemType: Bug
  AlsaDevices: Error: command ['ls', '-l', '/dev/snd/'] failed with exit code 
2: ls: cannot access '/dev/snd/': No such file or directory
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu27.24
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  CRDA: N/A
  CasperMD5CheckResult: skip
  DistroRelease: Ubuntu 20.04
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  Lsusb: Error: command ['lsusb'] failed with exit code 1:
  Lsusb-t: Error: command ['lsusb', '-t'] failed with exit code 1: 
/sys/bus/usb/devices: No such file or directory
  Lsusb-v: Error: command ['lsusb', '-v'] failed with exit code 1:
  MachineType: QEMU Standard PC (Q35 + ICH9, 2009)
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=screen
   PATH=(custom, no user)
   LANG=C.UTF-8
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: 

[Kernel-packages] [Bug 1989187] [NEW] 5.4: Setting net.ipv4.conf..arp_notify=1 does not generate gratuitous ARPs

2022-09-09 Thread Isaac True
Public bug reported:

Expected behaviour:

The kernel should send out a gratuitous ARP on the interface when the
following commands are executed:

$ sudo sysctl -w net.ipv4.conf.eth0.arp_notify=1
net.ipv4.conf.eth0.arp_notify = 1
$ sudo ip link set dev eth0 down
$ sudo ip link set dev eth0 up

Result:

The gratuitous ARP packet is generated inside the kernel
(inetdev_send_gratuitous_arp() is called) but the packet is never sent
out on the interface. Generating gratuitous ARP packets with "arping"
works however.

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

Title:
  5.4: Setting net.ipv4.conf..arp_notify=1 does not generate
  gratuitous ARPs

Status in linux package in Ubuntu:
  New

Bug description:
  Expected behaviour:

  The kernel should send out a gratuitous ARP on the interface when the
  following commands are executed:

  $ sudo sysctl -w net.ipv4.conf.eth0.arp_notify=1
  net.ipv4.conf.eth0.arp_notify = 1
  $ sudo ip link set dev eth0 down
  $ sudo ip link set dev eth0 up

  Result:

  The gratuitous ARP packet is generated inside the kernel
  (inetdev_send_gratuitous_arp() is called) but the packet is never sent
  out on the interface. Generating gratuitous ARP packets with "arping"
  works however.

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


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


[Kernel-packages] [Bug 1959477] Re: USB dies, GUI hangs after plugging in Brother DS-740D scanner

2022-02-02 Thread Isaac True
This seems to be related to
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1956849

The dmesg output is the same as mine when the host controller stops
working:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1956849/comments/13

Are you using the 5.13 HWE kernel?

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

Title:
  USB dies, GUI hangs after plugging in Brother DS-740D scanner

Status in linux package in Ubuntu:
  New

Bug description:
  The Brother DS-740D scanner I have used to work fine until a couple of
  weeks ago. Now, whenever I plug it the GUI freezes (default Ubuntu LTS
  20.04). Logging in from another computer works. Restarting GDM3 does
  not help, mouse is frozen.

  No crash log. But kern.log says:

  Jan 29 10:12:25 precies kernel: [ 1129.014431] xhci_hcd :00:14.0: Abort 
failed to stop command ring: -110
  Jan 29 10:12:25 precies kernel: [ 1129.014437] xhci_hcd :00:14.0: xHCI 
host controller not responding, assume dead
  Jan 29 10:12:25 precies kernel: [ 1129.01] xhci_hcd :00:14.0: HC 
died; cleaning up
  Jan 29 10:12:25 precies kernel: [ 1129.014477] xhci_hcd :00:14.0: Timeout 
while waiting for setup device command

  I tried updating the driver to the latest version
  (brscan5-1.2.9-0.amd64.deb) but that did not help.

  Additional info:
  $ lsb_release -rd
  Description:Ubuntu 20.04.3 LTS
  Release:20.04

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


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


[Kernel-packages] [Bug 1956849] Re: Almost all USB ports suddenly stopped working; unbootable

2022-01-27 Thread Isaac True
This problem seems to occur very randomly for me on 20.04 with the 5.13
HWE kernel (5.13.0-27-generic). Here's the relevant dmesg from after the
problem occurs:

[1.751416] wacom 0003:056A:00EC.0002: hidraw0: USB HID v1.10 Mouse [Tablet 
ISD-V4] on usb-:00:1d.0-1.8/input0
[6.738809] usb 3-3: device descriptor read/8, error -110
[6.846682] usb 3-3: new SuperSpeed USB device number 2 using xhci_hcd
[   12.114819] usb 3-3: device descriptor read/8, error -110
[   12.358687] usb 2-4: new full-speed USB device number 3 using xhci_hcd
[   12.508071] usb 2-4: New USB device found, idVendor=8087, idProduct=07dc, 
bcdDevice= 0.01
[   12.508086] usb 2-4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[   12.598690] usb 2-3.2: new high-speed USB device number 4 using xhci_hcd
[   12.711168] usb 2-3.2: New USB device found, idVendor=1a40, idProduct=0101, 
bcdDevice= 1.00
[   12.711184] usb 2-3.2: New USB device strings: Mfr=0, Product=1, 
SerialNumber=0
[   12.711190] usb 2-3.2: Product: USB 2.0 Hub [MTT]
[   12.712162] hub 2-3.2:1.0: USB hub found
[   12.712243] hub 2-3.2:1.0: 4 ports detected
[   23.002688] xhci_hcd :00:14.0: Abort failed to stop command ring: -110
[   23.002707] xhci_hcd :00:14.0: xHCI host controller not responding, 
assume dead
[   23.002744] xhci_hcd :00:14.0: HC died; cleaning up
[   23.002767] clocksource: timekeeping watchdog on CPU0: Marking clocksource 
'tsc' as unstable because the skew is too large:
[   23.002771] clocksource:   'acpi_pm' wd_now: af831a 
wd_last: a565c0 mask: ff
[   23.002775] clocksource:   'tsc' cs_now: 10bdde5e61 
cs_last: e237c090a mask: 
[   23.002778] tsc: Marking TSC unstable due to clocksource watchdog
[   23.002791] xhci_hcd :00:14.0: Timeout while waiting for setup device 
command
[   23.002798] xhci_hcd :00:14.0: Error while assigning device slot ID
[   23.002801] xhci_hcd :00:14.0: Max number of devices this xHCI host 
supports is 32.
[   23.002805] usb 2-3.2-port1: couldn't allocate usb_device
[   23.003022] TSC found unstable after boot, most likely due to broken BIOS. 
Use 'tsc=unstable'.
[   23.003024] sched_clock: Marking unstable (23002093033, 
928871)<-(23061485899, -58464196)
[   23.003286] clocksource: Checking clocksource tsc synchronization from CPU 2.
[   23.003348] clocksource: Switched to clocksource acpi_pm
[   23.418688] usb 3-3: device not accepting address 3, error -108
[   23.418792] usb usb3-port3: attempt power cycle
[   23.418799] usb usb3-port3: failed to disable port power
[   23.418804] usb usb3-port3: couldn't allocate usb_device
[   23.418855] usb usb2-port5: couldn't allocate usb_device
[   23.418902] usb 2-3: USB disconnect, device number 2
[   23.418909] usb 2-3.2: USB disconnect, device number 4
[   23.419931] usb 2-4: USB disconnect, device number 3

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

Title:
  Almost all USB ports suddenly stopped working; unbootable

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  This package needs to be pulled NOW.  It disables almost all USB-3.0
  and USB-C ports completely.

  Even though I had automatic software updates turned OFF (or so I
  thought), my Mac Pro suddenly got a new kernel when I rebooted it this
  morning:

  Linux macpro-obs 5.11.0-44-generic #48~20.04.2-Ubuntu SMP Tue Dec 14
  15:36:44 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

  and it contains a P0 showstopper bug.  Upon rebooting, I got dropped
  into the initrd prompt because Linux could not see the external USB
  drive that I'm booting from (WDBAGF5000AGY-WESN).

  I wasted an entire day figuring out what was wrong, and even went so
  far as to order a replacement SSD, planning to rebuild everything from
  scratch, because the drive failed to appear in every single USB port I
  tried.

  Then I discovered that a different SSD didn't work, either.  At that
  point, I realized that something else was wrong, and I kept trying
  until I found one other port that worked.  I was then able to boot and
  get dmesg and lsusb output.

  This kernel update broke not only the built-in ports, but also the
  ports on a generic USB-C PCIe card (Amazon B08PF8XR73).

  Mac Pro built-in USB-3.0(A) ports (2x): working
  Mac Pro built-in USB-C ports (4x): dead
  USB-C PCIe card USB-C ports (2x): dead
  USB-C PCIe card USB-3.0(A) ports (5x): dead

  All devices fail to appear in lsusb when attached to the port,
  including an Apple USB keyboard, an Anker USB-C Ethernet adapter, a WD
  SSD, and a Sandisk SSD.

  I'm going to roll back my kernel to a working kernel, but this package
  needs to be pulled NOW before it affects too many people.  This is too
  catastrophic a bug to wait even a day.

To manage notifications about this bug go to:

[Kernel-packages] [Bug 1873325] Re: update-initramfs complains of missing amdgpu firmware files

2020-05-22 Thread Isaac Andrade
I see this when running sudo apt dist-upgrade.

$ uname -a

Linux andradeii 5.4.0-7629-generic #33~1589834512~20.04~ff6e79e-Ubuntu
SMP Mon May 18 23:29:32 UTC  x86_64 x86_64 x86_64 GNU/Linux

$ sudo apt dist-upgrade

Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
  system76-power
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 435 kB of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n]
Get:1 http://ppa.launchpad.net/system76/pop/ubuntu focal/main amd64 
system76-power amd64 1.1.4~1590091483~20.04~15264d3 [435 kB]
Fetched 435 kB in 1s (441 kB/s)
(Reading database ... 257591 files and directories currently installed.)
Preparing to unpack .../system76-power_1.1.4~1590091483~20.04~15264d3_amd64.deb 
...
Unpacking system76-power (1.1.4~1590091483~20.04~15264d3) over 
(1.1.4~1589409407~20.04~fbef7a2) ...
Setting up system76-power (1.1.4~1590091483~20.04~15264d3) ...
Processing triggers for dbus (1.12.16-2ubuntu2) ...
Processing triggers for initramfs-tools (0.136ubuntu6) ...
update-initramfs: Generating /boot/initrd.img-5.4.0-7629-generic
cryptsetup: WARNING: Resume target cryptswap uses a key file
W: Possible missing firmware /lib/firmware/amdgpu/navi12_vcn.bin for module 
amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/arcturus_vcn.bin for module 
amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/navi12_smc.bin for module 
amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/arcturus_smc.bin for module 
amdgpu
kernelstub.Config: INFO Looking for configuration...
kernelstub   : INFO System information:

OS:..Pop!_OS 20.04
Root partition:../dev/sda7
Root FS UUID:37941144-436e-4d7c-800a-ecae219596c7
ESP Path:/boot/efi
ESP Partition:.../dev/sda5
ESP Partition #:.5
NVRAM entry #:...-1
Boot Variable #:.
Kernel Boot Options:.quiet loglevel=0 systemd.show_status=false splash
Kernel Image Path:.../boot/vmlinuz-5.4.0-7629-generic
Initrd Image Path:.../boot/initrd.img-5.4.0-7629-generic
Force-overwrite:.False

kernelstub.Installer : INFO Copying Kernel into ESP
kernelstub.Installer : INFO Copying initrd.img into ESP
kernelstub.Installer : INFO Setting up loader.conf configuration
kernelstub.Installer : INFO Making entry file for Pop!_OS
kernelstub.Installer : INFO Backing up old kernel
kernelstub.Installer : INFO Making entry file for Pop!_OS

But the modules seem to be loaded anyways:

$ lsmod | rg amd

edac_mce_amd   32768  0
kvm_amd98304  0
kvm   663552  1 kvm_amd
ccp86016  7 kvm_amd
amdgpu   4575232  42
amd_iommu_v2   20480  1 amdgpu
gpu_sched  32768  1 amdgpu
i2c_algo_bit   16384  1 amdgpu
ttm   106496  1 amdgpu
drm_kms_helper184320  1 amdgpu
drm   491520  21 gpu_sched,drm_kms_helper,amdgpu,ttm
gpio_amdpt 20480  0
gpio_generic   20480  1 gpio_amdpt

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

Title:
  update-initramfs complains of missing amdgpu firmware files

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Focal:
  Triaged

Bug description:
  SRU Justification

  Impact: amdgpu references firmware files in modinfo which have not
  been supplied to linux-firmware. This causes update-initramfs to
  generate "Possible missing firmware" warnings.

  Fix: Since the firmware is not available, all we can do is remove the
  files from modinfo.

  Test Case: Confirm that update-initramfs no longer produces the
  warnings.

  Regression Potential: Low. If someone had managed to obtain these
  files they will no longer be added to the initramfs, potentially
  causing regressions for these users. This would be an atypical
  situation.

  ---

  Ubuntu 20.04 during initramfs update reports missing firmware files:
  W: Possible missing firmware /lib/firmware/amdgpu/navi12_vcn.bin for module 
amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/arcturus_vcn.bin for module 
amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/navi12_smc.bin for module 
amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/arcturus_smc.bin for module 
amdgpu

  Kernel: 5.4.0-24-generic
  linux-firmware: 1.187

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

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


[Kernel-packages] [Bug 1717796] Re: Bluetoothd fills 100% CPU when bluetooth keyboard goes in idle

2020-04-17 Thread Isaac Cohen
Actually, my apologies. I rebooted after reinstalled the revised version
of bluez and it all works fine now. Thank you so much!

-Isaac

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

Title:
  Bluetoothd fills 100% CPU when bluetooth keyboard goes in idle

Status in Bluez Utilities:
  Confirmed
Status in The Ubuntu Power Consumption Project:
  Confirmed
Status in bluez package in Ubuntu:
  Confirmed

Bug description:
  When bluetooth keyboard goes in idle bluetoothd fills 100% CPU. At
  this point you have to press any key to reconnect the device and let
  bluetoothd to return to work normally.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: bluez 5.37-0ubuntu5.1
  ProcVersionSignature: Ubuntu 4.4.0-93.116-generic 4.4.79
  Uname: Linux 4.4.0-93-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  Date: Sun Sep 17 19:02:40 2017
  ExecutablePath: /usr/lib/bluetooth/bluetoothd
  InstallationDate: Installed on 2016-08-06 (406 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  InterestingModules: rfcomm bnep btusb bluetooth
  MachineType: GIGABYTE GB-BXBT-2807
  ProcEnviron:
   LANG=it_IT.UTF-8
   PATH=(custom, no user)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-93-generic.efi.signed 
root=UUID=8931ead4-8d43-4aef-8946-c7845c63c7d3 ro quiet splash vt.handoff=7
  SourcePackage: bluez
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/22/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F8
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: MZBAYAP-00
  dmi.board.vendor: GIGABYTE
  dmi.board.version: 1.x
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF8:bd10/22/2015:svnGIGABYTE:pnGB-BXBT-2807:pvr1.x:rvnGIGABYTE:rnMZBAYAP-00:rvr1.x:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: GB-BXBT-2807
  dmi.product.version: 1.x
  dmi.sys.vendor: GIGABYTE
  hciconfig:
   hci0:Type: BR/EDR  Bus: USB
BD Address: DC:85:DE:FD:2F:BC  ACL MTU: 820:8  SCO MTU: 255:16
UP RUNNING PSCAN ISCAN 
RX bytes:528225 acl:32183 sco:0 events:1134 errors:0
TX bytes:33849 acl:338 sco:0 commands:388 errors:1

To manage notifications about this bug go to:
https://bugs.launchpad.net/bluez/+bug/1717796/+subscriptions

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


[Kernel-packages] [Bug 1717796] Re: Bluetoothd fills 100% CPU when bluetooth keyboard goes in idle

2020-04-17 Thread Isaac Cohen
Hi,

I'm not sure if this is the right place to post this. But basically, I
applied the patch that Steve created but the issue appears to persist.
Did I apply it properly? Here's what I did: I edited
bluez/profiles/input/device.c and then ran './configure', 'make' and
'make install'.

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

Title:
  Bluetoothd fills 100% CPU when bluetooth keyboard goes in idle

Status in Bluez Utilities:
  Confirmed
Status in The Ubuntu Power Consumption Project:
  Confirmed
Status in bluez package in Ubuntu:
  Confirmed

Bug description:
  When bluetooth keyboard goes in idle bluetoothd fills 100% CPU. At
  this point you have to press any key to reconnect the device and let
  bluetoothd to return to work normally.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: bluez 5.37-0ubuntu5.1
  ProcVersionSignature: Ubuntu 4.4.0-93.116-generic 4.4.79
  Uname: Linux 4.4.0-93-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  Date: Sun Sep 17 19:02:40 2017
  ExecutablePath: /usr/lib/bluetooth/bluetoothd
  InstallationDate: Installed on 2016-08-06 (406 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  InterestingModules: rfcomm bnep btusb bluetooth
  MachineType: GIGABYTE GB-BXBT-2807
  ProcEnviron:
   LANG=it_IT.UTF-8
   PATH=(custom, no user)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-93-generic.efi.signed 
root=UUID=8931ead4-8d43-4aef-8946-c7845c63c7d3 ro quiet splash vt.handoff=7
  SourcePackage: bluez
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/22/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F8
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: MZBAYAP-00
  dmi.board.vendor: GIGABYTE
  dmi.board.version: 1.x
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF8:bd10/22/2015:svnGIGABYTE:pnGB-BXBT-2807:pvr1.x:rvnGIGABYTE:rnMZBAYAP-00:rvr1.x:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: GB-BXBT-2807
  dmi.product.version: 1.x
  dmi.sys.vendor: GIGABYTE
  hciconfig:
   hci0:Type: BR/EDR  Bus: USB
BD Address: DC:85:DE:FD:2F:BC  ACL MTU: 820:8  SCO MTU: 255:16
UP RUNNING PSCAN ISCAN 
RX bytes:528225 acl:32183 sco:0 events:1134 errors:0
TX bytes:33849 acl:338 sco:0 commands:388 errors:1

To manage notifications about this bug go to:
https://bugs.launchpad.net/bluez/+bug/1717796/+subscriptions

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


[Kernel-packages] [Bug 1871695] Re: Bluetoothd uses 100% of a CPU thread

2020-04-14 Thread Isaac Cohen
Now I get this:

isaac@isaac-Inspiron-3583:~$ sudo gdb
[sudo] password for isaac: 
GNU gdb (Ubuntu 8.3-0ubuntu1) 8.3
Copyright (C) 2019 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word".
(gdb) attach 794
Attaching to process 794
Reading symbols from target:/usr/local/libexec/bluetooth/bluetoothd...
Reading symbols from target:/lib/x86_64-linux-gnu/libglib-2.0.so.0...
(No debugging symbols found in target:/lib/x86_64-linux-gnu/libglib-2.0.so.0)
Reading symbols from target:/lib/x86_64-linux-gnu/libdbus-1.so.3...
(No debugging symbols found in target:/lib/x86_64-linux-gnu/libdbus-1.so.3)
Reading symbols from target:/lib/x86_64-linux-gnu/libdl.so.2...
Reading symbols from 
target:/usr/lib/debug//lib/x86_64-linux-gnu/libdl-2.30.so...
Reading symbols from target:/lib/x86_64-linux-gnu/libc.so.6...
Reading symbols from target:/usr/lib/debug//lib/x86_64-linux-gnu/libc-2.30.so...
Reading symbols from target:/lib/x86_64-linux-gnu/libpcre.so.3...
(No debugging symbols found in target:/lib/x86_64-linux-gnu/libpcre.so.3)
Reading symbols from target:/lib/x86_64-linux-gnu/libpthread.so.0...
Reading symbols from 
/usr/lib/debug/.build-id/7f/4107df84da625f1b445ade877e1e0ab6ba823d.debug...
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Reading symbols from target:/lib/x86_64-linux-gnu/libsystemd.so.0...
(No debugging symbols found in target:/lib/x86_64-linux-gnu/libsystemd.so.0)
Reading symbols from target:/lib64/ld-linux-x86-64.so.2...
(No debugging symbols found in target:/lib64/ld-linux-x86-64.so.2)
Reading symbols from target:/lib/x86_64-linux-gnu/librt.so.1...
Reading symbols from 
target:/usr/lib/debug//lib/x86_64-linux-gnu/librt-2.30.so...
Reading symbols from target:/lib/x86_64-linux-gnu/liblzma.so.5...
(No debugging symbols found in target:/lib/x86_64-linux-gnu/liblzma.so.5)
Reading symbols from target:/lib/x86_64-linux-gnu/liblz4.so.1...
(No debugging symbols found in target:/lib/x86_64-linux-gnu/liblz4.so.1)
Reading symbols from target:/lib/x86_64-linux-gnu/libgcrypt.so.20...
(No debugging symbols found in target:/lib/x86_64-linux-gnu/libgcrypt.so.20)
Reading symbols from target:/lib/x86_64-linux-gnu/libgpg-error.so.0...
(No debugging symbols found in target:/lib/x86_64-linux-gnu/libgpg-error.so.0)
--Type  for more, q to quit, c to continue without paging--
0x7f888e505f66 in g_main_context_prepare () from 
target:/lib/x86_64-linux-gnu/libglib-2.0.so.0
(gdb) thread apply all bt

Thread 1 (Thread 0x7f888df97c00 (LWP 794)):
#0  0x7f888e505f66 in g_main_context_prepare () from 
target:/lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x7f888e5069db in ?? () from 
target:/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f888e506e33 in g_main_loop_run () from 
target:/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x55b91a835959 in mainloop_run () at src/shared/mainloop-glib.c:79
#4  0x55b91a835dc0 in mainloop_run_with_signal (func=, 
user_data=0x0) at src/shared/mainloop-notify.c:201
#5  0x55b91a79f5fe in main (argc=, argv=) at 
src/main.c:770
(gdb) 


I actually noticed that when I attached the process (or maybe when I
backtracked it), it slowed down or even stopped and the CPU fan went
off. When I closed gdb and detached it, the process resumed once again
taking up lots of CPU power and making the fan go on.

I also noticed that this only happens if I don't use the keyboard for a
while. If the process is busy and I start typing on the keyboard, it
immediately slows down and goes back to normal. I wonder if the keyboard
has a feature that it "goes to sleep". Maybe then the bluetooth program
is  polling for the keyboard and not finding it.


Isaac Cohen

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

Title:
  Bluetoothd uses 100% of a CPU thread

Status in bluez package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  I have a bluetooth keyboard that I use for my laptop, which runs
  Kubuntu 19.04. I noticed though, that a short while after connecting
  the keyboard, the CPU fan goes on and one of the threads is at 100%.
  If I open a terminal and type "top", it shows that a process 

[Kernel-packages] [Bug 1871695] Re: Bluetoothd uses 100% of a CPU thread

2020-04-12 Thread Isaac Cohen
Hi,

Here is what I got:


isaac@isaac-Inspiron-3583:~$ sudo gdb
GNU gdb (Ubuntu 8.3-0ubuntu1) 8.3
Copyright (C) 2019 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word".
(gdb) attach 794
Attaching to process 794
Reading symbols from target:/usr/local/libexec/bluetooth/bluetoothd...
Reading symbols from target:/lib/x86_64-linux-gnu/libglib-2.0.so.0...
(No debugging symbols found in target:/lib/x86_64-linux-gnu/libglib-2.0.so.0)
Reading symbols from target:/lib/x86_64-linux-gnu/libdbus-1.so.3...
(No debugging symbols found in target:/lib/x86_64-linux-gnu/libdbus-1.so.3)
Reading symbols from target:/lib/x86_64-linux-gnu/libdl.so.2...
Reading symbols from 
target:/usr/lib/debug//lib/x86_64-linux-gnu/libdl-2.30.so...
Reading symbols from target:/lib/x86_64-linux-gnu/libc.so.6...
Reading symbols from target:/usr/lib/debug//lib/x86_64-linux-gnu/libc-2.30.so...
Reading symbols from target:/lib/x86_64-linux-gnu/libpcre.so.3...
(No debugging symbols found in target:/lib/x86_64-linux-gnu/libpcre.so.3)
Reading symbols from target:/lib/x86_64-linux-gnu/libpthread.so.0...
Reading symbols from 
/usr/lib/debug/.build-id/7f/4107df84da625f1b445ade877e1e0ab6ba823d.debug...
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Reading symbols from target:/lib/x86_64-linux-gnu/libsystemd.so.0...
(No debugging symbols found in target:/lib/x86_64-linux-gnu/libsystemd.so.0)
Reading symbols from target:/lib64/ld-linux-x86-64.so.2...
(No debugging symbols found in target:/lib64/ld-linux-x86-64.so.2)
Reading symbols from target:/lib/x86_64-linux-gnu/librt.so.1...
Reading symbols from 
target:/usr/lib/debug//lib/x86_64-linux-gnu/librt-2.30.so...
Reading symbols from target:/lib/x86_64-linux-gnu/liblzma.so.5...
(No debugging symbols found in target:/lib/x86_64-linux-gnu/liblzma.so.5)
Reading symbols from target:/lib/x86_64-linux-gnu/liblz4.so.1...
(No debugging symbols found in target:/lib/x86_64-linux-gnu/liblz4.so.1)
Reading symbols from target:/lib/x86_64-linux-gnu/libgcrypt.so.20...
(No debugging symbols found in target:/lib/x86_64-linux-gnu/libgcrypt.so.20)
Reading symbols from target:/lib/x86_64-linux-gnu/libgpg-error.so.0...
(No debugging symbols found in target:/lib/x86_64-linux-gnu/libgpg-error.so.0)
--Type  for more, q to quit, c to continue without paging--
0x7f5bd69fbbf7 in __GI___poll (fds=0x55e26e5504c0, nfds=29, timeout=-1)
at ../sysdeps/unix/sysv/linux/poll.c:29
29  ../sysdeps/unix/sysv/linux/poll.c: No such file or directory.
(gdb) bt
#0  0x7f5bd69fbbf7 in __GI___poll (fds=0x55e26e5504c0, nfds=29, timeout=-1)
at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x7f5bd6b7daae in ?? () from 
target:/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f5bd6b7de33 in g_main_loop_run () from 
target:/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x55e26e1a2959 in mainloop_run () at src/shared/mainloop-glib.c:79
#4  0x55e26e1a2dc0 in mainloop_run_with_signal (func=, 
user_data=0x0)
at src/shared/mainloop-notify.c:201
#5  0x55e26e10c5fe in main (argc=, argv=) at 
src/main.c:770
(gdb)

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

Title:
  Bluetoothd uses 100% of a CPU thread

Status in bluez package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  I have a bluetooth keyboard that I use for my laptop, which runs
  Kubuntu 19.04. I noticed though, that a short while after connecting
  the keyboard, the CPU fan goes on and one of the threads is at 100%.
  If I open a terminal and type "top", it shows that a process called
  bluetoothd is taking 12% of the CPU power which is a full thread
  (100/8=12.5). I'm not sure what it's doing, but it doesn't require
  that much CPU power to work. If I end the process and restart it, the
  keyboard works fine and the CPU is calm until it happens again (about
  20 minutes later). I reinstalled bluez and even tried recompiling from
  source, but the problem persists.

  My specs:

  Version of bluetoothd: 5.50
  Linux Kernel: 5.3.0-46-generic
  KDE Plasma Version 5.16.5


  Thank you,
  Isaac Cohen
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu8.8
  Arch

[Kernel-packages] [Bug 1871695] Re: Bluetoothd uses 100% of a CPU thread

2020-04-08 Thread Isaac Cohen
Oh, I see the apport information now.

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

Title:
  Bluetoothd uses 100% of a CPU thread

Status in bluez package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  I have a bluetooth keyboard that I use for my laptop, which runs
  Kubuntu 19.04. I noticed though, that a short while after connecting
  the keyboard, the CPU fan goes on and one of the threads is at 100%.
  If I open a terminal and type "top", it shows that a process called
  bluetoothd is taking 12% of the CPU power which is a full thread
  (100/8=12.5). I'm not sure what it's doing, but it doesn't require
  that much CPU power to work. If I end the process and restart it, the
  keyboard works fine and the CPU is calm until it happens again (about
  20 minutes later). I reinstalled bluez and even tried recompiling from
  source, but the problem persists.

  My specs:

  Version of bluetoothd: 5.50
  Linux Kernel: 5.3.0-46-generic
  KDE Plasma Version 5.16.5


  Thank you,
  Isaac Cohen
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu8.8
  Architecture: amd64
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 19.10
  InstallationDate: Installed on 2019-12-15 (115 days ago)
  InstallationMedia: Kubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  InterestingModules: rfcomm bnep btusb bluetooth
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0c45:671e Microdia Integrated_Webcam_HD
   Bus 001 Device 002: ID 27c6:5301 HTMicroelectronics Goodix Fingerprint 
Device 
   Bus 001 Device 004: ID 0cf3:e009 Qualcomm Atheros Communications 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Inspiron 3583
  Package: bluez 5.50-0ubuntu5.1 [modified: 
lib/systemd/system/bluetooth.service lib/udev/hid2hci 
lib/udev/rules.d/97-hid2hci.rules]
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-46-generic 
root=UUID=dad855bd-aa2f-4675-a8a6-6fa960525f41 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.3.0-46.38-generic 5.3.18
  Tags:  eoan
  Uname: Linux 5.3.0-46-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: 05/30/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.5.1
  dmi.board.name: 0WHCP7
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.5.1:bd05/30/2019:svnDellInc.:pnInspiron3583:pvr:rvnDellInc.:rn0WHCP7:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 3583
  dmi.product.sku: 08CA
  dmi.sys.vendor: Dell Inc.
  hciconfig:
   hci0:Type: Primary  Bus: USB
BD Address: AC:D5:64:CC:54:D6  ACL MTU: 1024:8  SCO MTU: 50:8
UP RUNNING PSCAN ISCAN 
RX bytes:47194 acl:2390 sco:0 events:266 errors:0
TX bytes:3046 acl:50 sco:0 commands:163 errors:0
  mtime.conffile..etc.dbus-1.system.d.bluetooth.conf: 2020-04-07T16:35:14.446062

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

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


[Kernel-packages] [Bug 1871695] Re: Bluetoothd uses 100% of a CPU thread

2020-04-08 Thread Isaac Cohen
Hi,

I attached a file with the output of journalctl -b 0. I also ran the
other command, though I'm not sure what it did. It asked for access to
launchpad and then if it should send a report to the developers. I
clicked "Send", but I don't know how Apport works or where it sends the
info.

Regards,
Isaac Cohen

** Attachment added: "journal"
   
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1871695/+attachment/5349958/+files/journal

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

Title:
  Bluetoothd uses 100% of a CPU thread

Status in bluez package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  I have a bluetooth keyboard that I use for my laptop, which runs
  Kubuntu 19.04. I noticed though, that a short while after connecting
  the keyboard, the CPU fan goes on and one of the threads is at 100%.
  If I open a terminal and type "top", it shows that a process called
  bluetoothd is taking 12% of the CPU power which is a full thread
  (100/8=12.5). I'm not sure what it's doing, but it doesn't require
  that much CPU power to work. If I end the process and restart it, the
  keyboard works fine and the CPU is calm until it happens again (about
  20 minutes later). I reinstalled bluez and even tried recompiling from
  source, but the problem persists.

  My specs:

  Version of bluetoothd: 5.50
  Linux Kernel: 5.3.0-46-generic
  KDE Plasma Version 5.16.5


  Thank you,
  Isaac Cohen
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu8.8
  Architecture: amd64
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 19.10
  InstallationDate: Installed on 2019-12-15 (115 days ago)
  InstallationMedia: Kubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  InterestingModules: rfcomm bnep btusb bluetooth
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0c45:671e Microdia Integrated_Webcam_HD
   Bus 001 Device 002: ID 27c6:5301 HTMicroelectronics Goodix Fingerprint 
Device 
   Bus 001 Device 004: ID 0cf3:e009 Qualcomm Atheros Communications 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Inspiron 3583
  Package: bluez 5.50-0ubuntu5.1 [modified: 
lib/systemd/system/bluetooth.service lib/udev/hid2hci 
lib/udev/rules.d/97-hid2hci.rules]
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-46-generic 
root=UUID=dad855bd-aa2f-4675-a8a6-6fa960525f41 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.3.0-46.38-generic 5.3.18
  Tags:  eoan
  Uname: Linux 5.3.0-46-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: 05/30/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.5.1
  dmi.board.name: 0WHCP7
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.5.1:bd05/30/2019:svnDellInc.:pnInspiron3583:pvr:rvnDellInc.:rn0WHCP7:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 3583
  dmi.product.sku: 08CA
  dmi.sys.vendor: Dell Inc.
  hciconfig:
   hci0:Type: Primary  Bus: USB
BD Address: AC:D5:64:CC:54:D6  ACL MTU: 1024:8  SCO MTU: 50:8
UP RUNNING PSCAN ISCAN 
RX bytes:47194 acl:2390 sco:0 events:266 errors:0
TX bytes:3046 acl:50 sco:0 commands:163 errors:0
  mtime.conffile..etc.dbus-1.system.d.bluetooth.conf: 2020-04-07T16:35:14.446062

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

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


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

2020-04-08 Thread Isaac Cohen
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1871695/+attachment/5349946/+files/Lspci.txt

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

Title:
  Bluetoothd uses 100% of a CPU thread

Status in bluez package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  I have a bluetooth keyboard that I use for my laptop, which runs
  Kubuntu 19.04. I noticed though, that a short while after connecting
  the keyboard, the CPU fan goes on and one of the threads is at 100%.
  If I open a terminal and type "top", it shows that a process called
  bluetoothd is taking 12% of the CPU power which is a full thread
  (100/8=12.5). I'm not sure what it's doing, but it doesn't require
  that much CPU power to work. If I end the process and restart it, the
  keyboard works fine and the CPU is calm until it happens again (about
  20 minutes later). I reinstalled bluez and even tried recompiling from
  source, but the problem persists.

  My specs:

  Version of bluetoothd: 5.50
  Linux Kernel: 5.3.0-46-generic
  KDE Plasma Version 5.16.5


  Thank you,
  Isaac Cohen
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu8.8
  Architecture: amd64
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 19.10
  InstallationDate: Installed on 2019-12-15 (115 days ago)
  InstallationMedia: Kubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  InterestingModules: rfcomm bnep btusb bluetooth
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0c45:671e Microdia Integrated_Webcam_HD
   Bus 001 Device 002: ID 27c6:5301 HTMicroelectronics Goodix Fingerprint 
Device 
   Bus 001 Device 004: ID 0cf3:e009 Qualcomm Atheros Communications 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Inspiron 3583
  Package: bluez 5.50-0ubuntu5.1 [modified: 
lib/systemd/system/bluetooth.service lib/udev/hid2hci 
lib/udev/rules.d/97-hid2hci.rules]
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-46-generic 
root=UUID=dad855bd-aa2f-4675-a8a6-6fa960525f41 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.3.0-46.38-generic 5.3.18
  Tags:  eoan
  Uname: Linux 5.3.0-46-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: 05/30/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.5.1
  dmi.board.name: 0WHCP7
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.5.1:bd05/30/2019:svnDellInc.:pnInspiron3583:pvr:rvnDellInc.:rn0WHCP7:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 3583
  dmi.product.sku: 08CA
  dmi.sys.vendor: Dell Inc.
  hciconfig:
   hci0:Type: Primary  Bus: USB
BD Address: AC:D5:64:CC:54:D6  ACL MTU: 1024:8  SCO MTU: 50:8
UP RUNNING PSCAN ISCAN 
RX bytes:47194 acl:2390 sco:0 events:266 errors:0
TX bytes:3046 acl:50 sco:0 commands:163 errors:0
  mtime.conffile..etc.dbus-1.system.d.bluetooth.conf: 2020-04-07T16:35:14.446062

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

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


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

2020-04-08 Thread Isaac Cohen
apport information

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

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

Title:
  Bluetoothd uses 100% of a CPU thread

Status in bluez package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  I have a bluetooth keyboard that I use for my laptop, which runs
  Kubuntu 19.04. I noticed though, that a short while after connecting
  the keyboard, the CPU fan goes on and one of the threads is at 100%.
  If I open a terminal and type "top", it shows that a process called
  bluetoothd is taking 12% of the CPU power which is a full thread
  (100/8=12.5). I'm not sure what it's doing, but it doesn't require
  that much CPU power to work. If I end the process and restart it, the
  keyboard works fine and the CPU is calm until it happens again (about
  20 minutes later). I reinstalled bluez and even tried recompiling from
  source, but the problem persists.

  My specs:

  Version of bluetoothd: 5.50
  Linux Kernel: 5.3.0-46-generic
  KDE Plasma Version 5.16.5


  Thank you,
  Isaac Cohen
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu8.8
  Architecture: amd64
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 19.10
  InstallationDate: Installed on 2019-12-15 (115 days ago)
  InstallationMedia: Kubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  InterestingModules: rfcomm bnep btusb bluetooth
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0c45:671e Microdia Integrated_Webcam_HD
   Bus 001 Device 002: ID 27c6:5301 HTMicroelectronics Goodix Fingerprint 
Device 
   Bus 001 Device 004: ID 0cf3:e009 Qualcomm Atheros Communications 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Inspiron 3583
  Package: bluez 5.50-0ubuntu5.1 [modified: 
lib/systemd/system/bluetooth.service lib/udev/hid2hci 
lib/udev/rules.d/97-hid2hci.rules]
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-46-generic 
root=UUID=dad855bd-aa2f-4675-a8a6-6fa960525f41 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.3.0-46.38-generic 5.3.18
  Tags:  eoan
  Uname: Linux 5.3.0-46-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: 05/30/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.5.1
  dmi.board.name: 0WHCP7
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.5.1:bd05/30/2019:svnDellInc.:pnInspiron3583:pvr:rvnDellInc.:rn0WHCP7:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 3583
  dmi.product.sku: 08CA
  dmi.sys.vendor: Dell Inc.
  hciconfig:
   hci0:Type: Primary  Bus: USB
BD Address: AC:D5:64:CC:54:D6  ACL MTU: 1024:8  SCO MTU: 50:8
UP RUNNING PSCAN ISCAN 
RX bytes:47194 acl:2390 sco:0 events:266 errors:0
TX bytes:3046 acl:50 sco:0 commands:163 errors:0
  mtime.conffile..etc.dbus-1.system.d.bluetooth.conf: 2020-04-07T16:35:14.446062

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

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


[Kernel-packages] [Bug 1871695] rfkill.txt

2020-04-08 Thread Isaac Cohen
apport information

** Attachment added: "rfkill.txt"
   https://bugs.launchpad.net/bugs/1871695/+attachment/5349955/+files/rfkill.txt

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

Title:
  Bluetoothd uses 100% of a CPU thread

Status in bluez package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  I have a bluetooth keyboard that I use for my laptop, which runs
  Kubuntu 19.04. I noticed though, that a short while after connecting
  the keyboard, the CPU fan goes on and one of the threads is at 100%.
  If I open a terminal and type "top", it shows that a process called
  bluetoothd is taking 12% of the CPU power which is a full thread
  (100/8=12.5). I'm not sure what it's doing, but it doesn't require
  that much CPU power to work. If I end the process and restart it, the
  keyboard works fine and the CPU is calm until it happens again (about
  20 minutes later). I reinstalled bluez and even tried recompiling from
  source, but the problem persists.

  My specs:

  Version of bluetoothd: 5.50
  Linux Kernel: 5.3.0-46-generic
  KDE Plasma Version 5.16.5


  Thank you,
  Isaac Cohen
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu8.8
  Architecture: amd64
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 19.10
  InstallationDate: Installed on 2019-12-15 (115 days ago)
  InstallationMedia: Kubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  InterestingModules: rfcomm bnep btusb bluetooth
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0c45:671e Microdia Integrated_Webcam_HD
   Bus 001 Device 002: ID 27c6:5301 HTMicroelectronics Goodix Fingerprint 
Device 
   Bus 001 Device 004: ID 0cf3:e009 Qualcomm Atheros Communications 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Inspiron 3583
  Package: bluez 5.50-0ubuntu5.1 [modified: 
lib/systemd/system/bluetooth.service lib/udev/hid2hci 
lib/udev/rules.d/97-hid2hci.rules]
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-46-generic 
root=UUID=dad855bd-aa2f-4675-a8a6-6fa960525f41 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.3.0-46.38-generic 5.3.18
  Tags:  eoan
  Uname: Linux 5.3.0-46-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: 05/30/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.5.1
  dmi.board.name: 0WHCP7
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.5.1:bd05/30/2019:svnDellInc.:pnInspiron3583:pvr:rvnDellInc.:rn0WHCP7:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 3583
  dmi.product.sku: 08CA
  dmi.sys.vendor: Dell Inc.
  hciconfig:
   hci0:Type: Primary  Bus: USB
BD Address: AC:D5:64:CC:54:D6  ACL MTU: 1024:8  SCO MTU: 50:8
UP RUNNING PSCAN ISCAN 
RX bytes:47194 acl:2390 sco:0 events:266 errors:0
TX bytes:3046 acl:50 sco:0 commands:163 errors:0
  mtime.conffile..etc.dbus-1.system.d.bluetooth.conf: 2020-04-07T16:35:14.446062

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

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


[Kernel-packages] [Bug 1871695] Dependencies.txt

2020-04-08 Thread Isaac Cohen
apport information

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1871695/+attachment/5349945/+files/Dependencies.txt

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

Title:
  Bluetoothd uses 100% of a CPU thread

Status in bluez package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  I have a bluetooth keyboard that I use for my laptop, which runs
  Kubuntu 19.04. I noticed though, that a short while after connecting
  the keyboard, the CPU fan goes on and one of the threads is at 100%.
  If I open a terminal and type "top", it shows that a process called
  bluetoothd is taking 12% of the CPU power which is a full thread
  (100/8=12.5). I'm not sure what it's doing, but it doesn't require
  that much CPU power to work. If I end the process and restart it, the
  keyboard works fine and the CPU is calm until it happens again (about
  20 minutes later). I reinstalled bluez and even tried recompiling from
  source, but the problem persists.

  My specs:

  Version of bluetoothd: 5.50
  Linux Kernel: 5.3.0-46-generic
  KDE Plasma Version 5.16.5


  Thank you,
  Isaac Cohen
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu8.8
  Architecture: amd64
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 19.10
  InstallationDate: Installed on 2019-12-15 (115 days ago)
  InstallationMedia: Kubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  InterestingModules: rfcomm bnep btusb bluetooth
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0c45:671e Microdia Integrated_Webcam_HD
   Bus 001 Device 002: ID 27c6:5301 HTMicroelectronics Goodix Fingerprint 
Device 
   Bus 001 Device 004: ID 0cf3:e009 Qualcomm Atheros Communications 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Inspiron 3583
  Package: bluez 5.50-0ubuntu5.1 [modified: 
lib/systemd/system/bluetooth.service lib/udev/hid2hci 
lib/udev/rules.d/97-hid2hci.rules]
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-46-generic 
root=UUID=dad855bd-aa2f-4675-a8a6-6fa960525f41 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.3.0-46.38-generic 5.3.18
  Tags:  eoan
  Uname: Linux 5.3.0-46-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: 05/30/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.5.1
  dmi.board.name: 0WHCP7
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.5.1:bd05/30/2019:svnDellInc.:pnInspiron3583:pvr:rvnDellInc.:rn0WHCP7:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 3583
  dmi.product.sku: 08CA
  dmi.sys.vendor: Dell Inc.
  hciconfig:
   hci0:Type: Primary  Bus: USB
BD Address: AC:D5:64:CC:54:D6  ACL MTU: 1024:8  SCO MTU: 50:8
UP RUNNING PSCAN ISCAN 
RX bytes:47194 acl:2390 sco:0 events:266 errors:0
TX bytes:3046 acl:50 sco:0 commands:163 errors:0
  mtime.conffile..etc.dbus-1.system.d.bluetooth.conf: 2020-04-07T16:35:14.446062

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

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


[Kernel-packages] [Bug 1871695] Re: Bluetoothd uses 100% of a CPU thread

2020-04-08 Thread Isaac Cohen
apport information

** Tags added: apport-collected eoan

** Description changed:

  Hi,
  
  I have a bluetooth keyboard that I use for my laptop, which runs Kubuntu
  19.04. I noticed though, that a short while after connecting the
  keyboard, the CPU fan goes on and one of the threads is at 100%. If I
  open a terminal and type "top", it shows that a process called
  bluetoothd is taking 12% of the CPU power which is a full thread
  (100/8=12.5). I'm not sure what it's doing, but it doesn't require that
  much CPU power to work. If I end the process and restart it, the
  keyboard works fine and the CPU is calm until it happens again (about 20
  minutes later). I reinstalled bluez and even tried recompiling from
  source, but the problem persists.
  
  My specs:
  
  Version of bluetoothd: 5.50
  Linux Kernel: 5.3.0-46-generic
  KDE Plasma Version 5.16.5
  
  
  Thank you,
  Isaac Cohen
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu8.8
+ Architecture: amd64
+ CurrentDesktop: KDE
+ DistroRelease: Ubuntu 19.10
+ InstallationDate: Installed on 2019-12-15 (115 days ago)
+ InstallationMedia: Kubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
+ InterestingModules: rfcomm bnep btusb bluetooth
+ Lsusb:
+  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
+  Bus 001 Device 003: ID 0c45:671e Microdia Integrated_Webcam_HD
+  Bus 001 Device 002: ID 27c6:5301 HTMicroelectronics Goodix Fingerprint 
Device 
+  Bus 001 Device 004: ID 0cf3:e009 Qualcomm Atheros Communications 
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+ MachineType: Dell Inc. Inspiron 3583
+ Package: bluez 5.50-0ubuntu5.1 [modified: 
lib/systemd/system/bluetooth.service lib/udev/hid2hci 
lib/udev/rules.d/97-hid2hci.rules]
+ PackageArchitecture: amd64
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-46-generic 
root=UUID=dad855bd-aa2f-4675-a8a6-6fa960525f41 ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 5.3.0-46.38-generic 5.3.18
+ Tags:  eoan
+ Uname: Linux 5.3.0-46-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: 05/30/2019
+ dmi.bios.vendor: Dell Inc.
+ dmi.bios.version: 1.5.1
+ dmi.board.name: 0WHCP7
+ dmi.board.vendor: Dell Inc.
+ dmi.board.version: A00
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: Dell Inc.
+ dmi.modalias: 
dmi:bvnDellInc.:bvr1.5.1:bd05/30/2019:svnDellInc.:pnInspiron3583:pvr:rvnDellInc.:rn0WHCP7:rvrA00:cvnDellInc.:ct10:cvr:
+ dmi.product.family: Inspiron
+ dmi.product.name: Inspiron 3583
+ dmi.product.sku: 08CA
+ dmi.sys.vendor: Dell Inc.
+ hciconfig:
+  hci0:Type: Primary  Bus: USB
+   BD Address: AC:D5:64:CC:54:D6  ACL MTU: 1024:8  SCO MTU: 50:8
+   UP RUNNING PSCAN ISCAN 
+   RX bytes:47194 acl:2390 sco:0 events:266 errors:0
+   TX bytes:3046 acl:50 sco:0 commands:163 errors:0
+ mtime.conffile..etc.dbus-1.system.d.bluetooth.conf: 2020-04-07T16:35:14.446062

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1871695/+attachment/5349944/+files/CurrentDmesg.txt

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

Title:
  Bluetoothd uses 100% of a CPU thread

Status in bluez package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  I have a bluetooth keyboard that I use for my laptop, which runs
  Kubuntu 19.04. I noticed though, that a short while after connecting
  the keyboard, the CPU fan goes on and one of the threads is at 100%.
  If I open a terminal and type "top", it shows that a process called
  bluetoothd is taking 12% of the CPU power which is a full thread
  (100/8=12.5). I'm not sure what it's doing, but it doesn't require
  that much CPU power to work. If I end the process and restart it, the
  keyboard works fine and the CPU is calm until it happens again (about
  20 minutes later). I reinstalled bluez and even tried recompiling from
  source, but the problem persists.

  My specs:

  Version of bluetoothd: 5.50
  Linux Kernel: 5.3.0-46-generic
  KDE Plasma Version 5.16.5


  Thank you,
  Isaac Cohen
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu8.8
  Architecture: amd64
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 19.10
  InstallationDate: Installed on 2019-12-15 (115 days ago)
  InstallationMedia: Kubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  InterestingModules: rfcomm bnep btusb bluetooth
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0c45:671e Microdia Integrated_Webcam_HD
   Bus 001 Device 002: ID 27c6:5301 HTMicroelectronics Goodix Fingerprint 
Device 
   Bus 001 Device 004: ID 0cf3:e009 Qualcomm Atheros Communications 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Inspiron 358

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

2020-04-08 Thread Isaac Cohen
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1871695/+attachment/5349952/+files/UdevDb.txt

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

Title:
  Bluetoothd uses 100% of a CPU thread

Status in bluez package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  I have a bluetooth keyboard that I use for my laptop, which runs
  Kubuntu 19.04. I noticed though, that a short while after connecting
  the keyboard, the CPU fan goes on and one of the threads is at 100%.
  If I open a terminal and type "top", it shows that a process called
  bluetoothd is taking 12% of the CPU power which is a full thread
  (100/8=12.5). I'm not sure what it's doing, but it doesn't require
  that much CPU power to work. If I end the process and restart it, the
  keyboard works fine and the CPU is calm until it happens again (about
  20 minutes later). I reinstalled bluez and even tried recompiling from
  source, but the problem persists.

  My specs:

  Version of bluetoothd: 5.50
  Linux Kernel: 5.3.0-46-generic
  KDE Plasma Version 5.16.5


  Thank you,
  Isaac Cohen
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu8.8
  Architecture: amd64
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 19.10
  InstallationDate: Installed on 2019-12-15 (115 days ago)
  InstallationMedia: Kubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  InterestingModules: rfcomm bnep btusb bluetooth
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0c45:671e Microdia Integrated_Webcam_HD
   Bus 001 Device 002: ID 27c6:5301 HTMicroelectronics Goodix Fingerprint 
Device 
   Bus 001 Device 004: ID 0cf3:e009 Qualcomm Atheros Communications 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Inspiron 3583
  Package: bluez 5.50-0ubuntu5.1 [modified: 
lib/systemd/system/bluetooth.service lib/udev/hid2hci 
lib/udev/rules.d/97-hid2hci.rules]
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-46-generic 
root=UUID=dad855bd-aa2f-4675-a8a6-6fa960525f41 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.3.0-46.38-generic 5.3.18
  Tags:  eoan
  Uname: Linux 5.3.0-46-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: 05/30/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.5.1
  dmi.board.name: 0WHCP7
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.5.1:bd05/30/2019:svnDellInc.:pnInspiron3583:pvr:rvnDellInc.:rn0WHCP7:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 3583
  dmi.product.sku: 08CA
  dmi.sys.vendor: Dell Inc.
  hciconfig:
   hci0:Type: Primary  Bus: USB
BD Address: AC:D5:64:CC:54:D6  ACL MTU: 1024:8  SCO MTU: 50:8
UP RUNNING PSCAN ISCAN 
RX bytes:47194 acl:2390 sco:0 events:266 errors:0
TX bytes:3046 acl:50 sco:0 commands:163 errors:0
  mtime.conffile..etc.dbus-1.system.d.bluetooth.conf: 2020-04-07T16:35:14.446062

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

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


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

2020-04-08 Thread Isaac Cohen
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1871695/+attachment/5349951/+files/ProcModules.txt

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

Title:
  Bluetoothd uses 100% of a CPU thread

Status in bluez package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  I have a bluetooth keyboard that I use for my laptop, which runs
  Kubuntu 19.04. I noticed though, that a short while after connecting
  the keyboard, the CPU fan goes on and one of the threads is at 100%.
  If I open a terminal and type "top", it shows that a process called
  bluetoothd is taking 12% of the CPU power which is a full thread
  (100/8=12.5). I'm not sure what it's doing, but it doesn't require
  that much CPU power to work. If I end the process and restart it, the
  keyboard works fine and the CPU is calm until it happens again (about
  20 minutes later). I reinstalled bluez and even tried recompiling from
  source, but the problem persists.

  My specs:

  Version of bluetoothd: 5.50
  Linux Kernel: 5.3.0-46-generic
  KDE Plasma Version 5.16.5


  Thank you,
  Isaac Cohen
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu8.8
  Architecture: amd64
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 19.10
  InstallationDate: Installed on 2019-12-15 (115 days ago)
  InstallationMedia: Kubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  InterestingModules: rfcomm bnep btusb bluetooth
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0c45:671e Microdia Integrated_Webcam_HD
   Bus 001 Device 002: ID 27c6:5301 HTMicroelectronics Goodix Fingerprint 
Device 
   Bus 001 Device 004: ID 0cf3:e009 Qualcomm Atheros Communications 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Inspiron 3583
  Package: bluez 5.50-0ubuntu5.1 [modified: 
lib/systemd/system/bluetooth.service lib/udev/hid2hci 
lib/udev/rules.d/97-hid2hci.rules]
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-46-generic 
root=UUID=dad855bd-aa2f-4675-a8a6-6fa960525f41 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.3.0-46.38-generic 5.3.18
  Tags:  eoan
  Uname: Linux 5.3.0-46-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: 05/30/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.5.1
  dmi.board.name: 0WHCP7
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.5.1:bd05/30/2019:svnDellInc.:pnInspiron3583:pvr:rvnDellInc.:rn0WHCP7:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 3583
  dmi.product.sku: 08CA
  dmi.sys.vendor: Dell Inc.
  hciconfig:
   hci0:Type: Primary  Bus: USB
BD Address: AC:D5:64:CC:54:D6  ACL MTU: 1024:8  SCO MTU: 50:8
UP RUNNING PSCAN ISCAN 
RX bytes:47194 acl:2390 sco:0 events:266 errors:0
TX bytes:3046 acl:50 sco:0 commands:163 errors:0
  mtime.conffile..etc.dbus-1.system.d.bluetooth.conf: 2020-04-07T16:35:14.446062

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

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


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

2020-04-08 Thread Isaac Cohen
apport information

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

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

Title:
  Bluetoothd uses 100% of a CPU thread

Status in bluez package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  I have a bluetooth keyboard that I use for my laptop, which runs
  Kubuntu 19.04. I noticed though, that a short while after connecting
  the keyboard, the CPU fan goes on and one of the threads is at 100%.
  If I open a terminal and type "top", it shows that a process called
  bluetoothd is taking 12% of the CPU power which is a full thread
  (100/8=12.5). I'm not sure what it's doing, but it doesn't require
  that much CPU power to work. If I end the process and restart it, the
  keyboard works fine and the CPU is calm until it happens again (about
  20 minutes later). I reinstalled bluez and even tried recompiling from
  source, but the problem persists.

  My specs:

  Version of bluetoothd: 5.50
  Linux Kernel: 5.3.0-46-generic
  KDE Plasma Version 5.16.5


  Thank you,
  Isaac Cohen
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu8.8
  Architecture: amd64
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 19.10
  InstallationDate: Installed on 2019-12-15 (115 days ago)
  InstallationMedia: Kubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  InterestingModules: rfcomm bnep btusb bluetooth
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0c45:671e Microdia Integrated_Webcam_HD
   Bus 001 Device 002: ID 27c6:5301 HTMicroelectronics Goodix Fingerprint 
Device 
   Bus 001 Device 004: ID 0cf3:e009 Qualcomm Atheros Communications 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Inspiron 3583
  Package: bluez 5.50-0ubuntu5.1 [modified: 
lib/systemd/system/bluetooth.service lib/udev/hid2hci 
lib/udev/rules.d/97-hid2hci.rules]
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-46-generic 
root=UUID=dad855bd-aa2f-4675-a8a6-6fa960525f41 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.3.0-46.38-generic 5.3.18
  Tags:  eoan
  Uname: Linux 5.3.0-46-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: 05/30/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.5.1
  dmi.board.name: 0WHCP7
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.5.1:bd05/30/2019:svnDellInc.:pnInspiron3583:pvr:rvnDellInc.:rn0WHCP7:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 3583
  dmi.product.sku: 08CA
  dmi.sys.vendor: Dell Inc.
  hciconfig:
   hci0:Type: Primary  Bus: USB
BD Address: AC:D5:64:CC:54:D6  ACL MTU: 1024:8  SCO MTU: 50:8
UP RUNNING PSCAN ISCAN 
RX bytes:47194 acl:2390 sco:0 events:266 errors:0
TX bytes:3046 acl:50 sco:0 commands:163 errors:0
  mtime.conffile..etc.dbus-1.system.d.bluetooth.conf: 2020-04-07T16:35:14.446062

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

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


[Kernel-packages] [Bug 1871695] getfacl.txt

2020-04-08 Thread Isaac Cohen
apport information

** Attachment added: "getfacl.txt"
   
https://bugs.launchpad.net/bugs/1871695/+attachment/5349953/+files/getfacl.txt

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

Title:
  Bluetoothd uses 100% of a CPU thread

Status in bluez package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  I have a bluetooth keyboard that I use for my laptop, which runs
  Kubuntu 19.04. I noticed though, that a short while after connecting
  the keyboard, the CPU fan goes on and one of the threads is at 100%.
  If I open a terminal and type "top", it shows that a process called
  bluetoothd is taking 12% of the CPU power which is a full thread
  (100/8=12.5). I'm not sure what it's doing, but it doesn't require
  that much CPU power to work. If I end the process and restart it, the
  keyboard works fine and the CPU is calm until it happens again (about
  20 minutes later). I reinstalled bluez and even tried recompiling from
  source, but the problem persists.

  My specs:

  Version of bluetoothd: 5.50
  Linux Kernel: 5.3.0-46-generic
  KDE Plasma Version 5.16.5


  Thank you,
  Isaac Cohen
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu8.8
  Architecture: amd64
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 19.10
  InstallationDate: Installed on 2019-12-15 (115 days ago)
  InstallationMedia: Kubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  InterestingModules: rfcomm bnep btusb bluetooth
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0c45:671e Microdia Integrated_Webcam_HD
   Bus 001 Device 002: ID 27c6:5301 HTMicroelectronics Goodix Fingerprint 
Device 
   Bus 001 Device 004: ID 0cf3:e009 Qualcomm Atheros Communications 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Inspiron 3583
  Package: bluez 5.50-0ubuntu5.1 [modified: 
lib/systemd/system/bluetooth.service lib/udev/hid2hci 
lib/udev/rules.d/97-hid2hci.rules]
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-46-generic 
root=UUID=dad855bd-aa2f-4675-a8a6-6fa960525f41 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.3.0-46.38-generic 5.3.18
  Tags:  eoan
  Uname: Linux 5.3.0-46-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: 05/30/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.5.1
  dmi.board.name: 0WHCP7
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.5.1:bd05/30/2019:svnDellInc.:pnInspiron3583:pvr:rvnDellInc.:rn0WHCP7:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 3583
  dmi.product.sku: 08CA
  dmi.sys.vendor: Dell Inc.
  hciconfig:
   hci0:Type: Primary  Bus: USB
BD Address: AC:D5:64:CC:54:D6  ACL MTU: 1024:8  SCO MTU: 50:8
UP RUNNING PSCAN ISCAN 
RX bytes:47194 acl:2390 sco:0 events:266 errors:0
TX bytes:3046 acl:50 sco:0 commands:163 errors:0
  mtime.conffile..etc.dbus-1.system.d.bluetooth.conf: 2020-04-07T16:35:14.446062

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

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


[Kernel-packages] [Bug 1871695] modified.conffile..etc.dbus-1.system.d.bluetooth.conf.txt

2020-04-08 Thread Isaac Cohen
apport information

** Attachment added: "modified.conffile..etc.dbus-1.system.d.bluetooth.conf.txt"
   
https://bugs.launchpad.net/bugs/1871695/+attachment/5349954/+files/modified.conffile..etc.dbus-1.system.d.bluetooth.conf.txt

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

Title:
  Bluetoothd uses 100% of a CPU thread

Status in bluez package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  I have a bluetooth keyboard that I use for my laptop, which runs
  Kubuntu 19.04. I noticed though, that a short while after connecting
  the keyboard, the CPU fan goes on and one of the threads is at 100%.
  If I open a terminal and type "top", it shows that a process called
  bluetoothd is taking 12% of the CPU power which is a full thread
  (100/8=12.5). I'm not sure what it's doing, but it doesn't require
  that much CPU power to work. If I end the process and restart it, the
  keyboard works fine and the CPU is calm until it happens again (about
  20 minutes later). I reinstalled bluez and even tried recompiling from
  source, but the problem persists.

  My specs:

  Version of bluetoothd: 5.50
  Linux Kernel: 5.3.0-46-generic
  KDE Plasma Version 5.16.5


  Thank you,
  Isaac Cohen
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu8.8
  Architecture: amd64
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 19.10
  InstallationDate: Installed on 2019-12-15 (115 days ago)
  InstallationMedia: Kubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  InterestingModules: rfcomm bnep btusb bluetooth
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0c45:671e Microdia Integrated_Webcam_HD
   Bus 001 Device 002: ID 27c6:5301 HTMicroelectronics Goodix Fingerprint 
Device 
   Bus 001 Device 004: ID 0cf3:e009 Qualcomm Atheros Communications 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Inspiron 3583
  Package: bluez 5.50-0ubuntu5.1 [modified: 
lib/systemd/system/bluetooth.service lib/udev/hid2hci 
lib/udev/rules.d/97-hid2hci.rules]
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-46-generic 
root=UUID=dad855bd-aa2f-4675-a8a6-6fa960525f41 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.3.0-46.38-generic 5.3.18
  Tags:  eoan
  Uname: Linux 5.3.0-46-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: 05/30/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.5.1
  dmi.board.name: 0WHCP7
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.5.1:bd05/30/2019:svnDellInc.:pnInspiron3583:pvr:rvnDellInc.:rn0WHCP7:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 3583
  dmi.product.sku: 08CA
  dmi.sys.vendor: Dell Inc.
  hciconfig:
   hci0:Type: Primary  Bus: USB
BD Address: AC:D5:64:CC:54:D6  ACL MTU: 1024:8  SCO MTU: 50:8
UP RUNNING PSCAN ISCAN 
RX bytes:47194 acl:2390 sco:0 events:266 errors:0
TX bytes:3046 acl:50 sco:0 commands:163 errors:0
  mtime.conffile..etc.dbus-1.system.d.bluetooth.conf: 2020-04-07T16:35:14.446062

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

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


[Kernel-packages] [Bug 1871695] syslog.txt

2020-04-08 Thread Isaac Cohen
apport information

** Attachment added: "syslog.txt"
   https://bugs.launchpad.net/bugs/1871695/+attachment/5349956/+files/syslog.txt

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

Title:
  Bluetoothd uses 100% of a CPU thread

Status in bluez package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  I have a bluetooth keyboard that I use for my laptop, which runs
  Kubuntu 19.04. I noticed though, that a short while after connecting
  the keyboard, the CPU fan goes on and one of the threads is at 100%.
  If I open a terminal and type "top", it shows that a process called
  bluetoothd is taking 12% of the CPU power which is a full thread
  (100/8=12.5). I'm not sure what it's doing, but it doesn't require
  that much CPU power to work. If I end the process and restart it, the
  keyboard works fine and the CPU is calm until it happens again (about
  20 minutes later). I reinstalled bluez and even tried recompiling from
  source, but the problem persists.

  My specs:

  Version of bluetoothd: 5.50
  Linux Kernel: 5.3.0-46-generic
  KDE Plasma Version 5.16.5


  Thank you,
  Isaac Cohen
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu8.8
  Architecture: amd64
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 19.10
  InstallationDate: Installed on 2019-12-15 (115 days ago)
  InstallationMedia: Kubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  InterestingModules: rfcomm bnep btusb bluetooth
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0c45:671e Microdia Integrated_Webcam_HD
   Bus 001 Device 002: ID 27c6:5301 HTMicroelectronics Goodix Fingerprint 
Device 
   Bus 001 Device 004: ID 0cf3:e009 Qualcomm Atheros Communications 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Inspiron 3583
  Package: bluez 5.50-0ubuntu5.1 [modified: 
lib/systemd/system/bluetooth.service lib/udev/hid2hci 
lib/udev/rules.d/97-hid2hci.rules]
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-46-generic 
root=UUID=dad855bd-aa2f-4675-a8a6-6fa960525f41 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.3.0-46.38-generic 5.3.18
  Tags:  eoan
  Uname: Linux 5.3.0-46-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: 05/30/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.5.1
  dmi.board.name: 0WHCP7
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.5.1:bd05/30/2019:svnDellInc.:pnInspiron3583:pvr:rvnDellInc.:rn0WHCP7:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 3583
  dmi.product.sku: 08CA
  dmi.sys.vendor: Dell Inc.
  hciconfig:
   hci0:Type: Primary  Bus: USB
BD Address: AC:D5:64:CC:54:D6  ACL MTU: 1024:8  SCO MTU: 50:8
UP RUNNING PSCAN ISCAN 
RX bytes:47194 acl:2390 sco:0 events:266 errors:0
TX bytes:3046 acl:50 sco:0 commands:163 errors:0
  mtime.conffile..etc.dbus-1.system.d.bluetooth.conf: 2020-04-07T16:35:14.446062

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

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


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

2020-04-08 Thread Isaac Cohen
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1871695/+attachment/5349949/+files/ProcEnviron.txt

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

Title:
  Bluetoothd uses 100% of a CPU thread

Status in bluez package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  I have a bluetooth keyboard that I use for my laptop, which runs
  Kubuntu 19.04. I noticed though, that a short while after connecting
  the keyboard, the CPU fan goes on and one of the threads is at 100%.
  If I open a terminal and type "top", it shows that a process called
  bluetoothd is taking 12% of the CPU power which is a full thread
  (100/8=12.5). I'm not sure what it's doing, but it doesn't require
  that much CPU power to work. If I end the process and restart it, the
  keyboard works fine and the CPU is calm until it happens again (about
  20 minutes later). I reinstalled bluez and even tried recompiling from
  source, but the problem persists.

  My specs:

  Version of bluetoothd: 5.50
  Linux Kernel: 5.3.0-46-generic
  KDE Plasma Version 5.16.5


  Thank you,
  Isaac Cohen
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu8.8
  Architecture: amd64
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 19.10
  InstallationDate: Installed on 2019-12-15 (115 days ago)
  InstallationMedia: Kubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  InterestingModules: rfcomm bnep btusb bluetooth
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0c45:671e Microdia Integrated_Webcam_HD
   Bus 001 Device 002: ID 27c6:5301 HTMicroelectronics Goodix Fingerprint 
Device 
   Bus 001 Device 004: ID 0cf3:e009 Qualcomm Atheros Communications 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Inspiron 3583
  Package: bluez 5.50-0ubuntu5.1 [modified: 
lib/systemd/system/bluetooth.service lib/udev/hid2hci 
lib/udev/rules.d/97-hid2hci.rules]
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-46-generic 
root=UUID=dad855bd-aa2f-4675-a8a6-6fa960525f41 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.3.0-46.38-generic 5.3.18
  Tags:  eoan
  Uname: Linux 5.3.0-46-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: 05/30/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.5.1
  dmi.board.name: 0WHCP7
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.5.1:bd05/30/2019:svnDellInc.:pnInspiron3583:pvr:rvnDellInc.:rn0WHCP7:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 3583
  dmi.product.sku: 08CA
  dmi.sys.vendor: Dell Inc.
  hciconfig:
   hci0:Type: Primary  Bus: USB
BD Address: AC:D5:64:CC:54:D6  ACL MTU: 1024:8  SCO MTU: 50:8
UP RUNNING PSCAN ISCAN 
RX bytes:47194 acl:2390 sco:0 events:266 errors:0
TX bytes:3046 acl:50 sco:0 commands:163 errors:0
  mtime.conffile..etc.dbus-1.system.d.bluetooth.conf: 2020-04-07T16:35:14.446062

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

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


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

2020-04-08 Thread Isaac Cohen
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1871695/+attachment/5349947/+files/ProcCpuinfo.txt

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

Title:
  Bluetoothd uses 100% of a CPU thread

Status in bluez package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  I have a bluetooth keyboard that I use for my laptop, which runs
  Kubuntu 19.04. I noticed though, that a short while after connecting
  the keyboard, the CPU fan goes on and one of the threads is at 100%.
  If I open a terminal and type "top", it shows that a process called
  bluetoothd is taking 12% of the CPU power which is a full thread
  (100/8=12.5). I'm not sure what it's doing, but it doesn't require
  that much CPU power to work. If I end the process and restart it, the
  keyboard works fine and the CPU is calm until it happens again (about
  20 minutes later). I reinstalled bluez and even tried recompiling from
  source, but the problem persists.

  My specs:

  Version of bluetoothd: 5.50
  Linux Kernel: 5.3.0-46-generic
  KDE Plasma Version 5.16.5


  Thank you,
  Isaac Cohen
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu8.8
  Architecture: amd64
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 19.10
  InstallationDate: Installed on 2019-12-15 (115 days ago)
  InstallationMedia: Kubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  InterestingModules: rfcomm bnep btusb bluetooth
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0c45:671e Microdia Integrated_Webcam_HD
   Bus 001 Device 002: ID 27c6:5301 HTMicroelectronics Goodix Fingerprint 
Device 
   Bus 001 Device 004: ID 0cf3:e009 Qualcomm Atheros Communications 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Inspiron 3583
  Package: bluez 5.50-0ubuntu5.1 [modified: 
lib/systemd/system/bluetooth.service lib/udev/hid2hci 
lib/udev/rules.d/97-hid2hci.rules]
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-46-generic 
root=UUID=dad855bd-aa2f-4675-a8a6-6fa960525f41 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.3.0-46.38-generic 5.3.18
  Tags:  eoan
  Uname: Linux 5.3.0-46-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: 05/30/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.5.1
  dmi.board.name: 0WHCP7
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.5.1:bd05/30/2019:svnDellInc.:pnInspiron3583:pvr:rvnDellInc.:rn0WHCP7:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 3583
  dmi.product.sku: 08CA
  dmi.sys.vendor: Dell Inc.
  hciconfig:
   hci0:Type: Primary  Bus: USB
BD Address: AC:D5:64:CC:54:D6  ACL MTU: 1024:8  SCO MTU: 50:8
UP RUNNING PSCAN ISCAN 
RX bytes:47194 acl:2390 sco:0 events:266 errors:0
TX bytes:3046 acl:50 sco:0 commands:163 errors:0
  mtime.conffile..etc.dbus-1.system.d.bluetooth.conf: 2020-04-07T16:35:14.446062

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

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


[Kernel-packages] [Bug 1871695] Re: Bluetoothd uses 100% of a CPU thread

2020-04-08 Thread Isaac Cohen
** Project changed: ubuntu-manpage-repository => bluez (Ubuntu)

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

Title:
  Bluetoothd uses 100% of a CPU thread

Status in bluez package in Ubuntu:
  New

Bug description:
  Hi,

  I have a bluetooth keyboard that I use for my laptop, which runs
  Kubuntu 19.04. I noticed though, that a short while after connecting
  the keyboard, the CPU fan goes on and one of the threads is at 100%.
  If I open a terminal and type "top", it shows that a process called
  bluetoothd is taking 12% of the CPU power which is a full thread
  (100/8=12.5). I'm not sure what it's doing, but it doesn't require
  that much CPU power to work. If I end the process and restart it, the
  keyboard works fine and the CPU is calm until it happens again (about
  20 minutes later). I reinstalled bluez and even tried recompiling from
  source, but the problem persists.

  My specs:

  Version of bluetoothd: 5.50
  Linux Kernel: 5.3.0-46-generic
  KDE Plasma Version 5.16.5


  Thank you,
  Isaac Cohen

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

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


[Kernel-packages] [Bug 1777820] Re: Updating Nvidia drivers causes Cinnamon crashes and seems to be in fallback mode

2018-06-20 Thread Isaac Elliott
** Changed in: linux (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  Updating Nvidia drivers causes Cinnamon crashes and seems to be in
  fallback mode

Status in linux package in Ubuntu:
  Invalid

Bug description:
  Using Linux Mint 18.3 Sylvia.  Installing Nvidia drivers causes
  Cinnamon to crash and seems to be in fallback mode in Kernel 4.13 and
  above.  I had to downgrade my kernel back to 4.10 for it to work.
  Even the latest 4.15 kernels does not fix the issue.

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

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


[Kernel-packages] [Bug 1777822] Re: Updating Nvidia drivers causes Cinnamon crashes and seems to be in fallback mode

2018-06-20 Thread Isaac Elliott
** Description changed:

- Installing Nvidia drivers causes Cinnamon to crash and seems to be in
- fallback mode in Kernel 4.13 and above. I had to downgrade my kernel
- back to 4.10 for it to work.
+ I'm using Linux Mint 18.3 Syliva.  Installing Nvidia drivers causes
+ Cinnamon to crash and seems to be in fallback mode in Kernel 4.13 and
+ above. I had to downgrade my kernel back to 4.10 for it to work.

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

Title:
  Updating Nvidia drivers causes Cinnamon crashes and seems to be in
  fallback mode

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I'm using Linux Mint 18.3 Syliva.  Installing Nvidia drivers causes
  Cinnamon to crash and seems to be in fallback mode in Kernel 4.13 and
  above. I had to downgrade my kernel back to 4.10 for it to work.

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

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


[Kernel-packages] [Bug 1777820] [NEW] Updating Nvidia drivers causes Cinnamon crashes and seems to be in fallback mode

2018-06-20 Thread Isaac Elliott
Public bug reported:

Using Linux Mint 18.3 Sylvia.  Installing Nvidia drivers causes Cinnamon
to crash and seems to be in fallback mode in Kernel 4.13 and above.  I
had to downgrade my kernel back to 4.10 for it to work.  Even the latest
4.15 kernels does not fix the issue.

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

** Description changed:

- Installing Nvidia drivers causes Cinnamon to crash and seems to be in
- fallback mode in Kernel 4.13 and above.  I had to downgrade my kernel
- back to 4.10 for it to work.
+ Using Linux Mint 18.3 Sylvia.  Installing Nvidia drivers causes Cinnamon
+ to crash and seems to be in fallback mode in Kernel 4.13 and above.  I
+ had to downgrade my kernel back to 4.10 for it to work.

** Description changed:

  Using Linux Mint 18.3 Sylvia.  Installing Nvidia drivers causes Cinnamon
  to crash and seems to be in fallback mode in Kernel 4.13 and above.  I
- had to downgrade my kernel back to 4.10 for it to work.
+ had to downgrade my kernel back to 4.10 for it to work.  Even the latest
+ 4.15 kernels does not fix the 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/1777820

Title:
  Updating Nvidia drivers causes Cinnamon crashes and seems to be in
  fallback mode

Status in linux package in Ubuntu:
  Invalid

Bug description:
  Using Linux Mint 18.3 Sylvia.  Installing Nvidia drivers causes
  Cinnamon to crash and seems to be in fallback mode in Kernel 4.13 and
  above.  I had to downgrade my kernel back to 4.10 for it to work.
  Even the latest 4.15 kernels does not fix the issue.

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

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


[Kernel-packages] [Bug 1777822] [NEW] Updating Nvidia drivers causes Cinnamon crashes and seems to be in fallback mode

2018-06-20 Thread Isaac Elliott
Public bug reported:

I'm using Linux Mint 18.3 Syliva.  Installing Nvidia drivers causes
Cinnamon to crash and seems to be in fallback mode in Kernel 4.13 and
above. I had to downgrade my kernel back to 4.10 for it to work.

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

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

Title:
  Updating Nvidia drivers causes Cinnamon crashes and seems to be in
  fallback mode

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I'm using Linux Mint 18.3 Syliva.  Installing Nvidia drivers causes
  Cinnamon to crash and seems to be in fallback mode in Kernel 4.13 and
  above. I had to downgrade my kernel back to 4.10 for it to work.

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

-- 
Mailing list: https://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 1755941] Re: No HDMI audio after suspend

2018-03-16 Thread Isaac Phillips
It did start happening directly after the upgrade to Kernel 4.13.0-37.

Thanks,
Isaac

On Thu, Mar 15, 2018 at 3:05 PM, Joseph Salisbury <
joseph.salisb...@canonical.com> wrote:

> Did this issue start happening after an update/upgrade?  Was there a
> prior kernel version where you were not having this particular problem?
>
> Would it be possible for you to test the latest upstream kernel? Refer
> to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
> v4.16 kernel[0].
>
> If this bug is fixed in the mainline kernel, please add the following
> tag 'kernel-fixed-upstream'.
>
> If the mainline kernel does not fix this bug, please add the tag:
> 'kernel-bug-exists-upstream'.
>
> Once testing of the upstream kernel is complete, please mark this bug as
> "Confirmed".
>
>
> Thanks in advance.
>
> [0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.16-rc4
>
> ** Changed in: linux (Ubuntu)
>Importance: Undecided => Medium
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1755941
>
> Title:
>   No HDMI audio after suspend
>
> Status in linux package in Ubuntu:
>   Incomplete
>
> Bug description:
>   HDMI audio out is available after suspend/sleep, but I am using a
>   Radeon video card with Audio/Video through HDMI.  I have video, but no
>   audio.
>
>   Ubuntu 4.13.0-37.42~16.04.1-generic 4.13.13
>
>   lspci
>   01:00.0 VGA compatible controller: Advanced Micro Devices, Inc.
> [AMD/ATI] Cedar [Radeon HD 5000/6000/7350/8350 Series]
>   01:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Cedar HDMI
> Audio [Radeon HD 5400/6300 Series]
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/
> 1755941/+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/1755941

Title:
  No HDMI audio after suspend

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  HDMI audio out is available after suspend/sleep, but I am using a
  Radeon video card with Audio/Video through HDMI.  I have video, but no
  audio.

  Ubuntu 4.13.0-37.42~16.04.1-generic 4.13.13

  lspci
  01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] 
Cedar [Radeon HD 5000/6000/7350/8350 Series]
  01:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Cedar HDMI Audio 
[Radeon HD 5400/6300 Series]

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

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


[Kernel-packages] [Bug 1755941] [NEW] No HDMI audio after suspend

2018-03-14 Thread Isaac Phillips
Public bug reported:

HDMI audio out is available after suspend/sleep, but I am using a Radeon
video card with Audio/Video through HDMI.  I have video, but no audio.

Ubuntu 4.13.0-37.42~16.04.1-generic 4.13.13

lspci
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Cedar 
[Radeon HD 5000/6000/7350/8350 Series]
01:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Cedar HDMI Audio 
[Radeon HD 5400/6300 Series]

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

Title:
  No HDMI audio after suspend

Status in linux package in Ubuntu:
  New

Bug description:
  HDMI audio out is available after suspend/sleep, but I am using a
  Radeon video card with Audio/Video through HDMI.  I have video, but no
  audio.

  Ubuntu 4.13.0-37.42~16.04.1-generic 4.13.13

  lspci
  01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] 
Cedar [Radeon HD 5000/6000/7350/8350 Series]
  01:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Cedar HDMI Audio 
[Radeon HD 5400/6300 Series]

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

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


[Kernel-packages] [Bug 1665211] Re: Upgrade Redpine RS9113 driver to support AP mode

2017-12-12 Thread Isaac Portocarrero
Hello,

This problem persists in newer versions such as 4.10. I need help,
urgently. I have not slept for days

regards

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

Title:
  Upgrade Redpine RS9113 driver to support AP mode

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

Bug description:
  Redpine WLAN/BT RS9113 driver in Ubuntu Xenial kernel which supports Host AP 
mode available on Dell IoT gateways. This version also fixes connection drop 
issues with multiple AP's/ mobile phone hotspots.
  Release version: 0.9.8.3.

  This is the latest version of the driver provided by Redpine. For now,
  this driver is enabled only on x86, x86_64 architectures. The impact
  is also restricted to { SDIO_DEVICE(0x041B, 0x9330) } chipsets.

  This bug is used for tracking purposes, please do not triage.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1665211/+subscriptions

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


[Kernel-packages] [Bug 1717992] Re: Sound silently plays to "Dummy Output"

2017-11-17 Thread isaac
The same issue here, on Ubuntu 17.10. Only "Dummy Output" found in
Output window.

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

Title:
  Sound silently plays to "Dummy Output"

Status in linux package in Ubuntu:
  Confirmed
Status in pulseaudio package in Ubuntu:
  New

Bug description:
  Since upgrade to 4.10.0-35-generic in Ubuntu 17.04, the sound card is
  detected, but pavucontrol has only "Dummy Output". Bar animation shows
  audio is playing, but no sound is heard. alsamixer is working fine,
  but audio still can't be heard. Configuration tab says "No cards
  available for configuration".

  $ lspci -v
  0:1f.3 Audio device: Intel Corporation Device 9d71 (rev 21)
Subsystem: Dell Device 0781
Flags: bus master, fast devsel, latency 32, IRQ 283
Memory at d5328000 (64-bit, non-prefetchable) [size=16K]
Memory at d530 (64-bit, non-prefetchable) [size=64K]
Capabilities: 
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel, snd_soc_skl

  # aplay -L
  default
  Playback/recording through the PulseAudio sound server
  null
  Discard all samples (playback) or generate zero samples (capture)
  pulse
  PulseAudio Sound Server
  sysdefault:CARD=PCH
  HDA Intel PCH, ALC3246 Analog
  Default Audio Device
  front:CARD=PCH,DEV=0
  HDA Intel PCH, ALC3246 Analog
  Front speakers
  surround21:CARD=PCH,DEV=0
  HDA Intel PCH, ALC3246 Analog
  2.1 Surround output to Front and Subwoofer speakers
  surround40:CARD=PCH,DEV=0
  HDA Intel PCH, ALC3246 Analog
  4.0 Surround output to Front and Rear speakers
  surround41:CARD=PCH,DEV=0
  HDA Intel PCH, ALC3246 Analog
  4.1 Surround output to Front, Rear and Subwoofer speakers
  surround50:CARD=PCH,DEV=0
  HDA Intel PCH, ALC3246 Analog
  5.0 Surround output to Front, Center and Rear speakers
  surround51:CARD=PCH,DEV=0
  HDA Intel PCH, ALC3246 Analog
  5.1 Surround output to Front, Center, Rear and Subwoofer speakers
  surround71:CARD=PCH,DEV=0
  HDA Intel PCH, ALC3246 Analog
  7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
  hdmi:CARD=PCH,DEV=0
  HDA Intel PCH, HDMI 0
  HDMI Audio Output
  hdmi:CARD=PCH,DEV=1
  HDA Intel PCH, HDMI 1
  HDMI Audio Output
  hdmi:CARD=PCH,DEV=2
  HDA Intel PCH, HDMI 2
  HDMI Audio Output
  dmix:CARD=PCH,DEV=0
  HDA Intel PCH, ALC3246 Analog
  Direct sample mixing device
  dmix:CARD=PCH,DEV=3
  HDA Intel PCH, HDMI 0
  Direct sample mixing device
  dmix:CARD=PCH,DEV=7
  HDA Intel PCH, HDMI 1
  Direct sample mixing device
  dmix:CARD=PCH,DEV=8
  HDA Intel PCH, HDMI 2
  Direct sample mixing device
  dsnoop:CARD=PCH,DEV=0
  HDA Intel PCH, ALC3246 Analog
  Direct sample snooping device
  dsnoop:CARD=PCH,DEV=3
  HDA Intel PCH, HDMI 0
  Direct sample snooping device
  dsnoop:CARD=PCH,DEV=7
  HDA Intel PCH, HDMI 1
  Direct sample snooping device
  dsnoop:CARD=PCH,DEV=8
  HDA Intel PCH, HDMI 2
  Direct sample snooping device
  hw:CARD=PCH,DEV=0
  HDA Intel PCH, ALC3246 Analog
  Direct hardware device without any conversions
  hw:CARD=PCH,DEV=3
  HDA Intel PCH, HDMI 0
  Direct hardware device without any conversions
  hw:CARD=PCH,DEV=7
  HDA Intel PCH, HDMI 1
  Direct hardware device without any conversions
  hw:CARD=PCH,DEV=8
  HDA Intel PCH, HDMI 2
  Direct hardware device without any conversions
  plughw:CARD=PCH,DEV=0
  HDA Intel PCH, ALC3246 Analog
  Hardware device with all software conversions
  plughw:CARD=PCH,DEV=3
  HDA Intel PCH, HDMI 0
  Hardware device with all software conversions
  plughw:CARD=PCH,DEV=7
  HDA Intel PCH, HDMI 1
  Hardware device with all software conversions
  plughw:CARD=PCH,DEV=8
  HDA Intel PCH, HDMI 2
  Hardware device with all software conversions
  --- 
  ApportVersion: 2.20.4-0ubuntu4.5
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/dsp', 
'/dev/snd/by-path', '/dev/snd/hwC0D2', '/dev/snd/hwC0D0', '/dev/snd/pcmC0D8p', 
'/dev/snd/pcmC0D7p', '/dev/snd/pcmC0D3p', '/dev/snd/pcmC0D0c', 
'/dev/snd/pcmC0D0p', '/dev/snd/controlC0', '/dev/snd/seq', '/dev/snd/timer'] 
failed with exit code 1:
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 17.04
  HibernationDevice: RESUME=UUID=0bcd17dc-d971-4048-8c1f-d2bb48e8a157
  InstallationDate: Installed on 2017-08-18 (31 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  MachineType: Dell Inc. Inspiron 7460
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.10.0-35-generic.efi.signed 
root=/dev/mapper/ubu-root ro quiet splash zswap.enabled=1 vt.handoff=7
  ProcVersionSignature: 

[Kernel-packages] [Bug 1702214] [NEW] package linux-image-4.10.0-26-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 128

2017-07-03 Thread Isaac
Public bug reported:

Bug reporter opened following a logout/login after ubuntu-software
failed to complete an upgrade of available packages.

ProblemType: Package
DistroRelease: Ubuntu 17.04
Package: linux-image-4.10.0-26-generic (not installed)
ProcVersionSignature: Ubuntu 4.10.0-24.28-generic 4.10.15
Uname: Linux 4.10.0-24-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.4-0ubuntu4.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  isaac 18428 F pulseaudio
 /dev/snd/controlC0:  isaac 18428 F pulseaudio
Date: Mon Jul  3 22:43:03 2017
ErrorMessage: subprocess new pre-installation script returned error exit status 
128
HibernationDevice: RESUME=UUID=7bd001f7-2359-4ce3-a646-3071832d1258
InstallationDate: Installed on 2016-04-21 (438 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
ProcFB: 0 EFI VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-24-generic.efi.signed 
root=UUID=fe6676e3-9261-41cd-8a06-4d900d8df9a9 ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: grub-pc N/A
RfKill:
 0: phy0: Wireless LAN
  Soft blocked: yes
  Hard blocked: no
SourcePackage: linux
Title: package linux-image-4.10.0-26-generic (not installed) failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 128
UpgradeStatus: Upgraded to zesty on 2017-04-15 (79 days ago)
dmi.bios.date: 05/05/2015
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P2.50
dmi.board.name: FM2A78M-HD+
dmi.board.vendor: ASRock
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP2.50:bd05/05/2015:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnFM2A78M-HD+:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: To Be Filled By O.E.M.
dmi.product.version: To Be Filled By O.E.M.
dmi.sys.vendor: To Be Filled By O.E.M.

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


** Tags: amd64 apport-package need-duplicate-check zesty

** Description changed:

- Occurred following a logout/login after ubuntu-software failed to
- complete an upgrade of available packages.
+ Bug reporter oppened following a logout/login after ubuntu-software
+ failed to complete an upgrade of available packages.
  
  ProblemType: Package
  DistroRelease: Ubuntu 17.04
  Package: linux-image-4.10.0-26-generic (not installed)
  ProcVersionSignature: Ubuntu 4.10.0-24.28-generic 4.10.15
  Uname: Linux 4.10.0-24-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC1:  isaac 18428 F pulseaudio
-  /dev/snd/controlC0:  isaac 18428 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  isaac 18428 F pulseaudio
+  /dev/snd/controlC0:  isaac 18428 F pulseaudio
  Date: Mon Jul  3 22:43:03 2017
  ErrorMessage: subprocess new pre-installation script returned error exit 
status 128
  HibernationDevice: RESUME=UUID=7bd001f7-2359-4ce3-a646-3071832d1258
  InstallationDate: Installed on 2016-04-21 (438 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-24-generic.efi.signed 
root=UUID=fe6676e3-9261-41cd-8a06-4d900d8df9a9 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc N/A
  RfKill:
-  0: phy0: Wireless LAN
-   Soft blocked: yes
-   Hard blocked: no
+  0: phy0: Wireless LAN
+   Soft blocked: yes
+   Hard blocked: no
  SourcePackage: linux
  Title: package linux-image-4.10.0-26-generic (not installed) failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 128
  UpgradeStatus: Upgraded to zesty on 2017-04-15 (79 days ago)
  dmi.bios.date: 05/05/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P2.50
  dmi.board.name: FM2A78M-HD+
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP2.50:bd05/05/2015:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnFM2A78M-HD+:rvr:cvnTo

[Kernel-packages] [Bug 1590590] Re: Touchpad not recognized on Dell Latitude E7470 Ultrabook

2016-10-14 Thread Isaac
Same problem here with a Dell Latitude e5470.
Tried in Ubuntu 16.04 and 16.10.

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

Title:
  Touchpad not recognized on Dell Latitude E7470 Ultrabook

Status in linux package in Ubuntu:
  Triaged
Status in xserver-xorg-input-synaptics package in Ubuntu:
  Confirmed

Bug description:
  Expected: Touchpad settings available in Mouse & Touchpad Settings
  dialog

  Actual result: Touchpad settings missing entirely

  
  Details:
  The touchpad on my Dell Ultrabook (Latitude E7470) functions mostly. 

  The settings for the touchpad are not available at all in the Mouse
  and Touchpad settings (see http://i.imgur.com/YRGiOrj.png).

  Two-finger scrolling works as expected except it's using "Natural
  Scrolling" by default and there is no way to change it.

  xinput list does not display a touchpad at all:

  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ ELAN Touchscreenid=11   [slave  pointer 
 (2)]
  ⎜   ↳ ImPS/2 Generic Wheel Mouse  id=13   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Power Buttonid=8[slave  
keyboard (3)]
  ↳ Sleep Buttonid=9[slave  
keyboard (3)]
  ↳ Integrated_Webcam_FHD   id=10   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=12   [slave  
keyboard (3)]
  ↳ Dell WMI hotkeysid=14   [slave  
keyboard (3)]
  ↳ DELL Wireless hotkeys   id=15   [slave  
keyboard (3)]

  
  /proc/bus/input/devices lists the device as a "Generic Wheel Mouse"

  Output of `lsb_release -rd`:
  Description:  Ubuntu 16.04 LTS
  Release:  16.04

  xserver-xorg-input-synaptics version information:
  xserver-xorg-input-synaptics:
Installed: 1.8.2-1ubuntu3
Candidate: 1.8.2-1ubuntu3
Version table:
   *** 1.8.2-1ubuntu3 500
  500 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
  100 /var/lib/dpkg/status

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

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


[Kernel-packages] [Bug 1571535] Re: iwlwifi restarts randomly in xenial

2016-08-08 Thread Isaac Wilder
I can also confirm this bug. Bug seems not to occur if interface is kept
constantly active, via background mtr or similar.

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

Title:
  iwlwifi restarts randomly in xenial

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Recently installed xenial on a Lenovo Yoga 2-13 (Intel 7260 wifi
  card).  On wily it worked perfectly, on xenial it regularly appears to
  restart the wifi connection (the end result is that I lose any vpn
  connections, as they don't seem to notice the restart, but that's
  another issue).

  In general use, I get periodic "wlp1s0: WPA: Group rekeying completed"
  messages in syslog (and used to get these in wily, too), but now,
  after a random amount of time (over the weekend it was several hours,
  this morning it was about 10 minutes, so it might be related to the
  amount of network traffic) I get "kernel: [13983.248157] wlp1s0:
  authenticate with 00:8a:ae:c9:9a:d8" (presumably my wifi router) and
  the usual wifi startup stuff including frequency lists, etc.

  It also always logs "systemd-udevd[30319]: Process '/sbin/crda' failed
  with exit code 249." every time (I'm not sure if this is relevant)

  After reading old, but similar bug reports, I've tried changing some
  of the module options: "11n_disable=1" and "11n_disable=8", but these
  had no effect.  I've also tried the older firmware that wily used
  (/lib/firmware/iwlwifi-7260-13.ucode), but again, no improvement.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-18-generic 4.4.0-18.34
  ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6
  Uname: Linux 4.4.0-18-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  chris  7058 F pulseaudio
   /dev/snd/controlC1:  chris  7058 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Apr 18 09:01:26 2016
  HibernationDevice: RESUME=UUID=f92d915f-d552-4e5b-989d-70e936ce4f74
  InstallationDate: Installed on 2016-04-14 (3 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160323)
  MachineType: LENOVO 20344
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-18-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro noprompt quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-18-generic N/A
   linux-backports-modules-4.4.0-18-generic  N/A
   linux-firmware1.157
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/09/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 96CN25WW(V1.11)
  dmi.board.asset.tag: 31900058WIN
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058WIN
  dmi.chassis.asset.tag: 31900058WIN
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo Yoga 2 13
  dmi.modalias: 
dmi:bvnLENOVO:bvr96CN25WW(V1.11):bd07/09/2014:svnLENOVO:pn20344:pvrLenovoYoga213:rvnLENOVO:rnINVALID:rvr31900058WIN:cvnLENOVO:ct10:cvrLenovoYoga213:
  dmi.product.name: 20344
  dmi.product.version: Lenovo Yoga 2 13
  dmi.sys.vendor: LENOVO

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

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


[Kernel-packages] [Bug 1582632] Re: Network Bug

2016-05-17 Thread Isaac Hier
jsalisbury, I've had this problem ever since I installed Linux. Also, I
vaguely remember seeing a similar problem on another ASUS desktop about
two years back (pretty sure it was a different model). I am only
reporting now because I finally saw a stacktrace for it. Installed newer
kernel and will report back if/when it occurs.

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

Title:
  Network Bug

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu 4.4.0-22.40-generic 4.4.8

  00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h 
(Models 30h-3fh) Processor Root Complex [1022:1422]
Subsystem: ASUSTeK Computer Inc. Family 15h (Models 30h-3fh) Processor 
Root Complex [1043:85cb]
Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- 
Capabilities: [54] MSI: Enable+ Count=1/4 Maskable- 64bit+
Address: fee0f00c  Data: 4191
Capabilities: [64] HyperTransport: MSI Mapping Enable+ Fixed+

  00:01.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. 
[AMD/ATI] Kaveri [Radeon R7 Graphics] [1002:130f] (prog-if 00 [VGA controller])
Subsystem: ASUSTeK Computer Inc. Kaveri [Radeon R7 Graphics] [1043:85cb]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
PME(D0-,D1+,D2+,D3hot+,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- 
TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, 
OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, 
OBFF Disabled
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: fee0  Data: 
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 
Len=010 
Capabilities: [270 v1] #19
Capabilities: [2b0 v1] Address Translation Service (ATS)
ATSCap: Invalidate Queue Depth: 00
ATSCtl: Enable+, Smallest Translation Unit: 00
Capabilities: [2c0 v1] #13
Capabilities: [2d0 v1] #1b
Kernel driver in use: radeon
Kernel modules: radeon

  00:01.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Kaveri 
HDMI/DP Audio Controller [1002:1308]
Subsystem: ASUSTeK Computer Inc. Kaveri HDMI/DP Audio Controller 
[1043:85cb]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- 
TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, 
OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, 
OBFF Disabled
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: fee0  Data: 
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 
Len=010 
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel

  00:02.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device 
[1022:1424]
DeviceName:  Onboard IGD
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 

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

2016-05-17 Thread Isaac Hier
apport information

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

Title:
  Network Bug

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu 4.4.0-22.40-generic 4.4.8

  00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h 
(Models 30h-3fh) Processor Root Complex [1022:1422]
Subsystem: ASUSTeK Computer Inc. Family 15h (Models 30h-3fh) Processor 
Root Complex [1043:85cb]
Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- 
Capabilities: [54] MSI: Enable+ Count=1/4 Maskable- 64bit+
Address: fee0f00c  Data: 4191
Capabilities: [64] HyperTransport: MSI Mapping Enable+ Fixed+

  00:01.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. 
[AMD/ATI] Kaveri [Radeon R7 Graphics] [1002:130f] (prog-if 00 [VGA controller])
Subsystem: ASUSTeK Computer Inc. Kaveri [Radeon R7 Graphics] [1043:85cb]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
PME(D0-,D1+,D2+,D3hot+,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- 
TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, 
OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, 
OBFF Disabled
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: fee0  Data: 
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 
Len=010 
Capabilities: [270 v1] #19
Capabilities: [2b0 v1] Address Translation Service (ATS)
ATSCap: Invalidate Queue Depth: 00
ATSCtl: Enable+, Smallest Translation Unit: 00
Capabilities: [2c0 v1] #13
Capabilities: [2d0 v1] #1b
Kernel driver in use: radeon
Kernel modules: radeon

  00:01.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Kaveri 
HDMI/DP Audio Controller [1002:1308]
Subsystem: ASUSTeK Computer Inc. Kaveri HDMI/DP Audio Controller 
[1043:85cb]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- 
TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, 
OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, 
OBFF Disabled
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: fee0  Data: 
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 
Len=010 
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel

  00:02.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device 
[1022:1424]
DeviceName:  Onboard IGD
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
Reset- 

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

2016-05-17 Thread Isaac Hier
apport information

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

Title:
  Network Bug

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu 4.4.0-22.40-generic 4.4.8

  00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h 
(Models 30h-3fh) Processor Root Complex [1022:1422]
Subsystem: ASUSTeK Computer Inc. Family 15h (Models 30h-3fh) Processor 
Root Complex [1043:85cb]
Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- 
Capabilities: [54] MSI: Enable+ Count=1/4 Maskable- 64bit+
Address: fee0f00c  Data: 4191
Capabilities: [64] HyperTransport: MSI Mapping Enable+ Fixed+

  00:01.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. 
[AMD/ATI] Kaveri [Radeon R7 Graphics] [1002:130f] (prog-if 00 [VGA controller])
Subsystem: ASUSTeK Computer Inc. Kaveri [Radeon R7 Graphics] [1043:85cb]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
PME(D0-,D1+,D2+,D3hot+,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- 
TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, 
OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, 
OBFF Disabled
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: fee0  Data: 
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 
Len=010 
Capabilities: [270 v1] #19
Capabilities: [2b0 v1] Address Translation Service (ATS)
ATSCap: Invalidate Queue Depth: 00
ATSCtl: Enable+, Smallest Translation Unit: 00
Capabilities: [2c0 v1] #13
Capabilities: [2d0 v1] #1b
Kernel driver in use: radeon
Kernel modules: radeon

  00:01.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Kaveri 
HDMI/DP Audio Controller [1002:1308]
Subsystem: ASUSTeK Computer Inc. Kaveri HDMI/DP Audio Controller 
[1043:85cb]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- 
TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, 
OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, 
OBFF Disabled
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: fee0  Data: 
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 
Len=010 
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel

  00:02.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device 
[1022:1424]
DeviceName:  Onboard IGD
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
Reset- 

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

2016-05-17 Thread Isaac Hier
apport information

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

Title:
  Network Bug

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu 4.4.0-22.40-generic 4.4.8

  00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h 
(Models 30h-3fh) Processor Root Complex [1022:1422]
Subsystem: ASUSTeK Computer Inc. Family 15h (Models 30h-3fh) Processor 
Root Complex [1043:85cb]
Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- 
Capabilities: [54] MSI: Enable+ Count=1/4 Maskable- 64bit+
Address: fee0f00c  Data: 4191
Capabilities: [64] HyperTransport: MSI Mapping Enable+ Fixed+

  00:01.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. 
[AMD/ATI] Kaveri [Radeon R7 Graphics] [1002:130f] (prog-if 00 [VGA controller])
Subsystem: ASUSTeK Computer Inc. Kaveri [Radeon R7 Graphics] [1043:85cb]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
PME(D0-,D1+,D2+,D3hot+,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- 
TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, 
OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, 
OBFF Disabled
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: fee0  Data: 
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 
Len=010 
Capabilities: [270 v1] #19
Capabilities: [2b0 v1] Address Translation Service (ATS)
ATSCap: Invalidate Queue Depth: 00
ATSCtl: Enable+, Smallest Translation Unit: 00
Capabilities: [2c0 v1] #13
Capabilities: [2d0 v1] #1b
Kernel driver in use: radeon
Kernel modules: radeon

  00:01.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Kaveri 
HDMI/DP Audio Controller [1002:1308]
Subsystem: ASUSTeK Computer Inc. Kaveri HDMI/DP Audio Controller 
[1043:85cb]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- 
TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, 
OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, 
OBFF Disabled
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: fee0  Data: 
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 
Len=010 
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel

  00:02.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device 
[1022:1424]
DeviceName:  Onboard IGD
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 

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

2016-05-17 Thread Isaac Hier
apport information

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

Title:
  Network Bug

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu 4.4.0-22.40-generic 4.4.8

  00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h 
(Models 30h-3fh) Processor Root Complex [1022:1422]
Subsystem: ASUSTeK Computer Inc. Family 15h (Models 30h-3fh) Processor 
Root Complex [1043:85cb]
Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- 
Capabilities: [54] MSI: Enable+ Count=1/4 Maskable- 64bit+
Address: fee0f00c  Data: 4191
Capabilities: [64] HyperTransport: MSI Mapping Enable+ Fixed+

  00:01.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. 
[AMD/ATI] Kaveri [Radeon R7 Graphics] [1002:130f] (prog-if 00 [VGA controller])
Subsystem: ASUSTeK Computer Inc. Kaveri [Radeon R7 Graphics] [1043:85cb]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
PME(D0-,D1+,D2+,D3hot+,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- 
TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, 
OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, 
OBFF Disabled
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: fee0  Data: 
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 
Len=010 
Capabilities: [270 v1] #19
Capabilities: [2b0 v1] Address Translation Service (ATS)
ATSCap: Invalidate Queue Depth: 00
ATSCtl: Enable+, Smallest Translation Unit: 00
Capabilities: [2c0 v1] #13
Capabilities: [2d0 v1] #1b
Kernel driver in use: radeon
Kernel modules: radeon

  00:01.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Kaveri 
HDMI/DP Audio Controller [1002:1308]
Subsystem: ASUSTeK Computer Inc. Kaveri HDMI/DP Audio Controller 
[1043:85cb]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- 
TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, 
OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, 
OBFF Disabled
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: fee0  Data: 
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 
Len=010 
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel

  00:02.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device 
[1022:1424]
DeviceName:  Onboard IGD
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
Reset- 

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

2016-05-17 Thread Isaac Hier
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1582632/+attachment/4665055/+files/JournalErrors.txt

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

Title:
  Network Bug

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu 4.4.0-22.40-generic 4.4.8

  00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h 
(Models 30h-3fh) Processor Root Complex [1022:1422]
Subsystem: ASUSTeK Computer Inc. Family 15h (Models 30h-3fh) Processor 
Root Complex [1043:85cb]
Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- 
Capabilities: [54] MSI: Enable+ Count=1/4 Maskable- 64bit+
Address: fee0f00c  Data: 4191
Capabilities: [64] HyperTransport: MSI Mapping Enable+ Fixed+

  00:01.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. 
[AMD/ATI] Kaveri [Radeon R7 Graphics] [1002:130f] (prog-if 00 [VGA controller])
Subsystem: ASUSTeK Computer Inc. Kaveri [Radeon R7 Graphics] [1043:85cb]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
PME(D0-,D1+,D2+,D3hot+,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- 
TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, 
OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, 
OBFF Disabled
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: fee0  Data: 
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 
Len=010 
Capabilities: [270 v1] #19
Capabilities: [2b0 v1] Address Translation Service (ATS)
ATSCap: Invalidate Queue Depth: 00
ATSCtl: Enable+, Smallest Translation Unit: 00
Capabilities: [2c0 v1] #13
Capabilities: [2d0 v1] #1b
Kernel driver in use: radeon
Kernel modules: radeon

  00:01.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Kaveri 
HDMI/DP Audio Controller [1002:1308]
Subsystem: ASUSTeK Computer Inc. Kaveri HDMI/DP Audio Controller 
[1043:85cb]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- 
TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, 
OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, 
OBFF Disabled
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: fee0  Data: 
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 
Len=010 
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel

  00:02.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device 
[1022:1424]
DeviceName:  Onboard IGD
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 

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

2016-05-17 Thread Isaac Hier
apport information

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

Title:
  Network Bug

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu 4.4.0-22.40-generic 4.4.8

  00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h 
(Models 30h-3fh) Processor Root Complex [1022:1422]
Subsystem: ASUSTeK Computer Inc. Family 15h (Models 30h-3fh) Processor 
Root Complex [1043:85cb]
Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- 
Capabilities: [54] MSI: Enable+ Count=1/4 Maskable- 64bit+
Address: fee0f00c  Data: 4191
Capabilities: [64] HyperTransport: MSI Mapping Enable+ Fixed+

  00:01.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. 
[AMD/ATI] Kaveri [Radeon R7 Graphics] [1002:130f] (prog-if 00 [VGA controller])
Subsystem: ASUSTeK Computer Inc. Kaveri [Radeon R7 Graphics] [1043:85cb]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
PME(D0-,D1+,D2+,D3hot+,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- 
TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, 
OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, 
OBFF Disabled
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: fee0  Data: 
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 
Len=010 
Capabilities: [270 v1] #19
Capabilities: [2b0 v1] Address Translation Service (ATS)
ATSCap: Invalidate Queue Depth: 00
ATSCtl: Enable+, Smallest Translation Unit: 00
Capabilities: [2c0 v1] #13
Capabilities: [2d0 v1] #1b
Kernel driver in use: radeon
Kernel modules: radeon

  00:01.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Kaveri 
HDMI/DP Audio Controller [1002:1308]
Subsystem: ASUSTeK Computer Inc. Kaveri HDMI/DP Audio Controller 
[1043:85cb]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- 
TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, 
OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, 
OBFF Disabled
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: fee0  Data: 
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 
Len=010 
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel

  00:02.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device 
[1022:1424]
DeviceName:  Onboard IGD
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
Reset- FastB2B-
  

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

2016-05-17 Thread Isaac Hier
apport information

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

Title:
  Network Bug

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu 4.4.0-22.40-generic 4.4.8

  00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h 
(Models 30h-3fh) Processor Root Complex [1022:1422]
Subsystem: ASUSTeK Computer Inc. Family 15h (Models 30h-3fh) Processor 
Root Complex [1043:85cb]
Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- 
Capabilities: [54] MSI: Enable+ Count=1/4 Maskable- 64bit+
Address: fee0f00c  Data: 4191
Capabilities: [64] HyperTransport: MSI Mapping Enable+ Fixed+

  00:01.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. 
[AMD/ATI] Kaveri [Radeon R7 Graphics] [1002:130f] (prog-if 00 [VGA controller])
Subsystem: ASUSTeK Computer Inc. Kaveri [Radeon R7 Graphics] [1043:85cb]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
PME(D0-,D1+,D2+,D3hot+,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- 
TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, 
OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, 
OBFF Disabled
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: fee0  Data: 
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 
Len=010 
Capabilities: [270 v1] #19
Capabilities: [2b0 v1] Address Translation Service (ATS)
ATSCap: Invalidate Queue Depth: 00
ATSCtl: Enable+, Smallest Translation Unit: 00
Capabilities: [2c0 v1] #13
Capabilities: [2d0 v1] #1b
Kernel driver in use: radeon
Kernel modules: radeon

  00:01.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Kaveri 
HDMI/DP Audio Controller [1002:1308]
Subsystem: ASUSTeK Computer Inc. Kaveri HDMI/DP Audio Controller 
[1043:85cb]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- 
TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, 
OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, 
OBFF Disabled
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: fee0  Data: 
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 
Len=010 
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel

  00:02.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device 
[1022:1424]
DeviceName:  Onboard IGD
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
Reset- FastB2B-

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

2016-05-17 Thread Isaac Hier
apport information

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

Title:
  Network Bug

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu 4.4.0-22.40-generic 4.4.8

  00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h 
(Models 30h-3fh) Processor Root Complex [1022:1422]
Subsystem: ASUSTeK Computer Inc. Family 15h (Models 30h-3fh) Processor 
Root Complex [1043:85cb]
Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- 
Capabilities: [54] MSI: Enable+ Count=1/4 Maskable- 64bit+
Address: fee0f00c  Data: 4191
Capabilities: [64] HyperTransport: MSI Mapping Enable+ Fixed+

  00:01.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. 
[AMD/ATI] Kaveri [Radeon R7 Graphics] [1002:130f] (prog-if 00 [VGA controller])
Subsystem: ASUSTeK Computer Inc. Kaveri [Radeon R7 Graphics] [1043:85cb]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
PME(D0-,D1+,D2+,D3hot+,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- 
TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, 
OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, 
OBFF Disabled
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: fee0  Data: 
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 
Len=010 
Capabilities: [270 v1] #19
Capabilities: [2b0 v1] Address Translation Service (ATS)
ATSCap: Invalidate Queue Depth: 00
ATSCtl: Enable+, Smallest Translation Unit: 00
Capabilities: [2c0 v1] #13
Capabilities: [2d0 v1] #1b
Kernel driver in use: radeon
Kernel modules: radeon

  00:01.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Kaveri 
HDMI/DP Audio Controller [1002:1308]
Subsystem: ASUSTeK Computer Inc. Kaveri HDMI/DP Audio Controller 
[1043:85cb]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- 
TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, 
OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, 
OBFF Disabled
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: fee0  Data: 
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 
Len=010 
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel

  00:02.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device 
[1022:1424]
DeviceName:  Onboard IGD
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 

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

2016-05-17 Thread Isaac Hier
apport information

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

Title:
  Network Bug

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu 4.4.0-22.40-generic 4.4.8

  00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h 
(Models 30h-3fh) Processor Root Complex [1022:1422]
Subsystem: ASUSTeK Computer Inc. Family 15h (Models 30h-3fh) Processor 
Root Complex [1043:85cb]
Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- 
Capabilities: [54] MSI: Enable+ Count=1/4 Maskable- 64bit+
Address: fee0f00c  Data: 4191
Capabilities: [64] HyperTransport: MSI Mapping Enable+ Fixed+

  00:01.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. 
[AMD/ATI] Kaveri [Radeon R7 Graphics] [1002:130f] (prog-if 00 [VGA controller])
Subsystem: ASUSTeK Computer Inc. Kaveri [Radeon R7 Graphics] [1043:85cb]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
PME(D0-,D1+,D2+,D3hot+,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- 
TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, 
OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, 
OBFF Disabled
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: fee0  Data: 
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 
Len=010 
Capabilities: [270 v1] #19
Capabilities: [2b0 v1] Address Translation Service (ATS)
ATSCap: Invalidate Queue Depth: 00
ATSCtl: Enable+, Smallest Translation Unit: 00
Capabilities: [2c0 v1] #13
Capabilities: [2d0 v1] #1b
Kernel driver in use: radeon
Kernel modules: radeon

  00:01.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Kaveri 
HDMI/DP Audio Controller [1002:1308]
Subsystem: ASUSTeK Computer Inc. Kaveri HDMI/DP Audio Controller 
[1043:85cb]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- 
TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, 
OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, 
OBFF Disabled
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: fee0  Data: 
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 
Len=010 
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel

  00:02.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device 
[1022:1424]
DeviceName:  Onboard IGD
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
Reset- 

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

2016-05-17 Thread Isaac Hier
apport information

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

Title:
  Network Bug

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu 4.4.0-22.40-generic 4.4.8

  00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h 
(Models 30h-3fh) Processor Root Complex [1022:1422]
Subsystem: ASUSTeK Computer Inc. Family 15h (Models 30h-3fh) Processor 
Root Complex [1043:85cb]
Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- 
Capabilities: [54] MSI: Enable+ Count=1/4 Maskable- 64bit+
Address: fee0f00c  Data: 4191
Capabilities: [64] HyperTransport: MSI Mapping Enable+ Fixed+

  00:01.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. 
[AMD/ATI] Kaveri [Radeon R7 Graphics] [1002:130f] (prog-if 00 [VGA controller])
Subsystem: ASUSTeK Computer Inc. Kaveri [Radeon R7 Graphics] [1043:85cb]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
PME(D0-,D1+,D2+,D3hot+,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- 
TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, 
OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, 
OBFF Disabled
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: fee0  Data: 
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 
Len=010 
Capabilities: [270 v1] #19
Capabilities: [2b0 v1] Address Translation Service (ATS)
ATSCap: Invalidate Queue Depth: 00
ATSCtl: Enable+, Smallest Translation Unit: 00
Capabilities: [2c0 v1] #13
Capabilities: [2d0 v1] #1b
Kernel driver in use: radeon
Kernel modules: radeon

  00:01.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Kaveri 
HDMI/DP Audio Controller [1002:1308]
Subsystem: ASUSTeK Computer Inc. Kaveri HDMI/DP Audio Controller 
[1043:85cb]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- 
TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, 
OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, 
OBFF Disabled
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: fee0  Data: 
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 
Len=010 
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel

  00:02.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device 
[1022:1424]
DeviceName:  Onboard IGD
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- SERR- TAbort- 
SERR- TAbort- 
SERR- 

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

2016-05-17 Thread Isaac Hier
apport information

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

Title:
  Network Bug

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu 4.4.0-22.40-generic 4.4.8

  00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h 
(Models 30h-3fh) Processor Root Complex [1022:1422]
Subsystem: ASUSTeK Computer Inc. Family 15h (Models 30h-3fh) Processor 
Root Complex [1043:85cb]
Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- 
Capabilities: [54] MSI: Enable+ Count=1/4 Maskable- 64bit+
Address: fee0f00c  Data: 4191
Capabilities: [64] HyperTransport: MSI Mapping Enable+ Fixed+

  00:01.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. 
[AMD/ATI] Kaveri [Radeon R7 Graphics] [1002:130f] (prog-if 00 [VGA controller])
Subsystem: ASUSTeK Computer Inc. Kaveri [Radeon R7 Graphics] [1043:85cb]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
PME(D0-,D1+,D2+,D3hot+,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- 
TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, 
OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, 
OBFF Disabled
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: fee0  Data: 
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 
Len=010 
Capabilities: [270 v1] #19
Capabilities: [2b0 v1] Address Translation Service (ATS)
ATSCap: Invalidate Queue Depth: 00
ATSCtl: Enable+, Smallest Translation Unit: 00
Capabilities: [2c0 v1] #13
Capabilities: [2d0 v1] #1b
Kernel driver in use: radeon
Kernel modules: radeon

  00:01.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Kaveri 
HDMI/DP Audio Controller [1002:1308]
Subsystem: ASUSTeK Computer Inc. Kaveri HDMI/DP Audio Controller 
[1043:85cb]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- 
TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, 
OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, 
OBFF Disabled
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: fee0  Data: 
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 
Len=010 
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel

  00:02.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device 
[1022:1424]
DeviceName:  Onboard IGD
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 

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

2016-05-17 Thread Isaac Hier
apport information

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

Title:
  Network Bug

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu 4.4.0-22.40-generic 4.4.8

  00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h 
(Models 30h-3fh) Processor Root Complex [1022:1422]
Subsystem: ASUSTeK Computer Inc. Family 15h (Models 30h-3fh) Processor 
Root Complex [1043:85cb]
Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- 
Capabilities: [54] MSI: Enable+ Count=1/4 Maskable- 64bit+
Address: fee0f00c  Data: 4191
Capabilities: [64] HyperTransport: MSI Mapping Enable+ Fixed+

  00:01.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. 
[AMD/ATI] Kaveri [Radeon R7 Graphics] [1002:130f] (prog-if 00 [VGA controller])
Subsystem: ASUSTeK Computer Inc. Kaveri [Radeon R7 Graphics] [1043:85cb]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
PME(D0-,D1+,D2+,D3hot+,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- 
TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, 
OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, 
OBFF Disabled
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: fee0  Data: 
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 
Len=010 
Capabilities: [270 v1] #19
Capabilities: [2b0 v1] Address Translation Service (ATS)
ATSCap: Invalidate Queue Depth: 00
ATSCtl: Enable+, Smallest Translation Unit: 00
Capabilities: [2c0 v1] #13
Capabilities: [2d0 v1] #1b
Kernel driver in use: radeon
Kernel modules: radeon

  00:01.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Kaveri 
HDMI/DP Audio Controller [1002:1308]
Subsystem: ASUSTeK Computer Inc. Kaveri HDMI/DP Audio Controller 
[1043:85cb]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- 
TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, 
OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, 
OBFF Disabled
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: fee0  Data: 
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 
Len=010 
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel

  00:02.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device 
[1022:1424]
DeviceName:  Onboard IGD
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 

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

2016-05-17 Thread Isaac Hier
apport information

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

Title:
  Network Bug

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu 4.4.0-22.40-generic 4.4.8

  00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h 
(Models 30h-3fh) Processor Root Complex [1022:1422]
Subsystem: ASUSTeK Computer Inc. Family 15h (Models 30h-3fh) Processor 
Root Complex [1043:85cb]
Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- 
Capabilities: [54] MSI: Enable+ Count=1/4 Maskable- 64bit+
Address: fee0f00c  Data: 4191
Capabilities: [64] HyperTransport: MSI Mapping Enable+ Fixed+

  00:01.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. 
[AMD/ATI] Kaveri [Radeon R7 Graphics] [1002:130f] (prog-if 00 [VGA controller])
Subsystem: ASUSTeK Computer Inc. Kaveri [Radeon R7 Graphics] [1043:85cb]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
PME(D0-,D1+,D2+,D3hot+,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- 
TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, 
OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, 
OBFF Disabled
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: fee0  Data: 
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 
Len=010 
Capabilities: [270 v1] #19
Capabilities: [2b0 v1] Address Translation Service (ATS)
ATSCap: Invalidate Queue Depth: 00
ATSCtl: Enable+, Smallest Translation Unit: 00
Capabilities: [2c0 v1] #13
Capabilities: [2d0 v1] #1b
Kernel driver in use: radeon
Kernel modules: radeon

  00:01.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Kaveri 
HDMI/DP Audio Controller [1002:1308]
Subsystem: ASUSTeK Computer Inc. Kaveri HDMI/DP Audio Controller 
[1043:85cb]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- 
TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, 
OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, 
OBFF Disabled
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: fee0  Data: 
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 
Len=010 
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel

  00:02.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device 
[1022:1424]
DeviceName:  Onboard IGD
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 

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

2016-05-17 Thread Isaac Hier
apport information

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

Title:
  Network Bug

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu 4.4.0-22.40-generic 4.4.8

  00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h 
(Models 30h-3fh) Processor Root Complex [1022:1422]
Subsystem: ASUSTeK Computer Inc. Family 15h (Models 30h-3fh) Processor 
Root Complex [1043:85cb]
Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- 
Capabilities: [54] MSI: Enable+ Count=1/4 Maskable- 64bit+
Address: fee0f00c  Data: 4191
Capabilities: [64] HyperTransport: MSI Mapping Enable+ Fixed+

  00:01.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. 
[AMD/ATI] Kaveri [Radeon R7 Graphics] [1002:130f] (prog-if 00 [VGA controller])
Subsystem: ASUSTeK Computer Inc. Kaveri [Radeon R7 Graphics] [1043:85cb]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
PME(D0-,D1+,D2+,D3hot+,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- 
TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, 
OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, 
OBFF Disabled
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: fee0  Data: 
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 
Len=010 
Capabilities: [270 v1] #19
Capabilities: [2b0 v1] Address Translation Service (ATS)
ATSCap: Invalidate Queue Depth: 00
ATSCtl: Enable+, Smallest Translation Unit: 00
Capabilities: [2c0 v1] #13
Capabilities: [2d0 v1] #1b
Kernel driver in use: radeon
Kernel modules: radeon

  00:01.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Kaveri 
HDMI/DP Audio Controller [1002:1308]
Subsystem: ASUSTeK Computer Inc. Kaveri HDMI/DP Audio Controller 
[1043:85cb]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- 
TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, 
OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, 
OBFF Disabled
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: fee0  Data: 
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 
Len=010 
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel

  00:02.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device 
[1022:1424]
DeviceName:  Onboard IGD
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
Reset- FastB2B-

[Kernel-packages] [Bug 1582632] Re: Network Bug

2016-05-17 Thread Isaac Hier
apport information

** Tags added: apport-collected xenial

** Description changed:

  Ubuntu 4.4.0-22.40-generic 4.4.8
  
  00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h 
(Models 30h-3fh) Processor Root Complex [1022:1422]
Subsystem: ASUSTeK Computer Inc. Family 15h (Models 30h-3fh) Processor 
Root Complex [1043:85cb]
Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- 
Capabilities: [54] MSI: Enable+ Count=1/4 Maskable- 64bit+
Address: fee0f00c  Data: 4191
Capabilities: [64] HyperTransport: MSI Mapping Enable+ Fixed+
  
  00:01.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. 
[AMD/ATI] Kaveri [Radeon R7 Graphics] [1002:130f] (prog-if 00 [VGA controller])
Subsystem: ASUSTeK Computer Inc. Kaveri [Radeon R7 Graphics] [1043:85cb]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
PME(D0-,D1+,D2+,D3hot+,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- 
TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, 
OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, 
OBFF Disabled
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: fee0  Data: 
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 
Len=010 
Capabilities: [270 v1] #19
Capabilities: [2b0 v1] Address Translation Service (ATS)
ATSCap: Invalidate Queue Depth: 00
ATSCtl: Enable+, Smallest Translation Unit: 00
Capabilities: [2c0 v1] #13
Capabilities: [2d0 v1] #1b
Kernel driver in use: radeon
Kernel modules: radeon
  
  00:01.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Kaveri 
HDMI/DP Audio Controller [1002:1308]
Subsystem: ASUSTeK Computer Inc. Kaveri HDMI/DP Audio Controller 
[1043:85cb]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- 
TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, 
OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, 
OBFF Disabled
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: fee0  Data: 
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 
Len=010 
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
  
  00:02.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device 
[1022:1424]
DeviceName:  Onboard IGD
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
  
  00:15.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Hudson PCI to 
PCI bridge (PCIE port 0) [1022:43a0] (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 

[Kernel-packages] [Bug 1582632] [NEW] Network Bug

2016-05-17 Thread Isaac Hier
Public bug reported:

Ubuntu 4.4.0-22.40-generic 4.4.8

00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h 
(Models 30h-3fh) Processor Root Complex [1022:1422]
Subsystem: ASUSTeK Computer Inc. Family 15h (Models 30h-3fh) Processor 
Root Complex [1043:85cb]
Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- 
Capabilities: [54] MSI: Enable+ Count=1/4 Maskable- 64bit+
Address: fee0f00c  Data: 4191
Capabilities: [64] HyperTransport: MSI Mapping Enable+ Fixed+

00:01.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. 
[AMD/ATI] Kaveri [Radeon R7 Graphics] [1002:130f] (prog-if 00 [VGA controller])
Subsystem: ASUSTeK Computer Inc. Kaveri [Radeon R7 Graphics] [1043:85cb]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
PME(D0-,D1+,D2+,D3hot+,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- 
TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, 
OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, 
OBFF Disabled
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: fee0  Data: 
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 
Len=010 
Capabilities: [270 v1] #19
Capabilities: [2b0 v1] Address Translation Service (ATS)
ATSCap: Invalidate Queue Depth: 00
ATSCtl: Enable+, Smallest Translation Unit: 00
Capabilities: [2c0 v1] #13
Capabilities: [2d0 v1] #1b
Kernel driver in use: radeon
Kernel modules: radeon

00:01.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Kaveri 
HDMI/DP Audio Controller [1002:1308]
Subsystem: ASUSTeK Computer Inc. Kaveri HDMI/DP Audio Controller 
[1043:85cb]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- 
TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, 
OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, 
OBFF Disabled
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: fee0  Data: 
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 
Len=010 
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel

00:02.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device 
[1022:1424]
DeviceName:  Onboard IGD
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-

00:15.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Hudson PCI to PCI 
bridge (PCIE port 0) [1022:43a0] (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- 

[Kernel-packages] [Bug 1436940] Re: Atheros wifi 168c:0041(QCA6164) is not supported

2015-11-10 Thread Isaac Ian Towns
Any word on when and or if these fixes will ever end up in the upstream
kernel?

Also anyone know how to extract the deb file of the DKMS version? every
time I attempt so I can get a point of reference for an archlinux
version of the package, both xarchiver and file-roller extract blank
files plus the driver folder under the ath10k folder in the src dir is
completly empty.

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

Title:
  Atheros wifi 168c:0041(QCA6164) is not supported

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

Bug description:
  The atheros wireless device (168c:0041) isn't supported by the
  ath10k_pci kernel driver.

  Found in several laptop models:

  Lenovo Z70
  Lenovo G50-45
  Lenovo G50-80
  Lenovo Edge 15
  Lenovo Yoga 3 11
  Lenovo Flex 3-1470
  Lenovo U31-70
  Samsung ATIV Book 9 NP930X2K

  ProblemType: BugDistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-9-generic 3.19.0-9.9
  ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
  Uname: Linux 3.19.0-9-generic x86_64
  ApportVersion: 2.16.2-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nicholas   1695 F pulseaudio
   /dev/snd/controlC1:  nicholas   1695 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu Mar 26 09:47:16 2015
  HibernationDevice: RESUME=UUID=5b068cd8-e60a-49b9-a88e-1581bb6b3dc1
  InstallationDate: Installed on 2015-03-25 (1 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  IwConfig:
   eth0  no wireless extensions.

   lono wireless extensions.
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0cf3:e300 Atheros Communications, Inc.
   Bus 001 Device 003: ID 5986:0652 Acer, Inc
   Bus 001 Device 002: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 80E5
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-9-generic 
root=UUID=e52867c5-0b50-42fb-8288-f30765f926c5 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-9-generic N/A
   linux-backports-modules-3.19.0-9-generic  N/A
   linux-firmware1.143SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-03-26 (0 days ago)
  dmi.bios.date: 06/20/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: B0CN69WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: Lenovo G50-80
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G50-80
  dmi.modalias: 
dmi:bvnLENOVO:bvrB0CN69WW:bd06/20/2014:svnLENOVO:pn80E5:pvrLenovoG50-80:rvnLENOVO:rnLenovoG50-80:rvr31900058WIN:cvnLENOVO:ct10:cvrLenovoG50-80:
  dmi.product.name: 80E5
  dmi.product.version: Lenovo G50-80
  dmi.sys.vendor: LENOVO

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

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


[Kernel-packages] [Bug 1324964] [NEW] package linux-image-extra-3.11.0-22-generic 3.11.0-22.38 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2014-05-30 Thread Isaac Eiland-Hall
Public bug reported:

happened upon rebooting

ProblemType: Package
DistroRelease: Ubuntu 13.10
Package: linux-image-extra-3.11.0-22-generic 3.11.0-22.38
ProcVersionSignature: Ubuntu 3.11.0-22.38-generic 3.11.10.8
Uname: Linux 3.11.0-22-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  isaac  1927 F pulseaudio
Date: Tue May 27 07:56:20 2014
ErrorMessage: subprocess installed post-installation script returned error exit 
status 2
HibernationDevice: RESUME=UUID=070345c3-de8f-4729-a165-04e364285577
InstallationDate: Installed on 2013-10-07 (234 days ago)
InstallationMedia: Xubuntu 13.04 Raring Ringtail - Release i386 (20130423.1)
IwConfig:
 lono wireless extensions.
 
 eth0  no wireless extensions.
MachineType: Compaq-Presario NC783AA-ABA SR5703WM
MarkForUpload: True
ProcFB:
 
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.11.0-22-generic 
root=/dev/mapper/xubuntu--vg-root ro quiet splash
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: grub-pc 2.00-19ubuntu2.1
RfKill:
 
SourcePackage: linux
SystemImageInfo: Error: [Errno 2] No such file or directory: 'system-image-cli'
Title: package linux-image-extra-3.11.0-22-generic 3.11.0-22.38 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 2
UpgradeStatus: Upgraded to saucy on 2014-04-22 (38 days ago)
dmi.bios.date: 11/12/2008
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: 5.16
dmi.board.name: IVY8
dmi.board.vendor: OEM_MB
dmi.board.version: 2.00
dmi.chassis.type: 3
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr5.16:bd11/12/2008:svnCompaq-Presario:pnNC783AA-ABASR5703WM:pvr:rvnOEM_MB:rnIVY8:rvr2.00:cvnHewlett-Packard:ct3:cvrChassisVersion:
dmi.product.name: NC783AA-ABA SR5703WM
dmi.sys.vendor: Compaq-Presario

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


** Tags: apport-package i386 saucy

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

Title:
  package linux-image-extra-3.11.0-22-generic 3.11.0-22.38 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 2

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  happened upon rebooting

  ProblemType: Package
  DistroRelease: Ubuntu 13.10
  Package: linux-image-extra-3.11.0-22-generic 3.11.0-22.38
  ProcVersionSignature: Ubuntu 3.11.0-22.38-generic 3.11.10.8
  Uname: Linux 3.11.0-22-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  isaac  1927 F pulseaudio
  Date: Tue May 27 07:56:20 2014
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 2
  HibernationDevice: RESUME=UUID=070345c3-de8f-4729-a165-04e364285577
  InstallationDate: Installed on 2013-10-07 (234 days ago)
  InstallationMedia: Xubuntu 13.04 Raring Ringtail - Release i386 (20130423.1)
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
  MachineType: Compaq-Presario NC783AA-ABA SR5703WM
  MarkForUpload: True
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.11.0-22-generic 
root=/dev/mapper/xubuntu--vg-root ro quiet splash
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc 2.00-19ubuntu2.1
  RfKill:
   
  SourcePackage: linux
  SystemImageInfo: Error: [Errno 2] No such file or directory: 
'system-image-cli'
  Title: package linux-image-extra-3.11.0-22-generic 3.11.0-22.38 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 2
  UpgradeStatus: Upgraded to saucy on 2014-04-22 (38 days ago)
  dmi.bios.date: 11/12/2008
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: 5.16
  dmi.board.name: IVY8
  dmi.board.vendor: OEM_MB
  dmi.board.version: 2.00
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr5.16:bd11/12/2008:svnCompaq-Presario:pnNC783AA-ABASR5703WM:pvr:rvnOEM_MB:rnIVY8:rvr2.00:cvnHewlett-Packard:ct3:cvrChassisVersion:
  dmi.product.name: NC783AA-ABA SR5703WM
  dmi.sys.vendor: Compaq-Presario

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

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