[Kernel-packages] [Bug 2034619] Re: [amdgpu] gnome-shell gets SIGKILL'd when lock screen or under heavy load in Wayland

2023-11-10 Thread laurenz baba
I'm on stable and was also affected by this issue.
I just did the update and it seems like it fixed it for me as well.

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

Title:
  [amdgpu] gnome-shell gets SIGKILL'd when lock screen or under heavy
  load in Wayland

Status in Linux:
  New
Status in Mutter:
  Fix Released
Status in X.Org X server:
  Fix Released
Status in linux package in Ubuntu:
  Triaged
Status in mutter package in Ubuntu:
  Fix Released
Status in linux source package in Mantic:
  Triaged
Status in mutter source package in Mantic:
  Fix Released

Bug description:
  [ Impact ]

  gnome-shell gets unceremoniously SIGKILLed on some Ryzen systems,
  sometimes when the screen locks, sometimes when launching particular
  apps.

  [ Workaround ]

  Add this to /etc/environment:

    MUTTER_DEBUG_KMS_THREAD_TYPE=user

  and then reboot.

  [ Test Plan ]

  Not all Ryzen systems (including one I just purchased) are able to
  reproduce the bug. We have no choice but to leave final verification
  to the community. Anyone affected should try locking their screen and
  verify they are not instantly returned to the login screen.

  [ Where problems could occur ]

  Anywhere in frame scheduling and particularly for mouse cursor
  movement since that's what the real-time thread exists to optimize.

  [ Original Description ]

  I have this issue on Ubuntu 23.10. Lock screen works only with an external 
monitor connected. Otherwise the session is ended and the user is logged out 
and brought to the gdm screen.
  All works in xorg.

  ProblemType: Crash
  DistroRelease: Ubuntu 23.10
  Package: gnome-shell 45~beta.1-0ubuntu2
  ProcVersionSignature: Ubuntu 6.3.0-7.7-generic 6.3.5
  Uname: Linux 6.3.0-7-generic x86_64
  ApportVersion: 2.27.0-0ubuntu2
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Sep  6 22:32:22 2023
  DisplayManager: gdm3
  ExecutablePath: /usr/bin/gnome-shell
  InstallationDate: Installed on 2023-09-03 (3 days ago)
  InstallationMedia: Ubuntu 23.10 "Mantic Minotaur" - Daily amd64 (20230901.1)
  ProcCmdline: /usr/bin/gnome-shell
  RelatedPackageVersions: mutter-common 45~beta.1-1ubuntu2
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sudo users
  separator:

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


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


[Kernel-packages] [Bug 2036339] Re: Unable to install linux-firmware (20230323.gitbcdcfbcf-0ubuntu1.6) "SOLVED"

2023-10-03 Thread laurenz baba
@vimo
No problem at all, I appreciate your support :)

@juergh
Thank you so much for your help.
Indeed, this file shows references to the non-existent 6.2.0.31 kernel:
cat /var/tmp/amdgpu-dkms-kernels 
6.2.0-31-generic
6.2.0-32-generic

After I removed the -31 line, it was possible to uninstall the amdgpu-dkms 
package. 
Great job!

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

Title:
  Unable to install linux-firmware (20230323.gitbcdcfbcf-0ubuntu1.6)
  "SOLVED"

Status in linux-firmware package in Ubuntu:
  Invalid

Bug description:
  O.S.: Ubuntu 23.04
  Package: linux-firmware 20230323.gitbcdcfbcf-0ubuntu1.6

  Trying to install the package above, I receive these errors:

  Configuring linux-firmware (20230323.gitbcdcfbcf-0ubuntu1.6)...
  update-initramfs: Generating /boot/initrd.img-6.2.0-32-generic
  update-initramfs: Generating /boot/initrd.img-6.2.0-31-generic
  update-initramfs: Generating /boot/initrd.img-6.2.0-24-generic
  grep: /boot/config-6.2.0-24-generic: No such file or directory
  W: zstd compression (CONFIG_RD_ZSTD) not supported by the kernel, using gzip
  grep: /boot/config-6.2.0-24-generic: No such file or directory
  E: gzip compression (CONFIG_RD_GZIP) not supported by the kernel
  update-initramfs: failed for /boot/initrd.img-6.2.0-24-generic with exit code 
1
  dpkg: error processing package linux-firmware (--configure):
  subprocess installed linux-firmware package post-installation script returned 
error status 1
  Errors were encountered while processing:
  linux-firmware
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  I tried to uninstall the package with
  sudo apt remove --purge linux-firmware
  and then reinstall it, but without success.

  Same result when trying installing older packages
  20230323.gitbcdcfbcf-0ubuntu1.2 and 20230323.gitbcdcfbcf-0ubuntu1

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


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


[Kernel-packages] [Bug 2036339] Re: Unable to install linux-firmware (20230323.gitbcdcfbcf-0ubuntu1.6) "SOLVED"

2023-10-03 Thread laurenz baba
Hi @joergh,
Unfortunately dkms status returns nothing:
laurenz@katuunko:~$ dkms status

@vimo
I tried to purge the Linux image but it was not possible, because it isn't 
installed anymore:
sudo apt purge linux-image-6.2.0-31-generic
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package 'linux-image-6.2.0-31-generic' is not installed, so not removed
The following packages will be REMOVED:
  amdgpu-dkms
0 upgraded, 0 newly installed, 1 to remove and 8 not upgraded.
1 not fully installed or removed.
After this operation, 441 MB disk space will be freed.
Do you want to continue? [Y/n] n
Abort.


I also tried to execute the other commands but it returned the same error:
sudo apt install -f
sudo apt clean
sudo apt autoclean
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages will be REMOVED:
  amdgpu-dkms
0 upgraded, 0 newly installed, 1 to remove and 8 not upgraded.
1 not fully installed or removed.
After this operation, 441 MB disk space will be freed.
Do you want to continue? [Y/n] Y 
(Reading database ... 214096 files and directories currently installed.)
Removing amdgpu-dkms (1:6.1.5.50601-1649308.22.04) ...
update-initramfs: Generating /boot/initrd.img-6.2.0-31-generic
grep: /boot/config-6.2.0-31-generic: No such file or directory
W: zstd compression (CONFIG_RD_ZSTD) not supported by kernel, using gzip
grep: /boot/config-6.2.0-31-generic: No such file or directory
E: gzip compression (CONFIG_RD_GZIP) not supported by kernel
update-initramfs: failed for /boot/initrd.img-6.2.0-31-generic with 1.
dpkg: error processing package amdgpu-dkms (--remove):
 installed amdgpu-dkms package post-removal script subprocess returned error exi
t status 1
dpkg: too many errors, stopping
Errors were encountered while processing:
 amdgpu-dkms
Processing was halted because there were too many errors.
E: Sub-process /usr/bin/dpkg returned an error code (1)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done

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

Title:
  Unable to install linux-firmware (20230323.gitbcdcfbcf-0ubuntu1.6)
  "SOLVED"

Status in linux-firmware package in Ubuntu:
  Invalid

Bug description:
  O.S.: Ubuntu 23.04
  Package: linux-firmware 20230323.gitbcdcfbcf-0ubuntu1.6

  Trying to install the package above, I receive these errors:

  Configuring linux-firmware (20230323.gitbcdcfbcf-0ubuntu1.6)...
  update-initramfs: Generating /boot/initrd.img-6.2.0-32-generic
  update-initramfs: Generating /boot/initrd.img-6.2.0-31-generic
  update-initramfs: Generating /boot/initrd.img-6.2.0-24-generic
  grep: /boot/config-6.2.0-24-generic: No such file or directory
  W: zstd compression (CONFIG_RD_ZSTD) not supported by the kernel, using gzip
  grep: /boot/config-6.2.0-24-generic: No such file or directory
  E: gzip compression (CONFIG_RD_GZIP) not supported by the kernel
  update-initramfs: failed for /boot/initrd.img-6.2.0-24-generic with exit code 
1
  dpkg: error processing package linux-firmware (--configure):
  subprocess installed linux-firmware package post-installation script returned 
error status 1
  Errors were encountered while processing:
  linux-firmware
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  I tried to uninstall the package with
  sudo apt remove --purge linux-firmware
  and then reinstall it, but without success.

  Same result when trying installing older packages
  20230323.gitbcdcfbcf-0ubuntu1.2 and 20230323.gitbcdcfbcf-0ubuntu1

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


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


