[Kernel-packages] [Bug 2002601] Re: Wireless: Enable RTL8852BE wifi driver

2023-08-28 Thread Dave
Submitted request to update driver/firmware to latest v0.29 in
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2033348

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

Title:
  Wireless: Enable RTL8852BE wifi driver

Status in HWE Next:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux-firmware package in Ubuntu:
  Fix Released
Status in linux-oem-6.1 package in Ubuntu:
  Invalid
Status in linux source package in Jammy:
  Won't Fix
Status in linux-firmware source package in Jammy:
  Fix Released
Status in linux-oem-6.1 source package in Jammy:
  Fix Released
Status in linux source package in Lunar:
  Fix Released
Status in linux-firmware source package in Lunar:
  Fix Released
Status in linux-oem-6.1 source package in Lunar:
  Invalid
Status in linux source package in Mantic:
  Fix Released
Status in linux-firmware source package in Mantic:
  Fix Released
Status in linux-oem-6.1 source package in Mantic:
  Invalid

Bug description:
  [Justification]
  Enable Realtek RLT8852BE WIFI.

  [Test]
  1. put rtw8852b_fw.bin in /lib/firmware/rtw89/
  2. boot-up with kernel enabled RTL8852be.
  3. Connect to WIFI-AP and test with ping.

  * ping -I wlp2s0 8.8.8.8
  ~~~
  PING 8.8.8.8 (8.8.8.8) from 10.102.137.55 wlp2s0: 56(84) bytes of data.
  64 bytes from 8.8.8.8: icmp_seq=1 ttl=116 time=5.86 ms
  64 bytes from 8.8.8.8: icmp_seq=2 ttl=116 time=6.21 ms
  64 bytes from 8.8.8.8: icmp_seq=3 ttl=116 time=18.9 ms
  64 bytes from 8.8.8.8: icmp_seq=4 ttl=116 time=6.09 ms
  64 bytes from 8.8.8.8: icmp_seq=5 ttl=116 time=6.13 ms
  64 bytes from 8.8.8.8: icmp_seq=6 ttl=116 time=5.77 ms
  ~~~
  * Connected to AP
  ~~~
  u@ubuntu:~$ nmcli dev
  DEVICE TYPE STATE CONNECTION
  enp3s0 ethernet connected Wired connection 1
  wlp2s0 wifi connected Canonical
  p2p-dev-wlp2s0 wifi-p2p disconnected --
  lo loopback unmanaged --
  ~~~
  * lsmod | grep 8852
  ~~~
  lsmod | grep 8852
  rtw89_8852be 16384 0
  rtw89_8852b 368640 1 rtw89_8852be
  rtw89_pci 61440 1 rtw89_8852be
  rtw89_core 442368 2 rtw89_8852b,rtw89_pci
  cfg80211 1081344 3 rtw89_8852b,rtw89_core,mac80211
  ~~~

  4. cbd's built result,
  Lunar,
  ~~~
  remote: Resolving deltas: 100% (391/391), completed with 118 local objects.
  remote: *** kernel-cbd 
*
  remote: * Queueing builds (your 'u_lMstrNxt'); ok to interrupt
  remote: * For results:  ssh cbd ls kobako-lunar-0e58018b43c1-ioeM
  remote: * 96/480 cores busy (1/5 hosts), 0 builds queued
  remote: 2023-01-12 03:16:35  kobako-lunar-0e58018b43c1-ioeM/amd64/BUILD-OK
  remote: 2023-01-12 03:17:47  kobako-lunar-0e58018b43c1-ioeM/arm64/BUILD-OK
  remote: 2023-01-12 03:11:36  kobako-lunar-0e58018b43c1-ioeM/armhf/BUILD-OK
  remote: 2023-01-12 03:16:30  kobako-lunar-0e58018b43c1-ioeM/ppc64el/BUILD-OK
  remote: 2023-01-12 03:10:24  kobako-lunar-0e58018b43c1-ioeM/s390x/BUILD-OK
  remote: 

  To cbd:lunar.git
  ~~~
  OEM-6.1,
  remote: Resolving deltas: 100% (399/399), completed with 121 local objects.
  remote: *** kernel-cbd 
*
  remote: * Queueing builds (your 'oem-6.1-next'); ok to interrupt
  remote: * For results:  ssh cbd ls kobako-jammy-c1002f30ccc3-m65z
  remote: * 0/192 cores busy (0/2 hosts), 0 builds queued
  remote: 2023-01-12 05:25:23  kobako-jammy-c1002f30ccc3-m65z/amd64/BUILD-OK
  remote: 

  To cbd:jammy.git

  [Where problems could occur]
  Medium, a new driver so the current driver may have some edge cases didn't 
consider.

  [Misc]
  * For generic Jammy, need more patches to enable RTL8852be so only SRU for 
OEM-6.1.
  * firmware, dae5d4603b07) rtw89: 8852b: update fw to v0.27.32.1 has landed on 
Lunar, so only SRU for Jammy.

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


-- 
Mailing list: https://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 2033348] [NEW] Wireless: Update RTL8852BE wifi driver

2023-08-28 Thread Dave
Public bug reported:

Firmware 0.27 was added in
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2002601 but there
has been an update submitted by Realtek which resolves crash issues of
the driver related to DMA.

New firmware file is up in kernel:
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-
firmware.git/log/rtw89/rtw8852b_fw-1.bin?showmsg=1

Ideally updated for both Lunar and Jammy :-)

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

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

Title:
  Wireless: Update RTL8852BE wifi driver

Status in linux package in Ubuntu:
  New

Bug description:
  Firmware 0.27 was added in
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2002601 but there
  has been an update submitted by Realtek which resolves crash issues of
  the driver related to DMA.

  New firmware file is up in kernel:
  https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-
  firmware.git/log/rtw89/rtw8852b_fw-1.bin?showmsg=1

  Ideally updated for both Lunar and Jammy :-)

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


-- 
Mailing list: https://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 1803392] Re: Kernel 4.15.0-39.42 not compatible with Qualcomm Atheros QCA9377

2023-08-28 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1875756 ***
https://bugs.launchpad.net/bugs/1875756

** This bug has been marked a duplicate of bug 1875756
   Qualcomm Atheros QCA9377  [168c:0042] Subsystem [1028:1810] Wi-Fi not enabled

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

Title:
  Kernel 4.15.0-39.42 not compatible with Qualcomm Atheros QCA9377

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

Bug description:
  Yesterday I got upgrades including kernel 4.15.0-39, this morning when
  I booted my laptop I was unable to connect or see any wifi networks,
  under closer inspection the whole wireless networking UI was disabled.

  lshw was not showing my wireless adapter.

  Rebooted with 4.15.0-38 and now everything works correctly.

  lshw shows

*-network
 description: Wireless interface
 product: QCA9377 802.11ac Wireless Network Adapter
 vendor: Qualcomm Atheros
 physical id: 0
 bus info: pci@:03:00.0
 logical name: wlp3s0
 version: 31
 serial: 74:40:bb:a8:4a:a7
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress bus_master cap_list ethernet physical 
wireless
 configuration: broadcast=yes driver=ath10k_pci 
driverversion=4.15.0-38-generic firmware=WLAN.TF.1.0-2-QCATFSWPZ-5 
ip=192.168.1.74 latency=0 link=yes multicast=yes wireless=IEEE 802.11
 resources: irq:131 memory:d200-d21f

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-38-generic 4.15.0-38.41
  ProcVersionSignature: Ubuntu 4.15.0-38.41-generic 4.15.18
  Uname: Linux 4.15.0-38-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ricardoe   2674 F pulseaudio
  CurrentDesktop: MATE
  Date: Wed Nov 14 09:31:20 2018
  InstallationDate: Installed on 2018-10-05 (40 days ago)
  InstallationMedia: Ubuntu-MATE 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: Dell Inc. Inspiron 5570
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-38-generic 
root=UUID=aa7aabab-0040-44e5-a647-26ffb4729da5 ro quiet splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-38-generic N/A
   linux-backports-modules-4.15.0-38-generic  N/A
   linux-firmware 1.173.1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/15/2018
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.8
  dmi.board.name: 0Y1T82
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.1.8:bd08/15/2018:svnDellInc.:pnInspiron5570:pvr:rvnDellInc.:rn0Y1T82:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5570
  dmi.sys.vendor: Dell Inc.

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


-- 
Mailing list: https://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 1870615] Re: Atheros QCA9377 Wi-Fi fails to connect to my network even when I enter the correct password, until I turn on Airplane Mode and then turn it off.

2023-08-28 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1875756 ***
https://bugs.launchpad.net/bugs/1875756

** This bug has been marked a duplicate of bug 1875756
   Qualcomm Atheros QCA9377  [168c:0042] Subsystem [1028:1810] Wi-Fi not enabled

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

Title:
  Atheros QCA9377 Wi-Fi fails to connect to my network even when I enter
  the correct password, until I turn on Airplane Mode and then turn it
  off.

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  This happens often, but not always, when I boot Ubuntu on my Dell
  Inspiron 5570.

  Ubuntu 18.04.4

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: network-manager 1.10.6-2ubuntu1.2
  ProcVersionSignature: Ubuntu 5.3.0-28.30~18.04.1-generic 5.3.13
  Uname: Linux 5.3.0-28-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.9
  Architecture: amd64
  CasperVersion: 1.394.3
  Date: Fri Apr  3 20:05:04 2020
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IpRoute:
   default via 192.168.1.1 dev wlp2s0 proto dhcp metric 600 
   169.254.0.0/16 dev wlp2s0 scope link metric 1000 
   192.168.1.0/24 dev wlp2s0 proto kernel scope link src 192.168.1.39 metric 600
  LiveMediaBuild: Ubuntu 18.04.4 LTS "Bionic Beaver" - Release amd64 
(20200203.1)
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=C.UTF-8
   SHELL=/bin/bash
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-con:
   NAMEUUID  TYPE  
TIMESTAMP   TIMESTAMP-REALAUTOCONNECT  AUTOCONNECT-PRIORITY  
READONLY  DBUS-PATH   ACTIVE  DEVICE  STATE 
 ACTIVE-PATH SLAVE 
   NETGEAR18   39a9b5bc-fd79-40c0-bf5d-7a1eb39843a7  wifi  
1585944263  Fri Apr  3 20:04:23 2020  yes  0 no 
   /org/freedesktop/NetworkManager/Settings/2  yes wlp2s0  activated  
/org/freedesktop/NetworkManager/ActiveConnection/3  --
   Wired connection 1  abfe1401-bc06-3a2f-b8ad-f79ba4b50d75  ethernet  
1585944168  Fri Apr  3 20:02:48 2020  yes  4294966297no 
   /org/freedesktop/NetworkManager/Settings/1  no  --  -- --
  --
  nmcli-dev:
   DEVICE  TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   wlp2s0  wifi  connected/org/freedesktop/NetworkManager/Devices/3  
NETGEAR18   39a9b5bc-fd79-40c0-bf5d-7a1eb39843a7  
/org/freedesktop/NetworkManager/ActiveConnection/3 
   enp1s0  ethernet  unavailable  /org/freedesktop/NetworkManager/Devices/2  -- 
 ----   
  
   lo  loopback  unmanaged/org/freedesktop/NetworkManager/Devices/1  -- 
 ----
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI WWAN-HW  WWAN
   running  1.10.6   connected  started  full  enabled enabled  
enabled  enabled  enabled
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.14
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  seija  1533 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2020-04-04 (4 days ago)
  InstallationMedia: Ubuntu 18.04.4 LTS "Bionic Beaver" - Release amd64 
