[Kernel-packages] [Bug 2063009] Re: package linux-headers-6.5.0-28-generic 6.5.0-28.29~22.04.1 failed to install/upgrade: installed linux-headers-6.5.0-28-generic package post-installation script subp

2024-04-22 Thread Leonidas S. Barbosa
** Information type changed from Private Security to Public

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

Title:
  package linux-headers-6.5.0-28-generic 6.5.0-28.29~22.04.1 failed to
  install/upgrade: installed linux-headers-6.5.0-28-generic package
  post-installation script subprocess was killed by signal (Terminated)

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

Bug description:
  sudo apt-get upgrade -y
  E: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 7444 
(apt-get)
  N: Be aware that removing the lock file is not a solution and may break your 
system.
  E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is 
another process using it?

  ProblemType: Package
  DistroRelease: Ubuntu 22.04
  Package: linux-headers-6.5.0-28-generic 6.5.0-28.29~22.04.1
  ProcVersionSignature: Ubuntu 6.5.0-27.28~22.04.1-generic 6.5.13
  Uname: Linux 6.5.0-27-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: pass
  Date: Sun Apr 21 09:30:38 2024
  ErrorMessage: installed linux-headers-6.5.0-28-generic package 
post-installation script subprocess was killed by signal (Terminated)
  InstallationDate: Installed on 2024-04-16 (4 days ago)
  InstallationMedia: Ubuntu 22.04.4 LTS "Jammy Jellyfish" - Release amd64 
(20240220)
  Python3Details: /usr/bin/python3.10, Python 3.10.12, python3-minimal, 
3.10.6-1~22.04
  PythonDetails: N/A
  RelatedPackageVersions:
   dpkg 1.21.1ubuntu2.3
   apt  2.4.12
  SourcePackage: linux-hwe-6.5
  Title: package linux-headers-6.5.0-28-generic 6.5.0-28.29~22.04.1 failed to 
install/upgrade: installed linux-headers-6.5.0-28-generic package 
post-installation script subprocess was killed by signal (Terminated)
  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.5/+bug/2063009/+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 2060780] Re: CIFS stopped working/is unstable with kernel update to 5.15.0-102.112

2024-04-17 Thread S
I feel compelled to agree with Axel and Andreas:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2060780/comments/9

This bug is particularly surprising for a stable release, breaking CIFS
is not a pleasant thing to deal with.I tend to stick to the stable
builds to avoid things just like this.


Thank you all for the effort, obviously.  It truly is appreciated but the 
sooner this is fixed up the better, it should really be at critical levels of 
severity.

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

Title:
  CIFS stopped working/is unstable with kernel update to 5.15.0-102.112

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

Bug description:
  Hi,

  updated some Ubuntu 22.04 systems to lastest available state this
  morning, which caused CIFS mounts (from various fileservers) to stop
  working. Kernel was updated to version 5.15.0-102-generic.

  I can mount the shares without problems (mount -t cifs), but then, df for 
example tells me: df: /mnt: Resource temporarily unavailable.
  I'm able to list and browse all the files, but accessing them (even readonly) 
is very unstable. Sometimes it works and sometimes it just gives me i/o errors. 

  Switching back to  5.15.0-101-generic or 5.15.0-100-generic solves the
  problem and everything works again as expected.

  Seems like some bug has been implemented in 5.15.0-102-generic...

  To reproduce the problem, I started a while loop on one server to
  write to some file on a specific mounted CIFS share and read it from
  another one

  root@:~# while true; do echo "$(date) hallo" >> /mnt/hallo.txt; 
sleep 1 ; done
  -bash: /mnt/hallo.txt: Input/output error
  -bash: /mnt/hallo.txt: Input/output error
  ^C

  root@:~$ tail -f /mnt/hallo.txt
  Tue Apr  9 04:10:52 PM CEST 2024 hallo
  Tue Apr  9 04:10:53 PM CEST 2024 hallo
  Tue Apr  9 04:10:54 PM CEST 2024 hallo
  Tue Apr  9 04:10:55 PM CEST 2024 hallo
  Tue Apr  9 04:10:56 PM CEST 2024 hallo
  Tue Apr  9 04:10:57 PM CEST 2024 hallo
  Tue Apr  9 04:10:58 PM CEST 2024 hallo
  Tue Apr  9 04:10:59 PM CEST 2024 hallo
  Tue Apr  9 04:11:00 PM CEST 2024 hallo
  Tue Apr  9 04:11:01 PM CEST 2024 hallo
  tail: cannot determine location of '/mnt/hallo.txt'. reverting to polling: 
Resource temporarily unavailable
  Tue Apr  9 04:11:04 PM CEST 2024 hallo
  Tue Apr  9 04:11:05 PM CEST 2024 hallo
  Tue Apr  9 04:11:06 PM CEST 2024 hallo
  Tue Apr  9 04:11:07 PM CEST 2024 hallo
  Tue Apr  9 04:11:08 PM CEST 2024 hallo
  Tue Apr  9 04:11:09 PM CEST 2024 hallo
  Tue Apr  9 04:11:10 PM CEST 2024 hallo

  While doing this, both servers tell me, the resource is unavailable

  root@:~# df -h /mnt
  df: /mnt: Resource temporarily unavailable

  root@:~$ df -h /mnt
  df: /mnt: Resource temporarily unavailable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2060780/+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 2057454] Re: [Ubuntu 24.04] Failed to Install Ubuntu 24.04 with ISO attached to VirtualMedia of OSM.

2024-04-02 Thread Shubhakar Gowda P S
Hi Micheal,

Any update on the logs shared ?

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

Title:
  [Ubuntu 24.04] Failed to Install Ubuntu 24.04 with ISO attached to
  VirtualMedia of OSM.

Status in linux package in Ubuntu:
  New
Status in linux source package in Noble:
  New

Bug description:
  On Dell PowerEdge system unable to complete Installation of Ubuntu
  24.04 using ISO mounted by Virtual media option.

  Steps to Reproduce: -

  1. Attach Ubuntu 24.04 ISO to RFS path of Virtual media.
  2. Boot to F11 and select the Virtual Optical drive from Oneshot UEFI boot 
menu.
  3. Begin the Ubuntu24.04 Installation.
  4. Installation was failed.

  Expected Results: - The Installation should be successful without any
  errors.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2057454/+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 2057454] Re: [Ubuntu 24.04] Failed to Install Ubuntu 24.04 with ISO attached to VirtualMedia of OSM.

2024-03-26 Thread Shubhakar Gowda P S
Hi Micheal,

Any update on the logs shared. Also, from the jounalctl logs shared
looks like the checksum for linux packages are not matching as shown
below from 'journalctl' logs.


Mar 21 08:58:56 ubuntu-server casper-md5check[2791]: Checking 
./pool/main/l/linux-firmware/linux-firmware_20240202.git36777504-0ubuntu1_amd64.deb../pool/main/l/linux-firmware/linux-firmware_20240202.git36777504-0ubuntu1_amd64.deb:
 mismatch
Mar 21 08:58:56 ubuntu-server subiquity_log.3013[6235]: Get:8 file:/cdrom 
noble/main amd64 linux-firmware amd64 20240202.git36777504-0ubuntu1 [470 MB]
Mar 21 08:58:56 ubuntu-server subiquity_log.3013[6235]: Err:8 file:/cdrom 
noble/main amd64 linux-firmware amd64 20240202.git36777504-0ubuntu1
Mar 21 08:58:56 ubuntu-server subiquity_log.3013[6235]:   Hash Sum mismatch
Mar 21 08:58:56 ubuntu-server subiquity_log.3013[6235]:   Hashes of expected 
file:
Mar 21 08:58:56 ubuntu-server subiquity_log.3013[6235]:- 
SHA512:a76451990b6d3ed71b202aeb247bd6d81ca0339f20a76fac81cb06ce5777b2eda0b8dc086693ff2412bc38c53132e15cf3fcac1fcb63aa3f2fd8e26cd0aa4c34
Mar 21 08:58:56 ubuntu-server subiquity_log.3013[6235]:- 
SHA256:5fcb79e5185d1b0552bff5fa5b83bcab497203162241fa65f4300d3a64d4250e
Mar 21 08:58:56 ubuntu-server subiquity_log.3013[6235]:- Filesize:469803582 
[weak]
Mar 21 08:58:56 ubuntu-server subiquity_log.3013[6235]:   Hashes of received 
file:
Mar 21 08:58:56 ubuntu-server subiquity_log.3013[6235]:- 
SHA512:da581fe36372abf0fcb848e7f95a42b683608d33401a819629fc7c43e16906dd86ea975863e8e1ee2cc250aa10b10c30c3071a94885f1ebc5bc63ea3a4834a55
Mar 21 08:58:56 ubuntu-server subiquity_log.3013[6235]:- 
SHA256:fb233b81a4986acb2017301d84bbc4a7cf259dc74eb2d1f6d428f01f0fcc74b4
Mar 21 08:58:56 ubuntu-server subiquity_log.3013[6235]:- Filesize:469803582 
[weak]
Mar 21 08:58:56 ubuntu-server subiquity_log.3013[6235]:   Last modification 
reported: Fri, 02 Feb 2024 15:55:26 +
Mar 21 08:58:56 ubuntu-server subiquity_log.3013[6235]: Get:9 file:/cdrom 
noble/main amd64 linux-modules-6.8.0-11-generic amd64 6.8.0-11.11 [38.2 MB]
Mar 21 08:59:41 ubuntu-server casper-md5check[2791]: Checking 
./pool/main/l/linux-signed/linux-image-6.8.0-11-generic_6.8.0-11.11_amd64.deb./pool/main/l/linux-signed/linux-image-6.8.0-11-generic_6.8.0-11.11_amd64.deb:
 mismatch
Mar 21 08:59:41 ubuntu-server subiquity_log.3013[6235]: Get:10 file:/cdrom 
noble/main amd64 linux-image-6.8.0-11-generic amd64 6.8.0-11.11 [14.6 MB]
Mar 21 08:59:41 ubuntu-server subiquity_log.3013[6235]: Err:10 file:/cdrom 
noble/main amd64 linux-image-6.8.0-11-generic amd64 6.8.0-11.11
Mar 21 08:59:41 ubuntu-server subiquity_log.3013[6235]:   Hash Sum mismatch
Mar 21 08:59:41 ubuntu-server subiquity_log.3013[6235]:   Hashes of expected 
file:
Mar 21 08:59:41 ubuntu-server subiquity_log.3013[6235]:- 
SHA512:f328b5fad4ea39ee764977b36e0d18b1079169caef9096b2e74799a3d786f2b3c9d5c97995c9159b94940c4e7a2a06bc24861ebeb28a2dd6e7a4a7d408d5f29a
Mar 21 08:59:41 ubuntu-server subiquity_log.3013[6235]:- 
SHA256:9b5c3f585048cbf154a1058ad4ce445c11af9d0e96fd8169f7817eed962350d2
Mar 21 08:59:41 ubuntu-server subiquity_log.3013[6235]:- Filesize:14635728 
[weak]
Mar 21 08:59:41 ubuntu-server subiquity_log.3013[6235]:   Hashes of received 
file:
Mar 21 08:59:41 ubuntu-server subiquity_log.3013[6235]:- 
SHA512:73d04bdf21433286c3b2053a5c39d7f4bb252ca1e7a1503398615eba26a9bd2e5c74eac779b7e851a57ea21877b70a25d5ea9451120fbe6ebc408dc15ad340c5
Mar 21 08:59:41 ubuntu-server subiquity_log.3013[6235]:- 
SHA256:b5cdbbee39673b236595c779e02b705a58da90cbe8f4242229d09288b94baba5
Mar 21 08:59:41 ubuntu-server subiquity_log.3013[6235]:- Filesize:14635728 
[weak]
Mar 21 08:59:41 ubuntu-server subiquity_log.3013[6235]:   Last modification 
reported: Fri, 16 Feb 2024 00:58:24 +
Mar 21 08:59:41 ubuntu-server snapd[8620]: overlord.go:274: Failed to lock 
state file
Mar 21 08:59:41 ubuntu-server snapd[8620]: cannot run daemon: fatal: could not 
lock state file: timeout for state lock file expired
Mar 21 08:59:41 ubuntu-server systemd[1]: snapd.service: Main process exited, 
code=exited, status=1/FAILURE
Mar 21 08:59:41 ubuntu-server systemd[1]: snapd.service: Failed with result 
'exit-code'.
Mar 21 08:59:41 ubuntu-server systemd[1]: Failed to start snapd.service - Snap 
Daemon.
Mar 21 08:59:41 ubuntu-server systemd[1]: snapd.service: Triggering OnFailure= 
dependencies.
Mar 21 08:59:41 ubuntu-server systemd[1]: snapd.service: Scheduled restart job, 
restart counter is at 78.
Mar 21 08:59:41 ubuntu-server systemd[1]: Starting snapd.service - Snap 
Daemon...
Mar 21 08:59:41 ubuntu-server systemd[1]: snapd.service: Got notification 
message from PID 8660, but reception only permitted for main PID 8649
Mar 21 08:59:41 ubuntu-server systemd[1]: snapd.service: Got notification 
message from PID 8661, but reception only permitted for main PID 8649
Mar 21 08:59:41 ubuntu-server snapd[8649]: overlord.go:272: Acquiring state 
lock file
Mar 21 

[Kernel-packages] [Bug 2057454] Re: [Ubuntu 24.04] Failed to Install Ubuntu 24.04 with ISO attached to VirtualMedia of OSM.

2024-03-21 Thread Shubhakar Gowda P S
** Attachment added: "dmesg logs collected  when Installation failure occurs."
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2057454/+attachment/5757858/+files/dmesg-out.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/2057454

Title:
  [Ubuntu 24.04] Failed to Install Ubuntu 24.04 with ISO attached to
  VirtualMedia of OSM.

Status in linux package in Ubuntu:
  New
Status in linux source package in Noble:
  New

Bug description:
  On Dell PowerEdge system unable to complete Installation of Ubuntu
  24.04 using ISO mounted by Virtual media option.

  Steps to Reproduce: -

  1. Attach Ubuntu 24.04 ISO to RFS path of Virtual media.
  2. Boot to F11 and select the Virtual Optical drive from Oneshot UEFI boot 
menu.
  3. Begin the Ubuntu24.04 Installation.
  4. Installation was failed.

  Expected Results: - The Installation should be successful without any
  errors.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2057454/+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 2057454] Re: [Ubuntu 24.04] Failed to Install Ubuntu 24.04 with ISO attached to VirtualMedia of OSM.

2024-03-21 Thread Shubhakar Gowda P S
** Attachment added: "Journaltcl logs collected when Installation failure 
occurs."
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2057454/+attachment/5757861/+files/journalctl.out

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

Title:
  [Ubuntu 24.04] Failed to Install Ubuntu 24.04 with ISO attached to
  VirtualMedia of OSM.

Status in linux package in Ubuntu:
  New
Status in linux source package in Noble:
  New

Bug description:
  On Dell PowerEdge system unable to complete Installation of Ubuntu
  24.04 using ISO mounted by Virtual media option.

  Steps to Reproduce: -

  1. Attach Ubuntu 24.04 ISO to RFS path of Virtual media.
  2. Boot to F11 and select the Virtual Optical drive from Oneshot UEFI boot 
menu.
  3. Begin the Ubuntu24.04 Installation.
  4. Installation was failed.

  Expected Results: - The Installation should be successful without any
  errors.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2057454/+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 2057454] Re: [Ubuntu 24.04] Failed to Install Ubuntu 24.04 with ISO attached to VirtualMedia of OSM.

2024-03-21 Thread Shubhakar Gowda P S
** Attachment added: "crash report files collected under /var/crash when 
Installation failure occurs."
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2057454/+attachment/5757856/+files/crash.tar.gz

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

Title:
  [Ubuntu 24.04] Failed to Install Ubuntu 24.04 with ISO attached to
  VirtualMedia of OSM.

Status in linux package in Ubuntu:
  New
Status in linux source package in Noble:
  New

Bug description:
  On Dell PowerEdge system unable to complete Installation of Ubuntu
  24.04 using ISO mounted by Virtual media option.

  Steps to Reproduce: -

  1. Attach Ubuntu 24.04 ISO to RFS path of Virtual media.
  2. Boot to F11 and select the Virtual Optical drive from Oneshot UEFI boot 
menu.
  3. Begin the Ubuntu24.04 Installation.
  4. Installation was failed.

  Expected Results: - The Installation should be successful without any
  errors.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2057454/+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 2057454] Re: [Ubuntu 24.04] Failed to Install Ubuntu 24.04 with ISO attached to VirtualMedia of OSM.

2024-03-21 Thread Shubhakar Gowda P S
Hi Micheal,

Still, we are able to repro the issue on 16G with latest build
https://cdimage.ubuntu.com/ubuntu-server/daily-live/pending/.

Please find the crash files generated during installation failure occurs
and dmesg logs for further analysis. Also, when Installation fails
'sosreport' is not generating when we execute the command 'sosreport' on
the shell.

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

Title:
  [Ubuntu 24.04] Failed to Install Ubuntu 24.04 with ISO attached to
  VirtualMedia of OSM.

Status in linux package in Ubuntu:
  New
Status in linux source package in Noble:
  New

Bug description:
  On Dell PowerEdge system unable to complete Installation of Ubuntu
  24.04 using ISO mounted by Virtual media option.

  Steps to Reproduce: -

  1. Attach Ubuntu 24.04 ISO to RFS path of Virtual media.
  2. Boot to F11 and select the Virtual Optical drive from Oneshot UEFI boot 
menu.
  3. Begin the Ubuntu24.04 Installation.
  4. Installation was failed.

  Expected Results: - The Installation should be successful without any
  errors.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2057454/+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 2057454] [NEW] [Ubuntu 24.04] Failed to Install Ubuntu 24.04 with ISO attached to VirtualMedia of OSM.

2024-03-12 Thread Shubhakar Gowda P S
Public bug reported:

On Dell PowerEdge system unable to complete Installation of Ubuntu 24.04
using ISO mounted by Virtual media option.

Steps to Reproduce: -

1. Attach Ubuntu 24.04 ISO to RFS path of Virtual media.
2. Boot to F11 and select the Virtual Optical drive from Oneshot UEFI boot menu.
3. Begin the Ubuntu24.04 Installation.
4. Installation was failed.

Expected Results: - The Installation should be successful without any
errors.

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

Title:
  [Ubuntu 24.04] Failed to Install Ubuntu 24.04 with ISO attached to
  VirtualMedia of OSM.

Status in linux package in Ubuntu:
  New

Bug description:
  On Dell PowerEdge system unable to complete Installation of Ubuntu
  24.04 using ISO mounted by Virtual media option.

  Steps to Reproduce: -

  1. Attach Ubuntu 24.04 ISO to RFS path of Virtual media.
  2. Boot to F11 and select the Virtual Optical drive from Oneshot UEFI boot 
menu.
  3. Begin the Ubuntu24.04 Installation.
  4. Installation was failed.

  Expected Results: - The Installation should be successful without any
  errors.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2057454/+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 2056419] [NEW] [Ubuntu 24.04] Observed: ACPI Error: Aborting method \_SB.PMI0._GHL due to previous error (AE_NOT_EXIST) (20230628/psparse-529).

2024-03-06 Thread Shubhakar Gowda P S
Private bug reported:

On DELL PowerEdge system when Ubuntu 24.04 OS is Installed Observed ACPI
Error: Aborting method \_SB.PMI0._GHL due to previous error
(AE_NOT_EXIST) (20230628/psparse-529) in dmesg logs.


Steps to Reproduce: -

1. Install Ubuntu 24.04 OS.
2. Boot to Ubuntu 24.04 OS and check for dmesg logs.
3. Observed "ACPI Error: Aborting method \_SB.PMI0._GHL due to previous error 
(AE_NOT_EXIST) (20230628/psparse-529)" in dmesg logs.

Expected Results: -

The error message should not be observed in dmesg logs.

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

** Information type changed from Public to Private

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

Title:
  [Ubuntu 24.04] Observed: ACPI Error: Aborting method \_SB.PMI0._GHL
  due to previous error (AE_NOT_EXIST) (20230628/psparse-529).

Status in linux package in Ubuntu:
  New

Bug description:
  On DELL PowerEdge system when Ubuntu 24.04 OS is Installed Observed
  ACPI Error: Aborting method \_SB.PMI0._GHL due to previous error
  (AE_NOT_EXIST) (20230628/psparse-529) in dmesg logs.

  
  Steps to Reproduce: -

  1. Install Ubuntu 24.04 OS.
  2. Boot to Ubuntu 24.04 OS and check for dmesg logs.
  3. Observed "ACPI Error: Aborting method \_SB.PMI0._GHL due to previous error 
(AE_NOT_EXIST) (20230628/psparse-529)" in dmesg logs.

  Expected Results: -

  The error message should not be observed in dmesg logs.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2056419/+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 2056417] [NEW] [Ubuntu 24.04]Observed:ACPI BIOS Error (bug): Could not resolve symbol [\_SB.SCK3.C165], AE_NOT_FOUND (20230628/dswload2-162)

2024-03-06 Thread Shubhakar Gowda P S
Private bug reported:

On Dell PowerEdge system when Ubuntu 24.04 OS is Installed observed
"ACPI BIOS Error (bug): Could not resolve symbol [\_SB.SCK3.C165],
AE_NOT_FOUND (20230628/dswload2-162)" in dmesg logs.


Steps to Reproduce: -

1. Install Ubuntu 24.04 OS.
2. Boot to Ubuntu 24.04 OS and check for dmesg logs.
3. Observed "ACPI BIOS Error (bug): Could not resolve symbol [\_SB.SCK3.C165], 
AE_NOT_FOUND (20230628/dswload2-162)" error messages in dmesg logs.

Expected Results: - The error message should not be observed in dmesg
logs.

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

** Information type changed from Public to Private

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

Title:
  [Ubuntu 24.04]Observed:ACPI BIOS Error (bug): Could not resolve symbol
  [\_SB.SCK3.C165], AE_NOT_FOUND (20230628/dswload2-162)

Status in linux package in Ubuntu:
  New

Bug description:
  On Dell PowerEdge system when Ubuntu 24.04 OS is Installed observed
  "ACPI BIOS Error (bug): Could not resolve symbol [\_SB.SCK3.C165],
  AE_NOT_FOUND (20230628/dswload2-162)" in dmesg logs.

  
  Steps to Reproduce: -

  1. Install Ubuntu 24.04 OS.
  2. Boot to Ubuntu 24.04 OS and check for dmesg logs.
  3. Observed "ACPI BIOS Error (bug): Could not resolve symbol 
[\_SB.SCK3.C165], AE_NOT_FOUND (20230628/dswload2-162)" error messages in dmesg 
logs.

  Expected Results: - The error message should not be observed in dmesg
  logs.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2056417/+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 2051999] Re: Grub2 2.06 has upstream bug that results in Non-booting with ZFS after snapshot of bpool.

2024-02-05 Thread Rick S
Mike and I have posted Disclaimers to the users on Jammy **Warning of
potential breakage with the added PPA

Mike has also included some very straight forward work-around's with The
*Warning* to users on 22.04 until the fix is pushed to the users.

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

Title:
  Grub2 2.06 has upstream bug that results in Non-booting with ZFS after
  snapshot of bpool.

Status in grub2 package in Ubuntu:
  Confirmed
Status in grub2-unsigned package in Ubuntu:
  Confirmed
Status in zfs-linux package in Ubuntu:
  New

Bug description:
  There is an upstream Bug with Grub where if you create snapshots of bpool, it 
results in a non-booting System. The problem was found to be an upstream Bug 
with Grub2:
  https://savannah.gnu.org/bugs/index.php?64297

  Multiple Ubuntu 22.04.3 Users Affected:
  https://ubuntuforums.org/showthread.php?t=2494397=zfs+grub+bug
  https://ubuntuforums.org/showthread.php?t=2494957

  Brought up as an issue at OpenZFS:
  https://github.com/openzfs/zfs/issues/13873

  If you look at this comment 
