** Tags added: jira-somerville-1140 oem-priority
--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/2085410
Title:
Fix USB device suspend failure while HCD in S4 wakeup
Status in HWE Next:
New
Status in linux package in Ubuntu:
New
Status in linux-oem-6.11 package in Ubuntu:
Invalid
Status in linux source package in Noble:
New
Status in linux-oem-6.11 source package in Noble:
Fix Committed
Status in linux source package in Oracular:
New
Status in linux-oem-6.11 source package in Oracular:
Invalid
Status in linux source package in Plucky:
New
Status in linux-oem-6.11 source package in Plucky:
Invalid
Bug description:
[SRU Justification]
[Impact]
More and more USB device suspend failure are caused by the un-expected HCD_FLAG_WAKEUP_PENDING on the USB host controller. It mostly happens on the USB devices connected to the high-speed root hub. It randomly happens when put the system into suspend
[Fix]
Fixed by the upstream fix https://lore.kernel.org/linux-usb/20241012094633.126736-1-duanchenghao@kylinos.cn/. Set wakeup to false if suspend type is either PM_EVENT_FREEZE or PM_EVENT_QUIESCE
[Test Case]
1. Power on machine and connect a USB device to the high-speed root hub. (Find your device in lsusb in the secondary root hub)
2. run checkbox-cli run com.canonical.certification::suspend-cycles-stress-test
3. observe the suspend/resume fail with the kernel message
[Where problems could occur]
Add more restriction on how the wakeup should be performed. Should be low risk
To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2085410/+subscriptions
[РЕШЕНО] Ошибка № ...
Ошибки в Программах и Способы их Исправления
среда
[Bug 2077140] Re: [SRU]Intel Arrow Lake Graphics feature backport request for ubuntu 22.04.5 and 24.04 server
Hi Yuri,
Any updates?
--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/2077140
Title:
[SRU]Intel Arrow Lake Graphics feature backport request for ubuntu
22.04.5 and 24.04 server
Status in linux package in Ubuntu:
Fix Released
Status in linux source package in Noble:
In Progress
Status in linux source package in Oracular:
Fix Released
Bug description:
[Impact]
Add Arrow Lake H support
According to https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=6a9b38cc68a03b948df1f3fcb907c7557cfc315c and
https://www.phoronix.com/news/Intel-Arrow-Lake-Linux-6.9-Gfx, Intel Arrow Lake Graphics feature(Xe driver) is ready for Linux kernel 6.9.
[Fix]
"""""
commit 6a9b38cc68a03b948df1f3fcb907c7557cfc315c
Author: Matt Roper <matthew.d.roper@intel.com>
Date: Tue Mar 5 16:40:49 2024 -0800
drm/xe/arl: Add Arrow Lake H support
ARL-H uses the same media and display IP as MTL, and a version 12.74
graphics IP (referred to as Xe_LPG+). From a driver point of view, we
should be able to just treat the whole platform as MTL and rely on
GRAPHICS_VERx100 checks to handle any spots where ARL's Xe_LPG+ needs
different handling from MTL's Xe_LPG (i.e., workarounds).
v2: Resolve conflict and Reorder PCI ids in sorted order
v3: Append signed-off-by commiter to this commit
Bspec: 55420
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Dnyaneshwar Bhadane <dnyaneshwar.bhadane@intel.com>
Reviewed-by: Matt Atwood <matthew.s.atwood@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240229070806.3402641-4
-dnyaneshwar.bhadane@intel.com
diff --git a/include/drm/xe_pciids.h b/include/drm/xe_pciids.h
index de1a344737bc..bc7cbef6e9d8 100644
--- a/include/drm/xe_pciids.h
+++ b/include/drm/xe_pciids.h
@@ -176,10 +176,13 @@
/* MTL / ARL */
#define XE_MTL_IDS(MACRO__, ...) \
MACRO__(0x7D40, ## __VA_ARGS__), \
+ MACRO__(0x7D41, ## __VA_ARGS__), \
MACRO__(0x7D45, ## __VA_ARGS__), \
+ MACRO__(0x7D51, ## __VA_ARGS__), \
MACRO__(0x7D55, ## __VA_ARGS__), \
MACRO__(0x7D60, ## __VA_ARGS__), \
MACRO__(0x7D67, ## __VA_ARGS__), \
+ MACRO__(0x7DD1, ## __VA_ARGS__), \
MACRO__(0x7DD5, ## __VA_ARGS__)
#define XE_LNL_IDS(MACRO__, ...) \
"""""
https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/noble/tree/include/drm/xe_pciids.h
[Where problems could occur]
[Other Info]
https://code.launchpad.net/~mreed8855/ubuntu/+source/linux/+git/noble/+ref/lp_2077140_intel_arrowlake
However, the OS scope in LENOVO are ubuntu 22.04 and 24.04 server version, which are using Linux kernel 6.8, due to this reason, can this feature be backport to these two version, thanks!
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2077140/+subscriptions
Any updates?
--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/2077140
Title:
[SRU]Intel Arrow Lake Graphics feature backport request for ubuntu
22.04.5 and 24.04 server
Status in linux package in Ubuntu:
Fix Released
Status in linux source package in Noble:
In Progress
Status in linux source package in Oracular:
Fix Released
Bug description:
[Impact]
Add Arrow Lake H support
According to https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=6a9b38cc68a03b948df1f3fcb907c7557cfc315c and
https://www.phoronix.com/news/Intel-Arrow-Lake-Linux-6.9-Gfx, Intel Arrow Lake Graphics feature(Xe driver) is ready for Linux kernel 6.9.
[Fix]
"""""
commit 6a9b38cc68a03b948df1f3fcb907c7557cfc315c
Author: Matt Roper <matthew.d.roper@intel.com>
Date: Tue Mar 5 16:40:49 2024 -0800
drm/xe/arl: Add Arrow Lake H support
ARL-H uses the same media and display IP as MTL, and a version 12.74
graphics IP (referred to as Xe_LPG+). From a driver point of view, we
should be able to just treat the whole platform as MTL and rely on
GRAPHICS_VERx100 checks to handle any spots where ARL's Xe_LPG+ needs
different handling from MTL's Xe_LPG (i.e., workarounds).
v2: Resolve conflict and Reorder PCI ids in sorted order
v3: Append signed-off-by commiter to this commit
Bspec: 55420
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Dnyaneshwar Bhadane <dnyaneshwar.bhadane@intel.com>
Reviewed-by: Matt Atwood <matthew.s.atwood@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240229070806.3402641-4
-dnyaneshwar.bhadane@intel.com
diff --git a/include/drm/xe_pciids.h b/include/drm/xe_pciids.h
index de1a344737bc..bc7cbef6e9d8 100644
--- a/include/drm/xe_pciids.h
+++ b/include/drm/xe_pciids.h
@@ -176,10 +176,13 @@
/* MTL / ARL */
#define XE_MTL_IDS(MACRO__, ...) \
MACRO__(0x7D40, ## __VA_ARGS__), \
+ MACRO__(0x7D41, ## __VA_ARGS__), \
MACRO__(0x7D45, ## __VA_ARGS__), \
+ MACRO__(0x7D51, ## __VA_ARGS__), \
MACRO__(0x7D55, ## __VA_ARGS__), \
MACRO__(0x7D60, ## __VA_ARGS__), \
MACRO__(0x7D67, ## __VA_ARGS__), \
+ MACRO__(0x7DD1, ## __VA_ARGS__), \
MACRO__(0x7DD5, ## __VA_ARGS__)
#define XE_LNL_IDS(MACRO__, ...) \
"""""
https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/noble/tree/include/drm/xe_pciids.h
[Where problems could occur]
[Other Info]
https://code.launchpad.net/~mreed8855/ubuntu/+source/linux/+git/noble/+ref/lp_2077140_intel_arrowlake
However, the OS scope in LENOVO are ubuntu 22.04 and 24.04 server version, which are using Linux kernel 6.8, due to this reason, can this feature be backport to these two version, thanks!
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2077140/+subscriptions
[Bug 2086820] Re: package linux-headers-6.8.0-48-generic 6.8.0-48.48 failed to install/upgrade: installed linux-headers-6.8.0-48-generic package post-installation script subprocess returned error exit status 11
** Tags removed: need-duplicate-check
--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/2086820
Title:
package linux-headers-6.8.0-48-generic 6.8.0-48.48 failed to
install/upgrade: installed linux-headers-6.8.0-48-generic package
post-installation script subprocess returned error exit status 11
Status in linux package in Ubuntu:
New
Bug description:
bug during update process
ProblemType: Package
DistroRelease: Ubuntu 24.04
Package: linux-headers-6.8.0-48-generic 6.8.0-48.48
ProcVersionSignature: Ubuntu 6.8.0-47.47-generic 6.8.12
Uname: Linux 6.8.0-47-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.28.1-0ubuntu3.1
Architecture: amd64
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/seq: hp15-ubu 1980 F.... pipewire
/dev/snd/controlC0: hp15-ubu 1984 F.... wireplumber
CasperMD5CheckResult: pass
Date: Thu Nov 7 02:30:16 2024
ErrorMessage: installed linux-headers-6.8.0-48-generic package post-installation script subprocess returned error exit status 11
InstallationDate: Installed on 2024-10-25 (12 days ago)
InstallationMedia: Ubuntu 24.04.1 LTS "Noble Numbat" - Release amd64 (20240827.1)
Lsusb:
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 0408:5362 Quanta Computer, Inc. HP TrueVision HD Camera
Bus 001 Device 003: ID 0bda:b009 Realtek Semiconductor Corp. Realtek Bluetooth 4.2 Adapter
Bus 001 Device 004: ID 046d:c534 Logitech, Inc. Unifying Receiver
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
MachineType: HP HP Laptop 15-da0xxx
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.8.0-47-generic root=UUID=66b67246-2445-4a02-ab7a-aee6c9a70fa5 ro quiet splash vt.handoff=7
Python3Details: /usr/bin/python3.12, Python 3.12.3, python3-minimal, 3.12.3-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions: grub-pc N/A
SourcePackage: linux
Title: package linux-headers-6.8.0-48-generic 6.8.0-48.48 failed to install/upgrade: installed linux-headers-6.8.0-48-generic package post-installation script subprocess returned error exit status 11
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/20/2024
dmi.bios.release: 15.49
dmi.bios.vendor: Insyde
dmi.bios.version: F.49
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 84A7
dmi.board.vendor: HP
dmi.board.version: 80.50
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: HP
dmi.chassis.version: Chassis Version
dmi.ec.firmware.release: 80.50
dmi.modalias: dmi:bvnInsyde:bvrF.49:bd08/20/2024:br15.49:efr80.50:svnHP:pnHPLaptop15-da0xxx:pvrType1ProductConfigId:rvnHP:rn84A7:rvr80.50:cvnHP:ct10:cvrChassisVersion:sku4TT07PA#ACJ:
dmi.product.family: 103C_5335KV HP Notebook
dmi.product.name: HP Laptop 15-da0xxx
dmi.product.sku: 4TT07PA#ACJ
dmi.product.version: Type1ProductConfigId
dmi.sys.vendor: HP
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2086820/+subscriptions
--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/2086820
Title:
package linux-headers-6.8.0-48-generic 6.8.0-48.48 failed to
install/upgrade: installed linux-headers-6.8.0-48-generic package
post-installation script subprocess returned error exit status 11
Status in linux package in Ubuntu:
New
Bug description:
bug during update process
ProblemType: Package
DistroRelease: Ubuntu 24.04
Package: linux-headers-6.8.0-48-generic 6.8.0-48.48
ProcVersionSignature: Ubuntu 6.8.0-47.47-generic 6.8.12
Uname: Linux 6.8.0-47-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.28.1-0ubuntu3.1
Architecture: amd64
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/seq: hp15-ubu 1980 F.... pipewire
/dev/snd/controlC0: hp15-ubu 1984 F.... wireplumber
CasperMD5CheckResult: pass
Date: Thu Nov 7 02:30:16 2024
ErrorMessage: installed linux-headers-6.8.0-48-generic package post-installation script subprocess returned error exit status 11
InstallationDate: Installed on 2024-10-25 (12 days ago)
InstallationMedia: Ubuntu 24.04.1 LTS "Noble Numbat" - Release amd64 (20240827.1)
Lsusb:
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 0408:5362 Quanta Computer, Inc. HP TrueVision HD Camera
Bus 001 Device 003: ID 0bda:b009 Realtek Semiconductor Corp. Realtek Bluetooth 4.2 Adapter
Bus 001 Device 004: ID 046d:c534 Logitech, Inc. Unifying Receiver
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
MachineType: HP HP Laptop 15-da0xxx
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.8.0-47-generic root=UUID=66b67246-2445-4a02-ab7a-aee6c9a70fa5 ro quiet splash vt.handoff=7
Python3Details: /usr/bin/python3.12, Python 3.12.3, python3-minimal, 3.12.3-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions: grub-pc N/A
SourcePackage: linux
Title: package linux-headers-6.8.0-48-generic 6.8.0-48.48 failed to install/upgrade: installed linux-headers-6.8.0-48-generic package post-installation script subprocess returned error exit status 11
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/20/2024
dmi.bios.release: 15.49
dmi.bios.vendor: Insyde
dmi.bios.version: F.49
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 84A7
dmi.board.vendor: HP
dmi.board.version: 80.50
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: HP
dmi.chassis.version: Chassis Version
dmi.ec.firmware.release: 80.50
dmi.modalias: dmi:bvnInsyde:bvrF.49:bd08/20/2024:br15.49:efr80.50:svnHP:pnHPLaptop15-da0xxx:pvrType1ProductConfigId:rvnHP:rn84A7:rvr80.50:cvnHP:ct10:cvrChassisVersion:sku4TT07PA#ACJ:
dmi.product.family: 103C_5335KV HP Notebook
dmi.product.name: HP Laptop 15-da0xxx
dmi.product.sku: 4TT07PA#ACJ
dmi.product.version: Type1ProductConfigId
dmi.sys.vendor: HP
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2086820/+subscriptions
[Bug 2086820] [NEW] package linux-headers-6.8.0-48-generic 6.8.0-48.48 failed to install/upgrade: installed linux-headers-6.8.0-48-generic package post-installation script subprocess returned error exit status 11
Public bug reported:
bug during update process
ProblemType: Package
DistroRelease: Ubuntu 24.04
Package: linux-headers-6.8.0-48-generic 6.8.0-48.48
ProcVersionSignature: Ubuntu 6.8.0-47.47-generic 6.8.12
Uname: Linux 6.8.0-47-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.28.1-0ubuntu3.1
Architecture: amd64
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/seq: hp15-ubu 1980 F.... pipewire
/dev/snd/controlC0: hp15-ubu 1984 F.... wireplumber
CasperMD5CheckResult: pass
Date: Thu Nov 7 02:30:16 2024
ErrorMessage: installed linux-headers-6.8.0-48-generic package post-installation script subprocess returned error exit status 11
InstallationDate: Installed on 2024-10-25 (12 days ago)
InstallationMedia: Ubuntu 24.04.1 LTS "Noble Numbat" - Release amd64 (20240827.1)
Lsusb:
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 0408:5362 Quanta Computer, Inc. HP TrueVision HD Camera
Bus 001 Device 003: ID 0bda:b009 Realtek Semiconductor Corp. Realtek Bluetooth 4.2 Adapter
Bus 001 Device 004: ID 046d:c534 Logitech, Inc. Unifying Receiver
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
MachineType: HP HP Laptop 15-da0xxx
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.8.0-47-generic root=UUID=66b67246-2445-4a02-ab7a-aee6c9a70fa5 ro quiet splash vt.handoff=7
Python3Details: /usr/bin/python3.12, Python 3.12.3, python3-minimal, 3.12.3-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions: grub-pc N/A
SourcePackage: linux
Title: package linux-headers-6.8.0-48-generic 6.8.0-48.48 failed to install/upgrade: installed linux-headers-6.8.0-48-generic package post-installation script subprocess returned error exit status 11
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/20/2024
dmi.bios.release: 15.49
dmi.bios.vendor: Insyde
dmi.bios.version: F.49
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 84A7
dmi.board.vendor: HP
dmi.board.version: 80.50
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: HP
dmi.chassis.version: Chassis Version
dmi.ec.firmware.release: 80.50
dmi.modalias: dmi:bvnInsyde:bvrF.49:bd08/20/2024:br15.49:efr80.50:svnHP:pnHPLaptop15-da0xxx:pvrType1ProductConfigId:rvnHP:rn84A7:rvr80.50:cvnHP:ct10:cvrChassisVersion:sku4TT07PA#ACJ:
dmi.product.family: 103C_5335KV HP Notebook
dmi.product.name: HP Laptop 15-da0xxx
dmi.product.sku: 4TT07PA#ACJ
dmi.product.version: Type1ProductConfigId
dmi.sys.vendor: HP
** Affects: linux (Ubuntu)
Importance: Undecided
Status: New
** Tags: amd64 apport-package noble
--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/2086820
Title:
package linux-headers-6.8.0-48-generic 6.8.0-48.48 failed to
install/upgrade: installed linux-headers-6.8.0-48-generic package
post-installation script subprocess returned error exit status 11
Status in linux package in Ubuntu:
New
Bug description:
bug during update process
ProblemType: Package
DistroRelease: Ubuntu 24.04
Package: linux-headers-6.8.0-48-generic 6.8.0-48.48
ProcVersionSignature: Ubuntu 6.8.0-47.47-generic 6.8.12
Uname: Linux 6.8.0-47-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.28.1-0ubuntu3.1
Architecture: amd64
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/seq: hp15-ubu 1980 F.... pipewire
/dev/snd/controlC0: hp15-ubu 1984 F.... wireplumber
CasperMD5CheckResult: pass
Date: Thu Nov 7 02:30:16 2024
ErrorMessage: installed linux-headers-6.8.0-48-generic package post-installation script subprocess returned error exit status 11
InstallationDate: Installed on 2024-10-25 (12 days ago)
InstallationMedia: Ubuntu 24.04.1 LTS "Noble Numbat" - Release amd64 (20240827.1)
Lsusb:
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 0408:5362 Quanta Computer, Inc. HP TrueVision HD Camera
Bus 001 Device 003: ID 0bda:b009 Realtek Semiconductor Corp. Realtek Bluetooth 4.2 Adapter
Bus 001 Device 004: ID 046d:c534 Logitech, Inc. Unifying Receiver
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
MachineType: HP HP Laptop 15-da0xxx
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.8.0-47-generic root=UUID=66b67246-2445-4a02-ab7a-aee6c9a70fa5 ro quiet splash vt.handoff=7
Python3Details: /usr/bin/python3.12, Python 3.12.3, python3-minimal, 3.12.3-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions: grub-pc N/A
SourcePackage: linux
Title: package linux-headers-6.8.0-48-generic 6.8.0-48.48 failed to install/upgrade: installed linux-headers-6.8.0-48-generic package post-installation script subprocess returned error exit status 11
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/20/2024
dmi.bios.release: 15.49
dmi.bios.vendor: Insyde
dmi.bios.version: F.49
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 84A7
dmi.board.vendor: HP
dmi.board.version: 80.50
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: HP
dmi.chassis.version: Chassis Version
dmi.ec.firmware.release: 80.50
dmi.modalias: dmi:bvnInsyde:bvrF.49:bd08/20/2024:br15.49:efr80.50:svnHP:pnHPLaptop15-da0xxx:pvrType1ProductConfigId:rvnHP:rn84A7:rvr80.50:cvnHP:ct10:cvrChassisVersion:sku4TT07PA#ACJ:
dmi.product.family: 103C_5335KV HP Notebook
dmi.product.name: HP Laptop 15-da0xxx
dmi.product.sku: 4TT07PA#ACJ
dmi.product.version: Type1ProductConfigId
dmi.sys.vendor: HP
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2086820/+subscriptions
bug during update process
ProblemType: Package
DistroRelease: Ubuntu 24.04
Package: linux-headers-6.8.0-48-generic 6.8.0-48.48
ProcVersionSignature: Ubuntu 6.8.0-47.47-generic 6.8.12
Uname: Linux 6.8.0-47-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.28.1-0ubuntu3.1
Architecture: amd64
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/seq: hp15-ubu 1980 F.... pipewire
/dev/snd/controlC0: hp15-ubu 1984 F.... wireplumber
CasperMD5CheckResult: pass
Date: Thu Nov 7 02:30:16 2024
ErrorMessage: installed linux-headers-6.8.0-48-generic package post-installation script subprocess returned error exit status 11
InstallationDate: Installed on 2024-10-25 (12 days ago)
InstallationMedia: Ubuntu 24.04.1 LTS "Noble Numbat" - Release amd64 (20240827.1)
Lsusb:
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 0408:5362 Quanta Computer, Inc. HP TrueVision HD Camera
Bus 001 Device 003: ID 0bda:b009 Realtek Semiconductor Corp. Realtek Bluetooth 4.2 Adapter
Bus 001 Device 004: ID 046d:c534 Logitech, Inc. Unifying Receiver
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
MachineType: HP HP Laptop 15-da0xxx
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.8.0-47-generic root=UUID=66b67246-2445-4a02-ab7a-aee6c9a70fa5 ro quiet splash vt.handoff=7
Python3Details: /usr/bin/python3.12, Python 3.12.3, python3-minimal, 3.12.3-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions: grub-pc N/A
SourcePackage: linux
Title: package linux-headers-6.8.0-48-generic 6.8.0-48.48 failed to install/upgrade: installed linux-headers-6.8.0-48-generic package post-installation script subprocess returned error exit status 11
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/20/2024
dmi.bios.release: 15.49
dmi.bios.vendor: Insyde
dmi.bios.version: F.49
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 84A7
dmi.board.vendor: HP
dmi.board.version: 80.50
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: HP
dmi.chassis.version: Chassis Version
dmi.ec.firmware.release: 80.50
dmi.modalias: dmi:bvnInsyde:bvrF.49:bd08/20/2024:br15.49:efr80.50:svnHP:pnHPLaptop15-da0xxx:pvrType1ProductConfigId:rvnHP:rn84A7:rvr80.50:cvnHP:ct10:cvrChassisVersion:sku4TT07PA#ACJ:
dmi.product.family: 103C_5335KV HP Notebook
dmi.product.name: HP Laptop 15-da0xxx
dmi.product.sku: 4TT07PA#ACJ
dmi.product.version: Type1ProductConfigId
dmi.sys.vendor: HP
** Affects: linux (Ubuntu)
Importance: Undecided
Status: New
** Tags: amd64 apport-package noble
--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/2086820
Title:
package linux-headers-6.8.0-48-generic 6.8.0-48.48 failed to
install/upgrade: installed linux-headers-6.8.0-48-generic package
post-installation script subprocess returned error exit status 11
Status in linux package in Ubuntu:
New
Bug description:
bug during update process
ProblemType: Package
DistroRelease: Ubuntu 24.04
Package: linux-headers-6.8.0-48-generic 6.8.0-48.48
ProcVersionSignature: Ubuntu 6.8.0-47.47-generic 6.8.12
Uname: Linux 6.8.0-47-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.28.1-0ubuntu3.1
Architecture: amd64
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/seq: hp15-ubu 1980 F.... pipewire
/dev/snd/controlC0: hp15-ubu 1984 F.... wireplumber
CasperMD5CheckResult: pass
Date: Thu Nov 7 02:30:16 2024
ErrorMessage: installed linux-headers-6.8.0-48-generic package post-installation script subprocess returned error exit status 11
InstallationDate: Installed on 2024-10-25 (12 days ago)
InstallationMedia: Ubuntu 24.04.1 LTS "Noble Numbat" - Release amd64 (20240827.1)
Lsusb:
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 0408:5362 Quanta Computer, Inc. HP TrueVision HD Camera
Bus 001 Device 003: ID 0bda:b009 Realtek Semiconductor Corp. Realtek Bluetooth 4.2 Adapter
Bus 001 Device 004: ID 046d:c534 Logitech, Inc. Unifying Receiver
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
MachineType: HP HP Laptop 15-da0xxx
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.8.0-47-generic root=UUID=66b67246-2445-4a02-ab7a-aee6c9a70fa5 ro quiet splash vt.handoff=7
Python3Details: /usr/bin/python3.12, Python 3.12.3, python3-minimal, 3.12.3-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions: grub-pc N/A
SourcePackage: linux
Title: package linux-headers-6.8.0-48-generic 6.8.0-48.48 failed to install/upgrade: installed linux-headers-6.8.0-48-generic package post-installation script subprocess returned error exit status 11
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/20/2024
dmi.bios.release: 15.49
dmi.bios.vendor: Insyde
dmi.bios.version: F.49
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 84A7
dmi.board.vendor: HP
dmi.board.version: 80.50
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: HP
dmi.chassis.version: Chassis Version
dmi.ec.firmware.release: 80.50
dmi.modalias: dmi:bvnInsyde:bvrF.49:bd08/20/2024:br15.49:efr80.50:svnHP:pnHPLaptop15-da0xxx:pvrType1ProductConfigId:rvnHP:rn84A7:rvr80.50:cvnHP:ct10:cvrChassisVersion:sku4TT07PA#ACJ:
dmi.product.family: 103C_5335KV HP Notebook
dmi.product.name: HP Laptop 15-da0xxx
dmi.product.sku: 4TT07PA#ACJ
dmi.product.version: Type1ProductConfigId
dmi.sys.vendor: HP
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2086820/+subscriptions
[Bug 2086818] Re: Null pointer dereference in wireguard module during shutdown
** Description changed:
The bug is intermittent and happens during shutdown process, prevents computer from shutting down.
May be reproducible more often on certain hardware and certain kernel versions.
+
+ Pre-condition: main network connection should be enabled for all users
+ of the computer, even if there's just one.
Reproduction steps:
1) start a wireguard connection,
2) proceed with shutting down the computer,
3) observe parts of the memory traces on the screen,
4) shutdown process is interrupted.
Expected behavior:
Normal shutdown without errors and interruptions.
See also attached dmesg.txt file containing the kernel log.
$ uname -a
Linux elnath 6.11.0-9-generic #9-Ubuntu SMP PREEMPT_DYNAMIC Mon Oct 14 13:19:59 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
$ lsb_release -cr
Release: 24.10
Codename: oracular
Previous release 24.04LTS Noble is also affected. In fact the issue can
be observed even more often.
** Description changed:
The bug is intermittent and happens during shutdown process, prevents computer from shutting down.
May be reproducible more often on certain hardware and certain kernel versions.
- Pre-condition: main network connection should be enabled for all users
- of the computer, even if there's just one.
+ Pre-condition:
+ main network connection should be enabled for all users of the computer, even if there's just one.
Reproduction steps:
1) start a wireguard connection,
2) proceed with shutting down the computer,
3) observe parts of the memory traces on the screen,
4) shutdown process is interrupted.
Expected behavior:
Normal shutdown without errors and interruptions.
See also attached dmesg.txt file containing the kernel log.
$ uname -a
Linux elnath 6.11.0-9-generic #9-Ubuntu SMP PREEMPT_DYNAMIC Mon Oct 14 13:19:59 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
$ lsb_release -cr
Release: 24.10
Codename: oracular
Previous release 24.04LTS Noble is also affected. In fact the issue can
be observed even more often.
--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/2086818
Title:
Null pointer dereference in wireguard module during shutdown
Status in linux package in Ubuntu:
New
Bug description:
The bug is intermittent and happens during shutdown process, prevents computer from shutting down.
May be reproducible more often on certain hardware and certain kernel versions.
Pre-condition:
main network connection should be enabled for all users of the computer, even if there's just one.
Reproduction steps:
1) start a wireguard connection,
2) proceed with shutting down the computer,
3) observe parts of the memory traces on the screen,
4) shutdown process is interrupted.
Expected behavior:
Normal shutdown without errors and interruptions.
See also attached dmesg.txt file containing the kernel log.
$ uname -a
Linux elnath 6.11.0-9-generic #9-Ubuntu SMP PREEMPT_DYNAMIC Mon Oct 14 13:19:59 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
$ lsb_release -cr
Release: 24.10
Codename: oracular
Previous release 24.04LTS Noble is also affected. In fact the issue
can be observed even more often.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2086818/+subscriptions
The bug is intermittent and happens during shutdown process, prevents computer from shutting down.
May be reproducible more often on certain hardware and certain kernel versions.
+
+ Pre-condition: main network connection should be enabled for all users
+ of the computer, even if there's just one.
Reproduction steps:
1) start a wireguard connection,
2) proceed with shutting down the computer,
3) observe parts of the memory traces on the screen,
4) shutdown process is interrupted.
Expected behavior:
Normal shutdown without errors and interruptions.
See also attached dmesg.txt file containing the kernel log.
$ uname -a
Linux elnath 6.11.0-9-generic #9-Ubuntu SMP PREEMPT_DYNAMIC Mon Oct 14 13:19:59 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
$ lsb_release -cr
Release: 24.10
Codename: oracular
Previous release 24.04LTS Noble is also affected. In fact the issue can
be observed even more often.
** Description changed:
The bug is intermittent and happens during shutdown process, prevents computer from shutting down.
May be reproducible more often on certain hardware and certain kernel versions.
- Pre-condition: main network connection should be enabled for all users
- of the computer, even if there's just one.
+ Pre-condition:
+ main network connection should be enabled for all users of the computer, even if there's just one.
Reproduction steps:
1) start a wireguard connection,
2) proceed with shutting down the computer,
3) observe parts of the memory traces on the screen,
4) shutdown process is interrupted.
Expected behavior:
Normal shutdown without errors and interruptions.
See also attached dmesg.txt file containing the kernel log.
$ uname -a
Linux elnath 6.11.0-9-generic #9-Ubuntu SMP PREEMPT_DYNAMIC Mon Oct 14 13:19:59 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
$ lsb_release -cr
Release: 24.10
Codename: oracular
Previous release 24.04LTS Noble is also affected. In fact the issue can
be observed even more often.
--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/2086818
Title:
Null pointer dereference in wireguard module during shutdown
Status in linux package in Ubuntu:
New
Bug description:
The bug is intermittent and happens during shutdown process, prevents computer from shutting down.
May be reproducible more often on certain hardware and certain kernel versions.
Pre-condition:
main network connection should be enabled for all users of the computer, even if there's just one.
Reproduction steps:
1) start a wireguard connection,
2) proceed with shutting down the computer,
3) observe parts of the memory traces on the screen,
4) shutdown process is interrupted.
Expected behavior:
Normal shutdown without errors and interruptions.
See also attached dmesg.txt file containing the kernel log.
$ uname -a
Linux elnath 6.11.0-9-generic #9-Ubuntu SMP PREEMPT_DYNAMIC Mon Oct 14 13:19:59 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
$ lsb_release -cr
Release: 24.10
Codename: oracular
Previous release 24.04LTS Noble is also affected. In fact the issue
can be observed even more often.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2086818/+subscriptions
[Bug 2086819] [NEW] scripts/insert-sys-cert does not insert a cert into kernel image
Public bug reported:
[Impact]
/usr/src/linux-headers-6.8.0-47-generic/scripts/insert-sys-cert fails to insert a certificate into vmlinuz
[Test Case]
1. cp /boot/vmlinuz-6.8.0-47-generic ~/workdir/
2. cp /boot/System.map-6.8.0-47-generic ~/workdir/
3. cd ~/workdir
4. openssl req -x509 -newkey rsa:4096 -keyout snakeoil-key.der -out snakeoil-cert.der -sha256 -days 3650 -nodes -subj "/O=MyCert/OU=MyCert/CN=snakeoil" -outform DER
5. /usr/src/linux-headers-6.8.0-47-generic/scripts/insert-sys-cert -s System.map-6.8.0-47-generic -z vmlinuz-6.8.0-47-generic -c snakeoil-cert.der
ERROR: Unable to determine the compression of vmlinux
Recent kernels use zstd compression, which Ubuntu's insert-sys-cert does not know about. The
scripts/extract-vmlinux could be used to extract the vmlinux since it knows about zstd. However, because it has been stripped, it tries to use the Systems.map file to find the symbol, but has trouble reading
lines of the file.
1. /usr/src/linux-headers-6.8.0-47-generic/scripts/extract-vmlinux vmlinuz-6.8.0-47-generic > myvmlinux
2. file vmlinux
vmlinux: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked,
BuildID[sha1]=90786183f0bb9cf3d745ac2a83e1b86d473d6594, stripped
3. /usr/src/linux-headers-6.8.0-47-generic/scripts/insert-sys-cert -s
System.map-6.8.0-47-generic -b myvmlinux -c snakeoil-cert.der
WARNING: Could not find the symbol table.
ERROR: Missing line ending.
ERROR: Missing line ending.
ERROR: Missing line ending.
[ Where Problem Occurred ]
Package Name:
# dpkg -l | grep linux-headers-6.8.0-47-generic
ii linux-headers-6.8.0-47-generic 6.8.0-47.47 amd64 Linux kernel headers for version 6.8.0 on 64 bit x86 SMP
# cat /proc/version_signature
Ubuntu 6.8.0-47.47-generic 6.8.12
# lsb_release -rd
No LSB modules are available.
Description: Ubuntu 24.04.1 LTS
Release: 24.04
** Affects: linux (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/2086819
Title:
scripts/insert-sys-cert does not insert a cert into kernel image
Status in linux package in Ubuntu:
New
Bug description:
[Impact]
/usr/src/linux-headers-6.8.0-47-generic/scripts/insert-sys-cert fails to insert a certificate into vmlinuz
[Test Case]
1. cp /boot/vmlinuz-6.8.0-47-generic ~/workdir/
2. cp /boot/System.map-6.8.0-47-generic ~/workdir/
3. cd ~/workdir
4. openssl req -x509 -newkey rsa:4096 -keyout snakeoil-key.der -out snakeoil-cert.der -sha256 -days 3650 -nodes -subj "/O=MyCert/OU=MyCert/CN=snakeoil" -outform DER
5. /usr/src/linux-headers-6.8.0-47-generic/scripts/insert-sys-cert -s System.map-6.8.0-47-generic -z vmlinuz-6.8.0-47-generic -c snakeoil-cert.der
ERROR: Unable to determine the compression of vmlinux
Recent kernels use zstd compression, which Ubuntu's insert-sys-cert does not know about. The
scripts/extract-vmlinux could be used to extract the vmlinux since it knows about zstd. However, because it has been stripped, it tries to use the Systems.map file to find the symbol, but has trouble reading
lines of the file.
1. /usr/src/linux-headers-6.8.0-47-generic/scripts/extract-vmlinux vmlinuz-6.8.0-47-generic > myvmlinux
2. file vmlinux
vmlinux: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked,
BuildID[sha1]=90786183f0bb9cf3d745ac2a83e1b86d473d6594, stripped
3. /usr/src/linux-headers-6.8.0-47-generic/scripts/insert-sys-cert -s
System.map-6.8.0-47-generic -b myvmlinux -c snakeoil-cert.der
WARNING: Could not find the symbol table.
ERROR: Missing line ending.
ERROR: Missing line ending.
ERROR: Missing line ending.
[ Where Problem Occurred ]
Package Name:
# dpkg -l | grep linux-headers-6.8.0-47-generic
ii linux-headers-6.8.0-47-generic 6.8.0-47.47 amd64 Linux kernel headers for version 6.8.0 on 64 bit x86 SMP
# cat /proc/version_signature
Ubuntu 6.8.0-47.47-generic 6.8.12
# lsb_release -rd
No LSB modules are available.
Description: Ubuntu 24.04.1 LTS
Release: 24.04
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2086819/+subscriptions
[Impact]
/usr/src/linux-headers-6.8.0-47-generic/scripts/insert-sys-cert fails to insert a certificate into vmlinuz
[Test Case]
1. cp /boot/vmlinuz-6.8.0-47-generic ~/workdir/
2. cp /boot/System.map-6.8.0-47-generic ~/workdir/
3. cd ~/workdir
4. openssl req -x509 -newkey rsa:4096 -keyout snakeoil-key.der -out snakeoil-cert.der -sha256 -days 3650 -nodes -subj "/O=MyCert/OU=MyCert/CN=snakeoil" -outform DER
5. /usr/src/linux-headers-6.8.0-47-generic/scripts/insert-sys-cert -s System.map-6.8.0-47-generic -z vmlinuz-6.8.0-47-generic -c snakeoil-cert.der
ERROR: Unable to determine the compression of vmlinux
Recent kernels use zstd compression, which Ubuntu's insert-sys-cert does not know about. The
scripts/extract-vmlinux could be used to extract the vmlinux since it knows about zstd. However, because it has been stripped, it tries to use the Systems.map file to find the symbol, but has trouble reading
lines of the file.
1. /usr/src/linux-headers-6.8.0-47-generic/scripts/extract-vmlinux vmlinuz-6.8.0-47-generic > myvmlinux
2. file vmlinux
vmlinux: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked,
BuildID[sha1]=90786183f0bb9cf3d745ac2a83e1b86d473d6594, stripped
3. /usr/src/linux-headers-6.8.0-47-generic/scripts/insert-sys-cert -s
System.map-6.8.0-47-generic -b myvmlinux -c snakeoil-cert.der
WARNING: Could not find the symbol table.
ERROR: Missing line ending.
ERROR: Missing line ending.
ERROR: Missing line ending.
[ Where Problem Occurred ]
Package Name:
# dpkg -l | grep linux-headers-6.8.0-47-generic
ii linux-headers-6.8.0-47-generic 6.8.0-47.47 amd64 Linux kernel headers for version 6.8.0 on 64 bit x86 SMP
# cat /proc/version_signature
Ubuntu 6.8.0-47.47-generic 6.8.12
# lsb_release -rd
No LSB modules are available.
Description: Ubuntu 24.04.1 LTS
Release: 24.04
** Affects: linux (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/2086819
Title:
scripts/insert-sys-cert does not insert a cert into kernel image
Status in linux package in Ubuntu:
New
Bug description:
[Impact]
/usr/src/linux-headers-6.8.0-47-generic/scripts/insert-sys-cert fails to insert a certificate into vmlinuz
[Test Case]
1. cp /boot/vmlinuz-6.8.0-47-generic ~/workdir/
2. cp /boot/System.map-6.8.0-47-generic ~/workdir/
3. cd ~/workdir
4. openssl req -x509 -newkey rsa:4096 -keyout snakeoil-key.der -out snakeoil-cert.der -sha256 -days 3650 -nodes -subj "/O=MyCert/OU=MyCert/CN=snakeoil" -outform DER
5. /usr/src/linux-headers-6.8.0-47-generic/scripts/insert-sys-cert -s System.map-6.8.0-47-generic -z vmlinuz-6.8.0-47-generic -c snakeoil-cert.der
ERROR: Unable to determine the compression of vmlinux
Recent kernels use zstd compression, which Ubuntu's insert-sys-cert does not know about. The
scripts/extract-vmlinux could be used to extract the vmlinux since it knows about zstd. However, because it has been stripped, it tries to use the Systems.map file to find the symbol, but has trouble reading
lines of the file.
1. /usr/src/linux-headers-6.8.0-47-generic/scripts/extract-vmlinux vmlinuz-6.8.0-47-generic > myvmlinux
2. file vmlinux
vmlinux: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked,
BuildID[sha1]=90786183f0bb9cf3d745ac2a83e1b86d473d6594, stripped
3. /usr/src/linux-headers-6.8.0-47-generic/scripts/insert-sys-cert -s
System.map-6.8.0-47-generic -b myvmlinux -c snakeoil-cert.der
WARNING: Could not find the symbol table.
ERROR: Missing line ending.
ERROR: Missing line ending.
ERROR: Missing line ending.
[ Where Problem Occurred ]
Package Name:
# dpkg -l | grep linux-headers-6.8.0-47-generic
ii linux-headers-6.8.0-47-generic 6.8.0-47.47 amd64 Linux kernel headers for version 6.8.0 on 64 bit x86 SMP
# cat /proc/version_signature
Ubuntu 6.8.0-47.47-generic 6.8.12
# lsb_release -rd
No LSB modules are available.
Description: Ubuntu 24.04.1 LTS
Release: 24.04
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2086819/+subscriptions
[Bug 2086818] [NEW] Null pointer dereference in wireguard module during shutdown
Public bug reported:
The bug is intermittent and happens during shutdown process, prevents computer from shutting down.
May be reproducible more often on certain hardware and certain kernel versions.
Reproduction steps:
1) start a wireguard connection,
2) proceed with shutting down the computer,
3) observe parts of the memory traces on the screen,
4) shutdown process is interrupted.
Expected behavior:
Normal shutdown without errors and interruptions.
See also attached dmesg.txt file containing the kernel log.
$ uname -a
Linux elnath 6.11.0-9-generic #9-Ubuntu SMP PREEMPT_DYNAMIC Mon Oct 14 13:19:59 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
$ lsb_release -cr
Release: 24.10
Codename: oracular
Previous release 24.04LTS Noble is also affected. In fact the issue can
be observed even more often.
** Affects: linux (Ubuntu)
Importance: Undecided
Status: New
** Tags: kernel-bug wireguard
** Attachment added: "Kernel log taken from previous session"
https://bugs.launchpad.net/bugs/2086818/+attachment/5835134/+files/dmesg.txt
** Description changed:
The bug is intermittent and happens during shutdown process, prevents computer from shutting down.
May be reproducible more often on certain hardware and certain kernel versions.
Reproduction steps:
- 1) proceed with shutting down the computer
- 2) observe parts of the memory traces on the screen
- 3) shutdown process is interrupted.
+ 1) start a wireguard connection,
+ 2) proceed with shutting down the computer,
+ 3) observe parts of the memory traces on the screen,
+ 4) shutdown process is interrupted.
Expected behavior:
Normal shutdown without errors and interruptions.
See also attached dmesg.txt file containing the kernel log.
$ uname -a
Linux elnath 6.11.0-9-generic #9-Ubuntu SMP PREEMPT_DYNAMIC Mon Oct 14 13:19:59 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
-
$ lsb_release -cr
Release: 24.10
Codename: oracular
-
- Previous release 24.04LTS Noble is also affected. In fact the issue can be observer even more often.
+ Previous release 24.04LTS Noble is also affected. In fact the issue can
+ be observer even more often.
** Description changed:
The bug is intermittent and happens during shutdown process, prevents computer from shutting down.
May be reproducible more often on certain hardware and certain kernel versions.
Reproduction steps:
1) start a wireguard connection,
2) proceed with shutting down the computer,
3) observe parts of the memory traces on the screen,
4) shutdown process is interrupted.
Expected behavior:
Normal shutdown without errors and interruptions.
See also attached dmesg.txt file containing the kernel log.
$ uname -a
Linux elnath 6.11.0-9-generic #9-Ubuntu SMP PREEMPT_DYNAMIC Mon Oct 14 13:19:59 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
$ lsb_release -cr
Release: 24.10
Codename: oracular
Previous release 24.04LTS Noble is also affected. In fact the issue can
- be observer even more often.
+ be observed even more often.
--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/2086818
Title:
Null pointer dereference in wireguard module during shutdown
Status in linux package in Ubuntu:
New
Bug description:
The bug is intermittent and happens during shutdown process, prevents computer from shutting down.
May be reproducible more often on certain hardware and certain kernel versions.
Reproduction steps:
1) start a wireguard connection,
2) proceed with shutting down the computer,
3) observe parts of the memory traces on the screen,
4) shutdown process is interrupted.
Expected behavior:
Normal shutdown without errors and interruptions.
See also attached dmesg.txt file containing the kernel log.
$ uname -a
Linux elnath 6.11.0-9-generic #9-Ubuntu SMP PREEMPT_DYNAMIC Mon Oct 14 13:19:59 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
$ lsb_release -cr
Release: 24.10
Codename: oracular
Previous release 24.04LTS Noble is also affected. In fact the issue
can be observed even more often.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2086818/+subscriptions
The bug is intermittent and happens during shutdown process, prevents computer from shutting down.
May be reproducible more often on certain hardware and certain kernel versions.
Reproduction steps:
1) start a wireguard connection,
2) proceed with shutting down the computer,
3) observe parts of the memory traces on the screen,
4) shutdown process is interrupted.
Expected behavior:
Normal shutdown without errors and interruptions.
See also attached dmesg.txt file containing the kernel log.
$ uname -a
Linux elnath 6.11.0-9-generic #9-Ubuntu SMP PREEMPT_DYNAMIC Mon Oct 14 13:19:59 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
$ lsb_release -cr
Release: 24.10
Codename: oracular
Previous release 24.04LTS Noble is also affected. In fact the issue can
be observed even more often.
** Affects: linux (Ubuntu)
Importance: Undecided
Status: New
** Tags: kernel-bug wireguard
** Attachment added: "Kernel log taken from previous session"
https://bugs.launchpad.net/bugs/2086818/+attachment/5835134/+files/dmesg.txt
** Description changed:
The bug is intermittent and happens during shutdown process, prevents computer from shutting down.
May be reproducible more often on certain hardware and certain kernel versions.
Reproduction steps:
- 1) proceed with shutting down the computer
- 2) observe parts of the memory traces on the screen
- 3) shutdown process is interrupted.
+ 1) start a wireguard connection,
+ 2) proceed with shutting down the computer,
+ 3) observe parts of the memory traces on the screen,
+ 4) shutdown process is interrupted.
Expected behavior:
Normal shutdown without errors and interruptions.
See also attached dmesg.txt file containing the kernel log.
$ uname -a
Linux elnath 6.11.0-9-generic #9-Ubuntu SMP PREEMPT_DYNAMIC Mon Oct 14 13:19:59 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
-
$ lsb_release -cr
Release: 24.10
Codename: oracular
-
- Previous release 24.04LTS Noble is also affected. In fact the issue can be observer even more often.
+ Previous release 24.04LTS Noble is also affected. In fact the issue can
+ be observer even more often.
** Description changed:
The bug is intermittent and happens during shutdown process, prevents computer from shutting down.
May be reproducible more often on certain hardware and certain kernel versions.
Reproduction steps:
1) start a wireguard connection,
2) proceed with shutting down the computer,
3) observe parts of the memory traces on the screen,
4) shutdown process is interrupted.
Expected behavior:
Normal shutdown without errors and interruptions.
See also attached dmesg.txt file containing the kernel log.
$ uname -a
Linux elnath 6.11.0-9-generic #9-Ubuntu SMP PREEMPT_DYNAMIC Mon Oct 14 13:19:59 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
$ lsb_release -cr
Release: 24.10
Codename: oracular
Previous release 24.04LTS Noble is also affected. In fact the issue can
- be observer even more often.
+ be observed even more often.
--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/2086818
Title:
Null pointer dereference in wireguard module during shutdown
Status in linux package in Ubuntu:
New
Bug description:
The bug is intermittent and happens during shutdown process, prevents computer from shutting down.
May be reproducible more often on certain hardware and certain kernel versions.
Reproduction steps:
1) start a wireguard connection,
2) proceed with shutting down the computer,
3) observe parts of the memory traces on the screen,
4) shutdown process is interrupted.
Expected behavior:
Normal shutdown without errors and interruptions.
See also attached dmesg.txt file containing the kernel log.
$ uname -a
Linux elnath 6.11.0-9-generic #9-Ubuntu SMP PREEMPT_DYNAMIC Mon Oct 14 13:19:59 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
$ lsb_release -cr
Release: 24.10
Codename: oracular
Previous release 24.04LTS Noble is also affected. In fact the issue
can be observed even more often.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2086818/+subscriptions
[Bug 2062568] Re: nfsd gets unresponsive after some hours of operation
@mehmetbasaran: This issue is impacting one of the HPC clusters I
manage. Are there any thoughts as to when this patch will get rolled out
to a released 6.8.0 kernel?
Also, does anyone know if this is a server bug or a client bug, i.e. for mitigation, do the servers need to be rolled back to a version that does not have the bug? Do the clients need to be rolled back? Both?
Thanks,
Omen
--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/2062568
Title:
nfsd gets unresponsive after some hours of operation
Status in linux package in Ubuntu:
In Progress
Status in nfs-utils package in Ubuntu:
Incomplete
Status in linux source package in Noble:
In Progress
Status in nfs-utils source package in Noble:
Incomplete
Bug description:
I installed the 24.04 Beta on two test machines that were running
22.04 without issues before. One of them exports two volumes that are
mounted by the other machine, which primarily uses them as a secondary
storage for ccache.
After being up for a couple of hours (happened twice since yesterday
evening) it seems that nfsd on the machine exporting the volumes hangs
on something.
From dmesg on the server (repeated a few times):
[11183.290548] INFO: task nfsd:1419 blocked for more than 1228 seconds.
[11183.290558] Not tainted 6.8.0-22-generic #22-Ubuntu
[11183.290563] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[11183.290582] task:nfsd state:D stack:0 pid:1419 tgid:1419 ppid:2 flags:0x00004000
[11183.290587] Call Trace:
[11183.290602] <TASK>
[11183.290606] __schedule+0x27c/0x6b0
[11183.290612] schedule+0x33/0x110
[11183.290615] schedule_timeout+0x157/0x170
[11183.290619] wait_for_completion+0x88/0x150
[11183.290623] __flush_workqueue+0x140/0x3e0
[11183.290629] nfsd4_probe_callback_sync+0x1a/0x30 [nfsd]
[11183.290689] nfsd4_destroy_session+0x186/0x260 [nfsd]
[11183.290744] nfsd4_proc_compound+0x3af/0x770 [nfsd]
[11183.290798] nfsd_dispatch+0xd4/0x220 [nfsd]
[11183.290851] svc_process_common+0x44d/0x710 [sunrpc]
[11183.290924] ? __pfx_nfsd_dispatch+0x10/0x10 [nfsd]
[11183.290976] svc_process+0x132/0x1b0 [sunrpc]
[11183.291041] svc_handle_xprt+0x4d3/0x5d0 [sunrpc]
[11183.291105] svc_recv+0x18b/0x2e0 [sunrpc]
[11183.291168] ? __pfx_nfsd+0x10/0x10 [nfsd]
[11183.291220] nfsd+0x8b/0xe0 [nfsd]
[11183.291270] kthread+0xef/0x120
[11183.291274] ? __pfx_kthread+0x10/0x10
[11183.291276] ret_from_fork+0x44/0x70
[11183.291279] ? __pfx_kthread+0x10/0x10
[11183.291281] ret_from_fork_asm+0x1b/0x30
[11183.291286] </TASK>
From dmesg on the client (repeated a number of times):
[ 6596.911785] RPC: Could not send backchannel reply error: -110
[ 6596.972490] RPC: Could not send backchannel reply error: -110
[ 6837.281307] RPC: Could not send backchannel reply error: -110
ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: nfs-kernel-server 1:2.6.4-3ubuntu5
ProcVersionSignature: Ubuntu 6.8.0-22.22-generic 6.8.1
Uname: Linux 6.8.0-22-generic x86_64
.etc.request-key.d.id_resolver.conf: create id_resolver * * /usr/sbin/nfsidmap -t 600 %k %d
ApportVersion: 2.28.1-0ubuntu1
Architecture: amd64
CasperMD5CheckResult: pass
Date: Fri Apr 19 14:10:25 2024
InstallationDate: Installed on 2024-04-16 (3 days ago)
InstallationMedia: Ubuntu-Server 24.04 LTS "Noble Numbat" - Beta amd64 (20240410.1)
NFSMounts:
NFSv4Mounts:
ProcEnviron:
LANG=en_US.UTF-8
PATH=(custom, no user)
SHELL=/bin/bash
TERM=xterm-256color
XDG_RUNTIME_DIR=<set>
SourcePackage: nfs-utils
UpgradeStatus: No upgrade log present (probably fresh install)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2062568/+subscriptions
manage. Are there any thoughts as to when this patch will get rolled out
to a released 6.8.0 kernel?
Also, does anyone know if this is a server bug or a client bug, i.e. for mitigation, do the servers need to be rolled back to a version that does not have the bug? Do the clients need to be rolled back? Both?
Thanks,
Omen
--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/2062568
Title:
nfsd gets unresponsive after some hours of operation
Status in linux package in Ubuntu:
In Progress
Status in nfs-utils package in Ubuntu:
Incomplete
Status in linux source package in Noble:
In Progress
Status in nfs-utils source package in Noble:
Incomplete
Bug description:
I installed the 24.04 Beta on two test machines that were running
22.04 without issues before. One of them exports two volumes that are
mounted by the other machine, which primarily uses them as a secondary
storage for ccache.
After being up for a couple of hours (happened twice since yesterday
evening) it seems that nfsd on the machine exporting the volumes hangs
on something.
From dmesg on the server (repeated a few times):
[11183.290548] INFO: task nfsd:1419 blocked for more than 1228 seconds.
[11183.290558] Not tainted 6.8.0-22-generic #22-Ubuntu
[11183.290563] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[11183.290582] task:nfsd state:D stack:0 pid:1419 tgid:1419 ppid:2 flags:0x00004000
[11183.290587] Call Trace:
[11183.290602] <TASK>
[11183.290606] __schedule+0x27c/0x6b0
[11183.290612] schedule+0x33/0x110
[11183.290615] schedule_timeout+0x157/0x170
[11183.290619] wait_for_completion+0x88/0x150
[11183.290623] __flush_workqueue+0x140/0x3e0
[11183.290629] nfsd4_probe_callback_sync+0x1a/0x30 [nfsd]
[11183.290689] nfsd4_destroy_session+0x186/0x260 [nfsd]
[11183.290744] nfsd4_proc_compound+0x3af/0x770 [nfsd]
[11183.290798] nfsd_dispatch+0xd4/0x220 [nfsd]
[11183.290851] svc_process_common+0x44d/0x710 [sunrpc]
[11183.290924] ? __pfx_nfsd_dispatch+0x10/0x10 [nfsd]
[11183.290976] svc_process+0x132/0x1b0 [sunrpc]
[11183.291041] svc_handle_xprt+0x4d3/0x5d0 [sunrpc]
[11183.291105] svc_recv+0x18b/0x2e0 [sunrpc]
[11183.291168] ? __pfx_nfsd+0x10/0x10 [nfsd]
[11183.291220] nfsd+0x8b/0xe0 [nfsd]
[11183.291270] kthread+0xef/0x120
[11183.291274] ? __pfx_kthread+0x10/0x10
[11183.291276] ret_from_fork+0x44/0x70
[11183.291279] ? __pfx_kthread+0x10/0x10
[11183.291281] ret_from_fork_asm+0x1b/0x30
[11183.291286] </TASK>
From dmesg on the client (repeated a number of times):
[ 6596.911785] RPC: Could not send backchannel reply error: -110
[ 6596.972490] RPC: Could not send backchannel reply error: -110
[ 6837.281307] RPC: Could not send backchannel reply error: -110
ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: nfs-kernel-server 1:2.6.4-3ubuntu5
ProcVersionSignature: Ubuntu 6.8.0-22.22-generic 6.8.1
Uname: Linux 6.8.0-22-generic x86_64
.etc.request-key.d.id_resolver.conf: create id_resolver * * /usr/sbin/nfsidmap -t 600 %k %d
ApportVersion: 2.28.1-0ubuntu1
Architecture: amd64
CasperMD5CheckResult: pass
Date: Fri Apr 19 14:10:25 2024
InstallationDate: Installed on 2024-04-16 (3 days ago)
InstallationMedia: Ubuntu-Server 24.04 LTS "Noble Numbat" - Beta amd64 (20240410.1)
NFSMounts:
NFSv4Mounts:
ProcEnviron:
LANG=en_US.UTF-8
PATH=(custom, no user)
SHELL=/bin/bash
TERM=xterm-256color
XDG_RUNTIME_DIR=<set>
SourcePackage: nfs-utils
UpgradeStatus: No upgrade log present (probably fresh install)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2062568/+subscriptions
[Bug 2081652] Re: Battery not charging after suspend on Galaxy Book 4
Other curious thing to add, is that while the above refered "Samsung
Setting" on Windows was active, not only laptop battery stoped charging,
but battery charge percentage stopped measuring, showing the last
reading without lowering.
--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/2081652
Title:
Battery not charging after suspend on Galaxy Book 4
Status in linux package in Ubuntu:
Incomplete
Bug description:
Description: I am experiencing an issue with my Galaxy Book 4 where,
after disconnecting the notebook from the power supply (AC) and
suspending it, using it on battery for a while, the battery does not
start charging again when I reconnect the charger. This happens after
any period of use without being plugged in.
Steps to reproduce:
Connect the notebook to the charger.
Disconnect the charger and suspend the notebook.
Use the notebook unplugged
Reconnect the charger.
Expected behavior: The battery should start charging as soon as the
charger is reconnected.
Observed behavior: The battery remains at the same percentage and does
not charge.
ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: linux-image-6.8.0-45-generic 6.8.0-45.45
ProcVersionSignature: Ubuntu 6.8.0-45.45-generic 6.8.12
Uname: Linux 6.8.0-45-generic x86_64
ApportVersion: 2.28.1-0ubuntu3.1
Architecture: amd64
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/seq: felipe 1798 F.... pipewire
/dev/snd/controlC0: felipe 1798 F.... pipewire
felipe 1803 F.... wireplumber
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Sun Sep 22 15:58:19 2024
InstallationDate: Installed on 2024-08-16 (37 days ago)
InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Release amd64 (20240424)
MachineType: SAMSUNG ELECTRONICS CO., LTD. 750XGK
ProcEnviron:
LANG=en_US.UTF-8
PATH=(custom, no user)
SHELL=/bin/bash
XDG_RUNTIME_DIR=<set>
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.8.0-45-generic root=UUID=07d7e1fc-ff25-4e07-aed8-b4e8fd1703f0 ro quiet splash vt.handoff=7
RelatedPackageVersions:
linux-restricted-modules-6.8.0-45-generic N/A
linux-backports-modules-6.8.0-45-generic N/A
linux-firmware 20240318.git3b128b60-0ubuntu2.3
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/09/2024
dmi.bios.release: 5.27
dmi.bios.vendor: American Megatrends International, LLC.
dmi.bios.version: P02CFP.015.240409.HQ
dmi.board.asset.tag: No Asset Tag
dmi.board.name: NP750XGJ-KG2BR
dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.board.version: SGLB701A0F-C01-G002-S0001+10.0.22631
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.chassis.version: N/A
dmi.modalias: dmi:bvnAmericanMegatrendsInternational,LLC.:bvrP02CFP.015.240409.HQ:bd04/09/2024:br5.27:svnSAMSUNGELECTRONICSCO.,LTD.:pn750XGK:pvrP02CFP:rvnSAMSUNGELECTRONICSCO.,LTD.:rnNP750XGJ-KG2BR:rvrSGLB701A0F-C01-G002-S0001+10.0.22631:cvnSAMSUNGELECTRONICSCO.,LTD.:ct10:cvrN/A:skuSCAI-A5A5-A5A5-RPLU-PCFP:
dmi.product.family: Galaxy Book4
dmi.product.name: 750XGK
dmi.product.sku: SCAI-A5A5-A5A5-RPLU-PCFP
dmi.product.version: P02CFP
dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2081652/+subscriptions
Setting" on Windows was active, not only laptop battery stoped charging,
but battery charge percentage stopped measuring, showing the last
reading without lowering.
--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/2081652
Title:
Battery not charging after suspend on Galaxy Book 4
Status in linux package in Ubuntu:
Incomplete
Bug description:
Description: I am experiencing an issue with my Galaxy Book 4 where,
after disconnecting the notebook from the power supply (AC) and
suspending it, using it on battery for a while, the battery does not
start charging again when I reconnect the charger. This happens after
any period of use without being plugged in.
Steps to reproduce:
Connect the notebook to the charger.
Disconnect the charger and suspend the notebook.
Use the notebook unplugged
Reconnect the charger.
Expected behavior: The battery should start charging as soon as the
charger is reconnected.
Observed behavior: The battery remains at the same percentage and does
not charge.
ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: linux-image-6.8.0-45-generic 6.8.0-45.45
ProcVersionSignature: Ubuntu 6.8.0-45.45-generic 6.8.12
Uname: Linux 6.8.0-45-generic x86_64
ApportVersion: 2.28.1-0ubuntu3.1
Architecture: amd64
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/seq: felipe 1798 F.... pipewire
/dev/snd/controlC0: felipe 1798 F.... pipewire
felipe 1803 F.... wireplumber
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Sun Sep 22 15:58:19 2024
InstallationDate: Installed on 2024-08-16 (37 days ago)
InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Release amd64 (20240424)
MachineType: SAMSUNG ELECTRONICS CO., LTD. 750XGK
ProcEnviron:
LANG=en_US.UTF-8
PATH=(custom, no user)
SHELL=/bin/bash
XDG_RUNTIME_DIR=<set>
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.8.0-45-generic root=UUID=07d7e1fc-ff25-4e07-aed8-b4e8fd1703f0 ro quiet splash vt.handoff=7
RelatedPackageVersions:
linux-restricted-modules-6.8.0-45-generic N/A
linux-backports-modules-6.8.0-45-generic N/A
linux-firmware 20240318.git3b128b60-0ubuntu2.3
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/09/2024
dmi.bios.release: 5.27
dmi.bios.vendor: American Megatrends International, LLC.
dmi.bios.version: P02CFP.015.240409.HQ
dmi.board.asset.tag: No Asset Tag
dmi.board.name: NP750XGJ-KG2BR
dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.board.version: SGLB701A0F-C01-G002-S0001+10.0.22631
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.chassis.version: N/A
dmi.modalias: dmi:bvnAmericanMegatrendsInternational,LLC.:bvrP02CFP.015.240409.HQ:bd04/09/2024:br5.27:svnSAMSUNGELECTRONICSCO.,LTD.:pn750XGK:pvrP02CFP:rvnSAMSUNGELECTRONICSCO.,LTD.:rnNP750XGJ-KG2BR:rvrSGLB701A0F-C01-G002-S0001+10.0.22631:cvnSAMSUNGELECTRONICSCO.,LTD.:ct10:cvrN/A:skuSCAI-A5A5-A5A5-RPLU-PCFP:
dmi.product.family: Galaxy Book4
dmi.product.name: 750XGK
dmi.product.sku: SCAI-A5A5-A5A5-RPLU-PCFP
dmi.product.version: P02CFP
dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2081652/+subscriptions
[Bug 2081652] Re: Battery not charging after suspend on Galaxy Book 4
I had similar issue. In my case, the laptop (Galaxy Book 4, which has
dual boot with original Windows OS provided by Samsung by default)
stopped charging due to a setting in "Samsung Settings" app in Windows,
which limited batery charge to 80% in order to preserve battery life.
After disabling that feature in Windows, the laptop battery started to
charge normally, as it should. I don't understand how "Samsung Settings"
on Windows can affect power supply on (dual boot) Linux, but in my case
it was the cause.
--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/2081652
Title:
Battery not charging after suspend on Galaxy Book 4
Status in linux package in Ubuntu:
Incomplete
Bug description:
Description: I am experiencing an issue with my Galaxy Book 4 where,
after disconnecting the notebook from the power supply (AC) and
suspending it, using it on battery for a while, the battery does not
start charging again when I reconnect the charger. This happens after
any period of use without being plugged in.
Steps to reproduce:
Connect the notebook to the charger.
Disconnect the charger and suspend the notebook.
Use the notebook unplugged
Reconnect the charger.
Expected behavior: The battery should start charging as soon as the
charger is reconnected.
Observed behavior: The battery remains at the same percentage and does
not charge.
ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: linux-image-6.8.0-45-generic 6.8.0-45.45
ProcVersionSignature: Ubuntu 6.8.0-45.45-generic 6.8.12
Uname: Linux 6.8.0-45-generic x86_64
ApportVersion: 2.28.1-0ubuntu3.1
Architecture: amd64
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/seq: felipe 1798 F.... pipewire
/dev/snd/controlC0: felipe 1798 F.... pipewire
felipe 1803 F.... wireplumber
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Sun Sep 22 15:58:19 2024
InstallationDate: Installed on 2024-08-16 (37 days ago)
InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Release amd64 (20240424)
MachineType: SAMSUNG ELECTRONICS CO., LTD. 750XGK
ProcEnviron:
LANG=en_US.UTF-8
PATH=(custom, no user)
SHELL=/bin/bash
XDG_RUNTIME_DIR=<set>
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.8.0-45-generic root=UUID=07d7e1fc-ff25-4e07-aed8-b4e8fd1703f0 ro quiet splash vt.handoff=7
RelatedPackageVersions:
linux-restricted-modules-6.8.0-45-generic N/A
linux-backports-modules-6.8.0-45-generic N/A
linux-firmware 20240318.git3b128b60-0ubuntu2.3
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/09/2024
dmi.bios.release: 5.27
dmi.bios.vendor: American Megatrends International, LLC.
dmi.bios.version: P02CFP.015.240409.HQ
dmi.board.asset.tag: No Asset Tag
dmi.board.name: NP750XGJ-KG2BR
dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.board.version: SGLB701A0F-C01-G002-S0001+10.0.22631
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.chassis.version: N/A
dmi.modalias: dmi:bvnAmericanMegatrendsInternational,LLC.:bvrP02CFP.015.240409.HQ:bd04/09/2024:br5.27:svnSAMSUNGELECTRONICSCO.,LTD.:pn750XGK:pvrP02CFP:rvnSAMSUNGELECTRONICSCO.,LTD.:rnNP750XGJ-KG2BR:rvrSGLB701A0F-C01-G002-S0001+10.0.22631:cvnSAMSUNGELECTRONICSCO.,LTD.:ct10:cvrN/A:skuSCAI-A5A5-A5A5-RPLU-PCFP:
dmi.product.family: Galaxy Book4
dmi.product.name: 750XGK
dmi.product.sku: SCAI-A5A5-A5A5-RPLU-PCFP
dmi.product.version: P02CFP
dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2081652/+subscriptions
dual boot with original Windows OS provided by Samsung by default)
stopped charging due to a setting in "Samsung Settings" app in Windows,
which limited batery charge to 80% in order to preserve battery life.
After disabling that feature in Windows, the laptop battery started to
charge normally, as it should. I don't understand how "Samsung Settings"
on Windows can affect power supply on (dual boot) Linux, but in my case
it was the cause.
--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/2081652
Title:
Battery not charging after suspend on Galaxy Book 4
Status in linux package in Ubuntu:
Incomplete
Bug description:
Description: I am experiencing an issue with my Galaxy Book 4 where,
after disconnecting the notebook from the power supply (AC) and
suspending it, using it on battery for a while, the battery does not
start charging again when I reconnect the charger. This happens after
any period of use without being plugged in.
Steps to reproduce:
Connect the notebook to the charger.
Disconnect the charger and suspend the notebook.
Use the notebook unplugged
Reconnect the charger.
Expected behavior: The battery should start charging as soon as the
charger is reconnected.
Observed behavior: The battery remains at the same percentage and does
not charge.
ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: linux-image-6.8.0-45-generic 6.8.0-45.45
ProcVersionSignature: Ubuntu 6.8.0-45.45-generic 6.8.12
Uname: Linux 6.8.0-45-generic x86_64
ApportVersion: 2.28.1-0ubuntu3.1
Architecture: amd64
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/seq: felipe 1798 F.... pipewire
/dev/snd/controlC0: felipe 1798 F.... pipewire
felipe 1803 F.... wireplumber
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Sun Sep 22 15:58:19 2024
InstallationDate: Installed on 2024-08-16 (37 days ago)
InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Release amd64 (20240424)
MachineType: SAMSUNG ELECTRONICS CO., LTD. 750XGK
ProcEnviron:
LANG=en_US.UTF-8
PATH=(custom, no user)
SHELL=/bin/bash
XDG_RUNTIME_DIR=<set>
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.8.0-45-generic root=UUID=07d7e1fc-ff25-4e07-aed8-b4e8fd1703f0 ro quiet splash vt.handoff=7
RelatedPackageVersions:
linux-restricted-modules-6.8.0-45-generic N/A
linux-backports-modules-6.8.0-45-generic N/A
linux-firmware 20240318.git3b128b60-0ubuntu2.3
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/09/2024
dmi.bios.release: 5.27
dmi.bios.vendor: American Megatrends International, LLC.
dmi.bios.version: P02CFP.015.240409.HQ
dmi.board.asset.tag: No Asset Tag
dmi.board.name: NP750XGJ-KG2BR
dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.board.version: SGLB701A0F-C01-G002-S0001+10.0.22631
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.chassis.version: N/A
dmi.modalias: dmi:bvnAmericanMegatrendsInternational,LLC.:bvrP02CFP.015.240409.HQ:bd04/09/2024:br5.27:svnSAMSUNGELECTRONICSCO.,LTD.:pn750XGK:pvrP02CFP:rvnSAMSUNGELECTRONICSCO.,LTD.:rnNP750XGJ-KG2BR:rvrSGLB701A0F-C01-G002-S0001+10.0.22631:cvnSAMSUNGELECTRONICSCO.,LTD.:ct10:cvrN/A:skuSCAI-A5A5-A5A5-RPLU-PCFP:
dmi.product.family: Galaxy Book4
dmi.product.name: 750XGK
dmi.product.sku: SCAI-A5A5-A5A5-RPLU-PCFP
dmi.product.version: P02CFP
dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2081652/+subscriptions
[Bug 1258837] Re: [Dell Latitude E7440] ALPS touchpad keeps having state reset
With tousled layers and a mullet-inspired silhouette, the wolf cut
creates a daring style.
https://wolfcut.org/
--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/1258837
Title:
[Dell Latitude E7440] ALPS touchpad keeps having state reset
Status in linux package in Ubuntu:
Fix Released
Status in linux source package in Trusty:
Fix Released
Status in linux source package in Utopic:
Fix Released
Status in linux source package in Vivid:
Fix Released
Status in linux package in Fedora:
Won't Fix
Bug description:
The mouse cursor keeps on jumping around, and these messages appear in the log when it happens:
Dec 7 21:57:26 wyvern kernel: [ 648.133841] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 1
Dec 7 21:57:26 wyvern kernel: [ 648.134868] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 1
Dec 7 21:57:26 wyvern kernel: [ 648.137921] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 - driver resynced.
Dec 7 21:57:26 wyvern kernel: [ 648.138852] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 1
Dec 7 21:57:26 wyvern kernel: [ 648.148833] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 - driver resynced.
The touchpad is recognised as a "AlpsPS/2 ALPS DualPoint TouchPad".
This is occurring with Ubuntu 13.10, though I have also seen this
behaviour in the version of Linux Mint based on Ubuntu 13.04.
ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: linux-image-3.11.0-14-generic 3.11.0-14.21
ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
Uname: Linux 3.11.0-14-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/controlC1: allanc 1852 F.... pulseaudio
/dev/snd/controlC0: allanc 1852 F.... pulseaudio
Date: Sat Dec 7 22:19:22 2013
HibernationDevice: RESUME=UUID=a2a36712-35de-4e20-9d1a-df3520f401ec
InstallationDate: Installed on 2013-12-07 (0 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
MachineType: Dell Inc. Latitude E7440
MarkForUpload: True
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-14-generic.efi.signed root=UUID=d03a42e6-0dea-4969-a682-eb4d255abc70 ro quiet splash vt.handoff=7
RelatedPackageVersions:
linux-restricted-modules-3.11.0-14-generic N/A
linux-backports-modules-3.11.0-14-generic N/A
linux-firmware 1.116
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/14/2013
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A03
dmi.board.name: 07F3F4
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: dmi:bvnDellInc.:bvrA03:bd08/14/2013:svnDellInc.:pnLatitudeE7440:pvr01:rvnDellInc.:rn07F3F4:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: Latitude E7440
dmi.product.version: 01
dmi.sys.vendor: Dell Inc.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1258837/+subscriptions
creates a daring style.
https://wolfcut.org/
--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/1258837
Title:
[Dell Latitude E7440] ALPS touchpad keeps having state reset
Status in linux package in Ubuntu:
Fix Released
Status in linux source package in Trusty:
Fix Released
Status in linux source package in Utopic:
Fix Released
Status in linux source package in Vivid:
Fix Released
Status in linux package in Fedora:
Won't Fix
Bug description:
The mouse cursor keeps on jumping around, and these messages appear in the log when it happens:
Dec 7 21:57:26 wyvern kernel: [ 648.133841] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 1
Dec 7 21:57:26 wyvern kernel: [ 648.134868] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 1
Dec 7 21:57:26 wyvern kernel: [ 648.137921] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 - driver resynced.
Dec 7 21:57:26 wyvern kernel: [ 648.138852] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 1
Dec 7 21:57:26 wyvern kernel: [ 648.148833] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 - driver resynced.
The touchpad is recognised as a "AlpsPS/2 ALPS DualPoint TouchPad".
This is occurring with Ubuntu 13.10, though I have also seen this
behaviour in the version of Linux Mint based on Ubuntu 13.04.
ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: linux-image-3.11.0-14-generic 3.11.0-14.21
ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
Uname: Linux 3.11.0-14-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/controlC1: allanc 1852 F.... pulseaudio
/dev/snd/controlC0: allanc 1852 F.... pulseaudio
Date: Sat Dec 7 22:19:22 2013
HibernationDevice: RESUME=UUID=a2a36712-35de-4e20-9d1a-df3520f401ec
InstallationDate: Installed on 2013-12-07 (0 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
MachineType: Dell Inc. Latitude E7440
MarkForUpload: True
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-14-generic.efi.signed root=UUID=d03a42e6-0dea-4969-a682-eb4d255abc70 ro quiet splash vt.handoff=7
RelatedPackageVersions:
linux-restricted-modules-3.11.0-14-generic N/A
linux-backports-modules-3.11.0-14-generic N/A
linux-firmware 1.116
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/14/2013
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A03
dmi.board.name: 07F3F4
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: dmi:bvnDellInc.:bvrA03:bd08/14/2013:svnDellInc.:pnLatitudeE7440:pvr01:rvnDellInc.:rn07F3F4:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: Latitude E7440
dmi.product.version: 01
dmi.sys.vendor: Dell Inc.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1258837/+subscriptions
[Bug 1258837] Re: [Dell Latitude E7440] ALPS touchpad keeps having state reset
With tousled layers and a mullet-inspired silhouette, the wolf cut creates a daring style.
zhttp://wolfcut.org/
--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/1258837
Title:
[Dell Latitude E7440] ALPS touchpad keeps having state reset
Status in linux package in Ubuntu:
Fix Released
Status in linux source package in Trusty:
Fix Released
Status in linux source package in Utopic:
Fix Released
Status in linux source package in Vivid:
Fix Released
Status in linux package in Fedora:
Won't Fix
Bug description:
The mouse cursor keeps on jumping around, and these messages appear in the log when it happens:
Dec 7 21:57:26 wyvern kernel: [ 648.133841] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 1
Dec 7 21:57:26 wyvern kernel: [ 648.134868] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 1
Dec 7 21:57:26 wyvern kernel: [ 648.137921] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 - driver resynced.
Dec 7 21:57:26 wyvern kernel: [ 648.138852] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 1
Dec 7 21:57:26 wyvern kernel: [ 648.148833] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 - driver resynced.
The touchpad is recognised as a "AlpsPS/2 ALPS DualPoint TouchPad".
This is occurring with Ubuntu 13.10, though I have also seen this
behaviour in the version of Linux Mint based on Ubuntu 13.04.
ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: linux-image-3.11.0-14-generic 3.11.0-14.21
ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
Uname: Linux 3.11.0-14-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/controlC1: allanc 1852 F.... pulseaudio
/dev/snd/controlC0: allanc 1852 F.... pulseaudio
Date: Sat Dec 7 22:19:22 2013
HibernationDevice: RESUME=UUID=a2a36712-35de-4e20-9d1a-df3520f401ec
InstallationDate: Installed on 2013-12-07 (0 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
MachineType: Dell Inc. Latitude E7440
MarkForUpload: True
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-14-generic.efi.signed root=UUID=d03a42e6-0dea-4969-a682-eb4d255abc70 ro quiet splash vt.handoff=7
RelatedPackageVersions:
linux-restricted-modules-3.11.0-14-generic N/A
linux-backports-modules-3.11.0-14-generic N/A
linux-firmware 1.116
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/14/2013
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A03
dmi.board.name: 07F3F4
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: dmi:bvnDellInc.:bvrA03:bd08/14/2013:svnDellInc.:pnLatitudeE7440:pvr01:rvnDellInc.:rn07F3F4:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: Latitude E7440
dmi.product.version: 01
dmi.sys.vendor: Dell Inc.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1258837/+subscriptions
zhttp://wolfcut.org/
--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/1258837
Title:
[Dell Latitude E7440] ALPS touchpad keeps having state reset
Status in linux package in Ubuntu:
Fix Released
Status in linux source package in Trusty:
Fix Released
Status in linux source package in Utopic:
Fix Released
Status in linux source package in Vivid:
Fix Released
Status in linux package in Fedora:
Won't Fix
Bug description:
The mouse cursor keeps on jumping around, and these messages appear in the log when it happens:
Dec 7 21:57:26 wyvern kernel: [ 648.133841] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 1
Dec 7 21:57:26 wyvern kernel: [ 648.134868] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 1
Dec 7 21:57:26 wyvern kernel: [ 648.137921] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 - driver resynced.
Dec 7 21:57:26 wyvern kernel: [ 648.138852] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 1
Dec 7 21:57:26 wyvern kernel: [ 648.148833] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 - driver resynced.
The touchpad is recognised as a "AlpsPS/2 ALPS DualPoint TouchPad".
This is occurring with Ubuntu 13.10, though I have also seen this
behaviour in the version of Linux Mint based on Ubuntu 13.04.
ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: linux-image-3.11.0-14-generic 3.11.0-14.21
ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
Uname: Linux 3.11.0-14-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/controlC1: allanc 1852 F.... pulseaudio
/dev/snd/controlC0: allanc 1852 F.... pulseaudio
Date: Sat Dec 7 22:19:22 2013
HibernationDevice: RESUME=UUID=a2a36712-35de-4e20-9d1a-df3520f401ec
InstallationDate: Installed on 2013-12-07 (0 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
MachineType: Dell Inc. Latitude E7440
MarkForUpload: True
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-14-generic.efi.signed root=UUID=d03a42e6-0dea-4969-a682-eb4d255abc70 ro quiet splash vt.handoff=7
RelatedPackageVersions:
linux-restricted-modules-3.11.0-14-generic N/A
linux-backports-modules-3.11.0-14-generic N/A
linux-firmware 1.116
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/14/2013
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A03
dmi.board.name: 07F3F4
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: dmi:bvnDellInc.:bvrA03:bd08/14/2013:svnDellInc.:pnLatitudeE7440:pvr01:rvnDellInc.:rn07F3F4:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: Latitude E7440
dmi.product.version: 01
dmi.sys.vendor: Dell Inc.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1258837/+subscriptions
[Bug 2081384] Re: bluetooth headphones need reconnect after every reboot
I would like to try your patch but I don't quite know what I'm doing --
I did manage to apply, build and install, but I also require bluedevil
for KDE Plasma to access the stack, and apt doesn't know I already have
bluez installed that way so I don't know what to do with that. I'll wait
for a new update instead
--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/2081384
Title:
bluetooth headphones need reconnect after every reboot
Status in bluez package in Ubuntu:
Confirmed
Status in linux package in Ubuntu:
Confirmed
Status in bluez source package in Oracular:
Confirmed
Status in linux source package in Oracular:
Confirmed
Bug description:
This issue seems to be caused by a recent package update in oracular.
Every time I reboot my desktop my bluetooth headset will fail to
connect until I manually go through forget device -> new pairing.
journalctl says:
23:13:44 desktop bluetoothd[3274]: src/profile.c:ext_connect() Hands-Free Voice gateway failed connect to 80:C3:33:59:89:D6: Connection refused (111)
23:13:45 desktop bluetoothd[3274]: profiles/audio/avdtp.c:avdtp_connect_cb() connect to 80:C3:33:59:89:D6: Connection refused (111)
23:13:47 desktop bluetoothd[3274]: profiles/audio/avdtp.c:avdtp_connect_cb() connect to 80:C3:33:59:89:D6: Connection refused (111)
23:13:59 desktop bluetoothd[3274]: src/profile.c:ext_connect() Hands-Free Voice gateway failed connect to 80:C3:33:59:89:D6: Connection refused (111)
23:13:59 desktop bluetoothd[3274]: profiles/audio/avdtp.c:avdtp_connect_cb() connect to 80:C3:33:59:89:D6: Connection refused (111)
23:14:00 desktop bluetoothd[3274]: No matching connection for device
23:14:04 desktop bluetoothd[3274]: src/profile.c:record_cb() Unable to get Hands-Free Voice gateway SDP record: Operation already in progress
23:14:04 desktop bluetoothd[3274]: profiles/audio/avdtp.c:avdtp_connect_cb() connect to 80:C3:33:59:89:D6: Connection refused (111)
23:14:25 desktop bluetoothd[3274]: src/profile.c:ext_connect() Hands-Free Voice gateway failed connect to 80:C3:33:59:89:D6: Connection refused (111)
23:14:25 desktop bluetoothd[3274]: profiles/audio/avdtp.c:avdtp_connect_cb() connect to 80:C3:33:59:89:D6: Connection refused (111)
23:14:27 desktop bluetoothd[3274]: profiles/audio/avdtp.c:avdtp_connect_cb() connect to 80:C3:33:59:89:D6: Connection refused (111)
23:15:46 desktop bluetoothd[3274]: /org/bluez/hci0/dev_80_C3_33_59_89_D6/sep7/fd0: fd(43) ready
In dmesg I see lots of:
[44738.102583] Bluetooth: hci0: ACL packet for unknown connection handle 3837
[44749.325565] Bluetooth: hci0: ACL packet for unknown connection handle 3837
[44749.496566] Bluetooth: hci0: ACL packet for unknown connection handle 3837
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/2081384/+subscriptions
I did manage to apply, build and install, but I also require bluedevil
for KDE Plasma to access the stack, and apt doesn't know I already have
bluez installed that way so I don't know what to do with that. I'll wait
for a new update instead
--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/2081384
Title:
bluetooth headphones need reconnect after every reboot
Status in bluez package in Ubuntu:
Confirmed
Status in linux package in Ubuntu:
Confirmed
Status in bluez source package in Oracular:
Confirmed
Status in linux source package in Oracular:
Confirmed
Bug description:
This issue seems to be caused by a recent package update in oracular.
Every time I reboot my desktop my bluetooth headset will fail to
connect until I manually go through forget device -> new pairing.
journalctl says:
23:13:44 desktop bluetoothd[3274]: src/profile.c:ext_connect() Hands-Free Voice gateway failed connect to 80:C3:33:59:89:D6: Connection refused (111)
23:13:45 desktop bluetoothd[3274]: profiles/audio/avdtp.c:avdtp_connect_cb() connect to 80:C3:33:59:89:D6: Connection refused (111)
23:13:47 desktop bluetoothd[3274]: profiles/audio/avdtp.c:avdtp_connect_cb() connect to 80:C3:33:59:89:D6: Connection refused (111)
23:13:59 desktop bluetoothd[3274]: src/profile.c:ext_connect() Hands-Free Voice gateway failed connect to 80:C3:33:59:89:D6: Connection refused (111)
23:13:59 desktop bluetoothd[3274]: profiles/audio/avdtp.c:avdtp_connect_cb() connect to 80:C3:33:59:89:D6: Connection refused (111)
23:14:00 desktop bluetoothd[3274]: No matching connection for device
23:14:04 desktop bluetoothd[3274]: src/profile.c:record_cb() Unable to get Hands-Free Voice gateway SDP record: Operation already in progress
23:14:04 desktop bluetoothd[3274]: profiles/audio/avdtp.c:avdtp_connect_cb() connect to 80:C3:33:59:89:D6: Connection refused (111)
23:14:25 desktop bluetoothd[3274]: src/profile.c:ext_connect() Hands-Free Voice gateway failed connect to 80:C3:33:59:89:D6: Connection refused (111)
23:14:25 desktop bluetoothd[3274]: profiles/audio/avdtp.c:avdtp_connect_cb() connect to 80:C3:33:59:89:D6: Connection refused (111)
23:14:27 desktop bluetoothd[3274]: profiles/audio/avdtp.c:avdtp_connect_cb() connect to 80:C3:33:59:89:D6: Connection refused (111)
23:15:46 desktop bluetoothd[3274]: /org/bluez/hci0/dev_80_C3_33_59_89_D6/sep7/fd0: fd(43) ready
In dmesg I see lots of:
[44738.102583] Bluetooth: hci0: ACL packet for unknown connection handle 3837
[44749.325565] Bluetooth: hci0: ACL packet for unknown connection handle 3837
[44749.496566] Bluetooth: hci0: ACL packet for unknown connection handle 3837
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/2081384/+subscriptions
Подписаться на:
Сообщения (Atom)