(20200203.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0cf3:e009 Atheros Communications, Inc. 
   Bus 001 Device 003: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
   Bus 001 Device 002: ID 0c45:6a06 Microdia 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Inspiron 5570
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-46-generic 
root=UUID=df2b8b4b-83d7-4462-9f0b-59a501f7e34e ro quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 5.3.0-46.38~18.04.1-generic 5.3.18
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-46-generic N/A
   linux-backports-modules-5.3.0-46-generic  N/A
   linux-firmware1.173.17
  Tags:  bionic
  Uname: Linux 5.3.0-46-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm 

[Kernel-packages] [Bug 1872128] Re: Lenovo QCA9377 802.11ac Wireless Network Adapter [168c:0042] Subsystem [17aa:4035]: Broken firmware, no 802.11n support

2023-08-28 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1875756 ***
https://bugs.launchpad.net/bugs/1875756

** This bug has been marked a duplicate of bug 1875756
   Qualcomm Atheros QCA9377  [168c:0042] Subsystem [1028:1810] Wi-Fi not enabled

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

Title:
  Lenovo QCA9377 802.11ac Wireless Network Adapter [168c:0042] Subsystem
  [17aa:4035]: Broken firmware, no 802.11n support

Status in linux-firmware package in Ubuntu:
  Confirmed

Bug description:
  /lib/firmware/ath10k/QCA9377/hw1.0/firmware_6.bin
  Results in no support for 5GHz bands at all, speed limited to about 25 MBit/s
  /lib/firmware/ath10k/QCA9377/hw1.0/firmware_5.bin
  Seems to support 5GHz bands, but speed is still stuck at about 25 MBit/s

  Downloading and installing as firmware_5.bin (and deleting firmware_6.bin):
  
https://github.com/kvalo/ath10k-firmware/blob/master/QCA9377/hw1.0/CNSS.TF.1.0/firmware-5.bin_CNSS.TF.1.0-00267-QCATFSWPZ-1?raw=true
  speed easily reaches 250MBit/s

  Firmware tip found on
  
https://www.reddit.com/r/linuxmint/comments/fjkg4x/qualcomm_atheros_qca9377_5ghz_issue/

  Router in use is Synology MR2200ac

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-firmware 1.187 [modified: 
lib/firmware/ath10k/QCA9377/hw1.0/firmware-5.bin]
  ProcVersionSignature: Ubuntu 5.4.0-21.25-generic 5.4.27
  Uname: Linux 5.4.0-21-generic x86_64
  ApportVersion: 2.20.11-0ubuntu26
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: KDE
  Date: Fri Apr 10 21:07:20 2020
  Dependencies:
   
  InstallationDate: Installed on 2017-05-28 (1048 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  PackageArchitecture: all
  SourcePackage: linux-firmware
  UpgradeStatus: Upgraded to focal on 2020-04-04 (6 days ago)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu50.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  reimar 1653 F pulseaudio
reimar 1659 F pipewire-media-
   /dev/snd/seq:reimar 1652 F pipewire
  CasperMD5CheckResult: skip
  Dependencies:
   
  DistroRelease: Ubuntu 20.10
  InstallationDate: Installed on 2017-05-28 (1337 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  MachineType: LENOVO 80MX
  Package: linux-firmware 1.190.3
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=C.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-5.8.0-40-generic 
root=UUID=6f186662-358a-46e3-8b78-e4fcb06f7401 ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.8.0-40.45-generic 5.8.18
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-40-generic N/A
   linux-backports-modules-5.8.0-40-generic  N/A
   linux-firmware1.190.3
  StagingDrivers: ashmem_linux
  Tags:  groovy staging
  Uname: Linux 5.8.0-40-generic x86_64
  UpgradeStatus: Upgraded to groovy on 2020-10-07 (109 days ago)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 06/29/2018
  dmi.bios.release: 2.43
  dmi.bios.vendor: LENOVO
  dmi.bios.version: DCCN43WW(V2.12)
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: Lenovo E31-80
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40700 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo E31-80
  dmi.ec.firmware.release: 2.43
  dmi.modalias: 
dmi:bvnLENOVO:bvrDCCN43WW(V2.12):bd06/29/2018:br2.43:efr2.43:svnLENOVO:pn80MX:pvrLenovoE31-80:rvnLENOVO:rnLenovoE31-80:rvrSDK0J40700WIN:cvnLENOVO:ct10:cvrLenovoE31-80:
  dmi.product.family: IDEAPAD
  dmi.product.name: 80MX
  dmi.product.sku: LENOVO_MT_80MX_BU_idea_FM_Lenovo E31-80
  dmi.product.version: Lenovo E31-80
  dmi.sys.vendor: LENOVO

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


-- 
Mailing list: https://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 1873681] Re: Wireless card driver issue

2023-08-28 Thread Daniel van Vugt
Ubuntu 18.04 is no longer supported but see also bug 1875756.

** Changed in: linux-signed-hwe (Ubuntu)
   Status: New => Won't Fix

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

Title:
  Wireless card driver issue

Status in linux-signed-hwe package in Ubuntu:
  Won't Fix

Bug description:
  I own a Dell Vostro 3468 that came installed with ubuntu 16.04. The
  wireless card in this laptop i.e. "Qualcomm QCA9377" performs poorly
  on every linux distro. The link speed on linux is never more than "1
  mbps" whereas on windows 10 it easily gives "10+ mbps" link speeds.
  Also signal strength is very poor on linux whereas on windows 10 I
  easily get full bars in signal. Moreover on linux "page cannot be
  found", could not connect to xyz site, slow download speeds are common
  whereas I have seen very high download speeds(50 mbps) on the same
  laptop running windows 10. So I can conclude that its a driver issue.
  I have had the same issue in Fedora 30, 31. On Ethernet I get great
  speeds(10 + mbps). Please provide a fix for this as this makes the
  experience worse, software downloads crash in between, websites open
  slow etc.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-5.3.0-28-generic 5.3.0-28.30~18.04.1
  ProcVersionSignature: Ubuntu 5.3.0-28.30~18.04.1-generic 5.3.13
  Uname: Linux 5.3.0-28-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.9
  Architecture: amd64
  CasperVersion: 1.394.3
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Apr 19 17:02:58 2020
  LiveMediaBuild: Ubuntu 18.04.4 LTS "Bionic Beaver" - Release amd64 
(20200203.1)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=C.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-signed-hwe
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://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 1875756] Re: Qualcomm Atheros QCA9377 [168c:0042] Subsystem [1028:1810] Wi-Fi not enabled

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

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

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

Title:
  Qualcomm Atheros QCA9377  [168c:0042] Subsystem [1028:1810] Wi-Fi not
  enabled

Status in linux package in Ubuntu:
  Confirmed
Status in linux-firmware package in Ubuntu:
  Confirmed

Bug description:
  None of the Wi-Fi devices were used or even seen by Ubuntu when I
  booted it up, forcing me to reboot.

  I saved this apport file before I rebooted however.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-26-generic 5.4.0-26.30
  ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
  Uname: Linux 5.4.0-26-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Tue Apr 28 16:35:30 2020
  InstallationDate: Installed on 2020-04-26 (2 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  IwConfig:
   enp1s0no wireless extensions.
   
   lono wireless extensions.
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0cf3:e009 Qualcomm Atheros Communications 
   Bus 001 Device 003: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
   Bus 001 Device 002: ID 0c45:6a06 Microdia Integrated_Webcam_HD
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Inspiron 5570
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-26-generic 
root=UUID=d6d3e13f-ad59-49e9-a5c7-055147c9065b ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-26-generic N/A
   linux-backports-modules-5.4.0-26-generic  N/A
   linux-firmware1.187
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/15/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.2.3
  dmi.board.name: 09YTN7
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.3:bd05/15/2019:svnDellInc.:pnInspiron5570:pvr:rvnDellInc.:rn09YTN7:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5570
  dmi.product.sku: 0810
  dmi.sys.vendor: Dell Inc.
  mtime.conffile..etc.apport.crashdb.conf: 2020-04-27T10:14:04.511031
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  seija  1501 F pulseaudio
  CasperMD5CheckResult: skip
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-04-26 (2 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0cf3:e009 Qualcomm Atheros Communications 
   Bus 001 Device 003: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
   Bus 001 Device 002: ID 0c45:6a06 Microdia Integrated_Webcam_HD
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Inspiron 5570
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-26-generic 
root=UUID=d6d3e13f-ad59-49e9-a5c7-055147c9065b ro quiet splash
  ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-26-generic N/A
   linux-backports-modules-5.4.0-26-generic  N/A
   linux-firmware1.187
  Tags:  focal
  Uname: Linux 5.4.0-26-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 05/15/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.2.3
  dmi.board.name: 09YTN7
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.3:bd05/15/2019:svnDellInc.:pnInspiron5570:pvr:rvnDellInc.:rn09YTN7:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5570
  dmi.product.sku: 0810
  

[Kernel-packages] [Bug 1875756] Re: Qualcomm Atheros QCA9377 [168c:0042] Subsystem [1028:1810] Wi-Fi not enabled

2023-08-28 Thread Daniel van Vugt
** Tags added: lunar

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

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

Title:
  Qualcomm Atheros QCA9377  [168c:0042] Subsystem [1028:1810] Wi-Fi not
  enabled

Status in linux package in Ubuntu:
  Confirmed
Status in linux-firmware package in Ubuntu:
  Confirmed

Bug description:
  None of the Wi-Fi devices were used or even seen by Ubuntu when I
  booted it up, forcing me to reboot.

  I saved this apport file before I rebooted however.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-26-generic 5.4.0-26.30
  ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
  Uname: Linux 5.4.0-26-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Tue Apr 28 16:35:30 2020
  InstallationDate: Installed on 2020-04-26 (2 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  IwConfig:
   enp1s0no wireless extensions.
   
   lono wireless extensions.
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0cf3:e009 Qualcomm Atheros Communications 
   Bus 001 Device 003: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
   Bus 001 Device 002: ID 0c45:6a06 Microdia Integrated_Webcam_HD
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Inspiron 5570
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-26-generic 
root=UUID=d6d3e13f-ad59-49e9-a5c7-055147c9065b ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-26-generic N/A
   linux-backports-modules-5.4.0-26-generic  N/A
   linux-firmware1.187
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/15/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.2.3
  dmi.board.name: 09YTN7
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.3:bd05/15/2019:svnDellInc.:pnInspiron5570:pvr:rvnDellInc.:rn09YTN7:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5570
  dmi.product.sku: 0810
  dmi.sys.vendor: Dell Inc.
  mtime.conffile..etc.apport.crashdb.conf: 2020-04-27T10:14:04.511031
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  seija  1501 F pulseaudio
  CasperMD5CheckResult: skip
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-04-26 (2 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0cf3:e009 Qualcomm Atheros Communications 
   Bus 001 Device 003: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
   Bus 001 Device 002: ID 0c45:6a06 Microdia Integrated_Webcam_HD
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Inspiron 5570
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-26-generic 
root=UUID=d6d3e13f-ad59-49e9-a5c7-055147c9065b ro quiet splash
  ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-26-generic N/A
   linux-backports-modules-5.4.0-26-generic  N/A
   linux-firmware1.187
  Tags:  focal
  Uname: Linux 5.4.0-26-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 05/15/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.2.3
  dmi.board.name: 09YTN7
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.3:bd05/15/2019:svnDellInc.:pnInspiron5570:pvr:rvnDellInc.:rn09YTN7:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5570
  dmi.product.sku: 0810
  dmi.sys.vendor: Dell Inc.
  

[Kernel-packages] [Bug 1634681] Re: Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter (rev 30) works only partially

2023-08-28 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1875756 ***
https://bugs.launchpad.net/bugs/1875756

** This bug has been marked a duplicate of bug 1875756
   Qualcomm Atheros QCA9377  [168c:0042] Subsystem [1028:1810] Wi-Fi not enabled

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

Title:
  Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter (rev 30)
  works only partially

Status in linux-firmware package in Ubuntu:
  Confirmed

Bug description:
  It seems that working WPA-PSK/WPA2-PSK support is still missing from
  ath10k driver, but unsecure connection (without any WEP/WPA) works
  very well with QCA9377.

  Description:  Ubuntu 16.10
  Release:  16.10

  linux-firmware:
Asennettu: 1.161
Ehdokas:   1.161
Versiotaulukko:
   *** 1.161 500
  500 http://archive.ubuntu.com/ubuntu yakkety/main amd64 Packages
  500 http://archive.ubuntu.com/ubuntu yakkety/main i386 Packages
  100 /var/lib/dpkg/status

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: linux-firmware 1.161
  ProcVersionSignature: Ubuntu 4.8.0-22.24-generic 4.8.0
  Uname: Linux 4.8.0-22-generic x86_64
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Wed Oct 19 01:35:13 2016
  Dependencies:
   
  InstallationDate: Installed on 2016-10-18 (0 days ago)
  InstallationMedia: Xubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
  PackageArchitecture: all
  SourcePackage: linux-firmware
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://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 1683577] Re: QCA9377 WIFI does not work

2023-08-28 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1875756 ***
https://bugs.launchpad.net/bugs/1875756

** This bug has been marked a duplicate of bug 1875756
   Qualcomm Atheros QCA9377  [168c:0042] Subsystem [1028:1810] Wi-Fi not enabled

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

Title:
  QCA9377 WIFI does not work

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  My laptop, acer E5-575-53EJ, sometimes boots without wifi connection being 
detected.
  Restarting the network-manager sometimes fixes the problem.

  dmesg | grep ath shows the kernel log.

  The system finishes booting at 12.x seconds with no wifi connections. 
Network-manager is restarted around 3x seconds and connection is established 
around 78.x seconds.
  Then firmware crashed at 624 seconds, followed by a successful recovery. 

  At 915.x seconds a suspend is attempted, followed by a restart of
  network-manager scheduled by systemd. Connect was lost.

  Launching Wicd network manager recovers the connection, but the
  network-manager shows nothing.

  Ubuntu: 17.04,
  kernel: 4.10.0-19-generic
  Firmware: 
  I tired the qca firmware at 
https://github.com/kvalo/ath10k-firmware/tree/master/QCA9377/hw1.0 .
  all three files have the same md5 as the one installed by default. 
  Hardware: 
  02:00.0 Network controller: Qualcomm Atheros QCA9377 802.11ac Wireless 
Network Adapter (rev 31)
  [0.177594] pci :02:00.0: [168c:0042] type 00 class 0x028000
  [0.177626] pci :02:00.0: reg 0x10: [mem 0xb100-0xb11f 64bit]
  [0.177800] pci :02:00.0: PME# supported from D0 D3hot D3cold
  [0.177871] pci :02:00.0: System wakeup disabled by ACPI

  
  Additional info: When this laptop was running 1.23 bios, linux has reported 
repeated PCIE errors. I upgraded bios to 1.25 and PCIE errors are gone, however 
wifi does not improve.


  [1.917547] ath10k_pci :02:00.0: pci irq msi oper_irq_mode 2 irq_mode 
0 reset_mode 0
  [2.196931] ath10k_pci :02:00.0: Direct firmware load for 
ath10k/pre-cal-pci-:02:00.0.bin failed with error -2
  [2.196945] ath10k_pci :02:00.0: Direct firmware load for 
ath10k/cal-pci-:02:00.0.bin failed with error -2
  [2.198777] ath10k_pci :02:00.0: qca9377 hw1.1 target 0x05020001 
chip_id 0x003821ff sub 11ad:08a6
  [2.198779] ath10k_pci :02:00.0: kconfig debug 0 debugfs 1 tracing 1 
dfs 0 testmode 0
  [2.199128] ath10k_pci :02:00.0: firmware ver WLAN.TF.1.0-00267-1 api 
5 features ignore-otp crc32 79cea2c7
  [2.264639] ath10k_pci :02:00.0: board_file api 2 bmi_id N/A crc32 
93da0176
  [4.066350] ath10k_pci :02:00.0: htt-ver 3.1 wmi-op 4 htt-op 3 cal otp 
max-sta 32 raw 0 hwcrypto 1
  [4.071835] ath: EEPROM regdomain: 0x69
  [4.071835] ath: EEPROM indicates we should expect a direct regpair map
  [4.071837] ath: Country alpha2 being used: 00
  [4.071837] ath: Regpair used: 0x69
  [4.076946] ath10k_pci :02:00.0 wlp2s0: renamed from wlan0
  [8.562060] ath10k_pci :02:00.0: no channel configured; ignoring 
frame(s)!
  [   12.760910] ath: EEPROM regdomain: 0x8348
  [   12.760911] ath: EEPROM indicates we should expect a country code
  [   12.760912] ath: doing EEPROM country->regdmn map search
  [   12.760913] ath: country maps to regdmn code: 0x3a
  [   12.760914] ath: Country alpha2 being used: US
  [   12.760914] ath: Regpair used: 0x3a
  [   12.760915] ath: regdomain 0x8348 dynamically updated by country IE
  [   22.051491] ath10k_pci :02:00.0: no channel configured; ignoring 
frame(s)!
  [   22.052023] ath10k_pci :02:00.0: no channel configured; ignoring 
frame(s)!
  [   22.052471] ath10k_pci :02:00.0: no channel configured; ignoring 
frame(s)!
  [   22.092738] ath10k_pci :02:00.0: no channel configured; ignoring 
frame(s)!
  [   22.195128] ath10k_pci :02:00.0: no channel configured; ignoring 
frame(s)!
  [   32.478247] ath10k_pci :02:00.0: no channel configured; ignoring 
frame(s)!
  [   39.400234] ath10k_pci :02:00.0: no channel configured; ignoring 
frame(s)!
  [   50.115130] ath10k_pci :02:00.0: no channel configured; ignoring 
frame(s)!
  [   50.577978] ath10k_pci :02:00.0: no channel configured; ignoring 
frame(s)!
  [   55.781520] ath10k_pci :02:00.0: no channel configured; ignoring 
frame(s)!
  [   55.884352] ath10k_pci :02:00.0: no channel configured; ignoring 
frame(s)!
  [   63.402603] ath10k_pci :02:00.0: no channel configured; ignoring 
frame(s)!
  [   68.063646] ath10k_pci :02:00.0: no channel configured; ignoring 
frame(s)!
  [   68.526311] ath10k_pci :02:00.0: no channel configured; ignoring 
frame(s)!
  [   76.300734] ath10k_pci :02:00.0: no channel configured; ignoring 
frame(s)!
  [   76.557875] ath10k_pci :02:00.0: no channel configured; ignoring 
frame(s)!
  [   79.876632] ath: EEPROM 

[Kernel-packages] [Bug 1872055] Re: Qualcomm Atheros QCA9377 [168c:0042] subsystem [17aa:0901] not available in Ubuntu 19.10

2023-08-28 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1875756 ***
https://bugs.launchpad.net/bugs/1875756

** This bug has been marked a duplicate of bug 1875756
   Qualcomm Atheros QCA9377  [168c:0042] Subsystem [1028:1810] Wi-Fi not enabled

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

Title:
  Qualcomm Atheros QCA9377 [168c:0042] subsystem [17aa:0901] not
  available in Ubuntu 19.10

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have installed the ubuntu 19.10 and since the installation it says
  no wifi adpter found but the wifi was working with Windows perfectly
  but since I switch to ubuntu I am not able to use the wifi. I have
  tried lots of different methods to fix this issue on the internet and
  also asked on Ubuntu community for help but none worked for me. It
  seems there's some bug on the os because during the installation the
  wifi was working but after the installation has completed the wifi
  stoped working and says No wifi adapter found.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: linux-image-5.3.0-46-generic 5.3.0-46.38
  ProcVersionSignature: Ubuntu 5.3.0-46.38-generic 5.3.18
  Uname: Linux 5.3.0-46-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  anu2180 F pulseaudio
   /dev/snd/controlC0:  anu2180 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Apr 10 16:31:11 2020
  InstallationDate: Installed on 2020-04-09 (1 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  IwConfig:
   lono wireless extensions.
   
   enp0s16u3  no wireless extensions.
   
   enp1s0no wireless extensions.
  MachineType: LENOVO 81FS
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-46-generic 
root=UUID=9462d35f-9a18-4b4c-8372-6429117b7939 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-46-generic N/A
   linux-backports-modules-5.3.0-46-generic  N/A
   linux-firmware1.183.5
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/14/2019
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7UCN28WW(V2.02)
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: No DPK
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo E41-25
  dmi.modalias: 
dmi:bvnLENOVO:bvr7UCN28WW(V2.02):bd11/14/2019:svnLENOVO:pn81FS:pvrLenovoE41-25:rvnLENOVO:rnLNVNB161216:rvrNoDPK:cvnLENOVO:ct10:cvrLenovoE41-25:
  dmi.product.family: E41-25
  dmi.product.name: 81FS
  dmi.product.sku: LENOVO_MT_81FS_BU_idea_FM_E41-25
  dmi.product.version: Lenovo E41-25
  dmi.sys.vendor: LENOVO

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


-- 
Mailing list: https://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 2033260] Re: [ath10k_pci] Not able to see visible devices when wifi is turned on please verify.

2023-08-28 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1875756 ***
https://bugs.launchpad.net/bugs/1875756

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1875756, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.


** This bug has been marked a duplicate of bug 1875756
   Qualcomm Atheros QCA9377  [168c:0042] Subsystem [1028:1810] Wi-Fi not enabled

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

Title:
  [ath10k_pci] Not able to see visible devices when wifi is turned on
  please verify.

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Not able to see available devices in wifi panel.
  --- 
  ProblemType: Bug
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  fyriousfighter   3764 F wireplumber
   /dev/snd/seq:fyriousfighter   3754 F pipewire
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 23.04
  InstallationDate: Installed on 2021-02-13 (927 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: Dell Inc. Inspiron 5567
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.2.0-32-generic 
root=UUID=eb0f7397-d28a-4d11-ac7b-51001c65f6d3 ro quiet splash i8042.nomux 
i8024.noloop vt.handoff=7
  ProcVersionSignature: Ubuntu 6.2.0-32.32~22.04.1-generic 6.2.16
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-6.2.0-32-generic N/A
   linux-backports-modules-6.2.0-32-generic  N/A
   linux-firmware20230323.gitbcdcfbcf-0ubuntu1.6
  Tags:  lunar wayland-session
  Uname: Linux 6.2.0-32-generic x86_64
  UpgradeStatus: Upgraded to lunar on 2023-08-26 (2 days ago)
  UserGroups: adm cdrom dialout dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/14/2018
  dmi.bios.release: 1.2
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.2.5
  dmi.board.name: 0DG5G3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A03
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.5:bd05/14/2018:br1.2:svnDellInc.:pnInspiron5567:pvr:rvnDellInc.:rn0DG5G3:rvrA03:cvnDellInc.:ct10:cvr:sku0767:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5567
  dmi.product.sku: 0767
  dmi.sys.vendor: Dell Inc.

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


-- 
Mailing list: https://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 1880639] Re: Qualcomm Atheros QCA9377 [168c:0042] Subsystem [1028:1810] - Wi-fi automatically disconnecting

2023-08-28 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1875756 ***
https://bugs.launchpad.net/bugs/1875756

** This bug has been marked a duplicate of bug 1875756
   Qualcomm Atheros QCA9377  [168c:0042] Subsystem [1028:1810] Wi-Fi not enabled

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

Title:
  Qualcomm Atheros QCA9377 [168c:0042] Subsystem [1028:1810] - Wi-fi
  automatically disconnecting

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  English translation: I updated to version 20.04 and since then my
  laptop has been showing an error, automatically disconnecting my wi-fi
  connections.

  Portuguese: Atualizei para a versão 20.04 e desde então meu notebook
  vem apresentando erro, desconectando automaticamente minhas conexões
  wi-fi.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-31-generic 5.4.0-31.35
  ProcVersionSignature: Ubuntu 5.4.0-31.35-generic 5.4.34
  Uname: Linux 5.4.0-31-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  josimar1912 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Tue May 26 01:17:39 2020
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-bionic-amd64-20180608-47+loki-n3-v3-kbl+X28
  InstallationDate: Installed on 2020-01-17 (129 days ago)
  InstallationMedia: Ubuntu 18.04 "Bionic" - Build amd64 LIVE Binary 
20180608-09:38
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0cf3:e009 Qualcomm Atheros Communications
   Bus 001 Device 003: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
   Bus 001 Device 002: ID 0c45:671e Microdia Integrated_Webcam_HD
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Inspiron 3584
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-31-generic 
root=UUID=127ffefc-873d-410c-8d99-aaf1637e14dc ro mem_sleep_default=deep quiet 
splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-31-generic N/A
   linux-backports-modules-5.4.0-31-generic  N/A
   linux-firmware1.187
  SourcePackage: linux
  UpgradeStatus: Upgraded to focal on 2020-05-11 (15 days ago)
  dmi.bios.date: 07/10/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.5.0
  dmi.board.name: 05RCHV
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.5.0:bd07/10/2019:svnDellInc.:pnInspiron3584:pvr:rvnDellInc.:rn05RCHV:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 3584
  dmi.product.sku: 08D1
  dmi.sys.vendor: Dell Inc.

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


-- 
Mailing list: https://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 1895297] Re: Qualcomm Atheros QCA9377 WIFI adapter isn't working

2023-08-28 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1875756 ***
https://bugs.launchpad.net/bugs/1875756

** This bug has been marked a duplicate of bug 1880639
   Qualcomm Atheros QCA9377 [168c:0042] Subsystem [1028:1810] - Wi-fi 
automatically disconnecting

** This bug is no longer a duplicate of bug 1880639
   Qualcomm Atheros QCA9377 [168c:0042] Subsystem [1028:1810] - Wi-fi 
automatically disconnecting
** This bug has been marked a duplicate of bug 1875756
   Qualcomm Atheros QCA9377  [168c:0042] Subsystem [1028:1810] Wi-Fi not enabled

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

Title:
  Qualcomm Atheros QCA9377 WIFI adapter isn't working

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  *-network UNCLAIMED   
 description: Network controller
 product: QCA9377 802.11ac Wireless Network Adapter
 vendor: Qualcomm Atheros
 physical id: 0
 bus info: pci@:01:00.0
 version: 31
 width: 64 bits
 clock: 33MHz
 capabilities: cap_list
 configuration: latency=0
 resources: memory:d100-d11f
   dell inspiron

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-40-generic 5.4.0-40.44
  ProcVersionSignature: Ubuntu 5.4.0-40.44-generic 5.4.44
  Uname: Linux 5.4.0-40-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gerardubuntu   6230 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Sep 11 20:46:45 2020
  HibernationDevice: RESUME=UUID=59a0929f-c7d7-4970-8d02-edc5a009e594
  InstallationDate: Installed on 2019-01-23 (597 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  IwConfig:
   enp2s0no wireless extensions.
   
   lono wireless extensions.
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0cf3:e009 Qualcomm Atheros Communications 
   Bus 001 Device 003: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
   Bus 001 Device 002: ID 0bda:5689 Realtek Semiconductor Corp. Integrated 
Webcam
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Inspiron 14-3467
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-40-generic 
root=UUID=e272a186-33cc-4a41-9d70-7765ce6f ro quiet splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-40-generic N/A
   linux-backports-modules-5.4.0-40-generic  N/A
   linux-firmware1.187.1
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: Upgraded to focal on 2020-06-24 (79 days ago)
  dmi.bios.date: 01/17/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 2.9.0
  dmi.board.name: 0HNKR2
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr2.9.0:bd01/17/2019:svnDellInc.:pnInspiron14-3467:pvr:rvnDellInc.:rn0HNKR2:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 14-3467
  dmi.product.sku: 0789
  dmi.sys.vendor: Dell Inc.

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


-- 
Mailing list: https://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 2033260] Re: [ath10k_pci] Not able to see visible devices when wifi is turned on please verify.

2023-08-28 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1875756 ***
https://bugs.launchpad.net/bugs/1875756

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

Title:
  [ath10k_pci] Not able to see visible devices when wifi is turned on
  please verify.

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Not able to see available devices in wifi panel.
  --- 
  ProblemType: Bug
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  fyriousfighter   3764 F wireplumber
   /dev/snd/seq:fyriousfighter   3754 F pipewire
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 23.04
  InstallationDate: Installed on 2021-02-13 (927 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: Dell Inc. Inspiron 5567
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.2.0-32-generic 
root=UUID=eb0f7397-d28a-4d11-ac7b-51001c65f6d3 ro quiet splash i8042.nomux 
i8024.noloop vt.handoff=7
  ProcVersionSignature: Ubuntu 6.2.0-32.32~22.04.1-generic 6.2.16
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-6.2.0-32-generic N/A
   linux-backports-modules-6.2.0-32-generic  N/A
   linux-firmware20230323.gitbcdcfbcf-0ubuntu1.6
  Tags:  lunar wayland-session
  Uname: Linux 6.2.0-32-generic x86_64
  UpgradeStatus: Upgraded to lunar on 2023-08-26 (2 days ago)
  UserGroups: adm cdrom dialout dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/14/2018
  dmi.bios.release: 1.2
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.2.5
  dmi.board.name: 0DG5G3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A03
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.5:bd05/14/2018:br1.2:svnDellInc.:pnInspiron5567:pvr:rvnDellInc.:rn0DG5G3:rvrA03:cvnDellInc.:ct10:cvr:sku0767:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5567
  dmi.product.sku: 0767
  dmi.sys.vendor: Dell Inc.

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


-- 
Mailing list: https://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 1763975] Re: DP1.2 daisy-chain flickering

2023-08-28 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  DP1.2 daisy-chain flickering

Status in linux package in Ubuntu:
  Expired
Status in xorg-server package in Ubuntu:
  Expired

Bug description:
  Hi all,

  I have a NUC7i7BNH with the latest BIOS (0062) running Ubuntu 18.04
  (uname -r = 4.15.0-15-generic). I have the NUC connected via USB-C to
  DisplayPort, to an Avocent SV340D KVM, then to a Dell U2415 which has
  DP1.2 enabled and is daisy-chainged to another Dell U2415 (DP1.2
  disabled on the second monitor as per Dell instructions).

  I am getting flickering whereby randomly display1 or display2 turn
  black and then back on again. When I disable DP1.2 on the display1,
  and therefore get a duplicate display (as opposed to extended) on
  display2, I get no flickering at all.

  The same setup yields no flickering when running from a Windows 10
  box, so don't think it is the monitors.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xorg 1:7.7+19ubuntu6
  ProcVersionSignature: Ubuntu 4.15.0-15.16-generic 4.15.15
  Uname: Linux 4.15.0-15-generic x86_64
  ApportVersion: 2.20.9-0ubuntu4
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Apr 14 12:52:24 2018
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Device [8086:5927] (rev 06) (prog-if 00 [VGA controller])
     Subsystem: Intel Corporation Device [8086:2068]
  InstallationDate: Installed on 2018-04-01 (12 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180401)
  MachineType: Intel Corporation NUC7i7BNH
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-15-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/22/2018
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: BNKBL357.86A.0062.2018.0222.1644
  dmi.board.name: NUC7i7BNB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: J31145-307
  dmi.chassis.type: 3
  dmi.chassis.vendor: Intel Corporation
  dmi.chassis.version: 2
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrBNKBL357.86A.0062.2018.0222.1644:bd02/22/2018:svnIntelCorporation:pnNUC7i7BNH:pvrJ31153-308:rvnIntelCorporation:rnNUC7i7BNB:rvrJ31145-307:cvnIntelCorporation:ct3:cvr2:
  dmi.product.family: Intel NUC
  dmi.product.name: NUC7i7BNH
  dmi.product.version: J31153-308
  dmi.sys.vendor: Intel Corporation
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.91-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.0~rc5-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.0~rc5-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2

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


-- 
Mailing list: https://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 1763975] Re: DP1.2 daisy-chain flickering

2023-08-28 Thread Launchpad Bug Tracker
[Expired for xorg-server (Ubuntu) because there has been no activity for
60 days.]

** Changed in: xorg-server (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  DP1.2 daisy-chain flickering

Status in linux package in Ubuntu:
  Expired
Status in xorg-server package in Ubuntu:
  Expired

Bug description:
  Hi all,

  I have a NUC7i7BNH with the latest BIOS (0062) running Ubuntu 18.04
  (uname -r = 4.15.0-15-generic). I have the NUC connected via USB-C to
  DisplayPort, to an Avocent SV340D KVM, then to a Dell U2415 which has
  DP1.2 enabled and is daisy-chainged to another Dell U2415 (DP1.2
  disabled on the second monitor as per Dell instructions).

  I am getting flickering whereby randomly display1 or display2 turn
  black and then back on again. When I disable DP1.2 on the display1,
  and therefore get a duplicate display (as opposed to extended) on
  display2, I get no flickering at all.

  The same setup yields no flickering when running from a Windows 10
  box, so don't think it is the monitors.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xorg 1:7.7+19ubuntu6
  ProcVersionSignature: Ubuntu 4.15.0-15.16-generic 4.15.15
  Uname: Linux 4.15.0-15-generic x86_64
  ApportVersion: 2.20.9-0ubuntu4
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Apr 14 12:52:24 2018
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Device [8086:5927] (rev 06) (prog-if 00 [VGA controller])
     Subsystem: Intel Corporation Device [8086:2068]
  InstallationDate: Installed on 2018-04-01 (12 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180401)
  MachineType: Intel Corporation NUC7i7BNH
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-15-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/22/2018
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: BNKBL357.86A.0062.2018.0222.1644
  dmi.board.name: NUC7i7BNB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: J31145-307
  dmi.chassis.type: 3
  dmi.chassis.vendor: Intel Corporation
  dmi.chassis.version: 2
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrBNKBL357.86A.0062.2018.0222.1644:bd02/22/2018:svnIntelCorporation:pnNUC7i7BNH:pvrJ31153-308:rvnIntelCorporation:rnNUC7i7BNB:rvrJ31145-307:cvnIntelCorporation:ct3:cvr2:
  dmi.product.family: Intel NUC
  dmi.product.name: NUC7i7BNH
  dmi.product.version: J31153-308
  dmi.sys.vendor: Intel Corporation
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.91-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.0~rc5-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.0~rc5-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2

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


-- 
Mailing list: https://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 1769819] Re: [nvidia] Xorg crashes after system sleep / wakeup, in libwfb.so+25597 → nvidia_drv.so+60a46c → [heap]+d35cb0

2023-08-28 Thread Launchpad Bug Tracker
[Expired for xorg-server (Ubuntu) because there has been no activity for
60 days.]

** Changed in: xorg-server (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  [nvidia] Xorg crashes after system sleep / wakeup, in libwfb.so+25597
  → nvidia_drv.so+60a46c → [heap]+d35cb0

Status in nvidia-graphics-drivers-390 package in Ubuntu:
  Expired
Status in xorg-server package in Ubuntu:
  Expired

Bug description:
  after putting the system to sleep, and waking it up, Xorg crashes, and
  I'm lead to a new greeter / login screen. naturally the state of my
  desktop is lost in this process, and I'm stuck with a new login with
  no apps running.

  the error reporter says:

  Error: [Errno 21] is a directory:
  '/proc/driver/nvidia/gpus/:01:00.0/'

  which is indeed true:

  $ ls /proc/driver/nvidia/gpus/\:01\:00.0/
  information  registry

  the same system worked fine with ubuntu 17.10

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xserver-xorg-core 2:1.19.6-1ubuntu4
  ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
  Uname: Linux 4.15.0-20-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  .proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:01:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  390.48  Thu Mar 22 00:42:57 
PDT 2018
   GCC version:  gcc version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)
  .proc.driver.nvidia.warnings.fbdev:
   Your system is not currently configured to drive a VGA console
   on the primary VGA device. The NVIDIA Linux graphics driver
   requires the use of a text-mode VGA console. Use of other console
   drivers including, but not limited to, vesafb, may result in
   corruption and stability problems, and is not supported.
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.9-0ubuntu7
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Tue May  8 07:51:42 2018
  DistUpgraded: 2018-05-04 09:38:04,874 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
  DistroCodename: bionic
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia, 390.48, 4.13.0-39-generic, x86_64: installed
   nvidia, 390.48, 4.15.0-20-generic, x86_64: installed
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics 
Controller [8086:0412] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: Gigabyte Technology Co., Ltd Xeon E3-1200 v3/4th Gen Core 
Processor Integrated Graphics Controller [1458:d000]
   NVIDIA Corporation GK104 [GeForce GTX 680] [10de:1180] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: eVga.com. Corp. GK104 [GeForce GTX 680] [3842:3687]
  InstallationDate: Installed on 2016-04-03 (764 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Gigabyte Technology Co., Ltd. Z97X-UD5H
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-20-generic 
root=UUID=e56cb504-229d-4c7a-b16c-b259d05e992b ro noprompt quiet splash 
vt.handoff=1
  SourcePackage: xorg-server
  UpgradeStatus: Upgraded to bionic on 2018-05-04 (3 days ago)
  dmi.bios.date: 08/03/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F10
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z97X-UD5H
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF10:bd08/03/2015:svnGigabyteTechnologyCo.,Ltd.:pnZ97X-UD5H:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnZ97X-UD5H:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: Z97X-UD5H
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  version.compiz: compiz 1:0.9.13.1+18.04.20180302-0ubuntu1
  version.libdrm2: libdrm2 2.4.91-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.0~rc5-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.0~rc5-1ubuntu1
  version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.5-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2
  

[Kernel-packages] [Bug 1769819] Re: [nvidia] Xorg crashes after system sleep / wakeup, in libwfb.so+25597 → nvidia_drv.so+60a46c → [heap]+d35cb0

2023-08-28 Thread Launchpad Bug Tracker
[Expired for nvidia-graphics-drivers-390 (Ubuntu) because there has been
no activity for 60 days.]

** Changed in: nvidia-graphics-drivers-390 (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  [nvidia] Xorg crashes after system sleep / wakeup, in libwfb.so+25597
  → nvidia_drv.so+60a46c → [heap]+d35cb0

Status in nvidia-graphics-drivers-390 package in Ubuntu:
  Expired
Status in xorg-server package in Ubuntu:
  Expired

Bug description:
  after putting the system to sleep, and waking it up, Xorg crashes, and
  I'm lead to a new greeter / login screen. naturally the state of my
  desktop is lost in this process, and I'm stuck with a new login with
  no apps running.

  the error reporter says:

  Error: [Errno 21] is a directory:
  '/proc/driver/nvidia/gpus/:01:00.0/'

  which is indeed true:

  $ ls /proc/driver/nvidia/gpus/\:01\:00.0/
  information  registry

  the same system worked fine with ubuntu 17.10

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xserver-xorg-core 2:1.19.6-1ubuntu4
  ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
  Uname: Linux 4.15.0-20-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  .proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:01:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  390.48  Thu Mar 22 00:42:57 
PDT 2018
   GCC version:  gcc version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)
  .proc.driver.nvidia.warnings.fbdev:
   Your system is not currently configured to drive a VGA console
   on the primary VGA device. The NVIDIA Linux graphics driver
   requires the use of a text-mode VGA console. Use of other console
   drivers including, but not limited to, vesafb, may result in
   corruption and stability problems, and is not supported.
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.9-0ubuntu7
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Tue May  8 07:51:42 2018
  DistUpgraded: 2018-05-04 09:38:04,874 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
  DistroCodename: bionic
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia, 390.48, 4.13.0-39-generic, x86_64: installed
   nvidia, 390.48, 4.15.0-20-generic, x86_64: installed
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics 
Controller [8086:0412] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: Gigabyte Technology Co., Ltd Xeon E3-1200 v3/4th Gen Core 
Processor Integrated Graphics Controller [1458:d000]
   NVIDIA Corporation GK104 [GeForce GTX 680] [10de:1180] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: eVga.com. Corp. GK104 [GeForce GTX 680] [3842:3687]
  InstallationDate: Installed on 2016-04-03 (764 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Gigabyte Technology Co., Ltd. Z97X-UD5H
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-20-generic 
root=UUID=e56cb504-229d-4c7a-b16c-b259d05e992b ro noprompt quiet splash 
vt.handoff=1
  SourcePackage: xorg-server
  UpgradeStatus: Upgraded to bionic on 2018-05-04 (3 days ago)
  dmi.bios.date: 08/03/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F10
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z97X-UD5H
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF10:bd08/03/2015:svnGigabyteTechnologyCo.,Ltd.:pnZ97X-UD5H:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnZ97X-UD5H:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: Z97X-UD5H
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  version.compiz: compiz 1:0.9.13.1+18.04.20180302-0ubuntu1
  version.libdrm2: libdrm2 2.4.91-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.0~rc5-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.0~rc5-1ubuntu1
  version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.5-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
  version.xserver-xorg-video-nouveau: 

[Kernel-packages] [Bug 1784998] Re: After a while touchpad doesn't work

2023-08-28 Thread Launchpad Bug Tracker
[Expired for xorg-server (Ubuntu) because there has been no activity for
60 days.]

** Changed in: xorg-server (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  After a while touchpad doesn't work

Status in linux package in Ubuntu:
  Expired
Status in xorg-server package in Ubuntu:
  Expired

Bug description:
  By default, touchpad doesn't work, but USB mouse works.

  WORKAROUND: Install the NVIDIA proprietary drivers, and use non-default 
kernel parameters:
  nouveau.modeset=0 tpm_tis.interrupts=0 acpi_osi=Linux 
i915.preliminary_hw_support=1 idle=nomwait

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xorg 1:7.7+19ubuntu7
  ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18
  Uname: Linux 4.15.0-29-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Aug  2 10:23:53 2018
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation Device [8086:591b] (rev 04) (prog-if 00 [VGA controller])
     Subsystem: ASUSTeK Computer Inc. Device [1043:15e0]
     Subsystem: ASUSTeK Computer Inc. GP107M [GeForce GTX 1050 Mobile] 
[1043:15e0]
  InstallationDate: Installed on 2018-04-29 (94 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:0a2a Intel Corp.
   Bus 001 Device 002: ID 0bda:57f5 Realtek Semiconductor Corp.
   Bus 001 Device 004: ID 0b05:1854 ASUSTek Computer, Inc.
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. GL553VD
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-29-generic 
root=UUID=48228a8f-bbca-4be4-a07a-96a383809e68 ro quiet splash 
nouveau.modeset=0 tpm_tis.interrupts=0 acpi_osi=Linux 
i915.preliminary_hw_support=1 idle=nomwait vt.handoff=1
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/02/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: GL553VD.306
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: GL553VD
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No  Asset  Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrGL553VD.306:bd01/02/2018:svnASUSTeKCOMPUTERINC.:pnGL553VD:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnGL553VD:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.family: GL
  dmi.product.name: GL553VD
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.91-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.5-0ubuntu0~18.04.1
  version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.5-0ubuntu0~18.04.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2

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


-- 
Mailing list: https://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 1784998] Re: After a while touchpad doesn't work

2023-08-28 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  After a while touchpad doesn't work

Status in linux package in Ubuntu:
  Expired
Status in xorg-server package in Ubuntu:
  Expired

Bug description:
  By default, touchpad doesn't work, but USB mouse works.

  WORKAROUND: Install the NVIDIA proprietary drivers, and use non-default 
kernel parameters:
  nouveau.modeset=0 tpm_tis.interrupts=0 acpi_osi=Linux 
i915.preliminary_hw_support=1 idle=nomwait

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xorg 1:7.7+19ubuntu7
  ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18
  Uname: Linux 4.15.0-29-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Aug  2 10:23:53 2018
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation Device [8086:591b] (rev 04) (prog-if 00 [VGA controller])
     Subsystem: ASUSTeK Computer Inc. Device [1043:15e0]
     Subsystem: ASUSTeK Computer Inc. GP107M [GeForce GTX 1050 Mobile] 
[1043:15e0]
  InstallationDate: Installed on 2018-04-29 (94 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:0a2a Intel Corp.
   Bus 001 Device 002: ID 0bda:57f5 Realtek Semiconductor Corp.
   Bus 001 Device 004: ID 0b05:1854 ASUSTek Computer, Inc.
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. GL553VD
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-29-generic 
root=UUID=48228a8f-bbca-4be4-a07a-96a383809e68 ro quiet splash 
nouveau.modeset=0 tpm_tis.interrupts=0 acpi_osi=Linux 
i915.preliminary_hw_support=1 idle=nomwait vt.handoff=1
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/02/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: GL553VD.306
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: GL553VD
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No  Asset  Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrGL553VD.306:bd01/02/2018:svnASUSTeKCOMPUTERINC.:pnGL553VD:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnGL553VD:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.family: GL
  dmi.product.name: GL553VD
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.91-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.5-0ubuntu0~18.04.1
  version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.5-0ubuntu0~18.04.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2

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


-- 
Mailing list: https://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 1842425] Re: No GUI with Gnome Flashback or Classic after apt dist-upgrade; Ubuntu on Wayland OK

2023-08-28 Thread Launchpad Bug Tracker
[Expired for gnome-flashback (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: gnome-flashback (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  No GUI with Gnome Flashback or Classic after apt dist-upgrade; Ubuntu
  on Wayland OK

Status in gnome-flashback package in Ubuntu:
  Expired
Status in linux-signed-hwe package in Ubuntu:
  Expired
Status in xorg-server package in Ubuntu:
  Expired

Bug description:
  Did apt dist-upgrade .
  I usually use Gnome Flashback.
  Now rebooting with 5.0.0.27  or 5.0.25 and logging in at GUI screen only 
works for "Ubuntu on Wayland". 
  Other attempts:
   (1) Flashback: login transitions to purple background screen and no mouse. 
hitting alt-ctrl-F1 leads to an unlock screen with a next button. entering pw 
and clicking NEXT leads to animated circle wait icon. alt-ctrl-f2 leads to a 
TTY2 text mode console login screen. Login and sudo shutdown now -r

   (2) Gnome Classic: login transitions to a blank screen with the LCD
  displaying a "No video" message. alt-ctrl-f1 and unlocking there also
  transitions to a blank screen with the LCD displaying a "No video"
  message. alt-ctrl-f3 then Login and sudo shutdown now -r.

   (3) Ubuntu: same as with Gnome Classic.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: gnome-flashback 3.28.0-1ubuntu1.4
  ProcVersionSignature: Ubuntu 5.0.0-25.26~18.04.1-generic 5.0.18
  Uname: Linux 5.0.0-25-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.7
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Sep  3 15:17:32 2019
  InstallationDate: Installed on 2018-07-27 (403 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  SourcePackage: gnome-flashback
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-flashback/+bug/1842425/+subscriptions


-- 
Mailing list: https://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 1842425] Re: No GUI with Gnome Flashback or Classic after apt dist-upgrade; Ubuntu on Wayland OK

2023-08-28 Thread Launchpad Bug Tracker
[Expired for xorg-server (Ubuntu) because there has been no activity for
60 days.]

** Changed in: xorg-server (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  No GUI with Gnome Flashback or Classic after apt dist-upgrade; Ubuntu
  on Wayland OK

Status in gnome-flashback package in Ubuntu:
  Expired
Status in linux-signed-hwe package in Ubuntu:
  Expired
Status in xorg-server package in Ubuntu:
  Expired

Bug description:
  Did apt dist-upgrade .
  I usually use Gnome Flashback.
  Now rebooting with 5.0.0.27  or 5.0.25 and logging in at GUI screen only 
works for "Ubuntu on Wayland". 
  Other attempts:
   (1) Flashback: login transitions to purple background screen and no mouse. 
hitting alt-ctrl-F1 leads to an unlock screen with a next button. entering pw 
and clicking NEXT leads to animated circle wait icon. alt-ctrl-f2 leads to a 
TTY2 text mode console login screen. Login and sudo shutdown now -r

   (2) Gnome Classic: login transitions to a blank screen with the LCD
  displaying a "No video" message. alt-ctrl-f1 and unlocking there also
  transitions to a blank screen with the LCD displaying a "No video"
  message. alt-ctrl-f3 then Login and sudo shutdown now -r.

   (3) Ubuntu: same as with Gnome Classic.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: gnome-flashback 3.28.0-1ubuntu1.4
  ProcVersionSignature: Ubuntu 5.0.0-25.26~18.04.1-generic 5.0.18
  Uname: Linux 5.0.0-25-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.7
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Sep  3 15:17:32 2019
  InstallationDate: Installed on 2018-07-27 (403 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  SourcePackage: gnome-flashback
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-flashback/+bug/1842425/+subscriptions


-- 
Mailing list: https://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 1842425] Re: No GUI with Gnome Flashback or Classic after apt dist-upgrade; Ubuntu on Wayland OK

2023-08-28 Thread Launchpad Bug Tracker
[Expired for linux-signed-hwe (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: linux-signed-hwe (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  No GUI with Gnome Flashback or Classic after apt dist-upgrade; Ubuntu
  on Wayland OK

Status in gnome-flashback package in Ubuntu:
  Expired
Status in linux-signed-hwe package in Ubuntu:
  Expired
Status in xorg-server package in Ubuntu:
  Expired

Bug description:
  Did apt dist-upgrade .
  I usually use Gnome Flashback.
  Now rebooting with 5.0.0.27  or 5.0.25 and logging in at GUI screen only 
works for "Ubuntu on Wayland". 
  Other attempts:
   (1) Flashback: login transitions to purple background screen and no mouse. 
hitting alt-ctrl-F1 leads to an unlock screen with a next button. entering pw 
and clicking NEXT leads to animated circle wait icon. alt-ctrl-f2 leads to a 
TTY2 text mode console login screen. Login and sudo shutdown now -r

   (2) Gnome Classic: login transitions to a blank screen with the LCD
  displaying a "No video" message. alt-ctrl-f1 and unlocking there also
  transitions to a blank screen with the LCD displaying a "No video"
  message. alt-ctrl-f3 then Login and sudo shutdown now -r.

   (3) Ubuntu: same as with Gnome Classic.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: gnome-flashback 3.28.0-1ubuntu1.4
  ProcVersionSignature: Ubuntu 5.0.0-25.26~18.04.1-generic 5.0.18
  Uname: Linux 5.0.0-25-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.7
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Sep  3 15:17:32 2019
  InstallationDate: Installed on 2018-07-27 (403 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  SourcePackage: gnome-flashback
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-flashback/+bug/1842425/+subscriptions


-- 
Mailing list: https://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 1887741] Re: [conroe] Display flicker sometimes

2023-08-28 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  [conroe] Display flicker sometimes

Status in linux package in Ubuntu:
  Expired
Status in xorg-server package in Ubuntu:
  Expired

Bug description:
  It more likey flicker more if I watch someting in fullscreen or a
  certain image shown is and it starts to flicker a lot out of one
  where.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xorg 1:7.7+19ubuntu7.1
  ProcVersionSignature: Ubuntu 4.15.0-101.102-generic 4.15.18
  Uname: Linux 4.15.0-101-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.15
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: LXDE
  Date: Thu Jul 16 03:28:48 2020
  DistUpgraded: 2020-06-09 01:37:47,812 DEBUG icon theme changed, re-reading
  DistroCodename: bionic
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation 4 Series Chipset Integrated Graphics Controller 
[8086:2e22] (rev 03) (prog-if 00 [VGA controller])
 Subsystem: Dell 4 Series Chipset Integrated Graphics Controller [1028:0439]
 Subsystem: Dell 4 Series Chipset Integrated Graphics Controller [1028:0439]
  InstallationDate: Installed on 2019-12-28 (200 days ago)
  InstallationMedia: Lubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 
(20170801)
  MachineType: Dell Inc. Inspiron 560
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-101-generic 
root=UUID=2c5b89f4-4126-404c-9d8f-3dea42f2847c ro quiet splash vt.handoff=1
  SourcePackage: xorg
  UpgradeStatus: Upgraded to bionic on 2020-06-09 (37 days ago)
  dmi.bios.date: 02/26/2010
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A02
  dmi.board.name: 0K83V0
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA02:bd02/26/2010:svnDellInc.:pnInspiron560:pvr00:rvnDellInc.:rn0K83V0:rvrA00:cvnDellInc.:ct3:cvrNotSpecified:
  dmi.product.family: 0
  dmi.product.name: Inspiron 560
  dmi.product.version: 00
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.99-1ubuntu1~18.04.2
  version.libgl1-mesa-dri: libgl1-mesa-dri 19.2.8-0ubuntu0~18.04.3
  version.libgl1-mesa-glx: libgl1-mesa-glx 19.2.8-0ubuntu0~18.04.3
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4.4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.5-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2

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


-- 
Mailing list: https://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 1887741] Re: [conroe] Display flicker sometimes

2023-08-28 Thread Launchpad Bug Tracker
[Expired for xorg-server (Ubuntu) because there has been no activity for
60 days.]

** Changed in: xorg-server (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  [conroe] Display flicker sometimes

Status in linux package in Ubuntu:
  Expired
Status in xorg-server package in Ubuntu:
  Expired

Bug description:
  It more likey flicker more if I watch someting in fullscreen or a
  certain image shown is and it starts to flicker a lot out of one
  where.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xorg 1:7.7+19ubuntu7.1
  ProcVersionSignature: Ubuntu 4.15.0-101.102-generic 4.15.18
  Uname: Linux 4.15.0-101-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.15
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: LXDE
  Date: Thu Jul 16 03:28:48 2020
  DistUpgraded: 2020-06-09 01:37:47,812 DEBUG icon theme changed, re-reading
  DistroCodename: bionic
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation 4 Series Chipset Integrated Graphics Controller 
[8086:2e22] (rev 03) (prog-if 00 [VGA controller])
 Subsystem: Dell 4 Series Chipset Integrated Graphics Controller [1028:0439]
 Subsystem: Dell 4 Series Chipset Integrated Graphics Controller [1028:0439]
  InstallationDate: Installed on 2019-12-28 (200 days ago)
  InstallationMedia: Lubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 
(20170801)
  MachineType: Dell Inc. Inspiron 560
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-101-generic 
root=UUID=2c5b89f4-4126-404c-9d8f-3dea42f2847c ro quiet splash vt.handoff=1
  SourcePackage: xorg
  UpgradeStatus: Upgraded to bionic on 2020-06-09 (37 days ago)
  dmi.bios.date: 02/26/2010
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A02
  dmi.board.name: 0K83V0
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA02:bd02/26/2010:svnDellInc.:pnInspiron560:pvr00:rvnDellInc.:rn0K83V0:rvrA00:cvnDellInc.:ct3:cvrNotSpecified:
  dmi.product.family: 0
  dmi.product.name: Inspiron 560
  dmi.product.version: 00
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.99-1ubuntu1~18.04.2
  version.libgl1-mesa-dri: libgl1-mesa-dri 19.2.8-0ubuntu0~18.04.3
  version.libgl1-mesa-glx: libgl1-mesa-glx 19.2.8-0ubuntu0~18.04.3
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4.4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.5-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2

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


-- 
Mailing list: https://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 2033260] ProcModules.txt

2023-08-28 Thread Shivam Tiwari
apport information

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

Title:
  [ath10k_pci] Not able to see visible devices when wifi is turned on
  please verify.

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Not able to see available devices in wifi panel.
  --- 
  ProblemType: Bug
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  fyriousfighter   3764 F wireplumber
   /dev/snd/seq:fyriousfighter   3754 F pipewire
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 23.04
  InstallationDate: Installed on 2021-02-13 (927 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: Dell Inc. Inspiron 5567
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.2.0-32-generic 
root=UUID=eb0f7397-d28a-4d11-ac7b-51001c65f6d3 ro quiet splash i8042.nomux 
i8024.noloop vt.handoff=7
  ProcVersionSignature: Ubuntu 6.2.0-32.32~22.04.1-generic 6.2.16
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-6.2.0-32-generic N/A
   linux-backports-modules-6.2.0-32-generic  N/A
   linux-firmware20230323.gitbcdcfbcf-0ubuntu1.6
  Tags:  lunar wayland-session
  Uname: Linux 6.2.0-32-generic x86_64
  UpgradeStatus: Upgraded to lunar on 2023-08-26 (2 days ago)
  UserGroups: adm cdrom dialout dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/14/2018
  dmi.bios.release: 1.2
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.2.5
  dmi.board.name: 0DG5G3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A03
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.5:bd05/14/2018:br1.2:svnDellInc.:pnInspiron5567:pvr:rvnDellInc.:rn0DG5G3:rvrA03:cvnDellInc.:ct10:cvr:sku0767:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5567
  dmi.product.sku: 0767
  dmi.sys.vendor: Dell Inc.

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


-- 
Mailing list: https://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 2033260] RfKill.txt

2023-08-28 Thread Shivam Tiwari
apport information

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

Title:
  [ath10k_pci] Not able to see visible devices when wifi is turned on
  please verify.

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Not able to see available devices in wifi panel.
  --- 
  ProblemType: Bug
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  fyriousfighter   3764 F wireplumber
   /dev/snd/seq:fyriousfighter   3754 F pipewire
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 23.04
  InstallationDate: Installed on 2021-02-13 (927 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: Dell Inc. Inspiron 5567
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.2.0-32-generic 
root=UUID=eb0f7397-d28a-4d11-ac7b-51001c65f6d3 ro quiet splash i8042.nomux 
i8024.noloop vt.handoff=7
  ProcVersionSignature: Ubuntu 6.2.0-32.32~22.04.1-generic 6.2.16
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-6.2.0-32-generic N/A
   linux-backports-modules-6.2.0-32-generic  N/A
   linux-firmware20230323.gitbcdcfbcf-0ubuntu1.6
  Tags:  lunar wayland-session
  Uname: Linux 6.2.0-32-generic x86_64
  UpgradeStatus: Upgraded to lunar on 2023-08-26 (2 days ago)
  UserGroups: adm cdrom dialout dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/14/2018
  dmi.bios.release: 1.2
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.2.5
  dmi.board.name: 0DG5G3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A03
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.5:bd05/14/2018:br1.2:svnDellInc.:pnInspiron5567:pvr:rvnDellInc.:rn0DG5G3:rvrA03:cvnDellInc.:ct10:cvr:sku0767:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5567
  dmi.product.sku: 0767
  dmi.sys.vendor: Dell Inc.

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


-- 
Mailing list: https://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 2033260] UdevDb.txt

2023-08-28 Thread Shivam Tiwari
apport information

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

Title:
  [ath10k_pci] Not able to see visible devices when wifi is turned on
  please verify.

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Not able to see available devices in wifi panel.
  --- 
  ProblemType: Bug
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  fyriousfighter   3764 F wireplumber
   /dev/snd/seq:fyriousfighter   3754 F pipewire
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 23.04
  InstallationDate: Installed on 2021-02-13 (927 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: Dell Inc. Inspiron 5567
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.2.0-32-generic 
root=UUID=eb0f7397-d28a-4d11-ac7b-51001c65f6d3 ro quiet splash i8042.nomux 
i8024.noloop vt.handoff=7
  ProcVersionSignature: Ubuntu 6.2.0-32.32~22.04.1-generic 6.2.16
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-6.2.0-32-generic N/A
   linux-backports-modules-6.2.0-32-generic  N/A
   linux-firmware20230323.gitbcdcfbcf-0ubuntu1.6
  Tags:  lunar wayland-session
  Uname: Linux 6.2.0-32-generic x86_64
  UpgradeStatus: Upgraded to lunar on 2023-08-26 (2 days ago)
  UserGroups: adm cdrom dialout dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/14/2018
  dmi.bios.release: 1.2
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.2.5
  dmi.board.name: 0DG5G3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A03
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.5:bd05/14/2018:br1.2:svnDellInc.:pnInspiron5567:pvr:rvnDellInc.:rn0DG5G3:rvrA03:cvnDellInc.:ct10:cvr:sku0767:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5567
  dmi.product.sku: 0767
  dmi.sys.vendor: Dell Inc.

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


-- 
Mailing list: https://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 2033260] WifiSyslog.txt

2023-08-28 Thread Shivam Tiwari
apport information

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

Title:
  [ath10k_pci] Not able to see visible devices when wifi is turned on
  please verify.

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Not able to see available devices in wifi panel.
  --- 
  ProblemType: Bug
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  fyriousfighter   3764 F wireplumber
   /dev/snd/seq:fyriousfighter   3754 F pipewire
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 23.04
  InstallationDate: Installed on 2021-02-13 (927 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: Dell Inc. Inspiron 5567
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.2.0-32-generic 
root=UUID=eb0f7397-d28a-4d11-ac7b-51001c65f6d3 ro quiet splash i8042.nomux 
i8024.noloop vt.handoff=7
  ProcVersionSignature: Ubuntu 6.2.0-32.32~22.04.1-generic 6.2.16
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-6.2.0-32-generic N/A
   linux-backports-modules-6.2.0-32-generic  N/A
   linux-firmware20230323.gitbcdcfbcf-0ubuntu1.6
  Tags:  lunar wayland-session
  Uname: Linux 6.2.0-32-generic x86_64
  UpgradeStatus: Upgraded to lunar on 2023-08-26 (2 days ago)
  UserGroups: adm cdrom dialout dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/14/2018
  dmi.bios.release: 1.2
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.2.5
  dmi.board.name: 0DG5G3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A03
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.5:bd05/14/2018:br1.2:svnDellInc.:pnInspiron5567:pvr:rvnDellInc.:rn0DG5G3:rvrA03:cvnDellInc.:ct10:cvr:sku0767:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5567
  dmi.product.sku: 0767
  dmi.sys.vendor: Dell Inc.

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


-- 
Mailing list: https://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 2033260] ProcEnviron.txt

2023-08-28 Thread Shivam Tiwari
apport information

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

Title:
  [ath10k_pci] Not able to see visible devices when wifi is turned on
  please verify.

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Not able to see available devices in wifi panel.
  --- 
  ProblemType: Bug
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  fyriousfighter   3764 F wireplumber
   /dev/snd/seq:fyriousfighter   3754 F pipewire
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 23.04
  InstallationDate: Installed on 2021-02-13 (927 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: Dell Inc. Inspiron 5567
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.2.0-32-generic 
root=UUID=eb0f7397-d28a-4d11-ac7b-51001c65f6d3 ro quiet splash i8042.nomux 
i8024.noloop vt.handoff=7
  ProcVersionSignature: Ubuntu 6.2.0-32.32~22.04.1-generic 6.2.16
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-6.2.0-32-generic N/A
   linux-backports-modules-6.2.0-32-generic  N/A
   linux-firmware20230323.gitbcdcfbcf-0ubuntu1.6
  Tags:  lunar wayland-session
  Uname: Linux 6.2.0-32-generic x86_64
  UpgradeStatus: Upgraded to lunar on 2023-08-26 (2 days ago)
  UserGroups: adm cdrom dialout dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/14/2018
  dmi.bios.release: 1.2
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.2.5
  dmi.board.name: 0DG5G3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A03
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.5:bd05/14/2018:br1.2:svnDellInc.:pnInspiron5567:pvr:rvnDellInc.:rn0DG5G3:rvrA03:cvnDellInc.:ct10:cvr:sku0767:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5567
  dmi.product.sku: 0767
  dmi.sys.vendor: Dell Inc.

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


-- 
Mailing list: https://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 2033260] ProcInterrupts.txt

2023-08-28 Thread Shivam Tiwari
apport information

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

Title:
  [ath10k_pci] Not able to see visible devices when wifi is turned on
  please verify.

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Not able to see available devices in wifi panel.
  --- 
  ProblemType: Bug
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  fyriousfighter   3764 F wireplumber
   /dev/snd/seq:fyriousfighter   3754 F pipewire
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 23.04
  InstallationDate: Installed on 2021-02-13 (927 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: Dell Inc. Inspiron 5567
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.2.0-32-generic 
root=UUID=eb0f7397-d28a-4d11-ac7b-51001c65f6d3 ro quiet splash i8042.nomux 
i8024.noloop vt.handoff=7
  ProcVersionSignature: Ubuntu 6.2.0-32.32~22.04.1-generic 6.2.16
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-6.2.0-32-generic N/A
   linux-backports-modules-6.2.0-32-generic  N/A
   linux-firmware20230323.gitbcdcfbcf-0ubuntu1.6
  Tags:  lunar wayland-session
  Uname: Linux 6.2.0-32-generic x86_64
  UpgradeStatus: Upgraded to lunar on 2023-08-26 (2 days ago)
  UserGroups: adm cdrom dialout dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/14/2018
  dmi.bios.release: 1.2
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.2.5
  dmi.board.name: 0DG5G3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A03
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.5:bd05/14/2018:br1.2:svnDellInc.:pnInspiron5567:pvr:rvnDellInc.:rn0DG5G3:rvrA03:cvnDellInc.:ct10:cvr:sku0767:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5567
  dmi.product.sku: 0767
  dmi.sys.vendor: Dell Inc.

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


-- 
Mailing list: https://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 2033260] Lsusb-v.txt

2023-08-28 Thread Shivam Tiwari
apport information

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

Title:
  [ath10k_pci] Not able to see visible devices when wifi is turned on
  please verify.

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Not able to see available devices in wifi panel.
  --- 
  ProblemType: Bug
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  fyriousfighter   3764 F wireplumber
   /dev/snd/seq:fyriousfighter   3754 F pipewire
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 23.04
  InstallationDate: Installed on 2021-02-13 (927 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: Dell Inc. Inspiron 5567
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.2.0-32-generic 
root=UUID=eb0f7397-d28a-4d11-ac7b-51001c65f6d3 ro quiet splash i8042.nomux 
i8024.noloop vt.handoff=7
  ProcVersionSignature: Ubuntu 6.2.0-32.32~22.04.1-generic 6.2.16
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-6.2.0-32-generic N/A
   linux-backports-modules-6.2.0-32-generic  N/A
   linux-firmware20230323.gitbcdcfbcf-0ubuntu1.6
  Tags:  lunar wayland-session
  Uname: Linux 6.2.0-32-generic x86_64
  UpgradeStatus: Upgraded to lunar on 2023-08-26 (2 days ago)
  UserGroups: adm cdrom dialout dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/14/2018
  dmi.bios.release: 1.2
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.2.5
  dmi.board.name: 0DG5G3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A03
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.5:bd05/14/2018:br1.2:svnDellInc.:pnInspiron5567:pvr:rvnDellInc.:rn0DG5G3:rvrA03:cvnDellInc.:ct10:cvr:sku0767:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5567
  dmi.product.sku: 0767
  dmi.sys.vendor: Dell Inc.

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


-- 
Mailing list: https://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 2033260] ProcCpuinfo.txt

2023-08-28 Thread Shivam Tiwari
apport information

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

Title:
  [ath10k_pci] Not able to see visible devices when wifi is turned on
  please verify.

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Not able to see available devices in wifi panel.
  --- 
  ProblemType: Bug
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  fyriousfighter   3764 F wireplumber
   /dev/snd/seq:fyriousfighter   3754 F pipewire
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 23.04
  InstallationDate: Installed on 2021-02-13 (927 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: Dell Inc. Inspiron 5567
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.2.0-32-generic 
root=UUID=eb0f7397-d28a-4d11-ac7b-51001c65f6d3 ro quiet splash i8042.nomux 
i8024.noloop vt.handoff=7
  ProcVersionSignature: Ubuntu 6.2.0-32.32~22.04.1-generic 6.2.16
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-6.2.0-32-generic N/A
   linux-backports-modules-6.2.0-32-generic  N/A
   linux-firmware20230323.gitbcdcfbcf-0ubuntu1.6
  Tags:  lunar wayland-session
  Uname: Linux 6.2.0-32-generic x86_64
  UpgradeStatus: Upgraded to lunar on 2023-08-26 (2 days ago)
  UserGroups: adm cdrom dialout dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/14/2018
  dmi.bios.release: 1.2
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.2.5
  dmi.board.name: 0DG5G3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A03
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.5:bd05/14/2018:br1.2:svnDellInc.:pnInspiron5567:pvr:rvnDellInc.:rn0DG5G3:rvrA03:cvnDellInc.:ct10:cvr:sku0767:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5567
  dmi.product.sku: 0767
  dmi.sys.vendor: Dell Inc.

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


-- 
Mailing list: https://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 2033260] PaInfo.txt

2023-08-28 Thread Shivam Tiwari
apport information

** Attachment added: "PaInfo.txt"
   https://bugs.launchpad.net/bugs/2033260/+attachment/5695866/+files/PaInfo.txt

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

Title:
  [ath10k_pci] Not able to see visible devices when wifi is turned on
  please verify.

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Not able to see available devices in wifi panel.
  --- 
  ProblemType: Bug
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  fyriousfighter   3764 F wireplumber
   /dev/snd/seq:fyriousfighter   3754 F pipewire
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 23.04
  InstallationDate: Installed on 2021-02-13 (927 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: Dell Inc. Inspiron 5567
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.2.0-32-generic 
root=UUID=eb0f7397-d28a-4d11-ac7b-51001c65f6d3 ro quiet splash i8042.nomux 
i8024.noloop vt.handoff=7
  ProcVersionSignature: Ubuntu 6.2.0-32.32~22.04.1-generic 6.2.16
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-6.2.0-32-generic N/A
   linux-backports-modules-6.2.0-32-generic  N/A
   linux-firmware20230323.gitbcdcfbcf-0ubuntu1.6
  Tags:  lunar wayland-session
  Uname: Linux 6.2.0-32-generic x86_64
  UpgradeStatus: Upgraded to lunar on 2023-08-26 (2 days ago)
  UserGroups: adm cdrom dialout dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/14/2018
  dmi.bios.release: 1.2
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.2.5
  dmi.board.name: 0DG5G3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A03
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.5:bd05/14/2018:br1.2:svnDellInc.:pnInspiron5567:pvr:rvnDellInc.:rn0DG5G3:rvrA03:cvnDellInc.:ct10:cvr:sku0767:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5567
  dmi.product.sku: 0767
  dmi.sys.vendor: Dell Inc.

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


-- 
Mailing list: https://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 2033260] ProcCpuinfoMinimal.txt

2023-08-28 Thread Shivam Tiwari
apport information

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

Title:
  [ath10k_pci] Not able to see visible devices when wifi is turned on
  please verify.

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Not able to see available devices in wifi panel.
  --- 
  ProblemType: Bug
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  fyriousfighter   3764 F wireplumber
   /dev/snd/seq:fyriousfighter   3754 F pipewire
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 23.04
  InstallationDate: Installed on 2021-02-13 (927 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: Dell Inc. Inspiron 5567
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.2.0-32-generic 
root=UUID=eb0f7397-d28a-4d11-ac7b-51001c65f6d3 ro quiet splash i8042.nomux 
i8024.noloop vt.handoff=7
  ProcVersionSignature: Ubuntu 6.2.0-32.32~22.04.1-generic 6.2.16
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-6.2.0-32-generic N/A
   linux-backports-modules-6.2.0-32-generic  N/A
   linux-firmware20230323.gitbcdcfbcf-0ubuntu1.6
  Tags:  lunar wayland-session
  Uname: Linux 6.2.0-32-generic x86_64
  UpgradeStatus: Upgraded to lunar on 2023-08-26 (2 days ago)
  UserGroups: adm cdrom dialout dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/14/2018
  dmi.bios.release: 1.2
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.2.5
  dmi.board.name: 0DG5G3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A03
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.5:bd05/14/2018:br1.2:svnDellInc.:pnInspiron5567:pvr:rvnDellInc.:rn0DG5G3:rvrA03:cvnDellInc.:ct10:cvr:sku0767:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5567
  dmi.product.sku: 0767
  dmi.sys.vendor: Dell Inc.

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


-- 
Mailing list: https://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 2033260] Lsusb-t.txt

2023-08-28 Thread Shivam Tiwari
apport information

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

Title:
  [ath10k_pci] Not able to see visible devices when wifi is turned on
  please verify.

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Not able to see available devices in wifi panel.
  --- 
  ProblemType: Bug
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  fyriousfighter   3764 F wireplumber
   /dev/snd/seq:fyriousfighter   3754 F pipewire
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 23.04
  InstallationDate: Installed on 2021-02-13 (927 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: Dell Inc. Inspiron 5567
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.2.0-32-generic 
root=UUID=eb0f7397-d28a-4d11-ac7b-51001c65f6d3 ro quiet splash i8042.nomux 
i8024.noloop vt.handoff=7
  ProcVersionSignature: Ubuntu 6.2.0-32.32~22.04.1-generic 6.2.16
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-6.2.0-32-generic N/A
   linux-backports-modules-6.2.0-32-generic  N/A
   linux-firmware20230323.gitbcdcfbcf-0ubuntu1.6
  Tags:  lunar wayland-session
  Uname: Linux 6.2.0-32-generic x86_64
  UpgradeStatus: Upgraded to lunar on 2023-08-26 (2 days ago)
  UserGroups: adm cdrom dialout dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/14/2018
  dmi.bios.release: 1.2
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.2.5
  dmi.board.name: 0DG5G3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A03
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.5:bd05/14/2018:br1.2:svnDellInc.:pnInspiron5567:pvr:rvnDellInc.:rn0DG5G3:rvrA03:cvnDellInc.:ct10:cvr:sku0767:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5567
  dmi.product.sku: 0767
  dmi.sys.vendor: Dell Inc.

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


-- 
Mailing list: https://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 2033260] acpidump.txt

2023-08-28 Thread Shivam Tiwari
apport information

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

Title:
  [ath10k_pci] Not able to see visible devices when wifi is turned on
  please verify.

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Not able to see available devices in wifi panel.
  --- 
  ProblemType: Bug
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  fyriousfighter   3764 F wireplumber
   /dev/snd/seq:fyriousfighter   3754 F pipewire
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 23.04
  InstallationDate: Installed on 2021-02-13 (927 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: Dell Inc. Inspiron 5567
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.2.0-32-generic 
root=UUID=eb0f7397-d28a-4d11-ac7b-51001c65f6d3 ro quiet splash i8042.nomux 
i8024.noloop vt.handoff=7
  ProcVersionSignature: Ubuntu 6.2.0-32.32~22.04.1-generic 6.2.16
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-6.2.0-32-generic N/A
   linux-backports-modules-6.2.0-32-generic  N/A
   linux-firmware20230323.gitbcdcfbcf-0ubuntu1.6
  Tags:  lunar wayland-session
  Uname: Linux 6.2.0-32-generic x86_64
  UpgradeStatus: Upgraded to lunar on 2023-08-26 (2 days ago)
  UserGroups: adm cdrom dialout dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/14/2018
  dmi.bios.release: 1.2
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.2.5
  dmi.board.name: 0DG5G3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A03
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.5:bd05/14/2018:br1.2:svnDellInc.:pnInspiron5567:pvr:rvnDellInc.:rn0DG5G3:rvrA03:cvnDellInc.:ct10:cvr:sku0767:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5567
  dmi.product.sku: 0767
  dmi.sys.vendor: Dell Inc.

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


-- 
Mailing list: https://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 2033260] Lsusb.txt

2023-08-28 Thread Shivam Tiwari
apport information

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

Title:
  [ath10k_pci] Not able to see visible devices when wifi is turned on
  please verify.

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Not able to see available devices in wifi panel.
  --- 
  ProblemType: Bug
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  fyriousfighter   3764 F wireplumber
   /dev/snd/seq:fyriousfighter   3754 F pipewire
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 23.04
  InstallationDate: Installed on 2021-02-13 (927 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: Dell Inc. Inspiron 5567
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.2.0-32-generic 
root=UUID=eb0f7397-d28a-4d11-ac7b-51001c65f6d3 ro quiet splash i8042.nomux 
i8024.noloop vt.handoff=7
  ProcVersionSignature: Ubuntu 6.2.0-32.32~22.04.1-generic 6.2.16
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-6.2.0-32-generic N/A
   linux-backports-modules-6.2.0-32-generic  N/A
   linux-firmware20230323.gitbcdcfbcf-0ubuntu1.6
  Tags:  lunar wayland-session
  Uname: Linux 6.2.0-32-generic x86_64
  UpgradeStatus: Upgraded to lunar on 2023-08-26 (2 days ago)
  UserGroups: adm cdrom dialout dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/14/2018
  dmi.bios.release: 1.2
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.2.5
  dmi.board.name: 0DG5G3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A03
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.5:bd05/14/2018:br1.2:svnDellInc.:pnInspiron5567:pvr:rvnDellInc.:rn0DG5G3:rvrA03:cvnDellInc.:ct10:cvr:sku0767:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5567
  dmi.product.sku: 0767
  dmi.sys.vendor: Dell Inc.

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


-- 
Mailing list: https://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 2033260] CRDA.txt

2023-08-28 Thread Shivam Tiwari
apport information

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

Title:
  [ath10k_pci] Not able to see visible devices when wifi is turned on
  please verify.

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Not able to see available devices in wifi panel.
  --- 
  ProblemType: Bug
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  fyriousfighter   3764 F wireplumber
   /dev/snd/seq:fyriousfighter   3754 F pipewire
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 23.04
  InstallationDate: Installed on 2021-02-13 (927 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: Dell Inc. Inspiron 5567
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.2.0-32-generic 
root=UUID=eb0f7397-d28a-4d11-ac7b-51001c65f6d3 ro quiet splash i8042.nomux 
i8024.noloop vt.handoff=7
  ProcVersionSignature: Ubuntu 6.2.0-32.32~22.04.1-generic 6.2.16
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-6.2.0-32-generic N/A
   linux-backports-modules-6.2.0-32-generic  N/A
   linux-firmware20230323.gitbcdcfbcf-0ubuntu1.6
  Tags:  lunar wayland-session
  Uname: Linux 6.2.0-32-generic x86_64
  UpgradeStatus: Upgraded to lunar on 2023-08-26 (2 days ago)
  UserGroups: adm cdrom dialout dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/14/2018
  dmi.bios.release: 1.2
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.2.5
  dmi.board.name: 0DG5G3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A03
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.5:bd05/14/2018:br1.2:svnDellInc.:pnInspiron5567:pvr:rvnDellInc.:rn0DG5G3:rvrA03:cvnDellInc.:ct10:cvr:sku0767:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5567
  dmi.product.sku: 0767
  dmi.sys.vendor: Dell Inc.

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


-- 
Mailing list: https://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 2033260] Lspci-vt.txt

2023-08-28 Thread Shivam Tiwari
apport information

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

Title:
  [ath10k_pci] Not able to see visible devices when wifi is turned on
  please verify.

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Not able to see available devices in wifi panel.
  --- 
  ProblemType: Bug
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  fyriousfighter   3764 F wireplumber
   /dev/snd/seq:fyriousfighter   3754 F pipewire
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 23.04
  InstallationDate: Installed on 2021-02-13 (927 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: Dell Inc. Inspiron 5567
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.2.0-32-generic 
root=UUID=eb0f7397-d28a-4d11-ac7b-51001c65f6d3 ro quiet splash i8042.nomux 
i8024.noloop vt.handoff=7
  ProcVersionSignature: Ubuntu 6.2.0-32.32~22.04.1-generic 6.2.16
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-6.2.0-32-generic N/A
   linux-backports-modules-6.2.0-32-generic  N/A
   linux-firmware20230323.gitbcdcfbcf-0ubuntu1.6
  Tags:  lunar wayland-session
  Uname: Linux 6.2.0-32-generic x86_64
  UpgradeStatus: Upgraded to lunar on 2023-08-26 (2 days ago)
  UserGroups: adm cdrom dialout dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/14/2018
  dmi.bios.release: 1.2
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.2.5
  dmi.board.name: 0DG5G3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A03
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.5:bd05/14/2018:br1.2:svnDellInc.:pnInspiron5567:pvr:rvnDellInc.:rn0DG5G3:rvrA03:cvnDellInc.:ct10:cvr:sku0767:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5567
  dmi.product.sku: 0767
  dmi.sys.vendor: Dell Inc.

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


-- 
Mailing list: https://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 2033260] Lspci.txt

2023-08-28 Thread Shivam Tiwari
apport information

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

Title:
  [ath10k_pci] Not able to see visible devices when wifi is turned on
  please verify.

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Not able to see available devices in wifi panel.
  --- 
  ProblemType: Bug
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  fyriousfighter   3764 F wireplumber
   /dev/snd/seq:fyriousfighter   3754 F pipewire
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 23.04
  InstallationDate: Installed on 2021-02-13 (927 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: Dell Inc. Inspiron 5567
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.2.0-32-generic 
root=UUID=eb0f7397-d28a-4d11-ac7b-51001c65f6d3 ro quiet splash i8042.nomux 
i8024.noloop vt.handoff=7
  ProcVersionSignature: Ubuntu 6.2.0-32.32~22.04.1-generic 6.2.16
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-6.2.0-32-generic N/A
   linux-backports-modules-6.2.0-32-generic  N/A
   linux-firmware20230323.gitbcdcfbcf-0ubuntu1.6
  Tags:  lunar wayland-session
  Uname: Linux 6.2.0-32-generic x86_64
  UpgradeStatus: Upgraded to lunar on 2023-08-26 (2 days ago)
  UserGroups: adm cdrom dialout dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/14/2018
  dmi.bios.release: 1.2
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.2.5
  dmi.board.name: 0DG5G3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A03
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.5:bd05/14/2018:br1.2:svnDellInc.:pnInspiron5567:pvr:rvnDellInc.:rn0DG5G3:rvrA03:cvnDellInc.:ct10:cvr:sku0767:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5567
  dmi.product.sku: 0767
  dmi.sys.vendor: Dell Inc.

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


-- 
Mailing list: https://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 2033260] CurrentDmesg.txt

2023-08-28 Thread Shivam Tiwari
apport information

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

Title:
  [ath10k_pci] Not able to see visible devices when wifi is turned on
  please verify.

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Not able to see available devices in wifi panel.
  --- 
  ProblemType: Bug
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  fyriousfighter   3764 F wireplumber
   /dev/snd/seq:fyriousfighter   3754 F pipewire
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 23.04
  InstallationDate: Installed on 2021-02-13 (927 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: Dell Inc. Inspiron 5567
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.2.0-32-generic 
root=UUID=eb0f7397-d28a-4d11-ac7b-51001c65f6d3 ro quiet splash i8042.nomux 
i8024.noloop vt.handoff=7
  ProcVersionSignature: Ubuntu 6.2.0-32.32~22.04.1-generic 6.2.16
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-6.2.0-32-generic N/A
   linux-backports-modules-6.2.0-32-generic  N/A
   linux-firmware20230323.gitbcdcfbcf-0ubuntu1.6
  Tags:  lunar wayland-session
  Uname: Linux 6.2.0-32-generic x86_64
  UpgradeStatus: Upgraded to lunar on 2023-08-26 (2 days ago)
  UserGroups: adm cdrom dialout dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/14/2018
  dmi.bios.release: 1.2
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.2.5
  dmi.board.name: 0DG5G3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A03
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.5:bd05/14/2018:br1.2:svnDellInc.:pnInspiron5567:pvr:rvnDellInc.:rn0DG5G3:rvrA03:cvnDellInc.:ct10:cvr:sku0767:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5567
  dmi.product.sku: 0767
  dmi.sys.vendor: Dell Inc.

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


-- 
Mailing list: https://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 2033260] IwConfig.txt

2023-08-28 Thread Shivam Tiwari
apport information

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

Title:
  [ath10k_pci] Not able to see visible devices when wifi is turned on
  please verify.

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Not able to see available devices in wifi panel.
  --- 
  ProblemType: Bug
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  fyriousfighter   3764 F wireplumber
   /dev/snd/seq:fyriousfighter   3754 F pipewire
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 23.04
  InstallationDate: Installed on 2021-02-13 (927 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: Dell Inc. Inspiron 5567
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.2.0-32-generic 
root=UUID=eb0f7397-d28a-4d11-ac7b-51001c65f6d3 ro quiet splash i8042.nomux 
i8024.noloop vt.handoff=7
  ProcVersionSignature: Ubuntu 6.2.0-32.32~22.04.1-generic 6.2.16
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-6.2.0-32-generic N/A
   linux-backports-modules-6.2.0-32-generic  N/A
   linux-firmware20230323.gitbcdcfbcf-0ubuntu1.6
  Tags:  lunar wayland-session
  Uname: Linux 6.2.0-32-generic x86_64
  UpgradeStatus: Upgraded to lunar on 2023-08-26 (2 days ago)
  UserGroups: adm cdrom dialout dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/14/2018
  dmi.bios.release: 1.2
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.2.5
  dmi.board.name: 0DG5G3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A03
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.5:bd05/14/2018:br1.2:svnDellInc.:pnInspiron5567:pvr:rvnDellInc.:rn0DG5G3:rvrA03:cvnDellInc.:ct10:cvr:sku0767:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5567
  dmi.product.sku: 0767
  dmi.sys.vendor: Dell Inc.

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


-- 
Mailing list: https://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 2033260] Re: [ath10k_pci] Not able to see visible devices when wifi is turned on please verify.

2023-08-28 Thread Shivam Tiwari
apport information

** Tags added: apport-collected lunar wayland-session

** Description changed:

  Not able to see available devices in wifi panel.
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.26.1-0ubuntu2
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  fyriousfighter   3764 F wireplumber
+  /dev/snd/seq:fyriousfighter   3754 F pipewire
+ CasperMD5CheckResult: unknown
+ CurrentDesktop: ubuntu:GNOME
+ DistroRelease: Ubuntu 23.04
+ InstallationDate: Installed on 2021-02-13 (927 days ago)
+ InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
+ MachineType: Dell Inc. Inspiron 5567
+ Package: linux (not installed)
+ ProcFB: 0 i915drmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.2.0-32-generic 
root=UUID=eb0f7397-d28a-4d11-ac7b-51001c65f6d3 ro quiet splash i8042.nomux 
i8024.noloop vt.handoff=7
+ ProcVersionSignature: Ubuntu 6.2.0-32.32~22.04.1-generic 6.2.16
+ PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
+ RelatedPackageVersions:
+  linux-restricted-modules-6.2.0-32-generic N/A
+  linux-backports-modules-6.2.0-32-generic  N/A
+  linux-firmware20230323.gitbcdcfbcf-0ubuntu1.6
+ Tags:  lunar wayland-session
+ Uname: Linux 6.2.0-32-generic x86_64
+ UpgradeStatus: Upgraded to lunar on 2023-08-26 (2 days ago)
+ UserGroups: adm cdrom dialout dip lpadmin lxd plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 05/14/2018
+ dmi.bios.release: 1.2
+ dmi.bios.vendor: Dell Inc.
+ dmi.bios.version: 1.2.5
+ dmi.board.name: 0DG5G3
+ dmi.board.vendor: Dell Inc.
+ dmi.board.version: A03
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: Dell Inc.
+ dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.5:bd05/14/2018:br1.2:svnDellInc.:pnInspiron5567:pvr:rvnDellInc.:rn0DG5G3:rvrA03:cvnDellInc.:ct10:cvr:sku0767:
+ dmi.product.family: Inspiron
+ dmi.product.name: Inspiron 5567
+ dmi.product.sku: 0767
+ dmi.sys.vendor: Dell Inc.

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

Title:
  [ath10k_pci] Not able to see visible devices when wifi is turned on
  please verify.

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Not able to see available devices in wifi panel.
  --- 
  ProblemType: Bug
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  fyriousfighter   3764 F wireplumber
   /dev/snd/seq:fyriousfighter   3754 F pipewire
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 23.04
  InstallationDate: Installed on 2021-02-13 (927 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: Dell Inc. Inspiron 5567
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.2.0-32-generic 
root=UUID=eb0f7397-d28a-4d11-ac7b-51001c65f6d3 ro quiet splash i8042.nomux 
i8024.noloop vt.handoff=7
  ProcVersionSignature: Ubuntu 6.2.0-32.32~22.04.1-generic 6.2.16
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-6.2.0-32-generic N/A
   linux-backports-modules-6.2.0-32-generic  N/A
   linux-firmware20230323.gitbcdcfbcf-0ubuntu1.6
  Tags:  lunar wayland-session
  Uname: Linux 6.2.0-32-generic x86_64
  UpgradeStatus: Upgraded to lunar on 2023-08-26 (2 days ago)
  UserGroups: adm cdrom dialout dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/14/2018
  dmi.bios.release: 1.2
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.2.5
  dmi.board.name: 0DG5G3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A03
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.5:bd05/14/2018:br1.2:svnDellInc.:pnInspiron5567:pvr:rvnDellInc.:rn0DG5G3:rvrA03:cvnDellInc.:ct10:cvr:sku0767:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5567
  dmi.product.sku: 0767
  dmi.sys.vendor: Dell Inc.

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


-- 
Mailing list: https://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 2033260] Missing required logs.

2023-08-28 Thread Ubuntu Kernel Bot
This bug is missing log files that will aid in diagnosing the problem.
While running an Ubuntu kernel (not a mainline or third-party kernel)
please enter the following command in a terminal window:

apport-collect 2033260

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

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

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

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

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

Title:
  [ath10k_pci] Not able to see visible devices when wifi is turned on
  please verify.

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Not able to see available devices in wifi panel.

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


-- 
Mailing list: https://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 2033260] Re: Not able to see visible devices when wifi is turned on please verify.

2023-08-28 Thread Daniel van Vugt
Your logs are full of errors from the ath10k_pci and r8169 kernel
drivers, so this is a kernel bug (or a hardware fault).

** Summary changed:

- Not able to see visible devices when wifi is turned on please verify.
+ [ath10k_pci] Not able to see visible devices when wifi is turned on please 
verify.

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

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

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

Title:
  [ath10k_pci] Not able to see visible devices when wifi is turned on
  please verify.

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Not able to see available devices in wifi panel.

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


-- 
Mailing list: https://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 2033260] [NEW] [ath10k_pci] Not able to see visible devices when wifi is turned on please verify.

2023-08-28 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Not able to see available devices in wifi panel.

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

-- 
[ath10k_pci] Not able to see visible devices when wifi is turned on please 
verify.
https://bugs.launchpad.net/bugs/2033260
You received this bug notification because you are a member of Kernel Packages, 
which is subscribed to linux in Ubuntu.

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


[Kernel-packages] [Bug 2033198] Re: package linux-tools-common (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/acpidbg', which is also in package linux-intel-iotg-5.15-tools-c

2023-08-28 Thread Jian Hui Lee
hi geordna,

from the log, looks like you were running 5.15.0-79 generic kernel and
then installed linux-intel-iotg-5.15-tools-common package. tools-common
and kernel should be in the same kernel flavour to make perf command
works.

could you try to remove linux-intel-iotg-5.15-tools-common first and
install linux-tools-common after?

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

Title:
  package linux-tools-common (not installed) failed to install/upgrade:
  trying to overwrite '/usr/bin/acpidbg', which is also in package
  linux-intel-iotg-5.15-tools-common 5.15.0-1037.42~20.04.1

Status in linux-intel-iotg-5.15 package in Ubuntu:
  Incomplete

Bug description:
  trying to get perf running.

  First did:
  >sudo apt install linux-intel-iotg-5.15-tools-common
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  The following NEW packages will be installed:
linux-intel-iotg-5.15-tools-common
  0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  Need to get 334 kB of archives.
  After this operation, 899 kB of additional disk space will be used.
  Get:1 http://us.archive.ubuntu.com/ubuntu focal-updates/main amd64 
linux-intel-iotg-5.15-tools-common all 5.15.0-1037.42~20.04.1 [334 kB]
  Fetched 334 kB in 0s (1,291 kB/s)  
  Selecting previously unselected package linux-intel-iotg-5.15-tools-common.
  (Reading database ... 345841 files and directories currently installed.)
  Preparing to unpack 
.../linux-intel-iotg-5.15-tools-common_5.15.0-1037.42~20.04.1_all.deb ...
  Unpacking linux-intel-iotg-5.15-tools-common (5.15.0-1037.42~20.04.1) ...
  Setting up linux-intel-iotg-5.15-tools-common (5.15.0-1037.42~20.04.1) ...
  Processing triggers for man-db (2.9.1-1) ...

  Then tried to execute perf and received:
  WARNING: perf not found for kernel 5.15.0-79

You may need to install the following packages for this specific kernel:
  linux-tools-5.15.0-79-generic
  linux-cloud-tools-5.15.0-79-generic

You may also want to install one of the following packages to keep up to 
date:
  linux-tools-generic
  linux-cloud-tools-generic

  So did:
  >sudo apt-get install linux-tools-generic
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  The following additional packages will be installed:
linux-tools-5.4.0-156 linux-tools-5.4.0-156-generic linux-tools-common
  The following NEW packages will be installed:
linux-tools-5.4.0-156 linux-tools-5.4.0-156-generic linux-tools-common 
linux-tools-generic
  0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
  Need to get 5,775 kB of archives.
  After this operation, 27.2 MB of additional disk space will be used.
  Do you want to continue? [Y/n] y
  Get:1 http://us.archive.ubuntu.com/ubuntu focal-updates/main amd64 
linux-tools-common all 5.4.0-156.173 [187 kB]
  Get:2 http://us.archive.ubuntu.com/ubuntu focal-updates/main amd64 
linux-tools-5.4.0-156 amd64 5.4.0-156.173 [5,584 kB]
  Get:3 http://us.archive.ubuntu.com/ubuntu focal-updates/main amd64 
linux-tools-5.4.0-156-generic amd64 5.4.0-156.173 [1,992 B]
  Get:4 http://us.archive.ubuntu.com/ubuntu focal-updates/main amd64 
linux-tools-generic amd64 5.4.0.156.152 [2,464 B]
  Fetched 5,775 kB in 1s (10.6 MB/s)
  Selecting previously unselected package linux-tools-common.
  (Reading database ... 345914 files and directories currently installed.)
  Preparing to unpack .../linux-tools-common_5.4.0-156.173_all.deb ...
  Unpacking linux-tools-common (5.4.0-156.173) ...
  dpkg: error processing archive 
/var/cache/apt/archives/linux-tools-common_5.4.0-156.173_all.deb (--unpack):
   trying to overwrite '/usr/bin/acpidbg', which is also in package 
linux-intel-iotg-5.15-tools-common 5.15.0-1037.42~20.04.1
  dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
  Selecting previously unselected package linux-tools-5.4.0-156.
  Preparing to unpack .../linux-tools-5.4.0-156_5.4.0-156.173_amd64.deb ...
  Unpacking linux-tools-5.4.0-156 (5.4.0-156.173) ...
  Selecting previously unselected package linux-tools-5.4.0-156-generic.
  Preparing to unpack .../linux-tools-5.4.0-156-generic_5.4.0-156.173_amd64.deb 
...
  Unpacking linux-tools-5.4.0-156-generic (5.4.0-156.173) ...
  Selecting previously unselected package linux-tools-generic.
  Preparing to unpack .../linux-tools-generic_5.4.0.156.152_amd64.deb ...
  Unpacking linux-tools-generic (5.4.0.156.152) ...
  Errors were encountered while processing:
   /var/cache/apt/archives/linux-tools-common_5.4.0-156.173_all.deb
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  ProblemType: Package
  DistroRelease: Ubuntu 20.04
  Package: linux-tools-common (not installed)
  ProcVersionSignature: Ubuntu 5.15.0-79.86~20.04.2-generic 

[Kernel-packages] [Bug 2033327] Re: Desktop cannot resume after suspend: screen not detected

2023-08-28 Thread Pierre Equoy
Attaching GPU-related logs after reboooting the device.

Outputs from:

modinfo amdgpu > modinfo.amdgpu.log
sudo lshw > lshw.log
sudo dmidecode > dmidecode.log
lspci -nn > lspci.nn.log
lspci -vnn > lspci.vnn.log
cp /var/log/Xorg.0.log .
lsmod | grep amdgpu > lsmod.amdgpu.log


** Attachment added: "gpu-logs.tgz"
   
https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe-6.2/+bug/2033327/+attachment/5695800/+files/gpu-logs.tgz

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

Title:
  Desktop cannot resume after suspend: screen not detected

Status in linux-signed-hwe-6.2 package in Ubuntu:
  New

Bug description:
  Hardware:

  - Desktop PC (Intel i5 4th gen)
  - GPU: AMD RX580
  - Ubuntu 22.04 with kernel HWE 6.2

  Steps to reproduce:

  1. Start the device
  2. Suspend
  3. Resume by pressing a key on the keyboard

  Expected results:

  The screen lights up, showing the screen to put my password to resume
  the session.

  Actual result:

  The screen OSD displays a "No Signal" message before turning off.
  Nothing seems to happen when I press keyboard keys or move the mouse.

  Switching to a TTY by pressing Ctrl+Alt+F3 works: I can login and see
  the logs (that's how I filed this bug).

  Switching back to graphics session (Ctrl+Alt+F2) does't work: it shows
  the cursor and nothing else (black screen).

  Switching to login screen (Ctrl+Alt+F1) works: I can see the list of
  users, select on and enter my password... but then I'm back to the
  same black screen with the mouse cursor.

  This is not a regression, as the same problem happened already with
  the previous point release (I believe it was Linux kernel 5.15).

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-6.2.0-26-generic 6.2.0-26.26~22.04.1
  ProcVersionSignature: Ubuntu 6.2.0-26.26~22.04.1-generic 6.2.13
  Uname: Linux 6.2.0-26-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: pass
  Date: Tue Aug 29 09:15:49 2023
  InstallationDate: Installed on 2022-12-28 (243 days ago)
  InstallationMedia: Ubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64 
(20220809.1)
  SourcePackage: linux-signed-hwe-6.2
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe-6.2/+bug/2033327/+subscriptions


-- 
Mailing list: https://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 2033327] Re: Desktop cannot resume after suspend: screen not detected

2023-08-28 Thread Pierre Equoy
Attached are the logs for the last boot. As you can see, the device had
been running for a week without any problem, but suspending/resuming
killed it.

We can see the following stack trace in the logs:

Aug 29 09:12:32 coltrane kernel: kworker/u8:24: page allocation failure: 
order:5, mode:0x40d00(GFP_NOIO|__GFP_COMP|__GFP_ZERO), 
nodemask=(null),cpuset=/,mems_allowed=0
Aug 29 09:12:32 coltrane kernel: CPU: 3 PID: 903164 Comm: kworker/u8:24 Not 
tainted 6.2.0-26-generic #26~22.04.1-Ubuntu
Aug 29 09:12:32 coltrane kernel: Hardware name: ASUS All Series/B85M-K, BIOS 
3602 03/26/2018
Aug 29 09:12:32 coltrane kernel: Workqueue: events_unbound async_run_entry_fn
Aug 29 09:12:32 coltrane kernel: Call Trace:
Aug 29 09:12:32 coltrane kernel:  
Aug 29 09:12:32 coltrane kernel:  dump_stack_lvl+0x48/0x70
Aug 29 09:12:32 coltrane kernel:  dump_stack+0x10/0x20
Aug 29 09:12:32 coltrane kernel:  warn_alloc+0x14b/0x1c0
Aug 29 09:12:32 coltrane kernel:  ? __alloc_pages_direct_compact+0xa7/0x240
Aug 29 09:12:32 coltrane kernel:  __alloc_pages_slowpath.constprop.0+0x910/0x990
Aug 29 09:12:32 coltrane kernel:  __alloc_pages+0x32c/0x360
Aug 29 09:12:32 coltrane kernel:  __kmalloc_large_node+0x89/0x170
Aug 29 09:12:32 coltrane kernel:  kmalloc_large+0x21/0xc0
Aug 29 09:12:32 coltrane kernel:  dc_set_power_state+0x49/0x190 [amdgpu]
Aug 29 09:12:32 coltrane kernel:  dm_suspend+0x9f/0x290 [amdgpu]
Aug 29 09:12:32 coltrane kernel:  ? vi_common_set_clockgating_state+0xd7/0x190 
[amdgpu]
Aug 29 09:12:32 coltrane kernel:  amdgpu_device_ip_suspend_phase1+0xb9/0x1d0 
[amdgpu]
Aug 29 09:12:32 coltrane kernel:  amdgpu_device_suspend+0xca/0x1d0 [amdgpu]
Aug 29 09:12:32 coltrane kernel:  amdgpu_pmops_suspend+0x33/0x50 [amdgpu]
Aug 29 09:12:32 coltrane kernel:  pci_pm_suspend+0x8a/0x1c0
Aug 29 09:12:32 coltrane kernel:  ? __pfx_pci_pm_suspend+0x10/0x10
Aug 29 09:12:32 coltrane kernel:  dpm_run_callback+0x54/0x1a0
Aug 29 09:12:32 coltrane kernel:  __device_suspend+0x14b/0x400
Aug 29 09:12:32 coltrane kernel:  async_suspend+0x1f/0x80
Aug 29 09:12:32 coltrane kernel:  async_run_entry_fn+0x33/0x130
Aug 29 09:12:32 coltrane kernel:  process_one_work+0x21f/0x440
Aug 29 09:12:32 coltrane kernel:  worker_thread+0x50/0x3f0
Aug 29 09:12:32 coltrane kernel:  ? __pfx_worker_thread+0x10/0x10
Aug 29 09:12:32 coltrane kernel:  kthread+0xee/0x120
Aug 29 09:12:32 coltrane kernel:  ? __pfx_kthread+0x10/0x10
Aug 29 09:12:32 coltrane kernel:  ret_from_fork+0x2c/0x50
Aug 29 09:12:32 coltrane kernel:  
Aug 29 09:12:32 coltrane kernel: Mem-Info:
Aug 29 09:12:32 coltrane kernel: active_anon:6 inactive_anon:2748750 
isolated_anon:0
  active_file:309 inactive_file:232 
isolated_file:0
  unevictable:41 dirty:1 writeback:8
  slab_reclaimable:60650 
slab_unreclaimable:80021
  mapped:1 shmem:70425 pagetables:29671
  sec_pagetables:0 bounce:0
  kernel_misc_reclaimable:0
  free:106406 free_pcp:0 free_cma:0
Aug 29 09:12:32 coltrane kernel: Node 0 active_anon:24kB 
inactive_anon:10995000kB active_file:1236kB inactive_file:928kB 
unevictable:164kB isolated(anon):0kB isolated(file):0kB mapped:4kB dirty:4kB 
writeback:32kB shmem:281700kB shmem_thp: 0kB shmem_pmdmapped: 0kB anon_thp: 
2048kB writeback_tmp:0kB kernel_stack:42288kB pagetables:118684kB 
sec_pagetables:0kB all_unreclaimable? no
Aug 29 09:12:32 coltrane kernel: Node 0 DMA free:13308kB boost:0kB min:64kB 
low:80kB high:96kB reserved_highatomic:0KB active_anon:0kB inactive_anon:0kB 
active_file:0kB inactive_file:0kB unevictable:0kB writepending:0kB 
present:15988kB managed:15360kB mlocked:0kB bounce:0kB free_pcp:0kB 
local_pcp:0kB free_cma:0kB
Aug 29 09:12:32 coltrane kernel: lowmem_reserve[]: 0 3380 15822 15822 15822
Aug 29 09:12:32 coltrane kernel: Node 0 DMA32 free:197068kB boost:32448kB 
min:46872kB low:50476kB high:54080kB reserved_highatomic:0KB active_anon:0kB 
inactive_anon:2122496kB active_file:0kB inactive_file:0kB unevictable:80kB 
writepending:0kB present:3606752kB managed:3541040kB mlocked:80kB bounce:0kB 
free_pcp:0kB local_pcp:0kB free_cma:0kB
Aug 29 09:12:32 coltrane kernel: lowmem_reserve[]: 0 0 12442 12442 12442
Aug 29 09:12:32 coltrane kernel: Node 0 Normal free:215248kB boost:119452kB 
min:172544kB low:185816kB high:199088kB reserved_highatomic:2048KB 
active_anon:24kB inactive_anon:8872504kB active_file:1040kB 
inactive_file:1136kB unevictable:84kB writepending:36kB present:13090816kB 
managed:12748956kB mlocked:84kB bounce:0kB free_pcp:0kB local_pcp:0kB 
free_cma:0kB
Aug 29 09:12:32 coltrane kernel: lowmem_reserve[]: 0 0 0 0 0
Aug 29 09:12:32 coltrane kernel: Node 0 DMA: 1*4kB (U) 1*8kB (U) 1*16kB (U) 
1*32kB (U) 1*64kB (U) 1*128kB (U) 1*256kB (U) 1*512kB (U) 0*1024kB 2*2048kB 
(UM) 2*4096kB (M) = 13308kB
Aug 29 09:12:32 coltrane kernel: Node 0 DMA32: 49272*4kB (UME) 1*8kB 

[Kernel-packages] [Bug 2033327] [NEW] Desktop cannot resume after suspend: screen not detected

2023-08-28 Thread Pierre Equoy
Public bug reported:

Hardware:

- Desktop PC (Intel i5 4th gen)
- GPU: AMD RX580
- Ubuntu 22.04 with kernel HWE 6.2

Steps to reproduce:

1. Start the device
2. Suspend
3. Resume by pressing a key on the keyboard

Expected results:

The screen lights up, showing the screen to put my password to resume
the session.

Actual result:

The screen OSD displays a "No Signal" message before turning off.
Nothing seems to happen when I press keyboard keys or move the mouse.

Switching to a TTY by pressing Ctrl+Alt+F3 works: I can login and see
the logs (that's how I filed this bug).

Switching back to graphics session (Ctrl+Alt+F2) does't work: it shows
the cursor and nothing else (black screen).

Switching to login screen (Ctrl+Alt+F1) works: I can see the list of
users, select on and enter my password... but then I'm back to the same
black screen with the mouse cursor.

This is not a regression, as the same problem happened already with the
previous point release (I believe it was Linux kernel 5.15).

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: linux-image-6.2.0-26-generic 6.2.0-26.26~22.04.1
ProcVersionSignature: Ubuntu 6.2.0-26.26~22.04.1-generic 6.2.13
Uname: Linux 6.2.0-26-generic x86_64
ApportVersion: 2.20.11-0ubuntu82.5
Architecture: amd64
CasperMD5CheckResult: pass
Date: Tue Aug 29 09:15:49 2023
InstallationDate: Installed on 2022-12-28 (243 days ago)
InstallationMedia: Ubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64 
(20220809.1)
SourcePackage: linux-signed-hwe-6.2
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug jammy

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

Title:
  Desktop cannot resume after suspend: screen not detected

Status in linux-signed-hwe-6.2 package in Ubuntu:
  New

Bug description:
  Hardware:

  - Desktop PC (Intel i5 4th gen)
  - GPU: AMD RX580
  - Ubuntu 22.04 with kernel HWE 6.2

  Steps to reproduce:

  1. Start the device
  2. Suspend
  3. Resume by pressing a key on the keyboard

  Expected results:

  The screen lights up, showing the screen to put my password to resume
  the session.

  Actual result:

  The screen OSD displays a "No Signal" message before turning off.
  Nothing seems to happen when I press keyboard keys or move the mouse.

  Switching to a TTY by pressing Ctrl+Alt+F3 works: I can login and see
  the logs (that's how I filed this bug).

  Switching back to graphics session (Ctrl+Alt+F2) does't work: it shows
  the cursor and nothing else (black screen).

  Switching to login screen (Ctrl+Alt+F1) works: I can see the list of
  users, select on and enter my password... but then I'm back to the
  same black screen with the mouse cursor.

  This is not a regression, as the same problem happened already with
  the previous point release (I believe it was Linux kernel 5.15).

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-6.2.0-26-generic 6.2.0-26.26~22.04.1
  ProcVersionSignature: Ubuntu 6.2.0-26.26~22.04.1-generic 6.2.13
  Uname: Linux 6.2.0-26-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: pass
  Date: Tue Aug 29 09:15:49 2023
  InstallationDate: Installed on 2022-12-28 (243 days ago)
  InstallationMedia: Ubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64 
(20220809.1)
  SourcePackage: linux-signed-hwe-6.2
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe-6.2/+bug/2033327/+subscriptions


-- 
Mailing list: https://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 2031093] Re: libgnutls report "trap invalid opcode" when trying to install packages over https

2023-08-28 Thread Birgit Edel
Is there a way to have either launchpad or snapd track the status in
snap-managed library hardcopies?

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

Title:
  libgnutls report "trap invalid opcode" when trying to install packages
  over https

Status in ubuntu-kernel-tests:
  New
Status in gnutls28 package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed
Status in gnutls28 source package in Focal:
  Confirmed
Status in linux source package in Focal:
  Fix Released
Status in gnutls28 source package in Jammy:
  Confirmed
Status in linux source package in Jammy:
  Fix Released
Status in gnutls28 source package in Lunar:
  Confirmed
Status in linux source package in Lunar:
  Fix Released

Bug description:
  [Impact]
  When booting linux with Gather Data Sampling mitigations without updated 
microcode on an affected CPU, AVX will be disabled. This will cause programs 
connecting to https using gnutls on Jammy to break, including apt and git.

  [Test case]
  git clone 
https://git.launchpad.net/~canonical-kernel-team/+git/autotest-client-tests
  Cloning into 'autotest-client-tests'...
  error: git-remote-https died of signal 4

  dmesg:
  [  806.072080] traps: git-remote-http[2561] trap invalid opcode 
ip:7fa2e7dac44a sp:7ffed6796480 error:0 in 
libgnutls.so.30.31.0[7fa2e7c85000+129000]

  Works fine with the mitigation disabled by default.

  [Potential regressions]
  Users booting on affected parts without microcode updates will be subject to 
Gather Data Sampling attacks (which can be done by local untrusted attackers), 
which may leak confidential data, including keys.

  
  -

  When trying to install linux-libc-dev on Oracle BM.Standard2.52 (seems to be 
the only affected instance) with Jammy 5.15.0-81-generic, it will get 
interrupted with:
  E: Method https has died unexpectedly!
  E: Sub-process https received signal 4.

  $ sudo apt install linux-libc-dev
  Reading package lists... Done
  Building dependency tree... Done
  Reading state information... Done
  The following NEW packages will be installed:
    linux-libc-dev
  0 upgraded, 1 newly installed, 0 to remove and 54 not upgraded.
  Need to get 1353 kB of archives.
  After this operation, 6943 kB of additional disk space will be used.
  E: Method https has died unexpectedly!
  E: Sub-process https received signal 4.

  From dmesg you will see:
  [ 1078.750067] traps: https[4572] trap invalid opcode ip:7f3c1e6316be 
sp:7ffea26b61c0 error:0 in libgnutls.so.30.31.0[7f3c1e50f000+129000]

  Also, git clone is not working as well.

  $ git clone --depth=1 
https://git.launchpad.net/~canonical-kernel-team/+git/autotest-client-tests
  Cloning into 'autotest-client-tests'...
  error: git-remote-https died of signal 4

  dmesg:
  [  806.072080] traps: git-remote-http[2561] trap invalid opcode 
ip:7fa2e7dac44a sp:7ffed6796480 error:0 in 
libgnutls.so.30.31.0[7fa2e7c85000+129000]

  libgnutls30 version:3.7.3-4ubuntu1.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2031093/+subscriptions


-- 
Mailing list: https://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 2025040] Re: increased power usage after upgrade from kinetic to lunar

2023-08-28 Thread brett hassall
I see that commit "wifi: rtw88: correct PS calculation for
SUPPORTS_DYNAMIC_PS" has been picked up in the update to upstream stable
6.1.34 and is in the master-next branch of the lunar git repo. i'll test
when the next kernel is built.

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

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

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

Title:
  increased power usage after upgrade from kinetic to lunar

Status in linux package in Ubuntu:
  Fix Committed

Bug description:
  Hi

  I have just upgrade and power usage is double or more under lunar.
  Kernel version went from 5.19.0-43 to 6.2.0-20.

  Running powertop, I see that C8 is being used with 5.19 but 6.2 does
  not go to a higher power saving state than C3.

  I tried the Ubuntu kernel from jammy ie 5.15.0-73. It also uses C8.

  I have also tried the 5.15.108 & 5.10.17 mainline kernels. Both of
  these do not go to higher power saving state  than C3.

  All these tests have been run on the same partition ie. only the
  kernel version has changed.

  Laptop is a HP 15s-fq4011TU 11th Gen Intel with Tiger Lake Iris Xe
  graphics.

  So it seems to me:
  1) Ubuntu has applied a patch to the mainline kernel that improves power 
saving in 5.15 and 5.19
  2) This patch either hasn't been applied to 6.2 or no longer works.

  Could you pls let me know what other info you need or what I could
  look at next?

  Thanks

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


-- 
Mailing list: https://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 2033316] Re: UBUNTU: [Config] optee: Adjust CONFIG_OPTEE_SHM_NUM_PRIV_PAGES to 4

2023-08-28 Thread James Hurley
** Summary changed:

- Kernel cfg: OPTEE driver increase SHMEM pages
+ UBUNTU: [Config] optee: Adjust CONFIG_OPTEE_SHM_NUM_PRIV_PAGES to 4

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

Title:
  UBUNTU: [Config] optee: Adjust CONFIG_OPTEE_SHM_NUM_PRIV_PAGES to 4

Status in linux-bluefield package in Ubuntu:
  New

Bug description:
  SRU Justification:

  [Impact]
  This change is needed to OPTEE as the FTPM driver requires 2 contiguous SHMEM 
pages to boot. Without this change the ftpm_tee_probe function will fail.

  [Fix]
  Change the CONFIG_OPTEE_SHM_NUM_PRIV_PAGES from 1 to 4. Note that other SHMEM 
structures are allocated out of this OPTEE pool as well.

  [Test Case]
  Verified the Microsoft TPM 2.0 FTPM is fully functional with this change, 
running the tpm2-tss Test Suite (mandatory & optional) tests  as well as many 
of the TPM2 Command tools.

  [Regression Potential]
  This only has an effect if OPTEE is configured/enabled in the kernel.

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


-- 
Mailing list: https://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 1973434] Re: massive performance issues since 22.04 upgrade

2023-08-28 Thread Benico van der Westhuizen
The low-latency kernels are solving it for me:
 kernel 5.4.0-156-lowlatency on Ubuntu 18.04 as well as
 kernel 6.2.0-1011-lowlatency on Ubuntu 22.04 (on the same machine: Dell 
Latitude E6540 (2014) ... Intel i7-4600M).

The generic kernels on 18.04 as well as 22.04 just stay at the minimum
freq - no matter what I try.

Initially the frequencies are at minimum until I do:
watch -n 0.2 "cat /proc/cpuinfo |grep MHz" 
and then in another terminal:
sudo cpupower frequency-set --governor ondemand
and voila !

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

Title:
  massive performance issues since 22.04 upgrade

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi,
  After upgrading to 22.04 i had to fight with massive performance issues.

  Browsers appeared to hang every other minute, youtube videos being
  laggy and hang in between, applications in a virtualbox VM where slow
  and also hanging every other minute to a level of not being useable.
  On a pretty recent and powerful system just 2 years old.

  I noticed CPU jumps in top, but also somehow thought it could be a graphics 
issue so invested some time installing nvidia drivers properly.
  Also I wondered if it might be the lowlatency kernel I normally use because I 
do audio stuff, and switched to generic. But nothing helped.

  ThenI had the idea it could be a kernel/scheduler issue because the
  system wasn't always slow, but it appeared certain things kept hanging
  when other processed had a lot of cpu for a few seconds.

  So I got a recent mainline kernel, configured it with my last running
  config from 21.10 before the update, made the debs and installed them,
  and now can tell that a mainline kernel 5.17.7 with all the dkms
  modules that i had before which got compiled automatically at
  installation brings back a "normal" performance.

  I can browse the web, run multiple youtube vids at once, even in
  another browser, have thunderbird running, and a virtualbox machine
  open with another browser for some web app testing and everything runs
  fine and smooth, no lagging.

  Not sure yet what the real reason is - either the kernel version, or a
  patch in the ubuntu version, or the 22.04 kernel config so far, or
  some configuration made in 21.10 that isn't good with 22.04 and it's
  kernel anymore.

  I will go ahead tomorrow and see if I can build a vanilla kernel with
  the config from the ubuntu 22.04 kernel and "make oldconfig", then I
  will be able to tell if only the config is making the difference.

  Please let me know of there is anything I should test to further
  analyze this issue, or any ideas I can try to solve it without having
  to run a mainline manually installed kernel.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-generic 5.15.0.30.33
  ProcVersionSignature: Ubuntu 5.15.0-30.31-generic 5.15.30
  Uname: Linux 5.15.0-30-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu82
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  henning6198 F pulseaudio
   /dev/snd/controlC1:  henning6198 F pulseaudio
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Sat May 14 23:02:38 2022
  InstallationDate: Installed on 2020-04-12 (761 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  MachineType: LENOVO 20QV00CEGE
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.15.0-30-generic 
root=/dev/mapper/vgubuntu-root ro
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-30-generic N/A
   linux-backports-modules-5.15.0-30-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3
  SourcePackage: linux
  UpgradeStatus: Upgraded to jammy on 2022-04-28 (15 days ago)
  dmi.bios.date: 12/06/2021
  dmi.bios.release: 1.42
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N2OET55W (1.42 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20QV00CEGE
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0T08861 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.23
  dmi.modalias: 
dmi:bvnLENOVO:bvrN2OET55W(1.42):bd12/06/2021:br1.42:efr1.23:svnLENOVO:pn20QV00CEGE:pvrThinkPadX1Extreme2nd:rvnLENOVO:rn20QV00CEGE:rvrSDK0T08861WIN:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_20QV_BU_Think_FM_ThinkPadX1Extreme2nd:
  dmi.product.family: ThinkPad X1 Extreme 2nd
  dmi.product.name: 20QV00CEGE
  dmi.product.sku: LENOVO_MT_20QV_BU_Think_FM_ThinkPad X1 Extreme 2nd
  dmi.product.version: ThinkPad X1 Extreme 2nd
  dmi.sys.vendor: LENOVO

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


-- 
Mailing list: 

[Kernel-packages] [Bug 2033319] Status changed to Confirmed

2023-08-28 Thread Ubuntu Kernel Bot
This change was made by a bot.

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

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

Title:
  ACL236 Mute Button LED

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  ACL236 Sound Card is not fully supported, as the "F6" mute mutton LED
  does not work and is not recognized as existing. The key does work for
  mute. Caps lock LED works. It is also showing that i have numblock and
  scroll lock LED's but I do not, and nothing happens when I try to
  force them to light.

  ProblemType: Bug
  DistroRelease: Ubuntu 23.04
  Package: linux-image-6.2.0-31-generic 6.2.0-31.31
  ProcVersionSignature: Ubuntu 6.2.0-31.31-generic 6.2.15
  Uname: Linux 6.2.0-31-generic x86_64
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  tweak  5121 F wireplumber
   /dev/snd/controlC0:  tweak  5121 F wireplumber
   /dev/snd/seq:tweak  5119 F pipewire
  CasperMD5CheckResult: unknown
  CurrentDesktop: KDE
  Date: Mon Aug 28 16:03:15 2023
  MachineType: HP HP Laptop 15-ef0xxx
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: root=UUID=22004860-e498-4071-a8d2-eccadc51c251 ro quiet 
splash zswap.enabled=1 vt.handoff=7 initrd=boot\initrd.img-6.2.0-31-generic
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-6.2.0-31-generic N/A
   linux-backports-modules-6.2.0-31-generic  N/A
   linux-firmware20230323.gitbcdcfbcf-0ubuntu1.6
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/21/2023
  dmi.bios.release: 15.68
  dmi.bios.vendor: AMI
  dmi.bios.version: F.68
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 86FD
  dmi.board.vendor: HP
  dmi.board.version: 99.43
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.chassis.version: Chassis Version
  dmi.ec.firmware.release: 99.43
  dmi.modalias: 
dmi:bvnAMI:bvrF.68:bd04/21/2023:br15.68:efr99.43:svnHP:pnHPLaptop15-ef0xxx:pvr:rvnHP:rn86FD:rvr99.43:cvnHP:ct10:cvrChassisVersion:sku12C25UA#ABL:
  dmi.product.family: 103C_5335KV HP Notebook
  dmi.product.name: HP Laptop 15-ef0xxx
  dmi.product.sku: 12C25UA#ABL
  dmi.sys.vendor: HP

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


-- 
Mailing list: https://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 2031240] Re: Ethernet gradually disconnects/crashes after update to Kernel 6.2.0-26

2023-08-28 Thread Johannes Hessellund
Confirm that problem still persist with kernel 6.2.0-31-generic (Linux
Mint)

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

Title:
  Ethernet gradually disconnects/crashes after update to Kernel 6.2.0-26

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I received an Ubuntu update which included a new Kernel 6.2.0-26,
  after rebooting everything seemed ok, I launched qBittorrent as I
  normally have this application running on my laptop, and thought no
  more of it, about 15 minutes later I notice qBittorrent was no longer
  uploading, this seemed a bit strange so I opened Firefox to run a
  Google speed test, thereby checking my internet connection as well,
  but I had nothing no internet. I rebooted my Acer Aspire A515-55
  laptop and followed the same procedure as before, and once again after
  some minutes I had no internet/network connection again.

  With my laptop using a wired connection I unplugged the ethernet cable
  and my internet was stable and worked fine using WiFi, I managed to
  carry out some Google searches and eventually discovered I'd received
  a new Kernel and this was likely to be the cause of this problem, so
  with some further research I was able to use Grub Customizer to revert
  back to the previous Kernel 5.19.0-50-generic, after doing so and
  plugging in the ethernet cable again launching qBittorrent everything
  worked as it should without dropping the network/internet.

  This is a consistently repeatable problem, which I responded to a thread on 
ubuntuforums.org to someone else having a similar problem after the Kernel 
update, and was asked to make a bug report.
  https://ubuntuforums.org/showthread.php?t=2489612

  Without launching qBittorrent v4.5.4 (64 bit) my network/internet has
  remained connected, however if I resume my uploads then the
  internet/network does dropout again, only by reverting back to the
  previous Kernel can I carry on with a stable connection.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: ubuntu-release-upgrader-core 1:22.04.17
  ProcVersionSignature: Ubuntu 6.2.0-26.26~22.04.1-generic 6.2.13
  Uname: Linux 6.2.0-26-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: pass
  CrashDB: ubuntu
  CrashReports:
   664:1000:124:0:2023-08-12 12:39:59.254174367 +0100:2023-08-12 
12:39:59.254174367 
+0100:/var/crash/_usr_lib_x86_64-linux-gnu_opera_opera.1000.upload
   640:1000:124:69271379:2023-08-12 12:39:58.254174470 +0100:2023-08-12 
12:39:59.254174470 
+0100:/var/crash/_usr_lib_x86_64-linux-gnu_opera_opera.1000.crash
   600:117:124:37:2023-08-12 12:40:00.586204161 +0100:2023-08-12 
12:40:00.586204161 
+0100:/var/crash/_usr_lib_x86_64-linux-gnu_opera_opera.1000.uploaded
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Aug 13 14:08:19 2023
  InstallationDate: Installed on 2023-05-26 (79 days ago)
  InstallationMedia: Ubuntu 22.04.2 LTS "Jammy Jellyfish" - Release amd64 
(20230223)
  PackageArchitecture: all
  SourcePackage: ubuntu-release-upgrader
  Symptom: dist-upgrade
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://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 2033319] [NEW] ACL236 Mute Button LED

2023-08-28 Thread Tweaker420666
Public bug reported:

ACL236 Sound Card is not fully supported, as the "F6" mute mutton LED
does not work and is not recognized as existing. The key does work for
mute. Caps lock LED works. It is also showing that i have numblock and
scroll lock LED's but I do not, and nothing happens when I try to force
them to light.

ProblemType: Bug
DistroRelease: Ubuntu 23.04
Package: linux-image-6.2.0-31-generic 6.2.0-31.31
ProcVersionSignature: Ubuntu 6.2.0-31.31-generic 6.2.15
Uname: Linux 6.2.0-31-generic x86_64
ApportVersion: 2.26.1-0ubuntu2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  tweak  5121 F wireplumber
 /dev/snd/controlC0:  tweak  5121 F wireplumber
 /dev/snd/seq:tweak  5119 F pipewire
CasperMD5CheckResult: unknown
CurrentDesktop: KDE
Date: Mon Aug 28 16:03:15 2023
MachineType: HP HP Laptop 15-ef0xxx
ProcFB: 0 amdgpudrmfb
ProcKernelCmdLine: root=UUID=22004860-e498-4071-a8d2-eccadc51c251 ro quiet 
splash zswap.enabled=1 vt.handoff=7 initrd=boot\initrd.img-6.2.0-31-generic
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-6.2.0-31-generic N/A
 linux-backports-modules-6.2.0-31-generic  N/A
 linux-firmware20230323.gitbcdcfbcf-0ubuntu1.6
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/21/2023
dmi.bios.release: 15.68
dmi.bios.vendor: AMI
dmi.bios.version: F.68
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 86FD
dmi.board.vendor: HP
dmi.board.version: 99.43
dmi.chassis.type: 10
dmi.chassis.vendor: HP
dmi.chassis.version: Chassis Version
dmi.ec.firmware.release: 99.43
dmi.modalias: 
dmi:bvnAMI:bvrF.68:bd04/21/2023:br15.68:efr99.43:svnHP:pnHPLaptop15-ef0xxx:pvr:rvnHP:rn86FD:rvr99.43:cvnHP:ct10:cvrChassisVersion:sku12C25UA#ABL:
dmi.product.family: 103C_5335KV HP Notebook
dmi.product.name: HP Laptop 15-ef0xxx
dmi.product.sku: 12C25UA#ABL
dmi.sys.vendor: HP

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


** Tags: amd64 apport-bug lunar

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

Title:
  ACL236 Mute Button LED

Status in linux package in Ubuntu:
  New

Bug description:
  ACL236 Sound Card is not fully supported, as the "F6" mute mutton LED
  does not work and is not recognized as existing. The key does work for
  mute. Caps lock LED works. It is also showing that i have numblock and
  scroll lock LED's but I do not, and nothing happens when I try to
  force them to light.

  ProblemType: Bug
  DistroRelease: Ubuntu 23.04
  Package: linux-image-6.2.0-31-generic 6.2.0-31.31
  ProcVersionSignature: Ubuntu 6.2.0-31.31-generic 6.2.15
  Uname: Linux 6.2.0-31-generic x86_64
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  tweak  5121 F wireplumber
   /dev/snd/controlC0:  tweak  5121 F wireplumber
   /dev/snd/seq:tweak  5119 F pipewire
  CasperMD5CheckResult: unknown
  CurrentDesktop: KDE
  Date: Mon Aug 28 16:03:15 2023
  MachineType: HP HP Laptop 15-ef0xxx
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: root=UUID=22004860-e498-4071-a8d2-eccadc51c251 ro quiet 
splash zswap.enabled=1 vt.handoff=7 initrd=boot\initrd.img-6.2.0-31-generic
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-6.2.0-31-generic N/A
   linux-backports-modules-6.2.0-31-generic  N/A
   linux-firmware20230323.gitbcdcfbcf-0ubuntu1.6
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/21/2023
  dmi.bios.release: 15.68
  dmi.bios.vendor: AMI
  dmi.bios.version: F.68
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 86FD
  dmi.board.vendor: HP
  dmi.board.version: 99.43
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.chassis.version: Chassis Version
  dmi.ec.firmware.release: 99.43
  dmi.modalias: 
dmi:bvnAMI:bvrF.68:bd04/21/2023:br15.68:efr99.43:svnHP:pnHPLaptop15-ef0xxx:pvr:rvnHP:rn86FD:rvr99.43:cvnHP:ct10:cvrChassisVersion:sku12C25UA#ABL:
  dmi.product.family: 103C_5335KV HP Notebook
  dmi.product.name: HP Laptop 15-ef0xxx
  dmi.product.sku: 12C25UA#ABL
  dmi.sys.vendor: HP

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


-- 
Mailing list: https://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 2033316] Re: Kernel cfg: OPTEE driver increase SHMEM pages

2023-08-28 Thread James Hurley
** Description changed:

  SRU Justification:
  
  [Impact]
  This change is needed to OPTEE as the FTPM driver requires 2 contiguous SHMEM 
pages to boot. Without this change the ftpm_tee_probe function will fail.
  
- [Fix] 
+ [Fix]
  Change the CONFIG_OPTEE_SHM_NUM_PRIV_PAGES from 1 to 4. Note that other SHMEM 
structures are allocated out of this OPTEE pool as well.
  
  [Test Case]
- Verified the Microsoft TPM 2.0 FTPM is fully functional with this change, 
running the tpm2-tss Test Suite (mandatory & optional)b tests  as well as many 
of the TPM2 Command tools.
+ Verified the Microsoft TPM 2.0 FTPM is fully functional with this change, 
running the tpm2-tss Test Suite (mandatory & optional) tests  as well as many 
of the TPM2 Command tools.
  
  [Regression Potential]
  This only has an effect if OPTEE is configured/enabled in the kernel.

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

Title:
  Kernel cfg: OPTEE driver increase SHMEM pages

Status in linux-bluefield package in Ubuntu:
  New

Bug description:
  SRU Justification:

  [Impact]
  This change is needed to OPTEE as the FTPM driver requires 2 contiguous SHMEM 
pages to boot. Without this change the ftpm_tee_probe function will fail.

  [Fix]
  Change the CONFIG_OPTEE_SHM_NUM_PRIV_PAGES from 1 to 4. Note that other SHMEM 
structures are allocated out of this OPTEE pool as well.

  [Test Case]
  Verified the Microsoft TPM 2.0 FTPM is fully functional with this change, 
running the tpm2-tss Test Suite (mandatory & optional) tests  as well as many 
of the TPM2 Command tools.

  [Regression Potential]
  This only has an effect if OPTEE is configured/enabled in the kernel.

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


-- 
Mailing list: https://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 2033315] [NEW] apply nvidia igx patches for Aug 22-28

2023-08-28 Thread Brad Griffis
Public bug reported:

2 patches for Aug 22-28, 2023

** Affects: linux-nvidia-tegra-igx (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  apply nvidia igx patches for Aug 22-28

Status in linux-nvidia-tegra-igx package in Ubuntu:
  New

Bug description:
  2 patches for Aug 22-28, 2023

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-nvidia-tegra-igx/+bug/2033315/+subscriptions


-- 
Mailing list: https://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 2033316] [NEW] Kernel cfg: OPTEE driver increase SHMEM pages

2023-08-28 Thread James Hurley
Public bug reported:

SRU Justification:

[Impact]
This change is needed to OPTEE as the FTPM driver requires 2 contiguous SHMEM 
pages to boot. Without this change the ftpm_tee_probe function will fail.

[Fix] 
Change the CONFIG_OPTEE_SHM_NUM_PRIV_PAGES from 1 to 4. Note that other SHMEM 
structures are allocated out of this OPTEE pool as well.

[Test Case]
Verified the Microsoft TPM 2.0 FTPM is fully functional with this change, 
running the tpm2-tss Test Suite (mandatory & optional)b tests  as well as many 
of the TPM2 Command tools.

[Regression Potential]
This only has an effect if OPTEE is configured/enabled in the kernel.

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

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

Title:
  Kernel cfg: OPTEE driver increase SHMEM pages

Status in linux-bluefield package in Ubuntu:
  New

Bug description:
  SRU Justification:

  [Impact]
  This change is needed to OPTEE as the FTPM driver requires 2 contiguous SHMEM 
pages to boot. Without this change the ftpm_tee_probe function will fail.

  [Fix] 
  Change the CONFIG_OPTEE_SHM_NUM_PRIV_PAGES from 1 to 4. Note that other SHMEM 
structures are allocated out of this OPTEE pool as well.

  [Test Case]
  Verified the Microsoft TPM 2.0 FTPM is fully functional with this change, 
running the tpm2-tss Test Suite (mandatory & optional)b tests  as well as many 
of the TPM2 Command tools.

  [Regression Potential]
  This only has an effect if OPTEE is configured/enabled in the kernel.

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


-- 
Mailing list: https://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 1973434] Re: massive performance issues since 22.04 upgrade

2023-08-28 Thread Shashank Chintalagiri
This problem still very much exists on 23.04. Since I can't find a
single 'regular' metric that shows the problem, I can only provide
anecdotal information. Perhaps someone can see a pattern and find a
common thread.

The machine I'm using is an Asus Zephyrus G14 with AMD Ryzen 5 4600HS
NVIDIA GeForce GTX 1650 Ti and using Nvidia proprietary drivers. Storage
is entirely NVME SSD and I have 40 gigs of RAM. I use both KDE
(preferred) and Gnome, depending on which feels less laggy at the time.
I use X11 now because Nvidia requires it (?), and I remember using
wayland some time ago (on the same machine and with nvidia drivers. I
remember needing to switch away from firefox because it didn't work with
wayland (?).

I did notice significant performance degradation when I updated to
22.10. At the time, I uninstalled most snaps except the browser(s),
completely disabled tracker-miner, and the system was more or less
usable. In retrospect, I have had performance degradation over the past
couple of years when playing Dota 2. Since that's an occasional thing
for me, and given gaming on Linux has been historically difficult, I
just chalked it up to the game becoming more demanding. Similarly with
pycharm and browsers, since I am used to having a large number of files
/ tabs / projects open, I have subconsiously adapted by changing my
behavior by reducing the number of open windows / browser tabs and
occasionally exiting or restarting the machine. For context, I've been
using Ubuntu since 2007 and it wasn't unusual for my laptops to 20+ days
of uptime.

The performance degradation became entirely debilitating after upgrading
to 23.04, which I did to get rid of the annoying EOL message for 22.10
(on a side note, 9 months of support on a release? Really?).

The following are the 'measurables' I refer to when I talk of performance 
degradation: 
 - The time it takes for me to hit a key on the keyboard and the character to 
show up on screen.
 - The time it takes for zsh/oh-my-zsh to render the first and subsequent 
command prompt.
 - The level of detail I can see when a web page is being rendered.
 - The time it takes to switch focus
 - The time it takes for me to press alt+tab or meta and be able to switch 
windows.
 - The time it takes for pycharm autocomplete to do something

All of these measurables were probably actually borderline measurable
immediately after the update. As in, with a stopwatch and human response
times.

I have made the following observations / changes since (possibly in
slightly difference sequence). Each of these steps provided enough of an
improvement that they felt successful:

  - Disabled most zsh/oh-my-zsh plugins for shell enrichment. Along with that, 
disabled keychain and its counterpart for gpg.
  - Got rid of snap. Completely. Every snap, and snapd itself as well. I will 
be honest and say I don't remember why I decided snap was the problem. Doing 
this did improve the situation slightly. 
  - Suppressed tracker-miner. This was doing a lot of disk IO and eating CPU as 
well. 
  - Uninstalled plocate and the indexer. Was also doing a lot of disk IO.
  - Installed (and later uninstalled) preload. I'm less certain if it helped, 
but preload itself was sitting at 50% CPU very often.
  - I was using brave as my browser, and I noticed it was doing a crap ton of 
disk IO. I first tried using profile-sync-daemon to mitigate this, and it did 
help for maybe a day or two. Then it lost the profile along with the 50 or so 
tabs I had open, and I didn't want to deal with it any longer. I uninstalled 
brave and tried using epiphany. (No snap, so no chromium etc)
  - Epiphany was just as bad. I started noticing a pattern. Chromium was 
choking things up initially as well, but I had nuked it along with snap. 
Epiphany uses the chromium engine as well.
  - Removed brave and stopped using epiphany. Installed Firefox from the 
Mozilla tarball. This resulted in possibly the most significant improvement in 
performance.
  - Switched the linux kernel from ubuntu (6.2.x?) to mainline (6.4.11). I 
_think_ this improved things, but I can't remember how I reached that 
conclusion. It could even have been the restart after installing the kernel 
that created a placebo effect.
  - I'm also noticing that the Steam client causes noticeable performance 
degradation as well, and I assume the client uses CEF as its browser. Note that 
the performance degradation happens whether or not the steam library is open. 
If it's in system tray for long enough, I need to wait after each mouse click I 
make on the desktop. This is similar to what happened with chromium and brave.

Presently, if I sort in htop by TIME, the only potential redflag I see
is pipewire with no audio playing. htop itself takes about 37% CPU.

At present, the machine is usable, though the longer it is on and being
used, more of the degradation becomes apparent. On occasion, I have had
to hard shutdown because nothing responds. There are no red flags in 

[Kernel-packages] [Bug 2033309] [NEW] Focal update: v5.4.250 upstream stable release

2023-08-28 Thread Manuel Diewald
Public bug reported:

SRU Justification

Impact:
   The upstream process for stable tree updates is quite similar
   in scope to the Ubuntu SRU process, e.g., each patch has to
   demonstrably fix a bug, and each patch is vetted by upstream
   by originating either directly from a mainline/stable Linux tree or
   a minimally backported form of that patch. The following upstream
   stable patches should be included in the Ubuntu kernel:

   v5.4.250 upstream stable release
   from git://git.kernel.org/

x86/microcode/AMD: Load late on both threads too
Linux 5.4.250
UBUNTU: Upstream stable to v5.4.250

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

** Affects: linux (Ubuntu Focal)
 Importance: Medium
 Assignee: Manuel Diewald (diewald)
 Status: In Progress


** Tags: kernel-stable-tracking-bug

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

** Tags added: kernel-stable-tracking-bug

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

** Changed in: linux (Ubuntu Focal)
 Assignee: (unassigned) => Manuel Diewald (diewald)

** Changed in: linux (Ubuntu Focal)
   Importance: Undecided => Medium

** Changed in: linux (Ubuntu Focal)
   Status: New => Fix Committed

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

** Changed in: linux (Ubuntu Focal)
   Status: Incomplete => In Progress

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

** Description changed:

+ SRU Justification
  
- SRU Justification
+ Impact:
+    The upstream process for stable tree updates is quite similar
+    in scope to the Ubuntu SRU process, e.g., each patch has to
+    demonstrably fix a bug, and each patch is vetted by upstream
+    by originating either directly from a mainline/stable Linux tree or
+    a minimally backported form of that patch. The following upstream
+    stable patches should be included in the Ubuntu kernel:
  
- Impact:
-The upstream process for stable tree updates is quite similar
-in scope to the Ubuntu SRU process, e.g., each patch has to
-demonstrably fix a bug, and each patch is vetted by upstream
-by originating either directly from a mainline/stable Linux tree or
-a minimally backported form of that patch. The following upstream
-stable patches should be included in the Ubuntu kernel:
+    v5.4.250 upstream stable release
+    from git://git.kernel.org/
  
-v5.4.250 upstream stable release
-from git://git.kernel.org/
+ Linux 5.4.250
  
- 
+ x86/microcode/AMD: Load late on both threads too
  Linux 5.4.250
- x86/cpu/amd: Add a Zenbleed fix
- x86/cpu/amd: Move the errata checking functionality up
- x86/microcode/AMD: Load late on both threads too
+ UBUNTU: Upstream stable to v5.4.250

** Description changed:

  SRU Justification
  
  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:
  
     v5.4.250 upstream stable release
     from git://git.kernel.org/
  
- Linux 5.4.250
- 
  x86/microcode/AMD: Load late on both threads too
  Linux 5.4.250
  UBUNTU: Upstream stable to v5.4.250

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

Title:
  Focal update: v5.4.250 upstream stable release

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  In Progress

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     v5.4.250 upstream stable release
     from git://git.kernel.org/

  x86/microcode/AMD: Load late on both threads too
  Linux 5.4.250
  UBUNTU: Upstream stable to v5.4.250

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


-- 
Mailing list: https://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 2033300] Re: Focal update: v5.4.249 upstream stable release

2023-08-28 Thread Manuel Diewald
** Changed in: linux (Ubuntu Focal)
   Status: Fix Committed => In Progress

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

Title:
  Focal update: v5.4.249 upstream stable release

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  In Progress

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     v5.4.249 upstream stable release
     from git://git.kernel.org/

  nilfs2: reject devices with insufficient block count
  mm: rewrite wait_on_page_bit_common() logic
  list: add "list_del_init_careful()" to go with "list_empty_careful()"
  epoll: ep_autoremove_wake_function should use list_del_init_careful
  tracing: Add tracing_reset_all_online_cpus_unlocked() function
  x86/purgatory: remove PGO flags
  tick/common: Align tick period during sched_timer setup
  media: dvbdev: Fix memleak in dvb_register_device
  media: dvbdev: fix error logic at dvb_register_device()
  media: dvb-core: Fix use-after-free due to race at dvb_register_device()
  nilfs2: fix buffer corruption due to concurrent device reads
  Drivers: hv: vmbus: Fix vmbus_wait_for_unload() to scan present CPUs
  PCI: hv: Fix a race condition bug in hv_pci_query_relations()
  cgroup: Do not corrupt task iteration when rebinding subsystem
  mmc: meson-gx: remove redundant mmc_request_done() call from irq context
  ip_tunnels: allow VXLAN/GENEVE to inherit TOS/TTL from VLAN
  writeback: fix dereferencing NULL mapping->host on writeback_page_template
  nilfs2: prevent general protection fault in nilfs_clear_dirty_page()
  cifs: Clean up DFS referral cache
  cifs: Get rid of kstrdup_const()'d paths
  cifs: Introduce helpers for finding TCP connection
  cifs: Merge is_path_valid() into get_normalized_path()
  cifs: Fix potential deadlock when updating vol in cifs_reconnect()
  x86/mm: Avoid using set_pgd() outside of real PGD pages
  ieee802154: hwsim: Fix possible memory leaks
  xfrm: Linearize the skb after offloading if needed.
  net: qca_spi: Avoid high load if QCA7000 is not available
  mmc: mtk-sd: fix deferred probing
  mmc: mvsdio: convert to devm_platform_ioremap_resource
  mmc: mvsdio: fix deferred probing
  mmc: omap: fix deferred probing
  mmc: omap_hsmmc: fix deferred probing
  mmc: sdhci-acpi: fix deferred probing
  mmc: sh_mmcif: fix deferred probing
  mmc: usdhi60rol0: fix deferred probing
  ipvs: align inner_mac_header for encapsulation
  net: dsa: mt7530: fix trapping frames on non-MT7621 SoC MT7530 switch
  be2net: Extend xmit workaround to BE3 chip
  netfilter: nf_tables: disallow element updates of bound anonymous sets
  netfilter: nfnetlink_osf: fix module autoload
  Revert "net: phy: dp83867: perform soft reset and retain established link"
  sch_netem: acquire qdisc lock in netem_change()
  scsi: target: iscsi: Prevent login threads from racing between each other
  HID: wacom: Add error check to wacom_parse_and_register()
  arm64: Add missing Set/Way CMO encodings
  media: cec: core: don't set last_initiator if tx in progress
  nfcsim.c: Fix error checking for debugfs_create_dir
  usb: gadget: udc: fix NULL dereference in remove()
  s390/cio: unregister device when the only path is gone
  ASoC: nau8824: Add quirk to active-high jack-detect
  ARM: dts: Fix erroneous ADS touchscreen polarities
  drm/exynos: vidi: fix a wrong error return
  drm/exynos: fix race condition UAF in exynos_g2d_exec_ioctl
  drm/radeon: fix race condition UAF in radeon_gem_set_domain_ioctl
  x86/apic: Fix kernel panic when booting with intremap=off and x2apic_phys
  i2c: imx-lpi2c: fix type char overflow issue when calculating the clock cycle
  mm: fix VM_BUG_ON(PageTail) and BUG_ON(PageWriteback)
  mm: make wait_on_page_writeback() wait for multiple pending writebacks
  Linux 5.4.249
  UBUNTU: Upstream stable to v5.4.249

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


-- 
Mailing list: https://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 1861235] Re: zfs recv PANIC at range_tree.c:304:range_tree_find_impl()

2023-08-28 Thread Bug Watch Updater
** Changed in: linux
   Status: New => Fix Released

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

Title:
  zfs recv PANIC at range_tree.c:304:range_tree_find_impl()

Status in Linux:
  Fix Released
Status in zfs-linux package in Ubuntu:
  Incomplete
Status in zfs-linux source package in Bionic:
  Confirmed

Bug description:
  Same as bug 1861228 but with a newer kernel installed.

  [  790.702566] VERIFY(size != 0) failed
  [  790.702590] PANIC at range_tree.c:304:range_tree_find_impl()
  [  790.702611] Showing stack for process 28685
  [  790.702614] CPU: 17 PID: 28685 Comm: receive_writer Tainted: P   O 
4.15.0-76-generic #86-Ubuntu
  [  790.702615] Hardware name: Supermicro SSG-6038R-E1CR16L/X10DRH-iT, BIOS 
2.0 12/17/2015
  [  790.702616] Call Trace:
  [  790.702626]  dump_stack+0x6d/0x8e
  [  790.702637]  spl_dumpstack+0x42/0x50 [spl]
  [  790.702640]  spl_panic+0xc8/0x110 [spl]
  [  790.702645]  ? __switch_to_asm+0x41/0x70
  [  790.702714]  ? arc_prune_task+0x1a/0x40 [zfs]
  [  790.702740]  ? dbuf_dirty+0x43d/0x850 [zfs]
  [  790.702745]  ? getrawmonotonic64+0x43/0xd0
  [  790.702746]  ? getrawmonotonic64+0x43/0xd0
  [  790.702775]  ? dmu_zfetch+0x49a/0x500 [zfs]
  [  790.702778]  ? getrawmonotonic64+0x43/0xd0
  [  790.702805]  ? dmu_zfetch+0x49a/0x500 [zfs]
  [  790.702807]  ? mutex_lock+0x12/0x40
  [  790.702833]  ? dbuf_rele_and_unlock+0x1a8/0x4b0 [zfs]
  [  790.702866]  range_tree_find_impl+0x88/0x90 [zfs]
  [  790.702870]  ? spl_kmem_zalloc+0xdc/0x1a0 [spl]
  [  790.702902]  range_tree_clear+0x4f/0x60 [zfs]
  [  790.702930]  dnode_free_range+0x11f/0x5a0 [zfs]
  [  790.702957]  dmu_object_free+0x53/0x90 [zfs]
  [  790.702983]  dmu_free_long_object+0x9f/0xc0 [zfs]
  [  790.703010]  receive_freeobjects.isra.12+0x7a/0x100 [zfs]
  [  790.703036]  receive_writer_thread+0x6d2/0xa60 [zfs]
  [  790.703040]  ? set_curr_task_fair+0x2b/0x60
  [  790.703043]  ? spl_kmem_free+0x33/0x40 [spl]
  [  790.703048]  ? kfree+0x165/0x180
  [  790.703073]  ? receive_free.isra.13+0xc0/0xc0 [zfs]
  [  790.703078]  thread_generic_wrapper+0x74/0x90 [spl]
  [  790.703081]  kthread+0x121/0x140
  [  790.703084]  ? __thread_exit+0x20/0x20 [spl]
  [  790.703085]  ? kthread_create_worker_on_cpu+0x70/0x70
  [  790.703088]  ret_from_fork+0x35/0x40
  [  967.636923] INFO: task txg_quiesce:14810 blocked for more than 120 seconds.
  [  967.636979]   Tainted: P   O 4.15.0-76-generic #86-Ubuntu
  [  967.637024] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables 
this message.
  [  967.637076] txg_quiesce D0 14810  2 0x8000
  [  967.637080] Call Trace:
  [  967.637089]  __schedule+0x24e/0x880
  [  967.637092]  schedule+0x2c/0x80
  [  967.637106]  cv_wait_common+0x11e/0x140 [spl]
  [  967.637114]  ? wait_woken+0x80/0x80
  [  967.637122]  __cv_wait+0x15/0x20 [spl]
  [  967.637210]  txg_quiesce_thread+0x2cb/0x3d0 [zfs]
  [  967.637278]  ? txg_delay+0x1b0/0x1b0 [zfs]
  [  967.637286]  thread_generic_wrapper+0x74/0x90 [spl]
  [  967.637291]  kthread+0x121/0x140
  [  967.637297]  ? __thread_exit+0x20/0x20 [spl]
  [  967.637299]  ? kthread_create_worker_on_cpu+0x70/0x70
  [  967.637304]  ret_from_fork+0x35/0x40
  [  967.637326] INFO: task zfs:28590 blocked for more than 120 seconds.
  [  967.637371]   Tainted: P   O 4.15.0-76-generic #86-Ubuntu
  [  967.637416] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables 
this message.
  [  967.637467] zfs D0 28590  28587 0x8080
  [  967.637470] Call Trace:
  [  967.637474]  __schedule+0x24e/0x880
  [  967.637477]  schedule+0x2c/0x80
  [  967.637486]  cv_wait_common+0x11e/0x140 [spl]
  [  967.637491]  ? wait_woken+0x80/0x80
  [  967.637498]  __cv_wait+0x15/0x20 [spl]
  [  967.637554]  dmu_recv_stream+0xa51/0xef0 [zfs]
  [  967.637630]  zfs_ioc_recv_impl+0x306/0x1100 [zfs]
  [  967.637679]  ? dbuf_read+0x34a/0x920 [zfs]
  [  967.637725]  ? dbuf_rele+0x36/0x40 [zfs]
  [  967.637728]  ? _cond_resched+0x19/0x40
  [  967.637798]  zfs_ioc_recv_new+0x33d/0x410 [zfs]
  [  967.637809]  ? spl_kmem_alloc_impl+0xe5/0x1a0 [spl]
  [  967.637816]  ? spl_vmem_alloc+0x19/0x20 [spl]
  [  967.637828]  ? nv_alloc_sleep_spl+0x1f/0x30 [znvpair]
  [  967.637834]  ? nv_mem_zalloc.isra.0+0x2e/0x40 [znvpair]
  [  967.637840]  ? nvlist_xalloc.part.2+0x50/0xb0 [znvpair]
  [  967.637905]  zfsdev_ioctl+0x451/0x610 [zfs]
  [  967.637913]  do_vfs_ioctl+0xa8/0x630
  [  967.637917]  ? __audit_syscall_entry+0xbc/0x110
  [  967.637924]  ? syscall_trace_enter+0x1da/0x2d0
  [  967.637927]  SyS_ioctl+0x79/0x90
  [  967.637930]  do_syscall_64+0x73/0x130
  [  967.637935]  entry_SYSCALL_64_after_hwframe+0x3d/0xa2
  [  967.637938] RIP: 0033:0x7fc305a905d7
  [  967.637940] RSP: 002b:7ffc45e39618 EFLAGS: 0246 ORIG_RAX: 
0010
  [  967.637943] RAX: ffda RBX: 5a46 RCX: 

[Kernel-packages] [Bug 2031352] Re: Ubuntu 22.04.3 LTS stuck on power-off/reboot screen

2023-08-28 Thread Juerg Haefliger
@ianrussel your log shows:

Aug 22 09:57:02 ianrussel kernel: nouveau :01:00.0: fb: VPR locked, but no 
scrubber binary!
Aug 22 09:57:02 ianrussel kernel: BUG: kernel NULL pointer dereference, 
address: 
Aug 22 09:57:02 ianrussel kernel: #PF: supervisor instruction fetch in kernel 
mode
Aug 22 09:57:02 ianrussel kernel: #PF: error_code(0x0010) - not-present page
Aug 22 09:57:02 ianrussel kernel: PGD 0 P4D 0 
Aug 22 09:57:02 ianrussel kernel: Oops: 0010 [#1] PREEMPT SMP NOPTI
Aug 22 09:57:02 ianrussel kernel: CPU: 14 PID: 479 Comm: systemd-udevd Not 
tainted 6.2.0-26-generic #26~22.04.1-Ubuntu
Aug 22 09:57:02 ianrussel kernel: Hardware name: Dell Inc. XPS 15 9510/01V4T3, 
BIOS 1.22.0 07/13/2023
Aug 22 09:57:02 ianrussel kernel: RIP: 0010:0x0
Aug 22 09:57:02 ianrussel kernel: Code: Unable to access opcode bytes at 
0xffd6.
Aug 22 09:57:02 ianrussel kernel: RSP: 0018:b3a381f4b658 EFLAGS: 00010246
Aug 22 09:57:02 ianrussel kernel: RAX:  RBX: 9d14de9198b0 
RCX: 
Aug 22 09:57:02 ianrussel kernel: RDX: 9d14de9198d8 RSI: 9d14de9198c8 
RDI: 9d14de919800
Aug 22 09:57:02 ianrussel kernel: RBP: b3a381f4b6b8 R08: 9d14de9198b0 
R09: 
Aug 22 09:57:02 ianrussel kernel: R10:  R11:  
R12: 9d14de9198c8
Aug 22 09:57:02 ianrussel kernel: R13:  R14: 9d14de9198b0 
R15: 9d14de919808
Aug 22 09:57:02 ianrussel kernel: FS:  7f13d5a4d8c0() 
GS:9d183f78() knlGS:
Aug 22 09:57:02 ianrussel kernel: CS:  0010 DS:  ES:  CR0: 
80050033
Aug 22 09:57:02 ianrussel kernel: CR2: ffd6 CR3: 000117606004 
CR4: 00770ee0
Aug 22 09:57:02 ianrussel kernel: PKRU: 5554
Aug 22 09:57:02 ianrussel kernel: Call Trace:
Aug 22 09:57:02 ianrussel kernel:  
Aug 22 09:57:02 ianrussel kernel:  nvkm_acr_oneinit+0x502/0x710 [nouveau]
Aug 22 09:57:02 ianrussel kernel:  nvkm_subdev_oneinit_+0x4d/0x120 [nouveau]
Aug 22 09:57:02 ianrussel kernel:  nvkm_subdev_init_+0x3e/0x150 [nouveau]
Aug 22 09:57:02 ianrussel kernel:  nvkm_subdev_init+0x55/0x80 [nouveau]
Aug 22 09:57:02 ianrussel kernel:  nvkm_device_init+0x17b/0x300 [nouveau]
Aug 22 09:57:02 ianrussel kernel:  nvkm_udevice_init+0x50/0x60 [nouveau]
Aug 22 09:57:02 ianrussel kernel:  nvkm_object_init+0x40/0x210 [nouveau]
Aug 22 09:57:02 ianrussel kernel:  nvkm_ioctl_new+0x196/0x2c0 [nouveau]
Aug 22 09:57:02 ianrussel kernel:  ? __pfx_nvkm_client_child_new+0x10/0x10 
[nouveau]
Aug 22 09:57:02 ianrussel kernel:  ? __pfx_nvkm_udevice_new+0x10/0x10 [nouveau]
Aug 22 09:57:02 ianrussel kernel:  nvkm_ioctl+0x12e/0x290 [nouveau]
Aug 22 09:57:02 ianrussel kernel:  nvkm_client_ioctl+0xe/0x20 [nouveau]
Aug 22 09:57:02 ianrussel kernel:  nvif_object_ctor+0x136/0x1a0 [nouveau]
Aug 22 09:57:02 ianrussel kernel:  nvif_device_ctor+0x24/0x90 [nouveau]
Aug 22 09:57:02 ianrussel kernel:  nouveau_cli_init+0x161/0x5e0 [nouveau]
Aug 22 09:57:02 ianrussel kernel:  nouveau_drm_device_init+0x67/0x310 [nouveau]
Aug 22 09:57:02 ianrussel kernel:  nouveau_drm_probe+0x131/0x280 [nouveau]
Aug 22 09:57:02 ianrussel kernel:  local_pci_probe+0x48/0xb0
Aug 22 09:57:02 ianrussel kernel:  pci_call_probe+0x55/0x190
Aug 22 09:57:02 ianrussel kernel:  pci_device_probe+0x84/0x120
Aug 22 09:57:02 ianrussel kernel:  really_probe+0x1ea/0x450
Aug 22 09:57:02 ianrussel kernel:  __driver_probe_device+0x8a/0x1a0
Aug 22 09:57:02 ianrussel kernel:  driver_probe_device+0x23/0xd0
Aug 22 09:57:02 ianrussel kernel:  __driver_attach+0x10f/0x220
Aug 22 09:57:02 ianrussel kernel:  ? __pfx___driver_attach+0x10/0x10
Aug 22 09:57:02 ianrussel kernel:  bus_for_each_dev+0x80/0xe0
Aug 22 09:57:02 ianrussel kernel:  driver_attach+0x1e/0x30
Aug 22 09:57:02 ianrussel kernel:  bus_add_driver+0x152/0x250
Aug 22 09:57:02 ianrussel kernel:  driver_register+0x83/0x160
Aug 22 09:57:02 ianrussel kernel:  ? __pfx_init_module+0x10/0x10 [nouveau]
Aug 22 09:57:02 ianrussel kernel:  __pci_register_driver+0x68/0x80
Aug 22 09:57:02 ianrussel kernel:  nouveau_drm_init+0x177/0xff0 [nouveau]
Aug 22 09:57:02 ianrussel kernel:  do_one_initcall+0x46/0x240
Aug 22 09:57:02 ianrussel kernel:  ? kmalloc_trace+0x2a/0xb0
Aug 22 09:57:02 ianrussel kernel:  do_init_module+0x52/0x240
Aug 22 09:57:02 ianrussel kernel:  load_module+0xb96/0xd60
Aug 22 09:57:02 ianrussel kernel:  ? security_kernel_post_read_file+0x5c/0x80
Aug 22 09:57:02 ianrussel kernel:  ? kernel_read_file+0x25c/0x2b0
Aug 22 09:57:02 ianrussel kernel:  __do_sys_finit_module+0xcc/0x150
Aug 22 09:57:02 ianrussel kernel:  ? __do_sys_finit_module+0xcc/0x150
Aug 22 09:57:02 ianrussel kernel:  __x64_sys_finit_module+0x18/0x30
Aug 22 09:57:02 ianrussel kernel:  do_syscall_64+0x59/0x90
Aug 22 09:57:02 ianrussel kernel:  ? do_syscall_64+0x69/0x90
Aug 22 09:57:02 ianrussel kernel:  ? exit_to_user_mode_prepare+0xaf/0xd0
Aug 22 09:57:02 ianrussel kernel:  ? syscall_exit_to_user_mode+0x2a/0x50
Aug 22 09:57:02 

[Kernel-packages] [Bug 2031352] Re: Ubuntu 22.04.3 LTS stuck on power-off/reboot screen

2023-08-28 Thread Juerg Haefliger
It's not trivial since it happens so infrequently. I need to think about
this.

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

Title:
  Ubuntu 22.04.3 LTS stuck on power-off/reboot screen

Status in linux-hwe-6.2 package in Ubuntu:
  Confirmed
Status in systemd package in Ubuntu:
  Invalid
Status in linux-hwe-6.2 source package in Jammy:
  Confirmed

Bug description:
  After updating to Kernel 6.2 a few days ago, I have been experiencing
  issues with my system's shutdown and reboot functions. During these
  processes, the system becomes unresponsive and hangs on a black
  screen, which displays both the Dell and Ubuntu logos. This issue is
  inconsistent; it happens sporadically. Currently, the only workaround
  I've found to successfully shut down the system is to forcibly power
  off the machine by holding down the power button for 5 seconds.

  I've also tested a fresh installation of Ubuntu 22.04.3.

  

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: systemd 249.11-0ubuntu3.9
  ProcVersionSignature: Ubuntu 6.2.0-26.26~22.04.1-generic 6.2.13
  Uname: Linux 6.2.0-26-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Aug 14 22:41:14 2023
  InstallationDate: Installed on 2023-08-14 (1 days ago)
  InstallationMedia: Ubuntu 22.04.3 2023.08.13 LTS (20230813)
  MachineType: Dell Inc. XPS 8930
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.2.0-26-generic 
root=UUID=14d1ee7a-565f-4ba4-b6dd-7bc16e487451 ro quiet splash vt.handoff=7
  SourcePackage: systemd
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/14/2023
  dmi.bios.release: 1.1
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.30
  dmi.board.name: 0T88YD
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.1.30:bd03/14/2023:br1.1:svnDellInc.:pnXPS8930:pvr1.1.30:rvnDellInc.:rn0T88YD:rvrA00:cvnDellInc.:ct3:cvrNotSpecified:sku0859:
  dmi.product.family: XPS
  dmi.product.name: XPS 8930
  dmi.product.sku: 0859
  dmi.product.version: 1.1.30
  dmi.sys.vendor: Dell Inc.
  modified.conffile..etc.default.apport:
   # set this to 0 to disable apport, or to 1 to enable it
   # you can temporarily override this with
   # sudo service apport start force_start=1
   enabled=0
  mtime.conffile..etc.default.apport: 2023-08-13T20:57:27
  mtime.conffile..etc.systemd.system.conf: 2023-08-13T20:57:27

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


-- 
Mailing list: https://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 2032933] Re: Mantic (23.10) minimal images increase in memory consumption, port usage and processes running

2023-08-28 Thread Seth Arnold
>  +ksmd

I'm concerned about this change. Historically, the page-merging code has
allowed cross-VM snooping, including even recovery of GnuPG private
keys: https://eprint.iacr.org/2013/448.pdf

Unless something has changed to mitigate the cross-domain privacy leaks
in ksmd, it ought to be opt-in for administrators to select if all their
VMs are in the same security domain.

Thanks

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

Title:
  Mantic (23.10) minimal images increase in memory consumption, port
  usage and processes running

Status in cloud-images:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  The Mantic (Ubuntu 23.10) images are undergoing some big changes prior
  to 23.10 release in October.

  This is a devel release so this is the perfect time to be making these
  changes but we are noticing some changes that were not expected.

  This bug is to track the unexpected changes and discuss/resolve these.

  The changes that have been made to mantic minimal:

  * Move to the linux-generic kernel from the linux-kvm kernel
    * This also involved removal of the virtio-blk driver, which is the default 
for QEMU and OpenStack, but this is being restored in an upcoming 6.5 mantic 
kernel and is being trakced @ 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2030745
  * Move to using minimal-cloud seed - see 
https://ubuntu-archive-team.ubuntu.com/seeds/ubuntu.mantic/cloud-minimal
  * No longer installing Recommends packages
  * No initramfs fallback for boot - only initramfsless boot

  The latest mantic minimal images are available @ http://cloud-
  images.ubuntu.com/minimal/daily/mantic/ and are also available in the
  public clouds.

  A package name manifest diff can be seen @
  https://pastebin.ubuntu.com/p/rRd6STnNmK/

  We have had reports of higher memory usage on an idle system, higher
  number of ports open on an idle system and higher number of process
  running on a idle system.

  To help with debugging I have built and uploaded the following images
  and package manifests to
  https://people.canonical.com/~philroche/20230824-manticl-minimal-
  LP2032933/

  * 
20230618-before-kernel-change-before-seed-change-mantic-minimal-cloudimg-amd64
    * Before kernel change and before seed change
  * 
20230824-after-kernel-change-before-seed-change-mantic-minimal-cloudimg-amd64
    * After kernel change and before seed change
  * 
20230821.1-after-kernel-change-after-seed-change-mantic-minimal-cloudimg-amd64
    * After kernel change and after seed change

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-images/+bug/2032933/+subscriptions


-- 
Mailing list: https://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 2033307] [NEW] Many duplicate firmware files exist in firmware-sof-signed

2023-08-28 Thread wontfix
Public bug reported:

Duplicate file bloat has more than doubled from Jammy to Mantic.

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


** Tags: bitesize bloat jammy lunar mantic

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

Title:
  Many duplicate firmware files exist in firmware-sof-signed

Status in firmware-sof package in Ubuntu:
  New

Bug description:
  Duplicate file bloat has more than doubled from Jammy to Mantic.

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


-- 
Mailing list: https://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 2031352] Re: Ubuntu 22.04.3 LTS stuck on power-off/reboot screen

2023-08-28 Thread Cristiano Fraga G. Nunes
@juergh Please, provide further information to help-us with the bug.

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

Title:
  Ubuntu 22.04.3 LTS stuck on power-off/reboot screen

Status in linux-hwe-6.2 package in Ubuntu:
  Confirmed
Status in systemd package in Ubuntu:
  Invalid
Status in linux-hwe-6.2 source package in Jammy:
  Confirmed

Bug description:
  After updating to Kernel 6.2 a few days ago, I have been experiencing
  issues with my system's shutdown and reboot functions. During these
  processes, the system becomes unresponsive and hangs on a black
  screen, which displays both the Dell and Ubuntu logos. This issue is
  inconsistent; it happens sporadically. Currently, the only workaround
  I've found to successfully shut down the system is to forcibly power
  off the machine by holding down the power button for 5 seconds.

  I've also tested a fresh installation of Ubuntu 22.04.3.

  

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: systemd 249.11-0ubuntu3.9
  ProcVersionSignature: Ubuntu 6.2.0-26.26~22.04.1-generic 6.2.13
  Uname: Linux 6.2.0-26-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Aug 14 22:41:14 2023
  InstallationDate: Installed on 2023-08-14 (1 days ago)
  InstallationMedia: Ubuntu 22.04.3 2023.08.13 LTS (20230813)
  MachineType: Dell Inc. XPS 8930
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.2.0-26-generic 
root=UUID=14d1ee7a-565f-4ba4-b6dd-7bc16e487451 ro quiet splash vt.handoff=7
  SourcePackage: systemd
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/14/2023
  dmi.bios.release: 1.1
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.30
  dmi.board.name: 0T88YD
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.1.30:bd03/14/2023:br1.1:svnDellInc.:pnXPS8930:pvr1.1.30:rvnDellInc.:rn0T88YD:rvrA00:cvnDellInc.:ct3:cvrNotSpecified:sku0859:
  dmi.product.family: XPS
  dmi.product.name: XPS 8930
  dmi.product.sku: 0859
  dmi.product.version: 1.1.30
  dmi.sys.vendor: Dell Inc.
  modified.conffile..etc.default.apport:
   # set this to 0 to disable apport, or to 1 to enable it
   # you can temporarily override this with
   # sudo service apport start force_start=1
   enabled=0
  mtime.conffile..etc.default.apport: 2023-08-13T20:57:27
  mtime.conffile..etc.systemd.system.conf: 2023-08-13T20:57:27

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


-- 
Mailing list: https://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 2032933] Re: Mantic (23.10) minimal images increase in memory consumption, port usage and processes running

2023-08-28 Thread Philip Roche
@paelzer

> The change of the image build sadly combined it all

See the description noting
https://people.canonical.com/~philroche/20230824-manticl-minimal-
LP2032933/ which should help in determining where the changes were
introduced as I have provided three images across the various stages of
changes - no change -> new kernel -> new kernel + new seed

For example https://pastebin.ubuntu.com/p/sJ5wGk4G7h/ show the process
diff between previous images and images with new kernel only

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

Title:
  Mantic (23.10) minimal images increase in memory consumption, port
  usage and processes running

Status in cloud-images:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  The Mantic (Ubuntu 23.10) images are undergoing some big changes prior
  to 23.10 release in October.

  This is a devel release so this is the perfect time to be making these
  changes but we are noticing some changes that were not expected.

  This bug is to track the unexpected changes and discuss/resolve these.

  The changes that have been made to mantic minimal:

  * Move to the linux-generic kernel from the linux-kvm kernel
    * This also involved removal of the virtio-blk driver, which is the default 
for QEMU and OpenStack, but this is being restored in an upcoming 6.5 mantic 
kernel and is being trakced @ 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2030745
  * Move to using minimal-cloud seed - see 
https://ubuntu-archive-team.ubuntu.com/seeds/ubuntu.mantic/cloud-minimal
  * No longer installing Recommends packages
  * No initramfs fallback for boot - only initramfsless boot

  The latest mantic minimal images are available @ http://cloud-
  images.ubuntu.com/minimal/daily/mantic/ and are also available in the
  public clouds.

  A package name manifest diff can be seen @
  https://pastebin.ubuntu.com/p/rRd6STnNmK/

  We have had reports of higher memory usage on an idle system, higher
  number of ports open on an idle system and higher number of process
  running on a idle system.

  To help with debugging I have built and uploaded the following images
  and package manifests to
  https://people.canonical.com/~philroche/20230824-manticl-minimal-
  LP2032933/

  * 
20230618-before-kernel-change-before-seed-change-mantic-minimal-cloudimg-amd64
    * Before kernel change and before seed change
  * 
20230824-after-kernel-change-before-seed-change-mantic-minimal-cloudimg-amd64
    * After kernel change and before seed change
  * 
20230821.1-after-kernel-change-after-seed-change-mantic-minimal-cloudimg-amd64
    * After kernel change and after seed change

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-images/+bug/2032933/+subscriptions


-- 
Mailing list: https://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 2032933] Re: Mantic (23.10) minimal images increase in memory consumption, port usage and processes running

2023-08-28 Thread Philip Roche
The diff in process count from kernel change image -> kernel change +
seed change image is actually a reduction in processes - see diff @
https://pastebin.ubuntu.com/p/PXtQM9gB2K/

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

Title:
  Mantic (23.10) minimal images increase in memory consumption, port
  usage and processes running

Status in cloud-images:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  The Mantic (Ubuntu 23.10) images are undergoing some big changes prior
  to 23.10 release in October.

  This is a devel release so this is the perfect time to be making these
  changes but we are noticing some changes that were not expected.

  This bug is to track the unexpected changes and discuss/resolve these.

  The changes that have been made to mantic minimal:

  * Move to the linux-generic kernel from the linux-kvm kernel
    * This also involved removal of the virtio-blk driver, which is the default 
for QEMU and OpenStack, but this is being restored in an upcoming 6.5 mantic 
kernel and is being trakced @ 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2030745
  * Move to using minimal-cloud seed - see 
https://ubuntu-archive-team.ubuntu.com/seeds/ubuntu.mantic/cloud-minimal
  * No longer installing Recommends packages
  * No initramfs fallback for boot - only initramfsless boot

  The latest mantic minimal images are available @ http://cloud-
  images.ubuntu.com/minimal/daily/mantic/ and are also available in the
  public clouds.

  A package name manifest diff can be seen @
  https://pastebin.ubuntu.com/p/rRd6STnNmK/

  We have had reports of higher memory usage on an idle system, higher
  number of ports open on an idle system and higher number of process
  running on a idle system.

  To help with debugging I have built and uploaded the following images
  and package manifests to
  https://people.canonical.com/~philroche/20230824-manticl-minimal-
  LP2032933/

  * 
20230618-before-kernel-change-before-seed-change-mantic-minimal-cloudimg-amd64
    * Before kernel change and before seed change
  * 
20230824-after-kernel-change-before-seed-change-mantic-minimal-cloudimg-amd64
    * After kernel change and before seed change
  * 
20230821.1-after-kernel-change-after-seed-change-mantic-minimal-cloudimg-amd64
    * After kernel change and after seed change

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-images/+bug/2032933/+subscriptions


-- 
Mailing list: https://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 2033300] [NEW] Focal update: v5.4.249 upstream stable release

2023-08-28 Thread Manuel Diewald
Public bug reported:

SRU Justification

Impact:
   The upstream process for stable tree updates is quite similar
   in scope to the Ubuntu SRU process, e.g., each patch has to
   demonstrably fix a bug, and each patch is vetted by upstream
   by originating either directly from a mainline/stable Linux tree or
   a minimally backported form of that patch. The following upstream
   stable patches should be included in the Ubuntu kernel:

   v5.4.249 upstream stable release
   from git://git.kernel.org/

nilfs2: reject devices with insufficient block count
mm: rewrite wait_on_page_bit_common() logic
list: add "list_del_init_careful()" to go with "list_empty_careful()"
epoll: ep_autoremove_wake_function should use list_del_init_careful
tracing: Add tracing_reset_all_online_cpus_unlocked() function
x86/purgatory: remove PGO flags
tick/common: Align tick period during sched_timer setup
media: dvbdev: Fix memleak in dvb_register_device
media: dvbdev: fix error logic at dvb_register_device()
media: dvb-core: Fix use-after-free due to race at dvb_register_device()
nilfs2: fix buffer corruption due to concurrent device reads
Drivers: hv: vmbus: Fix vmbus_wait_for_unload() to scan present CPUs
PCI: hv: Fix a race condition bug in hv_pci_query_relations()
cgroup: Do not corrupt task iteration when rebinding subsystem
mmc: meson-gx: remove redundant mmc_request_done() call from irq context
ip_tunnels: allow VXLAN/GENEVE to inherit TOS/TTL from VLAN
writeback: fix dereferencing NULL mapping->host on writeback_page_template
nilfs2: prevent general protection fault in nilfs_clear_dirty_page()
cifs: Clean up DFS referral cache
cifs: Get rid of kstrdup_const()'d paths
cifs: Introduce helpers for finding TCP connection
cifs: Merge is_path_valid() into get_normalized_path()
cifs: Fix potential deadlock when updating vol in cifs_reconnect()
x86/mm: Avoid using set_pgd() outside of real PGD pages
ieee802154: hwsim: Fix possible memory leaks
xfrm: Linearize the skb after offloading if needed.
net: qca_spi: Avoid high load if QCA7000 is not available
mmc: mtk-sd: fix deferred probing
mmc: mvsdio: convert to devm_platform_ioremap_resource
mmc: mvsdio: fix deferred probing
mmc: omap: fix deferred probing
mmc: omap_hsmmc: fix deferred probing
mmc: sdhci-acpi: fix deferred probing
mmc: sh_mmcif: fix deferred probing
mmc: usdhi60rol0: fix deferred probing
ipvs: align inner_mac_header for encapsulation
net: dsa: mt7530: fix trapping frames on non-MT7621 SoC MT7530 switch
be2net: Extend xmit workaround to BE3 chip
netfilter: nf_tables: disallow element updates of bound anonymous sets
netfilter: nfnetlink_osf: fix module autoload
Revert "net: phy: dp83867: perform soft reset and retain established link"
sch_netem: acquire qdisc lock in netem_change()
scsi: target: iscsi: Prevent login threads from racing between each other
HID: wacom: Add error check to wacom_parse_and_register()
arm64: Add missing Set/Way CMO encodings
media: cec: core: don't set last_initiator if tx in progress
nfcsim.c: Fix error checking for debugfs_create_dir
usb: gadget: udc: fix NULL dereference in remove()
s390/cio: unregister device when the only path is gone
ASoC: nau8824: Add quirk to active-high jack-detect
ARM: dts: Fix erroneous ADS touchscreen polarities
drm/exynos: vidi: fix a wrong error return
drm/exynos: fix race condition UAF in exynos_g2d_exec_ioctl
drm/radeon: fix race condition UAF in radeon_gem_set_domain_ioctl
x86/apic: Fix kernel panic when booting with intremap=off and x2apic_phys
i2c: imx-lpi2c: fix type char overflow issue when calculating the clock cycle
mm: fix VM_BUG_ON(PageTail) and BUG_ON(PageWriteback)
mm: make wait_on_page_writeback() wait for multiple pending writebacks
Linux 5.4.249
UBUNTU: Upstream stable to v5.4.249

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

** Affects: linux (Ubuntu Focal)
 Importance: Medium
 Assignee: Manuel Diewald (diewald)
 Status: Fix Committed


** Tags: kernel-stable-tracking-bug

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

** Tags added: kernel-stable-tracking-bug

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

** Changed in: linux (Ubuntu Focal)
   Importance: Undecided => Medium

** Changed in: linux (Ubuntu Focal)
 Assignee: (unassigned) => Manuel Diewald (diewald)

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

** Description changed:

+ SRU Justification
  
- SRU Justification
+ Impact:
+    The upstream process for stable tree updates is quite similar
+    in scope to the Ubuntu SRU process, e.g., each patch has to
+    demonstrably fix a bug, and each patch is vetted by upstream
+    by originating either directly from a mainline/stable Linux tree or
+    a minimally backported form of that patch. The following upstream
+    stable patches should be included in the Ubuntu kernel:
  
- Impact:
-  

[Kernel-packages] [Bug 2033159] Re: Intel AC 9260 no wifi networks with kernel 6.2.0-26-generic

2023-08-28 Thread Juerg Haefliger
Try again.

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

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

Title:
  Intel AC 9260 no wifi networks with kernel 6.2.0-26-generic

Status in linux-hwe-6.2 package in Ubuntu:
  Confirmed

Bug description:
  $ lsb_release -rd
  Description:Ubuntu 22.04.3 LTS
  Release:22.04

  $ apt-cache policy linux-image-6.2.0-26-generic
  linux-image-6.2.0-26-generic:
Installed: 6.2.0-26.26~22.04.1
Candidate:  6.2.0-26.26~22.04.1
Table version:
   *** 6.2.0-26.26~22.04.1 500
  500 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages
  500 http://archive.ubuntu.com/ubuntu jammy-security/main amd64 
Packages
  100 /var/lib/dpkg/status

  $ lspci
  02:00.0 Network controller: Intel Corporation Wireless-AC 9260 (rev 29)

  $ lshw -c network
 *-network NOT CLAIMED
  description: Network controller
  product: Wireless-AC 9260
  vendor: Intel Corporation

  $ uname -a
  Linux Linux 6.2.0-26-generic #26~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Jul 
13 16:27:29 UTC 2 x86_64 x86_64 x86_64 GNU/Linux

  works only with desktop GNOME. 
  No work desktop LXQt

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-6.2.0-26-generic 6.2.0-26.26~22.04.1
  ProcVersionSignature: Ubuntu 5.19.0-50.50-generic 5.19.17
  Uname: Linux 5.19.0-50-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: LXQt
  Date: Sat Aug 26 17:00:59 2023
  InstallationDate: Installed on 2022-05-28 (454 days ago)
  InstallationMedia: Lubuntu 21.10 "Impish Indri" - Release amd64 (20211012)
  SourcePackage: linux-signed-hwe-6.2
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://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 2031352] Re: Ubuntu 22.04.3 LTS stuck on power-off/reboot screen

2023-08-28 Thread Juerg Haefliger
It's not a systemd issue.

** Changed in: systemd (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Ubuntu 22.04.3 LTS stuck on power-off/reboot screen

Status in linux-hwe-6.2 package in Ubuntu:
  Confirmed
Status in systemd package in Ubuntu:
  Invalid
Status in linux-hwe-6.2 source package in Jammy:
  Confirmed

Bug description:
  After updating to Kernel 6.2 a few days ago, I have been experiencing
  issues with my system's shutdown and reboot functions. During these
  processes, the system becomes unresponsive and hangs on a black
  screen, which displays both the Dell and Ubuntu logos. This issue is
  inconsistent; it happens sporadically. Currently, the only workaround
  I've found to successfully shut down the system is to forcibly power
  off the machine by holding down the power button for 5 seconds.

  I've also tested a fresh installation of Ubuntu 22.04.3.

  

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: systemd 249.11-0ubuntu3.9
  ProcVersionSignature: Ubuntu 6.2.0-26.26~22.04.1-generic 6.2.13
  Uname: Linux 6.2.0-26-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Aug 14 22:41:14 2023
  InstallationDate: Installed on 2023-08-14 (1 days ago)
  InstallationMedia: Ubuntu 22.04.3 2023.08.13 LTS (20230813)
  MachineType: Dell Inc. XPS 8930
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.2.0-26-generic 
root=UUID=14d1ee7a-565f-4ba4-b6dd-7bc16e487451 ro quiet splash vt.handoff=7
  SourcePackage: systemd
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/14/2023
  dmi.bios.release: 1.1
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.30
  dmi.board.name: 0T88YD
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.1.30:bd03/14/2023:br1.1:svnDellInc.:pnXPS8930:pvr1.1.30:rvnDellInc.:rn0T88YD:rvrA00:cvnDellInc.:ct3:cvrNotSpecified:sku0859:
  dmi.product.family: XPS
  dmi.product.name: XPS 8930
  dmi.product.sku: 0859
  dmi.product.version: 1.1.30
  dmi.sys.vendor: Dell Inc.
  modified.conffile..etc.default.apport:
   # set this to 0 to disable apport, or to 1 to enable it
   # you can temporarily override this with
   # sudo service apport start force_start=1
   enabled=0
  mtime.conffile..etc.default.apport: 2023-08-13T20:57:27
  mtime.conffile..etc.systemd.system.conf: 2023-08-13T20:57:27

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


-- 
Mailing list: https://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 2033297] Re: Focal update: v5.4.250 upstream stable release

2023-08-28 Thread Roxana Nicolescu
** Description changed:

  SRU Justification
  
  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:
  
     v5.4.250 upstream stable release
+ 
+ Note: This patch set (v5.4.250) consisted of 4 patches, but 2 of them were
+ already applied to focal.
+ 
     from git://git.kernel.org/
  
  x86/microcode/AMD: Load late on both threads too
  Linux 5.4.250
  UBUNTU: Upstream stable to v5.4.250

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

Title:
  Focal update: v5.4.250 upstream stable release

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  In Progress

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     v5.4.250 upstream stable release

  Note: This patch set (v5.4.250) consisted of 4 patches, but 2 of them were
  already applied to focal.

     from git://git.kernel.org/

  x86/microcode/AMD: Load late on both threads too
  Linux 5.4.250
  UBUNTU: Upstream stable to v5.4.250

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


-- 
Mailing list: https://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 2033297] [NEW] Focal update: v5.4.250 upstream stable release

2023-08-28 Thread Roxana Nicolescu
Public bug reported:

SRU Justification

Impact:
   The upstream process for stable tree updates is quite similar
   in scope to the Ubuntu SRU process, e.g., each patch has to
   demonstrably fix a bug, and each patch is vetted by upstream
   by originating either directly from a mainline/stable Linux tree or
   a minimally backported form of that patch. The following upstream
   stable patches should be included in the Ubuntu kernel:

   v5.4.250 upstream stable release
   from git://git.kernel.org/

x86/microcode/AMD: Load late on both threads too
Linux 5.4.250
UBUNTU: Upstream stable to v5.4.250

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

** Affects: linux (Ubuntu Focal)
 Importance: Medium
 Assignee: Roxana Nicolescu (roxanan)
 Status: In Progress


** Tags: kernel-stable-tracking-bug

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

** Tags added: kernel-stable-tracking-bug

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

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

** Changed in: linux (Ubuntu Focal)
   Status: New => In Progress

** Changed in: linux (Ubuntu Focal)
   Importance: Undecided => Medium

** Changed in: linux (Ubuntu Focal)
 Assignee: (unassigned) => Roxana Nicolescu (roxanan)

** Description changed:

+ SRU Justification
  
- SRU Justification
+ Impact:
+    The upstream process for stable tree updates is quite similar
+    in scope to the Ubuntu SRU process, e.g., each patch has to
+    demonstrably fix a bug, and each patch is vetted by upstream
+    by originating either directly from a mainline/stable Linux tree or
+    a minimally backported form of that patch. The following upstream
+    stable patches should be included in the Ubuntu kernel:
  
- Impact:
-The upstream process for stable tree updates is quite similar
-in scope to the Ubuntu SRU process, e.g., each patch has to
-demonstrably fix a bug, and each patch is vetted by upstream
-by originating either directly from a mainline/stable Linux tree or
-a minimally backported form of that patch. The following upstream
-stable patches should be included in the Ubuntu kernel:
+    v5.4.250 upstream stable release
+    from git://git.kernel.org/
  
-v5.4.250 upstream stable release
-from git://git.kernel.org/
- 
- nilfs2: reject devices with insufficient block count
-   mm: rewrite wait_on_page_bit_common() logic
-   list: add "list_del_init_careful()" to go with 
"list_empty_careful()"
-   epoll: ep_autoremove_wake_function should use 
list_del_init_careful
-   tracing: Add tracing_reset_all_online_cpus_unlocked() function
-   x86/purgatory: remove PGO flags
-   tick/common: Align tick period during sched_timer setup
-   media: dvbdev: Fix memleak in dvb_register_device
-   media: dvbdev: fix error logic at dvb_register_device()
-   media: dvb-core: Fix use-after-free due to race at 
dvb_register_device()
-   nilfs2: fix buffer corruption due to concurrent device reads
-   Drivers: hv: vmbus: Fix vmbus_wait_for_unload() to scan present 
CPUs
-   PCI: hv: Fix a race condition bug in hv_pci_query_relations()
-   cgroup: Do not corrupt task iteration when rebinding subsystem
-   mmc: meson-gx: remove redundant mmc_request_done() call from 
irq context
-   ip_tunnels: allow VXLAN/GENEVE to inherit TOS/TTL from VLAN
-   writeback: fix dereferencing NULL mapping->host on 
writeback_page_template
-   nilfs2: prevent general protection fault in 
nilfs_clear_dirty_page()
-   cifs: Clean up DFS referral cache
-   cifs: Get rid of kstrdup_const()'d paths
-   cifs: Introduce helpers for finding TCP connection
-   cifs: Merge is_path_valid() into get_normalized_path()
-   cifs: Fix potential deadlock when updating vol in 
cifs_reconnect()
-   x86/mm: Avoid using set_pgd() outside of real PGD pages
-   ieee802154: hwsim: Fix possible memory leaks
-   xfrm: Linearize the skb after offloading if needed.
-   net: qca_spi: Avoid high load if QCA7000 is not available
-   mmc: mtk-sd: fix deferred probing
-   mmc: mvsdio: convert to devm_platform_ioremap_resource
-   mmc: mvsdio: fix deferred probing
-   mmc: omap: fix deferred probing
-   mmc: omap_hsmmc: fix deferred probing
-   mmc: sdhci-acpi: fix deferred probing
-   mmc: sh_mmcif: fix deferred probing
-   mmc: usdhi60rol0: fix deferred probing
-   ipvs: align inner_mac_header for encapsulation
-   

[Kernel-packages] [Bug 2018591] Re: Enable Tracing Configs for OSNOISE and TIMERLAT

2023-08-28 Thread Joseph Salisbury
** Tags removed: verification-needed-jammy-linux-azure
** Tags added: verification-done-jammy-linux-azure

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

Title:
  Enable Tracing Configs for OSNOISE and TIMERLAT

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Jammy:
  Fix Released
Status in linux source package in Lunar:
  Fix Released
Status in linux source package in Mantic:
  In Progress

Bug description:
  == SRU Justification ==
  These config changes will allow tracing with the OSNOISE and TIMERLAT tracing 
tools.

  These tracers can be enabled at run-time and should not affect
  performance or add any additional overhead.

  == Fix ==
  UBUNTU: [Config] Enable OSNOISE_TRACER and TIMERLAT_TRACER configs

  == Regression Potential ==
  Low.  These config changes will just allow the use of tracing tools.

  == Test Case ==
  Test build.

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


-- 
Mailing list: https://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 2009136] Re: No HDMI audio under 5.19.0-35 & -37 (regression from -32)

2023-08-28 Thread ivanto
** Changed in: linux (Ubuntu Jammy)
   Status: Invalid => 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/2009136

Title:
  No HDMI audio under 5.19.0-35 & -37 (regression from -32)

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Jammy:
  Fix Released
Status in linux source package in Kinetic:
  Fix Released

Bug description:
  [Impact]
  For amdgpu/i915, hdmi audio output device has disappeared.

  [Fix]
  The latest fix for the non-contiguous memalloc helper changed the
  allocation method for a non-IOMMU system to use only the fallback
  allocator.  This should have worked, but it caused a problem sometimes
  when too many non-contiguous pages are allocated that can't be treated
  by HD-audio controller.
  
  As a quirk workaround, go back to the original strategy: use
  dma_alloc_noncontiguous() at first, and apply the fallback only when
  it fails, but only for non-IOMMU case

  [Test Case]
  1. boot with kernel applied the patches.
  2. check the cards in /proc/asound/cards.
 Get the hdmi cards.

   0 [PCH ]: HDA-Intel - HDA Intel PCH
HDA Intel PCH at 0xe232 irq 137
   1 [HDMI ]: HDA-Intel - HDA ATI HDMI
HDA ATI HDMI at 0xe226 irq 134

  [Where problems could occur]
  Low, this is just workaround and may have a better solution in the future.

  [Misc]
  All patches has been landed on OEM-6.1 and lunar.

  ~~
  CLARIFICATION: Just to avoid any confusion for those coming to this bug 
report; the "Jammy: invalid" status above does *not* mean that this bug doesn't 
affect jammy -- it does, and the kernel team is aware of this. All it reflects 
is that the fix has to go into the kinetic kernel package which will then flow 
into the kernel-hwe package implicitly.

  Currently known affected cards:

  * HD 7700 (comment 8)
  * R9 290 (comment 21)
  * RX 550 (LP: #2012141, and comment 27)
  * RX 570 (mine)
  * RX 580 (LP: #2009276, and comment 28)
  * WX 3200 (comment 29)
  * RX 6600 (LP: #2009542)
  * RX 6700 (LP: #2009275)

  [ Original Description ]

  After upgrading my Ubuntu jammy (22.04) desktop to the -35 release of
  the kernel, I found my HDMI audio output device had disappeared.
  Reverting to the -32 release caused it to appear again (hence why I'm
  filing the bug against the kernel rather than pulseaudio). I'm
  attaching the dmesg output from immediately after booting each kernel,
  but after a bit of trimming and diffing I *think* the following lines
  are the salient ones:

  input: HDA ATI HDMI HDMI/DP,pcm=3 as 
/devices/pci:00/:00:03.1/:2b:00.1/sound/card0/input12
  input: HDA ATI HDMI HDMI/DP,pcm=7 as 
/devices/pci:00/:00:03.1/:2b:00.1/sound/card0/input13
  input: HDA ATI HDMI HDMI/DP,pcm=8 as 
/devices/pci:00/:00:03.1/:2b:00.1/sound/card0/input14
  input: HDA ATI HDMI HDMI/DP,pcm=9 as 
/devices/pci:00/:00:03.1/:2b:00.1/sound/card0/input15
  input: HDA ATI HDMI HDMI/DP,pcm=10 as 
/devices/pci:00/:00:03.1/:2b:00.1/sound/card0/input16
  input: HDA ATI HDMI HDMI/DP,pcm=11 as 
/devices/pci:00/:00:03.1/:2b:00.1/sound/card0/input17
  snd_hda_intel :2b:00.1: bound :2b:00.0 (ops 
amdgpu_dm_audio_component_bind_ops [amdgpu])

  These lines appear in the dmesg of the -32 kernel, but not in the -35
  kernel's log. Meanwhile, the following lines appear in the -35
  kernel's log but not in the -32:

  hdaudio hdaudioC0D0: no AFG or MFG node found
  snd_hda_intel :2b:00.1: no codecs initialized

  I'll also attach the output of "pactl list" under each kernel (this
  shows the HDMI audio sink showing up under -32, but not -35) just in
  case that helps shed any light on things.

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


-- 
Mailing list: https://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 2031352] Re: Ubuntu 22.04.3 LTS stuck on power-off/reboot screen

2023-08-28 Thread Ian Russel Adem
** Changed in: systemd (Ubuntu)
   Status: Invalid => Confirmed

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

Title:
  Ubuntu 22.04.3 LTS stuck on power-off/reboot screen

Status in linux-hwe-6.2 package in Ubuntu:
  Confirmed
Status in systemd package in Ubuntu:
  Confirmed
Status in linux-hwe-6.2 source package in Jammy:
  Confirmed

Bug description:
  After updating to Kernel 6.2 a few days ago, I have been experiencing
  issues with my system's shutdown and reboot functions. During these
  processes, the system becomes unresponsive and hangs on a black
  screen, which displays both the Dell and Ubuntu logos. This issue is
  inconsistent; it happens sporadically. Currently, the only workaround
  I've found to successfully shut down the system is to forcibly power
  off the machine by holding down the power button for 5 seconds.

  I've also tested a fresh installation of Ubuntu 22.04.3.

  

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: systemd 249.11-0ubuntu3.9
  ProcVersionSignature: Ubuntu 6.2.0-26.26~22.04.1-generic 6.2.13
  Uname: Linux 6.2.0-26-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Aug 14 22:41:14 2023
  InstallationDate: Installed on 2023-08-14 (1 days ago)
  InstallationMedia: Ubuntu 22.04.3 2023.08.13 LTS (20230813)
  MachineType: Dell Inc. XPS 8930
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.2.0-26-generic 
root=UUID=14d1ee7a-565f-4ba4-b6dd-7bc16e487451 ro quiet splash vt.handoff=7
  SourcePackage: systemd
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/14/2023
  dmi.bios.release: 1.1
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.30
  dmi.board.name: 0T88YD
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.1.30:bd03/14/2023:br1.1:svnDellInc.:pnXPS8930:pvr1.1.30:rvnDellInc.:rn0T88YD:rvrA00:cvnDellInc.:ct3:cvrNotSpecified:sku0859:
  dmi.product.family: XPS
  dmi.product.name: XPS 8930
  dmi.product.sku: 0859
  dmi.product.version: 1.1.30
  dmi.sys.vendor: Dell Inc.
  modified.conffile..etc.default.apport:
   # set this to 0 to disable apport, or to 1 to enable it
   # you can temporarily override this with
   # sudo service apport start force_start=1
   enabled=0
  mtime.conffile..etc.default.apport: 2023-08-13T20:57:27
  mtime.conffile..etc.systemd.system.conf: 2023-08-13T20:57:27

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


-- 
Mailing list: https://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 2033159] Re: Intel AC 9260 no wifi networks with kernel 6.2.0-26-generic

2023-08-28 Thread ivanto
$ apport-collect 2033159
Package linux-signed-hwe-6.2 not installed and no hook available, ignoring
$

$ dpkg -l | grep linux-signed
$ 

** Changed in: linux-signed-hwe-6.2 (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  Intel AC 9260 no wifi networks with kernel 6.2.0-26-generic

Status in linux-signed-hwe-6.2 package in Ubuntu:
  Confirmed

Bug description:
  $ lsb_release -rd
  Description:Ubuntu 22.04.3 LTS
  Release:22.04

  $ apt-cache policy linux-image-6.2.0-26-generic
  linux-image-6.2.0-26-generic:
Installed: 6.2.0-26.26~22.04.1
Candidate:  6.2.0-26.26~22.04.1
Table version:
   *** 6.2.0-26.26~22.04.1 500
  500 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages
  500 http://archive.ubuntu.com/ubuntu jammy-security/main amd64 
Packages
  100 /var/lib/dpkg/status

  $ lspci
  02:00.0 Network controller: Intel Corporation Wireless-AC 9260 (rev 29)

  $ lshw -c network
 *-network NOT CLAIMED
  description: Network controller
  product: Wireless-AC 9260
  vendor: Intel Corporation

  $ uname -a
  Linux Linux 6.2.0-26-generic #26~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Jul 
13 16:27:29 UTC 2 x86_64 x86_64 x86_64 GNU/Linux

  works only with desktop GNOME. 
  No work desktop LXQt

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-6.2.0-26-generic 6.2.0-26.26~22.04.1
  ProcVersionSignature: Ubuntu 5.19.0-50.50-generic 5.19.17
  Uname: Linux 5.19.0-50-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: LXQt
  Date: Sat Aug 26 17:00:59 2023
  InstallationDate: Installed on 2022-05-28 (454 days ago)
  InstallationMedia: Lubuntu 21.10 "Impish Indri" - Release amd64 (20211012)
  SourcePackage: linux-signed-hwe-6.2
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe-6.2/+bug/2033159/+subscriptions


-- 
Mailing list: https://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 2031352] Re: Ubuntu 22.04.3 LTS stuck on power-off/reboot screen

2023-08-28 Thread Juerg Haefliger
** Changed in: systemd (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  Ubuntu 22.04.3 LTS stuck on power-off/reboot screen

Status in linux-hwe-6.2 package in Ubuntu:
  Confirmed
Status in systemd package in Ubuntu:
  Invalid
Status in linux-hwe-6.2 source package in Jammy:
  Confirmed

Bug description:
  After updating to Kernel 6.2 a few days ago, I have been experiencing
  issues with my system's shutdown and reboot functions. During these
  processes, the system becomes unresponsive and hangs on a black
  screen, which displays both the Dell and Ubuntu logos. This issue is
  inconsistent; it happens sporadically. Currently, the only workaround
  I've found to successfully shut down the system is to forcibly power
  off the machine by holding down the power button for 5 seconds.

  I've also tested a fresh installation of Ubuntu 22.04.3.

  

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: systemd 249.11-0ubuntu3.9
  ProcVersionSignature: Ubuntu 6.2.0-26.26~22.04.1-generic 6.2.13
  Uname: Linux 6.2.0-26-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Aug 14 22:41:14 2023
  InstallationDate: Installed on 2023-08-14 (1 days ago)
  InstallationMedia: Ubuntu 22.04.3 2023.08.13 LTS (20230813)
  MachineType: Dell Inc. XPS 8930
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.2.0-26-generic 
root=UUID=14d1ee7a-565f-4ba4-b6dd-7bc16e487451 ro quiet splash vt.handoff=7
  SourcePackage: systemd
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/14/2023
  dmi.bios.release: 1.1
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.30
  dmi.board.name: 0T88YD
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.1.30:bd03/14/2023:br1.1:svnDellInc.:pnXPS8930:pvr1.1.30:rvnDellInc.:rn0T88YD:rvrA00:cvnDellInc.:ct3:cvrNotSpecified:sku0859:
  dmi.product.family: XPS
  dmi.product.name: XPS 8930
  dmi.product.sku: 0859
  dmi.product.version: 1.1.30
  dmi.sys.vendor: Dell Inc.
  modified.conffile..etc.default.apport:
   # set this to 0 to disable apport, or to 1 to enable it
   # you can temporarily override this with
   # sudo service apport start force_start=1
   enabled=0
  mtime.conffile..etc.default.apport: 2023-08-13T20:57:27
  mtime.conffile..etc.systemd.system.conf: 2023-08-13T20:57:27

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


-- 
Mailing list: https://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 2031969] Re: Ubuntu 23.04: Suspend & Power off

2023-08-28 Thread Juerg Haefliger
*** This bug is a duplicate of bug 2031352 ***
https://bugs.launchpad.net/bugs/2031352

** This bug has been marked a duplicate of bug 2031352
   Ubuntu 22.04.3 LTS stuck on power-off/reboot screen

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

Title:
  Ubuntu 23.04: Suspend & Power off

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Since update to version 23.04 I am facing several problems related to
  system suspend and shutdown on a HP Envy 15 notebook (2016). The
  system refuses to wake up from standby mode, especially if it has run
  for a longer time. Screen is black, no response to keyboard or
  trackpad actions, Power button led is on. The only way out of here is
  a long press on power button.

  Another problem with this  and I think it's kind of related. If you
  want to shut down the computer after a long runtime, the machine won't
  power off.  In the logs you can see the steps for shutting down the OS
  but in the end the machine stays powered on. The power led is on,
  screen is black, no response to keyboard or trackpad actions. System
  has to be powered off by a long press on the power button.

  Ubuntu 6.2.0-27.28-generic 6.2.15

  ProblemType: Bug
  DistroRelease: Ubuntu 23.04
  Package: linux-image-6.2.0-27-generic 6.2.0-27.28
  ProcVersionSignature: Ubuntu 6.2.0-27.28-generic 6.2.15
  Uname: Linux 6.2.0-27-generic x86_64
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tom2051 F wireplumber
   /dev/snd/seq:tom2037 F pipewire
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Aug 19 16:01:07 2023
  InstallationDate: Installed on 2018-07-01 (1875 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:0a2a Intel Corp. Bluetooth wireless interface
   Bus 001 Device 002: ID 04f2:b56d Chicony Electronics Co., Ltd HP Wide Vision 
HD
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: HP HP ENVY Notebook
  ProcEnviron:
   LANG=de_DE.UTF-8
   PATH=(custom, no user)
   SHELL=/bin/bash
   TERM=xterm-256color
   XDG_RUNTIME_DIR=
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.2.0-27-generic 
root=UUID=1e8886f5-f232-49b1-af56-f83caee82bba ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-6.2.0-27-generic N/A
   linux-backports-modules-6.2.0-27-generic  N/A
   linux-firmware20230323.gitbcdcfbcf-0ubuntu1.5
  SourcePackage: linux
  UpgradeStatus: Upgraded to lunar on 2023-05-01 (109 days ago)
  dmi.bios.date: 11/10/2020
  dmi.bios.release: 15.62
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.62
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 81D2
  dmi.board.vendor: HP
  dmi.board.version: KBC Version 87.21
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.chassis.version: Chassis Version
  dmi.ec.firmware.release: 87.21
  dmi.modalias: 
dmi:bvnInsyde:bvrF.62:bd11/10/2020:br15.62:efr87.21:svnHP:pnHPENVYNotebook:pvrType1ProductConfigId:rvnHP:rn81D2:rvrKBCVersion87.21:cvnHP:ct10:cvrChassisVersion:skuZ6J78EA#ABD:
  dmi.product.family: 103C_5335KV
  dmi.product.name: HP ENVY Notebook
  dmi.product.sku: Z6J78EA#ABD
  dmi.product.version: Type1ProductConfigId
  dmi.sys.vendor: HP

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


-- 
Mailing list: https://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 2030765] Re: mlxbf-gige: Fix kernel panic after reboot

2023-08-28 Thread Feysel Mohammed
After performing 1000 reboots, oob interface has an ip and no kernel
panic have been discovered.

** Tags removed: verification-needed-jammy
** Tags added: verification-done-jammy

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

Title:
  mlxbf-gige: Fix kernel panic after reboot

Status in linux-bluefield package in Ubuntu:
  Invalid
Status in linux-bluefield source package in Focal:
  Fix Committed
Status in linux-bluefield source package in Jammy:
  Fix Committed

Bug description:
  SRU Justification:

  [Impact]

  Previously we fixed 2022370 by modifying the shutdown() function
  but that creates a bug which needs to be reverted. It doesnt deinitialize the 
oob_net0 interface properly after reboot and causes issues for the UEFI OOB 
driver. 

  [Fix]

  * Revert 2022370 changes
  * Instead, just check that "priv" is not NULL.

  [Test Case]

  * Run the reboot test 1000 times
  * Check that there is no kernel panic after reboot
  * Check that the UEFI OOB interface gets an ip

  [Regression Potential]

  * We could still see a kernel panic since it is very intermittent. QA
  reproduced it once every 350 reboots.

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


-- 
Mailing list: https://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 2031448] Re: ethernet r8169 not working on 22.04

2023-08-28 Thread Juerg Haefliger
It's still a problem though. Maybe related: bug 2031537 although you're
not suffering from a transmit queue timeout.

** Changed in: linux-hwe-6.2 (Ubuntu)
   Status: New => Incomplete

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

Title:
  ethernet r8169 not working on 22.04

Status in linux-hwe-6.2 package in Ubuntu:
  Incomplete

Bug description:
  6.2.0-26-generic

  lsb_release -rd
  Description:Ubuntu 22.04.3 LTS
  Release:22.04

  The ethernet port is unavailable:
  nmcli gives
  enp1s0: unavailable
  "Realtek RTL8111/8168/8411"
  ethernet (r8169), 68:1D:EF:33:55:E8, hw, mtu 1500

  nmcli con show
  NAMEUUID  TYPE  DEVICE 
  Dragonet_5G-irbddq  e60e8a3a-68d9-4167-b384-675ae682ed88  wifi  wlp2s0 
  Dragonet_irbddq 05fec9e3-6922-4335-9c04-055fbf20f2fc  wifi  -- 
  wired-1 8db4c7d2-2100-4e49-b40b-0c04794f2a52  ethernet  -- 

  
  sudo nmcli con up 'wired-1' 
  [sudo] password for steve: 
  Error: Connection activation failed: No suitable device found for this 
connection (device enp1s0 not available because device has no carrier).

  This is the same with or wothout a cable pluggen in.

  I expect the ethernet port to connect.

  I've tried installing r8168-dkms and blacklisting r8169 but the
  systtem then becomes so slow as to be unusable.

  TIA

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


-- 
Mailing list: https://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 2033198] Re: package linux-tools-common (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/acpidbg', which is also in package linux-intel-iotg-5.15-tools-c

2023-08-28 Thread Geordna Gutow
The correct package to install appears to have been linux-
tools-5.15.0-79-generic. Which makes sense as uname -r yields:
5.15.0-79-generic. Just installing linux-tools-generic picked linux-
tools-5.4.0-156 which led to the above error messages.

To resolve:
>sudo dpkg --remove --force-remove-reinstreq linux-intel-iotg-5.15-tools-common

(Reading database ... 345945 files and directories currently installed.)
Removing linux-intel-iotg-5.15-tools-common (5.15.0-1037.42~20.04.1) ...
Processing triggers for man-db (2.9.1-1) ...

>sudo apt-get remove linux-intel-iotg-5.15.tools-common

Reading package lists... Done
Building dependency tree   
Reading state information... Done
Package 'linux-intel-iotg-5.15-tools-common' is not installed, so not removed
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
 linux-tools-5.4.0-156 : Depends: linux-tools-common but it is not going to be 
installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or 
specify a solution).

>sudo apt --fix-broken remove

Reading package lists... Done
Building dependency tree   
Reading state information... Done
Correcting dependencies... Done
The following additional packages will be installed:
  linux-tools-common
The following NEW packages will be installed:
  linux-tools-common
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
3 not fully installed or removed.
Need to get 0 B/187 kB of archives.
After this operation, 953 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Selecting previously unselected package linux-tools-common.
(Reading database ... 345872 files and directories currently installed.)
Preparing to unpack .../linux-tools-common_5.4.0-156.173_all.deb ...
Unpacking linux-tools-common (5.4.0-156.173) ...
Setting up linux-tools-common (5.4.0-156.173) ...
Setting up linux-tools-5.4.0-156 (5.4.0-156.173) ...
Setting up linux-tools-5.4.0-156-generic (5.4.0-156.173) ...
Setting up linux-tools-generic (5.4.0.156.152) ...
Processing triggers for man-db (2.9.1-1) ...

>sudo apt-get install linux-tools-5.15.0-79-generic

Seems to be working as intended in the end?

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

Title:
  package linux-tools-common (not installed) failed to install/upgrade:
  trying to overwrite '/usr/bin/acpidbg', which is also in package
  linux-intel-iotg-5.15-tools-common 5.15.0-1037.42~20.04.1

Status in linux-intel-iotg-5.15 package in Ubuntu:
  Incomplete

Bug description:
  trying to get perf running.

  First did:
  >sudo apt install linux-intel-iotg-5.15-tools-common
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  The following NEW packages will be installed:
linux-intel-iotg-5.15-tools-common
  0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  Need to get 334 kB of archives.
  After this operation, 899 kB of additional disk space will be used.
  Get:1 http://us.archive.ubuntu.com/ubuntu focal-updates/main amd64 
linux-intel-iotg-5.15-tools-common all 5.15.0-1037.42~20.04.1 [334 kB]
  Fetched 334 kB in 0s (1,291 kB/s)  
  Selecting previously unselected package linux-intel-iotg-5.15-tools-common.
  (Reading database ... 345841 files and directories currently installed.)
  Preparing to unpack 
.../linux-intel-iotg-5.15-tools-common_5.15.0-1037.42~20.04.1_all.deb ...
  Unpacking linux-intel-iotg-5.15-tools-common (5.15.0-1037.42~20.04.1) ...
  Setting up linux-intel-iotg-5.15-tools-common (5.15.0-1037.42~20.04.1) ...
  Processing triggers for man-db (2.9.1-1) ...

  Then tried to execute perf and received:
  WARNING: perf not found for kernel 5.15.0-79

You may need to install the following packages for this specific kernel:
  linux-tools-5.15.0-79-generic
  linux-cloud-tools-5.15.0-79-generic

You may also want to install one of the following packages to keep up to 
date:
  linux-tools-generic
  linux-cloud-tools-generic

  So did:
  >sudo apt-get install linux-tools-generic
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  The following additional packages will be installed:
linux-tools-5.4.0-156 linux-tools-5.4.0-156-generic linux-tools-common
  The following NEW packages will be installed:
linux-tools-5.4.0-156 linux-tools-5.4.0-156-generic linux-tools-common 
linux-tools-generic
  0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
  Need to get 5,775 kB of archives.
  After this operation, 27.2 MB of additional disk space will be used.
  Do you want to continue? [Y/n] y
  Get:1 http://us.archive.ubuntu.com/ubuntu focal-updates/main amd64 
linux-tools-common all 5.4.0-156.173 [187 kB]
  Get:2 http://us.archive.ubuntu.com/ubuntu focal-updates/main 

[Kernel-packages] [Bug 2031537] Re: Ethernet not stable 23.04 (RTL8168/8169)

2023-08-28 Thread Javinator9889
I'll change it and let you know if something is different.

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

Title:
  Ethernet not stable 23.04 (RTL8168/8169)

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  hello,
  it is my first time reporting a pug hope it is the last

  there is thread here
  https://ubuntuforums.org/showthread.php?t=2489146=14151513

  another user experienced similar issue

  my network work fine at startup keep working for hours then disconnect and 
cannot reconnect without a restart
  I tested the cable using another pc and it was working repluged with no 
difference

  I thought it is caused by nvidia driver so changed it and the problem
  persist

  I use systemd-networkd

  
  uname -a
  Linux ahmed-OptiPlex-3090 6.2.0-27-generic #28-Ubuntu SMP PREEMPT_DYNAMIC Wed 
Jul 12 22:39:51 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

  
  lspci:
  02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 1b)

  
  dmesg:

  [Mon Aug 7 12:36:47 2023] audit: type=1400 audit(1691401007.881:150): 
apparmor="ALLOWED" operation="file_perm" class="file" 
profile="libreoffice-oosplash" 
name="/tmp/OSL_PIPE_1000_SingleOfficeIPC_74ed987bff2950ad36ea f76d6640d9dc" 
pid=14414 comm="oosplash" requested_mask="w" denied_mask="w" fsuid=1000 
ouid=1000
  [Mon Aug 7 12:39:19 2023] [ cut here ]
  [Mon Aug 7 12:39:19 2023] NETDEV WATCHDOG: enp2s0 (r8169): transmit queue 0 
timed out
  [Mon Aug 7 12:39:19 2023] WARNING: CPU: 4 PID: 0 at 
net/sched/sch_generic.c:525 dev_watchdog+0x23a/0x250
  [Mon Aug 7 12:39:19 2023] Modules linked in: snd_seq_dummy snd_hrtimer 
nvidia_uvm(PO) bridge stp llc cfg80211 binfmt_misc nvidia_drm(PO) nls_iso8859_1 
snd_ctl_led nvidia_modeset(PO) snd_sof_pci_intel_cnl snd_sof_intel_hda_common 
soundwire_intel soundwire_generic_allocation soundwire_cadence 
snd_sof_intel_hda snd_sof_pci snd_hda_codec_realtek snd_sof_xtensa_dsp 
snd_hda_codec_generic snd_sof snd_sof_utils snd_soc_hdac_hda snd_hda_ext_core 
snd_soc_acpi_intel_match snd_soc_acpi soundwire_bus snd_soc_core 
snd_hda_codec_hdmi snd_compress ac97_bus snd_pcm_dmaengine snd_hda_intel 
snd_intel_dspcfg snd_intel_sdw_acpi snd_hda_codec intel_rapl_msr 
intel_rapl_common snd_hda_core intel_tcc_cooling x86_pkg_temp_thermal snd_hwdep 
intel_powerclamp coretemp nvidia(PO) snd_pcm kvm_intel snd_seq_midi i915 
snd_seq_midi_event mei_hdcp mei_pxp snd_rawmidi kvm drm_buddy snd_seq ttm 
irqbypass drm_display_helper snd_seq_device crct10dif_pclmul cec 
polyval_clmulni snd_timer polyval_generic dell_wmi ghash_clm
 ulni_intel rc_core
  [Mon Aug 7 12:39:19 2023] sha512_ssse3 cmdlinepart aesni_intel drm_kms_helper 
snd mei_me spi_nor crypto_simd i2c_algo_bit dell_smbios cryptd soundcore dcdbas 
syscopyarea sysfillrect ledtrig_audio dell_wmi_sysman sysimgblt mei rapl mtd 
sparse_keymap dell_wmi_descriptor intel_pch_thermal intel_cstate wmi_bmof 
firmware_attributes_class ee1004 input_leds acpi_pad mac_hid msr parport_pc 
ppdev lp drm parport efi_pstore dmi_sysfs ip_tables x_tables autofs4 
hid_generic usbhid hid ahci crc32_pclmul r8169 video intel_lpss_pci 
spi_intel_pci i2c_i801 libahci xhci_pci spi_intel intel_lpss realtek i2c_smbus 
xhci_pci_renesas idma64 wmi pinctrl_cannonlake
  [Mon Aug 7 12:39:19 2023] CPU: 4 PID: 0 Comm: swapper/4 Tainted: P O 
6.2.0-26-generic #26-Ubuntu
  [Mon Aug 7 12:39:19 2023] Hardware name: Dell Inc. OptiPlex 3090/0492YX, BIOS 
2.13.1 05/10/2023
  [Mon Aug 7 12:39:19 2023] RIP: 0010:dev_watchdog+0x23a/0x250
  [Mon Aug 7 12:39:19 2023] Code: 00 e9 2b ff ff ff 48 89 df c6 05 ba a6 d5 01 
01 e8 3b 07 f8 ff 44 89 f1 48 89 de 48 c7 c7 f8 25 67 9d 48 89 c2 e8 06 09 29 
ff <0f> 0b e9 1c ff ff ff 66 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 40 00
  [Mon Aug 7 12:39:19 2023] RSP: 0018:b40c40254e38 EFLAGS: 00010246
  [Mon Aug 7 12:39:19 2023] RAX:  RBX: 997996868000 RCX: 

  [Mon Aug 7 12:39:19 2023] RDX:  RSI:  RDI: 

  [Mon Aug 7 12:39:19 2023] RBP: b40c40254e68 R08:  R09: 

  [Mon Aug 7 12:39:19 2023] R10:  R11:  R12: 
9979968684c8
  [Mon Aug 7 12:39:19 2023] R13: 99799686841c R14:  R15: 

  [Mon Aug 7 12:39:19 2023] FS: () 
GS:997da930() knlGS:
  [Mon Aug 7 12:39:19 2023] CS: 0010 DS:  ES:  CR0: 80050033
  [Mon Aug 7 12:39:19 2023] CR2: 0c4c01aa8000 CR3: 000329810004 CR4: 
003726e0
  [Mon Aug 7 12:39:19 2023] Call Trace:
  [Mon Aug 7 12:39:19 2023] 
  [Mon Aug 7 12:39:19 2023] ? __pfx_dev_watchdog+0x10/0x10
  [Mon Aug 7 12:39:19 2023] call_timer_fn+0x29/0x160
  [Mon Aug 7 12:39:19 2023] ? __pfx_dev_watchdog+0x10/0x10
  [Mon Aug 7 

[Kernel-packages] [Bug 2032933] Re: Mantic (23.10) minimal images increase in memory consumption, port usage and processes running

2023-08-28 Thread Simon Déziel
In the above tests from Christian, it's interesting to note the MemTotal
shrink by ~22MiB. Is this due to the higher NR_CPUS alone?

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

Title:
  Mantic (23.10) minimal images increase in memory consumption, port
  usage and processes running

Status in cloud-images:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  The Mantic (Ubuntu 23.10) images are undergoing some big changes prior
  to 23.10 release in October.

  This is a devel release so this is the perfect time to be making these
  changes but we are noticing some changes that were not expected.

  This bug is to track the unexpected changes and discuss/resolve these.

  The changes that have been made to mantic minimal:

  * Move to the linux-generic kernel from the linux-kvm kernel
    * This also involved removal of the virtio-blk driver, which is the default 
for QEMU and OpenStack, but this is being restored in an upcoming 6.5 mantic 
kernel and is being trakced @ 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2030745
  * Move to using minimal-cloud seed - see 
https://ubuntu-archive-team.ubuntu.com/seeds/ubuntu.mantic/cloud-minimal
  * No longer installing Recommends packages
  * No initramfs fallback for boot - only initramfsless boot

  The latest mantic minimal images are available @ http://cloud-
  images.ubuntu.com/minimal/daily/mantic/ and are also available in the
  public clouds.

  A package name manifest diff can be seen @
  https://pastebin.ubuntu.com/p/rRd6STnNmK/

  We have had reports of higher memory usage on an idle system, higher
  number of ports open on an idle system and higher number of process
  running on a idle system.

  To help with debugging I have built and uploaded the following images
  and package manifests to
  https://people.canonical.com/~philroche/20230824-manticl-minimal-
  LP2032933/

  * 
20230618-before-kernel-change-before-seed-change-mantic-minimal-cloudimg-amd64
    * Before kernel change and before seed change
  * 
20230824-after-kernel-change-before-seed-change-mantic-minimal-cloudimg-amd64
    * After kernel change and before seed change
  * 
20230821.1-after-kernel-change-after-seed-change-mantic-minimal-cloudimg-amd64
    * After kernel change and after seed change

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-images/+bug/2032933/+subscriptions


-- 
Mailing list: https://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 1982519] Re: GDS: Add NFS patches to optimized kernel

2023-08-28 Thread Ian May
** Changed in: linux-nvidia-5.19 (Ubuntu Jammy)
   Status: New => Fix Released

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

Title:
  GDS: Add NFS patches to optimized kernel

Status in linux-nvidia package in Ubuntu:
  New
Status in linux-nvidia-5.19 package in Ubuntu:
  New
Status in linux-nvidia-6.2 package in Ubuntu:
  New
Status in linux-nvidia source package in Jammy:
  Fix Released
Status in linux-nvidia-5.19 source package in Jammy:
  Fix Released
Status in linux-nvidia-6.2 source package in Jammy:
  Fix Released

Bug description:
   [Impact]
  Adding these changes will enable GDS functionality NFS drivers.

   [Fix]
  This is a not a fix but a new feature being to NFS driver.

   [Test]
  
  Tested the NFS driver on a hpe system as I did not have a setup with BASEOS6.
   1) Installed 5.15.39 kernel on the system (this is the kernel that 
optimized kernel is on currently).
   2) Downloaded the optimized kernel.
   3) Applied the patches to the optimized kernel
   4) Replaced the NFS modules on the system with the one's built on 
optimized kernel.
   5) Ran gds and compat mode tests on a  NFS mount with the patched NFS 
driver. All tests went fine.
   
  Attaching the results

  Compat mode tests
  ==
  **
  API Tests, : 72 /  72 tests passed
  **
  Testsuite : 211 / 211 tests passed
  done tests:Thu Jul 21 08:27:58 PM UTC 2022

  GDS mode tests
  ==
  **
  NVFS IOCTL negative Tests, : 23 /  23 tests passed
  **
  Testsuite : 249 / 249 tests passed
  End: nvidia-fs:
  GDS Version: 1.4.0.31
  NVFS statistics(ver: 4.0)

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


-- 
Mailing list: https://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 2031537] Re: Ethernet not stable 23.04 (RTL8168/8169)

2023-08-28 Thread Juerg Haefliger
Can you add 'pcie_aspm=off' to the kernel commandline and let us know if
that makes a difference?

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

Title:
  Ethernet not stable 23.04 (RTL8168/8169)

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  hello,
  it is my first time reporting a pug hope it is the last

  there is thread here
  https://ubuntuforums.org/showthread.php?t=2489146=14151513

  another user experienced similar issue

  my network work fine at startup keep working for hours then disconnect and 
cannot reconnect without a restart
  I tested the cable using another pc and it was working repluged with no 
difference

  I thought it is caused by nvidia driver so changed it and the problem
  persist

  I use systemd-networkd

  
  uname -a
  Linux ahmed-OptiPlex-3090 6.2.0-27-generic #28-Ubuntu SMP PREEMPT_DYNAMIC Wed 
Jul 12 22:39:51 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

  
  lspci:
  02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 1b)

  
  dmesg:

  [Mon Aug 7 12:36:47 2023] audit: type=1400 audit(1691401007.881:150): 
apparmor="ALLOWED" operation="file_perm" class="file" 
profile="libreoffice-oosplash" 
name="/tmp/OSL_PIPE_1000_SingleOfficeIPC_74ed987bff2950ad36ea f76d6640d9dc" 
pid=14414 comm="oosplash" requested_mask="w" denied_mask="w" fsuid=1000 
ouid=1000
  [Mon Aug 7 12:39:19 2023] [ cut here ]
  [Mon Aug 7 12:39:19 2023] NETDEV WATCHDOG: enp2s0 (r8169): transmit queue 0 
timed out
  [Mon Aug 7 12:39:19 2023] WARNING: CPU: 4 PID: 0 at 
net/sched/sch_generic.c:525 dev_watchdog+0x23a/0x250
  [Mon Aug 7 12:39:19 2023] Modules linked in: snd_seq_dummy snd_hrtimer 
nvidia_uvm(PO) bridge stp llc cfg80211 binfmt_misc nvidia_drm(PO) nls_iso8859_1 
snd_ctl_led nvidia_modeset(PO) snd_sof_pci_intel_cnl snd_sof_intel_hda_common 
soundwire_intel soundwire_generic_allocation soundwire_cadence 
snd_sof_intel_hda snd_sof_pci snd_hda_codec_realtek snd_sof_xtensa_dsp 
snd_hda_codec_generic snd_sof snd_sof_utils snd_soc_hdac_hda snd_hda_ext_core 
snd_soc_acpi_intel_match snd_soc_acpi soundwire_bus snd_soc_core 
snd_hda_codec_hdmi snd_compress ac97_bus snd_pcm_dmaengine snd_hda_intel 
snd_intel_dspcfg snd_intel_sdw_acpi snd_hda_codec intel_rapl_msr 
intel_rapl_common snd_hda_core intel_tcc_cooling x86_pkg_temp_thermal snd_hwdep 
intel_powerclamp coretemp nvidia(PO) snd_pcm kvm_intel snd_seq_midi i915 
snd_seq_midi_event mei_hdcp mei_pxp snd_rawmidi kvm drm_buddy snd_seq ttm 
irqbypass drm_display_helper snd_seq_device crct10dif_pclmul cec 
polyval_clmulni snd_timer polyval_generic dell_wmi ghash_clm
 ulni_intel rc_core
  [Mon Aug 7 12:39:19 2023] sha512_ssse3 cmdlinepart aesni_intel drm_kms_helper 
snd mei_me spi_nor crypto_simd i2c_algo_bit dell_smbios cryptd soundcore dcdbas 
syscopyarea sysfillrect ledtrig_audio dell_wmi_sysman sysimgblt mei rapl mtd 
sparse_keymap dell_wmi_descriptor intel_pch_thermal intel_cstate wmi_bmof 
firmware_attributes_class ee1004 input_leds acpi_pad mac_hid msr parport_pc 
ppdev lp drm parport efi_pstore dmi_sysfs ip_tables x_tables autofs4 
hid_generic usbhid hid ahci crc32_pclmul r8169 video intel_lpss_pci 
spi_intel_pci i2c_i801 libahci xhci_pci spi_intel intel_lpss realtek i2c_smbus 
xhci_pci_renesas idma64 wmi pinctrl_cannonlake
  [Mon Aug 7 12:39:19 2023] CPU: 4 PID: 0 Comm: swapper/4 Tainted: P O 
6.2.0-26-generic #26-Ubuntu
  [Mon Aug 7 12:39:19 2023] Hardware name: Dell Inc. OptiPlex 3090/0492YX, BIOS 
2.13.1 05/10/2023
  [Mon Aug 7 12:39:19 2023] RIP: 0010:dev_watchdog+0x23a/0x250
  [Mon Aug 7 12:39:19 2023] Code: 00 e9 2b ff ff ff 48 89 df c6 05 ba a6 d5 01 
01 e8 3b 07 f8 ff 44 89 f1 48 89 de 48 c7 c7 f8 25 67 9d 48 89 c2 e8 06 09 29 
ff <0f> 0b e9 1c ff ff ff 66 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 40 00
  [Mon Aug 7 12:39:19 2023] RSP: 0018:b40c40254e38 EFLAGS: 00010246
  [Mon Aug 7 12:39:19 2023] RAX:  RBX: 997996868000 RCX: 

  [Mon Aug 7 12:39:19 2023] RDX:  RSI:  RDI: 

  [Mon Aug 7 12:39:19 2023] RBP: b40c40254e68 R08:  R09: 

  [Mon Aug 7 12:39:19 2023] R10:  R11:  R12: 
9979968684c8
  [Mon Aug 7 12:39:19 2023] R13: 99799686841c R14:  R15: 

  [Mon Aug 7 12:39:19 2023] FS: () 
GS:997da930() knlGS:
  [Mon Aug 7 12:39:19 2023] CS: 0010 DS:  ES:  CR0: 80050033
  [Mon Aug 7 12:39:19 2023] CR2: 0c4c01aa8000 CR3: 000329810004 CR4: 
003726e0
  [Mon Aug 7 12:39:19 2023] Call Trace:
  [Mon Aug 7 12:39:19 2023] 
  [Mon Aug 7 12:39:19 2023] ? __pfx_dev_watchdog+0x10/0x10
  [Mon Aug 7 12:39:19 2023] call_timer_fn+0x29/0x160
  [Mon Aug 7 12:39:19 2023] ? 

[Kernel-packages] [Bug 2031537] Re: Ethernet not stable 23.04 (RTL8168/8169)

2023-08-28 Thread Juerg Haefliger
https://bugzilla.kernel.org/show_bug.cgi?id=216884

While the bug report is for LoongArch, there are comments about issues
on x86 as well.

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

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

Title:
  Ethernet not stable 23.04 (RTL8168/8169)

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  hello,
  it is my first time reporting a pug hope it is the last

  there is thread here
  https://ubuntuforums.org/showthread.php?t=2489146=14151513

  another user experienced similar issue

  my network work fine at startup keep working for hours then disconnect and 
cannot reconnect without a restart
  I tested the cable using another pc and it was working repluged with no 
difference

  I thought it is caused by nvidia driver so changed it and the problem
  persist

  I use systemd-networkd

  
  uname -a
  Linux ahmed-OptiPlex-3090 6.2.0-27-generic #28-Ubuntu SMP PREEMPT_DYNAMIC Wed 
Jul 12 22:39:51 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

  
  lspci:
  02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 1b)

  
  dmesg:

  [Mon Aug 7 12:36:47 2023] audit: type=1400 audit(1691401007.881:150): 
apparmor="ALLOWED" operation="file_perm" class="file" 
profile="libreoffice-oosplash" 
name="/tmp/OSL_PIPE_1000_SingleOfficeIPC_74ed987bff2950ad36ea f76d6640d9dc" 
pid=14414 comm="oosplash" requested_mask="w" denied_mask="w" fsuid=1000 
ouid=1000
  [Mon Aug 7 12:39:19 2023] [ cut here ]
  [Mon Aug 7 12:39:19 2023] NETDEV WATCHDOG: enp2s0 (r8169): transmit queue 0 
timed out
  [Mon Aug 7 12:39:19 2023] WARNING: CPU: 4 PID: 0 at 
net/sched/sch_generic.c:525 dev_watchdog+0x23a/0x250
  [Mon Aug 7 12:39:19 2023] Modules linked in: snd_seq_dummy snd_hrtimer 
nvidia_uvm(PO) bridge stp llc cfg80211 binfmt_misc nvidia_drm(PO) nls_iso8859_1 
snd_ctl_led nvidia_modeset(PO) snd_sof_pci_intel_cnl snd_sof_intel_hda_common 
soundwire_intel soundwire_generic_allocation soundwire_cadence 
snd_sof_intel_hda snd_sof_pci snd_hda_codec_realtek snd_sof_xtensa_dsp 
snd_hda_codec_generic snd_sof snd_sof_utils snd_soc_hdac_hda snd_hda_ext_core 
snd_soc_acpi_intel_match snd_soc_acpi soundwire_bus snd_soc_core 
snd_hda_codec_hdmi snd_compress ac97_bus snd_pcm_dmaengine snd_hda_intel 
snd_intel_dspcfg snd_intel_sdw_acpi snd_hda_codec intel_rapl_msr 
intel_rapl_common snd_hda_core intel_tcc_cooling x86_pkg_temp_thermal snd_hwdep 
intel_powerclamp coretemp nvidia(PO) snd_pcm kvm_intel snd_seq_midi i915 
snd_seq_midi_event mei_hdcp mei_pxp snd_rawmidi kvm drm_buddy snd_seq ttm 
irqbypass drm_display_helper snd_seq_device crct10dif_pclmul cec 
polyval_clmulni snd_timer polyval_generic dell_wmi ghash_clm
 ulni_intel rc_core
  [Mon Aug 7 12:39:19 2023] sha512_ssse3 cmdlinepart aesni_intel drm_kms_helper 
snd mei_me spi_nor crypto_simd i2c_algo_bit dell_smbios cryptd soundcore dcdbas 
syscopyarea sysfillrect ledtrig_audio dell_wmi_sysman sysimgblt mei rapl mtd 
sparse_keymap dell_wmi_descriptor intel_pch_thermal intel_cstate wmi_bmof 
firmware_attributes_class ee1004 input_leds acpi_pad mac_hid msr parport_pc 
ppdev lp drm parport efi_pstore dmi_sysfs ip_tables x_tables autofs4 
hid_generic usbhid hid ahci crc32_pclmul r8169 video intel_lpss_pci 
spi_intel_pci i2c_i801 libahci xhci_pci spi_intel intel_lpss realtek i2c_smbus 
xhci_pci_renesas idma64 wmi pinctrl_cannonlake
  [Mon Aug 7 12:39:19 2023] CPU: 4 PID: 0 Comm: swapper/4 Tainted: P O 
6.2.0-26-generic #26-Ubuntu
  [Mon Aug 7 12:39:19 2023] Hardware name: Dell Inc. OptiPlex 3090/0492YX, BIOS 
2.13.1 05/10/2023
  [Mon Aug 7 12:39:19 2023] RIP: 0010:dev_watchdog+0x23a/0x250
  [Mon Aug 7 12:39:19 2023] Code: 00 e9 2b ff ff ff 48 89 df c6 05 ba a6 d5 01 
01 e8 3b 07 f8 ff 44 89 f1 48 89 de 48 c7 c7 f8 25 67 9d 48 89 c2 e8 06 09 29 
ff <0f> 0b e9 1c ff ff ff 66 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 40 00
  [Mon Aug 7 12:39:19 2023] RSP: 0018:b40c40254e38 EFLAGS: 00010246
  [Mon Aug 7 12:39:19 2023] RAX:  RBX: 997996868000 RCX: 

  [Mon Aug 7 12:39:19 2023] RDX:  RSI:  RDI: 

  [Mon Aug 7 12:39:19 2023] RBP: b40c40254e68 R08:  R09: 

  [Mon Aug 7 12:39:19 2023] R10:  R11:  R12: 
9979968684c8
  [Mon Aug 7 12:39:19 2023] R13: 99799686841c R14:  R15: 

  [Mon Aug 7 12:39:19 2023] FS: () 
GS:997da930() knlGS:
  [Mon Aug 7 12:39:19 2023] CS: 0010 DS:  ES:  CR0: 80050033
  [Mon Aug 7 12:39:19 2023] CR2: 0c4c01aa8000 CR3: 000329810004 CR4: 
003726e0
  [Mon Aug 7 12:39:19 2023] Call Trace:
  [Mon Aug 7 12:39:19 2023] 

[Kernel-packages] [Bug 2033053] Re: Randomly, after some time using the PC, the network card crashes and it's impossible to recover connectivity

2023-08-28 Thread Juerg Haefliger
*** This bug is a duplicate of bug 2031537 ***
https://bugs.launchpad.net/bugs/2031537

This is a duplicate of bug 2031537, lets move the discussion there.

** This bug has been marked a duplicate of bug 2031537
   Ethernet not stable 23.04 (RTL8168/8169)

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

Title:
  Randomly, after some time using the PC, the network card crashes and
  it's impossible to recover connectivity

Status in linux package in Ubuntu:
  Confirmed
Status in linux-firmware package in Ubuntu:
  New

Bug description:
  The latest version either of linxu or linux-firmware package has a bug
  affecting some ethernet LAN devices causing them to randomly crash
  after a long period of time -around 24h- being active. The bug
  reported by the kernel is: NETDEV WATCHDOG: enp1s0 (r8169): transmit
  queue 0 timed out

  The complete stack trace is shown below:

  NETDEV WATCHDOG: enp1s0 (r8169): transmit queue 0 timed out
  WARNING: CPU: 1 PID: 0 at net/sched/sch_generic.c:525 dev_watchdog+0x21f/0x230
  Modules linked in: cdc_ether usbnet r8152 mii vhost_net vhost vhost_iotlb tap 
tls veth xt_nat xt_CHECKSUM xt_MASQUERADE nf_conntrack_netlink xt_conntrack 
xfrm_user xfrm_algo ipt_REJECT nf_reject_ipv4 xt_addrtype xt_tcpudp 
br_netfilter nft_compat nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 
nf_defrag_ipv4 nf_tables nfnetlink bridge stp llc rpcsec_gss_krb5 nfsv4 nfs 
fscache netfs overlay binfmt_misc snd_sof_pci_intel_cnl 
snd_sof_intel_hda_common snd_hda_codec_hdmi soundwire_intel 
soundwire_generic_allocation soundwire_cadence snd_sof_intel_hda snd_sof_pci 
snd_sof_xtensa_dsp snd_sof snd_sof_utils snd_soc_hdac_hda snd_hda_ext_core 
snd_soc_acpi_intel_match snd_hda_codec_realtek snd_soc_acpi 
snd_hda_codec_generic soundwire_bus ledtrig_audio nls_iso8859_1 snd_soc_core 
snd_compress intel_rapl_msr ac97_bus intel_rapl_common snd_pcm_dmaengine 
intel_tcc_cooling x86_pkg_temp_thermal intel_powerclamp snd_hda_intel kvm_intel 
mei_pxp mei_hdcp snd_intel_dspcfg snd_intel_sdw_acpi kvm
   snd_usb_audio snd_hda_codec i915 irqbypass snd_usbmidi_lib snd_hda_core 
crct10dif_pclmul polyval_clmulni mc snd_hwdep polyval_generic 
ghash_clmulni_intel snd_pcm sha512_ssse3 drm_buddy aesni_intel snd_seq_midi 
crypto_simd ttm snd_seq_midi_event drm_display_helper snd_rawmidi cryptd cec 
cmdlinepart rc_core snd_seq drm_kms_helper rapl snd_seq_device snd_timer 
spi_nor i2c_algo_bit syscopyarea intel_cstate snd joydev input_leds mtd 
wmi_bmof ee1004 soundcore mei_me sysfillrect sysimgblt mei intel_pch_thermal 
mac_hid acpi_pad acpi_tad sch_fq_codel nct6775 nct6775_core hwmon_vid coretemp 
nfsd msr parport_pc auth_rpcgss ppdev nfs_acl lockd lp ramoops pstore_blk grace 
parport drm reed_solomon pstore_zone efi_pstore sunrpc ip_tables x_tables 
autofs4 btrfs blake2b_generic raid10 raid456 async_raid6_recov async_memcpy 
async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear 
hid_generic usbhid hid crc32_pclmul spi_intel_pci i2c_i801 r8169 spi_intel ahci 
i2c_smbus
   xhci_pci realtek libahci xhci_pci_renesas video wmi
  CPU: 1 PID: 0 Comm: swapper/1 Not tainted 6.2.0-26-generic #26~22.04.1-Ubuntu
  Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./H310M-HDV, BIOS 
P3.30 10/24/2018
  RIP: 0010:dev_watchdog+0x21f/0x230
  Code: 00 e9 31 ff ff ff 4c 89 e7 c6 05 f5 a9 78 01 01 e8 c6 ff f7 ff 44 89 f1 
4c 89 e6 48 c7 c7 08 30 84 93 48 89 c2 e8 31 0b 2c ff <0f> 0b e9 22 ff ff ff 66 
2e 0f 1f 84 00 00 00 00 00 90 90 90 90 90
  RSP: 0018:c3738003ce70 EFLAGS: 00010246
  RAX:  RBX: a0ac95fb84c8 RCX: 
  RDX:  RSI:  RDI: 
  RBP: c3738003ce98 R08:  R09: 
  R10:  R11:  R12: a0ac95fb8000
  R13: a0ac95fb841c R14:  R15: 
  FS:  () GS:a0afe524() knlGS:
  CS:  0010 DS:  ES:  CR0: 80050033
  CR2: 55b6d6e550e0 CR3: 29c10006 CR4: 003726e0
  Call Trace:
   
   ? __pfx_dev_watchdog+0x10/0x10
   call_timer_fn+0x29/0x160
   ? __pfx_dev_watchdog+0x10/0x10
   __run_timers.part.0+0x1fb/0x2b0
   ? ktime_get+0x43/0xc0
   ? __pfx_tick_sched_timer+0x10/0x10
   ? lapic_next_deadline+0x2c/0x50
   ? clockevents_program_event+0xb2/0x140
   run_timer_softirq+0x2a/0x60
   __do_softirq+0xda/0x330
   ? hrtimer_interrupt+0x12b/0x250
   __irq_exit_rcu+0xa2/0xd0
   irq_exit_rcu+0xe/0x20
   sysvec_apic_timer_interrupt+0x96/0xb0
   
   
   asm_sysvec_apic_timer_interrupt+0x1b/0x20
  RIP: 0010:cpuidle_enter_state+0xde/0x6f0
  Code: a6 51 6d e8 b4 5f 45 ff 8b 53 04 49 89 c7 0f 1f 44 00 00 31 ff e8 72 3e 
44 ff 80 7d d0 00 0f 85 e8 00 00 00 fb 0f 1f 44 00 00 <45> 85 f6 0f 88 0f 02 00 
00 4d 63 ee 49 83 fd 09 0f 87 c4 04 00 00
  

[Kernel-packages] [Bug 1982519] Re: GDS: Add NFS patches to optimized kernel

2023-08-28 Thread Ian May
** Changed in: linux-nvidia-6.2 (Ubuntu Jammy)
   Status: New => Fix Released

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

Title:
  GDS: Add NFS patches to optimized kernel

Status in linux-nvidia package in Ubuntu:
  New
Status in linux-nvidia-5.19 package in Ubuntu:
  New
Status in linux-nvidia-6.2 package in Ubuntu:
  New
Status in linux-nvidia source package in Jammy:
  Fix Released
Status in linux-nvidia-5.19 source package in Jammy:
  New
Status in linux-nvidia-6.2 source package in Jammy:
  Fix Released

Bug description:
   [Impact]
  Adding these changes will enable GDS functionality NFS drivers.

   [Fix]
  This is a not a fix but a new feature being to NFS driver.

   [Test]
  
  Tested the NFS driver on a hpe system as I did not have a setup with BASEOS6.
   1) Installed 5.15.39 kernel on the system (this is the kernel that 
optimized kernel is on currently).
   2) Downloaded the optimized kernel.
   3) Applied the patches to the optimized kernel
   4) Replaced the NFS modules on the system with the one's built on 
optimized kernel.
   5) Ran gds and compat mode tests on a  NFS mount with the patched NFS 
driver. All tests went fine.
   
  Attaching the results

  Compat mode tests
  ==
  **
  API Tests, : 72 /  72 tests passed
  **
  Testsuite : 211 / 211 tests passed
  done tests:Thu Jul 21 08:27:58 PM UTC 2022

  GDS mode tests
  ==
  **
  NVFS IOCTL negative Tests, : 23 /  23 tests passed
  **
  Testsuite : 249 / 249 tests passed
  End: nvidia-fs:
  GDS Version: 1.4.0.31
  NVFS statistics(ver: 4.0)

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


-- 
Mailing list: https://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 2031537] Re: Ethernet not stable 23.4 (RTL8168/8169)

2023-08-28 Thread Juerg Haefliger
** Summary changed:

- Ethernet not staple 23.4 (RTL8168/8169)
+ Ethernet not stable 23.4 (RTL8168/8169)

** Summary changed:

- Ethernet not stable 23.4 (RTL8168/8169)
+ Ethernet not stable 23.04 (RTL8168/8169)

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

Title:
  Ethernet not stable 23.04 (RTL8168/8169)

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  hello,
  it is my first time reporting a pug hope it is the last

  there is thread here
  https://ubuntuforums.org/showthread.php?t=2489146=14151513

  another user experienced similar issue

  my network work fine at startup keep working for hours then disconnect and 
cannot reconnect without a restart
  I tested the cable using another pc and it was working repluged with no 
difference

  I thought it is caused by nvidia driver so changed it and the problem
  persist

  I use systemd-networkd

  
  uname -a
  Linux ahmed-OptiPlex-3090 6.2.0-27-generic #28-Ubuntu SMP PREEMPT_DYNAMIC Wed 
Jul 12 22:39:51 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

  
  lspci:
  02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 1b)

  
  dmesg:

  [Mon Aug 7 12:36:47 2023] audit: type=1400 audit(1691401007.881:150): 
apparmor="ALLOWED" operation="file_perm" class="file" 
profile="libreoffice-oosplash" 
name="/tmp/OSL_PIPE_1000_SingleOfficeIPC_74ed987bff2950ad36ea f76d6640d9dc" 
pid=14414 comm="oosplash" requested_mask="w" denied_mask="w" fsuid=1000 
ouid=1000
  [Mon Aug 7 12:39:19 2023] [ cut here ]
  [Mon Aug 7 12:39:19 2023] NETDEV WATCHDOG: enp2s0 (r8169): transmit queue 0 
timed out
  [Mon Aug 7 12:39:19 2023] WARNING: CPU: 4 PID: 0 at 
net/sched/sch_generic.c:525 dev_watchdog+0x23a/0x250
  [Mon Aug 7 12:39:19 2023] Modules linked in: snd_seq_dummy snd_hrtimer 
nvidia_uvm(PO) bridge stp llc cfg80211 binfmt_misc nvidia_drm(PO) nls_iso8859_1 
snd_ctl_led nvidia_modeset(PO) snd_sof_pci_intel_cnl snd_sof_intel_hda_common 
soundwire_intel soundwire_generic_allocation soundwire_cadence 
snd_sof_intel_hda snd_sof_pci snd_hda_codec_realtek snd_sof_xtensa_dsp 
snd_hda_codec_generic snd_sof snd_sof_utils snd_soc_hdac_hda snd_hda_ext_core 
snd_soc_acpi_intel_match snd_soc_acpi soundwire_bus snd_soc_core 
snd_hda_codec_hdmi snd_compress ac97_bus snd_pcm_dmaengine snd_hda_intel 
snd_intel_dspcfg snd_intel_sdw_acpi snd_hda_codec intel_rapl_msr 
intel_rapl_common snd_hda_core intel_tcc_cooling x86_pkg_temp_thermal snd_hwdep 
intel_powerclamp coretemp nvidia(PO) snd_pcm kvm_intel snd_seq_midi i915 
snd_seq_midi_event mei_hdcp mei_pxp snd_rawmidi kvm drm_buddy snd_seq ttm 
irqbypass drm_display_helper snd_seq_device crct10dif_pclmul cec 
polyval_clmulni snd_timer polyval_generic dell_wmi ghash_clm
 ulni_intel rc_core
  [Mon Aug 7 12:39:19 2023] sha512_ssse3 cmdlinepart aesni_intel drm_kms_helper 
snd mei_me spi_nor crypto_simd i2c_algo_bit dell_smbios cryptd soundcore dcdbas 
syscopyarea sysfillrect ledtrig_audio dell_wmi_sysman sysimgblt mei rapl mtd 
sparse_keymap dell_wmi_descriptor intel_pch_thermal intel_cstate wmi_bmof 
firmware_attributes_class ee1004 input_leds acpi_pad mac_hid msr parport_pc 
ppdev lp drm parport efi_pstore dmi_sysfs ip_tables x_tables autofs4 
hid_generic usbhid hid ahci crc32_pclmul r8169 video intel_lpss_pci 
spi_intel_pci i2c_i801 libahci xhci_pci spi_intel intel_lpss realtek i2c_smbus 
xhci_pci_renesas idma64 wmi pinctrl_cannonlake
  [Mon Aug 7 12:39:19 2023] CPU: 4 PID: 0 Comm: swapper/4 Tainted: P O 
6.2.0-26-generic #26-Ubuntu
  [Mon Aug 7 12:39:19 2023] Hardware name: Dell Inc. OptiPlex 3090/0492YX, BIOS 
2.13.1 05/10/2023
  [Mon Aug 7 12:39:19 2023] RIP: 0010:dev_watchdog+0x23a/0x250
  [Mon Aug 7 12:39:19 2023] Code: 00 e9 2b ff ff ff 48 89 df c6 05 ba a6 d5 01 
01 e8 3b 07 f8 ff 44 89 f1 48 89 de 48 c7 c7 f8 25 67 9d 48 89 c2 e8 06 09 29 
ff <0f> 0b e9 1c ff ff ff 66 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 40 00
  [Mon Aug 7 12:39:19 2023] RSP: 0018:b40c40254e38 EFLAGS: 00010246
  [Mon Aug 7 12:39:19 2023] RAX:  RBX: 997996868000 RCX: 

  [Mon Aug 7 12:39:19 2023] RDX:  RSI:  RDI: 

  [Mon Aug 7 12:39:19 2023] RBP: b40c40254e68 R08:  R09: 

  [Mon Aug 7 12:39:19 2023] R10:  R11:  R12: 
9979968684c8
  [Mon Aug 7 12:39:19 2023] R13: 99799686841c R14:  R15: 

  [Mon Aug 7 12:39:19 2023] FS: () 
GS:997da930() knlGS:
  [Mon Aug 7 12:39:19 2023] CS: 0010 DS:  ES:  CR0: 80050033
  [Mon Aug 7 12:39:19 2023] CR2: 0c4c01aa8000 CR3: 000329810004 CR4: 
003726e0
  [Mon Aug 7 12:39:19 2023] Call Trace:
  [Mon Aug 7 12:39:19 2023] 
  [Mon Aug 7 12:39:19 2023] ? 

[Kernel-packages] [Bug 1998285] Re: 5.15.0-53-UBSAN: shift-out-of-bounds in amdgpu

2023-08-28 Thread Jarkko Korpi
no change 5.15.0-82-generic

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

Title:
  5.15.0-53-UBSAN: shift-out-of-bounds in amdgpu

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  from dmesg

   1.313665] UBSAN: shift-out-of-bounds in 
/build/linux-JjvoxS/linux-5.15.0/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_device_queue_manager.c:997:32
  [1.313668] shift exponent 64 is too large for 64-bit type 'long long 
unsigned int'

  there is also a crash but i don't know if it's related.

  1.313671] Call Trace:
  [1.313672]  
  [1.313673]  show_stack+0x52/0x5c
  [1.313676]  dump_stack_lvl+0x4a/0x63
  [1.313678]  dump_stack+0x10/0x16
  [1.313679]  ubsan_epilogue+0x9/0x49
  [1.313680]  __ubsan_handle_shift_out_of_bounds.cold+0x61/0xef
  [1.313682]  initialize_nocpsch.cold+0x15/0x59 [amdgpu]
  [1.313841]  device_queue_manager_init+0x208/0x3b0 [amdgpu]
  [1.313946]  kgd2kfd_device_init.cold+0x1af/0x483 [amdgpu]
  [1.314079]  amdgpu_amdkfd_device_init+0x135/0x170 [amdgpu]
  [1.314178]  amdgpu_device_ip_init+0x681/0x6a4 [amdgpu]
  [1.314323]  amdgpu_device_init.cold+0x25b/0x7db [amdgpu]
  [1.314463]  ? do_pci_enable_device+0xdb/0x110
  [1.314466]  amdgpu_driver_load_kms+0x1e/0x270 [amdgpu]
  [1.314556]  amdgpu_pci_probe+0x1ce/0x260 [amdgpu]
  [1.314642]  local_pci_probe+0x48/0x90
  [1.314644]  pci_device_probe+0x119/0x1f0
  [1.314645]  really_probe+0x21f/0x420
  [1.314647]  __driver_probe_device+0x119/0x190
  [1.314648]  driver_probe_device+0x23/0xc0
  [1.314650]  __driver_attach+0xbd/0x1f0
  [1.314651]  ? __device_attach_driver+0x120/0x120
  [1.314652]  bus_for_each_dev+0x7c/0xd0
  [1.314654]  driver_attach+0x1e/0x30
  [1.314655]  bus_add_driver+0x148/0x220
  [1.314656]  driver_register+0x95/0x100
  [1.314657]  __pci_register_driver+0x68/0x70
  [1.314659]  amdgpu_init+0x7c/0x1000 [amdgpu]
  [1.314747]  ? 0xc0fc
  [1.314748]  do_one_initcall+0x46/0x1e0
  [1.314750]  ? kmem_cache_alloc_trace+0x19e/0x2e0
  [1.314752]  do_init_module+0x52/0x260
  [1.314753]  load_module+0xb2b/0xbc0
  [1.314754]  __do_sys_finit_module+0xbf/0x120
  [1.314756]  __x64_sys_finit_module+0x18/0x20
  [1.314757]  do_syscall_64+0x59/0xc0
  [1.314758]  ? ksys_lseek+0x85/0xc0
  [1.314759]  ? exit_to_user_mode_prepare+0x37/0xb0
  [1.314761]  ? syscall_exit_to_user_mode+0x27/0x50
  [1.314762]  ? __x64_sys_lseek+0x18/0x20
  [1.314763]  ? do_syscall_64+0x69/0xc0
  [1.314764]  entry_SYSCALL_64_after_hwframe+0x61/0xcb
  [1.314766] RIP: 0033:0x7fef87ab8a3d
  [1.314767] Code: 5b 41 5c c3 66 0f 1f 84 00 00 00 00 00 f3 0f 1e fa 48 89 
f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 
f0 ff ff 73 01 c3 48 8b 0d c3 a3 0f 00 f7 d8 64 89 01 48
  [1.314768] RSP: 002b:7fffe67aa7c8 EFLAGS: 0246 ORIG_RAX: 
0139
  [1.314770] RAX: ffda RBX: 55d1d00078a0 RCX: 
7fef87ab8a3d
  [1.314771] RDX:  RSI: 7fef87c4f441 RDI: 
0018
  [1.314772] RBP: 0002 R08:  R09: 
0002
  [1.314772] R10: 0018 R11: 0246 R12: 
7fef87c4f441
  [1.314773] R13: 55d1d002ea30 R14: 55d1d0011600 R15: 
55d1d002eb10
  [1.314774]  
  [1.314778] 


  
  gpu is Amd r 380 tonga 4Gb.
  I was adviced to try 6.0 series of kernel and I dont see the ubsan error 
there but I would like to get the fixes backported 5.15 series.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jarkko 1322 F pulseaudio
   /dev/snd/controlC1:  jarkko 1322 F pulseaudio
  CasperMD5json: {
  CurrentDesktop: MATE
  DistroRelease: Linux Mint 21
  InstallationDate: Installed on 2022-09-19 (71 days ago)
  InstallationMedia: Linux Mint 21 "Vanessa" - Release amd64 20220726
  MachineType: ASUS System Product Name
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.0.0-1007-oem 
root=UUID=62a471af-17fd-40e2-9304-b3e113e4f47f ro quiet splash
  ProcVersionSignature: Ubuntu 6.0.0-1007.7-oem 6.0.3
  RelatedPackageVersions:
   linux-restricted-modules-6.0.0-1007-oem N/A
   linux-backports-modules-6.0.0-1007-oem  N/A
   linux-firmware  20220329.git681281e4-0ubuntu3.7
  Tags:  vanessa
  Uname: Linux 6.0.0-1007-oem x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  

[Kernel-packages] [Bug 2033124] Re: Intel AX201 wifi card is hardware blocked/RF_KILL after suspend/resume

2023-08-28 Thread Kristoffer Berdal
1) It has not worked before for me at all, I have only had this laptop for a 
short while
2) I'll post that after work, I don't have the laptop here. There are no real 
errors, just that the RFKILL bit is set post-suspend/resume 
3) I'll test going backwards in driver versions then

Yes, with the latest BIOS (F.27) I have working wifi initially but after
suspend/resume iwlwifi says the wifi board is reporting RFKILL and
`rfkill` reports it's hard blocked.


With the older BIOS I had previously (F.13) wifi was not working at all

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

Title:
  Intel AX201 wifi card is hardware blocked/RF_KILL after suspend/resume

Status in linux-firmware package in Ubuntu:
  New

Bug description:
  I have HP 340S G7 laptop where the Intel AX201 REV=0x332 card is stuck
  in RF_KILL after suspend. From googling this it appears I am not the
  only one having problems with this card, but I can't seem to find any
  solution to the problem.

  I have the latest BIOS available (F27 11/21/2022). Before with BIOS
  version F13 the Wifi was not working at all, and by upgrading to the
  latest it at least works until suspend.

  I have tested cloning linux-firmware and copying all the iwlwifi-*
  firmwares into /lib/firmware, which does not seem to do anything. I'm
  not sure why but the laptop continues to want to use 72.daa05125.0
  Qu-c0-hr-b0-72.ucode even if a higher number file is available in the
  folder. I thought the last number was a version but I was guessing.

  There are multiple ACPI errors / BIOS Error (bug) in the log. I will
  upload those logs shortly I just need to get them out of the laptop :)

  I have tested this on the latest Ubuntu 22.04.3 LTS as per now, and
  also 23.04 and latest Alpine Linux.

  Kernel: 6.2.0-27-generic

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


-- 
Mailing list: https://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 2031969] Re: Ubuntu 23.04: Suspend & Power off

2023-08-28 Thread Juerg Haefliger
Yes, I'm also seeing power off issues. Although not as much as before
but still... So not fixed :-(

** This bug is no longer a duplicate of bug 2029332
   Reboot command powers off the system

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

Title:
  Ubuntu 23.04: Suspend & Power off

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Since update to version 23.04 I am facing several problems related to
  system suspend and shutdown on a HP Envy 15 notebook (2016). The
  system refuses to wake up from standby mode, especially if it has run
  for a longer time. Screen is black, no response to keyboard or
  trackpad actions, Power button led is on. The only way out of here is
  a long press on power button.

  Another problem with this  and I think it's kind of related. If you
  want to shut down the computer after a long runtime, the machine won't
  power off.  In the logs you can see the steps for shutting down the OS
  but in the end the machine stays powered on. The power led is on,
  screen is black, no response to keyboard or trackpad actions. System
  has to be powered off by a long press on the power button.

  Ubuntu 6.2.0-27.28-generic 6.2.15

  ProblemType: Bug
  DistroRelease: Ubuntu 23.04
  Package: linux-image-6.2.0-27-generic 6.2.0-27.28
  ProcVersionSignature: Ubuntu 6.2.0-27.28-generic 6.2.15
  Uname: Linux 6.2.0-27-generic x86_64
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tom2051 F wireplumber
   /dev/snd/seq:tom2037 F pipewire
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Aug 19 16:01:07 2023
  InstallationDate: Installed on 2018-07-01 (1875 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:0a2a Intel Corp. Bluetooth wireless interface
   Bus 001 Device 002: ID 04f2:b56d Chicony Electronics Co., Ltd HP Wide Vision 
HD
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: HP HP ENVY Notebook
  ProcEnviron:
   LANG=de_DE.UTF-8
   PATH=(custom, no user)
   SHELL=/bin/bash
   TERM=xterm-256color
   XDG_RUNTIME_DIR=
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.2.0-27-generic 
root=UUID=1e8886f5-f232-49b1-af56-f83caee82bba ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-6.2.0-27-generic N/A
   linux-backports-modules-6.2.0-27-generic  N/A
   linux-firmware20230323.gitbcdcfbcf-0ubuntu1.5
  SourcePackage: linux
  UpgradeStatus: Upgraded to lunar on 2023-05-01 (109 days ago)
  dmi.bios.date: 11/10/2020
  dmi.bios.release: 15.62
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.62
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 81D2
  dmi.board.vendor: HP
  dmi.board.version: KBC Version 87.21
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.chassis.version: Chassis Version
  dmi.ec.firmware.release: 87.21
  dmi.modalias: 
dmi:bvnInsyde:bvrF.62:bd11/10/2020:br15.62:efr87.21:svnHP:pnHPENVYNotebook:pvrType1ProductConfigId:rvnHP:rn81D2:rvrKBCVersion87.21:cvnHP:ct10:cvrChassisVersion:skuZ6J78EA#ABD:
  dmi.product.family: 103C_5335KV
  dmi.product.name: HP ENVY Notebook
  dmi.product.sku: Z6J78EA#ABD
  dmi.product.version: Type1ProductConfigId
  dmi.sys.vendor: HP

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


-- 
Mailing list: https://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 2033229] Re: [Dell Inspiron 5567] Touchpad stops responding

2023-08-28 Thread Shivam Tiwari
Actually sorry to say that bug still persists after the restart.

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

Title:
  [Dell Inspiron 5567] Touchpad stops responding

Status in linux-hwe-6.2 package in Ubuntu:
  New
Status in xserver-xorg-input-libinput package in Ubuntu:
  New

Bug description:
  My cursor stops moving but using peripherals it works and also local networks 
are not shown in wifi panel.
  Please look into this it reduces my productivity.

  ProblemType: Bug
  DistroRelease: Ubuntu 23.04
  Package: xorg 1:7.7+23ubuntu2
  ProcVersionSignature: Ubuntu 6.2.0-32.32~22.04.1-generic 6.2.16
  Uname: Linux 6.2.0-32-generic x86_64
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: unknown
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Aug 28 10:53:30 2023
  DistUpgraded: 2023-08-26 16:30:49,522 DEBUG /openCache(), new cache size 77804
  DistroCodename: lunar
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox/7.0.6, 6.2.0-27-generic, x86_64: installed
   virtualbox/7.0.6, 6.2.0-32-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation HD Graphics 620 [8086:5916] (rev 02) (prog-if 00 [VGA 
controller])
 Subsystem: Dell HD Graphics 620 [1028:0767]
  InstallationDate: Installed on 2021-02-13 (926 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: Dell Inc. Inspiron 5567
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.2.0-32-generic 
root=UUID=eb0f7397-d28a-4d11-ac7b-51001c65f6d3 ro quiet splash i8042.nomux 
i8024.noloop vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: Upgraded to lunar on 2023-08-26 (1 days ago)
  dmi.bios.date: 05/14/2018
  dmi.bios.release: 1.2
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.2.5
  dmi.board.name: 0DG5G3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A03
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.5:bd05/14/2018:br1.2:svnDellInc.:pnInspiron5567:pvr:rvnDellInc.:rn0DG5G3:rvrA03:cvnDellInc.:ct10:cvr:sku0767:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5567
  dmi.product.sku: 0767
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.114-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 23.0.4-0ubuntu1~23.04.1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:21.1.7-1ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-3
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20210115-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.17-2build1

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


-- 
Mailing list: https://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 2019000] Re: Use new annotations model

2023-08-28 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux-kvm/5.15.0-1041.46
kernel in -proposed solves the problem. Please test the kernel and
update this bug with the results. If the problem is solved, change the
tag 'verification-needed-jammy-linux-kvm' to 'verification-done-jammy-
linux-kvm'. If the problem still exists, change the tag 'verification-
needed-jammy-linux-kvm' to 'verification-failed-jammy-linux-kvm'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: kernel-spammed-jammy-linux-kvm-v2 
verification-needed-jammy-linux-kvm

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

Title:
  Use new annotations model

Status in linux package in Ubuntu:
  Invalid
Status in linux-gcp package in Ubuntu:
  New
Status in linux source package in Focal:
  Triaged
Status in linux-gcp source package in Focal:
  New
Status in linux source package in Jammy:
  Fix Released
Status in linux-gcp source package in Jammy:
  Fix Released
Status in linux source package in Kinetic:
  Confirmed
Status in linux-gcp source package in Kinetic:
  Invalid

Bug description:
  [Impact]

  Starting with lunar we have introduced a new way to manage kernel
  configs, unifying the duplicated information defined in the
  annotations file + config chunks into an annotations-only model.

  [Test case]

  A kernel build can be considered a valid test case, in particular the
  specific command that is used to update the .config's for all the
  supported architectures and flavours:

   $ fakeroot debian/rules updateconfigs

  [Fix]

  Import the required changes in debian/ from lunar (with the required
  adjustments) to support the annotations-only model also in all the
  previous releases.

  [Regression potential]

  We may experience regressions during the updateconfigs step,
  especially with derivatives. Moreover, derivatives that want to
  transition to the new annotations model require to adjust the header
  in the annotations file as following (make sure to define the
  corresponding architectures and flavours):

  # FORMAT: 4
  # ARCH: amd64 arm64 armhf ppc64el s390x
  # FLAVOUR: amd64-generic amd64-lowlatency arm64-generic arm64-generic-64k 
arm64-lowlatency arm64-lowlatency-64k armhf-generic armhf-generic-lpae 
ppc64el-generic s390x-generic

  After adjusting the header a special command is provided to transition
  to the new annotations-only model:

   $ fakeroot debian/rules migrateconfigs

  This command should automatically import the old configs into the new
  annotations file.

  A kernel with this change applied can still support the old
  annotations+configs model, the transition to the new model is not
  mandatory.

  Basically without using `fakeroot debian/rules migrateconfigs` the
  updateconfigs step will continue to use the old model and the old
  scripts (that is the safest approach to avoid potential unexpected
  .config changes).

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


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


  1   2   >