(https://github.com/openzfs/zfs/issues/13873#issuecomment-1892911836), if was 
found the Savanaugh at GNU released a fix for it in Grub2 2.12, here:
  https://git.savannah.gnu.org/cgit/grub.git/log/grub-core/fs/zfs/zfs.c

  Ubuntu Jammy 22.04.3 is Grub2 2.06. We need to backported this patch
  to Grub2 2.06 so that Users are not caught of in this bug for or
  currently supported LTS Release.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: grub-efi-amd64 2.06-2ubuntu14.4
  ProcVersionSignature: Ubuntu 6.2.0-39.40~22.04.1-generic 6.2.16
  Uname: Linux 6.2.0-39-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: GNOME
  Date: Thu Feb  1 16:40:28 2024
  InstallationDate: Installed on 2021-09-23 (861 days ago)
  InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
  SourcePackage: grub2-unsigned
  UpgradeStatus: Upgraded to jammy on 2022-08-17 (533 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/2051999/+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 2051999] Re: Grub2 2.06 has upstream bug that results in Non-booting with ZFS after snapshot of bpool.

2024-02-04 Thread Rick S
It worked:

The grub issue with a PPA solved it for NNoble
Code:

apt policy grub-common
grub-common:
  Installed: 2.12-1ubuntu1~ppa1
  Candidate: 2.12-1ubuntu1~ppa1
  Version table:
 *** 2.12-1ubuntu1~ppa1 500
500 https://ppa.launchpadcontent.net/ubuntu-uefi-team/build/ubuntu 
noble/main amd64 Packages
100 /var/lib/dpkg/status
 2.12~rc1-12ubuntu4 500
500 http://us.archive.ubuntu.com/ubuntu noble/main amd64 Packages


zfs list -r -t snapshot -o name,creation bpool
NAME  CREATION
bpool/BOOT/ubuntu_l7y21m@autozsys_bk6cdb  Fri Feb  2 10:41 2024
bpool/BOOT/ubuntu_l7y21m@autozsys_sin22d  Sat Feb  3 17:22 2024
bpool/BOOT/ubuntu_l7y21m@autozsys_41kebx  Sat Feb  3 17:23 2024
bpool/BOOT/ubuntu_l7y21m@autozsys_25r5is  Sun Feb  4 13:55 2024
bpool/BOOT/ubuntu_l7y21m@autozsys_1n6o7d  Sun Feb  4 14:07 2024
bpool/BOOT/ubuntu_l7y21m@2-4-2024test Sun Feb  4 14:09 2024

As seen by the bottom "bpool/BOOT/ubuntu_l7y21m@2-4-2024test Sun Feb
4 14:09 2024"

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

Title:
  Grub2 2.06 has upstream bug that results in Non-booting with ZFS after
  snapshot of bpool.

Status in grub2 package in Ubuntu:
  Confirmed
Status in grub2-unsigned package in Ubuntu:
  Confirmed
Status in zfs-linux package in Ubuntu:
  New

Bug description:
  There is an upstream Bug with Grub where if you create snapshots of bpool, it 
results in a non-booting System. The problem was found to be an upstream Bug 
with Grub2:
  https://savannah.gnu.org/bugs/index.php?64297

  Multiple Ubuntu 22.04.3 Users Affected:
  https://ubuntuforums.org/showthread.php?t=2494397=zfs+grub+bug
  https://ubuntuforums.org/showthread.php?t=2494957

  Brought up as an issue at OpenZFS:
  https://github.com/openzfs/zfs/issues/13873

  If you look at this comment 
(https://github.com/openzfs/zfs/issues/13873#issuecomment-1892911836), if was 
found the Savanaugh at GNU released a fix for it in Grub2 2.12, here:
  https://git.savannah.gnu.org/cgit/grub.git/log/grub-core/fs/zfs/zfs.c

  Ubuntu Jammy 22.04.3 is Grub2 2.06. We need to backported this patch
  to Grub2 2.06 so that Users are not caught of in this bug for or
  currently supported LTS Release.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: grub-efi-amd64 2.06-2ubuntu14.4
  ProcVersionSignature: Ubuntu 6.2.0-39.40~22.04.1-generic 6.2.16
  Uname: Linux 6.2.0-39-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: GNOME
  Date: Thu Feb  1 16:40:28 2024
  InstallationDate: Installed on 2021-09-23 (861 days ago)
  InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
  SourcePackage: grub2-unsigned
  UpgradeStatus: Upgraded to jammy on 2022-08-17 (533 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/2051999/+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 2051999] Re: Grub2 2.06 has upstream bug that results in Non-booting with ZFS after snapshot of bpool.

2024-02-04 Thread Rick S
I've added the PPA for Noble just now, will report after a manual bpool
snapshot

 **The following packages will be upgraded:
  automake autopoint ayatana-indicator-common bind9-dnsutils bind9-host 
bind9-libs cpio
  gcc-14-base gcc-14-base:i386 gettext gettext-base grub-common 
grub-efi-amd64-bin
  grub-efi-amd64-signed grub-pc grub-pc-bin grub2-common language-pack-gnome-en
  libasan8 libatomic1 libatomic1:i386 libcc1-0 libgcc-s1 libgcc-s1:i386 
libgfortran5
  libgnutls30 libgomp1 libhwasan0 libitm1 liblsan0 libneon27 libp11-kit0 
libpcap0.8
  libquadmath0 libstdc++6 libstdc++6:i386 libtsan2 libubsan1 linux-firmware
  openssh-client p11-kit p11-kit-modules python3-mako ufw
44 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

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

Title:
  Grub2 2.06 has upstream bug that results in Non-booting with ZFS after
  snapshot of bpool.

Status in grub2 package in Ubuntu:
  Confirmed
Status in grub2-unsigned package in Ubuntu:
  Confirmed
Status in zfs-linux package in Ubuntu:
  New

Bug description:
  There is an upstream Bug with Grub where if you create snapshots of bpool, it 
results in a non-booting System. The problem was found to be an upstream Bug 
with Grub2:
  https://savannah.gnu.org/bugs/index.php?64297

  Multiple Ubuntu 22.04.3 Users Affected:
  https://ubuntuforums.org/showthread.php?t=2494397=zfs+grub+bug
  https://ubuntuforums.org/showthread.php?t=2494957

  Brought up as an issue at OpenZFS:
  https://github.com/openzfs/zfs/issues/13873

  If you look at this comment 
(https://github.com/openzfs/zfs/issues/13873#issuecomment-1892911836), if was 
found the Savanaugh at GNU released a fix for it in Grub2 2.12, here:
  https://git.savannah.gnu.org/cgit/grub.git/log/grub-core/fs/zfs/zfs.c

  Ubuntu Jammy 22.04.3 is Grub2 2.06. We need to backported this patch
  to Grub2 2.06 so that Users are not caught of in this bug for or
  currently supported LTS Release.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: grub-efi-amd64 2.06-2ubuntu14.4
  ProcVersionSignature: Ubuntu 6.2.0-39.40~22.04.1-generic 6.2.16
  Uname: Linux 6.2.0-39-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: GNOME
  Date: Thu Feb  1 16:40:28 2024
  InstallationDate: Installed on 2021-09-23 (861 days ago)
  InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
  SourcePackage: grub2-unsigned
  UpgradeStatus: Upgraded to jammy on 2022-08-17 (533 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/2051999/+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 2000947] Re: UVC Quanta 0408:4035 camera PROBLEM

2024-01-15 Thread Devika B S
@Giuliano

Thanks a lot for the update. It resolved the camera issues.

BR 
Devika

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

Title:
  UVC  Quanta 0408:4035  camera PROBLEM

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I bought a Acer Nitro 5 AN517-55 with Quanta ACER HD User Facing',
  USB 0408:4035.

  The camera is reported to have problems by many users:  
  https://linux-hardware.org/?id=usb:0408-4035
  The uvc camera Quanta 0408:4035 does not work with ubuntu 22,04. the camera 
is “recongized” but fails installation.

  My console commands report similar info to other users: 
  
https://unix.stackexchange.com/questions/723504/integrated-camera-not-detected-working-on-acer-nitro-5-an515-58

  
  PROPOSED SOLUTION 
  I got in contact with laurent.pinch...@ideasonboard.com   and with 
riba...@chromium.org , and subscribed to https://www.linuxtv.org/lists. And  
me...@vger.kernel.org mailinglist.

  Laurent proposed me a fix and I modified the 5,15 uvc_driver.c
  version, and loaded it on github

  https://github.com/Giuliano69/uvc_driver-for-Quanta-HD-User-
  Facing-0x0408-0x4035-/blob/main/uvc_driver.c

  I offered to test the fix, so I tried to compile the module with the
  new source.

  COMPILING PROBLEMS
  I’m running **Ubuntu 22.04.1 LTS, with kernel 
  giuliano@Astra2A:/usr/src$ cat /proc/version_signature
  Ubuntu 5.15.0-56.62-generic 5.15.64

  BUT  the linux-source that I found installed seems to be different
  tgiuliano@Astra2A:/usr/src$ ls -al linux-so*
  lrwxrwxrwx 1 root root 47 nov 22 16:08 linux-source-5.15.0.tar.bz2 -> 
linux-source-5.15.0/linux-source-5.15.0.tar.bz2

  I expanded  the tar file, configured the IDE and compiled without error  any 
errors… 
  I manually copied the uvcvideo.ko in 
  /lib/modules/5.15.0-56-
  sudo cp…...

  then tryed to intall the new uvcvideo.ko module
  sudo rmmod uvcvideo && sudo modprobe uvcvideo

  BUT… IT FAILS
  giuliano@Astra2A:~$ sudo rmmod uvcvideo && sudo modprobe uvcvideo
  modprobe: ERROR: could not insert 'uvcvideo': Exec format error

  and dmesg shows
  [25961.151982] usbcore: registered new interface driver uvcvideo
  [26323.125534] usbcore: deregistering interface driver uvcvideo
  [26323.189294] uvcvideo: disagrees about version of symbol module_layout


  These are the TWO modinfo from the old and new uvcvideo modules
  https://pastebin.com/tSj8Exm6
  Basically
  OLD module: vermagic: 5.15.0-56-generic SMP mod_unload modversions 
  NEW module: vermagic: 5.15.64 SMP mod_unload modversions


  -kindly ASK

  HOW can FORCE the uvcdriver.c to match mi kernel version ?
  Have I got OTHER ways to make the kernel module I’m compiling, match my 
running system ?

  I would like to test the module so to confirm the patch and let it
  enter the kernel main stream...

  
  BR
  Giuliano

  PS
  btw…. to allow Eclipse to compile the kernel, I had to pass this commands
  scripts/config --disable CONFIG_SYSTEM_REVOCATION_KEYS
  scripts/config --disable SYSTEM_REVOCATION_KEYS
  scripts/config --disable SYSTEM_TRUSTED_KEYS

  hope that this does not affect the module layout & checking
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  giuliano   2142 F pulseaudio
   /dev/snd/pcmC1D0p:   giuliano   2142 F...m pulseaudio
   /dev/snd/controlC0:  giuliano   2142 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-11-03 (66 days ago)
  InstallationMedia: Ubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64 
(20220809.1)
  MachineType: Acer Nitro AN517-55
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.15.0-57-generic 
root=UUID=f07e25f9-07e7-4a29-a15e-f481aa0ee0f2 ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-57.63-generic 5.15.74
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-57-generic N/A
   linux-backports-modules-5.15.0-57-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.9
  Tags:  jammy
  Uname: Linux 5.15.0-57-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo wireshark
  _MarkForUpload: True
  dmi.bios.date: 04/20/2022
  dmi.bios.release: 1.6
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.06
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Ignis_ADH
  dmi.board.vendor: ADL
  dmi.board.version: V1.06
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  

[Kernel-packages] [Bug 2000947] Re: UVC Quanta 0408:4035 camera PROBLEM

2024-01-12 Thread Devika B S
@giuliano

Hi, recently, I updated to 6.5.0-14-generic, and the bash file you
mentioned in #108 is not working. I have attached the error file if you
would like to take a look.

Thanks in advance.

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

Title:
  UVC  Quanta 0408:4035  camera PROBLEM

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I bought a Acer Nitro 5 AN517-55 with Quanta ACER HD User Facing',
  USB 0408:4035.

  The camera is reported to have problems by many users:  
  https://linux-hardware.org/?id=usb:0408-4035
  The uvc camera Quanta 0408:4035 does not work with ubuntu 22,04. the camera 
is “recongized” but fails installation.

  My console commands report similar info to other users: 
  
https://unix.stackexchange.com/questions/723504/integrated-camera-not-detected-working-on-acer-nitro-5-an515-58

  
  PROPOSED SOLUTION 
  I got in contact with laurent.pinch...@ideasonboard.com   and with 
riba...@chromium.org , and subscribed to https://www.linuxtv.org/lists. And  
me...@vger.kernel.org mailinglist.

  Laurent proposed me a fix and I modified the 5,15 uvc_driver.c
  version, and loaded it on github

  https://github.com/Giuliano69/uvc_driver-for-Quanta-HD-User-
  Facing-0x0408-0x4035-/blob/main/uvc_driver.c

  I offered to test the fix, so I tried to compile the module with the
  new source.

  COMPILING PROBLEMS
  I’m running **Ubuntu 22.04.1 LTS, with kernel 
  giuliano@Astra2A:/usr/src$ cat /proc/version_signature
  Ubuntu 5.15.0-56.62-generic 5.15.64

  BUT  the linux-source that I found installed seems to be different
  tgiuliano@Astra2A:/usr/src$ ls -al linux-so*
  lrwxrwxrwx 1 root root 47 nov 22 16:08 linux-source-5.15.0.tar.bz2 -> 
linux-source-5.15.0/linux-source-5.15.0.tar.bz2

  I expanded  the tar file, configured the IDE and compiled without error  any 
errors… 
  I manually copied the uvcvideo.ko in 
  /lib/modules/5.15.0-56-
  sudo cp…...

  then tryed to intall the new uvcvideo.ko module
  sudo rmmod uvcvideo && sudo modprobe uvcvideo

  BUT… IT FAILS
  giuliano@Astra2A:~$ sudo rmmod uvcvideo && sudo modprobe uvcvideo
  modprobe: ERROR: could not insert 'uvcvideo': Exec format error

  and dmesg shows
  [25961.151982] usbcore: registered new interface driver uvcvideo
  [26323.125534] usbcore: deregistering interface driver uvcvideo
  [26323.189294] uvcvideo: disagrees about version of symbol module_layout


  These are the TWO modinfo from the old and new uvcvideo modules
  https://pastebin.com/tSj8Exm6
  Basically
  OLD module: vermagic: 5.15.0-56-generic SMP mod_unload modversions 
  NEW module: vermagic: 5.15.64 SMP mod_unload modversions


  -kindly ASK

  HOW can FORCE the uvcdriver.c to match mi kernel version ?
  Have I got OTHER ways to make the kernel module I’m compiling, match my 
running system ?

  I would like to test the module so to confirm the patch and let it
  enter the kernel main stream...

  
  BR
  Giuliano

  PS
  btw…. to allow Eclipse to compile the kernel, I had to pass this commands
  scripts/config --disable CONFIG_SYSTEM_REVOCATION_KEYS
  scripts/config --disable SYSTEM_REVOCATION_KEYS
  scripts/config --disable SYSTEM_TRUSTED_KEYS

  hope that this does not affect the module layout & checking
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  giuliano   2142 F pulseaudio
   /dev/snd/pcmC1D0p:   giuliano   2142 F...m pulseaudio
   /dev/snd/controlC0:  giuliano   2142 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-11-03 (66 days ago)
  InstallationMedia: Ubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64 
(20220809.1)
  MachineType: Acer Nitro AN517-55
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.15.0-57-generic 
root=UUID=f07e25f9-07e7-4a29-a15e-f481aa0ee0f2 ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-57.63-generic 5.15.74
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-57-generic N/A
   linux-backports-modules-5.15.0-57-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.9
  Tags:  jammy
  Uname: Linux 5.15.0-57-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo wireshark
  _MarkForUpload: True
  dmi.bios.date: 04/20/2022
  dmi.bios.release: 1.6
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.06
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Ignis_ADH
  

[Kernel-packages] [Bug 2048504] Re: package linux-headers-6.2.0-39-generic 6.2.0-39.40 failed to install/upgrade: installed linux-headers-6.2.0-39-generic package post-installation script subprocess r

2024-01-10 Thread Leonidas S. Barbosa
** Information type changed from Private Security to Public

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

Title:
  package linux-headers-6.2.0-39-generic 6.2.0-39.40 failed to
  install/upgrade: installed linux-headers-6.2.0-39-generic package
  post-installation script subprocess returned error exit status 1

Status in linux package in Ubuntu:
  New

Bug description:
   fv

  ProblemType: Package
  DistroRelease: Ubuntu 23.04
  Package: linux-headers-6.2.0-39-generic 6.2.0-39.40
  ProcVersionSignature: Ubuntu 6.2.0-36.37-generic 6.2.16
  Uname: Linux 6.2.0-36-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.26.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mdcir  2337 F pipewire
mdcir  2340 F wireplumber
   /dev/snd/seq:mdcir  2337 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: pass
  Date: Mon Jan  8 09:25:27 2024
  DpkgHistoryLog:
   Start-Date: 2024-01-08  09:25:26
   Commandline: /usr/bin/unattended-upgrade
   Upgrade: thunderbird:amd64 (1:115.5.0+build1-0ubuntu0.23.04.1, 
1:115.6.0+build2-0ubuntu0.23.04.1), thunderbird-locale-en:amd64 
(1:115.5.0+build1-0ubuntu0.23.04.1, 1:115.6.0+build2-0ubuntu0.23.04.1), 
thunderbird-locale-zh-hant:amd64 (1:115.5.0+build1-0ubuntu0.23.04.1, 
1:115.6.0+build2-0ubuntu0.23.04.1), thunderbird-locale-en-gb:amd64 
(1:115.5.0+build1-0ubuntu0.23.04.1, 1:115.6.0+build2-0ubuntu0.23.04.1), 
thunderbird-locale-en-us:amd64 (1:115.5.0+build1-0ubuntu0.23.04.1, 
1:115.6.0+build2-0ubuntu0.23.04.1), thunderbird-gnome-support:amd64 
(1:115.5.0+build1-0ubuntu0.23.04.1, 1:115.6.0+build2-0ubuntu0.23.04.1)
  ErrorMessage: installed linux-headers-6.2.0-39-generic package 
post-installation script subprocess returned error exit status 1
  InstallationDate: Installed on 2023-10-06 (93 days ago)
  InstallationMedia: Ubuntu 23.04 "Lunar Lobster" - Release amd64 (20230418)
  MachineType: Dell Inc. XPS 15 9530
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.2.0-36-generic 
root=UUID=0a8a6779-7f01-4cb5-aa7b-2ba2d0ad4a06 ro quiet splash
  Python3Details: /usr/bin/python3.11, Python 3.11.4, python3-minimal, 3.11.2-1
  PythonDetails: N/A
  RelatedPackageVersions: grub-pc N/A
  SourcePackage: linux
  Title: package linux-headers-6.2.0-39-generic 6.2.0-39.40 failed to 
install/upgrade: installed linux-headers-6.2.0-39-generic package 
post-installation script subprocess returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/19/2023
  dmi.bios.release: 1.8
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.8.0
  dmi.board.name: 01WV13
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.ec.firmware.release: 1.4
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.8.0:bd09/19/2023:br1.8:efr1.4:svnDellInc.:pnXPS159530:pvr:rvnDellInc.:rn01WV13:rvrA00:cvnDellInc.:ct10:cvr:sku0BEB:
  dmi.product.family: XPS
  dmi.product.name: XPS 15 9530
  dmi.product.sku: 0BEB
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2048504/+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 2044657] Re: Multiple data corruption issues in zfs

2023-12-08 Thread Rick S
All good hear, but curious about:
   *apt show zfsutils-linux |grep -e "Breaks"

WARNING: apt does not have a stable CLI interface. Use with caution in
scripts.

Breaks: openrc, spl (<< 0.7.9-2), spl-dkms (<< 0.8.0~rc1), zfs-dkms (>>
2.2.2-0ubuntu1...), zfs-dkms (<< 2.2.2-0ubuntu1)

Both live nicely here for me:
* apt policy zfsutils-linux zfs-dkms 
zfsutils-linux:
  Installed: 2.2.2-0ubuntu1
  Candidate: 2.2.2-0ubuntu1
  Version table:
 *** 2.2.2-0ubuntu1 500
500 http://us.archive.ubuntu.com/ubuntu noble/main amd64 Packages
100 /var/lib/dpkg/status
zfs-dkms:
  Installed: 2.2.2-0ubuntu1
  Candidate: 2.2.2-0ubuntu1
  Version table:
 *** 2.2.2-0ubuntu1 500
500 http://us.archive.ubuntu.com/ubuntu noble/universe amd64 Packages
500 http://us.archive.ubuntu.com/ubuntu noble/universe i386 Packages
100 /var/lib/dpkg/status

Seems solid today with multiple boots, reboots and cold boots

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

Title:
  Multiple data corruption issues in zfs

Status in zfs-linux package in Ubuntu:
  Fix Committed
Status in zfs-linux source package in Xenial:
  Confirmed
Status in zfs-linux source package in Bionic:
  Confirmed
Status in zfs-linux source package in Focal:
  Confirmed
Status in zfs-linux source package in Jammy:
  Confirmed
Status in zfs-linux source package in Lunar:
  Confirmed
Status in zfs-linux source package in Mantic:
  Incomplete
Status in zfs-linux source package in Noble:
  Fix Committed

Bug description:
  [ Impact ]

   * Multiple data corruption issues have been identified and fixed in
  ZFS. Some of them, at varying real-life reproducibility frequency have
  been deterimed to affect very old zfs releases. Recommendation is to
  upgrade to 2.2.2 or 2.1.14 or backport dnat patch alone. This is to
  ensure users get other potentially related fixes and runtime tunables
  to possibly mitigate other bugs that are related and are being fixed
  upstream for future releases.

   * For jammy the 2.1.14 upgrade will bring HWE kernel support and also
  compatiblity/support for hardened kernel builds that mitigate SLS
  (straight-line-speculation).

  [ Test Plan ]

   * !!! Danger !!! use reproducer from
  https://zfsonlinux.topicbox.com/groups/zfs-discuss/T12876116b8607cdb
  and confirm if that issue is resolved or not. Do not run on production
  ZFS pools / systems.

   * autopkgtest pass (from https://ubuntu-archive-
  team.ubuntu.com/proposed-migration/ )

   * adt-matrix pass (from https://kernel.ubuntu.com/adt-matrix/ )

   * kernel regression zfs testsuite pass (from Kernel team RT test
  results summary, private)

   * zsys integration test pass (upgrade of zsys installed systems for
  all releases)

   * zsys install test pass (for daily images of LTS releases only that
  have such installer support, as per iso tracker test case)

   * LXD (ping LXD team to upgrade vendored in tooling to 2.2.2 and
  2.1.14, and test LXD on these updated kernels)

  
  [ Where problems could occur ]

   * Upgrade to 2.1.14 on jammy with SLS mitigations compatiblity will 
introduce slight slow down on amd64 (for hw accelerated assembly code-paths 
only in the encryption primitives)
   
   * Uncertain of the perfomance impact of the extra checks in dnat patch fix 
itself. Possibly affecting speed of operation, at the benefit of correctness.

  [ Other Info ]
   
   * https://github.com/openzfs/zfs/pull/15571 is most current consideration of 
affairs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/2044657/+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 2044969] Re: Upstream bug: ZFS feature@block_cloning causes data corruption

2023-11-28 Thread Rick S
This affects me as well.
All though this seems to be working
apt policy zfs-dkms
zfs-dkms:
  Installed: 2.2.0-0ubuntu3
  Candidate: 2.2.0-0ubuntu3
  Version table:
 2.2.1-0ubuntu1 100
100 http://archive.ubuntu.com/ubuntu noble-proposed/universe amd64 
Packages
100 http://archive.ubuntu.com/ubuntu noble-proposed/universe i386 
Packages
 *** 2.2.0-0ubuntu3 500
500 http://archive.ubuntu.com/ubuntu noble/universe amd64 Packages
500 http://archive.ubuntu.com/ubuntu noble/universe i386 Packages
100 /var/lib/dpkg/status

Please also follow the Link Mike provided

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

Title:
  Upstream bug: ZFS feature@block_cloning causes data corruption

Status in zfs-linux package in Ubuntu:
  Confirmed

Bug description:
  Noble DAILY ISO 2023.11.27 & Current Mantic Installers.

  some copied files are corrupted (chunks replaced by zeros) ISSUE #15526
  RE:https://github.com/openzfs/zfs/issues/15526

  zpool feature@block_cloning came out with version 2.2.0 of zfs-linux,
  this is not the root of that bug, but exacerbates the underlying bug.
  The bug was reported, and version 2.2.1 was released with that feature
  turned off by default, so that would be a problem out of the gate.

  There is a patch out which got approved, merged and built tonight that, after 
testing, seems to correct that:
  dnode_is_dirty: check dnode and its data for dirtiness #15571
  https://github.com/openzfs/zfs/pull/15571

  Unfortunately, Mantic was released with version 2.2.0. Current DEV
  Noble also has 2.2.0. This feature in the default ZFS install scripts
  for both Mantic and Noble, with the current default, In bpool,
  feature@block_cloning is disable, but for rpool, the same feature is
  enabled, so "at risk".

  This feature is set at pool creation time. You cannot set this feature
  to disable without destroying the pool and recreating it fresh. Have
  good backups, via rsync. cp is affected, but not rsync.

  Version 2.2.1 has this feature disabled by default. It was released
  Nov 21, 2023.

  I am proposing that the patched build from tonight get pushed through
  for Mantic when it hits from upstream... And possibly pushing 2.2.1
  through for Noble, where we can thoroughly test it in this current DEV
  Cycle.

  Also, this was filed because of Security as it relates to data integrity 
concerns:
  CVE-2023-49298
  https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-49298

  ProblemType: Bug
  DistroRelease: Ubuntu 24.04
  Package: zfsutils-linux 2.2.0-0ubuntu3
  ProcVersionSignature: Ubuntu 6.5.0-9.9-generic 6.5.3
  Uname: Linux 6.5.0-9-generic x86_64
  NonfreeKernelModules: zfs
  ApportVersion: 2.27.0-0ubuntu6
  Architecture: amd64
  CasperMD5CheckResult: pass
  Date: Mon Nov 27 19:58:32 2023
  InstallationDate: Installed on 2023-11-23 (4 days ago)
  InstallationMedia: Ubuntu 24.04 "Noble Numbat" - Daily amd64 (20231123)
  ProcEnviron:
   LANG=en_US.UTF-8
   PATH=(custom, no user)
   SHELL=/bin/bash
   TERM=xterm-256color
  SourcePackage: zfs-linux
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/2044969/+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 2044630] Re: zfs-dkms 2.1.5-1ubuntu6~22.04.2- Kernel module failed to build

2023-11-26 Thread Rick S
I have no logs, it blew my kernel out of boot.
"you need to load the kernel first"

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

Title:
  zfs-dkms 2.1.5-1ubuntu6~22.04.2- Kernel module failed to build

Status in zfs-linux package in Ubuntu:
  Confirmed

Bug description:
  On todays updates, zfs-dkms 2.1.5-1ubuntu6~22.04.2 failed to build
  kernel module.

  Genrated Crash report, but couldn't send it on it's own.

  Error it kept throwing was:
  >>>
  Setting up zfs-dkms (2.1.5-1ubuntu6~22.04.2) ...
  Loading new zfs-2.1.5 DKMS files...
  Building for 6.2.0-36-generic 6.2.0-37-generic
  Building initial module for 6.2.0-36-generic
  configure: error: 
*** None of the expected "iops->get_acl()" interfaces were detected.
*** This may be because your kernel version is newer than what is
*** supported, or you are using a patched custom kernel with
*** incompatible modifications.
***
*** ZFS Version: zfs-2.1.5-1ubuntu6~22.04.2
*** Compatible Kernels: 3.10 - 5.19

  ERROR: Cannot create report: [Errno 17] File exists: 
'/var/crash/zfs-dkms.0.crash'
  Error! Bad return status for module build on kernel: 6.2.0-36-generic (x86_64)
  Consult /var/lib/dkms/zfs/2.1.5/build/make.log for more information.
  dpkg: error processing package zfs-dkms (--configure):
   installed zfs-dkms package post-installation script subprocess returned 
error exit status 10
  >>>

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: zfs-dkms 2.1.5-1ubuntu6~22.04.2
  ProcVersionSignature: Ubuntu 6.2.0-36.37~22.04.1-generic 6.2.16
  Uname: Linux 6.2.0-36-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia zfs zunicode zavl icp zcommon 
znvpair
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: GNOME
  Date: Sat Nov 25 21:00:27 2023
  InstallationDate: Installed on 2021-09-23 (793 days ago)
  InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
  PackageArchitecture: all
  SourcePackage: zfs-linux
  UpgradeStatus: Upgraded to jammy on 2022-08-17 (466 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/2044630/+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 2042039] Re: AUDIO POPPING After New Kernel install: 5.15.0-88.98

2023-11-21 Thread D R S
V1.47 serial:  
UEFI-[Legacy]: Insyde
  v: 1.47 date: 09/06/2018
  Battery:
ID-1: BAT1 charge: 26.5 Wh (100.0%) condition: 26.5/62.2 Wh (42.7%) volts: 
12.7 min: 11.1
  model: PANASONIC AS16B5J serial:  status: Full
Device-1: hidpp_battery_0 model: Logitech Wireless Touch Keyboard K400 
serial: 
  charge: 55% (should be ignored) status: Discharging
Device-2: hidpp_battery_1 model: Logitech Wireless Mouse M187 serial: 

  charge: 50% (should be ignored) status: N/A
  CPU:
Info: quad core model: Intel Core i5-8250U bits: 64 type: MT MCP arch: 
Coffee Lake rev: A cache:
  L1: 256 KiB L2: 1024 KiB L3: 6 MiB
Speed (MHz): avg: 1471 high: 3156 min/max: 400/3400 cores: 1: 2498 2: 1973 
3: 1000 4: 794
  5: 796 6: 3156 7: 799 8: 758 bogomips: 28800
Flags: avx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx
  Graphics:
Device-1: Intel UHD Graphics 620 vendor: Acer Incorporated ALI driver: i915 
v: kernel ports:
  active: DP-1 off: eDP-1 empty: HDMI-A-1 bus-ID: 00:02.0 chip-ID: 8086:5917
Device-2: NVIDIA GP108M [GeForce MX150] vendor: Acer Incorporated ALI 
driver: nvidia
  v: 535.113.01 pcie: speed: 2.5 GT/s lanes: 4 bus-ID: 01:00.0 chip-ID: 
10de:1d10
Device-3: Quanta HD WebCam type: USB driver: uvcvideo bus-ID: 1-7:6 
chip-ID: 0408:a030
Display: x11 server: X.Org v: 1.21.1.4 driver: X: loaded: modesetting,nvidia
  unloaded: fbdev,nouveau,vesa gpu: i915 display-ID: :0 screens: 1
Screen-1: 0 s-res: 1920x1080 s-dpi: 96
Monitor-1: DP-1 model: ViewSonic VX2757 res: 1920x1080 dpi: 82 diag: 686mm 
(27")
OpenGL: renderer: Mesa Intel UHD Graphics 620 (KBL GT2) v: 4.6 Mesa 
23.0.4-0ubuntu1~22.04.1
  direct render: Yes
  Audio:
Device-1: Intel Sunrise Point-LP HD Audio vendor: Acer Incorporated ALI 
driver: snd_hda_intel
  v: kernel bus-ID: 00:1f.3 chip-ID: 8086:9d71
Sound Server-1: ALSA v: k5.15.0-87-generic running: yes
Sound Server-2: PulseAudio v: 15.99.1 running: yes
Sound Server-3: PipeWire v: 0.3.48 running: yes
  Network:
Device-1: Intel Dual Band Wireless-AC 3168NGW [Stone Peak] driver: iwlwifi 
v: kernel pcie:
  speed: 2.5 GT/s lanes: 1 bus-ID: 03:00.0 chip-ID: 8086:24fb
IF: wlp3s0 state: down mac: 
Device-2: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet vendor: 
Acer Incorporated ALI
  driver: r8169 v: kernel pcie: speed: 2.5 GT/s lanes: 1 port: 3000 bus-ID: 
04:00.1
  chip-ID: 10ec:8168
IF: enp4s0f1 state: up speed: 1000 Mbps duplex: full mac: 
  Drives:
Local Storage: total: 1.36 TiB used: 143.29 GiB (10.3%)
ID-1: /dev/sda model: SD Ultra 3D 1TB size: 931.51 GiB speed: 6.0 Gb/s 
serial: 
ID-2: /dev/sdb vendor: Crucial model: CT500MX500SSD4 size: 465.76 GiB 
speed: 6.0 Gb/s
  serial: 
  Partition:
ID-1: / size: 915.32 GiB used: 143.28 GiB (15.7%) fs: ext4 dev: /dev/sda3
ID-2: /boot/efi size: 512 MiB used: 6.1 MiB (1.2%) fs: vfat dev: /dev/sda2
  Swap:
ID-1: swap-1 type: file size: 2 GiB used: 0 KiB (0.0%) priority: -2 file: 
/swapfile
  Sensors:
System Temperatures: cpu: 48.0 C pch: 37.0 C mobo: N/A
Fan Speeds (RPM): N/A
  Repos:
Packages: 3240 apt: 3217 flatpak: 23
No active apt repos in: /etc/apt/sources.list
Active apt repos in: /etc/apt/sources.list.d/audio-recorder-ppa-jammy.list
  1: deb [signed-by=/etc/apt/keyrings/audio-recorder-ppa-jammy.gpg] https: 
//ppa.launchpadcontent.net/audio-recorder/ppa/ubuntu jammy main
Active apt repos in: 
/etc/apt/sources.list.d/official-package-repositories.list
  1: deb http: //packages.linuxmint.com victoria main upstream import 
backport
  2: deb http: //archive.ubuntu.com/ubuntu jammy main restricted universe 
multiverse
  3: deb http: //archive.ubuntu.com/ubuntu jammy-updates main restricted 
universe multiverse
  4: deb http: //archive.ubuntu.com/ubuntu jammy-backports main restricted 
universe multiverse
  5: deb http: //security.ubuntu.com/ubuntu/ jammy-security main restricted 
universe multiverse
Active apt repos in: /etc/apt/sources.list.d/winehq-jammy.sources
  1: deb [arch=amd64 i386] https: //dl.winehq.org/wine-builds/ubuntu jammy 
main
  Info:
Processes: 272 Uptime: 1h 25m Memory: 15.49 GiB used: 2.69 GiB (17.4%) 
Init: systemd v: 249
runlevel: 5 Compilers: gcc: 11.4.0 alt: 11/12 Client: Cinnamon v: 5.8.4 
inxi: 3.3.13

  


To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2042039/+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 2038288] Re: Failed to start thermald.service

2023-11-02 Thread Anaggh S
TL;DR

Check if this fixes it for you.

sudo apt install dptfxtract
sudo systemctl restart thermald

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

Title:
  Failed to start thermald.service

Status in linux package in Ubuntu:
  Confirmed
Status in thermald package in Ubuntu:
  In Progress

Bug description:
  Get lot of thermald errors logged with that Mate session on Mantic

  dbus-broker-launch[775]: Invalid group-name in 
/usr/share/dbus-1/system.d/org.freedesktop.thermald.conf +19: group="power"
  systemd[1]: Starting thermald.service - Thermal Daemon Service...
  thermald[892]: 24 CPUID levels; family:model:stepping 0x6:7a:1 (6:122:1)
  thermald[892]: 24 CPUID levels; family:model:stepping 0x6:7a:1 (6:122:1)
  thermald[892]: sensor id 10 : No temp sysfs for reading raw temp
  thermald[892]: sensor id 10 : No temp sysfs for reading raw temp
  thermald[892]: sensor id 10 : No temp sysfs for reading raw temp
  thermald[892]: *** stack smashing detected ***: terminated
  systemd[1]: thermald.service: Main process exited, code=killed, status=6/ABRT
  systemd[1]: thermald.service: Failed with result 'signal'.
  systemd[1]: Failed to start thermald.service - Thermal Daemon Service.
  systemd[1]: thermald.service: Scheduled restart job, restart counter is at 1.
  systemd[1]: Stopped thermald.service - Thermal Daemon Service.
  systemd[1]: Starting thermald.service - Thermal Daemon Service...
  thermald[982]: 24 CPUID levels; family:model:stepping 0x6:7a:1 (6:122:1)
  thermald[982]: 24 CPUID levels; family:model:stepping 0x6:7a:1 (6:122:1)
  thermald[982]: *** stack smashing detected ***: terminated
  systemd[1]: Started thermald.service - Thermal Daemon Service.
  thermald[982]: sensor id 10 : No temp sysfs for reading raw temp
  thermald[982]: sensor id 10 : No temp sysfs for reading raw temp
  thermald[982]: sensor id 10 : No temp sysfs for reading raw temp
  systemd[1]: thermald.service: Main process exited, code=killed, status=6/ABRT
  systemd[1]: thermald.service: Failed with result 'signal'.
  systemd[1]: thermald.service: Scheduled restart job, restart counter is at 2.
  systemd[1]: Stopped thermald.service - Thermal Daemon Service.
  systemd[1]: Starting thermald.service - Thermal Daemon Service...
  thermald[1049]: 24 CPUID levels; family:model:stepping 0x6:7a:1 (6:122:1)
  thermald[1049]: 24 CPUID levels; family:model:stepping 0x6:7a:1 (6:122:1)
  thermald[1049]: sensor id 10 : No temp sysfs for reading raw temp
  thermald[1049]: sensor id 10 : No temp sysfs for reading raw temp
  thermald[1049]: sensor id 10 : No temp sysfs for reading raw temp
  thermald[1049]: *** stack smashing detected ***: terminated
  systemd[1]: Started thermald.service - Thermal Daemon Service.
  systemd[1]: thermald.service: Main process exited, code=dumped, status=6/ABRT
  systemd[1]: thermald.service: Failed with result 'core-dump'.
  systemd[1]: thermald.service: Scheduled restart job, restart counter is at 3.
  systemd[1]: Stopped thermald.service - Thermal Daemon Service.
  systemd[1]: Starting thermald.service - Thermal Daemon Service...
  systemd[1]: Started thermald.service - Thermal Daemon Service.
  thermald[1117]: 24 CPUID levels; family:model:stepping 0x6:7a:1 (6:122:1)
  thermald[1117]: 24 CPUID levels; family:model:stepping 0x6:7a:1 (6:122:1)
  thermald[1117]: sensor id 10 : No temp sysfs for reading raw temp
  thermald[1117]: sensor id 10 : No temp sysfs for reading raw temp
  thermald[1117]: sensor id 10 : No temp sysfs for reading raw temp
  thermald[1117]: *** stack smashing detected ***: terminated
  systemd[1]: thermald.service: Main process exited, code=dumped, status=6/ABRT
  systemd[1]: thermald.service: Failed with result 'core-dump'.
  systemd[1]: thermald.service: Scheduled restart job, restart counter is at 4.
  systemd[1]: Stopped thermald.service - Thermal Daemon Service.
  systemd[1]: Starting thermald.service - Thermal Daemon Service...
  systemd[1]: Started thermald.service - Thermal Daemon Service.
  thermald[1180]: 24 CPUID levels; family:model:stepping 0x6:7a:1 (6:122:1)
  thermald[1180]: 24 CPUID levels; family:model:stepping 0x6:7a:1 (6:122:1)
  thermald[1180]: sensor id 10 : No temp sysfs for reading raw temp
  thermald[1180]: sensor id 10 : No temp sysfs for reading raw temp
  thermald[1180]: sensor id 10 : No temp sysfs for reading raw temp
  thermald[1180]: *** stack smashing detected ***: terminated
  systemd[1]: thermald.service: Main process exited, code=dumped, status=6/ABRT
  systemd[1]: thermald.service: Failed with result 'core-dump'.
  systemd[1]: thermald.service: Scheduled restart job, restart counter is at 5.
  systemd[1]: Stopped thermald.service - Thermal Daemon Service.
  systemd[1]: thermald.service: Start request repeated too quickly.
  systemd[1]: thermald.service: Failed with result 'core-dump'.
  systemd[1]: Failed to start thermald.service - 

[Kernel-packages] [Bug 2038288] Re: Failed to start thermald.service

2023-11-02 Thread Anaggh S
Seems like I fixed the problem?

References:
* https://github.com/intel/thermal_daemon/issues/289
* https://github.com/intel/dptfxtract

By default on Xubuntu 23.10, `/etc/thermald/thermal-conf.xml` does not
exist.

Run `sudo apt install dptfxtract` 
This creates `/etc/thermald/thermal-conf.xml.auto`

sudo systemctl start thermald

sudo systemctl status thermald
● thermald.service - Thermal Daemon Service
 Loaded: loaded (/lib/systemd/system/thermald.service; enabled; preset: 
enabled)
 Active: active (running) since Thu 2023-11-02 11:26:42 IST; 15s ago
   Main PID: 3228 (thermald)
  Tasks: 3 (limit: 14153)
 Memory: 1.1M
CPU: 31ms
 CGroup: /system.slice/thermald.service
 └─3228 /usr/sbin/thermald --systemd --dbus-enable --adaptive

Nov 02 11:26:42 home systemd[1]: Starting thermald.service - Thermal Daemon 
Service...
Nov 02 11:26:42 home systemd[1]: Started thermald.service - Thermal Daemon 
Service.
Nov 02 11:26:42 home thermald[3228]: 22 CPUID levels; family:model:stepping 
0x6:8e:a (6:142:10)
Nov 02 11:26:42 home thermald[3228]: 22 CPUID levels; family:model:stepping 
0x6:8e:a (6:142:10)
Nov 02 11:26:42 home thermald[3228]: sensor id 13 : No temp sysfs for reading 
raw temp
Nov 02 11:26:42 home thermald[3228]: sensor id 13 : No temp sysfs for reading 
raw temp
Nov 02 11:26:42 home thermald[3228]: sensor id 13 : No temp sysfs for reading 
raw temp
Nov 02 11:26:42 home thermald[3228]: Using generated 
/etc/thermald/thermal-conf.xml.auto
Nov 02 11:26:42 home thermald[3228]: Using config file 
/etc/thermald/thermal-conf.xml.auto
Nov 02 11:26:42 home thermald[3228]: Polling mode is enabled: 4


** Bug watch added: github.com/intel/thermal_daemon/issues #289
   https://github.com/intel/thermal_daemon/issues/289

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

Title:
  Failed to start thermald.service

Status in linux package in Ubuntu:
  Confirmed
Status in thermald package in Ubuntu:
  In Progress

Bug description:
  Get lot of thermald errors logged with that Mate session on Mantic

  dbus-broker-launch[775]: Invalid group-name in 
/usr/share/dbus-1/system.d/org.freedesktop.thermald.conf +19: group="power"
  systemd[1]: Starting thermald.service - Thermal Daemon Service...
  thermald[892]: 24 CPUID levels; family:model:stepping 0x6:7a:1 (6:122:1)
  thermald[892]: 24 CPUID levels; family:model:stepping 0x6:7a:1 (6:122:1)
  thermald[892]: sensor id 10 : No temp sysfs for reading raw temp
  thermald[892]: sensor id 10 : No temp sysfs for reading raw temp
  thermald[892]: sensor id 10 : No temp sysfs for reading raw temp
  thermald[892]: *** stack smashing detected ***: terminated
  systemd[1]: thermald.service: Main process exited, code=killed, status=6/ABRT
  systemd[1]: thermald.service: Failed with result 'signal'.
  systemd[1]: Failed to start thermald.service - Thermal Daemon Service.
  systemd[1]: thermald.service: Scheduled restart job, restart counter is at 1.
  systemd[1]: Stopped thermald.service - Thermal Daemon Service.
  systemd[1]: Starting thermald.service - Thermal Daemon Service...
  thermald[982]: 24 CPUID levels; family:model:stepping 0x6:7a:1 (6:122:1)
  thermald[982]: 24 CPUID levels; family:model:stepping 0x6:7a:1 (6:122:1)
  thermald[982]: *** stack smashing detected ***: terminated
  systemd[1]: Started thermald.service - Thermal Daemon Service.
  thermald[982]: sensor id 10 : No temp sysfs for reading raw temp
  thermald[982]: sensor id 10 : No temp sysfs for reading raw temp
  thermald[982]: sensor id 10 : No temp sysfs for reading raw temp
  systemd[1]: thermald.service: Main process exited, code=killed, status=6/ABRT
  systemd[1]: thermald.service: Failed with result 'signal'.
  systemd[1]: thermald.service: Scheduled restart job, restart counter is at 2.
  systemd[1]: Stopped thermald.service - Thermal Daemon Service.
  systemd[1]: Starting thermald.service - Thermal Daemon Service...
  thermald[1049]: 24 CPUID levels; family:model:stepping 0x6:7a:1 (6:122:1)
  thermald[1049]: 24 CPUID levels; family:model:stepping 0x6:7a:1 (6:122:1)
  thermald[1049]: sensor id 10 : No temp sysfs for reading raw temp
  thermald[1049]: sensor id 10 : No temp sysfs for reading raw temp
  thermald[1049]: sensor id 10 : No temp sysfs for reading raw temp
  thermald[1049]: *** stack smashing detected ***: terminated
  systemd[1]: Started thermald.service - Thermal Daemon Service.
  systemd[1]: thermald.service: Main process exited, code=dumped, status=6/ABRT
  systemd[1]: thermald.service: Failed with result 'core-dump'.
  systemd[1]: thermald.service: Scheduled restart job, restart counter is at 3.
  systemd[1]: Stopped thermald.service - Thermal Daemon Service.
  systemd[1]: Starting thermald.service - Thermal Daemon Service...
  systemd[1]: Started thermald.service - Thermal Daemon Service.
  thermald[1117]: 24 CPUID levels; 

[Kernel-packages] [Bug 2038288] Re: Failed to start thermald.service

2023-11-01 Thread Anaggh S
@koba

sudo apt install autoconf autoconf-archive g++ libglib2.0-dev
libdbus-1-dev libdbus-glib-1-dev libxml2-dev gtk-doc-tools libupower-
glib-dev liblzma-dev libevdev-dev

git clone https://github.com/intel/thermal_daemon.git
cd thermal_daemon

./autogen.sh prefix=/

make

# Stop Default thermald
sudo systemctl stop thermald.service

sudo ./thermald --no-daemon --adaptive

[1698899279][MSG]22 CPUID levels; family:model:stepping 0x6:8e:a (6:142:10)
[1698899279][MSG]22 CPUID levels; family:model:stepping 0x6:8e:a (6:142:10)
[1698899279][MSG]sensor id 13 : No temp sysfs for reading raw temp
[1698899279][MSG]sensor id 13 : No temp sysfs for reading raw temp
[1698899279][MSG]sensor id 13 : No temp sysfs for reading raw temp
*** stack smashing detected ***: terminated
Aborted

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

Title:
  Failed to start thermald.service

Status in linux package in Ubuntu:
  Confirmed
Status in thermald package in Ubuntu:
  In Progress

Bug description:
  Get lot of thermald errors logged with that Mate session on Mantic

  dbus-broker-launch[775]: Invalid group-name in 
/usr/share/dbus-1/system.d/org.freedesktop.thermald.conf +19: group="power"
  systemd[1]: Starting thermald.service - Thermal Daemon Service...
  thermald[892]: 24 CPUID levels; family:model:stepping 0x6:7a:1 (6:122:1)
  thermald[892]: 24 CPUID levels; family:model:stepping 0x6:7a:1 (6:122:1)
  thermald[892]: sensor id 10 : No temp sysfs for reading raw temp
  thermald[892]: sensor id 10 : No temp sysfs for reading raw temp
  thermald[892]: sensor id 10 : No temp sysfs for reading raw temp
  thermald[892]: *** stack smashing detected ***: terminated
  systemd[1]: thermald.service: Main process exited, code=killed, status=6/ABRT
  systemd[1]: thermald.service: Failed with result 'signal'.
  systemd[1]: Failed to start thermald.service - Thermal Daemon Service.
  systemd[1]: thermald.service: Scheduled restart job, restart counter is at 1.
  systemd[1]: Stopped thermald.service - Thermal Daemon Service.
  systemd[1]: Starting thermald.service - Thermal Daemon Service...
  thermald[982]: 24 CPUID levels; family:model:stepping 0x6:7a:1 (6:122:1)
  thermald[982]: 24 CPUID levels; family:model:stepping 0x6:7a:1 (6:122:1)
  thermald[982]: *** stack smashing detected ***: terminated
  systemd[1]: Started thermald.service - Thermal Daemon Service.
  thermald[982]: sensor id 10 : No temp sysfs for reading raw temp
  thermald[982]: sensor id 10 : No temp sysfs for reading raw temp
  thermald[982]: sensor id 10 : No temp sysfs for reading raw temp
  systemd[1]: thermald.service: Main process exited, code=killed, status=6/ABRT
  systemd[1]: thermald.service: Failed with result 'signal'.
  systemd[1]: thermald.service: Scheduled restart job, restart counter is at 2.
  systemd[1]: Stopped thermald.service - Thermal Daemon Service.
  systemd[1]: Starting thermald.service - Thermal Daemon Service...
  thermald[1049]: 24 CPUID levels; family:model:stepping 0x6:7a:1 (6:122:1)
  thermald[1049]: 24 CPUID levels; family:model:stepping 0x6:7a:1 (6:122:1)
  thermald[1049]: sensor id 10 : No temp sysfs for reading raw temp
  thermald[1049]: sensor id 10 : No temp sysfs for reading raw temp
  thermald[1049]: sensor id 10 : No temp sysfs for reading raw temp
  thermald[1049]: *** stack smashing detected ***: terminated
  systemd[1]: Started thermald.service - Thermal Daemon Service.
  systemd[1]: thermald.service: Main process exited, code=dumped, status=6/ABRT
  systemd[1]: thermald.service: Failed with result 'core-dump'.
  systemd[1]: thermald.service: Scheduled restart job, restart counter is at 3.
  systemd[1]: Stopped thermald.service - Thermal Daemon Service.
  systemd[1]: Starting thermald.service - Thermal Daemon Service...
  systemd[1]: Started thermald.service - Thermal Daemon Service.
  thermald[1117]: 24 CPUID levels; family:model:stepping 0x6:7a:1 (6:122:1)
  thermald[1117]: 24 CPUID levels; family:model:stepping 0x6:7a:1 (6:122:1)
  thermald[1117]: sensor id 10 : No temp sysfs for reading raw temp
  thermald[1117]: sensor id 10 : No temp sysfs for reading raw temp
  thermald[1117]: sensor id 10 : No temp sysfs for reading raw temp
  thermald[1117]: *** stack smashing detected ***: terminated
  systemd[1]: thermald.service: Main process exited, code=dumped, status=6/ABRT
  systemd[1]: thermald.service: Failed with result 'core-dump'.
  systemd[1]: thermald.service: Scheduled restart job, restart counter is at 4.
  systemd[1]: Stopped thermald.service - Thermal Daemon Service.
  systemd[1]: Starting thermald.service - Thermal Daemon Service...
  systemd[1]: Started thermald.service - Thermal Daemon Service.
  thermald[1180]: 24 CPUID levels; family:model:stepping 0x6:7a:1 (6:122:1)
  thermald[1180]: 24 CPUID levels; family:model:stepping 0x6:7a:1 (6:122:1)
  thermald[1180]: sensor id 10 : No temp sysfs for 

[Kernel-packages] [Bug 2038288] Re: Failed to start thermald.service

2023-11-01 Thread Anaggh S
+1 Happening on fresh install.

* Xubuntu 23.10 amd64 on every boot.
* CPU Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz
* Linux home 6.5.0-10-generic #10-Ubuntu SMP PREEMPT_DYNAMIC Fri Oct 13 
13:49:38 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
* thermald 2.5.4-2

sudo systemctl status thermald

× thermald.service - Thermal Daemon Service
 Loaded: loaded (/lib/systemd/system/thermald.service; enabled; preset: 
enabled)
 Active: failed (Result: core-dump) since Thu 2023-11-02 07:50:42 IST; 6min 
ago
   Duration: 146ms
Process: 8439 ExecStart=/usr/sbin/thermald --systemd --dbus-enable 
--adaptive (code=dumped, signal=ABRT)
   Main PID: 8439 (code=dumped, signal=ABRT)
CPU: 28ms

Nov 02 07:50:42 home systemd[1]: thermald.service: Scheduled restart job, 
restart counter is at 5.
Nov 02 07:50:42 home systemd[1]: Stopped thermald.service - Thermal Daemon 
Service.
Nov 02 07:50:42 home systemd[1]: thermald.service: Start request repeated too 
quickly.
Nov 02 07:50:42 home systemd[1]: thermald.service: Failed with result 
'core-dump'.
Nov 02 07:50:42 home systemd[1]: Failed to start thermald.service - Thermal 
Daemon Service.


journalctl -u thermald

Nov 02 06:45:54 home systemd[1]: Starting thermald.service - Thermal Daemon 
Service...
Nov 02 06:45:54 home systemd[1]: Started thermald.service - Thermal Daemon 
Service.
Nov 02 06:45:54 home thermald[608]: 22 CPUID levels; family:model:stepping 
0x6:8e:a (6:142:10)
Nov 02 06:45:54 home thermald[608]: 22 CPUID levels; family:model:stepping 
0x6:8e:a (6:142:10)
Nov 02 06:45:54 home thermald[608]: sensor id 13 : No temp sysfs for reading 
raw temp
Nov 02 06:45:54 home thermald[608]: sensor id 13 : No temp sysfs for reading 
raw temp
Nov 02 06:45:54 home thermald[608]: sensor id 13 : No temp sysfs for reading 
raw temp
Nov 02 06:45:54 home thermald[608]: *** stack smashing detected ***: terminated
Nov 02 06:45:54 home systemd[1]: thermald.service: Main process exited, 
code=killed, status=6/ABRT
Nov 02 06:45:54 home systemd[1]: thermald.service: Failed with result 'signal'.
Nov 02 06:45:54 home systemd[1]: thermald.service: Scheduled restart job, 
restart counter is at 1.
Nov 02 06:45:55 home systemd[1]: Stopped thermald.service - Thermal Daemon 
Service.
Nov 02 06:45:55 home systemd[1]: Starting thermald.service - Thermal Daemon 
Service...
Nov 02 06:45:55 home thermald[738]: 22 CPUID levels; family:model:stepping 
0x6:8e:a (6:142:10)
Nov 02 06:45:55 home systemd[1]: Started thermald.service - Thermal Daemon 
Service.
Nov 02 06:45:55 home thermald[738]: 22 CPUID levels; family:model:stepping 
0x6:8e:a (6:142:10)
Nov 02 06:45:55 home thermald[738]: sensor id 13 : No temp sysfs for reading 
raw temp
Nov 02 06:45:55 home thermald[738]: sensor id 13 : No temp sysfs for reading 
raw temp
Nov 02 06:45:55 home thermald[738]: sensor id 13 : No temp sysfs for reading 
raw temp
Nov 02 06:45:55 home thermald[738]: *** stack smashing detected ***: terminated
Nov 02 06:45:55 home systemd[1]: thermald.service: Main process exited, 
code=killed, status=6/ABRT
Nov 02 06:45:55 home systemd[1]: thermald.service: Failed with result 'signal'.
Nov 02 06:45:55 home systemd[1]: thermald.service: Scheduled restart job, 
restart counter is at 2.
Nov 02 06:45:55 home systemd[1]: Stopped thermald.service - Thermal Daemon 
Service.
Nov 02 06:45:55 home systemd[1]: Starting thermald.service - Thermal Daemon 
Service...
Nov 02 06:45:55 home systemd[1]: Started thermald.service - Thermal Daemon 
Service.
Nov 02 06:45:55 home thermald[779]: 22 CPUID levels; family:model:stepping 
0x6:8e:a (6:142:10)
Nov 02 06:45:55 home thermald[779]: 22 CPUID levels; family:model:stepping 
0x6:8e:a (6:142:10)
Nov 02 06:45:55 home thermald[779]: sensor id 13 : No temp sysfs for reading 
raw temp
Nov 02 06:45:55 home thermald[779]: sensor id 13 : No temp sysfs for reading 
raw temp
Nov 02 06:45:55 home thermald[779]: sensor id 13 : No temp sysfs for reading 
raw temp
Nov 02 06:45:55 home thermald[779]: *** stack smashing detected ***: terminated
Nov 02 06:45:56 home systemd[1]: thermald.service: Main process exited, 
code=dumped, status=6/ABRT
Nov 02 06:45:56 home systemd[1]: thermald.service: Failed with result 
'core-dump'.
Nov 02 06:45:56 home systemd[1]: thermald.service: Scheduled restart job, 
restart counter is at 3.
Nov 02 06:45:56 home systemd[1]: Stopped thermald.service - Thermal Daemon 
Service.
Nov 02 06:45:56 home systemd[1]: Starting thermald.service - Thermal Daemon 
Service...
Nov 02 06:45:56 home systemd[1]: Started thermald.service - Thermal Daemon 
Service.
Nov 02 06:45:56 home thermald[1105]: 22 CPUID levels; family:model:stepping 
0x6:8e:a (6:142:10)
Nov 02 06:45:56 home thermald[1105]: 22 CPUID levels; family:model:stepping 
0x6:8e:a (6:142:10)
Nov 02 06:45:56 home thermald[1105]: sensor id 13 : No temp sysfs for reading 
raw temp
Nov 02 06:45:56 home thermald[1105]: sensor id 13 : No temp sysfs for reading 
raw temp
Nov 02 06:45:56 home thermald[1105]: sensor id 13 : No temp 

[Kernel-packages] [Bug 1782934] Re: XPS 13 9350 black screen with kernel versions > 4.15.0-20-generic

2023-10-25 Thread A S
ah damned - wifi does not work with 6.2.0-26.

I guess I have to sell this device to a windows user, this tends to cost
too much time getting this back to work :/

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

Title:
  XPS 13 9350 black screen with kernel versions > 4.15.0-20-generic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  With any Ubuntu variant I've tried (Ubuntu, Ubuntu Mate, Ubuntu
  Budgie), the graphical installer works correctly, but on every post-
  install login, the screen goes black at the disk decryption screen.

  The kernel version post-install is 4.14.0-29-generic (edited to add:
  this SHOULD have read '4.15.0-29-generic').

  Other things seem to be working. If I'm careful, I can enter the disk
  decryption password and tell (via sounds) that I've gotten through to
  the login screen, but the screen remains dark.

  This happens with standard or minimal installs.

  If I then try to boot with the previous kernel--4.15.0-20-generic--
  everything works flawlessly.

  The only non-standard thing about this system is that I replaced the
  onboard wireless card with an Intel Dual Band Wireless-AC 8625.

  ---

  I don't have a clue about kernel debugging, but I can provide further
  system info as needed.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xorg 1:7.7+19ubuntu7
  ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
  Uname: Linux 4.15.0-20-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompositorRunning: None
  CurrentDesktop: Budgie:GNOME
  Date: Sat Jul 21 20:35:45 2018
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Iris Graphics 540 [8086:1926] (rev 0a) (prog-if 00 [VGA 
controller])
     Subsystem: Dell Iris Graphics 540 [1028:0704]
  InstallationDate: Installed on 2018-07-21 (0 days ago)
  InstallationMedia: Ubuntu-Budgie 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 004: ID 0c45:670c Microdia
   Bus 001 Device 003: ID 04f3:20d0 Elan Microelectronics Corp.
   Bus 001 Device 002: ID 8087:0a2b Intel Corp.
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. XPS 13 9350
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-20-generic 
root=/dev/mapper/ubuntu--budgie--vg-root ro quiet splash
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/16/2018
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.7.0
  dmi.board.name: 09JHRY
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.7.0:bd01/16/2018:svnDellInc.:pnXPS139350:pvr:rvnDellInc.:rn09JHRY:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.family: NULL
  dmi.product.name: XPS 13 9350
  dmi.sys.vendor: Dell Inc.
  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-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/1782934/+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 1782934] Re: XPS 13 9350 black screen with kernel versions > 4.15.0-20-generic