[Kernel-packages] [Bug 2036339] Re: Unable to install linux-firmware (20230323.gitbcdcfbcf-0ubuntu1.6) "SOLVED"

2023-10-02 Thread laurenz baba
I am having a similar problem here.
I am trying to uninstall the AMD ROCM kernel module, which fails with the 
following message:

sudo apt autoremove amdgpu-dkms
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages will be REMOVED:
  amdgpu-dkms
0 upgraded, 0 newly installed, 1 to remove and 2 not upgraded.
1 not fully installed or removed.
After this operation, 441 MB disk space will be freed.
Do you want to continue? [Y/n] Y
(Reading database ... 214096 files and directories currently installed.)
Removing amdgpu-dkms (1:6.1.5.50601-1649308.22.04) ...
update-initramfs: Generating /boot/initrd.img-6.2.0-31-generic
grep: /boot/config-6.2.0-31-generic: No such file or directory
W: zstd compression (CONFIG_RD_ZSTD) not supported by kernel, using gzip
grep: /boot/config-6.2.0-31-generic: No such file or directory
E: gzip compression (CONFIG_RD_GZIP) not supported by kernel
update-initramfs: failed for /boot/initrd.img-6.2.0-31-generic with 1.
dpkg: error processing package amdgpu-dkms (--remove):
 installed amdgpu-dkms package post-removal script subprocess returned error 
exit status 1
dpkg: too many errors, stopping
Errors were encountered while processing:
 amdgpu-dkms
Processing was halted because there were too many errors.
E: Sub-process /usr/bin/dpkg returned an error code (1)

Again update-initramfs seems to try to do something with an non-existent kernel:
laurenz@katuunko:~$ dpkg -l | grep linux-
ii  binutils-x86-64-linux-gnu  2.40-2ubuntu4.1  
   amd64GNU binary utilities, for x86-64-linux-gnu target
ii  linux-base 4.5ubuntu9   
   all  Linux image base package
ii  linux-firmware 20230323.gitbcdcfbcf-0ubuntu1.6  
   all  Firmware for Linux kernel drivers
ii  linux-generic  6.2.0.33.33  
   amd64Complete Generic Linux kernel and headers
ii  linux-generic-hwe-22.046.2.0.33.33  
   amd64Complete Generic Linux kernel and headers
ii  linux-headers-6.2.0-32 6.2.0-32.32  
   all  Header files related to Linux kernel version 6.2.0
ii  linux-headers-6.2.0-32-generic 6.2.0-32.32  
   amd64Linux kernel headers for version 6.2.0 on 64 bit x86 SMP
ii  linux-headers-6.2.0-33 6.2.0-33.33  
   all  Header files related to Linux kernel version 6.2.0
ii  linux-headers-6.2.0-33-generic 6.2.0-33.33  
   amd64Linux kernel headers for version 6.2.0 on 64 bit x86 SMP
ii  linux-headers-generic  6.2.0.33.33  
   amd64Generic Linux kernel headers
ii  linux-headers-generic-hwe-22.046.2.0.33.33  
   amd64Generic Linux kernel headers
ii  linux-image-6.2.0-32-generic   6.2.0-32.32  
   amd64Signed kernel image generic
ii  linux-image-6.2.0-33-generic   6.2.0-33.33+1
   amd64Signed kernel image generic
ii  linux-image-generic6.2.0.33.33  
   amd64Generic Linux kernel image
ii  linux-image-generic-hwe-22.04  6.2.0.33.33  
   amd64Generic Linux kernel image
ii  linux-libc-dev:amd64   6.2.0-33.33  
   amd64Linux Kernel Headers for development
ii  linux-modules-6.2.0-32-generic 6.2.0-32.32  
   amd64Linux kernel extra modules for version 6.2.0 on 64 bit x86 
SMP
ii  linux-modules-6.2.0-33-generic 6.2.0-33.33  
   amd64Linux kernel extra modules for version 6.2.0 on 64 bit x86 
SMP
ii  linux-modules-extra-6.2.0-32-generic   6.2.0-32.32  
   amd64Linux kernel extra modules for version 6.2.0 on 64 bit x86 
SMP
ii  linux-modules-extra-6.2.0-33-generic   6.2.0-33.33  
   amd64Linux kernel extra modules for version 6.2.0 on 64 bit x86 
SMP
ii  linux-sound-base   1.0.25+dfsg-0ubuntu7 
   all  base package for ALSA and OSS sound systems
ii  util-linux-extra   2.38.1-4ubuntu1  
   amd64interactive login tools

laurenz@katuunko:~$ linux-version list
6.2.0-32-generic
6.2.0-33-generic

Any idea what to do?
I already tried running "dpkg --list |grep "^rc" | cut -d " " -f 3 | xargs sudo 
dpkg --purge"

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to l

[Kernel-packages] [Bug 1950448] Re: wifi stopped working on killer ax500 xps 9500 with kernel upgrade to 5.11.0-40

2021-11-30 Thread Laurenz
Works with upgrade to 5.11.0-41 .

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

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

Title:
  wifi stopped working on killer ax500 xps 9500 with kernel upgrade to
  5.11.0-40

Status in linux package in Ubuntu:
  Fix Released

Bug description:
  Hi all,

  after upgrading my kernel to 5.11.0-40 my wifi card (AX500 killer wifi) is no 