2023-10-25 Thread A S
Additional information:
6.2.0-34 and -35 does not work
6.2.0-26 works well.

If you need additional information or if I should create a new bug
ticket, please let me know.

lshw -C display shows:
product: Skylake GT2 [HD Graphics 520]
Version: 07
configuration: depth=32 resolution=3200,1800

while I am logged in with the working 6.2.0-26 kernel.

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

Title:
  XPS 13 9350 black screen with kernel versions > 4.15.0-20-generic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  With any Ubuntu variant I've tried (Ubuntu, Ubuntu Mate, Ubuntu
  Budgie), the graphical installer works correctly, but on every post-
  install login, the screen goes black at the disk decryption screen.

  The kernel version post-install is 4.14.0-29-generic (edited to add:
  this SHOULD have read '4.15.0-29-generic').

  Other things seem to be working. If I'm careful, I can enter the disk
  decryption password and tell (via sounds) that I've gotten through to
  the login screen, but the screen remains dark.

  This happens with standard or minimal installs.

  If I then try to boot with the previous kernel--4.15.0-20-generic--
  everything works flawlessly.

  The only non-standard thing about this system is that I replaced the
  onboard wireless card with an Intel Dual Band Wireless-AC 8625.

  ---

  I don't have a clue about kernel debugging, but I can provide further
  system info as needed.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xorg 1:7.7+19ubuntu7
  ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
  Uname: Linux 4.15.0-20-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompositorRunning: None
  CurrentDesktop: Budgie:GNOME
  Date: Sat Jul 21 20:35:45 2018
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Iris Graphics 540 [8086:1926] (rev 0a) (prog-if 00 [VGA 
controller])
     Subsystem: Dell Iris Graphics 540 [1028:0704]
  InstallationDate: Installed on 2018-07-21 (0 days ago)
  InstallationMedia: Ubuntu-Budgie 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 004: ID 0c45:670c Microdia
   Bus 001 Device 003: ID 04f3:20d0 Elan Microelectronics Corp.
   Bus 001 Device 002: ID 8087:0a2b Intel Corp.
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. XPS 13 9350
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-20-generic 
root=/dev/mapper/ubuntu--budgie--vg-root ro quiet splash
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/16/2018
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.7.0
  dmi.board.name: 09JHRY
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.7.0:bd01/16/2018:svnDellInc.:pnXPS139350:pvr:rvnDellInc.:rn09JHRY:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.family: NULL
  dmi.product.name: XPS 13 9350
  dmi.sys.vendor: Dell Inc.
  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-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/1782934/+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 1782934] Re: XPS 13 9350 black screen with kernel versions > 4.15.0-20-generic

2023-10-22 Thread A S
Are there known fixes to this bug?

I was using Ubuntu 18.04-22.04 up until a few weeks ago without a problem.
Now I'm experiencing the exact same bug - Black screen starting at encryption 
login.
External monitor works fine.

it seems like recent kernel or Intel HD 520 driver updates did break
this again after it worked for years.

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

Title:
  XPS 13 9350 black screen with kernel versions > 4.15.0-20-generic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  With any Ubuntu variant I've tried (Ubuntu, Ubuntu Mate, Ubuntu
  Budgie), the graphical installer works correctly, but on every post-
  install login, the screen goes black at the disk decryption screen.

  The kernel version post-install is 4.14.0-29-generic (edited to add:
  this SHOULD have read '4.15.0-29-generic').

  Other things seem to be working. If I'm careful, I can enter the disk
  decryption password and tell (via sounds) that I've gotten through to
  the login screen, but the screen remains dark.

  This happens with standard or minimal installs.

  If I then try to boot with the previous kernel--4.15.0-20-generic--
  everything works flawlessly.

  The only non-standard thing about this system is that I replaced the
  onboard wireless card with an Intel Dual Band Wireless-AC 8625.

  ---

  I don't have a clue about kernel debugging, but I can provide further
  system info as needed.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xorg 1:7.7+19ubuntu7
  ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
  Uname: Linux 4.15.0-20-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompositorRunning: None
  CurrentDesktop: Budgie:GNOME
  Date: Sat Jul 21 20:35:45 2018
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Iris Graphics 540 [8086:1926] (rev 0a) (prog-if 00 [VGA 
controller])
     Subsystem: Dell Iris Graphics 540 [1028:0704]
  InstallationDate: Installed on 2018-07-21 (0 days ago)
  InstallationMedia: Ubuntu-Budgie 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 004: ID 0c45:670c Microdia
   Bus 001 Device 003: ID 04f3:20d0 Elan Microelectronics Corp.
   Bus 001 Device 002: ID 8087:0a2b Intel Corp.
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. XPS 13 9350
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-20-generic 
root=/dev/mapper/ubuntu--budgie--vg-root ro quiet splash
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/16/2018
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.7.0
  dmi.board.name: 09JHRY
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.7.0:bd01/16/2018:svnDellInc.:pnXPS139350:pvr:rvnDellInc.:rn09JHRY:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.family: NULL
  dmi.product.name: XPS 13 9350
  dmi.sys.vendor: Dell Inc.
  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-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/1782934/+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 2030924] Re: [SRU][Ubuntu 22.04.1] Unable to interpret the frequency values in cpuinfo_min_freq and cpuino_max_freq sysfs files.

2023-10-10 Thread Shubhakar Gowda P S
Hi,

The issue has been verified with package linux-6.2.0-34.34 and
linux-5.15.0-86.96 kernel's and got expected results.

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

Title:
  [SRU][Ubuntu 22.04.1] Unable to interpret the frequency values in
  cpuinfo_min_freq and cpuino_max_freq sysfs files.

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

Bug description:
  [Impact]

  On DELL EMC PowerEdge system when Ubuntu 22.04.1 OS is Installed,
  Unable to Interpret the values in cpuinfo_max_freq and
  cpuinfo_min_freq sysfs files as per the Intel specs document.

  Steps to Reproduce:

  1. Install one CPU that supports DBS "Demand-Based Power Management".
  2. Install Ubuntu 22.04.1 OS.
  2. Enable "Logical Processor" under CPU Information menu from F2 setup.
  3. Save changes and reboot to Ubuntu 22.04.1 OS.
  4. Right click on "Computer" and select "File system" and check for the 
following CPU directories.

     /sys/devices/system/cpu/cpu0/cpufreq/cpu0
     /sys/devices/system/cpu/cpu0/cpufreq/cpu1

  5. View the Max Frequency and Min Frequency under CPU0 and CPU1 directory.
  6. The Max and Min Frequency did not match as per the Intel specs datasheet.

  Actual results:

   /sys/devices/system/cpu/cpu0/cpufreq/cpu0/cpuinfo_max_freq -> 680
   /sys/devices/system/cpu/cpu0/cpufreq/cpu0/cpuinfo_min_freq -> 80
   /sys/devices/system/cpu/cpu0/cpufreq/cpu0/base_frequency -> 390

   Expected results: As per Intel datasheet specification.

   /sys/devices/system/cpu/cpu0/cpufreq/cpu0/cpuinfo_max_freq -> 5300 MHz
   /sys/devices/system/cpu/cpu0/cpufreq/cpu0/cpuinfo_min_freq -> 800 MHz
   /sys/devices/system/cpu/cpu0/cpufreq/cpu0/base_frequency -> 3000 MHz

  [Fix]
  cpufreq: intel_pstate: Fix scaling for hybrid-capable systems with disabled 
E-cores
  
https://github.com/torvalds/linux/commit/0fcfc9e51990246a9813475716746ff5eb98c6aa
 [github.com]

  [Test Plan]

  Same as steps to reproduce

  [ Where problems could occur ]

  This issue is seen on Intel based system under development which supports DBS 
"Demand-Based Power Management", then install Ubuntu-22.04 and boot into OS then
  check for the frequency values under /sys/devices/system/cpu/cpu0/cpufreq/cpu0
  Regression risk = Low to medium

  [ Other Info ]

  Jammy
  
https://code.launchpad.net/~mreed8855/ubuntu/+source/linux/+git/jammy/+ref/cpuinfo_freq

  lunar
  
https://code.launchpad.net/~mreed8855/ubuntu/+source/linux/+git/lunar/+ref/cpuinfo_freq_lunar_2

  Mantic
  
https://code.launchpad.net/~mreed8855/ubuntu/+source/linux/+git/mantic/+ref/cpuinfo_freq_mantic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2030924/+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 2000947] Re: UVC Quanta 0408:4035 camera PROBLEM

2023-09-29 Thread Devika B S
** Attachment removed: "compile_module.sh"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2000947/+attachment/5705396/+files/compile_module.sh

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

Title:
  UVC  Quanta 0408:4035  camera PROBLEM

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I bought a Acer Nitro 5 AN517-55 with Quanta ACER HD User Facing',
  USB 0408:4035.

  The camera is reported to have problems by many users:  
  https://linux-hardware.org/?id=usb:0408-4035
  The uvc camera Quanta 0408:4035 does not work with ubuntu 22,04. the camera 
is “recongized” but fails installation.

  My console commands report similar info to other users: 
  
https://unix.stackexchange.com/questions/723504/integrated-camera-not-detected-working-on-acer-nitro-5-an515-58

  
  PROPOSED SOLUTION 
  I got in contact with laurent.pinch...@ideasonboard.com   and with 
riba...@chromium.org , and subscribed to https://www.linuxtv.org/lists. And  
me...@vger.kernel.org mailinglist.

  Laurent proposed me a fix and I modified the 5,15 uvc_driver.c
  version, and loaded it on github

  https://github.com/Giuliano69/uvc_driver-for-Quanta-HD-User-
  Facing-0x0408-0x4035-/blob/main/uvc_driver.c

  I offered to test the fix, so I tried to compile the module with the
  new source.

  COMPILING PROBLEMS
  I’m running **Ubuntu 22.04.1 LTS, with kernel 
  giuliano@Astra2A:/usr/src$ cat /proc/version_signature
  Ubuntu 5.15.0-56.62-generic 5.15.64

  BUT  the linux-source that I found installed seems to be different
  tgiuliano@Astra2A:/usr/src$ ls -al linux-so*
  lrwxrwxrwx 1 root root 47 nov 22 16:08 linux-source-5.15.0.tar.bz2 -> 
linux-source-5.15.0/linux-source-5.15.0.tar.bz2

  I expanded  the tar file, configured the IDE and compiled without error  any 
errors… 
  I manually copied the uvcvideo.ko in 
  /lib/modules/5.15.0-56-
  sudo cp…...

  then tryed to intall the new uvcvideo.ko module
  sudo rmmod uvcvideo && sudo modprobe uvcvideo

  BUT… IT FAILS
  giuliano@Astra2A:~$ sudo rmmod uvcvideo && sudo modprobe uvcvideo
  modprobe: ERROR: could not insert 'uvcvideo': Exec format error

  and dmesg shows
  [25961.151982] usbcore: registered new interface driver uvcvideo
  [26323.125534] usbcore: deregistering interface driver uvcvideo
  [26323.189294] uvcvideo: disagrees about version of symbol module_layout


  These are the TWO modinfo from the old and new uvcvideo modules
  https://pastebin.com/tSj8Exm6
  Basically
  OLD module: vermagic: 5.15.0-56-generic SMP mod_unload modversions 
  NEW module: vermagic: 5.15.64 SMP mod_unload modversions


  -kindly ASK

  HOW can FORCE the uvcdriver.c to match mi kernel version ?
  Have I got OTHER ways to make the kernel module I’m compiling, match my 
running system ?

  I would like to test the module so to confirm the patch and let it
  enter the kernel main stream...

  
  BR
  Giuliano

  PS
  btw…. to allow Eclipse to compile the kernel, I had to pass this commands
  scripts/config --disable CONFIG_SYSTEM_REVOCATION_KEYS
  scripts/config --disable SYSTEM_REVOCATION_KEYS
  scripts/config --disable SYSTEM_TRUSTED_KEYS

  hope that this does not affect the module layout & checking
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  giuliano   2142 F pulseaudio
   /dev/snd/pcmC1D0p:   giuliano   2142 F...m pulseaudio
   /dev/snd/controlC0:  giuliano   2142 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-11-03 (66 days ago)
  InstallationMedia: Ubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64 
(20220809.1)
  MachineType: Acer Nitro AN517-55
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.15.0-57-generic 
root=UUID=f07e25f9-07e7-4a29-a15e-f481aa0ee0f2 ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-57.63-generic 5.15.74
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-57-generic N/A
   linux-backports-modules-5.15.0-57-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.9
  Tags:  jammy
  Uname: Linux 5.15.0-57-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo wireshark
  _MarkForUpload: True
  dmi.bios.date: 04/20/2022
  dmi.bios.release: 1.6
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.06
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Ignis_ADH
  dmi.board.vendor: ADL
  dmi.board.version: 

[Kernel-packages] [Bug 2000947] Re: UVC Quanta 0408:4035 camera PROBLEM

2023-09-29 Thread Devika B S
** Attachment added: "compile_module.sh"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2000947/+attachment/5705396/+files/compile_module.sh

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

Title:
  UVC  Quanta 0408:4035  camera PROBLEM

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I bought a Acer Nitro 5 AN517-55 with Quanta ACER HD User Facing',
  USB 0408:4035.

  The camera is reported to have problems by many users:  
  https://linux-hardware.org/?id=usb:0408-4035
  The uvc camera Quanta 0408:4035 does not work with ubuntu 22,04. the camera 
is “recongized” but fails installation.

  My console commands report similar info to other users: 
  
https://unix.stackexchange.com/questions/723504/integrated-camera-not-detected-working-on-acer-nitro-5-an515-58

  
  PROPOSED SOLUTION 
  I got in contact with laurent.pinch...@ideasonboard.com   and with 
riba...@chromium.org , and subscribed to https://www.linuxtv.org/lists. And  
me...@vger.kernel.org mailinglist.

  Laurent proposed me a fix and I modified the 5,15 uvc_driver.c
  version, and loaded it on github

  https://github.com/Giuliano69/uvc_driver-for-Quanta-HD-User-
  Facing-0x0408-0x4035-/blob/main/uvc_driver.c

  I offered to test the fix, so I tried to compile the module with the
  new source.

  COMPILING PROBLEMS
  I’m running **Ubuntu 22.04.1 LTS, with kernel 
  giuliano@Astra2A:/usr/src$ cat /proc/version_signature
  Ubuntu 5.15.0-56.62-generic 5.15.64

  BUT  the linux-source that I found installed seems to be different
  tgiuliano@Astra2A:/usr/src$ ls -al linux-so*
  lrwxrwxrwx 1 root root 47 nov 22 16:08 linux-source-5.15.0.tar.bz2 -> 
linux-source-5.15.0/linux-source-5.15.0.tar.bz2

  I expanded  the tar file, configured the IDE and compiled without error  any 
errors… 
  I manually copied the uvcvideo.ko in 
  /lib/modules/5.15.0-56-
  sudo cp…...

  then tryed to intall the new uvcvideo.ko module
  sudo rmmod uvcvideo && sudo modprobe uvcvideo

  BUT… IT FAILS
  giuliano@Astra2A:~$ sudo rmmod uvcvideo && sudo modprobe uvcvideo
  modprobe: ERROR: could not insert 'uvcvideo': Exec format error

  and dmesg shows
  [25961.151982] usbcore: registered new interface driver uvcvideo
  [26323.125534] usbcore: deregistering interface driver uvcvideo
  [26323.189294] uvcvideo: disagrees about version of symbol module_layout


  These are the TWO modinfo from the old and new uvcvideo modules
  https://pastebin.com/tSj8Exm6
  Basically
  OLD module: vermagic: 5.15.0-56-generic SMP mod_unload modversions 
  NEW module: vermagic: 5.15.64 SMP mod_unload modversions


  -kindly ASK

  HOW can FORCE the uvcdriver.c to match mi kernel version ?
  Have I got OTHER ways to make the kernel module I’m compiling, match my 
running system ?

  I would like to test the module so to confirm the patch and let it
  enter the kernel main stream...

  
  BR
  Giuliano

  PS
  btw…. to allow Eclipse to compile the kernel, I had to pass this commands
  scripts/config --disable CONFIG_SYSTEM_REVOCATION_KEYS
  scripts/config --disable SYSTEM_REVOCATION_KEYS
  scripts/config --disable SYSTEM_TRUSTED_KEYS

  hope that this does not affect the module layout & checking
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  giuliano   2142 F pulseaudio
   /dev/snd/pcmC1D0p:   giuliano   2142 F...m pulseaudio
   /dev/snd/controlC0:  giuliano   2142 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-11-03 (66 days ago)
  InstallationMedia: Ubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64 
(20220809.1)
  MachineType: Acer Nitro AN517-55
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.15.0-57-generic 
root=UUID=f07e25f9-07e7-4a29-a15e-f481aa0ee0f2 ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-57.63-generic 5.15.74
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-57-generic N/A
   linux-backports-modules-5.15.0-57-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.9
  Tags:  jammy
  Uname: Linux 5.15.0-57-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo wireshark
  _MarkForUpload: True
  dmi.bios.date: 04/20/2022
  dmi.bios.release: 1.6
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.06
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Ignis_ADH
  dmi.board.vendor: ADL
  dmi.board.version: V1.06

[Kernel-packages] [Bug 2000947] Re: UVC Quanta 0408:4035 camera PROBLEM

2023-09-29 Thread Devika B S
@giuliano

Thank you for sharing the link. I found the solution there. Have a great
day!

** Attachment added: "compile_module.sh"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2000947/+attachment/5705395/+files/compile_module.sh

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

Title:
  UVC  Quanta 0408:4035  camera PROBLEM

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I bought a Acer Nitro 5 AN517-55 with Quanta ACER HD User Facing',
  USB 0408:4035.

  The camera is reported to have problems by many users:  
  https://linux-hardware.org/?id=usb:0408-4035
  The uvc camera Quanta 0408:4035 does not work with ubuntu 22,04. the camera 
is “recongized” but fails installation.

  My console commands report similar info to other users: 
  
https://unix.stackexchange.com/questions/723504/integrated-camera-not-detected-working-on-acer-nitro-5-an515-58

  
  PROPOSED SOLUTION 
  I got in contact with laurent.pinch...@ideasonboard.com   and with 
riba...@chromium.org , and subscribed to https://www.linuxtv.org/lists. And  
me...@vger.kernel.org mailinglist.

  Laurent proposed me a fix and I modified the 5,15 uvc_driver.c
  version, and loaded it on github

  https://github.com/Giuliano69/uvc_driver-for-Quanta-HD-User-
  Facing-0x0408-0x4035-/blob/main/uvc_driver.c

  I offered to test the fix, so I tried to compile the module with the
  new source.

  COMPILING PROBLEMS
  I’m running **Ubuntu 22.04.1 LTS, with kernel 
  giuliano@Astra2A:/usr/src$ cat /proc/version_signature
  Ubuntu 5.15.0-56.62-generic 5.15.64

  BUT  the linux-source that I found installed seems to be different
  tgiuliano@Astra2A:/usr/src$ ls -al linux-so*
  lrwxrwxrwx 1 root root 47 nov 22 16:08 linux-source-5.15.0.tar.bz2 -> 
linux-source-5.15.0/linux-source-5.15.0.tar.bz2

  I expanded  the tar file, configured the IDE and compiled without error  any 
errors… 
  I manually copied the uvcvideo.ko in 
  /lib/modules/5.15.0-56-
  sudo cp…...

  then tryed to intall the new uvcvideo.ko module
  sudo rmmod uvcvideo && sudo modprobe uvcvideo

  BUT… IT FAILS
  giuliano@Astra2A:~$ sudo rmmod uvcvideo && sudo modprobe uvcvideo
  modprobe: ERROR: could not insert 'uvcvideo': Exec format error

  and dmesg shows
  [25961.151982] usbcore: registered new interface driver uvcvideo
  [26323.125534] usbcore: deregistering interface driver uvcvideo
  [26323.189294] uvcvideo: disagrees about version of symbol module_layout


  These are the TWO modinfo from the old and new uvcvideo modules
  https://pastebin.com/tSj8Exm6
  Basically
  OLD module: vermagic: 5.15.0-56-generic SMP mod_unload modversions 
  NEW module: vermagic: 5.15.64 SMP mod_unload modversions


  -kindly ASK

  HOW can FORCE the uvcdriver.c to match mi kernel version ?
  Have I got OTHER ways to make the kernel module I’m compiling, match my 
running system ?

  I would like to test the module so to confirm the patch and let it
  enter the kernel main stream...

  
  BR
  Giuliano

  PS
  btw…. to allow Eclipse to compile the kernel, I had to pass this commands
  scripts/config --disable CONFIG_SYSTEM_REVOCATION_KEYS
  scripts/config --disable SYSTEM_REVOCATION_KEYS
  scripts/config --disable SYSTEM_TRUSTED_KEYS

  hope that this does not affect the module layout & checking
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  giuliano   2142 F pulseaudio
   /dev/snd/pcmC1D0p:   giuliano   2142 F...m pulseaudio
   /dev/snd/controlC0:  giuliano   2142 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-11-03 (66 days ago)
  InstallationMedia: Ubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64 
(20220809.1)
  MachineType: Acer Nitro AN517-55
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.15.0-57-generic 
root=UUID=f07e25f9-07e7-4a29-a15e-f481aa0ee0f2 ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-57.63-generic 5.15.74
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-57-generic N/A
   linux-backports-modules-5.15.0-57-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.9
  Tags:  jammy
  Uname: Linux 5.15.0-57-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo wireshark
  _MarkForUpload: True
  dmi.bios.date: 04/20/2022
  dmi.bios.release: 1.6
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.06
  dmi.board.asset.tag: Type2 - 

[Kernel-packages] [Bug 2000947] Re: UVC Quanta 0408:4035 camera PROBLEM

2023-09-29 Thread Devika B S
Hi

@giuliano

I followed the steps from #37, and they worked initially. However, after
a recent update, my kernel changed to 6.2.0-33, and now it no longer
functions properly. When I attempted to retrace the steps from #37, I
encountered error #99, even though I had deleted all the files created
during each execution of the commands.

I have an Acer Aspire A515-57G laptop with the camera identified as
'0408:4033 Quanta Computer, Inc. ACER HD User Facing,' running Ubuntu
22.04.3 LTS.

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

Title:
  UVC  Quanta 0408:4035  camera PROBLEM

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I bought a Acer Nitro 5 AN517-55 with Quanta ACER HD User Facing',
  USB 0408:4035.

  The camera is reported to have problems by many users:  
  https://linux-hardware.org/?id=usb:0408-4035
  The uvc camera Quanta 0408:4035 does not work with ubuntu 22,04. the camera 
is “recongized” but fails installation.

  My console commands report similar info to other users: 
  
https://unix.stackexchange.com/questions/723504/integrated-camera-not-detected-working-on-acer-nitro-5-an515-58

  
  PROPOSED SOLUTION 
  I got in contact with laurent.pinch...@ideasonboard.com   and with 
riba...@chromium.org , and subscribed to https://www.linuxtv.org/lists. And  
me...@vger.kernel.org mailinglist.

  Laurent proposed me a fix and I modified the 5,15 uvc_driver.c
  version, and loaded it on github

  https://github.com/Giuliano69/uvc_driver-for-Quanta-HD-User-
  Facing-0x0408-0x4035-/blob/main/uvc_driver.c

  I offered to test the fix, so I tried to compile the module with the
  new source.

  COMPILING PROBLEMS
  I’m running **Ubuntu 22.04.1 LTS, with kernel 
  giuliano@Astra2A:/usr/src$ cat /proc/version_signature
  Ubuntu 5.15.0-56.62-generic 5.15.64

  BUT  the linux-source that I found installed seems to be different
  tgiuliano@Astra2A:/usr/src$ ls -al linux-so*
  lrwxrwxrwx 1 root root 47 nov 22 16:08 linux-source-5.15.0.tar.bz2 -> 
linux-source-5.15.0/linux-source-5.15.0.tar.bz2

  I expanded  the tar file, configured the IDE and compiled without error  any 
errors… 
  I manually copied the uvcvideo.ko in 
  /lib/modules/5.15.0-56-
  sudo cp…...

  then tryed to intall the new uvcvideo.ko module
  sudo rmmod uvcvideo && sudo modprobe uvcvideo

  BUT… IT FAILS
  giuliano@Astra2A:~$ sudo rmmod uvcvideo && sudo modprobe uvcvideo
  modprobe: ERROR: could not insert 'uvcvideo': Exec format error

  and dmesg shows
  [25961.151982] usbcore: registered new interface driver uvcvideo
  [26323.125534] usbcore: deregistering interface driver uvcvideo
  [26323.189294] uvcvideo: disagrees about version of symbol module_layout


  These are the TWO modinfo from the old and new uvcvideo modules
  https://pastebin.com/tSj8Exm6
  Basically
  OLD module: vermagic: 5.15.0-56-generic SMP mod_unload modversions 
  NEW module: vermagic: 5.15.64 SMP mod_unload modversions


  -kindly ASK

  HOW can FORCE the uvcdriver.c to match mi kernel version ?
  Have I got OTHER ways to make the kernel module I’m compiling, match my 
running system ?

  I would like to test the module so to confirm the patch and let it
  enter the kernel main stream...

  
  BR
  Giuliano

  PS
  btw…. to allow Eclipse to compile the kernel, I had to pass this commands
  scripts/config --disable CONFIG_SYSTEM_REVOCATION_KEYS
  scripts/config --disable SYSTEM_REVOCATION_KEYS
  scripts/config --disable SYSTEM_TRUSTED_KEYS

  hope that this does not affect the module layout & checking
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  giuliano   2142 F pulseaudio
   /dev/snd/pcmC1D0p:   giuliano   2142 F...m pulseaudio
   /dev/snd/controlC0:  giuliano   2142 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-11-03 (66 days ago)
  InstallationMedia: Ubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64 
(20220809.1)
  MachineType: Acer Nitro AN517-55
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.15.0-57-generic 
root=UUID=f07e25f9-07e7-4a29-a15e-f481aa0ee0f2 ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-57.63-generic 5.15.74
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-57-generic N/A
   linux-backports-modules-5.15.0-57-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.9
  Tags:  jammy
  Uname: Linux 5.15.0-57-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh 

[Kernel-packages] [Bug 2030924] Re: [SRU][Ubuntu 22.04.1] Unable to interpret the frequency values in cpuinfo_min_freq and cpuino_max_freq sysfs files.

2023-09-29 Thread Shubhakar Gowda P S
Hi,

Verified with lunar linux/6.2.0-34.34 kernel and got expected results.

** Tags removed: verification-needed-lunar-linux
** Tags added: verification-done-lunar-linux

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

Title:
  [SRU][Ubuntu 22.04.1] Unable to interpret the frequency values in
  cpuinfo_min_freq and cpuino_max_freq sysfs files.

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

Bug description:
  [Impact]

  On DELL EMC PowerEdge system when Ubuntu 22.04.1 OS is Installed,
  Unable to Interpret the values in cpuinfo_max_freq and
  cpuinfo_min_freq sysfs files as per the Intel specs document.

  Steps to Reproduce:

  1. Install one CPU that supports DBS "Demand-Based Power Management".
  2. Install Ubuntu 22.04.1 OS.
  2. Enable "Logical Processor" under CPU Information menu from F2 setup.
  3. Save changes and reboot to Ubuntu 22.04.1 OS.
  4. Right click on "Computer" and select "File system" and check for the 
following CPU directories.

     /sys/devices/system/cpu/cpu0/cpufreq/cpu0
     /sys/devices/system/cpu/cpu0/cpufreq/cpu1

  5. View the Max Frequency and Min Frequency under CPU0 and CPU1 directory.
  6. The Max and Min Frequency did not match as per the Intel specs datasheet.

  Actual results:

   /sys/devices/system/cpu/cpu0/cpufreq/cpu0/cpuinfo_max_freq -> 680
   /sys/devices/system/cpu/cpu0/cpufreq/cpu0/cpuinfo_min_freq -> 80
   /sys/devices/system/cpu/cpu0/cpufreq/cpu0/base_frequency -> 390

   Expected results: As per Intel datasheet specification.

   /sys/devices/system/cpu/cpu0/cpufreq/cpu0/cpuinfo_max_freq -> 5300 MHz
   /sys/devices/system/cpu/cpu0/cpufreq/cpu0/cpuinfo_min_freq -> 800 MHz
   /sys/devices/system/cpu/cpu0/cpufreq/cpu0/base_frequency -> 3000 MHz

  [Fix]
  cpufreq: intel_pstate: Fix scaling for hybrid-capable systems with disabled 
E-cores
  
https://github.com/torvalds/linux/commit/0fcfc9e51990246a9813475716746ff5eb98c6aa
 [github.com]

  [Test Plan]

  Same as steps to reproduce

  [ Where problems could occur ]

  This issue is seen on Intel based system under development which supports DBS 
"Demand-Based Power Management", then install Ubuntu-22.04 and boot into OS then
  check for the frequency values under /sys/devices/system/cpu/cpu0/cpufreq/cpu0
  Regression risk = Low to medium

  [ Other Info ]

  Jammy
  
https://code.launchpad.net/~mreed8855/ubuntu/+source/linux/+git/jammy/+ref/cpuinfo_freq

  lunar
  
https://code.launchpad.net/~mreed8855/ubuntu/+source/linux/+git/lunar/+ref/cpuinfo_freq_lunar_2

  Mantic
  
https://code.launchpad.net/~mreed8855/ubuntu/+source/linux/+git/mantic/+ref/cpuinfo_freq_mantic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2030924/+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 2036623] Re: package linux-oem-6.0-tools-host (not installed) failed to install/upgrade: próba nadpisania "/lib/systemd/system/kvm_stat.service", który istnieje także w pakiecie

2023-09-27 Thread Leonidas S. Barbosa
** Information type changed from Private Security to Public

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

Title:
  package linux-oem-6.0-tools-host (not installed) failed to
  install/upgrade: próba nadpisania
  "/lib/systemd/system/kvm_stat.service", który istnieje także w
  pakiecie linux-oem-5.17-tools-host 5.17.0-1035.36

Status in linux-oem-6.0 package in Ubuntu:
  New

Bug description:
  Install problem

  ProblemType: Package
  DistroRelease: Ubuntu 22.04
  Package: linux-oem-6.0-tools-host (not installed)
  ProcVersionSignature: Ubuntu 6.5.0-1003.3-oem 6.5.0
  Uname: Linux 6.5.0-1003-oem x86_64
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: pass
  Date: Tue Sep 19 17:15:26 2023
  ErrorMessage: próba nadpisania "/lib/systemd/system/kvm_stat.service", który 
istnieje także w pakiecie linux-oem-5.17-tools-host 5.17.0-1035.36
  InstallationDate: Installed on 2023-08-27 (23 days ago)
  InstallationMedia: Ubuntu 22.04.2 LTS "Jammy Jellyfish" - Release amd64 
(20230223)
  Python3Details: /usr/bin/python3.10, Python 3.10.12, python3-minimal, 
3.10.6-1~22.04
  PythonDetails: N/A
  RelatedPackageVersions:
   dpkg 1.21.1ubuntu2.2
   apt  2.4.10
  SourcePackage: linux-oem-6.0
  Title: package linux-oem-6.0-tools-host (not installed) failed to 
install/upgrade: próba nadpisania "/lib/systemd/system/kvm_stat.service", który 
istnieje także w pakiecie linux-oem-5.17-tools-host 5.17.0-1035.36
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-oem-6.0/+bug/2036623/+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 2036625] Re: package linux-oem-6.1-tools-host (not installed) failed to install/upgrade: próba nadpisania "/lib/systemd/system/kvm_stat.service", który istnieje także w pakiecie

2023-09-27 Thread Leonidas S. Barbosa
** Information type changed from Private Security to Public

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

Title:
  package linux-oem-6.1-tools-host (not installed) failed to
  install/upgrade: próba nadpisania
  "/lib/systemd/system/kvm_stat.service", który istnieje także w
  pakiecie linux-oem-5.17-tools-host 5.17.0-1035.36

Status in linux-oem-6.1 package in Ubuntu:
  New

Bug description:
  Install problem

  ProblemType: Package
  DistroRelease: Ubuntu 22.04
  Package: linux-oem-6.1-tools-host (not installed)
  ProcVersionSignature: Ubuntu 6.5.0-1003.3-oem 6.5.0
  Uname: Linux 6.5.0-1003-oem x86_64
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: pass
  Date: Tue Sep 19 17:16:27 2023
  ErrorMessage: próba nadpisania "/lib/systemd/system/kvm_stat.service", który 
istnieje także w pakiecie linux-oem-5.17-tools-host 5.17.0-1035.36
  InstallationDate: Installed on 2023-08-27 (23 days ago)
  InstallationMedia: Ubuntu 22.04.2 LTS "Jammy Jellyfish" - Release amd64 
(20230223)
  Python3Details: /usr/bin/python3.10, Python 3.10.12, python3-minimal, 
3.10.6-1~22.04
  PythonDetails: N/A
  RelatedPackageVersions:
   dpkg 1.21.1ubuntu2.2
   apt  2.4.10
  SourcePackage: linux-oem-6.1
  Title: package linux-oem-6.1-tools-host (not installed) failed to 
install/upgrade: próba nadpisania "/lib/systemd/system/kvm_stat.service", który 
istnieje także w pakiecie linux-oem-5.17-tools-host 5.17.0-1035.36
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-oem-6.1/+bug/2036625/+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 2030924] Re: [SRU][Ubuntu 22.04.1] Unable to interpret the frequency values in cpuinfo_min_freq and cpuino_max_freq sysfs files.

2023-09-18 Thread Shubhakar Gowda P S
Hi,

Verification done with Jammy Linux and got expected results.

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

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

Title:
  [SRU][Ubuntu 22.04.1] Unable to interpret the frequency values in
  cpuinfo_min_freq and cpuino_max_freq sysfs files.

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

Bug description:
  [Impact]

  On DELL EMC PowerEdge system when Ubuntu 22.04.1 OS is Installed,
  Unable to Interpret the values in cpuinfo_max_freq and
  cpuinfo_min_freq sysfs files as per the Intel specs document.

  Steps to Reproduce:

  1. Install one CPU that supports DBS "Demand-Based Power Management".
  2. Install Ubuntu 22.04.1 OS.
  2. Enable "Logical Processor" under CPU Information menu from F2 setup.
  3. Save changes and reboot to Ubuntu 22.04.1 OS.
  4. Right click on "Computer" and select "File system" and check for the 
following CPU directories.

     /sys/devices/system/cpu/cpu0/cpufreq/cpu0
     /sys/devices/system/cpu/cpu0/cpufreq/cpu1

  5. View the Max Frequency and Min Frequency under CPU0 and CPU1 directory.
  6. The Max and Min Frequency did not match as per the Intel specs datasheet.

  Actual results:

   /sys/devices/system/cpu/cpu0/cpufreq/cpu0/cpuinfo_max_freq -> 680
   /sys/devices/system/cpu/cpu0/cpufreq/cpu0/cpuinfo_min_freq -> 80
   /sys/devices/system/cpu/cpu0/cpufreq/cpu0/base_frequency -> 390

   Expected results: As per Intel datasheet specification.

   /sys/devices/system/cpu/cpu0/cpufreq/cpu0/cpuinfo_max_freq -> 5300 MHz
   /sys/devices/system/cpu/cpu0/cpufreq/cpu0/cpuinfo_min_freq -> 800 MHz
   /sys/devices/system/cpu/cpu0/cpufreq/cpu0/base_frequency -> 3000 MHz

  [Fix]
  cpufreq: intel_pstate: Fix scaling for hybrid-capable systems with disabled 
E-cores
  
https://github.com/torvalds/linux/commit/0fcfc9e51990246a9813475716746ff5eb98c6aa
 [github.com]

  [Test Plan]

  Same as steps to reproduce

  [ Where problems could occur ]

  This issue is seen on Intel based system under development which supports DBS 
"Demand-Based Power Management", then install Ubuntu-22.04 and boot into OS then
  check for the frequency values under /sys/devices/system/cpu/cpu0/cpufreq/cpu0
  Regression risk = Low to medium

  [ Other Info ]

  Jammy
  
https://code.launchpad.net/~mreed8855/ubuntu/+source/linux/+git/jammy/+ref/cpuinfo_freq

  lunar
  
https://code.launchpad.net/~mreed8855/ubuntu/+source/linux/+git/lunar/+ref/cpuinfo_freq_lunar_2

  Mantic
  
https://code.launchpad.net/~mreed8855/ubuntu/+source/linux/+git/mantic/+ref/cpuinfo_freq_mantic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2030924/+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 2035135] Re: Oracle Cloud systems not getting Jammy kernel updates

2023-09-16 Thread Anaggh S
Noticed this as well on Ubuntu 22.04 oracle arm64 (stuck at 5.15.0-1040)
. No oracle kernel update since 2 months+?

I decided to install latest generic hwe kernel instead and got rid of
all oracle kernels.

```
sudo apt install linux-image-generic-hwe-22.04
reboot
```

```
dpkg -l | grep -i oracle
sudo apt purge linux-headers*oracle linux-image*oracle linux-modules*oracle 
linux-oracle linux-oracle*
```

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

Title:
  Oracle Cloud systems not getting Jammy kernel updates

Status in linux-meta-oracle package in Ubuntu:
  Confirmed

Bug description:
  (Please forgive my ignorance of the kernel release process, maybe I've
  gotten this all wrong.)

  There have been several kernel releases for Jammy lately but the two
  systems I have on Oracle Cloud (one amd64 and one arm64) have not been
  receiving updates since kernel 5.15.0-1040. It looks like the linux-
  oracle package is no longer getting updated? Were we supposed to
  change to a new package called linux-oracle-lts-22.04?

  lsb_release -rd
  Description:Ubuntu 22.04.3 LTS
  Release:22.04

  apt-cache policy linux-oracle
  linux-oracle:
Installed: 5.15.0.1040.35
Candidate: 5.15.0.1040.35
Version table:
   *** 5.15.0.1040.35 500
  500 http://iad-ad-3.clouds.archive.ubuntu.com/ubuntu 
jammy-updates/main amd64 Packages
  500 http://security.ubuntu.com/ubuntu jammy-security/main amd64 
Packages
  100 /var/lib/dpkg/status
   5.15.0.1002.2 500
  500 http://iad-ad-3.clouds.archive.ubuntu.com/ubuntu jammy/main amd64 
Packages

  apt-cache policy linux-oracle-lts-22.04
  linux-oracle-lts-22.04:
Installed: (none)
Candidate: 5.15.0.1042.37
Version table:
   5.15.0.1042.37 500
  500 http://iad-ad-3.clouds.archive.ubuntu.com/ubuntu 
jammy-updates/main amd64 Packages
  500 http://security.ubuntu.com/ubuntu jammy-security/main amd64 
Packages

  Thanks!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-meta-oracle/+bug/2035135/+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 2006797] Re: MT7922 firmware not working

2023-07-14 Thread Artem S. Tashkinov
Please try this patch:

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/drivers/net/wireless/mediatek/mt76/mt7921?id=525c469e5de9bf7e53574396196e80fc716ac9eb

or wait until Linux 6.5 gets 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/2006797

Title:
  MT7922 firmware not working

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hey I have a "ASUS ROG Strix B650-A Gaming WIFI"
  (https://rog.asus.com/motherboards/rog-strix/rog-strix-b650-a-gaming-
  wifi-model/) Motherboard and the WiFi/Bluetooth is not working.

  On windows, the module is working fine.
  Using "Kubuntu 22.10" with Kernel "5.19.0-35-generic"

  lshw -class network:
*-network
 description: Network controller
 product: MT7922 802.11ax PCI Express Wireless Network Adapter
 vendor: MEDIATEK Corp.
 physical id: 0
 bus info: pci@:0b:00.0
 version: 00
 width: 64 bits
 clock: 33MHz
 capabilities: pciexpress msi pm bus_master cap_list
 configuration: driver=mt7921e latency=0
 resources: iomemory:fc0-fbf irq:119 memory:fc3030-fc303f 
memory:fc50-fc507fff

  
  #dmesg | grep mt7921e

  [   17.001057] mt7921e :0b:00.0: enabling device ( -> 0002)
  [   17.001199] mt7921e :0b:00.0: ASIC revision: 79220010
  [   20.247369] mt7921e :0b:00.0: Message 0004008a (seq 1) timeout
  [   23.575534] mt7921e :0b:00.0: Message 0004008a (seq 2) timeout
  [   26.907372] mt7921e :0b:00.0: Message 0004008a (seq 3) timeout
  [   30.231376] mt7921e :0b:00.0: Message 0004008a (seq 4) timeout
  [   33.559704] mt7921e :0b:00.0: Message 0004008a (seq 5) timeout
  [   36.887365] mt7921e :0b:00.0: Message 0004008a (seq 6) timeout
  [   40.215367] mt7921e :0b:00.0: Message 0004008a (seq 7) timeout
  [   43.543670] mt7921e :0b:00.0: Message 0004008a (seq 8) timeout
  [   46.871378] mt7921e :0b:00.0: Message 0004008a (seq 9) timeout
  [   50.199714] mt7921e :0b:00.0: Message 0004008a (seq 10) timeout
  [   50.280219] mt7921e :0b:00.0: hardware init failed

  ProblemType: Bug
  DistroRelease: Ubuntu 22.10
  Package: linux-image-5.19.0-35-generic 5.19.0-35.36
  ProcVersionSignature: Ubuntu 5.19.0-35.36-generic 5.19.17
  Uname: Linux 5.19.0-35-generic x86_64
  ApportVersion: 2.23.1-0ubuntu3
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  Date: Fri Feb 10 03:33:02 2023
  InstallationDate: Installed on 2023-02-09 (0 days ago)
  InstallationMedia: Kubuntu 22.10 "Kinetic Kudu" - Release amd64 (20221020)
  IwConfig:
   lono wireless extensions.
   
   eno1  no wireless extensions.
  MachineType: ASUS System Product Name
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.19.0-35-generic 
root=/dev/mapper/vgkubuntu-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.19.0-35-generic N/A
   linux-backports-modules-5.19.0-35-generic  N/A
   linux-firmware 20220923.gitf09bebf3-0ubuntu1.4
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/21/2022
  dmi.bios.release: 8.23
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0823
  dmi.board.asset.tag: Default string
  dmi.board.name: ROG STRIX B650-A GAMING WIFI
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0823:bd11/21/2022:br8.23:svnASUS:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnROGSTRIXB650-AGAMINGWIFI:rvrRev1.xx:cvnDefaultstring:ct3:cvrDefaultstring:skuSKU:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.sku: SKU
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2006797/+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 2026687] [NEW] [Ubuntu 22.04.1] Unable to interpret the frequency values in cpuinfo_min_freq and cpuino_max_freq sysfs files.

2023-07-10 Thread Shubhakar Gowda P S
Private bug reported:

Description of problem:

On DELL EMC PowerEdge system when Ubuntu 22.04.1 OS is Installed, Unable
to Interpret the values in cpuinfo_max_freq and cpuinfo_min_freq sysfs
files as per the Intel specs document.

Steps to Reproduce:

1. Install one CPU that supports DBS "Demand-Based Power Management".
2. Install Ubuntu 22.04.1 OS.
2. Enable "Logical Processor" under CPU Information menu from F2 setup.
3. Save changes and reboot to Ubuntu 22.04.1 OS.
4. Right click on "Computer" and select "File system" and check for the 
following CPU directories.

   /sys/devices/system/cpu/cpu0/cpufreq/cpu0
   /sys/devices/system/cpu/cpu0/cpufreq/cpu1

5. View the Max Frequency and Min Frequency under CPU0 and CPU1 directory.
6. The Max and Min Frequency did not match as per the Intel specs datasheet.

Actual results:

 /sys/devices/system/cpu/cpu0/cpufreq/cpu0/cpuinfo_max_freq -> 680
 /sys/devices/system/cpu/cpu0/cpufreq/cpu0/cpuinfo_min_freq -> 80
 /sys/devices/system/cpu/cpu0/cpufreq/cpu0/base_frequency ->   390

 Expected results: As per Intel datasheet specification.

 /sys/devices/system/cpu/cpu0/cpufreq/cpu0/cpuinfo_max_freq -> 5300 MHz
 /sys/devices/system/cpu/cpu0/cpufreq/cpu0/cpuinfo_min_freq -> 800 MHz
 /sys/devices/system/cpu/cpu0/cpufreq/cpu0/base_frequency ->   3000 MHz

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

** Information type changed from Public to Private

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

Title:
  [Ubuntu 22.04.1] Unable to interpret the frequency values in
  cpuinfo_min_freq and cpuino_max_freq sysfs files.

Status in linux package in Ubuntu:
  New

Bug description:
  Description of problem:

  On DELL EMC PowerEdge system when Ubuntu 22.04.1 OS is Installed,
  Unable to Interpret the values in cpuinfo_max_freq and
  cpuinfo_min_freq sysfs files as per the Intel specs document.

  Steps to Reproduce:

  1. Install one CPU that supports DBS "Demand-Based Power Management".
  2. Install Ubuntu 22.04.1 OS.
  2. Enable "Logical Processor" under CPU Information menu from F2 setup.
  3. Save changes and reboot to Ubuntu 22.04.1 OS.
  4. Right click on "Computer" and select "File system" and check for the 
following CPU directories.

 /sys/devices/system/cpu/cpu0/cpufreq/cpu0
 /sys/devices/system/cpu/cpu0/cpufreq/cpu1

  5. View the Max Frequency and Min Frequency under CPU0 and CPU1 directory.
  6. The Max and Min Frequency did not match as per the Intel specs datasheet.

  Actual results:

   /sys/devices/system/cpu/cpu0/cpufreq/cpu0/cpuinfo_max_freq -> 680
   /sys/devices/system/cpu/cpu0/cpufreq/cpu0/cpuinfo_min_freq -> 80
   /sys/devices/system/cpu/cpu0/cpufreq/cpu0/base_frequency ->   390

   Expected results: As per Intel datasheet specification.

   /sys/devices/system/cpu/cpu0/cpufreq/cpu0/cpuinfo_max_freq -> 5300 MHz
   /sys/devices/system/cpu/cpu0/cpufreq/cpu0/cpuinfo_min_freq -> 800 MHz
   /sys/devices/system/cpu/cpu0/cpufreq/cpu0/base_frequency ->   3000 MHz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2026687/+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 2023185] [NEW] iostat -x doesn't give any Device utilization values for Kioxia CM7 drive while running IO

2023-06-07 Thread Kumar Harshith Gowda K S
Private bug reported:

Steps to Repro : 
1. Configure a Poweredge system with Kioxia CM7 U.2 drive connected
2. Boot to Ubuntu 22.04.2 and verify the drives are discovered successfully.
3. Run IO to the CM7 U.2 drives.
4. Verify the device utilization using "iostat -x 1 -m /dev/nvme0n1" command

Expected Result:
IOSTAT should give non-zero values for Device utilization on CM7 U.2 drives.

Actual Result:
IOSTAT does not give any values for Device utilization on CM7 U.2 drives

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

** Attachment added: "sosreport"
   
https://bugs.launchpad.net/bugs/2023185/+attachment/5678452/+files/sosreport-linux-ubuntuIOstat-2023-06-07-xflntiy.tar.xz

** Information type changed from Public to Private

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

Title:
  iostat -x doesn't give any Device utilization values for Kioxia CM7
  drive while running IO

Status in linux package in Ubuntu:
  New

Bug description:
  Steps to Repro : 
  1. Configure a Poweredge system with Kioxia CM7 U.2 drive connected
  2. Boot to Ubuntu 22.04.2 and verify the drives are discovered successfully.
  3. Run IO to the CM7 U.2 drives.
  4. Verify the device utilization using "iostat -x 1 -m /dev/nvme0n1" command

  Expected Result:
  IOSTAT should give non-zero values for Device utilization on CM7 U.2 drives.

  Actual Result:
  IOSTAT does not give any values for Device utilization on CM7 U.2 drives

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2023185/+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 2009271] Re: Too many BDL entries regression

2023-05-07 Thread Alex S
Hi all,

Just wanted to mention that kernel 5.19.0-41 is still affected.

In my case the problem does happen much less often on 5.19.0-41 than
when it was introduced in 5.19.0-35 or so, but to be honest it is still
frustrating. For the time being I'm reverting back to 5.19.0-32.

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

Title:
  Too many BDL entries regression

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

Bug description:
  Hello,

  Thanks for your hard work :)
  I got this error after kernel update to 5.19.0-35 as explained here :
  
https://askubuntu.com/questions/1457367/snd-hda-intel-001f-3-too-many-bdl-entries-messages-in-system-log
  and here :
  
https://lore.kernel.org/stable/cab1lbmv1ky+kuubwvxroe+mbqbjtjofvzb8smmbcuy2mdvg...@mail.gmail.com/T/#u

  A load of syslog "Too many BDL entries" appears.

  Have a nice week-end, best regards,
  Laurent Lyaudet

  ProblemType: Bug
  DistroRelease: Ubuntu 22.10
  Package: linux-image-5.19.0-35-generic 5.19.0-35.36
  ProcVersionSignature: Ubuntu 5.19.0-35.36-generic 5.19.17
  Uname: Linux 5.19.0-35-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.23.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  laurent5004 F wireplumber
   /dev/snd/controlC1:  laurent5004 F wireplumber
   /dev/snd/seq:laurent5000 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Mar  4 16:47:55 2023
  InstallationDate: Installed on 2020-07-01 (976 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  MachineType: Micro-Star International Co., Ltd. GL73 8SD
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.19.0-35-generic 
root=UUID=894d943a-5e5a-4980-96c2-64d37638009d 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.19.0-35-generic N/A
   linux-backports-modules-5.19.0-35-generic  N/A
   linux-firmware 20220923.gitf09bebf3-0ubuntu1.4
  SourcePackage: linux
  UpgradeStatus: Upgraded to kinetic on 2022-10-21 (134 days ago)
  dmi.bios.date: 03/29/2019
  dmi.bios.release: 1.14
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: E17C7IMS.10E
  dmi.board.asset.tag: Default string
  dmi.board.name: MS-17C7
  dmi.board.vendor: Micro-Star International Co., Ltd.
  dmi.board.version: REV:1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Micro-Star International Co., Ltd.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrE17C7IMS.10E:bd03/29/2019:br1.14:svnMicro-StarInternationalCo.,Ltd.:pnGL738SD:pvrREV1.0:rvnMicro-StarInternationalCo.,Ltd.:rnMS-17C7:rvrREV1.0:cvnMicro-StarInternationalCo.,Ltd.:ct10:cvrN/A:sku17C7.1:
  dmi.product.family: GL
  dmi.product.name: GL73 8SD
  dmi.product.sku: 17C7.1
  dmi.product.version: REV:1.0
  dmi.sys.vendor: Micro-Star International Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2009271/+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-04-22 Thread S. Christian Collins
For those using the lowlatency kernel, the last kernel that works with
HDMI audio is "5.19.0-1017-lowlatency".

-- 
You 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:
  Invalid
Status in linux source package in Kinetic:
  Fix Committed

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 2008583] Re: VMware nested under KVM stopped working on 5.19 kernel on Ryzen: Invalid VMCB.

2023-04-11 Thread Juan S. Perales
Hi Everyone!

Found the same bug on my system:

Host: Ubuntu 22.04.02, kernel 5.15, Ryzen 5950x
Hypervisor: KVM
VM: ESXi 7.0u3

ESXi works fine and I'm able to start VMs on it (nested virtualization)

After updating the kernel to 5.19 or 6.0-oem I get this error anytime I try to 
start a VM on the ESXi:
vcpu-0:Invalid VMCB

I also found the same error/problems on other forums after the kernel
update (it seems to affect only AMD platforms).

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

Title:
   VMware nested under KVM stopped working on 5.19 kernel on Ryzen:
  Invalid VMCB.

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  My setup:

  Host: Ubuntu Linux 22.04.1, kernel 5.15, Ryzen 5900x
  Hypervisor: KVM
  Windows VM with VMware Workstation 16

  Running nested VMs in VMware works ok.

  It fails if Linux host kernel is updated to 5.19 (22.04.2) with

  MONITOR PANIC: Invalid VMCB.
  VMware Workstation unrecoverable error: (vcpu-0)
  vcpu-0:Invalid VMCB.

  If I update to Workstation 17 it fails with

  2023-02-24T15:21:35.112Z In(05) vmx The following features are required for 
SVM support in VMware Workstation; however, these features are not available on 
this host:
  2023-02-24T15:21:35.112Z In(05) vmxFlush by ASID.
  This host supports AMD-V, but the AMD-V implementation is incompatible with 
VMware Workstation.
  VMware Workstation does not support the user level monitor on this host.
  Module 'MonitorMode' power on failed.

   
  The same VM works ok on 5.19 kernel on my Intel PC.

  So it has to do with updated Linux kernel and AMD virtualization and
  VMware.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2008583/+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 2007487] Re: package linux-headers-5.19.0-32-generic 5.19.0-32.33~22.04.1 failed to install/upgrade: installed linux-headers-5.19.0-32-generic package post-installation script s

2023-03-08 Thread Leonidas S. Barbosa
** Information type changed from Private Security to Public

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

Title:
  package linux-headers-5.19.0-32-generic 5.19.0-32.33~22.04.1 failed to
  install/upgrade: installed linux-headers-5.19.0-32-generic package
  post-installation script subprocess returned error exit status 1

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

Bug description:
  not sure what this is about but it's been happening for weeks now.

  ProblemType: Package
  DistroRelease: Ubuntu 22.04
  Package: linux-headers-5.19.0-32-generic 5.19.0-32.33~22.04.1
  ProcVersionSignature: Ubuntu 5.15.0-58.64-generic 5.15.74
  Uname: Linux 5.15.0-58-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu82.3
  Architecture: amd64
  CasperMD5CheckResult: pass
  Date: Thu Feb 16 01:03:16 2023
  ErrorMessage: installed linux-headers-5.19.0-32-generic package 
post-installation script subprocess returned error exit status 1
  InstallationDate: Installed on 2022-10-07 (131 days ago)
  InstallationMedia: Ubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64 
(20220809.1)
  Python3Details: /usr/bin/python3.10, Python 3.10.6, python3-minimal, 
3.10.6-1~22.04
  PythonDetails: N/A
  RelatedPackageVersions:
   dpkg 1.21.1ubuntu2.1
   apt  2.4.8
  SourcePackage: linux-hwe-5.19
  Title: package linux-headers-5.19.0-32-generic 5.19.0-32.33~22.04.1 failed to 
install/upgrade: installed linux-headers-5.19.0-32-generic package 
post-installation script subprocess returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-hwe-5.19/+bug/2007487/+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 1912880] Re: Touchpad (MSFT) not detected on Lenovo Ideapad Flex 5 AMD

2022-08-28 Thread S. Jared Henley
This is sitting here dormant for awhile, I have a Lenovo 14ARE05 and my
trackpad isn't working. I don't know if anyone has any solution for
this? I tried the suspend / reboot method and it's not working for me.

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

Title:
  Touchpad (MSFT) not detected on Lenovo Ideapad Flex 5 AMD

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

Bug description:
  The Laptop is an Ideapad Flex 5 14ARE05
  Model 81X2

  My touchpad is not recognized at all in xinput or libinput list-devices.
  There are however some lines mentioned in dmesg about MSFT, Mouse and PS/2 
which I think is the touchpad.

  [0.004374] ACPI: SSDT 0xC968F000 007216 (v02 LENOVO AmdTable 
0002 MSFT 0400)
  [1.009575] i2c_hid i2c-MSFT0001:00: supply vdd not found, using dummy 
regulator
  [1.009599] i2c_hid i2c-MSFT0001:00: supply vddl not found, using dummy 
regulator
  [1.010058] i2c_hid i2c-MSFT0001:00: hid_descr_cmd failed

  [0.910718] hid-generic 0018:056A:5214.0001: input,hidraw0: I2C HID
  v1.00 Mouse [WACF2200:00 056A:5214] on i2c-WACF2200:00

  [0.602905] i8042: PNP: PS/2 Controller [PNP0303:KBD0] at 0x60,0x64 irq 1
  [0.602905] i8042: PNP: PS/2 appears to have AUX port disabled, if this is 
incorrect please boot with i8042.nopnp
  [0.604083] mousedev: PS/2 mouse device common for all mice

  The touchpad is an MSFT0001:00:

  The spec sheet for the laptop mentiones:

  "Buttonless Mylar® surface multi-touch touchpad"

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.8.0-40-generic 5.8.0-40.45~20.04.1
  ProcVersionSignature: Ubuntu 5.8.0-40.45~20.04.1-generic 5.8.18
  Uname: Linux 5.8.0-40-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.14
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Jan 23 09:19:23 2021
  InstallationDate: Installed on 2021-01-06 (16 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  SourcePackage: linux-signed-hwe-5.8
  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-5.8/+bug/1912880/+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 1973676] Re: flickering and black screen from boot time, no more display after 22.04 upgrade

2022-08-20 Thread Nick S
This is the exact issue I've been having on my Dell XPS 15 9575 with
Intel HD Graphics 630 with an encrypted partition. I have had the issue
since upgrading to Ubuntu 22.04 from 21.10. This issue has been present
on every 5.15 kernel since I installed 22.10. My workaround up to this
point has been to boot into 5.13.0-41-generic.

Adding "i915.enable_dc=0 intel_idle.max_cstate=2" from [1] did not work
for me.

Adding "i915.enable_psr=0" from [2] did not work for me.

What finally worked was uncommenting "GRUB_GFXMODE=" and adding
"1920x1440" from [3].

[1] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1958191
[2] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1970426
[3] 
https://askubuntu.com/questions/1405737/screen-flickers-on-boot-up-on-dell-xps-15-with-ubuntu-22-04

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

Title:
  flickering and black screen from boot time, no more display after
  22.04 upgrade

Status in linux package in Ubuntu:
  Fix Released

Bug description:
  On an HP x360 Spectre (i7-8565U WhiskeyLake-U GT2 [UHD Graphics 620]),
  after upgrading to 22.04 from 21.10, the display goes to some
  flickering lines in black and grey or colors (remember the artifacts
  on Amstrad CPC or C64 when loading from a tape? Same here...).

  After the initial grub menu, the kernel loads and boots. There are a
  few lines of log when the screen is in text mode. As soon as the
  plymouth screen comes in, the screen starts flickering massively.
  Nothing appeared on the screen except horizontal lines. I have an
  encrypted partition, so I type in the password and then the screen
  goes to flickering lines in color when Wayland starts.

  I tried different kernels:
  - 5.17.8: failed
  - 5.15.x: all failed (from Ubuntu 22.04)
  - 5.13.19: works and back to normal

  I found the following errors in the logs:
  * i915 :00:02.0: [drm] *ERROR* Atomic update failure on pipe A 
(start=43426 end=43427) time 300 us, min 2146, max 2159, scanline start 2131, 
end 2171
  * i915 :00:02.0: [drm] Finished loading DMC firmware 
i915/kbl_dmc_ver1_04.bin (v1.4)
  * i915 :00:02.0: [drm] [ENCODER:102:DDI B/PHY B] is disabled/in DSI mode 
with an ungated DDI clock, gate it
  * i915 :00:02.0: [drm] [ENCODER:113:DDI C/PHY C] is disabled/in DSI mode 
with an ungated DDI clock, gate it
  * i915 :00:02.0: [drm] *ERROR* CPU pipe A FIFO underrun

  So the problem is > 5.13.x series

  I temporarily solved it by downgrading to 5.13.19 from ubuntu mainline
  on a newly updated ubuntu 22.04! But it seems the bug affects all the
  kernels.

  It might be related to
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1958191

  Info:
  Description:  Ubuntu 22.04 LTS
  Release:  22.04

  linux-image-5.15.0-30-generic:
Installed: 5.15.0-30.31
Candidate: 5.15.0-30.31
Version table:
   *** 5.15.0-30.31 500
  500 http://au.archive.ubuntu.com/ubuntu jammy-updates/main amd64 