longer recognized on my xps 15 9500. When I boot into the old kernel, 5.11.0-38 
it is still working. 
  I found that this issue has been reported here:

  https://bugzilla.kernel.org/show_bug.cgi?id=214455

  and it could be traced back to commit:

  3f38cc1ba1e289306f52cb7238406f38ecbfa21a net: qrtr: make checks in
  qrtr_endpoint_post() stricter

  which was also in the patchset:

  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1946788

  for the 5.11.0-40 release. in the bugzilla link a solution was
  mentioned and it generally doesn't seem too big a problem, would be
  awesome if someone could look into this.

  Thanks a lot!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  laurenz2209 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-04-16 (207 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: Dell Inc. XPS 15 9500
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.0-38-generic 
root=UUID=3c4f468c-c47a-4a25-b8f2-20610c9437b2 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.11.0-38.42~20.04.1-generic 5.11.22
  RelatedPackageVersions:
   linux-restricted-modules-5.11.0-38-generic N/A
   linux-backports-modules-5.11.0-38-generic  N/A
   linux-firmware 1.187.20
  Tags:  focal
  Uname: Linux 5.11.0-38-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: 08/11/2021
  dmi.bios.release: 1.9
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.9.1
  dmi.board.name: 0XWT2F
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.9.1:bd08/11/2021:br1.9:svnDellInc.:pnXPS159500:pvr:sku097D:rvnDellInc.:rn0XWT2F:rvrA02:cvnDellInc.:ct10:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 15 9500
  dmi.product.sku: 097D
  dmi.sys.vendor: Dell Inc.

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


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


[Kernel-packages] [Bug 1950492] Re: wifi stops working on Dell XPS 9310

2021-11-11 Thread Laurenz
This is most likely the same bug as:

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1950448
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1950472
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1950515

which is already reported here:

https://bugzilla.kernel.org/show_bug.cgi?id=214455

and traced back to commit:

3f38cc1ba1e289306f52cb7238406f38ecbfa21a net: qrtr: make checks in
qrtr_endpoint_post() stricter

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

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

Title:
  wifi stops working on Dell XPS 9310

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  After updating to linux 5.13.0-22 wifi stops working on Dell XPS 9310 with 
QCA6390. 
  There are two errors in dmesg:

  1. mhi:

  qcom_mhi_qrtr mhi0_IPCR: invalid ipcrouter packet

  2. ath11k

  ath11k_pci :72:00.0: failed to register fw indication: -110
  ath11k_pci :72:00.0: failed to send qmi firmware indication:

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


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


[Kernel-packages] [Bug 1950515] Re: WiFi Killer AX500s DBS stopped working in kernel 5.13.0-21-generic on Dell XPS 13 9310 and others

2021-11-11 Thread Laurenz
This is most likely the same bug as:

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1950448
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1950472
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1950492

which is already reported here:

https://bugzilla.kernel.org/show_bug.cgi?id=214455

and traced back to commit:

3f38cc1ba1e289306f52cb7238406f38ecbfa21a net: qrtr: make checks in
qrtr_endpoint_post() stricter


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

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

Title:
  WiFi Killer AX500s DBS stopped working in kernel 5.13.0-21-generic on
  Dell XPS 13 9310 and others

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  In the 5.13.0-21 kernel, the device fails:

  $ lshw -c network
*-network 
 description: Network controller
 product: QCA6390 Wireless Network Adapter [AX500-DBS (2x2)]
 vendor: Qualcomm
 physical id: 0
 bus info: pci@:72:00.0
 version: 01
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress bus_master cap_list
 configuration: driver=ath11k_pci latency=0
 resources: irq:182 memory:a250-a25f

  $ lspci | grep Qualcomm
  72:00.0 Network controller: Qualcomm QCA6390 Wireless Network Adapter 
[AX500-DBS (2x2)] (rev 01)

  $ sudo modprobe ath11k_pci

  $ sudo dmesg | grep ath
  [4.611544] ath11k_pci :72:00.0: BAR 0: assigned [mem 
0xa250-0xa25f 64bit]
  [4.611573] ath11k_pci :72:00.0: enabling device ( -> 0002)
  [4.612103] ath11k_pci :72:00.0: qca6390 hw2.0
  [   10.337672] ath11k_pci :72:00.0: failed to register fw indication: -110
  [   10.337692] ath11k_pci :72:00.0: failed to send qmi firmware 
indication: -110
  [   39.931711] ath11k_pci :72:00.0: link down error during global reset
  [   45.574642] ath11k_pci :72:00.0: BAR 0: assigned [mem 
0xa250-0xa25f 64bit]
  [   45.575668] ath11k_pci :72:00.0: qca6390 hw2.0
  [   45.630047] ath11k_pci :72:00.0: failed to set pcie link register 
0x01e0c0ac: 0x != 0x0010
  [   45.630054] ath11k_pci :72:00.0: failed to set sysclk: -110
  [   45.650253] ath11k_pci :72:00.0: link down error during global reset

  $ rfkill list all
  0: hci0: Bluetooth
  Soft blocked: no
  Hard blocked: no

  In the 5.13.0-20 kernel, the device works:

  $ sudo dmesg | grep ath
  [ 4.804410] ath11k_pci :72:00.0: BAR 0: assigned [mem 
0xa250-0xa25f 64bit]
  [ 4.804440] ath11k_pci :72:00.0: enabling device ( -> 0002)
  [ 4.808036] ath11k_pci :72:00.0: qca6390 hw2.0
  [ 5.085678] ath11k_pci :72:00.0: chip_id 0x0 chip_family 0xb board_id 
0xff soc_id 0x
  [ 5.085684] ath11k_pci :72:00.0: fw_version 0x101c06cc fw_build_timestamp 
2020-06-24 19:50 fw_build_id
  [ 5.258202] ath11k_pci :72:00.0 wlp114s0: renamed from wlan0
  [ 351.080712] ath11k_pci :72:00.0: link down error during global reset
  [ 356.511270] ath11k_pci :72:00.0: BAR 0: assigned [mem 
0xa250-0xa25f 64bit]
  [ 356.512356] ath11k_pci :72:00.0: qca6390 hw2.0

  ProblemType: Bug
  DistroRelease: Ubuntu 21.10
  Package: linux-image-5.13.0-21-generic 5.13.0-21.21
  ProcVersionSignature: Ubuntu 5.13.0-21.21-generic 5.13.18
  Uname: Linux 5.13.0-21-generic x86_64
  ApportVersion: 2.20.11-0ubuntu71
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Nov 10 15:23:07 2021
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-focal-amd64-20200502-85
  InstallationDate: Installed on 2021-05-04 (190 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20200502-05:58
  MachineType: Dell Inc. XPS 13 9310
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.13.0-21-generic 
root=UUID=676fbdd4-8566-4457-8530-0f412d28b48f ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-21-generic N/A
   linux-backports-modules-5.13.0-21-generic  N/A
   linux-firmware 1.201.1
  SourcePackage: linux
  UpgradeStatus: Upgraded to impish on 2021-10-19 (22 days ago)
  dmi.bios.date: 09/30/2021
  dmi.bios.release: 3.2
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 3.2.0
  dmi.board.name: 0MRT12
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 

[Kernel-packages] [Bug 1950472] Re: The wifi adapter is not detected anymore during boot

2021-11-10 Thread Laurenz
This is most likely the same bug as:

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1950448

which is already reported here:

https://bugzilla.kernel.org/show_bug.cgi?id=214455

and traced back to commit:

3f38cc1ba1e289306f52cb7238406f38ecbfa21a net: qrtr: make checks in
qrtr_endpoint_post() stricter

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

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

Title:
  The wifi adapter is not detected anymore during boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Last working version: 5.13.0-20-generic
  Not working: 5.13.0-21-generic

  Notebook: Dell XPS 15
  Wifi adapter: Qualcomm QCA6390 Wireless Network Adapter [AX500-DBS (2x2)] 
(rev 01)

  After booting 5.13.0-21-generic the wifi adapter is not detected anymore 
(missing from lspci).
  I have to turn off the computer and boot an older kernel. Simple restart 
doesn't work.

  With 5.13.0-20-generic the driver is just loaded fine:

  lsmod | grep ath11k
  ath11k_pci 24576  0
  ath11k413696  1 ath11k_pci
  qmi_helpers28672  1 ath11k
  mac80211 1024000  1 ath11k
  cfg80211  892928  2 ath11k,mac80211
  mhi73728  2 ath11k_pci,qrtr_mhi

  ProblemType: Bug
  DistroRelease: Ubuntu 21.10
  Package: linux-image-5.13.0-20-generic 5.13.0-20.20
  ProcVersionSignature: Ubuntu 5.13.0-20.20-generic 5.13.14
  Uname: Linux 5.13.0-20-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu71
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tim   17241 F pulseaudio
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Nov 10 15:02:43 2021
  InstallationDate: Installed on 2021-11-01 (9 days ago)
  InstallationMedia: Ubuntu 21.10 "Impish Indri" - Release amd64 (20211012)
  MachineType: Dell Inc. XPS 15 9500
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.13.0-20-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-20-generic N/A
   linux-backports-modules-5.13.0-20-generic  N/A
   linux-firmware 1.201.1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/11/2021
  dmi.bios.release: 1.9
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.9.1
  dmi.board.name: 0XWT2F
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.9.1:bd08/11/2021:br1.9:svnDellInc.:pnXPS159500:pvr:sku097D:rvnDellInc.:rn0XWT2F:rvrA02:cvnDellInc.:ct10:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 15 9500
  dmi.product.sku: 097D
  dmi.sys.vendor: Dell Inc.

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


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


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

2021-11-10 Thread Laurenz
apport information

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

Title:
  wifi stopped working on killer ax500 xps 9500 with kernel upgrade to
  5.11.0-40

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi all,

  after upgrading my kernel to 5.11.0-40 my wifi card (AX500 killer wifi) is no 
longer recognized on my xps 15 9500. When I boot into the old kernel, 5.11.0-38 
it is still working. 
  I found that this issue has been reported here:

  https://bugzilla.kernel.org/show_bug.cgi?id=214455

  and it could be traced back to commit:

  3f38cc1ba1e289306f52cb7238406f38ecbfa21a net: qrtr: make checks in
  qrtr_endpoint_post() stricter

  which was also in the patchset:

  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1946788

  for the 5.11.0-40 release. in the bugzilla link a solution was
  mentioned and it generally doesn't seem too big a problem, would be
  awesome if someone could look into this.

  Thanks a lot!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  laurenz2209 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-04-16 (207 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: Dell Inc. XPS 15 9500
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.0-38-generic 
root=UUID=3c4f468c-c47a-4a25-b8f2-20610c9437b2 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.11.0-38.42~20.04.1-generic 5.11.22
  RelatedPackageVersions:
   linux-restricted-modules-5.11.0-38-generic N/A
   linux-backports-modules-5.11.0-38-generic  N/A
   linux-firmware 1.187.20
  Tags:  focal
  Uname: Linux 5.11.0-38-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: 08/11/2021
  dmi.bios.release: 1.9
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.9.1
  dmi.board.name: 0XWT2F
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.9.1:bd08/11/2021:br1.9:svnDellInc.:pnXPS159500:pvr:sku097D:rvnDellInc.:rn0XWT2F:rvrA02:cvnDellInc.:ct10:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 15 9500
  dmi.product.sku: 097D
  dmi.sys.vendor: Dell Inc.

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


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


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

2021-11-10 Thread Laurenz
apport information

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

Title:
  wifi stopped working on killer ax500 xps 9500 with kernel upgrade to
  5.11.0-40

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi all,

  after upgrading my kernel to 5.11.0-40 my wifi card (AX500 killer wifi) is no 
longer recognized on my xps 15 9500. When I boot into the old kernel, 5.11.0-38 
it is still working. 
  I found that this issue has been reported here:

  https://bugzilla.kernel.org/show_bug.cgi?id=214455

  and it could be traced back to commit:

  3f38cc1ba1e289306f52cb7238406f38ecbfa21a net: qrtr: make checks in
  qrtr_endpoint_post() stricter

  which was also in the patchset:

  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1946788

  for the 5.11.0-40 release. in the bugzilla link a solution was
  mentioned and it generally doesn't seem too big a problem, would be
  awesome if someone could look into this.

  Thanks a lot!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  laurenz2209 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-04-16 (207 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: Dell Inc. XPS 15 9500
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.0-38-generic 
root=UUID=3c4f468c-c47a-4a25-b8f2-20610c9437b2 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.11.0-38.42~20.04.1-generic 5.11.22
  RelatedPackageVersions:
   linux-restricted-modules-5.11.0-38-generic N/A
   linux-backports-modules-5.11.0-38-generic  N/A
   linux-firmware 1.187.20
  Tags:  focal
  Uname: Linux 5.11.0-38-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: 08/11/2021
  dmi.bios.release: 1.9
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.9.1
  dmi.board.name: 0XWT2F
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.9.1:bd08/11/2021:br1.9:svnDellInc.:pnXPS159500:pvr:sku097D:rvnDellInc.:rn0XWT2F:rvrA02:cvnDellInc.:ct10:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 15 9500
  dmi.product.sku: 097D
  dmi.sys.vendor: Dell Inc.

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


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


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

2021-11-10 Thread Laurenz
apport information

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

Title:
  wifi stopped working on killer ax500 xps 9500 with kernel upgrade to
  5.11.0-40

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi all,

  after upgrading my kernel to 5.11.0-40 my wifi card (AX500 killer wifi) is no 
longer recognized on my xps 15 9500. When I boot into the old kernel, 5.11.0-38 
it is still working. 
  I found that this issue has been reported here:

  https://bugzilla.kernel.org/show_bug.cgi?id=214455

  and it could be traced back to commit:

  3f38cc1ba1e289306f52cb7238406f38ecbfa21a net: qrtr: make checks in
  qrtr_endpoint_post() stricter

  which was also in the patchset:

  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1946788

  for the 5.11.0-40 release. in the bugzilla link a solution was
  mentioned and it generally doesn't seem too big a problem, would be
  awesome if someone could look into this.

  Thanks a lot!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  laurenz2209 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-04-16 (207 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: Dell Inc. XPS 15 9500
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.0-38-generic 
root=UUID=3c4f468c-c47a-4a25-b8f2-20610c9437b2 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.11.0-38.42~20.04.1-generic 5.11.22
  RelatedPackageVersions:
   linux-restricted-modules-5.11.0-38-generic N/A
   linux-backports-modules-5.11.0-38-generic  N/A
   linux-firmware 1.187.20
  Tags:  focal
  Uname: Linux 5.11.0-38-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: 08/11/2021
  dmi.bios.release: 1.9
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.9.1
  dmi.board.name: 0XWT2F
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.9.1:bd08/11/2021:br1.9:svnDellInc.:pnXPS159500:pvr:sku097D:rvnDellInc.:rn0XWT2F:rvrA02:cvnDellInc.:ct10:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 15 9500
  dmi.product.sku: 097D
  dmi.sys.vendor: Dell Inc.

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


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


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

2021-11-10 Thread Laurenz
apport information

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

Title:
  wifi stopped working on killer ax500 xps 9500 with kernel upgrade to
  5.11.0-40

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi all,

  after upgrading my kernel to 5.11.0-40 my wifi card (AX500 killer wifi) is no 
longer recognized on my xps 15 9500. When I boot into the old kernel, 5.11.0-38 
it is still working. 
  I found that this issue has been reported here:

  https://bugzilla.kernel.org/show_bug.cgi?id=214455

  and it could be traced back to commit:

  3f38cc1ba1e289306f52cb7238406f38ecbfa21a net: qrtr: make checks in
  qrtr_endpoint_post() stricter

  which was also in the patchset:

  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1946788

  for the 5.11.0-40 release. in the bugzilla link a solution was
  mentioned and it generally doesn't seem too big a problem, would be
  awesome if someone could look into this.

  Thanks a lot!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  laurenz2209 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-04-16 (207 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: Dell Inc. XPS 15 9500
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.0-38-generic 
root=UUID=3c4f468c-c47a-4a25-b8f2-20610c9437b2 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.11.0-38.42~20.04.1-generic 5.11.22
  RelatedPackageVersions:
   linux-restricted-modules-5.11.0-38-generic N/A
   linux-backports-modules-5.11.0-38-generic  N/A
   linux-firmware 1.187.20
  Tags:  focal
  Uname: Linux 5.11.0-38-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: 08/11/2021
  dmi.bios.release: 1.9
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.9.1
  dmi.board.name: 0XWT2F
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.9.1:bd08/11/2021:br1.9:svnDellInc.:pnXPS159500:pvr:sku097D:rvnDellInc.:rn0XWT2F:rvrA02:cvnDellInc.:ct10:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 15 9500
  dmi.product.sku: 097D
  dmi.sys.vendor: Dell Inc.

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


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


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

2021-11-10 Thread Laurenz
apport information

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

Title:
  wifi stopped working on killer ax500 xps 9500 with kernel upgrade to
  5.11.0-40

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi all,

  after upgrading my kernel to 5.11.0-40 my wifi card (AX500 killer wifi) is no 
longer recognized on my xps 15 9500. When I boot into the old kernel, 5.11.0-38 
it is still working. 
  I found that this issue has been reported here:

  https://bugzilla.kernel.org/show_bug.cgi?id=214455

  and it could be traced back to commit:

  3f38cc1ba1e289306f52cb7238406f38ecbfa21a net: qrtr: make checks in
  qrtr_endpoint_post() stricter

  which was also in the patchset:

  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1946788

  for the 5.11.0-40 release. in the bugzilla link a solution was
  mentioned and it generally doesn't seem too big a problem, would be
  awesome if someone could look into this.

  Thanks a lot!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  laurenz2209 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-04-16 (207 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: Dell Inc. XPS 15 9500
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.0-38-generic 
root=UUID=3c4f468c-c47a-4a25-b8f2-20610c9437b2 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.11.0-38.42~20.04.1-generic 5.11.22
  RelatedPackageVersions:
   linux-restricted-modules-5.11.0-38-generic N/A
   linux-backports-modules-5.11.0-38-generic  N/A
   linux-firmware 1.187.20
  Tags:  focal
  Uname: Linux 5.11.0-38-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: 08/11/2021
  dmi.bios.release: 1.9
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.9.1
  dmi.board.name: 0XWT2F
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.9.1:bd08/11/2021:br1.9:svnDellInc.:pnXPS159500:pvr:sku097D:rvnDellInc.:rn0XWT2F:rvrA02:cvnDellInc.:ct10:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 15 9500
  dmi.product.sku: 097D
  dmi.sys.vendor: Dell Inc.

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


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


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

2021-11-10 Thread Laurenz
apport information

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

Title:
  wifi stopped working on killer ax500 xps 9500 with kernel upgrade to
  5.11.0-40

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi all,

  after upgrading my kernel to 5.11.0-40 my wifi card (AX500 killer wifi) is no 
longer recognized on my xps 15 9500. When I boot into the old kernel, 5.11.0-38 
it is still working. 
  I found that this issue has been reported here:

  https://bugzilla.kernel.org/show_bug.cgi?id=214455

  and it could be traced back to commit:

  3f38cc1ba1e289306f52cb7238406f38ecbfa21a net: qrtr: make checks in
  qrtr_endpoint_post() stricter

  which was also in the patchset:

  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1946788

  for the 5.11.0-40 release. in the bugzilla link a solution was
  mentioned and it generally doesn't seem too big a problem, would be
  awesome if someone could look into this.

  Thanks a lot!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  laurenz2209 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-04-16 (207 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: Dell Inc. XPS 15 9500
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.0-38-generic 
root=UUID=3c4f468c-c47a-4a25-b8f2-20610c9437b2 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.11.0-38.42~20.04.1-generic 5.11.22
  RelatedPackageVersions:
   linux-restricted-modules-5.11.0-38-generic N/A
   linux-backports-modules-5.11.0-38-generic  N/A
   linux-firmware 1.187.20
  Tags:  focal
  Uname: Linux 5.11.0-38-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: 08/11/2021
  dmi.bios.release: 1.9
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.9.1
  dmi.board.name: 0XWT2F
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.9.1:bd08/11/2021:br1.9:svnDellInc.:pnXPS159500:pvr:sku097D:rvnDellInc.:rn0XWT2F:rvrA02:cvnDellInc.:ct10:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 15 9500
  dmi.product.sku: 097D
  dmi.sys.vendor: Dell Inc.

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


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


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

2021-11-10 Thread Laurenz
apport information

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

Title:
  wifi stopped working on killer ax500 xps 9500 with kernel upgrade to
  5.11.0-40

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi all,

  after upgrading my kernel to 5.11.0-40 my wifi card (AX500 killer wifi) is no 
longer recognized on my xps 15 9500. When I boot into the old kernel, 5.11.0-38 
it is still working. 
  I found that this issue has been reported here:

  https://bugzilla.kernel.org/show_bug.cgi?id=214455

  and it could be traced back to commit:

  3f38cc1ba1e289306f52cb7238406f38ecbfa21a net: qrtr: make checks in
  qrtr_endpoint_post() stricter

  which was also in the patchset:

  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1946788

  for the 5.11.0-40 release. in the bugzilla link a solution was
  mentioned and it generally doesn't seem too big a problem, would be
  awesome if someone could look into this.

  Thanks a lot!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  laurenz2209 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-04-16 (207 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: Dell Inc. XPS 15 9500
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.0-38-generic 
root=UUID=3c4f468c-c47a-4a25-b8f2-20610c9437b2 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.11.0-38.42~20.04.1-generic 5.11.22
  RelatedPackageVersions:
   linux-restricted-modules-5.11.0-38-generic N/A
   linux-backports-modules-5.11.0-38-generic  N/A
   linux-firmware 1.187.20
  Tags:  focal
  Uname: Linux 5.11.0-38-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: 08/11/2021
  dmi.bios.release: 1.9
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.9.1
  dmi.board.name: 0XWT2F
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.9.1:bd08/11/2021:br1.9:svnDellInc.:pnXPS159500:pvr:sku097D:rvnDellInc.:rn0XWT2F:rvrA02:cvnDellInc.:ct10:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 15 9500
  dmi.product.sku: 097D
  dmi.sys.vendor: Dell Inc.

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


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


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

2021-11-10 Thread Laurenz
apport information

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

Title:
  wifi stopped working on killer ax500 xps 9500 with kernel upgrade to
  5.11.0-40

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi all,

  after upgrading my kernel to 5.11.0-40 my wifi card (AX500 killer wifi) is no 
longer recognized on my xps 15 9500. When I boot into the old kernel, 5.11.0-38 
it is still working. 
  I found that this issue has been reported here:

  https://bugzilla.kernel.org/show_bug.cgi?id=214455

  and it could be traced back to commit:

  3f38cc1ba1e289306f52cb7238406f38ecbfa21a net: qrtr: make checks in
  qrtr_endpoint_post() stricter

  which was also in the patchset:

  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1946788

  for the 5.11.0-40 release. in the bugzilla link a solution was
  mentioned and it generally doesn't seem too big a problem, would be
  awesome if someone could look into this.

  Thanks a lot!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  laurenz2209 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-04-16 (207 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: Dell Inc. XPS 15 9500
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.0-38-generic 
root=UUID=3c4f468c-c47a-4a25-b8f2-20610c9437b2 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.11.0-38.42~20.04.1-generic 5.11.22
  RelatedPackageVersions:
   linux-restricted-modules-5.11.0-38-generic N/A
   linux-backports-modules-5.11.0-38-generic  N/A
   linux-firmware 1.187.20
  Tags:  focal
  Uname: Linux 5.11.0-38-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: 08/11/2021
  dmi.bios.release: 1.9
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.9.1
  dmi.board.name: 0XWT2F
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.9.1:bd08/11/2021:br1.9:svnDellInc.:pnXPS159500:pvr:sku097D:rvnDellInc.:rn0XWT2F:rvrA02:cvnDellInc.:ct10:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 15 9500
  dmi.product.sku: 097D
  dmi.sys.vendor: Dell Inc.

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


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


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

2021-11-10 Thread Laurenz
apport information

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

Title:
  wifi stopped working on killer ax500 xps 9500 with kernel upgrade to
  5.11.0-40

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi all,

  after upgrading my kernel to 5.11.0-40 my wifi card (AX500 killer wifi) is no 
longer recognized on my xps 15 9500. When I boot into the old kernel, 5.11.0-38 
it is still working. 
  I found that this issue has been reported here:

  https://bugzilla.kernel.org/show_bug.cgi?id=214455

  and it could be traced back to commit:

  3f38cc1ba1e289306f52cb7238406f38ecbfa21a net: qrtr: make checks in
  qrtr_endpoint_post() stricter

  which was also in the patchset:

  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1946788

  for the 5.11.0-40 release. in the bugzilla link a solution was
  mentioned and it generally doesn't seem too big a problem, would be
  awesome if someone could look into this.

  Thanks a lot!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  laurenz2209 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-04-16 (207 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: Dell Inc. XPS 15 9500
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.0-38-generic 
root=UUID=3c4f468c-c47a-4a25-b8f2-20610c9437b2 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.11.0-38.42~20.04.1-generic 5.11.22
  RelatedPackageVersions:
   linux-restricted-modules-5.11.0-38-generic N/A
   linux-backports-modules-5.11.0-38-generic  N/A
   linux-firmware 1.187.20
  Tags:  focal
  Uname: Linux 5.11.0-38-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: 08/11/2021
  dmi.bios.release: 1.9
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.9.1
  dmi.board.name: 0XWT2F
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.9.1:bd08/11/2021:br1.9:svnDellInc.:pnXPS159500:pvr:sku097D:rvnDellInc.:rn0XWT2F:rvrA02:cvnDellInc.:ct10:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 15 9500
  dmi.product.sku: 097D
  dmi.sys.vendor: Dell Inc.

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


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


[Kernel-packages] [Bug 1950448] Re: wifi stopped working on killer ax500 xps 9500 with kernel upgrade to 5.11.0-40

2021-11-10 Thread Laurenz
Thanks Chris, as requested I ran apport-collect it with the last working
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/1950448

Title:
  wifi stopped working on killer ax500 xps 9500 with kernel upgrade to
  5.11.0-40

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi all,

  after upgrading my kernel to 5.11.0-40 my wifi card (AX500 killer wifi) is no 
longer recognized on my xps 15 9500. When I boot into the old kernel, 5.11.0-38 
it is still working. 
  I found that this issue has been reported here:

  https://bugzilla.kernel.org/show_bug.cgi?id=214455

  and it could be traced back to commit:

  3f38cc1ba1e289306f52cb7238406f38ecbfa21a net: qrtr: make checks in
  qrtr_endpoint_post() stricter

  which was also in the patchset:

  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1946788

  for the 5.11.0-40 release. in the bugzilla link a solution was
  mentioned and it generally doesn't seem too big a problem, would be
  awesome if someone could look into this.

  Thanks a lot!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  laurenz2209 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-04-16 (207 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: Dell Inc. XPS 15 9500
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.0-38-generic 
root=UUID=3c4f468c-c47a-4a25-b8f2-20610c9437b2 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.11.0-38.42~20.04.1-generic 5.11.22
  RelatedPackageVersions:
   linux-restricted-modules-5.11.0-38-generic N/A
   linux-backports-modules-5.11.0-38-generic  N/A
   linux-firmware 1.187.20
  Tags:  focal
  Uname: Linux 5.11.0-38-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: 08/11/2021
  dmi.bios.release: 1.9
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.9.1
  dmi.board.name: 0XWT2F
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.9.1:bd08/11/2021:br1.9:svnDellInc.:pnXPS159500:pvr:sku097D:rvnDellInc.:rn0XWT2F:rvrA02:cvnDellInc.:ct10:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 15 9500
  dmi.product.sku: 097D
  dmi.sys.vendor: Dell Inc.

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


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


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

2021-11-10 Thread Laurenz
apport information

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

Title:
  wifi stopped working on killer ax500 xps 9500 with kernel upgrade to
  5.11.0-40

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi all,

  after upgrading my kernel to 5.11.0-40 my wifi card (AX500 killer wifi) is no 
longer recognized on my xps 15 9500. When I boot into the old kernel, 5.11.0-38 
it is still working. 
  I found that this issue has been reported here:

  https://bugzilla.kernel.org/show_bug.cgi?id=214455

  and it could be traced back to commit:

  3f38cc1ba1e289306f52cb7238406f38ecbfa21a net: qrtr: make checks in
  qrtr_endpoint_post() stricter

  which was also in the patchset:

  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1946788

  for the 5.11.0-40 release. in the bugzilla link a solution was
  mentioned and it generally doesn't seem too big a problem, would be
  awesome if someone could look into this.

  Thanks a lot!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  laurenz2209 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-04-16 (207 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: Dell Inc. XPS 15 9500
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.0-38-generic 
root=UUID=3c4f468c-c47a-4a25-b8f2-20610c9437b2 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.11.0-38.42~20.04.1-generic 5.11.22
  RelatedPackageVersions:
   linux-restricted-modules-5.11.0-38-generic N/A
   linux-backports-modules-5.11.0-38-generic  N/A
   linux-firmware 1.187.20
  Tags:  focal
  Uname: Linux 5.11.0-38-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: 08/11/2021
  dmi.bios.release: 1.9
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.9.1
  dmi.board.name: 0XWT2F
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.9.1:bd08/11/2021:br1.9:svnDellInc.:pnXPS159500:pvr:sku097D:rvnDellInc.:rn0XWT2F:rvrA02:cvnDellInc.:ct10:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 15 9500
  dmi.product.sku: 097D
  dmi.sys.vendor: Dell Inc.

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


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


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

2021-11-10 Thread Laurenz
apport information

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

Title:
  wifi stopped working on killer ax500 xps 9500 with kernel upgrade to
  5.11.0-40

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi all,

  after upgrading my kernel to 5.11.0-40 my wifi card (AX500 killer wifi) is no 
longer recognized on my xps 15 9500. When I boot into the old kernel, 5.11.0-38 
it is still working. 
  I found that this issue has been reported here:

  https://bugzilla.kernel.org/show_bug.cgi?id=214455

  and it could be traced back to commit:

  3f38cc1ba1e289306f52cb7238406f38ecbfa21a net: qrtr: make checks in
  qrtr_endpoint_post() stricter

  which was also in the patchset:

  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1946788

  for the 5.11.0-40 release. in the bugzilla link a solution was
  mentioned and it generally doesn't seem too big a problem, would be
  awesome if someone could look into this.

  Thanks a lot!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  laurenz2209 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-04-16 (207 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: Dell Inc. XPS 15 9500
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.0-38-generic 
root=UUID=3c4f468c-c47a-4a25-b8f2-20610c9437b2 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.11.0-38.42~20.04.1-generic 5.11.22
  RelatedPackageVersions:
   linux-restricted-modules-5.11.0-38-generic N/A
   linux-backports-modules-5.11.0-38-generic  N/A
   linux-firmware 1.187.20
  Tags:  focal
  Uname: Linux 5.11.0-38-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: 08/11/2021
  dmi.bios.release: 1.9
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.9.1
  dmi.board.name: 0XWT2F
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.9.1:bd08/11/2021:br1.9:svnDellInc.:pnXPS159500:pvr:sku097D:rvnDellInc.:rn0XWT2F:rvrA02:cvnDellInc.:ct10:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 15 9500
  dmi.product.sku: 097D
  dmi.sys.vendor: Dell Inc.

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


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


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

2021-11-10 Thread Laurenz
apport information

** Attachment added: "Lsusb-t.txt"
   
https://bugs.launchpad.net/bugs/1950448/+attachment/5539561/+files/Lsusb-t.txt

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

Title:
  wifi stopped working on killer ax500 xps 9500 with kernel upgrade to
  5.11.0-40

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi all,

  after upgrading my kernel to 5.11.0-40 my wifi card (AX500 killer wifi) is no 
longer recognized on my xps 15 9500. When I boot into the old kernel, 5.11.0-38 
it is still working. 
  I found that this issue has been reported here:

  https://bugzilla.kernel.org/show_bug.cgi?id=214455

  and it could be traced back to commit:

  3f38cc1ba1e289306f52cb7238406f38ecbfa21a net: qrtr: make checks in
  qrtr_endpoint_post() stricter

  which was also in the patchset:

  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1946788

  for the 5.11.0-40 release. in the bugzilla link a solution was
  mentioned and it generally doesn't seem too big a problem, would be
  awesome if someone could look into this.

  Thanks a lot!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  laurenz2209 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-04-16 (207 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: Dell Inc. XPS 15 9500
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.0-38-generic 
root=UUID=3c4f468c-c47a-4a25-b8f2-20610c9437b2 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.11.0-38.42~20.04.1-generic 5.11.22
  RelatedPackageVersions:
   linux-restricted-modules-5.11.0-38-generic N/A
   linux-backports-modules-5.11.0-38-generic  N/A
   linux-firmware 1.187.20
  Tags:  focal
  Uname: Linux 5.11.0-38-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: 08/11/2021
  dmi.bios.release: 1.9
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.9.1
  dmi.board.name: 0XWT2F
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.9.1:bd08/11/2021:br1.9:svnDellInc.:pnXPS159500:pvr:sku097D:rvnDellInc.:rn0XWT2F:rvrA02:cvnDellInc.:ct10:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 15 9500
  dmi.product.sku: 097D
  dmi.sys.vendor: Dell Inc.

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


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


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

2021-11-10 Thread Laurenz
apport information

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

Title:
  wifi stopped working on killer ax500 xps 9500 with kernel upgrade to
  5.11.0-40

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi all,

  after upgrading my kernel to 5.11.0-40 my wifi card (AX500 killer wifi) is no 
longer recognized on my xps 15 9500. When I boot into the old kernel, 5.11.0-38 
it is still working. 
  I found that this issue has been reported here:

  https://bugzilla.kernel.org/show_bug.cgi?id=214455

  and it could be traced back to commit:

  3f38cc1ba1e289306f52cb7238406f38ecbfa21a net: qrtr: make checks in
  qrtr_endpoint_post() stricter

  which was also in the patchset:

  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1946788

  for the 5.11.0-40 release. in the bugzilla link a solution was
  mentioned and it generally doesn't seem too big a problem, would be
  awesome if someone could look into this.

  Thanks a lot!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  laurenz2209 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-04-16 (207 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: Dell Inc. XPS 15 9500
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.0-38-generic 
root=UUID=3c4f468c-c47a-4a25-b8f2-20610c9437b2 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.11.0-38.42~20.04.1-generic 5.11.22
  RelatedPackageVersions:
   linux-restricted-modules-5.11.0-38-generic N/A
   linux-backports-modules-5.11.0-38-generic  N/A
   linux-firmware 1.187.20
  Tags:  focal
  Uname: Linux 5.11.0-38-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: 08/11/2021
  dmi.bios.release: 1.9
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.9.1
  dmi.board.name: 0XWT2F
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.9.1:bd08/11/2021:br1.9:svnDellInc.:pnXPS159500:pvr:sku097D:rvnDellInc.:rn0XWT2F:rvrA02:cvnDellInc.:ct10:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 15 9500
  dmi.product.sku: 097D
  dmi.sys.vendor: Dell Inc.

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


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


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

2021-11-10 Thread Laurenz
apport information

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

Title:
  wifi stopped working on killer ax500 xps 9500 with kernel upgrade to
  5.11.0-40

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi all,

  after upgrading my kernel to 5.11.0-40 my wifi card (AX500 killer wifi) is no 
longer recognized on my xps 15 9500. When I boot into the old kernel, 5.11.0-38 
it is still working. 
  I found that this issue has been reported here:

  https://bugzilla.kernel.org/show_bug.cgi?id=214455

  and it could be traced back to commit:

  3f38cc1ba1e289306f52cb7238406f38ecbfa21a net: qrtr: make checks in
  qrtr_endpoint_post() stricter

  which was also in the patchset:

  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1946788

  for the 5.11.0-40 release. in the bugzilla link a solution was
  mentioned and it generally doesn't seem too big a problem, would be
  awesome if someone could look into this.

  Thanks a lot!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  laurenz2209 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-04-16 (207 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: Dell Inc. XPS 15 9500
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.0-38-generic 
root=UUID=3c4f468c-c47a-4a25-b8f2-20610c9437b2 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.11.0-38.42~20.04.1-generic 5.11.22
  RelatedPackageVersions:
   linux-restricted-modules-5.11.0-38-generic N/A
   linux-backports-modules-5.11.0-38-generic  N/A
   linux-firmware 1.187.20
  Tags:  focal
  Uname: Linux 5.11.0-38-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: 08/11/2021
  dmi.bios.release: 1.9
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.9.1
  dmi.board.name: 0XWT2F
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.9.1:bd08/11/2021:br1.9:svnDellInc.:pnXPS159500:pvr:sku097D:rvnDellInc.:rn0XWT2F:rvrA02:cvnDellInc.:ct10:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 15 9500
  dmi.product.sku: 097D
  dmi.sys.vendor: Dell Inc.

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


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


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

2021-11-10 Thread Laurenz
apport information

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

Title:
  wifi stopped working on killer ax500 xps 9500 with kernel upgrade to
  5.11.0-40

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi all,

  after upgrading my kernel to 5.11.0-40 my wifi card (AX500 killer wifi) is no 
longer recognized on my xps 15 9500. When I boot into the old kernel, 5.11.0-38 
it is still working. 
  I found that this issue has been reported here:

  https://bugzilla.kernel.org/show_bug.cgi?id=214455

  and it could be traced back to commit:

  3f38cc1ba1e289306f52cb7238406f38ecbfa21a net: qrtr: make checks in
  qrtr_endpoint_post() stricter

  which was also in the patchset:

  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1946788

  for the 5.11.0-40 release. in the bugzilla link a solution was
  mentioned and it generally doesn't seem too big a problem, would be
  awesome if someone could look into this.

  Thanks a lot!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  laurenz2209 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-04-16 (207 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: Dell Inc. XPS 15 9500
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.0-38-generic 
root=UUID=3c4f468c-c47a-4a25-b8f2-20610c9437b2 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.11.0-38.42~20.04.1-generic 5.11.22
  RelatedPackageVersions:
   linux-restricted-modules-5.11.0-38-generic N/A
   linux-backports-modules-5.11.0-38-generic  N/A
   linux-firmware 1.187.20
  Tags:  focal
  Uname: Linux 5.11.0-38-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: 08/11/2021
  dmi.bios.release: 1.9
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.9.1
  dmi.board.name: 0XWT2F
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.9.1:bd08/11/2021:br1.9:svnDellInc.:pnXPS159500:pvr:sku097D:rvnDellInc.:rn0XWT2F:rvrA02:cvnDellInc.:ct10:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 15 9500
  dmi.product.sku: 097D
  dmi.sys.vendor: Dell Inc.

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


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


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

2021-11-10 Thread Laurenz
apport information

** Attachment added: "Lsusb-v.txt"
   
https://bugs.launchpad.net/bugs/1950448/+attachment/5539562/+files/Lsusb-v.txt

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

Title:
  wifi stopped working on killer ax500 xps 9500 with kernel upgrade to
  5.11.0-40

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi all,

  after upgrading my kernel to 5.11.0-40 my wifi card (AX500 killer wifi) is no 
longer recognized on my xps 15 9500. When I boot into the old kernel, 5.11.0-38 
it is still working. 
  I found that this issue has been reported here:

  https://bugzilla.kernel.org/show_bug.cgi?id=214455

  and it could be traced back to commit:

  3f38cc1ba1e289306f52cb7238406f38ecbfa21a net: qrtr: make checks in
  qrtr_endpoint_post() stricter

  which was also in the patchset:

  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1946788

  for the 5.11.0-40 release. in the bugzilla link a solution was
  mentioned and it generally doesn't seem too big a problem, would be
  awesome if someone could look into this.

  Thanks a lot!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  laurenz2209 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-04-16 (207 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: Dell Inc. XPS 15 9500
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.0-38-generic 
root=UUID=3c4f468c-c47a-4a25-b8f2-20610c9437b2 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.11.0-38.42~20.04.1-generic 5.11.22
  RelatedPackageVersions:
   linux-restricted-modules-5.11.0-38-generic N/A
   linux-backports-modules-5.11.0-38-generic  N/A
   linux-firmware 1.187.20
  Tags:  focal
  Uname: Linux 5.11.0-38-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: 08/11/2021
  dmi.bios.release: 1.9
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.9.1
  dmi.board.name: 0XWT2F
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.9.1:bd08/11/2021:br1.9:svnDellInc.:pnXPS159500:pvr:sku097D:rvnDellInc.:rn0XWT2F:rvrA02:cvnDellInc.:ct10:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 15 9500
  dmi.product.sku: 097D
  dmi.sys.vendor: Dell Inc.

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


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


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

2021-11-10 Thread Laurenz
apport information

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

Title:
  wifi stopped working on killer ax500 xps 9500 with kernel upgrade to
  5.11.0-40

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi all,

  after upgrading my kernel to 5.11.0-40 my wifi card (AX500 killer wifi) is no 
longer recognized on my xps 15 9500. When I boot into the old kernel, 5.11.0-38 
it is still working. 
  I found that this issue has been reported here:

  https://bugzilla.kernel.org/show_bug.cgi?id=214455

  and it could be traced back to commit:

  3f38cc1ba1e289306f52cb7238406f38ecbfa21a net: qrtr: make checks in
  qrtr_endpoint_post() stricter

  which was also in the patchset:

  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1946788

  for the 5.11.0-40 release. in the bugzilla link a solution was
  mentioned and it generally doesn't seem too big a problem, would be
  awesome if someone could look into this.

  Thanks a lot!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  laurenz2209 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-04-16 (207 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: Dell Inc. XPS 15 9500
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.0-38-generic 
root=UUID=3c4f468c-c47a-4a25-b8f2-20610c9437b2 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.11.0-38.42~20.04.1-generic 5.11.22
  RelatedPackageVersions:
   linux-restricted-modules-5.11.0-38-generic N/A
   linux-backports-modules-5.11.0-38-generic  N/A
   linux-firmware 1.187.20
  Tags:  focal
  Uname: Linux 5.11.0-38-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: 08/11/2021
  dmi.bios.release: 1.9
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.9.1
  dmi.board.name: 0XWT2F
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.9.1:bd08/11/2021:br1.9:svnDellInc.:pnXPS159500:pvr:sku097D:rvnDellInc.:rn0XWT2F:rvrA02:cvnDellInc.:ct10:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 15 9500
  dmi.product.sku: 097D
  dmi.sys.vendor: Dell Inc.

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


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


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

2021-11-10 Thread Laurenz
apport information

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

Title:
  wifi stopped working on killer ax500 xps 9500 with kernel upgrade to
  5.11.0-40

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi all,

  after upgrading my kernel to 5.11.0-40 my wifi card (AX500 killer wifi) is no 
longer recognized on my xps 15 9500. When I boot into the old kernel, 5.11.0-38 
it is still working. 
  I found that this issue has been reported here:

  https://bugzilla.kernel.org/show_bug.cgi?id=214455

  and it could be traced back to commit:

  3f38cc1ba1e289306f52cb7238406f38ecbfa21a net: qrtr: make checks in
  qrtr_endpoint_post() stricter

  which was also in the patchset:

  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1946788

  for the 5.11.0-40 release. in the bugzilla link a solution was
  mentioned and it generally doesn't seem too big a problem, would be
  awesome if someone could look into this.

  Thanks a lot!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  laurenz2209 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-04-16 (207 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: Dell Inc. XPS 15 9500
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.0-38-generic 
root=UUID=3c4f468c-c47a-4a25-b8f2-20610c9437b2 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.11.0-38.42~20.04.1-generic 5.11.22
  RelatedPackageVersions:
   linux-restricted-modules-5.11.0-38-generic N/A
   linux-backports-modules-5.11.0-38-generic  N/A
   linux-firmware 1.187.20
  Tags:  focal
  Uname: Linux 5.11.0-38-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: 08/11/2021
  dmi.bios.release: 1.9
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.9.1
  dmi.board.name: 0XWT2F
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.9.1:bd08/11/2021:br1.9:svnDellInc.:pnXPS159500:pvr:sku097D:rvnDellInc.:rn0XWT2F:rvrA02:cvnDellInc.:ct10:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 15 9500
  dmi.product.sku: 097D
  dmi.sys.vendor: Dell Inc.

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


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


[Kernel-packages] [Bug 1950448] Re: wifi stopped working on killer ax500 xps 9500 with kernel upgrade to 5.11.0-40

2021-11-10 Thread Laurenz
apport information

** Tags added: apport-collected focal

** Description changed:

  Hi all,
  
  after upgrading my kernel to 5.11.0-40 my wifi card (AX500 killer wifi) is no 
longer recognized on my xps 15 9500. When I boot into the old kernel, 5.11.0-38 
it is still working. 
  I found that this issue has been reported here:
  
  https://bugzilla.kernel.org/show_bug.cgi?id=214455
  
  and it could be traced back to commit:
  
  3f38cc1ba1e289306f52cb7238406f38ecbfa21a net: qrtr: make checks in
  qrtr_endpoint_post() stricter
  
  which was also in the patchset:
  
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1946788
  
  for the 5.11.0-40 release. in the bugzilla link a solution was mentioned
  and it generally doesn't seem too big a problem, would be awesome if
  someone could look into this.
  
  Thanks a lot!
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu27.21
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  laurenz2209 F pulseaudio
+ CasperMD5CheckResult: skip
+ CurrentDesktop: GNOME
+ DistroRelease: Ubuntu 20.04
+ InstallationDate: Installed on 2021-04-16 (207 days ago)
+ InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
+ MachineType: Dell Inc. XPS 15 9500
+ NonfreeKernelModules: nvidia_modeset nvidia
+ Package: linux (not installed)
+ ProcFB: 0 i915drmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.0-38-generic 
root=UUID=3c4f468c-c47a-4a25-b8f2-20610c9437b2 ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 5.11.0-38.42~20.04.1-generic 5.11.22
+ RelatedPackageVersions:
+  linux-restricted-modules-5.11.0-38-generic N/A
+  linux-backports-modules-5.11.0-38-generic  N/A
+  linux-firmware 1.187.20
+ Tags:  focal
+ Uname: Linux 5.11.0-38-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: 08/11/2021
+ dmi.bios.release: 1.9
+ dmi.bios.vendor: Dell Inc.
+ dmi.bios.version: 1.9.1
+ dmi.board.name: 0XWT2F
+ dmi.board.vendor: Dell Inc.
+ dmi.board.version: A02
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: Dell Inc.
+ dmi.modalias: 
dmi:bvnDellInc.:bvr1.9.1:bd08/11/2021:br1.9:svnDellInc.:pnXPS159500:pvr:sku097D:rvnDellInc.:rn0XWT2F:rvrA02:cvnDellInc.:ct10:cvr:
+ dmi.product.family: XPS
+ dmi.product.name: XPS 15 9500
+ dmi.product.sku: 097D
+ dmi.sys.vendor: Dell Inc.

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1950448/+attachment/5539554/+files/AlsaInfo.txt

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

Title:
  wifi stopped working on killer ax500 xps 9500 with kernel upgrade to
  5.11.0-40

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi all,

  after upgrading my kernel to 5.11.0-40 my wifi card (AX500 killer wifi) is no 
longer recognized on my xps 15 9500. When I boot into the old kernel, 5.11.0-38 
it is still working. 
  I found that this issue has been reported here:

  https://bugzilla.kernel.org/show_bug.cgi?id=214455

  and it could be traced back to commit:

  3f38cc1ba1e289306f52cb7238406f38ecbfa21a net: qrtr: make checks in
  qrtr_endpoint_post() stricter

  which was also in the patchset:

  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1946788

  for the 5.11.0-40 release. in the bugzilla link a solution was
  mentioned and it generally doesn't seem too big a problem, would be
  awesome if someone could look into this.

  Thanks a lot!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  laurenz2209 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-04-16 (207 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: Dell Inc. XPS 15 9500
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.0-38-generic 
root=UUID=3c4f468c-c47a-4a25-b8f2-20610c9437b2 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.11.0-38.42~20.04.1-generic 5.11.22
  RelatedPackageVersions:
   linux-restricted-modules-5.11.0-38-generic N/A
   linux-backports-modules-5.11.0-38-generic  N/A
   linux-firmware 1.187.20
  Tags:  focal
  Uname: Linux 5.11.0-38-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: 08/11/2021
  dmi.bios.release: 1.9
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.9.1
  dmi.board.name: 0

[Kernel-packages] [Bug 1950448] Re: wifi stopped working on killer ax500 xps 9500 with kernel upgrade to 5.11.0-40

2021-11-10 Thread Laurenz
I do not have access to internet when the mentioned kernel version is used. 
Therefore changed to "confirmed" without running the command apport-collect as 
requested by Kernel Bot.
Also all required information shoud be in the bugzilla link.

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

Title:
  wifi stopped working on killer ax500 xps 9500 with kernel upgrade to
  5.11.0-40

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi all,

  after upgrading my kernel to 5.11.0-40 my wifi card (AX500 killer wifi) is no 
longer recognized on my xps 15 9500. When I boot into the old kernel, 5.11.0-38 
it is still working. 
  I found that this issue has been reported here:

  https://bugzilla.kernel.org/show_bug.cgi?id=214455

  and it could be traced back to commit:

  3f38cc1ba1e289306f52cb7238406f38ecbfa21a net: qrtr: make checks in
  qrtr_endpoint_post() stricter

  which was also in the patchset:

  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1946788

  for the 5.11.0-40 release. in the bugzilla link a solution was
  mentioned and it generally doesn't seem too big a problem, would be
  awesome if someone could look into this.

  Thanks a lot!

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


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


[Kernel-packages] [Bug 1950448] [NEW] wifi stopped working on killer ax500 xps 9500 with kernel upgrade to 5.11.0-40

2021-11-10 Thread Laurenz
Public bug reported:

Hi all,

after upgrading my kernel to 5.11.0-40 my wifi card (AX500 killer wifi) is no 
longer recognized on my xps 15 9500. When I boot into the old kernel, 5.11.0-38 
it is still working. 
I found that this issue has been reported here:

https://bugzilla.kernel.org/show_bug.cgi?id=214455

and it could be traced back to commit:

3f38cc1ba1e289306f52cb7238406f38ecbfa21a net: qrtr: make checks in
qrtr_endpoint_post() stricter

which was also in the patchset:

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1946788

for the 5.11.0-40 release. in the bugzilla link a solution was mentioned
and it generally doesn't seem too big a problem, would be awesome if
someone could look into this.

Thanks a lot!

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

** Package changed: ubuntu => linux (Ubuntu)

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

Title:
  wifi stopped working on killer ax500 xps 9500 with kernel upgrade to
  5.11.0-40

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hi all,

  after upgrading my kernel to 5.11.0-40 my wifi card (AX500 killer wifi) is no 
longer recognized on my xps 15 9500. When I boot into the old kernel, 5.11.0-38 
it is still working. 
  I found that this issue has been reported here:

  https://bugzilla.kernel.org/show_bug.cgi?id=214455

  and it could be traced back to commit:

  3f38cc1ba1e289306f52cb7238406f38ecbfa21a net: qrtr: make checks in
  qrtr_endpoint_post() stricter

  which was also in the patchset:

  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1946788

  for the 5.11.0-40 release. in the bugzilla link a solution was
  mentioned and it generally doesn't seem too big a problem, would be
  awesome if someone could look into this.

  Thanks a lot!

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


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