Packages
  100 /var/lib/dpkg/status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1973676/+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 1982285] Re: package linux-image-5.15.0-41-generic 5.15.0-41.44 failed to install/upgrade: installed linux-image-5.15.0-41-generic package pre-removal script subprocess returned

2022-07-25 Thread Leonidas S. Barbosa
** Information type changed from Private Security to Public

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

Title:
  package linux-image-5.15.0-41-generic 5.15.0-41.44 failed to
  install/upgrade: installed linux-image-5.15.0-41-generic package pre-
  removal script subprocess returned error exit status 1

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  .15.0-41-generic
  tried to reinstall linux kernals and got this error

  ProblemType: Package
  DistroRelease: Ubuntu 22.04
  Package: linux-image-5.15.0-41-generic 5.15.0-41.44
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  Uname: Linux 5.15.0-41-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  seth   1145 F pulseaudio
   /dev/snd/controlC0:  seth   1145 F pulseaudio
   /dev/snd/controlC1:  seth   1145 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  Date: Tue Jul 19 22:02:25 2022
  ErrorMessage: installed linux-image-5.15.0-41-generic package pre-removal 
script subprocess returned error exit status 1
  InstallationDate: Installed on 2022-07-18 (2 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: ASUSTeK COMPUTER INC. ROG Zephyrus G14 GA401IV_GA401IV
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=84f082e4-3567-461b-a1db-0de43bb5668e 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.
  Python3Details: /usr/bin/python3.10, Python 3.10.4, python3-minimal, 
3.10.4-0ubuntu2
  PythonDetails: N/A
  RelatedPackageVersions: grub-pc 2.06-2ubuntu7
  SourcePackage: linux
  Title: package linux-image-5.15.0-41-generic 5.15.0-41.44 failed to 
install/upgrade: installed linux-image-5.15.0-41-generic package pre-removal 
script subprocess returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/30/2020
  dmi.bios.release: 5.16
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: GA401IV.219
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: GA401IV
  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.ec.firmware.release: 3.15
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrGA401IV.219:bd12/30/2020:br5.16:efr3.15:svnASUSTeKCOMPUTERINC.:pnROGZephyrusG14GA401IV_GA401IV:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnGA401IV:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:sku:
  dmi.product.family: ROG Zephyrus G14
  dmi.product.name: ROG Zephyrus G14 GA401IV_GA401IV
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1982285/+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 1982286] Re: package linux-image-5.15.0-41-generic 5.15.0-41.44 failed to install/upgrade: installed linux-image-5.15.0-41-generic package pre-removal script subprocess returned

2022-07-25 Thread Leonidas S. Barbosa
** Information type changed from Private Security to Public

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

Title:
  package linux-image-5.15.0-41-generic 5.15.0-41.44 failed to
  install/upgrade: installed linux-image-5.15.0-41-generic package pre-
  removal script subprocess returned error exit status 1

Status in linux package in Ubuntu:
  New

Bug description:
  .15.0-41-generic
  tried to reinstall linux kernals and got this error

  ProblemType: Package
  DistroRelease: Ubuntu 22.04
  Package: linux-image-5.15.0-41-generic 5.15.0-41.44
  ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39
  Uname: Linux 5.15.0-41-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  seth   1145 F pulseaudio
   /dev/snd/controlC0:  seth   1145 F pulseaudio
   /dev/snd/controlC1:  seth   1145 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  Date: Tue Jul 19 22:02:25 2022
  ErrorMessage: installed linux-image-5.15.0-41-generic package pre-removal 
script subprocess returned error exit status 1
  InstallationDate: Installed on 2022-07-18 (2 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: ASUSTeK COMPUTER INC. ROG Zephyrus G14 GA401IV_GA401IV
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-41-generic 
root=UUID=84f082e4-3567-461b-a1db-0de43bb5668e 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.
  Python3Details: /usr/bin/python3.10, Python 3.10.4, python3-minimal, 
3.10.4-0ubuntu2
  PythonDetails: N/A
  RelatedPackageVersions: grub-pc 2.06-2ubuntu7
  SourcePackage: linux
  Title: package linux-image-5.15.0-41-generic 5.15.0-41.44 failed to 
install/upgrade: installed linux-image-5.15.0-41-generic package pre-removal 
script subprocess returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/30/2020
  dmi.bios.release: 5.16
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: GA401IV.219
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: GA401IV
  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.ec.firmware.release: 3.15
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrGA401IV.219:bd12/30/2020:br5.16:efr3.15:svnASUSTeKCOMPUTERINC.:pnROGZephyrusG14GA401IV_GA401IV:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnGA401IV:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:sku:
  dmi.product.family: ROG Zephyrus G14
  dmi.product.name: ROG Zephyrus G14 GA401IV_GA401IV
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1982286/+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 1971656] Re: rtw89_pci failure on Lenovo P14s with Ubuntu 22.04

2022-07-25 Thread Joshua S.
Hi, I experience the same problem with my Lenovo ThinkPad T14 Gen 2a
(AMD Ryzen 7 PRO 5850U). Also, about 1 hour after waking up from suspend
mode.

$ uname -a   
Linux ThinkPad-T14-Gen-2a 5.15.0-41-generic #44-Ubuntu SMP Wed Jun 22 14:20:53 
UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

The following is a condensed excerpt from the /var/log/syslog:

rtw89_pci :03:00.0: FW status = 0x77001100
rtw89_pci :03:00.0: FW BADADDR = 0x0
rtw89_pci :03:00.0: FW EPC/RA = 0x0
rtw89_pci :03:00.0: FW MISC = 0x0
rtw89_pci :03:00.0: R_AX_HALT_C2H = 0x1000
rtw89_pci :03:00.0: R_AX_SER_DBG_INFO = 0x100
rtw89_pci :03:00.0: [ERR]fw PC = 0xb898fea5
rtw89_pci :03:00.0: [ERR]fw PC = 0xb898ffad
rtw89_pci :03:00.0: [ERR]fw PC = 0xb898fe8b
rtw89_pci :03:00.0: [ERR]fw PC = 0xb898fe93
rtw89_pci :03:00.0: [ERR]fw PC = 0xb898ff9b
rtw89_pci :03:00.0: [ERR]fw PC = 0xb898ffad
rtw89_pci :03:00.0: [ERR]fw PC = 0xb898ff97
rtw89_pci :03:00.0: [ERR]fw PC = 0xb898ff9b
rtw89_pci :03:00.0: [ERR]fw PC = 0xb898fe87
rtw89_pci :03:00.0: [ERR]fw PC = 0xb898fe8f
rtw89_pci :03:00.0: [ERR]fw PC = 0xb898fe95
rtw89_pci :03:00.0: [ERR]fw PC = 0xb898feb3
rtw89_pci :03:00.0: [ERR]fw PC = 0xb898fea3
rtw89_pci :03:00.0: [ERR]fw PC = 0xb898febf
rtw89_pci :03:00.0: [ERR]fw PC = 0xb898ff95
rtw89_pci :03:00.0: --->
err=0x1000
rtw89_pci :03:00.0: R_AX_SER_DBG_INFO =0x0100
rtw89_pci :03:00.0: R_AX_CMAC_ERR_ISR =0x
rtw89_pci :03:00.0: R_AX_DMAC_ERR_ISR =0x0100
rtw89_pci :03:00.0: R_AX_WDE_ERR_FLAG_CFG =0x
rtw89_pci :03:00.0: R_AX_PLE_ERR_FLAG_CFG =0x
rtw89_pci :03:00.0: R_AX_HOST_DISPATCHER_ALWAYS_IMR=0x0c40
rtw89_pci :03:00.0: R_AX_HOST_DISPATCHER_ALWAYS_ISR=0x0040
rtw89_pci :03:00.0: R_AX_CPU_DISPATCHER_ALWAYS_IMR=0x0462
rtw89_pci :03:00.0: R_AX_CPU_DISPATCHER_ALWAYS_ISR=0x
rtw89_pci :03:00.0: R_AX_OTHER_DISPATCHER_ALWAYS_IMR=0x
rtw89_pci :03:00.0: R_AX_OTHER_DISPATCHER_ALWAYS_ISR=0x
rtw89_pci :03:00.0: R_AX_RPQ_RXBD_IDX =0x003d003d
rtw89_pci :03:00.0: R_AX_DBG_ERR_FLAG=0x
rtw89_pci :03:00.0: R_AX_LBC_WATCHDOG=0x0041
rtw89_pci :03:00.0: <---
rtw89_pci :03:00.0: ser event = 0x1000
rtw89_pci :03:00.0: firmware failed to ack for leaving ps mode
rtw89_pci :03:00.0: pci dmach busy1 0x28
rtw89_pci :03:00.0: pci dmach busy1 0x28
rtw89_pci :03:00.0: lv1 rcvy pci stop dma fail
rtw89_pci :03:00.0: sec cam entry is empty
rtw89_pci :03:00.0: sec cam entry is empty
rtw89_pci :03:00.0: sec cam entry is empty
ieee80211 phy0: Hardware restart was requested
rtw89_pci :03:00.0: MAC has already powered on
rtw89_pci :03:00.0: failed to get available bssid cam
rtw89_pci :03:00.0: failed to init bssid cam
rtw89_pci :03:00.0: failed to get available bssid cam
rtw89_pci :03:00.0: failed to init bssid cam

The last two lines are repeated until the machine is rebooted.

For now, I will try the options suggested in
https://bugs.launchpad.net/ubuntu/+source/linux-
firmware/+bug/1971656/comments/13

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

Title:
  rtw89_pci failure on Lenovo P14s with Ubuntu 22.04

Status in linux-firmware package in Ubuntu:
  Confirmed

Bug description:
  On a Lenovo P14s (RTL8111/8168/8411), the WiFi connection gets stuck
  at times. When this happens, there is no way to use `sudo`, the WiFi
  GNOME UI says NetworkManager is not running (which it is), and `dmesg
  -w` continuously outputs:

  ```
  [90296.470925] rtw89_pci :03:00.0: failed to get available addr cam
  [90296.470935] rtw89_pci :03:00.0: failed to init addr cam
  [90296.586817] rtw89_pci :03:00.0: failed to get available addr cam
  [90296.586828] rtw89_pci :03:00.0: failed to init addr cam
  [90296.698790] rtw89_pci :03:00.0: failed to get available addr cam
  [90296.698797] rtw89_pci :03:00.0: failed to init addr cam
  [90296.810783] rtw89_pci :03:00.0: failed to get available addr cam
  [90296.810790] rtw89_pci :03:00.0: failed to init addr cam
  ```

  
  The only solution I've found is to reboot the machine. However, turning off 
needs to be forced (magic keys still work for rebooting).

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-firmware 20220329.git681281e4-0ubuntu1
  ProcVersionSignature: Ubuntu 5.15.0-27.28-generic 5.15.30
  Uname: Linux 5.15.0-27-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Thu May  5 07:49:18 2022
  Dependencies: firmware-sof-signed 2.0-1ubuntu2
  InstallationDate: Installed on 2022-02-25 (68 days ago)
  InstallationMedia: Ubuntu 21.10 "Impish Indri" - Release amd64 (20211012)
  MachineType: LENOVO 21A3MZ
  

[Kernel-packages] [Bug 1958191] Re: [i915] Screen flickering in Ubuntu 22.04 (until i915.enable_dc=0 intel_idle.max_cstate=2 are added) (fixed in 5.17.7 and later)

2022-06-17 Thread Anaggh S
+1 Confirm.

Adding "intel_iommu=off" to grub fixes the problem.

Tested on
* 5.17.6-051706-generic #202205090841 SMP PREEMPT Mon May 9 08:51:54 UTC 2022 
x86_64 GNU/Linux
* 5.15.0-39-generic #42-Ubuntu SMP Thu Jun 9 23:42:32 UTC 2022 x86_64  GNU/Linux

Like Tushar, the flickers I experienced are like
https://launchpadlibrarian.net/598521946/glitches.mp4 and not the ones
lotuspsychje experienced here
https://launchpadlibrarian.net/599782137/20220504_113918.mp4

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

Title:
  [i915] Screen flickering in Ubuntu 22.04 (until i915.enable_dc=0
  intel_idle.max_cstate=2 are added) (fixed in 5.17.7 and later)

Status in linux package in Ubuntu:
  Triaged

Bug description:
  Ubuntu 22.04 development branch on kernel 5.15.0-17-generic @
  18/1/2022

  Booting into desktop gets heavy screen flickering and disforming (unusable)
  both booting on xorg and wayland

  on kernel 5.13 it did not occur so heavy (only little glitches once in
  a while see bug 1948778)

  adding the kernel paramater intel_idle.max_cstate=4 fixed this

  i had these same bugs on this machine before:

  https://bugs.launchpad.net/ubuntu/+source/linux-hwe/+bug/1838644

  https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1948778

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-5.15.0-17-generic 5.15.0-17.17
  ProcVersionSignature: Ubuntu 5.15.0-17.17-generic 5.15.12
  Uname: Linux 5.15.0-17-generic x86_64
  ApportVersion: 2.20.11-0ubuntu75
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lotuspsychje   1201 F pipewire-media-
lotuspsychje   1207 F pulseaudio
   /dev/snd/seq:lotuspsychje   1193 F pipewire
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Jan 18 04:22:00 2022
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 8087:0025 Intel Corp. Wireless-AC 9260 Bluetooth 
Adapter
   Bus 001 Device 003: ID 04f2:b59e Chicony Electronics Co., Ltd Chicony USB2.0 
Camera
   Bus 001 Device 002: ID 046d:c534 Logitech, Inc. Unifying Receiver
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Notebook N7x0WU
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-17-generic 
root=UUID=a41247d1-3bc3-453e-849a-e07fdcca6201 ro quiet splash 
intel_idle.max_cstate=4 vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-17-generic N/A
   linux-backports-modules-5.15.0-17-generic  N/A
   linux-firmware 1.204
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/07/2019
  dmi.bios.release: 7.13
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 7.13
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: N7x0WU
  dmi.board.vendor: Notebook
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: No Enclosure
  dmi.chassis.version: N/A
  dmi.ec.firmware.release: 7.14
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr7.13:bd01/07/2019:br7.13:efr7.14:svnNotebook:pnN7x0WU:pvrNotApplicable:rvnNotebook:rnN7x0WU:rvrNotApplicable:cvnNoEnclosure:ct10:cvrN/A:skuNotApplicable:
  dmi.product.family: Not Applicable
  dmi.product.name: N7x0WU
  dmi.product.sku: Not Applicable
  dmi.product.version: Not Applicable
  dmi.sys.vendor: Notebook

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1958191/+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 1958191] Re: [i915] Screen flickering in Ubuntu 22.04 (until i915.enable_dc=0 intel_idle.max_cstate=2 are added)

2022-06-07 Thread Anaggh S
Thanks for confirming! This is great news.

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

Title:
  [i915] Screen flickering in Ubuntu 22.04 (until i915.enable_dc=0
  intel_idle.max_cstate=2 are added)

Status in linux package in Ubuntu:
  Triaged

Bug description:
  Ubuntu 22.04 development branch on kernel 5.15.0-17-generic @
  18/1/2022

  Booting into desktop gets heavy screen flickering and disforming (unusable)
  both booting on xorg and wayland

  on kernel 5.13 it did not occur so heavy (only little glitches once in
  a while see bug 1948778)

  adding the kernel paramater intel_idle.max_cstate=4 fixed this

  i had these same bugs on this machine before:

  https://bugs.launchpad.net/ubuntu/+source/linux-hwe/+bug/1838644

  https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1948778

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-5.15.0-17-generic 5.15.0-17.17
  ProcVersionSignature: Ubuntu 5.15.0-17.17-generic 5.15.12
  Uname: Linux 5.15.0-17-generic x86_64
  ApportVersion: 2.20.11-0ubuntu75
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lotuspsychje   1201 F pipewire-media-
lotuspsychje   1207 F pulseaudio
   /dev/snd/seq:lotuspsychje   1193 F pipewire
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Jan 18 04:22:00 2022
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 8087:0025 Intel Corp. Wireless-AC 9260 Bluetooth 
Adapter
   Bus 001 Device 003: ID 04f2:b59e Chicony Electronics Co., Ltd Chicony USB2.0 
Camera
   Bus 001 Device 002: ID 046d:c534 Logitech, Inc. Unifying Receiver
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Notebook N7x0WU
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-17-generic 
root=UUID=a41247d1-3bc3-453e-849a-e07fdcca6201 ro quiet splash 
intel_idle.max_cstate=4 vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-17-generic N/A
   linux-backports-modules-5.15.0-17-generic  N/A
   linux-firmware 1.204
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/07/2019
  dmi.bios.release: 7.13
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 7.13
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: N7x0WU
  dmi.board.vendor: Notebook
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: No Enclosure
  dmi.chassis.version: N/A
  dmi.ec.firmware.release: 7.14
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr7.13:bd01/07/2019:br7.13:efr7.14:svnNotebook:pnN7x0WU:pvrNotApplicable:rvnNotebook:rnN7x0WU:rvrNotApplicable:cvnNoEnclosure:ct10:cvrN/A:skuNotApplicable:
  dmi.product.family: Not Applicable
  dmi.product.name: N7x0WU
  dmi.product.sku: Not Applicable
  dmi.product.version: Not Applicable
  dmi.sys.vendor: Notebook

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1958191/+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 1958191] Re: [i915] Screen flickering in Ubuntu 22.04 (until i915.enable_dc=0 intel_idle.max_cstate=2 are added)

2022-06-07 Thread Anaggh S
Hi, following up on this
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1958191/comments/26

I installed 5.18.2 today using mainline
https://github.com/bkw777/mainline

$ uname -a
Linux home 5.18.2-051802-generic #202206060740 SMP PREEMPT_DYNAMIC Mon Jun 6 
07:46:45 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

Removed the earlier GRUB workarounds `i915.enable_dc=0
intel_idle.max_cstate=2`

sudo update-grub
reboot

No screen flicker!!! No GRUB workaround needed when using 5.18.2 kernel
for me. Can anyone else confirm?

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

Title:
  [i915] Screen flickering in Ubuntu 22.04 (until i915.enable_dc=0
  intel_idle.max_cstate=2 are added)

Status in linux package in Ubuntu:
  Triaged

Bug description:
  Ubuntu 22.04 development branch on kernel 5.15.0-17-generic @
  18/1/2022

  Booting into desktop gets heavy screen flickering and disforming (unusable)
  both booting on xorg and wayland

  on kernel 5.13 it did not occur so heavy (only little glitches once in
  a while see bug 1948778)

  adding the kernel paramater intel_idle.max_cstate=4 fixed this

  i had these same bugs on this machine before:

  https://bugs.launchpad.net/ubuntu/+source/linux-hwe/+bug/1838644

  https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1948778

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-5.15.0-17-generic 5.15.0-17.17
  ProcVersionSignature: Ubuntu 5.15.0-17.17-generic 5.15.12
  Uname: Linux 5.15.0-17-generic x86_64
  ApportVersion: 2.20.11-0ubuntu75
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lotuspsychje   1201 F pipewire-media-
lotuspsychje   1207 F pulseaudio
   /dev/snd/seq:lotuspsychje   1193 F pipewire
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Jan 18 04:22:00 2022
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 8087:0025 Intel Corp. Wireless-AC 9260 Bluetooth 
Adapter
   Bus 001 Device 003: ID 04f2:b59e Chicony Electronics Co., Ltd Chicony USB2.0 
Camera
   Bus 001 Device 002: ID 046d:c534 Logitech, Inc. Unifying Receiver
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Notebook N7x0WU
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-17-generic 
root=UUID=a41247d1-3bc3-453e-849a-e07fdcca6201 ro quiet splash 
intel_idle.max_cstate=4 vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-17-generic N/A
   linux-backports-modules-5.15.0-17-generic  N/A
   linux-firmware 1.204
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/07/2019
  dmi.bios.release: 7.13
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 7.13
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: N7x0WU
  dmi.board.vendor: Notebook
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: No Enclosure
  dmi.chassis.version: N/A
  dmi.ec.firmware.release: 7.14
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr7.13:bd01/07/2019:br7.13:efr7.14:svnNotebook:pnN7x0WU:pvrNotApplicable:rvnNotebook:rnN7x0WU:rvrNotApplicable:cvnNoEnclosure:ct10:cvrN/A:skuNotApplicable:
  dmi.product.family: Not Applicable
  dmi.product.name: N7x0WU
  dmi.product.sku: Not Applicable
  dmi.product.version: Not Applicable
  dmi.sys.vendor: Notebook

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1958191/+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 1975540] [NEW] package linux-image-5.15.0-33-generic 5.15.0-33.34 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/zz-update-grub exited with return code 127

2022-05-23 Thread Raymond S Purdy
Public bug reported:

Details not researched. Error occurred during update/upgrade

ProblemType: Package
DistroRelease: Ubuntu 22.04
Package: linux-image-5.15.0-33-generic 5.15.0-33.34
ProcVersionSignature: Ubuntu 5.15.0-27.28-generic 5.15.30
Uname: Linux 5.15.0-27-generic x86_64
ApportVersion: 2.20.11-0ubuntu82.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  realraymondsp   3939 F pulseaudio
CasperMD5CheckResult: unknown
Date: Mon May 23 17:09:08 2022
ErrorMessage: installed linux-image-5.15.0-33-generic package post-installation 
script subprocess returned error exit status 1
InstallationDate: Installed on 2021-07-03 (324 days ago)
InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
IwConfig:
 lono wireless extensions.
 
 enp2s0no wireless extensions.
 
 lxcbr0no wireless extensions.
MachineType: Dell Inc. Inspiron 560
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-27-generic 
root=UUID=b1f3add0-7471-4e63-9252-d0a1887baad8 ro
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
Python3Details: /usr/bin/python3.10, Python 3.10.4, python3-minimal, 
3.10.4-0ubuntu2
PythonDetails: N/A
RebootRequiredPkgs: Error: path contained symlinks.
RelatedPackageVersions: grub-pc 2.06-2ubuntu7
RfKill:
 
SourcePackage: linux-signed
Title: package linux-image-5.15.0-33-generic 5.15.0-33.34 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/zz-update-grub exited with 
return code 127
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/02/2010
dmi.bios.release: 0.4
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A04
dmi.board.name: 018D1Y
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.:bvrA04:bd07/02/2010:br0.4:svnDellInc.:pnInspiron560:pvr00:rvnDellInc.:rn018D1Y:rvrA00:cvnDellInc.:ct3:cvrNotSpecified:sku0:
dmi.product.family: 0
dmi.product.name: Inspiron 560
dmi.product.sku: 0
dmi.product.version: 00
dmi.sys.vendor: Dell Inc.

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


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

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

Title:
  package linux-image-5.15.0-33-generic 5.15.0-33.34 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/zz-update-grub
  exited with return code 127

Status in linux-signed package in Ubuntu:
  New

Bug description:
  Details not researched. Error occurred during update/upgrade

  ProblemType: Package
  DistroRelease: Ubuntu 22.04
  Package: linux-image-5.15.0-33-generic 5.15.0-33.34
  ProcVersionSignature: Ubuntu 5.15.0-27.28-generic 5.15.30
  Uname: Linux 5.15.0-27-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  realraymondsp   3939 F pulseaudio
  CasperMD5CheckResult: unknown
  Date: Mon May 23 17:09:08 2022
  ErrorMessage: installed linux-image-5.15.0-33-generic package 
post-installation script subprocess returned error exit status 1
  InstallationDate: Installed on 2021-07-03 (324 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  IwConfig:
   lono wireless extensions.
   
   enp2s0no wireless extensions.
   
   lxcbr0no wireless extensions.
  MachineType: Dell Inc. Inspiron 560
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-27-generic 
root=UUID=b1f3add0-7471-4e63-9252-d0a1887baad8 ro
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  Python3Details: /usr/bin/python3.10, Python 3.10.4, python3-minimal, 
3.10.4-0ubuntu2
  PythonDetails: N/A
  RebootRequiredPkgs: Error: path contained symlinks.
  RelatedPackageVersions: grub-pc 2.06-2ubuntu7
  RfKill:
   
  SourcePackage: linux-signed
  Title: package linux-image-5.15.0-33-generic 5.15.0-33.34 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/zz-update-grub exited with 
return code 127
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/02/2010
  dmi.bios.release: 0.4
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A04
  dmi.board.name: 018D1Y
  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.:bvrA04:bd07/02/2010:br0.4:svnDellInc.:pnInspiron560:pvr00:rvnDellInc.:rn018D1Y:rvrA00:cvnDellInc.:ct3:cvrNotSpecified:sku0:
  dmi.product.family: 0
  dmi.product.name: Inspiron 560
  dmi.product.sku: 0
  dmi.product.version: 

[Kernel-packages] [Bug 1958191] Re: [i915] Screen flickering in Ubuntu 22.04 (until i915.enable_dc=0 intel_idle.max_cstate=2 are added)

2022-05-12 Thread Anaggh S
Hi, following up on this -
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1970426/comments/9

GRUB PARAM - `i915.enable_dc=0 intel_idle.max_cstate=2` has fixed the
flicker for me.

$ uname -a
Linux home 5.15.0-30-generic #31-Ubuntu SMP Thu May 5 10:00:34 UTC 2022 x86_64 
x86_64 x86_64 GNU/Linux

$ grep GRUB_CMDLINE_LINUX_DEFAULT /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.enable_dc=0 
intel_idle.max_cstate=2"

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

Title:
  [i915] Screen flickering in Ubuntu 22.04 (until i915.enable_dc=0
  intel_idle.max_cstate=2 are added)

Status in linux package in Ubuntu:
  Triaged

Bug description:
  Ubuntu 22.04 development branch on kernel 5.15.0-17-generic @
  18/1/2022

  Booting into desktop gets heavy screen flickering and disforming (unusable)
  both booting on xorg and wayland

  on kernel 5.13 it did not occur so heavy (only little glitches once in
  a while see bug 1948778)

  adding the kernel paramater intel_idle.max_cstate=4 fixed this

  i had these same bugs on this machine before:

  https://bugs.launchpad.net/ubuntu/+source/linux-hwe/+bug/1838644

  https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1948778

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-5.15.0-17-generic 5.15.0-17.17
  ProcVersionSignature: Ubuntu 5.15.0-17.17-generic 5.15.12
  Uname: Linux 5.15.0-17-generic x86_64
  ApportVersion: 2.20.11-0ubuntu75
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lotuspsychje   1201 F pipewire-media-
lotuspsychje   1207 F pulseaudio
   /dev/snd/seq:lotuspsychje   1193 F pipewire
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Jan 18 04:22:00 2022
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 8087:0025 Intel Corp. Wireless-AC 9260 Bluetooth 
Adapter
   Bus 001 Device 003: ID 04f2:b59e Chicony Electronics Co., Ltd Chicony USB2.0 
Camera
   Bus 001 Device 002: ID 046d:c534 Logitech, Inc. Unifying Receiver
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Notebook N7x0WU
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-17-generic 
root=UUID=a41247d1-3bc3-453e-849a-e07fdcca6201 ro quiet splash 
intel_idle.max_cstate=4 vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-17-generic N/A
   linux-backports-modules-5.15.0-17-generic  N/A
   linux-firmware 1.204
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/07/2019
  dmi.bios.release: 7.13
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 7.13
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: N7x0WU
  dmi.board.vendor: Notebook
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: No Enclosure
  dmi.chassis.version: N/A
  dmi.ec.firmware.release: 7.14
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr7.13:bd01/07/2019:br7.13:efr7.14:svnNotebook:pnN7x0WU:pvrNotApplicable:rvnNotebook:rnN7x0WU:rvrNotApplicable:cvnNoEnclosure:ct10:cvrN/A:skuNotApplicable:
  dmi.product.family: Not Applicable
  dmi.product.name: N7x0WU
  dmi.product.sku: Not Applicable
  dmi.product.version: Not Applicable
  dmi.sys.vendor: Notebook

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1958191/+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 1970426] Re: [i915] screen suddenly starts flickering after update

2022-05-02 Thread Anaggh S
Affects Xubuntu 22.04 too on Lenovo Ideapad 330s (Intel(R) Core(TM)
i5-8250U CPU @ 1.60GHz)

After about 11 days of using 22.04 release, it lead to major loss of
productivity due to the flickering. Got headaches. This should have been
a release blocker.

I was curious if it affected Debian Unstable on their latest kernel
(Linux 5.17.0-1-amd64 #1 SMP PREEMPT Debian 5.17.3-1 (2022-04-18) x86_64
GNU/Linux) and installed it. No flickering on Debian. Seems like it is a
Ubuntu only bug.

---

Below is a list of attempts I tried to fix flicker that DID NOT work
during the 11 days of using Xubuntu 22.04:

* GRUB Param `i915.enable_psr=0` workaround 
https://wiki.archlinux.org/title/intel_graphics#Screen_flickering
* `intel_idle.max_cstate=4` option to grub param 
https://gitlab.freedesktop.org/drm/intel/-/issues/5569
* Use latest kernel from ubuntu team (linux-oem-22.04)
* Use different kernel with `mainline` app - https://github.com/bkw777/mainline
```
* 5.17.5 - Did not fix.
* 5.16.20 - Did not fix.
* 5.15.36 - Did not fix.
```
* remove package `xserver-xorg-video-intel` 
https://en.itsmeit.net/how-to-fix-google-chrome-screen-flickering-on-ubuntu.html

** Bug watch added: gitlab.freedesktop.org/drm/intel/-/issues #5569
   https://gitlab.freedesktop.org/drm/intel/-/issues/5569

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

Title:
  [i915] screen suddenly starts flickering after update

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After I updated to 22.04 sometimes (about 3 ~ 4 times a day) the
  screen starts glitching and flickering like in the attached video and
  it doesn't stop until I move the cursor.

  Description:  Ubuntu 22.04 LTS
  Release:  22.04
  wayland

  processor: Intel® Core™ i5-8265U CPU @ 1.60GHz × 8 
  graphics: Mesa Intel® UHD Graphics 620 (WHL GT2)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1970426/+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 1966066] Re: audio from external sound card is distorted

2022-04-04 Thread Konrad S
Same issue with Yamaha THR5 through USB on Ubuntu Studio 20.04.1.
Disabled JACK and was able to fix the stutter. Edit in
/etc/pulse/daemon.conf for 5.13.0-37 did not fix distorted audio.
5.13.0-39 exhibiting same problem.

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

Title:
  audio from external sound card is distorted

Status in linux package in Ubuntu:
  Fix Committed
Status in linux-signed-hwe-5.13 package in Ubuntu:
  Invalid
Status in linux source package in Impish:
  In Progress
Status in linux-signed-hwe-5.13 source package in Impish:
  Invalid
Status in linux source package in Jammy:
  Fix Committed
Status in linux-signed-hwe-5.13 source package in Jammy:
  Invalid

Bug description:
  [Impact]
  Commit d215f63d49da ("ALSA: usb-audio: Check available frames for the
  next packet size") landed in 5.13.0-35 introduced regression to USB
  audio device.

  It's because this patch introduced the available frame size check, but
  the conversion forgot to initialize the temporary variable properly.

  A workaround is to modify /etc/pulse/daemon.conf, set the
  default-sample-rate to 48000, uncomment it by removing the semicolon
  at the beginning of the line. And restart pulseaudio with: 
systemctl --user restart pulseaudio.service

  [Fix]
  * 23939115 ALSA: usb-audio: Fix packet size calculation regression
  This patch can be cherry-picked into Impish kernel, and it's already in
  the master-next branch of Jammy tree.

  [Test]
  Test kernels built with 5.13.0-37 + this patch, can be found in:
  * Focal-5.13 - 
https://people.canonical.com/~phlin/kernel/lp-1966066-usb-audio/focal/
  * Impish-5.13 - 
https://people.canonical.com/~phlin/kernel/lp-1966066-usb-audio/impish/

  Both kernels were tested by affected users and they're working as
  expected.

  [Where problems could occur]
  If this patch is incorrect, it might affect USB audio devices.

  
  [Original Bug Report]
  The sound card is a Focusrite Scarlett 2i2.

  The sound is distorted everywhere.

  Sound via HDMI works.

  Seen others having the same problem:
  (Edit because of previously wrong link here) 
https://askubuntu.com/questions/1398614/upgrading-to-5-13-0-37-generic-breaks-audio-with-external-audio-card

  ubuntu release: Ubuntu 20.04.4 LTS
  package name involved in bug: linux-image-5.13.0-37-generic

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.13.0-37-generic 5.13.0-37.42~20.04.1
  ProcVersionSignature: Ubuntu 5.13.0-35.40~20.04.1-generic 5.13.19
  Uname: Linux 5.13.0-35-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Mar 23 12:56:02 2022
  InstallationDate: Installed on 2020-12-18 (459 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  SourcePackage: linux-signed-hwe-5.13
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1966066/+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 1956886] Re: package linux-modules-5.13.0-23-generic (not installed) failed to install/upgrade: unable to open '/lib/modules/5.13.0-23-generic/kernel/zfs/zfs.ko.dpkg-new': Opera

2022-02-07 Thread Leonidas S. Barbosa
** Information type changed from Private Security to Public

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

Title:
  package linux-modules-5.13.0-23-generic (not installed) failed to
  install/upgrade: unable to open
  '/lib/modules/5.13.0-23-generic/kernel/zfs/zfs.ko.dpkg-new': Operation
  not permitted

Status in linux package in Ubuntu:
  New

Bug description:
  have no any extra

  ProblemType: Package
  DistroRelease: Ubuntu 21.10
  Package: linux-modules-5.13.0-23-generic (not installed)
  ProcVersionSignature: Ubuntu 5.13.0-22.22-generic 5.13.19
  Uname: Linux 5.13.0-22-generic x86_64
  ApportVersion: 2.20.11-0ubuntu71
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  denis  4688 F pulseaudio
  CasperMD5CheckResult: unknown
  Date: Sun Jan  9 16:33:21 2022
  DuplicateSignature:
   package:linux-modules-5.13.0-23-generic:(not installed)
   Unpacking linux-modules-5.13.0-23-generic (5.13.0-23.23) ...
   dpkg: error processing archive 
/tmp/apt-dpkg-install-Rco5X1/10-linux-modules-5.13.0-23-generic_5.13.0-23.23_amd64.deb
 (--unpack):
unable to open '/lib/modules/5.13.0-23-generic/kernel/zfs/zfs.ko.dpkg-new': 
Operation not permitted
  ErrorMessage: unable to open 
'/lib/modules/5.13.0-23-generic/kernel/zfs/zfs.ko.dpkg-new': Operation not 
permitted
  InstallationDate: Installed on 2020-06-10 (578 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  MachineType: Dell Inc. Vostro 15-3565
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.13.0-22-generic 
root=UUID=55598d49-73b7-48f5-bc87-11579b8af75b 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.
  Python3Details: /usr/bin/python3.9, Python 3.9.7, python3-minimal, 
3.9.4-1build1
  PythonDetails: N/A
  RelatedPackageVersions: grub-pc N/A
  SourcePackage: linux
  Title: package linux-modules-5.13.0-23-generic (not installed) failed to 
install/upgrade: unable to open 
'/lib/modules/5.13.0-23-generic/kernel/zfs/zfs.ko.dpkg-new': Operation not 
permitted
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/19/2017
  dmi.bios.release: 0.204
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.0.8
  dmi.board.name: Vostro 15-3565
  dmi.board.vendor: Dell Inc.
  dmi.board.version: 1.0.8
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.0.8:bd06/19/2017:br0.204:svnDellInc.:pnVostro15-3565:pvrNotSpecified:rvnDellInc.:rnVostro15-3565:rvr1.0.8:cvnDellInc.:ct8:cvrNotSpecified:sku0732:
  dmi.product.name: Vostro 15-3565
  dmi.product.sku: 0732
  dmi.product.version: Not Specified
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1956886/+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 1955716] [NEW] I am using dell 5537 64 bit, touchpad not working and most of the application not responding after installing ubuntu 20.04

2021-12-24 Thread Vishal S R
Public bug reported:

I am using dell 5537 64 bit,touch pad not working and most of the
application not responding after installing ubuntu 20.04

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: linux-image-5.11.0-43-generic 5.11.0-43.47~20.04.2
ProcVersionSignature: Ubuntu 5.11.0-43.47~20.04.2-generic 5.11.22
Uname: Linux 5.11.0-43-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.21
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Fri Dec 24 20:15:22 2021
InstallationDate: Installed on 2021-12-01 (23 days ago)
InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
SourcePackage: linux-signed-hwe-5.11
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal third-party-packages

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

Title:
  I am using dell 5537 64 bit,touchpad not working and most of the
  application not responding after installing ubuntu 20.04

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

Bug description:
  I am using dell 5537 64 bit,touch pad not working and most of the
  application not responding after installing ubuntu 20.04

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.11.0-43-generic 5.11.0-43.47~20.04.2
  ProcVersionSignature: Ubuntu 5.11.0-43.47~20.04.2-generic 5.11.22
  Uname: Linux 5.11.0-43-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Dec 24 20:15:22 2021
  InstallationDate: Installed on 2021-12-01 (23 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  SourcePackage: linux-signed-hwe-5.11
  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-5.11/+bug/1955716/+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 1955167] [NEW] Bluetooth scan

2021-12-17 Thread S
Public bug reported:

Hello guys. I could not make it on my own. So help me.
https://askubuntu.com/questions/1370663/bluetooth-scan-doesnt-detect-any-device-on-ubuntu-21-10

ProblemType: Bug
DistroRelease: Ubuntu 21.10
Package: linux-image-5.13.0-22-generic 5.13.0-22.22
ProcVersionSignature: Ubuntu 5.13.0-22.22-generic 5.13.19
Uname: Linux 5.13.0-22-generic x86_64
ApportVersion: 2.20.11-0ubuntu71
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  sms 720 F pulseaudio
CasperMD5CheckResult: pass
CurrentDesktop: KDE
Date: Fri Dec 17 23:15:10 2021
InstallationDate: Installed on 2021-12-01 (16 days ago)
InstallationMedia: Kubuntu 21.10 "Impish Indri" - Release amd64 (20211012)
MachineType: ASUSTeK Computer Inc. K42F
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.13.0-22-generic 
root=UUID=053d2aa5-a579-4374-9656-2be8fa3d2a5d ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-5.13.0-22-generic N/A
 linux-backports-modules-5.13.0-22-generic  N/A
 linux-firmware 1.201.3
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/29/2010
dmi.bios.release: 4.6
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 400
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: K42F
dmi.board.vendor: ASUSTeK Computer Inc.
dmi.board.version: 1.0
dmi.chassis.asset.tag: 0x
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK Computer Inc.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr400:bd01/29/2010:br4.6:svnASUSTeKComputerInc.:pnK42F:pvr1.0:rvnASUSTeKComputerInc.:rnK42F:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:skuTobefilledbyO.E.M.:
dmi.product.family: To be filled by O.E.M.
dmi.product.name: K42F
dmi.product.sku: To be filled by O.E.M.
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK Computer Inc.

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


** Tags: amd64 apport-bug impish

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

Title:
  Bluetooth scan

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello guys. I could not make it on my own. So help me.
  
https://askubuntu.com/questions/1370663/bluetooth-scan-doesnt-detect-any-device-on-ubuntu-21-10

  ProblemType: Bug
  DistroRelease: Ubuntu 21.10
  Package: linux-image-5.13.0-22-generic 5.13.0-22.22
  ProcVersionSignature: Ubuntu 5.13.0-22.22-generic 5.13.19
  Uname: Linux 5.13.0-22-generic x86_64
  ApportVersion: 2.20.11-0ubuntu71
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  sms 720 F pulseaudio
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  Date: Fri Dec 17 23:15:10 2021
  InstallationDate: Installed on 2021-12-01 (16 days ago)
  InstallationMedia: Kubuntu 21.10 "Impish Indri" - Release amd64 (20211012)
  MachineType: ASUSTeK Computer Inc. K42F
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.13.0-22-generic 
root=UUID=053d2aa5-a579-4374-9656-2be8fa3d2a5d ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-22-generic N/A
   linux-backports-modules-5.13.0-22-generic  N/A
   linux-firmware 1.201.3
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/29/2010
  dmi.bios.release: 4.6
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 400
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: K42F
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: 0x
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer Inc.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr400:bd01/29/2010:br4.6:svnASUSTeKComputerInc.:pnK42F:pvr1.0:rvnASUSTeKComputerInc.:rnK42F:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:skuTobefilledbyO.E.M.:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: K42F
  dmi.product.sku: To be filled by O.E.M.
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK Computer Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1955167/+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 1945914] Re: nvidia-kernel-source-470 470.74-0ubuntu0.20.04.1: nvidia kernel module failed to build

2021-11-02 Thread Leonidas S. Barbosa
** Information type changed from Private Security to Public

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

Title:
  nvidia-kernel-source-470 470.74-0ubuntu0.20.04.1: nvidia kernel module
  failed to build

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

Bug description:
  installed recommended packages and got multiple bugs

  ProblemType: Package
  DistroRelease: Ubuntu 20.04
  Package: nvidia-kernel-source-470 470.74-0ubuntu0.20.04.1
  ProcVersionSignature: Ubuntu 5.11.0-37.41~20.04.2-generic 5.11.22
  Uname: Linux 5.11.0-37-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.20
  Architecture: amd64
  CasperMD5CheckResult: skip
  DKMSKernelVersion: 5.11.0-37-generic
  Date: Sun Oct  3 13:18:19 2021
  Dependencies:
   
  InstallationDate: Installed on 2021-10-03 (0 days ago)
  InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
  PackageVersion: 470.74-0ubuntu0.20.04.1
  Python3Details: /usr/bin/python3.8, Python 3.8.10, python3-minimal, 
3.8.2-0ubuntu2
  PythonDetails: N/A
  RelatedPackageVersions:
   dpkg 1.19.7ubuntu3
   apt  2.0.6
  SourcePackage: nvidia-graphics-drivers-470
  Title: nvidia-kernel-source-470 470.74-0ubuntu0.20.04.1: nvidia kernel module 
failed to build
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-470/+bug/1945914/+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 1933771] Re: Bluetooth headset random disconnects AX200

2021-10-23 Thread Almer S. Tigelaar
Updating to linux-firmware 1.201 seems to have solved the problem for
me.

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

Title:
  Bluetooth headset random disconnects AX200

Status in linux-firmware package in Ubuntu:
  Confirmed

Bug description:
  Using several different bluetooth headsets I find that the Bluetooth
  functionality of the built-in AX200 module of my motherboard keeps
  randomly disconnecting. I found that this has been fixed in recent
  Linux firmware updates, but I am not sure that fix has landed yet in
  Ubuntu Hirsute.

  Herewith I am posting the link to exactly the issue I am having:
  https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/issues/1155

  And the Linux Firmware commit that resolves this:
  
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/?id=73144e02dcff54529ab42d951de682740d204180

  A related Fedora bug:
  https://bodhi.fedoraproject.org/updates/FEDORA-2021-93247f3274

  It's difficult to relate the upstream kernel version firmware version
  in which this was fixed (linux-firmware-20210511) to the version of
  the linux-firmware Ubuntu package (for me). Perhaps someone can
  comment on whether this has been merged in. I am still experiencing
  disconnects with 1.197.1 at least.

  --

  Description:  Ubuntu 21.04
  Release:  21.04

  linux-firmware:
Installed: 1.197.1
Candidate: 1.197.1

  I expected:
Bluetooth headset to remain connected

  What happened:
Bluetooth headset connects, then randomly disconnects and reconnects while 
playing media

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1933771/+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 1940799] [NEW] package linux-image-5.11.0-27-generic 5.11.0-27.29~20.04.1 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/dkms exited with return code 4

2021-08-22 Thread Gayathri D S
Public bug reported:

error

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: linux-image-5.11.0-27-generic 5.11.0-27.29~20.04.1
ProcVersionSignature: Ubuntu 5.11.0-27.29~20.04.1-generic 5.11.22
Uname: Linux 5.11.0-27-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.18
Architecture: amd64
CasperMD5CheckResult: skip
Date: Mon Aug 23 10:33:28 2021
ErrorMessage: run-parts: /etc/kernel/postinst.d/dkms exited with return code 4
InstallationDate: Installed on 2021-08-06 (16 days ago)
InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
Python3Details: /usr/bin/python3.8, Python 3.8.10, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.6
SourcePackage: dkms
Title: package linux-image-5.11.0-27-generic 5.11.0-27.29~20.04.1 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/dkms exited with return code 
4
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package focal

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

Title:
  package linux-image-5.11.0-27-generic 5.11.0-27.29~20.04.1 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/dkms exited with
  return code 4

Status in dkms package in Ubuntu:
  New

Bug description:
  error

  ProblemType: Package
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.11.0-27-generic 5.11.0-27.29~20.04.1
  ProcVersionSignature: Ubuntu 5.11.0-27.29~20.04.1-generic 5.11.22
  Uname: Linux 5.11.0-27-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.18
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Mon Aug 23 10:33:28 2021
  ErrorMessage: run-parts: /etc/kernel/postinst.d/dkms exited with return code 4
  InstallationDate: Installed on 2021-08-06 (16 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  Python3Details: /usr/bin/python3.8, Python 3.8.10, python3-minimal, 
3.8.2-0ubuntu2
  PythonDetails: N/A
  RelatedPackageVersions:
   dpkg 1.19.7ubuntu3
   apt  2.0.6
  SourcePackage: dkms
  Title: package linux-image-5.11.0-27-generic 5.11.0-27.29~20.04.1 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/dkms exited with return code 
4
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1940799/+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 1939285] [NEW] touchpad not recognised from the beginning

2021-08-09 Thread Garaga V V S Krishna Vamsi
Public bug reported:

I recently dual-booted my windows 10 machine with ubuntu 20.04.2 LTS,
even during my installation, the touchpad didnt work but mouse works. I
tried modifying the grub file as given in some previous help requests
but it didnt work. My laptop is Lenovo ThinkBook-15-IML

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: linux-image-5.11.0-25-generic 5.11.0-25.27~20.04.1
ProcVersionSignature: Ubuntu 5.11.0-25.27~20.04.1-generic 5.11.22
Uname: Linux 5.11.0-25-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27.18
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Mon Aug  9 14:50:34 2021
SourcePackage: linux-signed-hwe-5.11
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal

** Attachment added: "input devices list"
   https://bugs.launchpad.net/bugs/1939285/+attachment/5516787/+files/devices

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

Title:
  touchpad not recognised from the beginning

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

Bug description:
  I recently dual-booted my windows 10 machine with ubuntu 20.04.2 LTS,
  even during my installation, the touchpad didnt work but mouse works.
  I tried modifying the grub file as given in some previous help
  requests but it didnt work. My laptop is Lenovo ThinkBook-15-IML

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.11.0-25-generic 5.11.0-25.27~20.04.1
  ProcVersionSignature: Ubuntu 5.11.0-25.27~20.04.1-generic 5.11.22
  Uname: Linux 5.11.0-25-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu27.18
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Aug  9 14:50:34 2021
  SourcePackage: linux-signed-hwe-5.11
  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-5.11/+bug/1939285/+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 1933771] Re: Bluetooth headset random disconnects AX200

2021-06-27 Thread Almer S. Tigelaar
I can confirm that manually copying the files in
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-
firmware.git/commit/?id=73144e02dcff54529ab42d951de682740d204180, and
rebooting, seems to resolve the issue.

To resolve this bug, all that's needed, I believe, is an update of those
files.

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

Title:
  Bluetooth headset random disconnects AX200

Status in linux-firmware package in Ubuntu:
  New

Bug description:
  Using several different bluetooth headsets I find that the Bluetooth
  functionality of the built-in AX200 module of my motherboard keeps
  randomly disconnecting. I found that this has been fixed in recent
  Linux firmware updates, but I am not sure that fix has landed yet in
  Ubuntu Hirsute.

  Herewith I am posting the link to exactly the issue I am having:
  https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/issues/1155

  And the Linux Firmware commit that resolves this:
  
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/?id=73144e02dcff54529ab42d951de682740d204180

  A related Fedora bug:
  https://bodhi.fedoraproject.org/updates/FEDORA-2021-93247f3274

  It's difficult to relate the upstream kernel version firmware version
  in which this was fixed (linux-firmware-20210511) to the version of
  the linux-firmware Ubuntu package (for me). Perhaps someone can
  comment on whether this has been merged in. I am still experiencing
  disconnects with 1.197.1 at least.

  --

  Description:  Ubuntu 21.04
  Release:  21.04

  linux-firmware:
Installed: 1.197.1
Candidate: 1.197.1

  I expected:
Bluetooth headset to remain connected

  What happened:
Bluetooth headset connects, then randomly disconnects and reconnects while 
playing media

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1933771/+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 1933771] [NEW] Bluetooth headset random disconnects AX200

2021-06-27 Thread Almer S. Tigelaar
Public bug reported:

Using several different bluetooth headsets I find that the Bluetooth
functionality of the built-in AX200 module of my motherboard keeps
randomly disconnecting. I found that this has been fixed in recent Linux
firmware updates, but I am not sure that fix has landed yet in Ubuntu
Hirsute.

Herewith I am posting the link to exactly the issue I am having:
https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/issues/1155

And the Linux Firmware commit that resolves this:
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/?id=73144e02dcff54529ab42d951de682740d204180

A related Fedora bug:
https://bodhi.fedoraproject.org/updates/FEDORA-2021-93247f3274

It's difficult to relate the upstream kernel version firmware version in
which this was fixed (linux-firmware-20210511) to the version of the
linux-firmware Ubuntu package (for me). Perhaps someone can comment on
whether this has been merged in. I am still experiencing disconnects
with 1.197.1 at least.

--

Description:Ubuntu 21.04
Release:21.04

linux-firmware:
  Installed: 1.197.1
  Candidate: 1.197.1

I expected:
  Bluetooth headset to remain connected

What happened:
  Bluetooth headset connects, then randomly disconnects and reconnects while 
playing media

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

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

Title:
  Bluetooth headset random disconnects AX200

Status in linux-firmware package in Ubuntu:
  New

Bug description:
  Using several different bluetooth headsets I find that the Bluetooth
  functionality of the built-in AX200 module of my motherboard keeps
  randomly disconnecting. I found that this has been fixed in recent
  Linux firmware updates, but I am not sure that fix has landed yet in
  Ubuntu Hirsute.

  Herewith I am posting the link to exactly the issue I am having:
  https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/issues/1155

  And the Linux Firmware commit that resolves this:
  
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/?id=73144e02dcff54529ab42d951de682740d204180

  A related Fedora bug:
  https://bodhi.fedoraproject.org/updates/FEDORA-2021-93247f3274

  It's difficult to relate the upstream kernel version firmware version
  in which this was fixed (linux-firmware-20210511) to the version of
  the linux-firmware Ubuntu package (for me). Perhaps someone can
  comment on whether this has been merged in. I am still experiencing
  disconnects with 1.197.1 at least.

  --

  Description:  Ubuntu 21.04
  Release:  21.04

  linux-firmware:
Installed: 1.197.1
Candidate: 1.197.1

  I expected:
Bluetooth headset to remain connected

  What happened:
Bluetooth headset connects, then randomly disconnects and reconnects while 
playing media

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1933771/+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 1925983] [NEW] package linux-image-3.13.0-32-generic 3.13.0-32.57 failed to install/upgrade: subprocess installed post-installation script returned error exit status 17

2021-04-23 Thread Don S
Public bug reported:

happened during update

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-32-generic 3.13.0-32.57
ProcVersionSignature: Ubuntu 3.13.0-170.220-generic 3.13.11-ckt39
Uname: Linux 3.13.0-170-generic i686
NonfreeKernelModules: wl
ApportVersion: 2.14.1-0ubuntu3.29
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  don2065 F pulseaudio
CurrentDmesg:
 [   36.463703] init: plymouth-upstart-bridge main process (1265) killed by 
TERM signal
 [   49.032303] audit_printk_skb: 33 callbacks suppressed
 [   49.032310] type=1400 audit(1619223910.017:31): apparmor="STATUS" 
operation="profile_replace" profile="unconfined" 
name="/usr/lib/cups/backend/cups-pdf" pid=1432 comm="apparmor_parser"
 [   49.032323] type=1400 audit(1619223910.017:32): apparmor="STATUS" 
operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" 
pid=1432 comm="apparmor_parser"
Date: Fri Apr 23 19:43:03 2021
DuplicateSignature: 
package:linux-image-3.13.0-32-generic:3.13.0-32.57:subprocess installed 
post-installation script returned error exit status 17
ErrorMessage: subprocess installed post-installation script returned error exit 
status 17
HibernationDevice: RESUME=UUID=b50cbcf1-78a2-4fbd-b1a3-49e89bb971ff
InstallationDate: Installed on 2021-04-22 (1 days ago)
InstallationMedia: Ubuntu 12.04.5 LTS "Precise Pangolin" - Release i386 
(20140807.1)
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: Acer Aspire 5515
ProcFB: 0 radeondrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-170-generic 
root=UUID=c2638057-e033-4024-9294-64edc75af499 ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: grub-pc 2.02~beta2-9ubuntu1.17
SourcePackage: linux
Title: package linux-image-3.13.0-32-generic 3.13.0-32.57 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 17
UpgradeStatus: Upgraded to trusty on 2021-04-24 (0 days ago)
dmi.bios.date: 12/03/2008
dmi.bios.vendor: Acer
dmi.bios.version: V1.00
dmi.board.name: Nile
dmi.board.vendor: Acer
dmi.board.version: N/A
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnAcer:bvrV1.00:bd12/03/2008:svnAcer:pnAspire5515:pvrV1.00:rvnAcer:rnNile:rvrN/A:cvnAcer:ct10:cvrN/A:
dmi.product.name: Aspire 5515
dmi.product.version: V1.00
dmi.sys.vendor: Acer

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


** Tags: apport-package dist-upgrade i386 need-duplicate-check

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

Title:
  package linux-image-3.13.0-32-generic 3.13.0-32.57 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 17

Status in linux package in Ubuntu:
  New

Bug description:
  happened during update

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-32-generic 3.13.0-32.57
  ProcVersionSignature: Ubuntu 3.13.0-170.220-generic 3.13.11-ckt39
  Uname: Linux 3.13.0-170-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3.29
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  don2065 F pulseaudio
  CurrentDmesg:
   [   36.463703] init: plymouth-upstart-bridge main process (1265) killed by 
TERM signal
   [   49.032303] audit_printk_skb: 33 callbacks suppressed
   [   49.032310] type=1400 audit(1619223910.017:31): apparmor="STATUS" 
operation="profile_replace" profile="unconfined" 
name="/usr/lib/cups/backend/cups-pdf" pid=1432 comm="apparmor_parser"
   [   49.032323] type=1400 audit(1619223910.017:32): apparmor="STATUS" 
operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" 
pid=1432 comm="apparmor_parser"
  Date: Fri Apr 23 19:43:03 2021
  DuplicateSignature: 
package:linux-image-3.13.0-32-generic:3.13.0-32.57:subprocess installed 
post-installation script returned error exit status 17
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 17
  HibernationDevice: RESUME=UUID=b50cbcf1-78a2-4fbd-b1a3-49e89bb971ff
  InstallationDate: Installed on 2021-04-22 (1 days ago)
  InstallationMedia: Ubuntu 12.04.5 LTS "Precise Pangolin" - Release i386 
(20140807.1)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux 

[Kernel-packages] [Bug 1916076] Re: Support kernel 4.15 in Trusty kexec-tools

2021-02-23 Thread Leonidas S. Barbosa
** Information type changed from Public to Public Security

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

Title:
  Support kernel 4.15 in Trusty kexec-tools

Status in kexec-tools package in Ubuntu:
  In Progress
Status in kexec-tools source package in Trusty:
  In Progress

Bug description:
  [Impact]
  * In Trusty/Azure we have a kernel 4.15 package - this kernel has a bunch of 
improvements compared to Trusty HWE, including KASLR. That reflects a lot in 
the memory topology/mapping, which affects the kexec procedure.

  - In order to support kexec operation for kdump in Trusty/Azure running 
kernel 4.15, the following patches are needed, and hereby backported:
  0d526445 ("x86, kaslr: add alternative way to locate kernel text mapping 
area")
  9f62cbdd ("kexec/arch/i386: Add support for KASLR memory randomization")
  dbb99d93 ("kexec-tools/x86: get_kernel_vaddr_and_size off-by-one fix")
  ed15ba1b ("build_mem_phdrs(): check if p_paddr is invalid")
  fab91841 ("Handle additional e820 memmap type strings")

  - All the above patches are included in kexec-tools from Xenial, so
  they are exercised by Xenial's users for the last years.

  [Test Case]
  * To test and exhibit the issue, just execute both "kexec -l" (regular load) 
and "kexec -p" (kdump kernel load) operations in an Azure instance running 
Trusty with the latest trusty-updates version of the package (2.0.6-0ubuntu2.3) 
- it will fail.

  * Using the patches hereby backported, both operations succeed and
  kdump kernel is initialized when an artificial panic is triggered
  using "echo c > /proc/sysrq"

  [Where problems could occur]
  * As previously mentioned, all the patches are present in Xenial and 
subsequent versions of kexec-tools; since all of them are not invasive and 
kexec-tools is backward compatible, the potential for regressions is pretty low.

  * That said, if we face problems due to the patches proposed here, the
  issues would show-up during kdump/regular kexec load operations.

  * Worth to mention that in kernel 4.4, the following message is
  observed when loading a kdump kernel after the patches: "Cannot get
  kernel page_offset_base symbol address". This is expected, since kexec
  will try new methods to get memory information (which will succeed in
  more recent kernels), but will fallback to the old methods in old
  kernels, showing this message.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kexec-tools/+bug/1916076/+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 1873083] Re: Lenovo Yoga C940 frequently does thermal shutdown

2020-12-01 Thread Magdalena S
Thank you Srinivas. This sounds at least very promising. Unfortunately,
I don't feel confident enough to work around in kernel files so I am
patiently awaiting the patch to be accepted or a config-script doing the
changes.

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

Title:
  Lenovo Yoga C940 frequently does thermal shutdown

Status in linux package in Ubuntu:
  Incomplete
Status in thermald package in Ubuntu:
  Confirmed
Status in Gentoo Linux:
  New

Bug description:
  On a bit higher load and especially if Laptop is charging, very often
  Kernel does an emergency thermal shutdown.

  thermal thermal_zone3: critical temperature reached (80 C), shutting
  down

  It says 80 C, but sensors command shows that temperatures hovering
  close to 100C before the shutdown happens.

  dmesg is often also full of these (for each core):
  mce: CPU2: Core temperature above threshold, cpu clock throttled (total 
events = 246766)

  When I boot to Windows, it seems that CPU is throttled more
  aggressively on load and thermal shutdown doesn't happen with a
  similar load, but CPU frequencies drop to 1600 range, while in Ubuntu
  they are 2800 range.

  I would rather have more throttling that computer shutting down
  randomly without the ability to save work.

  Is there a workaround?

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-21-generic 5.4.0-21.25
  ProcVersionSignature: Ubuntu 5.4.0-21.25-generic 5.4.27
  Uname: Linux 5.4.0-21-generic x86_64
  ApportVersion: 2.20.11-0ubuntu24
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  anton  1874 F pulseaudio
   /dev/snd/pcmC0D0p:   anton  1874 F...m pulseaudio
   /dev/snd/pcmC0D6c:   anton  1874 F...m pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Apr 15 23:54:21 2020
  InstallationDate: Installed on 2019-11-29 (137 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
  MachineType: LENOVO 81Q9
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-21-generic 
root=UUID=24af2874-e109-44f9-a5b9-8a9ce34b3f0f ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-21-generic N/A
   linux-backports-modules-5.4.0-21-generic  N/A
   linux-firmware1.187
  SourcePackage: linux
  UpgradeStatus: Upgraded to focal on 2020-04-04 (11 days ago)
  dmi.bios.date: 01/09/2020
  dmi.bios.vendor: LENOVO
  dmi.bios.version: AUCN54WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0R32862 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo Yoga C940-14IIL
  dmi.modalias: 
dmi:bvnLENOVO:bvrAUCN54WW:bd01/09/2020:svnLENOVO:pn81Q9:pvrLenovoYogaC940-14IIL:rvnLENOVO:rnLNVNB161216:rvrSDK0R32862WIN:cvnLENOVO:ct31:cvrLenovoYogaC940-14IIL:
  dmi.product.family: Yoga C940-14IIL
  dmi.product.name: 81Q9
  dmi.product.sku: LENOVO_MT_81Q9_BU_idea_FM_Yoga C940-14IIL
  dmi.product.version: Lenovo Yoga C940-14IIL
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1873083/+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 1873083] Re: Lenovo Yoga C940 frequently does thermal shutdown

2020-12-01 Thread Magdalena S
I also have the same issue with the Lenovo Yoga C940 regarding the
regular thermal shutdowns on Manjaro 20.2. They occur mainly during
charging and in particular during video conferences (Zoom, etc.), which
is really annoying. I have also tried different linux kernels (5.4 -
5.10) but the shutdowns remained. This way, the lenovo yoga notebook is
simply not serviceable under Linux.

If there is any solution for that I would be really thankful.

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

Title:
  Lenovo Yoga C940 frequently does thermal shutdown

Status in linux package in Ubuntu:
  Incomplete
Status in thermald package in Ubuntu:
  Confirmed
Status in Gentoo Linux:
  New

Bug description:
  On a bit higher load and especially if Laptop is charging, very often
  Kernel does an emergency thermal shutdown.

  thermal thermal_zone3: critical temperature reached (80 C), shutting
  down

  It says 80 C, but sensors command shows that temperatures hovering
  close to 100C before the shutdown happens.

  dmesg is often also full of these (for each core):
  mce: CPU2: Core temperature above threshold, cpu clock throttled (total 
events = 246766)

  When I boot to Windows, it seems that CPU is throttled more
  aggressively on load and thermal shutdown doesn't happen with a
  similar load, but CPU frequencies drop to 1600 range, while in Ubuntu
  they are 2800 range.

  I would rather have more throttling that computer shutting down
  randomly without the ability to save work.

  Is there a workaround?

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-21-generic 5.4.0-21.25
  ProcVersionSignature: Ubuntu 5.4.0-21.25-generic 5.4.27
  Uname: Linux 5.4.0-21-generic x86_64
  ApportVersion: 2.20.11-0ubuntu24
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  anton  1874 F pulseaudio
   /dev/snd/pcmC0D0p:   anton  1874 F...m pulseaudio
   /dev/snd/pcmC0D6c:   anton  1874 F...m pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Apr 15 23:54:21 2020
  InstallationDate: Installed on 2019-11-29 (137 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
  MachineType: LENOVO 81Q9
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-21-generic 
root=UUID=24af2874-e109-44f9-a5b9-8a9ce34b3f0f ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-21-generic N/A
   linux-backports-modules-5.4.0-21-generic  N/A
   linux-firmware1.187
  SourcePackage: linux
  UpgradeStatus: Upgraded to focal on 2020-04-04 (11 days ago)
  dmi.bios.date: 01/09/2020
  dmi.bios.vendor: LENOVO
  dmi.bios.version: AUCN54WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0R32862 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo Yoga C940-14IIL
  dmi.modalias: 
dmi:bvnLENOVO:bvrAUCN54WW:bd01/09/2020:svnLENOVO:pn81Q9:pvrLenovoYogaC940-14IIL:rvnLENOVO:rnLNVNB161216:rvrSDK0R32862WIN:cvnLENOVO:ct31:cvrLenovoYogaC940-14IIL:
  dmi.product.family: Yoga C940-14IIL
  dmi.product.name: 81Q9
  dmi.product.sku: LENOVO_MT_81Q9_BU_idea_FM_Yoga C940-14IIL
  dmi.product.version: Lenovo Yoga C940-14IIL
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1873083/+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 1861610] Re: 'Elan touchpad' not detected on 'Lenovo ThinkBook 15 IIL'

2020-09-15 Thread Jakob S
Hi,

I bought the Thinkbook 15IIL some days ago, although I read, that I would have 
trouble with the touchpad.
I adapted Ferenc's post #66 for Manjaro (Arch) and it's working like a charm.
You don't need to change that much. Just install all packages with pacman -S 
cpio iasl

And please use this command within the patch file, according to thread #96.
#!/bin/sh
sed -i -E 's/^(\s*initrd\s+)(\S*\/)(.*)$/\1\2acpi_fixed.cpio \2\3/g' \
/boot/grub/grub.cfg.new


After a reboot, the Touchpad is working quite well.

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

Title:
  'Elan touchpad' not detected on 'Lenovo ThinkBook 15 IIL'

Status in linux package in Ubuntu:
  Fix Released
Status in linux-oem-5.6 package in Ubuntu:
  Fix Released
Status in linux-oem-osp1 package in Ubuntu:
  Invalid
Status in linux source package in Bionic:
  Fix Released
Status in linux-oem-5.6 source package in Bionic:
  Invalid
Status in linux-oem-osp1 source package in Bionic:
  Fix Released
Status in linux source package in Eoan:
  Fix Released
Status in linux-oem-5.6 source package in Eoan:
  Invalid
Status in linux-oem-osp1 source package in Eoan:
  Fix Released
Status in linux source package in Focal:
  Fix Released
Status in linux-oem-5.6 source package in Focal:
  Fix Released
Status in linux-oem-osp1 source package in Focal:
  Invalid

Bug description:
  [SRU Justification]

  [Impact]
  Touchpad function unavailable on some platforms with new ELAN touchpad
  HIDs.

  [Fix]
  
https://lore.kernel.org/linux-input/000201d5a8bd$9fead3f0$dfc07bd0$@emc.com.tw/
  required to match these currently unsupported IDs.

  [Test Case]
  1. check if platform is affected, e.g. with ELAN0634:

 $ sudo acpidump | grep -C3 ELAN
 2A060: 49 4E 54 31 70 0A 20 49 44 41 44 A4 84 53 42 46 INT1p.IDAD..SBF
 2A070: 53 53 42 46 49 00 5B 82 42 0E 54 50 44 32 08 5F SSBFI.[.B.TPD2._
 2A080: 41 44 52 00 08 49 44 41 44 00 08 48 49 44 32 00 ADR..IDAD..HID2.
 2A090: 08 5F 48 49 44 0D 45 4C 41 4E 30 36 33 34 00 08 ._HID.ELAN0634..
 2A0A0: 5F 43 49 44 0D 50 4E 50 30 43 35 30 00 08 5F 55 _CID.PNP0C50.._U
 2A0B0: 49 44 01 14 4B 04 5F 44 53 4D 04 A0 3C 93 68 11 ID..K._DSM..<.h.
 2A0C0: 13 0A 10 F7 F6 DF 3C 67 42 55 45 AD 05 B3 0A 3D ..https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1861610/+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 1870758] Re: [nvidia] Display scaling results in a blank screen (power save state)

2020-08-04 Thread S. Jansen
*** This bug is a duplicate of bug 1869750 ***
https://bugs.launchpad.net/bugs/1869750

Nvidia 1080 with two 4K screens. After updating to 440 i only have lost
fraction scaling, gnome settings only shows 100,200,300,400. The old
experimental flag does not work (xorg).

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

Title:
  [nvidia] Display scaling results in a blank screen (power save state)

Status in mutter package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-440 package in Ubuntu:
  Confirmed

Bug description:
  Working on fully updated focal fossy

  Procedure to make bug happen:

  1. open gnome control center and select screen (skærme in danish)

  2. click the "fractional scaling" switch

  3. select 150% scaling and click the green button at top right

  4. Result is a blank screen and the monitor going into a power save
  state

  
  A reboot doesn't help. The login screen appears, when I log in the screen 
goes blank again and the monitor power save kicks in.

  If I select the "unity" environment, the display does work.

  If I do this on the command line "gsettings set org.gnome.mutter
  experimental-features ['']", I can log in as usual and fractional
  scaling has been turned off.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: gnome-control-center 1:3.36.1-1ubuntu3
  ProcVersionSignature: Ubuntu 5.4.0-21.25-generic 5.4.27
  Uname: Linux 5.4.0-21-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu22
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Apr  4 12:11:39 2020
  InstallationDate: Installed on 2018-01-14 (810 days ago)
  InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 
(20170801)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=da_DK.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-control-center
  UpgradeStatus: Upgraded to focal on 2020-04-03 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1870758/+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 1874465] Re: dummy output ubuntu 20.04 LTS dell inspiron 3420

2020-08-03 Thread Almer S. Tigelaar
*** This bug is a duplicate of bug 1876065 ***
https://bugs.launchpad.net/bugs/1876065

I believe the duplicate is incorrect, as that seems to be another issue.
I have had the same problem described on my laptop (a Dell XPS 13). The
fact that a force-reload works points to an audio device blocking issue,
and indeed that seems to be the case [1]. Timidity seems to cause this
problem, probably it is starting at the same time alsa tries to capture
the audio device.

The work-around solution for end-users is easy (you'll loose the
timidity service, I did not need it):

`sudo systemctl stop timidity`
`sudo systemctl disable timidity`

For an actual distro fix: perhaps the Ubuntu start-up scripts can be
reviewed and the order adjusted, as that's likely the culprit.


[1] = https://arstechnica.com/civis/viewtopic.php?f=16=1467180

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

Title:
  dummy output ubuntu 20.04 LTS dell inspiron 3420

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  in sound settings there is only dummy output, everything worked until
  April, 21 2020 when updated 18.04 LTS to 20.04 LTS via terminal.

  Description:  Ubuntu 20.04 LTS
  Release:  20.04

  alsa-base:
    Installed: 1.0.25+dfsg-0ubuntu5
    Candidate: 1.0.25+dfsg-0ubuntu5
    Version table:
   *** 1.0.25+dfsg-0ubuntu5 500
  500 http://br.archive.ubuntu.com/ubuntu focal/main amd64 Packages
  500 http://br.archive.ubuntu.com/ubuntu focal/main i386 Packages
  100 /var/lib/dpkg/status

  pavucontrol:
    Installed: 4.0-1build1
    Candidate: 4.0-1build1
    Version table:
   *** 4.0-1build1 500
  500 http://br.archive.ubuntu.com/ubuntu focal/universe amd64 Packages
  100 /var/lib/dpkg/status

  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
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ploosh 1949 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Apr 23 11:35:40 2020
  InstallationDate: Installed on 2019-10-06 (199 days ago)
  InstallationMedia: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 
(20190805)
  MachineType: Dell Inc. Inspiron 3420
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-26-generic 
root=UUID=ec870298-2798-4d1b-a6d2-6118c2078d5e ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-26-generic N/A
   linux-backports-modules-5.4.0-26-generic  N/A
   linux-firmware1.187
  SourcePackage: linux
  UpgradeStatus: Upgraded to focal on 2020-04-22 (1 days ago)
  dmi.bios.date: 11/04/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A11
  dmi.board.name: 04XGDT
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A11
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd11/04/2013:svnDellInc.:pnInspiron3420:pvrNotSpecified:rvnDellInc.:rn04XGDT:rvrA11:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: Inspiron 3420
  dmi.product.sku: To be filled by O.E.M.
  dmi.product.version: Not Specified
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1874465/+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 1886922] Re: package linux-headers-4.4.0-96 4.4.0-96.119 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting confi

2020-07-09 Thread Leonidas S. Barbosa
** Information type changed from Private Security to Public

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

Title:
  package linux-headers-4.4.0-96 4.4.0-96.119 failed to install/upgrade:
  package is in a very bad inconsistent state; you should  reinstall it
  before attempting configuration

Status in linux package in Ubuntu:
  New

Bug description:
  Package headers failed to install! Linux Ubuntu Mate.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: linux-headers-4.4.0-96 4.4.0-96.119
  ProcVersionSignature: Ubuntu 4.4.0-184.214-generic 4.4.223
  Uname: Linux 4.4.0-184-generic i686
  ApportVersion: 2.20.1-0ubuntu2.23
  AptOrdering:
   firefox-locale-en: Install
   linux-headers-4.4.0-96: Configure
   firefox-locale-en: Configure
   NULL: ConfigurePending
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   johnnyreb   2213 F...m pulseaudio
   /dev/snd/controlC0:  johnnyreb   2213 F pulseaudio
  Date: Sun Jul  5 06:59:33 2020
  DpkgTerminalLog:
   Preparing to unpack 
.../firefox-locale-en_78.0.1+build1-0ubuntu0.16.04.1_i386.deb ...
   Unpacking firefox-locale-en (78.0.1+build1-0ubuntu0.16.04.1) over 
(77.0.1+build1-0ubuntu0.16.04.1) ...
   dpkg: error processing package linux-headers-4.4.0-96 (--configure):
package is in a very bad inconsistent state; you should
reinstall it before attempting configuration
  DuplicateSignature:
   package:linux-headers-4.4.0-96:4.4.0-96.119
   Unpacking firefox-locale-en (78.0.1+build1-0ubuntu0.16.04.1) over 
(77.0.1+build1-0ubuntu0.16.04.1) ...
   dpkg: error processing package linux-headers-4.4.0-96 (--configure):
package is in a very bad inconsistent state; you should
  ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
  HibernationDevice: RESUME=UUID=6783c982-9133-4a7b-b7fb-a98cc9f16216
  InstallationDate: Installed on 2016-09-06 (1401 days ago)
  InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Release i386 
(20160420.1)
  MachineType: System manufacturer System Product Name
  PackageArchitecture: all
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-184-generic 
root=UUID=f010cd2c-4c9f-4785-b4ce-c0df263752d3 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc 2.02~beta2-36ubuntu3.23
  SourcePackage: linux
  Title: package linux-headers-4.4.0-96 4.4.0-96.119 failed to install/upgrade: 
package is in a very bad inconsistent state; you should  reinstall it before 
attempting configuration
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/01/2007
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1221
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5B-Deluxe
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1221:bd11/01/2007:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5B-Deluxe:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1886922/+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 1872108] Re: Bass not on working Lenovo ThinkPad X1 Carbon 7th gen running focal

2020-06-26 Thread S
Same problem on an X1c7.  Let me know if I can provide any more info.  I
hope this is fixed soon, I'm not sure how much longer my ears will last
listening to tinny sound at high volume.

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

Title:
  Bass not on working Lenovo ThinkPad X1 Carbon 7th gen running focal

Status in alsa-ucm-conf package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Related to
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1845677/comments/14

  Audio works and the volume seems reasonable however the audio is
  noticeably missing bass giving everything a high treble sound.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: alsa-ucm-conf 1.2.2-1
  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: ubuntu:GNOME
  Date: Fri Apr 10 09:17:33 2020
  Dependencies:

  InstallationDate: Installed on 2020-04-08 (1 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Beta amd64 (20200402)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-ucm-conf
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu26
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Dependencies:
   
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-04-08 (1 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Beta amd64 (20200402)
  Package: linux
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 5.4.0-21.25-generic 5.4.27
  Tags:  focal
  Uname: Linux 5.4.0-21-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-ucm-conf/+bug/1872108/+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 1883347] [NEW] random freezes

2020-06-13 Thread Muhammad Indra S
Public bug reported:

i have random freezes at videos on linux mint

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

Title:
  random freezes

Status in linux package in Ubuntu:
  New

Bug description:
  i have random freezes at videos on linux mint

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1883347/+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 1879010] Re: Bluetooth speaker defaults to lower quality (HSP/HFP) instead of higher quality (A2DP) sink

2020-05-20 Thread Chris S.
1) This is the speaker in question: http://fugoo.com.au/fugoo-sport.php
2) Confirm - I can select the higher quality audio profile by going to settings 
after the speaker is paired / connected.

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

Title:
  Bluetooth speaker defaults to lower quality (HSP/HFP) instead of
  higher quality (A2DP) sink

Status in bluez package in Ubuntu:
  Incomplete

Bug description:
  This seems identical to this bug:
  https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1845046, but was
  suggested to open a new bug as the other one was closed.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: bluez 5.53-0ubuntu3
  ProcVersionSignature: Ubuntu 5.4.0-29.33-generic 5.4.30
  Uname: Linux 5.4.0-29-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Fri May 15 16:13:24 2020
  InstallationDate: Installed on 2020-05-06 (9 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  InterestingModules: rfcomm bnep btusb bluetooth
  MachineType: Dell Inc. XPS 13 9300
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-29-generic 
root=UUID=21f0214d-8c30-4e9b-bf3b-1b3576c64628 ro quiet splash vt.handoff=7
  SourcePackage: bluez
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/26/2020
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.0.7
  dmi.board.name: 077Y9N
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.0.7:bd02/26/2020:svnDellInc.:pnXPS139300:pvr:rvnDellInc.:rn077Y9N:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 13 9300
  dmi.product.sku: 096D
  dmi.sys.vendor: Dell Inc.
  hciconfig:
   hci0:Type: Primary  Bus: USB
BD Address: 54:8D:5A:D8:BA:43  ACL MTU: 1021:4  SCO MTU: 96:6
UP RUNNING 
RX bytes:1126282 acl:178 sco:0 events:156624 errors:0
TX bytes:130927152 acl:152574 sco:8 commands:3326 errors:0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1879010/+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 1879068] [NEW] Ubuntu 18 hangs and seeing a report like Radeon ring 4 stalled for 100000+ seconds

2020-05-16 Thread Chris Samuel S
://in.archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 
Packages [8,720 B]
Get:30 http://in.archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 
DEP-11 Metadata [2,468 B]
Get:31 http://in.archive.ubuntu.com/ubuntu bionic-backports/universe amd64 
DEP-11 Metadata [7,968 B]
Get:32 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 
Packages [7,392 B]
Get:33 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 
Packages [4,288 B]
Get:34 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 
DEP-11 Metadata [2,464 B]
Reading package lists... Done  
W: GPG error: https://artifacts.elastic.co/packages/7.x/apt stable InRelease: 
The following signatures couldn't be verified because the public key is not 
available: NO_PUBKEY D27D666CD88E42B4
E: The repository 'https://artifacts.elastic.co/packages/7.x/apt stable 
InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore 
disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration 
details.
N: Skipping acquire of configured file 'contrib/binary-i386/Packages' as 
repository 'http://download.virtualbox.org/virtualbox/debian bionic InRelease' 
doesn't support architecture 'i386'
W: GPG error: https://cloud.r-project.org/bin/linux/ubuntu bionic-cran35/ 
InRelease: The following signatures couldn't be verified because the public key 
is not available: NO_PUBKEY 51716619E084DAB9
E: The repository 'https://cloud.r-project.org/bin/linux/ubuntu bionic-cran35/ 
InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore 
disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration 
details.
Reading package lists... Done
Building dependency tree   
Reading state information... Done
mesa-utils is already the newest version (8.4.0-1).
The following packages were automatically installed and are no longer required:
  efibootmgr libfwup1
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  gawk hddtemp lm-sensors
Suggested packages:
  gawk-doc fancontrol read-edid i2c-tools
The following NEW packages will be installed:
  fbset gawk hardinfo hddtemp inxi lm-sensors nux-tools
0 upgraded, 7 newly installed, 0 to remove and 51 not upgraded.
Need to get 1,127 kB of archives.
After this operation, 3,924 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 http://in.archive.ubuntu.com/ubuntu bionic/main amd64 gawk amd64 
1:4.1.4+dfsg-1build1 [401 kB]
Get:2 http://in.archive.ubuntu.com/ubuntu bionic/main amd64 fbset amd64 2.1-30 
[120 kB]
Get:3 http://in.archive.ubuntu.com/ubuntu bionic/universe amd64 hardinfo amd64 
0.5.1+git20180227-1 [319 kB]
Get:4 http://in.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 
nux-tools amd64 4.0.8+18.04.20180622.2-0ubuntu1 [10.4 kB]
Get:5 http://in.archive.ubuntu.com/ubuntu bionic/universe amd64 hddtemp amd64 
0.3-beta15-53 [47.7 kB]
Get:6 http://in.archive.ubuntu.com/ubuntu bionic/universe amd64 inxi all 
2.3.56-1 [143 kB]
Get:7 http://in.archive.ubuntu.com/ubuntu bionic/universe amd64 lm-sensors 
amd64 1:3.4.0-4 [85.5 kB]
Fetched 1,127 kB in 14s (80.4 kB/s)
Preconfiguring packages ...
Selecting previously unselected package gawk.
(Reading database ... 377707 files and directories currently installed.)
Preparing to unpack .../0-gawk_1%3a4.1.4+dfsg-1build1_amd64.deb ...
Unpacking gawk (1:4.1.4+dfsg-1build1) ...
Selecting previously unselected package fbset.
Preparing to unpack .../1-fbset_2.1-30_amd64.deb ...
Unpacking fbset (2.1-30) ...
Selecting previously unselected package hardinfo.
Preparing to unpack .../2-hardinfo_0.5.1+git20180227-1_amd64.deb ...
Unpacking hardinfo (0.5.1+git20180227-1) ...
Selecting previously unselected package nux-tools.
Preparing to unpack .../3-nux-tools_4.0.8+18.04.20180622.2-0ubuntu1_amd64.deb 
...
Unpacking nux-tools (4.0.8+18.04.20180622.2-0ubuntu1) ...
Selecting previously unselected package hddtemp.
Preparing to unpack .../4-hddtemp_0.3-beta15-53_amd64.deb ...
Unpacking hddtemp (0.3-beta15-53) ...
Selecting previously unselected package inxi.
Preparing to unpack .../5-inxi_2.3.56-1_all.deb ...
Unpacking inxi (2.3.56-1) ...
Selecting previously unselected package lm-sensors.
Preparing to unpack .../6-lm-sensors_1%3a3.4.0-4_amd64.deb ...
Unpacking lm-sensors (1:3.4.0-4) ...
Setting up hardinfo (0.5.1+git20180227-1) ...
Setting up hddtemp (0.3-beta15-53) ...
Setting up nux-tools (4.0.8+18.04.20180622.2-0ubuntu1) ...
Setting up gawk (1:4.1.4+dfsg-1build1) ...
Setting up lm-sensors (1:3.4.0-4) ...
Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service 
→ /lib/systemd/system/lm-sensors.service.
Setting up inxi (2.3.56-1) ...
Setting up fbset (2.1-30) ...
Processing triggers for ureadahead (0.100.0-21) ...
ureadahead

[Kernel-packages] [Bug 1879010] [NEW] Bluetooth speaker defaults to lower quality (HSP/HFP) instead of higher quality (A2DP) sink

2020-05-15 Thread Chris S.
Public bug reported:

This seems identical to this bug:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1845046, but was
suggested to open a new bug as the other one was closed.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: bluez 5.53-0ubuntu3
ProcVersionSignature: Ubuntu 5.4.0-29.33-generic 5.4.30
Uname: Linux 5.4.0-29-generic x86_64
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Fri May 15 16:13:24 2020
InstallationDate: Installed on 2020-05-06 (9 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
InterestingModules: rfcomm bnep btusb bluetooth
MachineType: Dell Inc. XPS 13 9300
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-29-generic 
root=UUID=21f0214d-8c30-4e9b-bf3b-1b3576c64628 ro quiet splash vt.handoff=7
SourcePackage: bluez
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/26/2020
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.0.7
dmi.board.name: 077Y9N
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 10
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.0.7:bd02/26/2020:svnDellInc.:pnXPS139300:pvr:rvnDellInc.:rn077Y9N:rvrA00:cvnDellInc.:ct10:cvr:
dmi.product.family: XPS
dmi.product.name: XPS 13 9300
dmi.product.sku: 096D
dmi.sys.vendor: Dell Inc.
hciconfig:
 hci0:  Type: Primary  Bus: USB
BD Address: 54:8D:5A:D8:BA:43  ACL MTU: 1021:4  SCO MTU: 96:6
UP RUNNING 
RX bytes:1126282 acl:178 sco:0 events:156624 errors:0
TX bytes:130927152 acl:152574 sco:8 commands:3326 errors:0

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


** Tags: amd64 apport-bug focal

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

Title:
  Bluetooth speaker defaults to lower quality (HSP/HFP) instead of
  higher quality (A2DP) sink

Status in bluez package in Ubuntu:
  New

Bug description:
  This seems identical to this bug:
  https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1845046, but was
  suggested to open a new bug as the other one was closed.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: bluez 5.53-0ubuntu3
  ProcVersionSignature: Ubuntu 5.4.0-29.33-generic 5.4.30
  Uname: Linux 5.4.0-29-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Fri May 15 16:13:24 2020
  InstallationDate: Installed on 2020-05-06 (9 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  InterestingModules: rfcomm bnep btusb bluetooth
  MachineType: Dell Inc. XPS 13 9300
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-29-generic 
root=UUID=21f0214d-8c30-4e9b-bf3b-1b3576c64628 ro quiet splash vt.handoff=7
  SourcePackage: bluez
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/26/2020
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.0.7
  dmi.board.name: 077Y9N
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.0.7:bd02/26/2020:svnDellInc.:pnXPS139300:pvr:rvnDellInc.:rn077Y9N:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 13 9300
  dmi.product.sku: 096D
  dmi.sys.vendor: Dell Inc.
  hciconfig:
   hci0:Type: Primary  Bus: USB
BD Address: 54:8D:5A:D8:BA:43  ACL MTU: 1021:4  SCO MTU: 96:6
UP RUNNING 
RX bytes:1126282 acl:178 sco:0 events:156624 errors:0
TX bytes:130927152 acl:152574 sco:8 commands:3326 errors:0

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

2020-04-23 Thread Leonidas S. Barbosa
apport information

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

Title:
  Wifi goes down when change bluetooth configuration

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  WiFi connection goes down when having a Bluetooth headset connected and 
change from A2DP to HSP. 
  The connection goes down instantly. If you change back to A2DP connection 
works again, but in some cases it goes down forever till you disconnect from 
the current WiFi and connect again.

  [How to reproduce]
   1. connect a Bluetooth headset and change from A2DP to HSP.

  [System Info]
   Ubuntu 5.4.0-24.28-generic 5.4.30
   03:00.0 Network controller: Qualcomm Atheros QCA9377 802.11ac Wireless 
Network Adapter (rev 31)
   
   No LSB modules are available.
   Distributor ID:  Ubuntu
   Description: Ubuntu 20.04 LTS
   Release: 20.04
   Codename:focal

  [DMESG info]
  348674.114861] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114864] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114866] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114869] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114873] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114876] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114879] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114882] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114885] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114888] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114891] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114894] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114897] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114900] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114903] Bluetooth: hci0: SCO packet for unknown connection handle 3072
  [348674.114906] Bluetooth: hci0: SCO packet for unknown connection handle 48
  [348674.114909] Bluetooth: hci0: SCO packet for unknown connection handle 0
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  leosilva   6150 F pulseaudio
   /dev/snd/pcmC1D7p:   leosilva   6150 F...m pulseaudio
   /dev/snd/controlC0:  leosilva   6150 F pulseaudio
   /dev/snd/pcmC0D8p:   leosilva   6150 F...m pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-01-02 (111 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200102)
  MachineType: Dell Inc. XPS 8930
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
  Package: linux (not installed)
  ProcFB:
   0 EFI VGA
   1 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-24-generic 
root=UUID=bb691d80-94d7-4044-844f-c0df45ba89ca ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-24.28-generic 5.4.30
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-24-generic N/A
   linux-backports-modules-5.4.0-24-generic  N/A
   linux-firmware1.187
  Tags:  focal
  Uname: Linux 5.4.0-24-generic x86_64
  UnreportableReason: This is not an official Ubuntu package. Please remove any 
third party package and try again.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirt lpadmin lxd plugdev sambashare sbuild sudo
  _MarkForUpload: True
  dmi.bios.date: 10/31/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.10
  dmi.board.name: 06HKRH
  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.10:bd10/31/2019:svnDellInc.:pnXPS8930:pvr1.1.10:rvnDellInc.:rn06HKRH:rvrA00:cvnDellInc.:ct3:cvrNotSpecified:
  dmi.product.family: XPS
  dmi.product.name: XPS 8930
  dmi.product.sku: 0859
  dmi.product.version: 1.1.10
  dmi.sys.vendor: Dell Inc.

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

2020-04-23 Thread Leonidas S. Barbosa
apport information

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

Title:
  Wifi goes down when change bluetooth configuration

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  WiFi connection goes down when having a Bluetooth headset connected and 
change from A2DP to HSP. 
  The connection goes down instantly. If you change back to A2DP connection 
works again, but in some cases it goes down forever till you disconnect from 
the current WiFi and connect again.

  [How to reproduce]
   1. connect a Bluetooth headset and change from A2DP to HSP.

  [System Info]
   Ubuntu 5.4.0-24.28-generic 5.4.30
   03:00.0 Network controller: Qualcomm Atheros QCA9377 802.11ac Wireless 
Network Adapter (rev 31)
   
   No LSB modules are available.
   Distributor ID:  Ubuntu
   Description: Ubuntu 20.04 LTS
   Release: 20.04
   Codename:focal

  [DMESG info]
  348674.114861] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114864] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114866] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114869] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114873] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114876] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114879] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114882] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114885] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114888] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114891] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114894] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114897] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114900] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114903] Bluetooth: hci0: SCO packet for unknown connection handle 3072
  [348674.114906] Bluetooth: hci0: SCO packet for unknown connection handle 48
  [348674.114909] Bluetooth: hci0: SCO packet for unknown connection handle 0
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  leosilva   6150 F pulseaudio
   /dev/snd/pcmC1D7p:   leosilva   6150 F...m pulseaudio
   /dev/snd/controlC0:  leosilva   6150 F pulseaudio
   /dev/snd/pcmC0D8p:   leosilva   6150 F...m pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-01-02 (111 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200102)
  MachineType: Dell Inc. XPS 8930
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
  Package: linux (not installed)
  ProcFB:
   0 EFI VGA
   1 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-24-generic 
root=UUID=bb691d80-94d7-4044-844f-c0df45ba89ca ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-24.28-generic 5.4.30
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-24-generic N/A
   linux-backports-modules-5.4.0-24-generic  N/A
   linux-firmware1.187
  Tags:  focal
  Uname: Linux 5.4.0-24-generic x86_64
  UnreportableReason: This is not an official Ubuntu package. Please remove any 
third party package and try again.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirt lpadmin lxd plugdev sambashare sbuild sudo
  _MarkForUpload: True
  dmi.bios.date: 10/31/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.10
  dmi.board.name: 06HKRH
  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.10:bd10/31/2019:svnDellInc.:pnXPS8930:pvr1.1.10:rvnDellInc.:rn06HKRH:rvrA00:cvnDellInc.:ct3:cvrNotSpecified:
  dmi.product.family: XPS
  dmi.product.name: XPS 8930
  dmi.product.sku: 0859
  dmi.product.version: 1.1.10
  dmi.sys.vendor: Dell Inc.

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

2020-04-23 Thread Leonidas S. Barbosa
apport information

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

Title:
  Wifi goes down when change bluetooth configuration

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  WiFi connection goes down when having a Bluetooth headset connected and 
change from A2DP to HSP. 
  The connection goes down instantly. If you change back to A2DP connection 
works again, but in some cases it goes down forever till you disconnect from 
the current WiFi and connect again.

  [How to reproduce]
   1. connect a Bluetooth headset and change from A2DP to HSP.

  [System Info]
   Ubuntu 5.4.0-24.28-generic 5.4.30
   03:00.0 Network controller: Qualcomm Atheros QCA9377 802.11ac Wireless 
Network Adapter (rev 31)
   
   No LSB modules are available.
   Distributor ID:  Ubuntu
   Description: Ubuntu 20.04 LTS
   Release: 20.04
   Codename:focal

  [DMESG info]
  348674.114861] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114864] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114866] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114869] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114873] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114876] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114879] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114882] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114885] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114888] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114891] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114894] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114897] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114900] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114903] Bluetooth: hci0: SCO packet for unknown connection handle 3072
  [348674.114906] Bluetooth: hci0: SCO packet for unknown connection handle 48
  [348674.114909] Bluetooth: hci0: SCO packet for unknown connection handle 0
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  leosilva   6150 F pulseaudio
   /dev/snd/pcmC1D7p:   leosilva   6150 F...m pulseaudio
   /dev/snd/controlC0:  leosilva   6150 F pulseaudio
   /dev/snd/pcmC0D8p:   leosilva   6150 F...m pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-01-02 (111 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200102)
  MachineType: Dell Inc. XPS 8930
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
  Package: linux (not installed)
  ProcFB:
   0 EFI VGA
   1 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-24-generic 
root=UUID=bb691d80-94d7-4044-844f-c0df45ba89ca ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-24.28-generic 5.4.30
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-24-generic N/A
   linux-backports-modules-5.4.0-24-generic  N/A
   linux-firmware1.187
  Tags:  focal
  Uname: Linux 5.4.0-24-generic x86_64
  UnreportableReason: This is not an official Ubuntu package. Please remove any 
third party package and try again.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirt lpadmin lxd plugdev sambashare sbuild sudo
  _MarkForUpload: True
  dmi.bios.date: 10/31/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.10
  dmi.board.name: 06HKRH
  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.10:bd10/31/2019:svnDellInc.:pnXPS8930:pvr1.1.10:rvnDellInc.:rn06HKRH:rvrA00:cvnDellInc.:ct3:cvrNotSpecified:
  dmi.product.family: XPS
  dmi.product.name: XPS 8930
  dmi.product.sku: 0859
  dmi.product.version: 1.1.10
  dmi.sys.vendor: Dell Inc.

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

2020-04-23 Thread Leonidas S. Barbosa
apport information

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

Title:
  Wifi goes down when change bluetooth configuration

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  WiFi connection goes down when having a Bluetooth headset connected and 
change from A2DP to HSP. 
  The connection goes down instantly. If you change back to A2DP connection 
works again, but in some cases it goes down forever till you disconnect from 
the current WiFi and connect again.

  [How to reproduce]
   1. connect a Bluetooth headset and change from A2DP to HSP.

  [System Info]
   Ubuntu 5.4.0-24.28-generic 5.4.30
   03:00.0 Network controller: Qualcomm Atheros QCA9377 802.11ac Wireless 
Network Adapter (rev 31)
   
   No LSB modules are available.
   Distributor ID:  Ubuntu
   Description: Ubuntu 20.04 LTS
   Release: 20.04
   Codename:focal

  [DMESG info]
  348674.114861] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114864] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114866] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114869] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114873] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114876] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114879] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114882] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114885] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114888] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114891] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114894] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114897] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114900] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114903] Bluetooth: hci0: SCO packet for unknown connection handle 3072
  [348674.114906] Bluetooth: hci0: SCO packet for unknown connection handle 48
  [348674.114909] Bluetooth: hci0: SCO packet for unknown connection handle 0
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  leosilva   6150 F pulseaudio
   /dev/snd/pcmC1D7p:   leosilva   6150 F...m pulseaudio
   /dev/snd/controlC0:  leosilva   6150 F pulseaudio
   /dev/snd/pcmC0D8p:   leosilva   6150 F...m pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-01-02 (111 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200102)
  MachineType: Dell Inc. XPS 8930
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
  Package: linux (not installed)
  ProcFB:
   0 EFI VGA
   1 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-24-generic 
root=UUID=bb691d80-94d7-4044-844f-c0df45ba89ca ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-24.28-generic 5.4.30
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-24-generic N/A
   linux-backports-modules-5.4.0-24-generic  N/A
   linux-firmware1.187
  Tags:  focal
  Uname: Linux 5.4.0-24-generic x86_64
  UnreportableReason: This is not an official Ubuntu package. Please remove any 
third party package and try again.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirt lpadmin lxd plugdev sambashare sbuild sudo
  _MarkForUpload: True
  dmi.bios.date: 10/31/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.10
  dmi.board.name: 06HKRH
  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.10:bd10/31/2019:svnDellInc.:pnXPS8930:pvr1.1.10:rvnDellInc.:rn06HKRH:rvrA00:cvnDellInc.:ct3:cvrNotSpecified:
  dmi.product.family: XPS
  dmi.product.name: XPS 8930
  dmi.product.sku: 0859
  dmi.product.version: 1.1.10
  dmi.sys.vendor: Dell Inc.

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

2020-04-23 Thread Leonidas S. Barbosa
apport information

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

Title:
  Wifi goes down when change bluetooth configuration

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  WiFi connection goes down when having a Bluetooth headset connected and 
change from A2DP to HSP. 
  The connection goes down instantly. If you change back to A2DP connection 
works again, but in some cases it goes down forever till you disconnect from 
the current WiFi and connect again.

  [How to reproduce]
   1. connect a Bluetooth headset and change from A2DP to HSP.

  [System Info]
   Ubuntu 5.4.0-24.28-generic 5.4.30
   03:00.0 Network controller: Qualcomm Atheros QCA9377 802.11ac Wireless 
Network Adapter (rev 31)
   
   No LSB modules are available.
   Distributor ID:  Ubuntu
   Description: Ubuntu 20.04 LTS
   Release: 20.04
   Codename:focal

  [DMESG info]
  348674.114861] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114864] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114866] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114869] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114873] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114876] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114879] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114882] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114885] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114888] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114891] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114894] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114897] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114900] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114903] Bluetooth: hci0: SCO packet for unknown connection handle 3072
  [348674.114906] Bluetooth: hci0: SCO packet for unknown connection handle 48
  [348674.114909] Bluetooth: hci0: SCO packet for unknown connection handle 0
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  leosilva   6150 F pulseaudio
   /dev/snd/pcmC1D7p:   leosilva   6150 F...m pulseaudio
   /dev/snd/controlC0:  leosilva   6150 F pulseaudio
   /dev/snd/pcmC0D8p:   leosilva   6150 F...m pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-01-02 (111 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200102)
  MachineType: Dell Inc. XPS 8930
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
  Package: linux (not installed)
  ProcFB:
   0 EFI VGA
   1 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-24-generic 
root=UUID=bb691d80-94d7-4044-844f-c0df45ba89ca ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-24.28-generic 5.4.30
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-24-generic N/A
   linux-backports-modules-5.4.0-24-generic  N/A
   linux-firmware1.187
  Tags:  focal
  Uname: Linux 5.4.0-24-generic x86_64
  UnreportableReason: This is not an official Ubuntu package. Please remove any 
third party package and try again.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirt lpadmin lxd plugdev sambashare sbuild sudo
  _MarkForUpload: True
  dmi.bios.date: 10/31/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.10
  dmi.board.name: 06HKRH
  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.10:bd10/31/2019:svnDellInc.:pnXPS8930:pvr1.1.10:rvnDellInc.:rn06HKRH:rvrA00:cvnDellInc.:ct3:cvrNotSpecified:
  dmi.product.family: XPS
  dmi.product.name: XPS 8930
  dmi.product.sku: 0859
  dmi.product.version: 1.1.10
  dmi.sys.vendor: Dell Inc.

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

2020-04-23 Thread Leonidas S. Barbosa
apport information

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

Title:
  Wifi goes down when change bluetooth configuration

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  WiFi connection goes down when having a Bluetooth headset connected and 
change from A2DP to HSP. 
  The connection goes down instantly. If you change back to A2DP connection 
works again, but in some cases it goes down forever till you disconnect from 
the current WiFi and connect again.

  [How to reproduce]
   1. connect a Bluetooth headset and change from A2DP to HSP.

  [System Info]
   Ubuntu 5.4.0-24.28-generic 5.4.30
   03:00.0 Network controller: Qualcomm Atheros QCA9377 802.11ac Wireless 
Network Adapter (rev 31)
   
   No LSB modules are available.
   Distributor ID:  Ubuntu
   Description: Ubuntu 20.04 LTS
   Release: 20.04
   Codename:focal

  [DMESG info]
  348674.114861] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114864] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114866] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114869] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114873] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114876] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114879] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114882] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114885] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114888] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114891] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114894] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114897] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114900] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114903] Bluetooth: hci0: SCO packet for unknown connection handle 3072
  [348674.114906] Bluetooth: hci0: SCO packet for unknown connection handle 48
  [348674.114909] Bluetooth: hci0: SCO packet for unknown connection handle 0
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  leosilva   6150 F pulseaudio
   /dev/snd/pcmC1D7p:   leosilva   6150 F...m pulseaudio
   /dev/snd/controlC0:  leosilva   6150 F pulseaudio
   /dev/snd/pcmC0D8p:   leosilva   6150 F...m pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-01-02 (111 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200102)
  MachineType: Dell Inc. XPS 8930
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
  Package: linux (not installed)
  ProcFB:
   0 EFI VGA
   1 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-24-generic 
root=UUID=bb691d80-94d7-4044-844f-c0df45ba89ca ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-24.28-generic 5.4.30
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-24-generic N/A
   linux-backports-modules-5.4.0-24-generic  N/A
   linux-firmware1.187
  Tags:  focal
  Uname: Linux 5.4.0-24-generic x86_64
  UnreportableReason: This is not an official Ubuntu package. Please remove any 
third party package and try again.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirt lpadmin lxd plugdev sambashare sbuild sudo
  _MarkForUpload: True
  dmi.bios.date: 10/31/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.10
  dmi.board.name: 06HKRH
  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.10:bd10/31/2019:svnDellInc.:pnXPS8930:pvr1.1.10:rvnDellInc.:rn06HKRH:rvrA00:cvnDellInc.:ct3:cvrNotSpecified:
  dmi.product.family: XPS
  dmi.product.name: XPS 8930
  dmi.product.sku: 0859
  dmi.product.version: 1.1.10
  dmi.sys.vendor: Dell Inc.

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

2020-04-23 Thread Leonidas S. Barbosa
apport information

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

Title:
  Wifi goes down when change bluetooth configuration

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  WiFi connection goes down when having a Bluetooth headset connected and 
change from A2DP to HSP. 
  The connection goes down instantly. If you change back to A2DP connection 
works again, but in some cases it goes down forever till you disconnect from 
the current WiFi and connect again.

  [How to reproduce]
   1. connect a Bluetooth headset and change from A2DP to HSP.

  [System Info]
   Ubuntu 5.4.0-24.28-generic 5.4.30
   03:00.0 Network controller: Qualcomm Atheros QCA9377 802.11ac Wireless 
Network Adapter (rev 31)
   
   No LSB modules are available.
   Distributor ID:  Ubuntu
   Description: Ubuntu 20.04 LTS
   Release: 20.04
   Codename:focal

  [DMESG info]
  348674.114861] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114864] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114866] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114869] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114873] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114876] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114879] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114882] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114885] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114888] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114891] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114894] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114897] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114900] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114903] Bluetooth: hci0: SCO packet for unknown connection handle 3072
  [348674.114906] Bluetooth: hci0: SCO packet for unknown connection handle 48
  [348674.114909] Bluetooth: hci0: SCO packet for unknown connection handle 0
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  leosilva   6150 F pulseaudio
   /dev/snd/pcmC1D7p:   leosilva   6150 F...m pulseaudio
   /dev/snd/controlC0:  leosilva   6150 F pulseaudio
   /dev/snd/pcmC0D8p:   leosilva   6150 F...m pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-01-02 (111 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200102)
  MachineType: Dell Inc. XPS 8930
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
  Package: linux (not installed)
  ProcFB:
   0 EFI VGA
   1 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-24-generic 
root=UUID=bb691d80-94d7-4044-844f-c0df45ba89ca ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-24.28-generic 5.4.30
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-24-generic N/A
   linux-backports-modules-5.4.0-24-generic  N/A
   linux-firmware1.187
  Tags:  focal
  Uname: Linux 5.4.0-24-generic x86_64
  UnreportableReason: This is not an official Ubuntu package. Please remove any 
third party package and try again.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirt lpadmin lxd plugdev sambashare sbuild sudo
  _MarkForUpload: True
  dmi.bios.date: 10/31/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.10
  dmi.board.name: 06HKRH
  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.10:bd10/31/2019:svnDellInc.:pnXPS8930:pvr1.1.10:rvnDellInc.:rn06HKRH:rvrA00:cvnDellInc.:ct3:cvrNotSpecified:
  dmi.product.family: XPS
  dmi.product.name: XPS 8930
  dmi.product.sku: 0859
  dmi.product.version: 1.1.10
  dmi.sys.vendor: Dell Inc.

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

2020-04-23 Thread Leonidas S. Barbosa
apport information

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

Title:
  Wifi goes down when change bluetooth configuration

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  WiFi connection goes down when having a Bluetooth headset connected and 
change from A2DP to HSP. 
  The connection goes down instantly. If you change back to A2DP connection 
works again, but in some cases it goes down forever till you disconnect from 
the current WiFi and connect again.

  [How to reproduce]
   1. connect a Bluetooth headset and change from A2DP to HSP.

  [System Info]
   Ubuntu 5.4.0-24.28-generic 5.4.30
   03:00.0 Network controller: Qualcomm Atheros QCA9377 802.11ac Wireless 
Network Adapter (rev 31)
   
   No LSB modules are available.
   Distributor ID:  Ubuntu
   Description: Ubuntu 20.04 LTS
   Release: 20.04
   Codename:focal

  [DMESG info]
  348674.114861] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114864] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114866] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114869] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114873] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114876] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114879] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114882] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114885] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114888] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114891] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114894] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114897] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114900] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114903] Bluetooth: hci0: SCO packet for unknown connection handle 3072
  [348674.114906] Bluetooth: hci0: SCO packet for unknown connection handle 48
  [348674.114909] Bluetooth: hci0: SCO packet for unknown connection handle 0
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  leosilva   6150 F pulseaudio
   /dev/snd/pcmC1D7p:   leosilva   6150 F...m pulseaudio
   /dev/snd/controlC0:  leosilva   6150 F pulseaudio
   /dev/snd/pcmC0D8p:   leosilva   6150 F...m pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-01-02 (111 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200102)
  MachineType: Dell Inc. XPS 8930
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
  Package: linux (not installed)
  ProcFB:
   0 EFI VGA
   1 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-24-generic 
root=UUID=bb691d80-94d7-4044-844f-c0df45ba89ca ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-24.28-generic 5.4.30
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-24-generic N/A
   linux-backports-modules-5.4.0-24-generic  N/A
   linux-firmware1.187
  Tags:  focal
  Uname: Linux 5.4.0-24-generic x86_64
  UnreportableReason: This is not an official Ubuntu package. Please remove any 
third party package and try again.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirt lpadmin lxd plugdev sambashare sbuild sudo
  _MarkForUpload: True
  dmi.bios.date: 10/31/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.10
  dmi.board.name: 06HKRH
  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.10:bd10/31/2019:svnDellInc.:pnXPS8930:pvr1.1.10:rvnDellInc.:rn06HKRH:rvrA00:cvnDellInc.:ct3:cvrNotSpecified:
  dmi.product.family: XPS
  dmi.product.name: XPS 8930
  dmi.product.sku: 0859
  dmi.product.version: 1.1.10
  dmi.sys.vendor: Dell Inc.

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

2020-04-23 Thread Leonidas S. Barbosa
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1874305/+attachment/5358416/+files/PulseList.txt

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

Title:
  Wifi goes down when change bluetooth configuration

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  WiFi connection goes down when having a Bluetooth headset connected and 
change from A2DP to HSP. 
  The connection goes down instantly. If you change back to A2DP connection 
works again, but in some cases it goes down forever till you disconnect from 
the current WiFi and connect again.

  [How to reproduce]
   1. connect a Bluetooth headset and change from A2DP to HSP.

  [System Info]
   Ubuntu 5.4.0-24.28-generic 5.4.30
   03:00.0 Network controller: Qualcomm Atheros QCA9377 802.11ac Wireless 
Network Adapter (rev 31)
   
   No LSB modules are available.
   Distributor ID:  Ubuntu
   Description: Ubuntu 20.04 LTS
   Release: 20.04
   Codename:focal

  [DMESG info]
  348674.114861] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114864] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114866] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114869] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114873] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114876] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114879] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114882] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114885] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114888] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114891] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114894] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114897] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114900] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114903] Bluetooth: hci0: SCO packet for unknown connection handle 3072
  [348674.114906] Bluetooth: hci0: SCO packet for unknown connection handle 48
  [348674.114909] Bluetooth: hci0: SCO packet for unknown connection handle 0
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  leosilva   6150 F pulseaudio
   /dev/snd/pcmC1D7p:   leosilva   6150 F...m pulseaudio
   /dev/snd/controlC0:  leosilva   6150 F pulseaudio
   /dev/snd/pcmC0D8p:   leosilva   6150 F...m pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-01-02 (111 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200102)
  MachineType: Dell Inc. XPS 8930
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
  Package: linux (not installed)
  ProcFB:
   0 EFI VGA
   1 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-24-generic 
root=UUID=bb691d80-94d7-4044-844f-c0df45ba89ca ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-24.28-generic 5.4.30
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-24-generic N/A
   linux-backports-modules-5.4.0-24-generic  N/A
   linux-firmware1.187
  Tags:  focal
  Uname: Linux 5.4.0-24-generic x86_64
  UnreportableReason: This is not an official Ubuntu package. Please remove any 
third party package and try again.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirt lpadmin lxd plugdev sambashare sbuild sudo
  _MarkForUpload: True
  dmi.bios.date: 10/31/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.10
  dmi.board.name: 06HKRH
  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.10:bd10/31/2019:svnDellInc.:pnXPS8930:pvr1.1.10:rvnDellInc.:rn06HKRH:rvrA00:cvnDellInc.:ct3:cvrNotSpecified:
  dmi.product.family: XPS
  dmi.product.name: XPS 8930
  dmi.product.sku: 0859
  dmi.product.version: 1.1.10
  dmi.sys.vendor: Dell Inc.

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

2020-04-23 Thread Leonidas S. Barbosa
apport information

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

Title:
  Wifi goes down when change bluetooth configuration

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  WiFi connection goes down when having a Bluetooth headset connected and 
change from A2DP to HSP. 
  The connection goes down instantly. If you change back to A2DP connection 
works again, but in some cases it goes down forever till you disconnect from 
the current WiFi and connect again.

  [How to reproduce]
   1. connect a Bluetooth headset and change from A2DP to HSP.

  [System Info]
   Ubuntu 5.4.0-24.28-generic 5.4.30
   03:00.0 Network controller: Qualcomm Atheros QCA9377 802.11ac Wireless 
Network Adapter (rev 31)
   
   No LSB modules are available.
   Distributor ID:  Ubuntu
   Description: Ubuntu 20.04 LTS
   Release: 20.04
   Codename:focal

  [DMESG info]
  348674.114861] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114864] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114866] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114869] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114873] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114876] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114879] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114882] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114885] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114888] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114891] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114894] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114897] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114900] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114903] Bluetooth: hci0: SCO packet for unknown connection handle 3072
  [348674.114906] Bluetooth: hci0: SCO packet for unknown connection handle 48
  [348674.114909] Bluetooth: hci0: SCO packet for unknown connection handle 0
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  leosilva   6150 F pulseaudio
   /dev/snd/pcmC1D7p:   leosilva   6150 F...m pulseaudio
   /dev/snd/controlC0:  leosilva   6150 F pulseaudio
   /dev/snd/pcmC0D8p:   leosilva   6150 F...m pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-01-02 (111 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200102)
  MachineType: Dell Inc. XPS 8930
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
  Package: linux (not installed)
  ProcFB:
   0 EFI VGA
   1 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-24-generic 
root=UUID=bb691d80-94d7-4044-844f-c0df45ba89ca ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-24.28-generic 5.4.30
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-24-generic N/A
   linux-backports-modules-5.4.0-24-generic  N/A
   linux-firmware1.187
  Tags:  focal
  Uname: Linux 5.4.0-24-generic x86_64
  UnreportableReason: This is not an official Ubuntu package. Please remove any 
third party package and try again.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirt lpadmin lxd plugdev sambashare sbuild sudo
  _MarkForUpload: True
  dmi.bios.date: 10/31/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.10
  dmi.board.name: 06HKRH
  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.10:bd10/31/2019:svnDellInc.:pnXPS8930:pvr1.1.10:rvnDellInc.:rn06HKRH:rvrA00:cvnDellInc.:ct3:cvrNotSpecified:
  dmi.product.family: XPS
  dmi.product.name: XPS 8930
  dmi.product.sku: 0859
  dmi.product.version: 1.1.10
  dmi.sys.vendor: Dell Inc.

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

2020-04-23 Thread Leonidas S. Barbosa
apport information

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

Title:
  Wifi goes down when change bluetooth configuration

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  WiFi connection goes down when having a Bluetooth headset connected and 
change from A2DP to HSP. 
  The connection goes down instantly. If you change back to A2DP connection 
works again, but in some cases it goes down forever till you disconnect from 
the current WiFi and connect again.

  [How to reproduce]
   1. connect a Bluetooth headset and change from A2DP to HSP.

  [System Info]
   Ubuntu 5.4.0-24.28-generic 5.4.30
   03:00.0 Network controller: Qualcomm Atheros QCA9377 802.11ac Wireless 
Network Adapter (rev 31)
   
   No LSB modules are available.
   Distributor ID:  Ubuntu
   Description: Ubuntu 20.04 LTS
   Release: 20.04
   Codename:focal

  [DMESG info]
  348674.114861] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114864] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114866] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114869] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114873] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114876] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114879] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114882] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114885] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114888] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114891] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114894] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114897] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114900] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114903] Bluetooth: hci0: SCO packet for unknown connection handle 3072
  [348674.114906] Bluetooth: hci0: SCO packet for unknown connection handle 48
  [348674.114909] Bluetooth: hci0: SCO packet for unknown connection handle 0
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  leosilva   6150 F pulseaudio
   /dev/snd/pcmC1D7p:   leosilva   6150 F...m pulseaudio
   /dev/snd/controlC0:  leosilva   6150 F pulseaudio
   /dev/snd/pcmC0D8p:   leosilva   6150 F...m pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-01-02 (111 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200102)
  MachineType: Dell Inc. XPS 8930
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
  Package: linux (not installed)
  ProcFB:
   0 EFI VGA
   1 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-24-generic 
root=UUID=bb691d80-94d7-4044-844f-c0df45ba89ca ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-24.28-generic 5.4.30
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-24-generic N/A
   linux-backports-modules-5.4.0-24-generic  N/A
   linux-firmware1.187
  Tags:  focal
  Uname: Linux 5.4.0-24-generic x86_64
  UnreportableReason: This is not an official Ubuntu package. Please remove any 
third party package and try again.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirt lpadmin lxd plugdev sambashare sbuild sudo
  _MarkForUpload: True
  dmi.bios.date: 10/31/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.10
  dmi.board.name: 06HKRH
  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.10:bd10/31/2019:svnDellInc.:pnXPS8930:pvr1.1.10:rvnDellInc.:rn06HKRH:rvrA00:cvnDellInc.:ct3:cvrNotSpecified:
  dmi.product.family: XPS
  dmi.product.name: XPS 8930
  dmi.product.sku: 0859
  dmi.product.version: 1.1.10
  dmi.sys.vendor: Dell Inc.

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

2020-04-23 Thread Leonidas S. Barbosa
apport information

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

Title:
  Wifi goes down when change bluetooth configuration

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  WiFi connection goes down when having a Bluetooth headset connected and 
change from A2DP to HSP. 
  The connection goes down instantly. If you change back to A2DP connection 
works again, but in some cases it goes down forever till you disconnect from 
the current WiFi and connect again.

  [How to reproduce]
   1. connect a Bluetooth headset and change from A2DP to HSP.

  [System Info]
   Ubuntu 5.4.0-24.28-generic 5.4.30
   03:00.0 Network controller: Qualcomm Atheros QCA9377 802.11ac Wireless 
Network Adapter (rev 31)
   
   No LSB modules are available.
   Distributor ID:  Ubuntu
   Description: Ubuntu 20.04 LTS
   Release: 20.04
   Codename:focal

  [DMESG info]
  348674.114861] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114864] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114866] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114869] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114873] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114876] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114879] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114882] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114885] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114888] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114891] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114894] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114897] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114900] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114903] Bluetooth: hci0: SCO packet for unknown connection handle 3072
  [348674.114906] Bluetooth: hci0: SCO packet for unknown connection handle 48
  [348674.114909] Bluetooth: hci0: SCO packet for unknown connection handle 0
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  leosilva   6150 F pulseaudio
   /dev/snd/pcmC1D7p:   leosilva   6150 F...m pulseaudio
   /dev/snd/controlC0:  leosilva   6150 F pulseaudio
   /dev/snd/pcmC0D8p:   leosilva   6150 F...m pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-01-02 (111 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200102)
  MachineType: Dell Inc. XPS 8930
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
  Package: linux (not installed)
  ProcFB:
   0 EFI VGA
   1 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-24-generic 
root=UUID=bb691d80-94d7-4044-844f-c0df45ba89ca ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-24.28-generic 5.4.30
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-24-generic N/A
   linux-backports-modules-5.4.0-24-generic  N/A
   linux-firmware1.187
  Tags:  focal
  Uname: Linux 5.4.0-24-generic x86_64
  UnreportableReason: This is not an official Ubuntu package. Please remove any 
third party package and try again.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirt lpadmin lxd plugdev sambashare sbuild sudo
  _MarkForUpload: True
  dmi.bios.date: 10/31/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.10
  dmi.board.name: 06HKRH
  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.10:bd10/31/2019:svnDellInc.:pnXPS8930:pvr1.1.10:rvnDellInc.:rn06HKRH:rvrA00:cvnDellInc.:ct3:cvrNotSpecified:
  dmi.product.family: XPS
  dmi.product.name: XPS 8930
  dmi.product.sku: 0859
  dmi.product.version: 1.1.10
  dmi.sys.vendor: Dell Inc.

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

2020-04-23 Thread Leonidas S. Barbosa
apport information

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

Title:
  Wifi goes down when change bluetooth configuration

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  WiFi connection goes down when having a Bluetooth headset connected and 
change from A2DP to HSP. 
  The connection goes down instantly. If you change back to A2DP connection 
works again, but in some cases it goes down forever till you disconnect from 
the current WiFi and connect again.

  [How to reproduce]
   1. connect a Bluetooth headset and change from A2DP to HSP.

  [System Info]
   Ubuntu 5.4.0-24.28-generic 5.4.30
   03:00.0 Network controller: Qualcomm Atheros QCA9377 802.11ac Wireless 
Network Adapter (rev 31)
   
   No LSB modules are available.
   Distributor ID:  Ubuntu
   Description: Ubuntu 20.04 LTS
   Release: 20.04
   Codename:focal

  [DMESG info]
  348674.114861] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114864] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114866] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114869] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114873] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114876] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114879] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114882] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114885] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114888] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114891] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114894] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114897] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114900] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114903] Bluetooth: hci0: SCO packet for unknown connection handle 3072
  [348674.114906] Bluetooth: hci0: SCO packet for unknown connection handle 48
  [348674.114909] Bluetooth: hci0: SCO packet for unknown connection handle 0
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  leosilva   6150 F pulseaudio
   /dev/snd/pcmC1D7p:   leosilva   6150 F...m pulseaudio
   /dev/snd/controlC0:  leosilva   6150 F pulseaudio
   /dev/snd/pcmC0D8p:   leosilva   6150 F...m pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-01-02 (111 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200102)
  MachineType: Dell Inc. XPS 8930
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
  Package: linux (not installed)
  ProcFB:
   0 EFI VGA
   1 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-24-generic 
root=UUID=bb691d80-94d7-4044-844f-c0df45ba89ca ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-24.28-generic 5.4.30
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-24-generic N/A
   linux-backports-modules-5.4.0-24-generic  N/A
   linux-firmware1.187
  Tags:  focal
  Uname: Linux 5.4.0-24-generic x86_64
  UnreportableReason: This is not an official Ubuntu package. Please remove any 
third party package and try again.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirt lpadmin lxd plugdev sambashare sbuild sudo
  _MarkForUpload: True
  dmi.bios.date: 10/31/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.10
  dmi.board.name: 06HKRH
  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.10:bd10/31/2019:svnDellInc.:pnXPS8930:pvr1.1.10:rvnDellInc.:rn06HKRH:rvrA00:cvnDellInc.:ct3:cvrNotSpecified:
  dmi.product.family: XPS
  dmi.product.name: XPS 8930
  dmi.product.sku: 0859
  dmi.product.version: 1.1.10
  dmi.sys.vendor: Dell Inc.

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

2020-04-23 Thread Leonidas S. Barbosa
apport information

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

Title:
  Wifi goes down when change bluetooth configuration

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  WiFi connection goes down when having a Bluetooth headset connected and 
change from A2DP to HSP. 
  The connection goes down instantly. If you change back to A2DP connection 
works again, but in some cases it goes down forever till you disconnect from 
the current WiFi and connect again.

  [How to reproduce]
   1. connect a Bluetooth headset and change from A2DP to HSP.

  [System Info]
   Ubuntu 5.4.0-24.28-generic 5.4.30
   03:00.0 Network controller: Qualcomm Atheros QCA9377 802.11ac Wireless 
Network Adapter (rev 31)
   
   No LSB modules are available.
   Distributor ID:  Ubuntu
   Description: Ubuntu 20.04 LTS
   Release: 20.04
   Codename:focal

  [DMESG info]
  348674.114861] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114864] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114866] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114869] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114873] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114876] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114879] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114882] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114885] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114888] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114891] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114894] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114897] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114900] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114903] Bluetooth: hci0: SCO packet for unknown connection handle 3072
  [348674.114906] Bluetooth: hci0: SCO packet for unknown connection handle 48
  [348674.114909] Bluetooth: hci0: SCO packet for unknown connection handle 0
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  leosilva   6150 F pulseaudio
   /dev/snd/pcmC1D7p:   leosilva   6150 F...m pulseaudio
   /dev/snd/controlC0:  leosilva   6150 F pulseaudio
   /dev/snd/pcmC0D8p:   leosilva   6150 F...m pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-01-02 (111 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200102)
  MachineType: Dell Inc. XPS 8930
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
  Package: linux (not installed)
  ProcFB:
   0 EFI VGA
   1 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-24-generic 
root=UUID=bb691d80-94d7-4044-844f-c0df45ba89ca ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-24.28-generic 5.4.30
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-24-generic N/A
   linux-backports-modules-5.4.0-24-generic  N/A
   linux-firmware1.187
  Tags:  focal
  Uname: Linux 5.4.0-24-generic x86_64
  UnreportableReason: This is not an official Ubuntu package. Please remove any 
third party package and try again.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirt lpadmin lxd plugdev sambashare sbuild sudo
  _MarkForUpload: True
  dmi.bios.date: 10/31/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.10
  dmi.board.name: 06HKRH
  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.10:bd10/31/2019:svnDellInc.:pnXPS8930:pvr1.1.10:rvnDellInc.:rn06HKRH:rvrA00:cvnDellInc.:ct3:cvrNotSpecified:
  dmi.product.family: XPS
  dmi.product.name: XPS 8930
  dmi.product.sku: 0859
  dmi.product.version: 1.1.10
  dmi.sys.vendor: Dell Inc.

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

2020-04-23 Thread Leonidas S. Barbosa
apport information

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

Title:
  Wifi goes down when change bluetooth configuration

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  WiFi connection goes down when having a Bluetooth headset connected and 
change from A2DP to HSP. 
  The connection goes down instantly. If you change back to A2DP connection 
works again, but in some cases it goes down forever till you disconnect from 
the current WiFi and connect again.

  [How to reproduce]
   1. connect a Bluetooth headset and change from A2DP to HSP.

  [System Info]
   Ubuntu 5.4.0-24.28-generic 5.4.30
   03:00.0 Network controller: Qualcomm Atheros QCA9377 802.11ac Wireless 
Network Adapter (rev 31)
   
   No LSB modules are available.
   Distributor ID:  Ubuntu
   Description: Ubuntu 20.04 LTS
   Release: 20.04
   Codename:focal

  [DMESG info]
  348674.114861] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114864] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114866] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114869] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114873] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114876] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114879] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114882] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114885] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114888] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114891] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114894] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114897] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114900] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114903] Bluetooth: hci0: SCO packet for unknown connection handle 3072
  [348674.114906] Bluetooth: hci0: SCO packet for unknown connection handle 48
  [348674.114909] Bluetooth: hci0: SCO packet for unknown connection handle 0
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  leosilva   6150 F pulseaudio
   /dev/snd/pcmC1D7p:   leosilva   6150 F...m pulseaudio
   /dev/snd/controlC0:  leosilva   6150 F pulseaudio
   /dev/snd/pcmC0D8p:   leosilva   6150 F...m pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-01-02 (111 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200102)
  MachineType: Dell Inc. XPS 8930
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
  Package: linux (not installed)
  ProcFB:
   0 EFI VGA
   1 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-24-generic 
root=UUID=bb691d80-94d7-4044-844f-c0df45ba89ca ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-24.28-generic 5.4.30
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-24-generic N/A
   linux-backports-modules-5.4.0-24-generic  N/A
   linux-firmware1.187
  Tags:  focal
  Uname: Linux 5.4.0-24-generic x86_64
  UnreportableReason: This is not an official Ubuntu package. Please remove any 
third party package and try again.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirt lpadmin lxd plugdev sambashare sbuild sudo
  _MarkForUpload: True
  dmi.bios.date: 10/31/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.10
  dmi.board.name: 06HKRH
  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.10:bd10/31/2019:svnDellInc.:pnXPS8930:pvr1.1.10:rvnDellInc.:rn06HKRH:rvrA00:cvnDellInc.:ct3:cvrNotSpecified:
  dmi.product.family: XPS
  dmi.product.name: XPS 8930
  dmi.product.sku: 0859
  dmi.product.version: 1.1.10
  dmi.sys.vendor: Dell Inc.

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

2020-04-23 Thread Leonidas S. Barbosa
apport information

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

Title:
  Wifi goes down when change bluetooth configuration

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  WiFi connection goes down when having a Bluetooth headset connected and 
change from A2DP to HSP. 
  The connection goes down instantly. If you change back to A2DP connection 
works again, but in some cases it goes down forever till you disconnect from 
the current WiFi and connect again.

  [How to reproduce]
   1. connect a Bluetooth headset and change from A2DP to HSP.

  [System Info]
   Ubuntu 5.4.0-24.28-generic 5.4.30
   03:00.0 Network controller: Qualcomm Atheros QCA9377 802.11ac Wireless 
Network Adapter (rev 31)
   
   No LSB modules are available.
   Distributor ID:  Ubuntu
   Description: Ubuntu 20.04 LTS
   Release: 20.04
   Codename:focal

  [DMESG info]
  348674.114861] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114864] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114866] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114869] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114873] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114876] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114879] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114882] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114885] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114888] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114891] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114894] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114897] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114900] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114903] Bluetooth: hci0: SCO packet for unknown connection handle 3072
  [348674.114906] Bluetooth: hci0: SCO packet for unknown connection handle 48
  [348674.114909] Bluetooth: hci0: SCO packet for unknown connection handle 0
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  leosilva   6150 F pulseaudio
   /dev/snd/pcmC1D7p:   leosilva   6150 F...m pulseaudio
   /dev/snd/controlC0:  leosilva   6150 F pulseaudio
   /dev/snd/pcmC0D8p:   leosilva   6150 F...m pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-01-02 (111 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200102)
  MachineType: Dell Inc. XPS 8930
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
  Package: linux (not installed)
  ProcFB:
   0 EFI VGA
   1 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-24-generic 
root=UUID=bb691d80-94d7-4044-844f-c0df45ba89ca ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-24.28-generic 5.4.30
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-24-generic N/A
   linux-backports-modules-5.4.0-24-generic  N/A
   linux-firmware1.187
  Tags:  focal
  Uname: Linux 5.4.0-24-generic x86_64
  UnreportableReason: This is not an official Ubuntu package. Please remove any 
third party package and try again.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirt lpadmin lxd plugdev sambashare sbuild sudo
  _MarkForUpload: True
  dmi.bios.date: 10/31/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.10
  dmi.board.name: 06HKRH
  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.10:bd10/31/2019:svnDellInc.:pnXPS8930:pvr1.1.10:rvnDellInc.:rn06HKRH:rvrA00:cvnDellInc.:ct3:cvrNotSpecified:
  dmi.product.family: XPS
  dmi.product.name: XPS 8930
  dmi.product.sku: 0859
  dmi.product.version: 1.1.10
  dmi.sys.vendor: Dell Inc.

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

2020-04-23 Thread Leonidas S. Barbosa
apport information

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

Title:
  Wifi goes down when change bluetooth configuration

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  WiFi connection goes down when having a Bluetooth headset connected and 
change from A2DP to HSP. 
  The connection goes down instantly. If you change back to A2DP connection 
works again, but in some cases it goes down forever till you disconnect from 
the current WiFi and connect again.

  [How to reproduce]
   1. connect a Bluetooth headset and change from A2DP to HSP.

  [System Info]
   Ubuntu 5.4.0-24.28-generic 5.4.30
   03:00.0 Network controller: Qualcomm Atheros QCA9377 802.11ac Wireless 
Network Adapter (rev 31)
   
   No LSB modules are available.
   Distributor ID:  Ubuntu
   Description: Ubuntu 20.04 LTS
   Release: 20.04
   Codename:focal

  [DMESG info]
  348674.114861] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114864] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114866] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114869] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114873] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114876] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114879] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114882] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114885] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114888] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114891] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114894] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114897] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114900] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114903] Bluetooth: hci0: SCO packet for unknown connection handle 3072
  [348674.114906] Bluetooth: hci0: SCO packet for unknown connection handle 48
  [348674.114909] Bluetooth: hci0: SCO packet for unknown connection handle 0
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  leosilva   6150 F pulseaudio
   /dev/snd/pcmC1D7p:   leosilva   6150 F...m pulseaudio
   /dev/snd/controlC0:  leosilva   6150 F pulseaudio
   /dev/snd/pcmC0D8p:   leosilva   6150 F...m pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-01-02 (111 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200102)
  MachineType: Dell Inc. XPS 8930
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
  Package: linux (not installed)
  ProcFB:
   0 EFI VGA
   1 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-24-generic 
root=UUID=bb691d80-94d7-4044-844f-c0df45ba89ca ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-24.28-generic 5.4.30
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-24-generic N/A
   linux-backports-modules-5.4.0-24-generic  N/A
   linux-firmware1.187
  Tags:  focal
  Uname: Linux 5.4.0-24-generic x86_64
  UnreportableReason: This is not an official Ubuntu package. Please remove any 
third party package and try again.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirt lpadmin lxd plugdev sambashare sbuild sudo
  _MarkForUpload: True
  dmi.bios.date: 10/31/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.10
  dmi.board.name: 06HKRH
  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.10:bd10/31/2019:svnDellInc.:pnXPS8930:pvr1.1.10:rvnDellInc.:rn06HKRH:rvrA00:cvnDellInc.:ct3:cvrNotSpecified:
  dmi.product.family: XPS
  dmi.product.name: XPS 8930
  dmi.product.sku: 0859
  dmi.product.version: 1.1.10
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1874305/+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 1874305] Re: Wifi goes down when change bluetooth configuration

2020-04-23 Thread Leonidas S. Barbosa
apport information

** Tags added: apport-collected

** Description changed:

  WiFi connection goes down when having a Bluetooth headset connected and 
change from A2DP to HSP. 
  The connection goes down instantly. If you change back to A2DP connection 
works again, but in some cases it goes down forever till you disconnect from 
the current WiFi and connect again.
  
  [How to reproduce]
   1. connect a Bluetooth headset and change from A2DP to HSP.
  
  [System Info]
   Ubuntu 5.4.0-24.28-generic 5.4.30
   03:00.0 Network controller: Qualcomm Atheros QCA9377 802.11ac Wireless 
Network Adapter (rev 31)
   
   No LSB modules are available.
   Distributor ID:  Ubuntu
   Description: Ubuntu 20.04 LTS
   Release: 20.04
   Codename:focal
  
  [DMESG info]
  348674.114861] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114864] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114866] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114869] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114873] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114876] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114879] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114882] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114885] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114888] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114891] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114894] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114897] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114900] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114903] Bluetooth: hci0: SCO packet for unknown connection handle 3072
  [348674.114906] Bluetooth: hci0: SCO packet for unknown connection handle 48
  [348674.114909] Bluetooth: hci0: SCO packet for unknown connection handle 0
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu27
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  leosilva   6150 F pulseaudio
+  /dev/snd/pcmC1D7p:   leosilva   6150 F...m pulseaudio
+  /dev/snd/controlC0:  leosilva   6150 F pulseaudio
+  /dev/snd/pcmC0D8p:   leosilva   6150 F...m pulseaudio
+ CasperMD5CheckResult: skip
+ CurrentDesktop: ubuntu:GNOME
+ DistroRelease: Ubuntu 20.04
+ InstallationDate: Installed on 2020-01-02 (111 days ago)
+ InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200102)
+ MachineType: Dell Inc. XPS 8930
+ NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
+ Package: linux (not installed)
+ ProcFB:
+  0 EFI VGA
+  1 i915drmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-24-generic 
root=UUID=bb691d80-94d7-4044-844f-c0df45ba89ca ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 5.4.0-24.28-generic 5.4.30
+ RelatedPackageVersions:
+  linux-restricted-modules-5.4.0-24-generic N/A
+  linux-backports-modules-5.4.0-24-generic  N/A
+  linux-firmware1.187
+ Tags:  focal
+ Uname: Linux 5.4.0-24-generic x86_64
+ UnreportableReason: This is not an official Ubuntu package. Please remove any 
third party package and try again.
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip libvirt lpadmin lxd plugdev sambashare sbuild sudo
+ _MarkForUpload: True
+ dmi.bios.date: 10/31/2019
+ dmi.bios.vendor: Dell Inc.
+ dmi.bios.version: 1.1.10
+ dmi.board.name: 06HKRH
+ 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.10:bd10/31/2019:svnDellInc.:pnXPS8930:pvr1.1.10:rvnDellInc.:rn06HKRH:rvrA00:cvnDellInc.:ct3:cvrNotSpecified:
+ dmi.product.family: XPS
+ dmi.product.name: XPS 8930
+ dmi.product.sku: 0859
+ dmi.product.version: 1.1.10
+ dmi.sys.vendor: Dell Inc.

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

Title:
  Wifi goes down when change bluetooth configuration

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  WiFi connection goes down when having a Bluetooth headset connected and 
change from A2DP to HSP. 
  The connection goes down instantly. If you change back to A2DP connection 
works again, but in some cases it goes down forever till you disconnect from 
the current WiFi and connect again.

  [How to reproduce]
   1. connect a Bluetooth headset and change from A2DP to HSP.

  [System Info]
   Ubuntu 5.4.0-24.28-generic 5.4.30
   03:00.0 

[Kernel-packages] [Bug 1874305] [NEW] Wifi goes down when change bluetooth configuration

2020-04-22 Thread Leonidas S. Barbosa
Public bug reported:

WiFi connection goes down when having a Bluetooth headset connected and change 
from A2DP to HSP. 
The connection goes down instantly. If you change back to A2DP connection works 
again, but in some cases it goes down forever till you disconnect from the 
current WiFi and connect again.

[How to reproduce]
 1. connect a Bluetooth headset and change from A2DP to HSP.

[System Info]
 Ubuntu 5.4.0-24.28-generic 5.4.30
 03:00.0 Network controller: Qualcomm Atheros QCA9377 802.11ac Wireless Network 
Adapter (rev 31)
 
 No LSB modules are available.
 Distributor ID:Ubuntu
 Description:   Ubuntu 20.04 LTS
 Release:   20.04
 Codename:  focal

[DMESG info]
348674.114861] Bluetooth: hci0: SCO packet for unknown connection handle 0
[348674.114864] Bluetooth: hci0: SCO packet for unknown connection handle 0
[348674.114866] Bluetooth: hci0: SCO packet for unknown connection handle 0
[348674.114869] Bluetooth: hci0: SCO packet for unknown connection handle 0
[348674.114873] Bluetooth: hci0: SCO packet for unknown connection handle 0
[348674.114876] Bluetooth: hci0: SCO packet for unknown connection handle 0
[348674.114879] Bluetooth: hci0: SCO packet for unknown connection handle 0
[348674.114882] Bluetooth: hci0: SCO packet for unknown connection handle 0
[348674.114885] Bluetooth: hci0: SCO packet for unknown connection handle 0
[348674.114888] Bluetooth: hci0: SCO packet for unknown connection handle 0
[348674.114891] Bluetooth: hci0: SCO packet for unknown connection handle 0
[348674.114894] Bluetooth: hci0: SCO packet for unknown connection handle 0
[348674.114897] Bluetooth: hci0: SCO packet for unknown connection handle 0
[348674.114900] Bluetooth: hci0: SCO packet for unknown connection handle 0
[348674.114903] Bluetooth: hci0: SCO packet for unknown connection handle 3072
[348674.114906] Bluetooth: hci0: SCO packet for unknown connection handle 48
[348674.114909] Bluetooth: hci0: SCO packet for unknown connection handle 0

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


** Tags: focal

** Attachment added: "lscpi -vnvn file"
   
https://bugs.launchpad.net/bugs/1874305/+attachment/5358029/+files/lspci-vnvn.log

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

Title:
  Wifi goes down when change bluetooth configuration

Status in linux package in Ubuntu:
  New

Bug description:
  WiFi connection goes down when having a Bluetooth headset connected and 
change from A2DP to HSP. 
  The connection goes down instantly. If you change back to A2DP connection 
works again, but in some cases it goes down forever till you disconnect from 
the current WiFi and connect again.

  [How to reproduce]
   1. connect a Bluetooth headset and change from A2DP to HSP.

  [System Info]
   Ubuntu 5.4.0-24.28-generic 5.4.30
   03:00.0 Network controller: Qualcomm Atheros QCA9377 802.11ac Wireless 
Network Adapter (rev 31)
   
   No LSB modules are available.
   Distributor ID:  Ubuntu
   Description: Ubuntu 20.04 LTS
   Release: 20.04
   Codename:focal

  [DMESG info]
  348674.114861] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114864] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114866] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114869] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114873] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114876] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114879] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114882] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114885] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114888] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114891] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114894] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114897] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114900] Bluetooth: hci0: SCO packet for unknown connection handle 0
  [348674.114903] Bluetooth: hci0: SCO packet for unknown connection handle 3072
  [348674.114906] Bluetooth: hci0: SCO packet for unknown connection handle 48
  [348674.114909] Bluetooth: hci0: SCO packet for unknown connection handle 0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1874305/+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 1864258] [NEW] no sound since the last update

2020-02-21 Thread Ronny s.
Public bug reported:

no sound since the last update.
quick fix to load the previous kernel solved the problem temporarily.

ProblemType: Bug
DistroRelease: Ubuntu 19.10
Package: linux-image-5.3.0-41-generic 5.3.0-41.33
ProcVersionSignature: Ubuntu 5.3.0-41.33-generic 5.3.18
Uname: Linux 5.3.0-41-generic x86_64
ApportVersion: 2.20.11-0ubuntu8.4
Architecture: amd64
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
CurrentDesktop: Budgie:GNOME
Date: Fri Feb 21 23:33:29 2020
InstallationDate: Installed on 2019-10-02 (142 days ago)
InstallationMedia: Ubuntu-Budgie 19.04 "Disco Dingo" - Release amd64 (20190416)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 002: ID 04f2:b66a Chicony Electronics Co., Ltd HP HD Camera
 Bus 001 Device 003: ID 8087:0aaa Intel Corp.
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: HP HP EliteBook 840 G6
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-41-generic 
root=/dev/mapper/ubuntu--budgie--vg-root ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-5.3.0-41-generic N/A
 linux-backports-modules-5.3.0-41-generic  N/A
 linux-firmware1.183.4
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/18/2019
dmi.bios.vendor: HP
dmi.bios.version: R70 Ver. 01.02.00
dmi.board.name: 8549
dmi.board.vendor: HP
dmi.board.version: KBC Version 52.4C.00
dmi.chassis.asset.tag: 5CG9363LM6
dmi.chassis.type: 10
dmi.chassis.vendor: HP
dmi.modalias: 
dmi:bvnHP:bvrR70Ver.01.02.00:bd06/18/2019:svnHP:pnHPEliteBook840G6:pvr:rvnHP:rn8549:rvrKBCVersion52.4C.00:cvnHP:ct10:cvr:
dmi.product.family: 103C_5336AN HP EliteBook
dmi.product.name: HP EliteBook 840 G6
dmi.product.sku: 7YM32ES#ABD
dmi.sys.vendor: HP

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


** Tags: amd64 apport-bug eoan package-from-proposed

** Description changed:

+ no sound since the last update.
  quick fix to load the previous kernel solved the problem temporarily.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: linux-image-5.3.0-41-generic 5.3.0-41.33
  ProcVersionSignature: Ubuntu 5.3.0-41.33-generic 5.3.18
  Uname: Linux 5.3.0-41-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.4
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CurrentDesktop: Budgie:GNOME
  Date: Fri Feb 21 23:33:29 2020
  InstallationDate: Installed on 2019-10-02 (142 days ago)
  InstallationMedia: Ubuntu-Budgie 19.04 "Disco Dingo" - Release amd64 
(20190416)
  Lsusb:
-  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
-  Bus 001 Device 002: ID 04f2:b66a Chicony Electronics Co., Ltd HP HD Camera
-  Bus 001 Device 003: ID 8087:0aaa Intel Corp. 
-  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
+  Bus 001 Device 002: ID 04f2:b66a Chicony Electronics Co., Ltd HP HD Camera
+  Bus 001 Device 003: ID 8087:0aaa Intel Corp.
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: HP HP EliteBook 840 G6
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-41-generic 
root=/dev/mapper/ubuntu--budgie--vg-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
-  linux-restricted-modules-5.3.0-41-generic N/A
-  linux-backports-modules-5.3.0-41-generic  N/A
-  linux-firmware1.183.4
+  linux-restricted-modules-5.3.0-41-generic N/A
+  linux-backports-modules-5.3.0-41-generic  N/A
+  linux-firmware1.183.4
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/18/2019
  dmi.bios.vendor: HP
  dmi.bios.version: R70 Ver. 01.02.00
  dmi.board.name: 8549
  dmi.board.vendor: HP
  dmi.board.version: KBC Version 52.4C.00
  dmi.chassis.asset.tag: 5CG9363LM6
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.modalias: 
dmi:bvnHP:bvrR70Ver.01.02.00:bd06/18/2019:svnHP:pnHPEliteBook840G6:pvr:rvnHP:rn8549:rvrKBCVersion52.4C.00:cvnHP:ct10:cvr:
  dmi.product.family: 103C_5336AN HP EliteBook
  dmi.product.name: HP EliteBook 840 G6
  dmi.product.sku: 7YM32ES#ABD
  dmi.sys.vendor: HP

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

Title:
  no sound since the last update

Status in linux package in Ubuntu:
  New

Bug description:
  no sound since the last update.
  quick fix to load the previous kernel solved the problem temporarily.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: linux-image-5.3.0-41-generic 5.3.0-41.33
  ProcVersionSignature: Ubuntu 5.3.0-41.33-generic 5.3.18
  Uname: Linux 5.3.0-41-generic x86_64
  ApportVersion: 

[Kernel-packages] [Bug 1861700] [NEW] kernel 4.15.0-72 wifi and lan network not found

2020-02-03 Thread s jani
Public bug reported:

i have dell inspiron 3467
OS : Ubuntu 18.04.3
when updated initially touchpad stopped working and then wifi and network 
stopped working
right now touch pad is working. 
I have edited the grub file and default kernel is made to 4.15.0.66
In this kernel 4.15.0.66 everything works perfectly alright. 

version : Ubuntu 4.15.0-66.75-generic 4.15.18

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

Title:
  kernel 4.15.0-72 wifi and lan network not found

Status in linux package in Ubuntu:
  New

Bug description:
  i have dell inspiron 3467
  OS : Ubuntu 18.04.3
  when updated initially touchpad stopped working and then wifi and network 
stopped working
  right now touch pad is working. 
  I have edited the grub file and default kernel is made to 4.15.0.66
  In this kernel 4.15.0.66 everything works perfectly alright. 

  version : Ubuntu 4.15.0-66.75-generic 4.15.18

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