Hi. I have the same machine and was affected on ubuntu 25.04 and kernel 6.14.0-33-generic.
Adding that parameter to the grub cmdline solved the issue. Thanks a lot!
--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/2091777
Title:
Drop low power policy board type affects N100 T8 Firebat boot in
kernel 6.11 and ubuntu 24.10
Status in linux package in Ubuntu:
Fix Released
Bug description:
After upgrade to 24.10 into a Firebat T8 N100
Booting with 24.04 linux-image-6.8.0-50-generic works.
Botting with linux-image-6.11.0-12-generic the boot processs is interrupted with SSD sata drive timeouts.
ata2.00: exception Emask 0x0 SAct 0x3e080f0 SErr 0x50000 action 0x6 frozen
ata2: SError: { PHYRdyChg CommMake }
ata2.00: failed command: WRITE FPDMA QUEUED
ata2.00: cmd 61/08:20:90:f3:cd/00:00:00:00:00/40 tag 4 ncq dma 4096 out
res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
ata2.00: status: { DRDY }
With a kernel bisect I got the commmit that causes the problem:
bisecting good 6.8 bad 6.11
status: waiting for both good and bad commits
status: waiting for good commit(s), bad commit known
Bisecting: 22975 revisions left to test after this (roughly 15 steps)
[d34672777da3ea919e8adb0670ab91ddadf7dea0] Merge tag 'fbdev-for-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev
Bisecting: 11175 revisions left to test after this (roughly 14 steps)
[90a498f294c2766f05ba72dbc0ecafb2af521a4c] Merge tag 'phy-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy
Bisecting: 5641 revisions left to test after this (roughly 13 steps)
[aa7d6513d68bad539142f9d6c3e2faa629bc27d8] Merge tag 'tag-chrome-platform-firmware-for-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux
Bisecting: 2829 revisions left to test after this (roughly 12 steps)
[1f440397665f4241346e4cc6d93f8b73880815d1] Merge tag 'docs-6.9' of git://git.lwn.net/linux
Bisecting: 1410 revisions left to test after this (roughly 11 steps)
[0fb848d1a41e0d3895cb157810862db6046063dd] Merge tag 'wireless-next-2024-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next
Bisecting: 736 revisions left to test after this (roughly 10 steps)
[19cfdc0d57696c92523da8eb26c0f3e092400bee] Merge branch 'hns3-fixes'
Bisecting: 365 revisions left to test after this (roughly 9 steps)
[ed1f164038b50c5864aa85389f3ffd456f050cca] Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Bisecting: 182 revisions left to test after this (roughly 8 steps)
[8c9c2f851b5a58195ed7ebd67d7c59683d1a02bc] Merge tag 'iommu-updates-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
Bisecting: 91 revisions left to test after this (roughly 7 steps)
[50944062f7d2a61c7dc8787563f233823115c249] dm vdo block-map: rename page state name from "UDS_FREE" to "FREE"
Bisecting: 45 revisions left to test after this (roughly 6 steps)
[3584240b9ce4adf63c3a985a730eb3f75806c26d] dm vdo logger: change from uds_ to vdo_ namespace
Bisecting: 27 revisions left to test after this (roughly 5 steps)
[57aaf9134c033dc5caaaf70facac529bb9d3d20b] Merge tag 'ata-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux
Bisecting: 8 revisions left to test after this (roughly 3 steps)
[f2b70a264b44a6c3952fadbcc3e6711deed8458f] ahci: rename board_ahci_nosntf
Bisecting: 4 revisions left to test after this (roughly 2 steps)
[45b96d65ec68f625ad26ee16d2f556e29f715005] ata: ahci: a hotplug capable port is an external port
Bisecting: 2 revisions left to test after this (roughly 1 step)
[ae1f3db006b71b78f2cae848b3a1446b02818ca7] ata: ahci: do not enable LPM on external ports
Bisecting: 0 revisions left to test after this (roughly 1 step)
[7edbb6059274c0ee997947978a46d91664c64983] ahci: clean up intel_pcs_quirk
Bisecting: 0 revisions left to test after this (roughly 0 steps)
[7627a0edef548c4c4dea62df51cc26bfe5bbcab8] ata: ahci: Drop low power policy board type
7627a0edef548c4c4dea62df51cc26bfe5bbcab8 is the first bad commit
commit 7627a0edef548c4c4dea62df51cc26bfe5bbcab8
Author: Mario Limonciello <mario.limonciello@amd.com>
Date: Tue Feb 6 22:13:46 2024 +0100
ata: ahci: Drop low power policy board type
The low power policy board type was introduced to allow systems
to get into deep states reliably. Before it was introduced `min_power`
was causing problems for a number of drives. New power policies
`min_power_with_partial` and `med_power_with_dipm` have been introduced
which provide a more stable baseline for systems.
Tested-by: Damien Le Moal <dlemoal@kernel.org>
Tested-by: Jian-Hong Pan <jhp@endlessos.org>
Acked-by: Jian-Hong Pan <jhp@endlessos.org>
Acked-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Damien Le Moal <dlemoal@kernel.org>
Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Suggested-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
[cassel: rebase patch and fix trivial conflicts]
Signed-off-by: Niklas Cassel <cassel@kernel.org>
drivers/ata/Kconfig | 5 +--
drivers/ata/ahci.c | 109 +++++++++++++++++++++++-----------------------------
drivers/ata/ahci.h | 9 ++---
3 files changed, 53 insertions(+), 70 deletions(-)
AFAIK the new policy affect to this board and should be a workaround disabling SATA Agressive PM under BIOS, but in my AMI BIOS I don't locate it
00:17.0 SATA controller [0106]: Intel Corporation Alder Lake-N SATA AHCI Controller [8086:54d3] (prog-if 01 [AHCI 1.0])
DeviceName: Onboard - SATA
Subsystem: Intel Corporation Device [8086:7270]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 131
IOMMU group: 4
Region 0: Memory at 80700000 (32-bit, non-prefetchable) [size=8K]
Region 1: Memory at 80703000 (32-bit, non-prefetchable) [size=256]
Region 2: I/O ports at 6090 [size=8]
Region 3: I/O ports at 6080 [size=4]
Region 4: I/O ports at 6060 [size=32]
Region 5: Memory at 80702000 (32-bit, non-prefetchable) [size=2K]
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
Address: fee002d8 Data: 0000
Capabilities: [70] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [a8] SATA HBA v1.0 BAR4 Offset=00000004
Kernel driver in use: ahci
Kernel modules: ahci
ProblemType: Bug
DistroRelease: Ubuntu 24.10
Package: linux-image-6.11.0-12-generic 6.11.0-12.13
ProcVersionSignature: Ubuntu 6.8.0-50.51-generic 6.8.12
Uname: Linux 6.8.0-50-generic x86_64
ApportVersion: 2.30.0-0ubuntu4
Architecture: amd64
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/timer', '/dev/snd/seq', '/dev/snd/pcmC1D0p', '/dev/snd/pcmC1D0c', '/dev/snd/controlC1', '/dev/snd/by-id', '/dev/snd/by-path', '/dev/snd/pcmC0D3p', '/dev/snd/pcmC0D7p', '/dev/snd/pcmC0D8p', '/dev/snd/pcmC0D9p', '/dev/snd/hwC0D2', '/dev/snd/controlC0'] failed with exit code 1:
CasperMD5CheckResult: pass
Date: Sat Dec 14 14:42:54 2024
InstallationDate: Installed on 2024-02-20 (298 days ago)
InstallationMedia: Ubuntu 23.10.1 "Mantic Minotaur" - Release amd64 (20231016.1)
IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
ProcEnviron:
LANG=es_ES.UTF-8
PATH=(custom, no user)
SHELL=/bin/bash
TERM=screen-256color
XDG_RUNTIME_DIR=<set>
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.8.0-50-generic root=UUID=3855db3f-3ec4-483c-bbcb-06a43973ce70 ro mitigations=off loglevel=3
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
linux-restricted-modules-6.8.0-50-generic N/A
linux-backports-modules-6.8.0-50-generic N/A
linux-firmware 20240913.gita34e7a5f-0ubuntu2.1
SourcePackage: linux
UpgradeStatus: Upgraded to oracular on 2024-10-14 (61 days ago)
dmi.bios.date: 09/26/2023
dmi.bios.release: 5.26
dmi.bios.vendor: American Megatrends International, LLC.
dmi.bios.version: 5.26
dmi.board.asset.tag: Default string
dmi.board.version: Default string
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 3
dmi.chassis.vendor: Default string
dmi.chassis.version: Default string
dmi.modalias: dmi:bvnAmericanMegatrendsInternational,LLC.:bvr5.26:bd09/26/2023:br5.26:svn:pn:pvrDefaultstring:rvn:rn:rvrDefaultstring:cvnDefaultstring:ct3:cvrDefaultstring:skuDefaultstring:
dmi.product.family: Default string
dmi.product.sku: Default string
dmi.product.version: Default string
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2091777/+subscriptions
[РЕШЕНО] Ошибка № ...
Ошибки в Программах и Способы их Исправления
суббота
пятница
[Bug 2112330] Re: Internal microphone not working on ASUS VivoBook with Realtek ALC256 (Ubuntu 24.04 + kernel 6.15)
Hardware: ASUS VivoBook X513EA
Audio Codec: Realtek ALC256 (HDA Intel PCH)
Ubuntu Version: 24.04.3 LTS (Noble)
Kernel Tested: 6.14.0-1011-oem
Result: Built-in microphone still not working
Verification details:
– Confirmed using alsamixer that both "Internal Mic" and "Internal Mic B" appear under Capture view.
– Both were unmuted and raised to ~80%.
– Tested with arecord -f cd -d 5 test.wav and aplay test.wav → no audio recorded.
– "Headset Mic" input works normally (tested separately).
ALSA Info: http://alsa-
project.org/db/?f=4b96829b52f7b19fdd003c66b11818ceaabb693c
Additional technical note:
The codec dump shows two possible mic pins:
– Pin 0x19: "Internal Mic" (analog) – appears unused.
– Pin 0x1a: "Internal Mic B" (digital array mic) – likely the actual built-in mic connection.
It seems the fix introduced in 6.14.0-1011-oem remaps only pin 0x19,
whereas this VivoBook X513EA uses pin 0x1a for the internal mic.
Marking as verification-failed (noble).
--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/2112330
Title:
Internal microphone not working on ASUS VivoBook with Realtek ALC256
(Ubuntu 24.04 + kernel 6.15)
Status in linux package in Ubuntu:
Confirmed
Status in linux source package in Plucky:
Fix Released
Status in linux source package in Questing:
Confirmed
Bug description:
[Impact]
On various ASUS Vivobook with Realtek audio codec ALC256, the audio input device will disappear thus the microphone does not work anymore. It happens after this commit 3b4309546b48 ("ALSA: hda: Fix headset detection failure due to unstable sort") on 6.14-rc1.
[Fix]
Backported patches for ASUS Vivobook which use the correct fixup which is not affected by the order problem caused by commit 3b4309546b48 ("ALSA: hda: Fix headset detection failure due to unstable sort")
[Test Case]
1. Get ASUS Vivobook laptops and boot up.
2. Check if the audio input device exist
3. use `arecord` to record sound with the microphone
[Where problems could occur]
They are only quirked for ASUS Vivobook SSIDs with ALC256. Should have no impact for other platforms. The risk should be low.
========== original bug description ==========
I'm using an ASUS VivoBook (11th Gen Intel i7, Realtek ALC256 audio codec). On Ubuntu 24.04.2 LTS, the internal microphone is detected and listed correctly in PulseAudio/PipeWire and ALSA, but no input is captured. Microphone volume and boost are set to 100%, not muted. Input device appears as RUNNING in pactl, but no signal is recorded.
I tested:
- Ubuntu 24.04 with default kernel (6.11)
- Upgraded to mainline kernel 6.15 via `mainline` tool
- ALSA, PipeWire, PulseAudio all installed and working
- External USB mic works perfectly
- BIOS does not expose any audio/microphone control
- Mic also tested with `pw-record`, `arecord`, `gnome-sound-recorder` — all silent
ALSA info:
https://alsa-project.org/db/?f=6d6466ba903b2e08b351046571e0fc54ddd13981
It seems like a pin configuration or unsupported codec issue with
ALC256. Please advise if this requires a patch or model-specific
quirk.
Thank you.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2112330/+subscriptions
Audio Codec: Realtek ALC256 (HDA Intel PCH)
Ubuntu Version: 24.04.3 LTS (Noble)
Kernel Tested: 6.14.0-1011-oem
Result: Built-in microphone still not working
Verification details:
– Confirmed using alsamixer that both "Internal Mic" and "Internal Mic B" appear under Capture view.
– Both were unmuted and raised to ~80%.
– Tested with arecord -f cd -d 5 test.wav and aplay test.wav → no audio recorded.
– "Headset Mic" input works normally (tested separately).
ALSA Info: http://alsa-
project.org/db/?f=4b96829b52f7b19fdd003c66b11818ceaabb693c
Additional technical note:
The codec dump shows two possible mic pins:
– Pin 0x19: "Internal Mic" (analog) – appears unused.
– Pin 0x1a: "Internal Mic B" (digital array mic) – likely the actual built-in mic connection.
It seems the fix introduced in 6.14.0-1011-oem remaps only pin 0x19,
whereas this VivoBook X513EA uses pin 0x1a for the internal mic.
Marking as verification-failed (noble).
--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/2112330
Title:
Internal microphone not working on ASUS VivoBook with Realtek ALC256
(Ubuntu 24.04 + kernel 6.15)
Status in linux package in Ubuntu:
Confirmed
Status in linux source package in Plucky:
Fix Released
Status in linux source package in Questing:
Confirmed
Bug description:
[Impact]
On various ASUS Vivobook with Realtek audio codec ALC256, the audio input device will disappear thus the microphone does not work anymore. It happens after this commit 3b4309546b48 ("ALSA: hda: Fix headset detection failure due to unstable sort") on 6.14-rc1.
[Fix]
Backported patches for ASUS Vivobook which use the correct fixup which is not affected by the order problem caused by commit 3b4309546b48 ("ALSA: hda: Fix headset detection failure due to unstable sort")
[Test Case]
1. Get ASUS Vivobook laptops and boot up.
2. Check if the audio input device exist
3. use `arecord` to record sound with the microphone
[Where problems could occur]
They are only quirked for ASUS Vivobook SSIDs with ALC256. Should have no impact for other platforms. The risk should be low.
========== original bug description ==========
I'm using an ASUS VivoBook (11th Gen Intel i7, Realtek ALC256 audio codec). On Ubuntu 24.04.2 LTS, the internal microphone is detected and listed correctly in PulseAudio/PipeWire and ALSA, but no input is captured. Microphone volume and boost are set to 100%, not muted. Input device appears as RUNNING in pactl, but no signal is recorded.
I tested:
- Ubuntu 24.04 with default kernel (6.11)
- Upgraded to mainline kernel 6.15 via `mainline` tool
- ALSA, PipeWire, PulseAudio all installed and working
- External USB mic works perfectly
- BIOS does not expose any audio/microphone control
- Mic also tested with `pw-record`, `arecord`, `gnome-sound-recorder` — all silent
ALSA info:
https://alsa-project.org/db/?f=6d6466ba903b2e08b351046571e0fc54ddd13981
It seems like a pin configuration or unsupported codec issue with
ALC256. Please advise if this requires a patch or model-specific
quirk.
Thank you.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2112330/+subscriptions
[Bug 2119626] Re: System freeze during starup on activation of systemd device unit for EFI system partition by label with kernel 6.14
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]
** Changed in: linux (Ubuntu)
Status: Incomplete => Expired
--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/2119626
Title:
System freeze during starup on activation of systemd device unit for
EFI system partition by label with kernel 6.14
Status in linux package in Ubuntu:
Expired
Bug description:
Since upgrading the HWE kernel from version 6.11.0-29.29~24.04.1 to 6.14.0-27.27~24.04.1 on Ubuntu 24.04 I am observing freezes during startup on activation of the systemd device unit for the EFI system partition by label (dev-disk-by\x2dlabel-MKFS_ESP.device).
Masking this unit makes startups sporadically succeed, but not consistently.
Ubuntu mainline build versions 6.13.12, 6.15.8 and 6.16.0 seem to work fine, but version 6.14.11 exhibits the same fault.
Since the system freezes early in the startup sequence the logs do not
appear in the previous boots of the journal. It is therfore difficult
to provide more detailed information about the exact fault.
I am currently only attaching the output of lspci as a start. Please
feel free to request more information and I will try to provide it.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2119626/+subscriptions
days.]
** Changed in: linux (Ubuntu)
Status: Incomplete => Expired
--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/2119626
Title:
System freeze during starup on activation of systemd device unit for
EFI system partition by label with kernel 6.14
Status in linux package in Ubuntu:
Expired
Bug description:
Since upgrading the HWE kernel from version 6.11.0-29.29~24.04.1 to 6.14.0-27.27~24.04.1 on Ubuntu 24.04 I am observing freezes during startup on activation of the systemd device unit for the EFI system partition by label (dev-disk-by\x2dlabel-MKFS_ESP.device).
Masking this unit makes startups sporadically succeed, but not consistently.
Ubuntu mainline build versions 6.13.12, 6.15.8 and 6.16.0 seem to work fine, but version 6.14.11 exhibits the same fault.
Since the system freezes early in the startup sequence the logs do not
appear in the previous boots of the journal. It is therfore difficult
to provide more detailed information about the exact fault.
I am currently only attaching the output of lspci as a start. Please
feel free to request more information and I will try to provide it.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2119626/+subscriptions
[Bug 2127235] Re: installed linux-image-6.8.0-85-generic package post-installation script subprocess returned error exit status 127
This is the problematic line:
add video=DP-1:1920x1080
For now, comment it out, i.e. change it to:
#add video=DP-1:1920x1080
That should allow you to upgrade everything successfully.
I'm not sure where you got that syntax or the 'add' keyword.
** Package changed: linux (Ubuntu) => grub2 (Ubuntu)
** Summary changed:
- installed linux-image-6.8.0-85-generic package post-installation script subprocess returned error exit status 127
+ grub-mkconfig: 31: /etc/default/grub: add: not found
--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/2127235
Title:
grub-mkconfig: 31: /etc/default/grub: add: not found
Status in grub2 package in Ubuntu:
New
Bug description:
My laptop keeps trying to do a partial upgrade and at the end says there were errors during the upgrade.
The error is 'installed linux-image-6.8.0-85-generic package post-installation script subprocess returned error exit status 127'.
---
ProblemType: Bug
ApportVersion: 2.28.1-0ubuntu3.8
Architecture: amd64
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/controlC1: llip 6864 F.... wireplumber
/dev/snd/controlC0: llip 6864 F.... wireplumber
/dev/snd/seq: llip 6859 F.... pipewire
CRDA: N/A
CasperMD5CheckResult: unknown
CurrentDesktop: GNOME-Classic:GNOME
DistroRelease: Ubuntu 24.04
InstallationDate: Installed on 2021-10-03 (1468 days ago)
InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
Lsusb:
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 1ea7:0066 SHARKOON Technologies GmbH [Mediatrack Edge Mini Keyboard]
Bus 001 Device 003: ID 13d3:56a6 IMC Networks Integrated Camera
Bus 001 Device 004: ID 0bda:b023 Realtek Semiconductor Corp. RTL8822BE Bluetooth 4.2 Adapter
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
MachineType: LENOVO 81LB
NonfreeKernelModules: nvidia_modeset nvidia
Package: linux (not installed)
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.8.0-84-generic root=UUID=b0a9de9a-0e26-4598-a70f-935ebbdef6bd ro quiet splash vt.handoff=7
ProcVersionSignature: Ubuntu 6.8.0-84.84-generic 6.8.12
RelatedPackageVersions:
linux-restricted-modules-6.8.0-84-generic N/A
linux-backports-modules-6.8.0-84-generic N/A
linux-firmware 20240318.git3b128b60-0ubuntu2.17
Tags: noble
Uname: Linux 6.8.0-84-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
_MarkForUpload: True
dmi.bios.date: 11/30/2020
dmi.bios.release: 1.22
dmi.bios.vendor: LENOVO
dmi.bios.version: 9VCN22WW
dmi.board.asset.tag: NO Asset Tag
dmi.board.name: LNVNB161216
dmi.board.vendor: LENOVO
dmi.board.version: SDK0J40697 WIN
dmi.chassis.asset.tag: NO Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo Legion Y530-15ICH-1060
dmi.ec.firmware.release: 1.22
dmi.modalias: dmi:bvnLENOVO:bvr9VCN22WW:bd11/30/2020:br1.22:efr1.22:svnLENOVO:pn81LB:pvrLenovoLegionY530-15ICH-1060:rvnLENOVO:rnLNVNB161216:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrLenovoLegionY530-15ICH-1060:skuLENOVO_MT_81LB_BU_idea_FM_LegionY530-15ICH-1060:
dmi.product.family: Legion Y530-15ICH-1060
dmi.product.name: 81LB
dmi.product.sku: LENOVO_MT_81LB_BU_idea_FM_Legion Y530-15ICH-1060
dmi.product.version: Lenovo Legion Y530-15ICH-1060
dmi.sys.vendor: LENOVO
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/2127235/+subscriptions
add video=DP-1:1920x1080
For now, comment it out, i.e. change it to:
#add video=DP-1:1920x1080
That should allow you to upgrade everything successfully.
I'm not sure where you got that syntax or the 'add' keyword.
** Package changed: linux (Ubuntu) => grub2 (Ubuntu)
** Summary changed:
- installed linux-image-6.8.0-85-generic package post-installation script subprocess returned error exit status 127
+ grub-mkconfig: 31: /etc/default/grub: add: not found
--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/2127235
Title:
grub-mkconfig: 31: /etc/default/grub: add: not found
Status in grub2 package in Ubuntu:
New
Bug description:
My laptop keeps trying to do a partial upgrade and at the end says there were errors during the upgrade.
The error is 'installed linux-image-6.8.0-85-generic package post-installation script subprocess returned error exit status 127'.
---
ProblemType: Bug
ApportVersion: 2.28.1-0ubuntu3.8
Architecture: amd64
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/controlC1: llip 6864 F.... wireplumber
/dev/snd/controlC0: llip 6864 F.... wireplumber
/dev/snd/seq: llip 6859 F.... pipewire
CRDA: N/A
CasperMD5CheckResult: unknown
CurrentDesktop: GNOME-Classic:GNOME
DistroRelease: Ubuntu 24.04
InstallationDate: Installed on 2021-10-03 (1468 days ago)
InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
Lsusb:
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 1ea7:0066 SHARKOON Technologies GmbH [Mediatrack Edge Mini Keyboard]
Bus 001 Device 003: ID 13d3:56a6 IMC Networks Integrated Camera
Bus 001 Device 004: ID 0bda:b023 Realtek Semiconductor Corp. RTL8822BE Bluetooth 4.2 Adapter
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
MachineType: LENOVO 81LB
NonfreeKernelModules: nvidia_modeset nvidia
Package: linux (not installed)
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.8.0-84-generic root=UUID=b0a9de9a-0e26-4598-a70f-935ebbdef6bd ro quiet splash vt.handoff=7
ProcVersionSignature: Ubuntu 6.8.0-84.84-generic 6.8.12
RelatedPackageVersions:
linux-restricted-modules-6.8.0-84-generic N/A
linux-backports-modules-6.8.0-84-generic N/A
linux-firmware 20240318.git3b128b60-0ubuntu2.17
Tags: noble
Uname: Linux 6.8.0-84-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
_MarkForUpload: True
dmi.bios.date: 11/30/2020
dmi.bios.release: 1.22
dmi.bios.vendor: LENOVO
dmi.bios.version: 9VCN22WW
dmi.board.asset.tag: NO Asset Tag
dmi.board.name: LNVNB161216
dmi.board.vendor: LENOVO
dmi.board.version: SDK0J40697 WIN
dmi.chassis.asset.tag: NO Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo Legion Y530-15ICH-1060
dmi.ec.firmware.release: 1.22
dmi.modalias: dmi:bvnLENOVO:bvr9VCN22WW:bd11/30/2020:br1.22:efr1.22:svnLENOVO:pn81LB:pvrLenovoLegionY530-15ICH-1060:rvnLENOVO:rnLNVNB161216:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrLenovoLegionY530-15ICH-1060:skuLENOVO_MT_81LB_BU_idea_FM_LegionY530-15ICH-1060:
dmi.product.family: Legion Y530-15ICH-1060
dmi.product.name: 81LB
dmi.product.sku: LENOVO_MT_81LB_BU_idea_FM_Legion Y530-15ICH-1060
dmi.product.version: Lenovo Legion Y530-15ICH-1060
dmi.sys.vendor: LENOVO
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/2127235/+subscriptions
[Bug 2127235] Re: installed linux-image-6.8.0-85-generic package post-installation script subprocess returned error exit status 127
I have used grub customizer but only to change the boot order.
** Attachment added: "Grub.txt"
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2127235/+attachment/5916982/+files/Grub.txt
--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/2127235
Title:
installed linux-image-6.8.0-85-generic package post-installation
script subprocess returned error exit status 127
Status in linux package in Ubuntu:
New
Bug description:
My laptop keeps trying to do a partial upgrade and at the end says there were errors during the upgrade.
The error is 'installed linux-image-6.8.0-85-generic package post-installation script subprocess returned error exit status 127'.
---
ProblemType: Bug
ApportVersion: 2.28.1-0ubuntu3.8
Architecture: amd64
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/controlC1: llip 6864 F.... wireplumber
/dev/snd/controlC0: llip 6864 F.... wireplumber
/dev/snd/seq: llip 6859 F.... pipewire
CRDA: N/A
CasperMD5CheckResult: unknown
CurrentDesktop: GNOME-Classic:GNOME
DistroRelease: Ubuntu 24.04
InstallationDate: Installed on 2021-10-03 (1468 days ago)
InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
Lsusb:
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 1ea7:0066 SHARKOON Technologies GmbH [Mediatrack Edge Mini Keyboard]
Bus 001 Device 003: ID 13d3:56a6 IMC Networks Integrated Camera
Bus 001 Device 004: ID 0bda:b023 Realtek Semiconductor Corp. RTL8822BE Bluetooth 4.2 Adapter
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
MachineType: LENOVO 81LB
NonfreeKernelModules: nvidia_modeset nvidia
Package: linux (not installed)
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.8.0-84-generic root=UUID=b0a9de9a-0e26-4598-a70f-935ebbdef6bd ro quiet splash vt.handoff=7
ProcVersionSignature: Ubuntu 6.8.0-84.84-generic 6.8.12
RelatedPackageVersions:
linux-restricted-modules-6.8.0-84-generic N/A
linux-backports-modules-6.8.0-84-generic N/A
linux-firmware 20240318.git3b128b60-0ubuntu2.17
Tags: noble
Uname: Linux 6.8.0-84-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
_MarkForUpload: True
dmi.bios.date: 11/30/2020
dmi.bios.release: 1.22
dmi.bios.vendor: LENOVO
dmi.bios.version: 9VCN22WW
dmi.board.asset.tag: NO Asset Tag
dmi.board.name: LNVNB161216
dmi.board.vendor: LENOVO
dmi.board.version: SDK0J40697 WIN
dmi.chassis.asset.tag: NO Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo Legion Y530-15ICH-1060
dmi.ec.firmware.release: 1.22
dmi.modalias: dmi:bvnLENOVO:bvr9VCN22WW:bd11/30/2020:br1.22:efr1.22:svnLENOVO:pn81LB:pvrLenovoLegionY530-15ICH-1060:rvnLENOVO:rnLNVNB161216:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrLenovoLegionY530-15ICH-1060:skuLENOVO_MT_81LB_BU_idea_FM_LegionY530-15ICH-1060:
dmi.product.family: Legion Y530-15ICH-1060
dmi.product.name: 81LB
dmi.product.sku: LENOVO_MT_81LB_BU_idea_FM_Legion Y530-15ICH-1060
dmi.product.version: Lenovo Legion Y530-15ICH-1060
dmi.sys.vendor: LENOVO
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2127235/+subscriptions
** Attachment added: "Grub.txt"
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2127235/+attachment/5916982/+files/Grub.txt
--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/2127235
Title:
installed linux-image-6.8.0-85-generic package post-installation
script subprocess returned error exit status 127
Status in linux package in Ubuntu:
New
Bug description:
My laptop keeps trying to do a partial upgrade and at the end says there were errors during the upgrade.
The error is 'installed linux-image-6.8.0-85-generic package post-installation script subprocess returned error exit status 127'.
---
ProblemType: Bug
ApportVersion: 2.28.1-0ubuntu3.8
Architecture: amd64
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/controlC1: llip 6864 F.... wireplumber
/dev/snd/controlC0: llip 6864 F.... wireplumber
/dev/snd/seq: llip 6859 F.... pipewire
CRDA: N/A
CasperMD5CheckResult: unknown
CurrentDesktop: GNOME-Classic:GNOME
DistroRelease: Ubuntu 24.04
InstallationDate: Installed on 2021-10-03 (1468 days ago)
InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
Lsusb:
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 1ea7:0066 SHARKOON Technologies GmbH [Mediatrack Edge Mini Keyboard]
Bus 001 Device 003: ID 13d3:56a6 IMC Networks Integrated Camera
Bus 001 Device 004: ID 0bda:b023 Realtek Semiconductor Corp. RTL8822BE Bluetooth 4.2 Adapter
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
MachineType: LENOVO 81LB
NonfreeKernelModules: nvidia_modeset nvidia
Package: linux (not installed)
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.8.0-84-generic root=UUID=b0a9de9a-0e26-4598-a70f-935ebbdef6bd ro quiet splash vt.handoff=7
ProcVersionSignature: Ubuntu 6.8.0-84.84-generic 6.8.12
RelatedPackageVersions:
linux-restricted-modules-6.8.0-84-generic N/A
linux-backports-modules-6.8.0-84-generic N/A
linux-firmware 20240318.git3b128b60-0ubuntu2.17
Tags: noble
Uname: Linux 6.8.0-84-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
_MarkForUpload: True
dmi.bios.date: 11/30/2020
dmi.bios.release: 1.22
dmi.bios.vendor: LENOVO
dmi.bios.version: 9VCN22WW
dmi.board.asset.tag: NO Asset Tag
dmi.board.name: LNVNB161216
dmi.board.vendor: LENOVO
dmi.board.version: SDK0J40697 WIN
dmi.chassis.asset.tag: NO Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo Legion Y530-15ICH-1060
dmi.ec.firmware.release: 1.22
dmi.modalias: dmi:bvnLENOVO:bvr9VCN22WW:bd11/30/2020:br1.22:efr1.22:svnLENOVO:pn81LB:pvrLenovoLegionY530-15ICH-1060:rvnLENOVO:rnLNVNB161216:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrLenovoLegionY530-15ICH-1060:skuLENOVO_MT_81LB_BU_idea_FM_LegionY530-15ICH-1060:
dmi.product.family: Legion Y530-15ICH-1060
dmi.product.name: 81LB
dmi.product.sku: LENOVO_MT_81LB_BU_idea_FM_Legion Y530-15ICH-1060
dmi.product.version: Lenovo Legion Y530-15ICH-1060
dmi.sys.vendor: LENOVO
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2127235/+subscriptions
[Bug 2127674] Re: Screen resolution limited to 800x600 after update to 25.10
I guess the other thing you can do is get a log from a failed boot.
1. Boot without nomodeset (where you encounter black screen)
2. Reboot with nomodeset and get the journal from the previous (failed) boot.
sudo journalctl -b -1 > ~/prevboot.txt
3. Attach the prevboot.txt
--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/2127674
Title:
Screen resolution limited to 800x600 after update to 25.10
Status in linux package in Ubuntu:
Incomplete
Bug description:
Hi,
I have a small 10 inch Notebook with a resolution of 1200x1920
(actually, for some unknown reason, they used a portrait mode LCD and
rotated it 90 degree to get the usual notebook landscape display,
therefore the screen needs to be set to "rotated" in Desktops)
It worked in full resolution under Kubuntu 25.04.
After updating to Kubuntu 25.10 (do-release-update -d) the screen
resolution is fixed to 800x600, and can't be changed in the kde
settings.
Seems as if the driver is gone and notebook now runs in standard VGA
mode.
btw., I do need kernel option nomodeset, otherwise screen remains
black after booting (both in 25.04 and 25.10)
regards
ProblemType: Bug
DistroRelease: Ubuntu 25.10
Package: kwin-wayland 4:6.4.5-0ubuntu3
ProcVersionSignature: Ubuntu 6.17.0-5.5-generic 6.17.0-rc7
Uname: Linux 6.17.0-5-generic x86_64
ApportVersion: 2.33.1-0ubuntu3
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: KDE
Date: Sat Oct 11 00:42:58 2025
InstallationDate: Installed on 2025-04-24 (169 days ago)
InstallationMedia: Kubuntu 25.04 "Plucky Puffin" - Release amd64 (20250417)
SourcePackage: kwin
UpgradeStatus: Upgraded to questing on 2025-10-10 (0 days ago)
---
ProblemType: Bug
ApportVersion: 2.33.1-0ubuntu3
Architecture: amd64
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/controlC0: hadmut 2308 F.... wireplumber
/dev/snd/seq: hadmut 2298 F.... pipewire
CasperMD5CheckResult: unknown
CurrentDesktop: KDE
DistroRelease: Ubuntu 25.10
InstallationDate: Installed on 2025-04-24 (169 days ago)
InstallationMedia: Kubuntu 25.04 "Plucky Puffin" - Release amd64 (20250417)
IwDevWlp1s0Link: Not connected.
MachineType: Default string Default string
Package: linux (not installed)
ProcFB: 0 simpledrmdrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-6.17.0-5-generic root=UUID=8c842261-0600-4c62-9f12-684d075d5ec0 ro mem_sleep_default=s2idle nomodeset quiet rd.luks.uuid=b5fa7f1b-077e-4f53-bf82-23a653ce4571 nosplash nomodeset fbcon=rotate:1 video=None-1:panel_orientation=right_side_up intel_idle.max_cstate=2
ProcVersionSignature: Ubuntu 6.17.0-5.5-generic 6.17.0-rc7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
firmware-sof N/A
linux-firmware 20250901.git993ff19b-0ubuntu1
Tags: questing
Uname: Linux 6.17.0-5-generic x86_64
UnreportableReason: In diesem Bericht geht es um ein Paket, welches nicht installiert ist.
UpgradeStatus: Upgraded to questing on 2025-10-10 (0 days ago)
UserGroups: N/A
_MarkForUpload: False
dmi.bios.date: 11/26/2024
dmi.bios.release: 5.25
dmi.bios.vendor: American Megatrends International, LLC.
dmi.bios.version: NYM.N133REV30.013
dmi.board.asset.tag: Default string
dmi.board.name: Default string
dmi.board.vendor: Default string
dmi.board.version: Default string
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 10
dmi.chassis.vendor: Default string
dmi.chassis.version: Default string
dmi.ec.firmware.release: 1.1
dmi.modalias: dmi:bvnAmericanMegatrendsInternational,LLC.:bvrNYM.N133REV30.013:bd11/26/2024:br5.25:efr1.1:svnDefaultstring:pnDefaultstring:pvrDefaultstring:rvnDefaultstring:rnDefaultstring:rvrDefaultstring:cvnDefaultstring:ct10:cvrDefaultstring:skuDefaultstring:
dmi.product.family: Default string
dmi.product.name: Default string
dmi.product.sku: Default string
dmi.product.version: Default string
dmi.sys.vendor: Default string
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2127674/+subscriptions
1. Boot without nomodeset (where you encounter black screen)
2. Reboot with nomodeset and get the journal from the previous (failed) boot.
sudo journalctl -b -1 > ~/prevboot.txt
3. Attach the prevboot.txt
--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/2127674
Title:
Screen resolution limited to 800x600 after update to 25.10
Status in linux package in Ubuntu:
Incomplete
Bug description:
Hi,
I have a small 10 inch Notebook with a resolution of 1200x1920
(actually, for some unknown reason, they used a portrait mode LCD and
rotated it 90 degree to get the usual notebook landscape display,
therefore the screen needs to be set to "rotated" in Desktops)
It worked in full resolution under Kubuntu 25.04.
After updating to Kubuntu 25.10 (do-release-update -d) the screen
resolution is fixed to 800x600, and can't be changed in the kde
settings.
Seems as if the driver is gone and notebook now runs in standard VGA
mode.
btw., I do need kernel option nomodeset, otherwise screen remains
black after booting (both in 25.04 and 25.10)
regards
ProblemType: Bug
DistroRelease: Ubuntu 25.10
Package: kwin-wayland 4:6.4.5-0ubuntu3
ProcVersionSignature: Ubuntu 6.17.0-5.5-generic 6.17.0-rc7
Uname: Linux 6.17.0-5-generic x86_64
ApportVersion: 2.33.1-0ubuntu3
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: KDE
Date: Sat Oct 11 00:42:58 2025
InstallationDate: Installed on 2025-04-24 (169 days ago)
InstallationMedia: Kubuntu 25.04 "Plucky Puffin" - Release amd64 (20250417)
SourcePackage: kwin
UpgradeStatus: Upgraded to questing on 2025-10-10 (0 days ago)
---
ProblemType: Bug
ApportVersion: 2.33.1-0ubuntu3
Architecture: amd64
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/controlC0: hadmut 2308 F.... wireplumber
/dev/snd/seq: hadmut 2298 F.... pipewire
CasperMD5CheckResult: unknown
CurrentDesktop: KDE
DistroRelease: Ubuntu 25.10
InstallationDate: Installed on 2025-04-24 (169 days ago)
InstallationMedia: Kubuntu 25.04 "Plucky Puffin" - Release amd64 (20250417)
IwDevWlp1s0Link: Not connected.
MachineType: Default string Default string
Package: linux (not installed)
ProcFB: 0 simpledrmdrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-6.17.0-5-generic root=UUID=8c842261-0600-4c62-9f12-684d075d5ec0 ro mem_sleep_default=s2idle nomodeset quiet rd.luks.uuid=b5fa7f1b-077e-4f53-bf82-23a653ce4571 nosplash nomodeset fbcon=rotate:1 video=None-1:panel_orientation=right_side_up intel_idle.max_cstate=2
ProcVersionSignature: Ubuntu 6.17.0-5.5-generic 6.17.0-rc7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
firmware-sof N/A
linux-firmware 20250901.git993ff19b-0ubuntu1
Tags: questing
Uname: Linux 6.17.0-5-generic x86_64
UnreportableReason: In diesem Bericht geht es um ein Paket, welches nicht installiert ist.
UpgradeStatus: Upgraded to questing on 2025-10-10 (0 days ago)
UserGroups: N/A
_MarkForUpload: False
dmi.bios.date: 11/26/2024
dmi.bios.release: 5.25
dmi.bios.vendor: American Megatrends International, LLC.
dmi.bios.version: NYM.N133REV30.013
dmi.board.asset.tag: Default string
dmi.board.name: Default string
dmi.board.vendor: Default string
dmi.board.version: Default string
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 10
dmi.chassis.vendor: Default string
dmi.chassis.version: Default string
dmi.ec.firmware.release: 1.1
dmi.modalias: dmi:bvnAmericanMegatrendsInternational,LLC.:bvrNYM.N133REV30.013:bd11/26/2024:br5.25:efr1.1:svnDefaultstring:pnDefaultstring:pvrDefaultstring:rvnDefaultstring:rnDefaultstring:rvrDefaultstring:cvnDefaultstring:ct10:cvrDefaultstring:skuDefaultstring:
dmi.product.family: Default string
dmi.product.name: Default string
dmi.product.sku: Default string
dmi.product.version: Default string
dmi.sys.vendor: Default string
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2127674/+subscriptions
[Bug 2127235] Re: installed linux-image-6.8.0-85-generic package post-installation script subprocess returned error exit status 127
Yeah, that will work. It suggests a problem with /etc/default/grub file.
Have you altered the /etc/default/grub file? Do you use grub customizer?
"grub-mkconfig: 31: /etc/default/grub: add: not found"
If you cannot figure it out, maybe attach /etc/default/grub (Text,
please. There's no need to convert it to a pdf).
--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/2127235
Title:
installed linux-image-6.8.0-85-generic package post-installation
script subprocess returned error exit status 127
Status in linux package in Ubuntu:
New
Bug description:
My laptop keeps trying to do a partial upgrade and at the end says there were errors during the upgrade.
The error is 'installed linux-image-6.8.0-85-generic package post-installation script subprocess returned error exit status 127'.
---
ProblemType: Bug
ApportVersion: 2.28.1-0ubuntu3.8
Architecture: amd64
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/controlC1: llip 6864 F.... wireplumber
/dev/snd/controlC0: llip 6864 F.... wireplumber
/dev/snd/seq: llip 6859 F.... pipewire
CRDA: N/A
CasperMD5CheckResult: unknown
CurrentDesktop: GNOME-Classic:GNOME
DistroRelease: Ubuntu 24.04
InstallationDate: Installed on 2021-10-03 (1468 days ago)
InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
Lsusb:
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 1ea7:0066 SHARKOON Technologies GmbH [Mediatrack Edge Mini Keyboard]
Bus 001 Device 003: ID 13d3:56a6 IMC Networks Integrated Camera
Bus 001 Device 004: ID 0bda:b023 Realtek Semiconductor Corp. RTL8822BE Bluetooth 4.2 Adapter
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
MachineType: LENOVO 81LB
NonfreeKernelModules: nvidia_modeset nvidia
Package: linux (not installed)
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.8.0-84-generic root=UUID=b0a9de9a-0e26-4598-a70f-935ebbdef6bd ro quiet splash vt.handoff=7
ProcVersionSignature: Ubuntu 6.8.0-84.84-generic 6.8.12
RelatedPackageVersions:
linux-restricted-modules-6.8.0-84-generic N/A
linux-backports-modules-6.8.0-84-generic N/A
linux-firmware 20240318.git3b128b60-0ubuntu2.17
Tags: noble
Uname: Linux 6.8.0-84-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
_MarkForUpload: True
dmi.bios.date: 11/30/2020
dmi.bios.release: 1.22
dmi.bios.vendor: LENOVO
dmi.bios.version: 9VCN22WW
dmi.board.asset.tag: NO Asset Tag
dmi.board.name: LNVNB161216
dmi.board.vendor: LENOVO
dmi.board.version: SDK0J40697 WIN
dmi.chassis.asset.tag: NO Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo Legion Y530-15ICH-1060
dmi.ec.firmware.release: 1.22
dmi.modalias: dmi:bvnLENOVO:bvr9VCN22WW:bd11/30/2020:br1.22:efr1.22:svnLENOVO:pn81LB:pvrLenovoLegionY530-15ICH-1060:rvnLENOVO:rnLNVNB161216:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrLenovoLegionY530-15ICH-1060:skuLENOVO_MT_81LB_BU_idea_FM_LegionY530-15ICH-1060:
dmi.product.family: Legion Y530-15ICH-1060
dmi.product.name: 81LB
dmi.product.sku: LENOVO_MT_81LB_BU_idea_FM_Legion Y530-15ICH-1060
dmi.product.version: Lenovo Legion Y530-15ICH-1060
dmi.sys.vendor: LENOVO
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2127235/+subscriptions
Have you altered the /etc/default/grub file? Do you use grub customizer?
"grub-mkconfig: 31: /etc/default/grub: add: not found"
If you cannot figure it out, maybe attach /etc/default/grub (Text,
please. There's no need to convert it to a pdf).
--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/2127235
Title:
installed linux-image-6.8.0-85-generic package post-installation
script subprocess returned error exit status 127
Status in linux package in Ubuntu:
New
Bug description:
My laptop keeps trying to do a partial upgrade and at the end says there were errors during the upgrade.
The error is 'installed linux-image-6.8.0-85-generic package post-installation script subprocess returned error exit status 127'.
---
ProblemType: Bug
ApportVersion: 2.28.1-0ubuntu3.8
Architecture: amd64
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/controlC1: llip 6864 F.... wireplumber
/dev/snd/controlC0: llip 6864 F.... wireplumber
/dev/snd/seq: llip 6859 F.... pipewire
CRDA: N/A
CasperMD5CheckResult: unknown
CurrentDesktop: GNOME-Classic:GNOME
DistroRelease: Ubuntu 24.04
InstallationDate: Installed on 2021-10-03 (1468 days ago)
InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
Lsusb:
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 1ea7:0066 SHARKOON Technologies GmbH [Mediatrack Edge Mini Keyboard]
Bus 001 Device 003: ID 13d3:56a6 IMC Networks Integrated Camera
Bus 001 Device 004: ID 0bda:b023 Realtek Semiconductor Corp. RTL8822BE Bluetooth 4.2 Adapter
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
MachineType: LENOVO 81LB
NonfreeKernelModules: nvidia_modeset nvidia
Package: linux (not installed)
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.8.0-84-generic root=UUID=b0a9de9a-0e26-4598-a70f-935ebbdef6bd ro quiet splash vt.handoff=7
ProcVersionSignature: Ubuntu 6.8.0-84.84-generic 6.8.12
RelatedPackageVersions:
linux-restricted-modules-6.8.0-84-generic N/A
linux-backports-modules-6.8.0-84-generic N/A
linux-firmware 20240318.git3b128b60-0ubuntu2.17
Tags: noble
Uname: Linux 6.8.0-84-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
_MarkForUpload: True
dmi.bios.date: 11/30/2020
dmi.bios.release: 1.22
dmi.bios.vendor: LENOVO
dmi.bios.version: 9VCN22WW
dmi.board.asset.tag: NO Asset Tag
dmi.board.name: LNVNB161216
dmi.board.vendor: LENOVO
dmi.board.version: SDK0J40697 WIN
dmi.chassis.asset.tag: NO Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo Legion Y530-15ICH-1060
dmi.ec.firmware.release: 1.22
dmi.modalias: dmi:bvnLENOVO:bvr9VCN22WW:bd11/30/2020:br1.22:efr1.22:svnLENOVO:pn81LB:pvrLenovoLegionY530-15ICH-1060:rvnLENOVO:rnLNVNB161216:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrLenovoLegionY530-15ICH-1060:skuLENOVO_MT_81LB_BU_idea_FM_LegionY530-15ICH-1060:
dmi.product.family: Legion Y530-15ICH-1060
dmi.product.name: 81LB
dmi.product.sku: LENOVO_MT_81LB_BU_idea_FM_Legion Y530-15ICH-1060
dmi.product.version: Lenovo Legion Y530-15ICH-1060
dmi.sys.vendor: LENOVO
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2127235/+subscriptions
[Bug 2127235] Re: installed linux-image-6.8.0-85-generic package post-installation script subprocess returned error exit status 127
I hope this is okay let me know if not.
** Attachment added: "output.pdf"
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2127235/+attachment/5916976/+files/output.pdf
--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/2127235
Title:
installed linux-image-6.8.0-85-generic package post-installation
script subprocess returned error exit status 127
Status in linux package in Ubuntu:
New
Bug description:
My laptop keeps trying to do a partial upgrade and at the end says there were errors during the upgrade.
The error is 'installed linux-image-6.8.0-85-generic package post-installation script subprocess returned error exit status 127'.
---
ProblemType: Bug
ApportVersion: 2.28.1-0ubuntu3.8
Architecture: amd64
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/controlC1: llip 6864 F.... wireplumber
/dev/snd/controlC0: llip 6864 F.... wireplumber
/dev/snd/seq: llip 6859 F.... pipewire
CRDA: N/A
CasperMD5CheckResult: unknown
CurrentDesktop: GNOME-Classic:GNOME
DistroRelease: Ubuntu 24.04
InstallationDate: Installed on 2021-10-03 (1468 days ago)
InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
Lsusb:
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 1ea7:0066 SHARKOON Technologies GmbH [Mediatrack Edge Mini Keyboard]
Bus 001 Device 003: ID 13d3:56a6 IMC Networks Integrated Camera
Bus 001 Device 004: ID 0bda:b023 Realtek Semiconductor Corp. RTL8822BE Bluetooth 4.2 Adapter
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
MachineType: LENOVO 81LB
NonfreeKernelModules: nvidia_modeset nvidia
Package: linux (not installed)
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.8.0-84-generic root=UUID=b0a9de9a-0e26-4598-a70f-935ebbdef6bd ro quiet splash vt.handoff=7
ProcVersionSignature: Ubuntu 6.8.0-84.84-generic 6.8.12
RelatedPackageVersions:
linux-restricted-modules-6.8.0-84-generic N/A
linux-backports-modules-6.8.0-84-generic N/A
linux-firmware 20240318.git3b128b60-0ubuntu2.17
Tags: noble
Uname: Linux 6.8.0-84-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
_MarkForUpload: True
dmi.bios.date: 11/30/2020
dmi.bios.release: 1.22
dmi.bios.vendor: LENOVO
dmi.bios.version: 9VCN22WW
dmi.board.asset.tag: NO Asset Tag
dmi.board.name: LNVNB161216
dmi.board.vendor: LENOVO
dmi.board.version: SDK0J40697 WIN
dmi.chassis.asset.tag: NO Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo Legion Y530-15ICH-1060
dmi.ec.firmware.release: 1.22
dmi.modalias: dmi:bvnLENOVO:bvr9VCN22WW:bd11/30/2020:br1.22:efr1.22:svnLENOVO:pn81LB:pvrLenovoLegionY530-15ICH-1060:rvnLENOVO:rnLNVNB161216:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrLenovoLegionY530-15ICH-1060:skuLENOVO_MT_81LB_BU_idea_FM_LegionY530-15ICH-1060:
dmi.product.family: Legion Y530-15ICH-1060
dmi.product.name: 81LB
dmi.product.sku: LENOVO_MT_81LB_BU_idea_FM_Legion Y530-15ICH-1060
dmi.product.version: Lenovo Legion Y530-15ICH-1060
dmi.sys.vendor: LENOVO
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2127235/+subscriptions
** Attachment added: "output.pdf"
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2127235/+attachment/5916976/+files/output.pdf
--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/2127235
Title:
installed linux-image-6.8.0-85-generic package post-installation
script subprocess returned error exit status 127
Status in linux package in Ubuntu:
New
Bug description:
My laptop keeps trying to do a partial upgrade and at the end says there were errors during the upgrade.
The error is 'installed linux-image-6.8.0-85-generic package post-installation script subprocess returned error exit status 127'.
---
ProblemType: Bug
ApportVersion: 2.28.1-0ubuntu3.8
Architecture: amd64
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/controlC1: llip 6864 F.... wireplumber
/dev/snd/controlC0: llip 6864 F.... wireplumber
/dev/snd/seq: llip 6859 F.... pipewire
CRDA: N/A
CasperMD5CheckResult: unknown
CurrentDesktop: GNOME-Classic:GNOME
DistroRelease: Ubuntu 24.04
InstallationDate: Installed on 2021-10-03 (1468 days ago)
InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
Lsusb:
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 1ea7:0066 SHARKOON Technologies GmbH [Mediatrack Edge Mini Keyboard]
Bus 001 Device 003: ID 13d3:56a6 IMC Networks Integrated Camera
Bus 001 Device 004: ID 0bda:b023 Realtek Semiconductor Corp. RTL8822BE Bluetooth 4.2 Adapter
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
MachineType: LENOVO 81LB
NonfreeKernelModules: nvidia_modeset nvidia
Package: linux (not installed)
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.8.0-84-generic root=UUID=b0a9de9a-0e26-4598-a70f-935ebbdef6bd ro quiet splash vt.handoff=7
ProcVersionSignature: Ubuntu 6.8.0-84.84-generic 6.8.12
RelatedPackageVersions:
linux-restricted-modules-6.8.0-84-generic N/A
linux-backports-modules-6.8.0-84-generic N/A
linux-firmware 20240318.git3b128b60-0ubuntu2.17
Tags: noble
Uname: Linux 6.8.0-84-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
_MarkForUpload: True
dmi.bios.date: 11/30/2020
dmi.bios.release: 1.22
dmi.bios.vendor: LENOVO
dmi.bios.version: 9VCN22WW
dmi.board.asset.tag: NO Asset Tag
dmi.board.name: LNVNB161216
dmi.board.vendor: LENOVO
dmi.board.version: SDK0J40697 WIN
dmi.chassis.asset.tag: NO Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo Legion Y530-15ICH-1060
dmi.ec.firmware.release: 1.22
dmi.modalias: dmi:bvnLENOVO:bvr9VCN22WW:bd11/30/2020:br1.22:efr1.22:svnLENOVO:pn81LB:pvrLenovoLegionY530-15ICH-1060:rvnLENOVO:rnLNVNB161216:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrLenovoLegionY530-15ICH-1060:skuLENOVO_MT_81LB_BU_idea_FM_LegionY530-15ICH-1060:
dmi.product.family: Legion Y530-15ICH-1060
dmi.product.name: 81LB
dmi.product.sku: LENOVO_MT_81LB_BU_idea_FM_Legion Y530-15ICH-1060
dmi.product.version: Lenovo Legion Y530-15ICH-1060
dmi.sys.vendor: LENOVO
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2127235/+subscriptions
[Bug 2127674] Re: Screen resolution limited to 800x600 after update to 25.10
done.
Without nomodeset, the screen remains black permanently after initrd
(The question for the password is the last thing I see)
Under 25.04, Kubuntu/Wayland worked with nomodeset in full resolution.
--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/2127674
Title:
Screen resolution limited to 800x600 after update to 25.10
Status in linux package in Ubuntu:
Incomplete
Bug description:
Hi,
I have a small 10 inch Notebook with a resolution of 1200x1920
(actually, for some unknown reason, they used a portrait mode LCD and
rotated it 90 degree to get the usual notebook landscape display,
therefore the screen needs to be set to "rotated" in Desktops)
It worked in full resolution under Kubuntu 25.04.
After updating to Kubuntu 25.10 (do-release-update -d) the screen
resolution is fixed to 800x600, and can't be changed in the kde
settings.
Seems as if the driver is gone and notebook now runs in standard VGA
mode.
btw., I do need kernel option nomodeset, otherwise screen remains
black after booting (both in 25.04 and 25.10)
regards
ProblemType: Bug
DistroRelease: Ubuntu 25.10
Package: kwin-wayland 4:6.4.5-0ubuntu3
ProcVersionSignature: Ubuntu 6.17.0-5.5-generic 6.17.0-rc7
Uname: Linux 6.17.0-5-generic x86_64
ApportVersion: 2.33.1-0ubuntu3
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: KDE
Date: Sat Oct 11 00:42:58 2025
InstallationDate: Installed on 2025-04-24 (169 days ago)
InstallationMedia: Kubuntu 25.04 "Plucky Puffin" - Release amd64 (20250417)
SourcePackage: kwin
UpgradeStatus: Upgraded to questing on 2025-10-10 (0 days ago)
---
ProblemType: Bug
ApportVersion: 2.33.1-0ubuntu3
Architecture: amd64
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/controlC0: hadmut 2308 F.... wireplumber
/dev/snd/seq: hadmut 2298 F.... pipewire
CasperMD5CheckResult: unknown
CurrentDesktop: KDE
DistroRelease: Ubuntu 25.10
InstallationDate: Installed on 2025-04-24 (169 days ago)
InstallationMedia: Kubuntu 25.04 "Plucky Puffin" - Release amd64 (20250417)
IwDevWlp1s0Link: Not connected.
MachineType: Default string Default string
Package: linux (not installed)
ProcFB: 0 simpledrmdrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-6.17.0-5-generic root=UUID=8c842261-0600-4c62-9f12-684d075d5ec0 ro mem_sleep_default=s2idle nomodeset quiet rd.luks.uuid=b5fa7f1b-077e-4f53-bf82-23a653ce4571 nosplash nomodeset fbcon=rotate:1 video=None-1:panel_orientation=right_side_up intel_idle.max_cstate=2
ProcVersionSignature: Ubuntu 6.17.0-5.5-generic 6.17.0-rc7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
firmware-sof N/A
linux-firmware 20250901.git993ff19b-0ubuntu1
Tags: questing
Uname: Linux 6.17.0-5-generic x86_64
UnreportableReason: In diesem Bericht geht es um ein Paket, welches nicht installiert ist.
UpgradeStatus: Upgraded to questing on 2025-10-10 (0 days ago)
UserGroups: N/A
_MarkForUpload: False
dmi.bios.date: 11/26/2024
dmi.bios.release: 5.25
dmi.bios.vendor: American Megatrends International, LLC.
dmi.bios.version: NYM.N133REV30.013
dmi.board.asset.tag: Default string
dmi.board.name: Default string
dmi.board.vendor: Default string
dmi.board.version: Default string
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 10
dmi.chassis.vendor: Default string
dmi.chassis.version: Default string
dmi.ec.firmware.release: 1.1
dmi.modalias: dmi:bvnAmericanMegatrendsInternational,LLC.:bvrNYM.N133REV30.013:bd11/26/2024:br5.25:efr1.1:svnDefaultstring:pnDefaultstring:pvrDefaultstring:rvnDefaultstring:rnDefaultstring:rvrDefaultstring:cvnDefaultstring:ct10:cvrDefaultstring:skuDefaultstring:
dmi.product.family: Default string
dmi.product.name: Default string
dmi.product.sku: Default string
dmi.product.version: Default string
dmi.sys.vendor: Default string
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2127674/+subscriptions
Without nomodeset, the screen remains black permanently after initrd
(The question for the password is the last thing I see)
Under 25.04, Kubuntu/Wayland worked with nomodeset in full resolution.
--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/2127674
Title:
Screen resolution limited to 800x600 after update to 25.10
Status in linux package in Ubuntu:
Incomplete
Bug description:
Hi,
I have a small 10 inch Notebook with a resolution of 1200x1920
(actually, for some unknown reason, they used a portrait mode LCD and
rotated it 90 degree to get the usual notebook landscape display,
therefore the screen needs to be set to "rotated" in Desktops)
It worked in full resolution under Kubuntu 25.04.
After updating to Kubuntu 25.10 (do-release-update -d) the screen
resolution is fixed to 800x600, and can't be changed in the kde
settings.
Seems as if the driver is gone and notebook now runs in standard VGA
mode.
btw., I do need kernel option nomodeset, otherwise screen remains
black after booting (both in 25.04 and 25.10)
regards
ProblemType: Bug
DistroRelease: Ubuntu 25.10
Package: kwin-wayland 4:6.4.5-0ubuntu3
ProcVersionSignature: Ubuntu 6.17.0-5.5-generic 6.17.0-rc7
Uname: Linux 6.17.0-5-generic x86_64
ApportVersion: 2.33.1-0ubuntu3
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: KDE
Date: Sat Oct 11 00:42:58 2025
InstallationDate: Installed on 2025-04-24 (169 days ago)
InstallationMedia: Kubuntu 25.04 "Plucky Puffin" - Release amd64 (20250417)
SourcePackage: kwin
UpgradeStatus: Upgraded to questing on 2025-10-10 (0 days ago)
---
ProblemType: Bug
ApportVersion: 2.33.1-0ubuntu3
Architecture: amd64
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/controlC0: hadmut 2308 F.... wireplumber
/dev/snd/seq: hadmut 2298 F.... pipewire
CasperMD5CheckResult: unknown
CurrentDesktop: KDE
DistroRelease: Ubuntu 25.10
InstallationDate: Installed on 2025-04-24 (169 days ago)
InstallationMedia: Kubuntu 25.04 "Plucky Puffin" - Release amd64 (20250417)
IwDevWlp1s0Link: Not connected.
MachineType: Default string Default string
Package: linux (not installed)
ProcFB: 0 simpledrmdrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-6.17.0-5-generic root=UUID=8c842261-0600-4c62-9f12-684d075d5ec0 ro mem_sleep_default=s2idle nomodeset quiet rd.luks.uuid=b5fa7f1b-077e-4f53-bf82-23a653ce4571 nosplash nomodeset fbcon=rotate:1 video=None-1:panel_orientation=right_side_up intel_idle.max_cstate=2
ProcVersionSignature: Ubuntu 6.17.0-5.5-generic 6.17.0-rc7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
firmware-sof N/A
linux-firmware 20250901.git993ff19b-0ubuntu1
Tags: questing
Uname: Linux 6.17.0-5-generic x86_64
UnreportableReason: In diesem Bericht geht es um ein Paket, welches nicht installiert ist.
UpgradeStatus: Upgraded to questing on 2025-10-10 (0 days ago)
UserGroups: N/A
_MarkForUpload: False
dmi.bios.date: 11/26/2024
dmi.bios.release: 5.25
dmi.bios.vendor: American Megatrends International, LLC.
dmi.bios.version: NYM.N133REV30.013
dmi.board.asset.tag: Default string
dmi.board.name: Default string
dmi.board.vendor: Default string
dmi.board.version: Default string
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 10
dmi.chassis.vendor: Default string
dmi.chassis.version: Default string
dmi.ec.firmware.release: 1.1
dmi.modalias: dmi:bvnAmericanMegatrendsInternational,LLC.:bvrNYM.N133REV30.013:bd11/26/2024:br5.25:efr1.1:svnDefaultstring:pnDefaultstring:pvrDefaultstring:rvnDefaultstring:rnDefaultstring:rvrDefaultstring:cvnDefaultstring:ct10:cvrDefaultstring:skuDefaultstring:
dmi.product.family: Default string
dmi.product.name: Default string
dmi.product.sku: Default string
dmi.product.version: Default string
dmi.sys.vendor: Default string
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2127674/+subscriptions
[Bug 2127674] acpidump.txt
apport information
** Attachment added: "acpidump.txt"
https://bugs.launchpad.net/bugs/2127674/+attachment/5916975/+files/acpidump.txt
--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/2127674
Title:
Screen resolution limited to 800x600 after update to 25.10
Status in linux package in Ubuntu:
Incomplete
Bug description:
Hi,
I have a small 10 inch Notebook with a resolution of 1200x1920
(actually, for some unknown reason, they used a portrait mode LCD and
rotated it 90 degree to get the usual notebook landscape display,
therefore the screen needs to be set to "rotated" in Desktops)
It worked in full resolution under Kubuntu 25.04.
After updating to Kubuntu 25.10 (do-release-update -d) the screen
resolution is fixed to 800x600, and can't be changed in the kde
settings.
Seems as if the driver is gone and notebook now runs in standard VGA
mode.
btw., I do need kernel option nomodeset, otherwise screen remains
black after booting (both in 25.04 and 25.10)
regards
ProblemType: Bug
DistroRelease: Ubuntu 25.10
Package: kwin-wayland 4:6.4.5-0ubuntu3
ProcVersionSignature: Ubuntu 6.17.0-5.5-generic 6.17.0-rc7
Uname: Linux 6.17.0-5-generic x86_64
ApportVersion: 2.33.1-0ubuntu3
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: KDE
Date: Sat Oct 11 00:42:58 2025
InstallationDate: Installed on 2025-04-24 (169 days ago)
InstallationMedia: Kubuntu 25.04 "Plucky Puffin" - Release amd64 (20250417)
SourcePackage: kwin
UpgradeStatus: Upgraded to questing on 2025-10-10 (0 days ago)
---
ProblemType: Bug
ApportVersion: 2.33.1-0ubuntu3
Architecture: amd64
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/controlC0: hadmut 2308 F.... wireplumber
/dev/snd/seq: hadmut 2298 F.... pipewire
CasperMD5CheckResult: unknown
CurrentDesktop: KDE
DistroRelease: Ubuntu 25.10
InstallationDate: Installed on 2025-04-24 (169 days ago)
InstallationMedia: Kubuntu 25.04 "Plucky Puffin" - Release amd64 (20250417)
IwDevWlp1s0Link: Not connected.
MachineType: Default string Default string
Package: linux (not installed)
ProcFB: 0 simpledrmdrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-6.17.0-5-generic root=UUID=8c842261-0600-4c62-9f12-684d075d5ec0 ro mem_sleep_default=s2idle nomodeset quiet rd.luks.uuid=b5fa7f1b-077e-4f53-bf82-23a653ce4571 nosplash nomodeset fbcon=rotate:1 video=None-1:panel_orientation=right_side_up intel_idle.max_cstate=2
ProcVersionSignature: Ubuntu 6.17.0-5.5-generic 6.17.0-rc7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
firmware-sof N/A
linux-firmware 20250901.git993ff19b-0ubuntu1
Tags: questing
Uname: Linux 6.17.0-5-generic x86_64
UnreportableReason: In diesem Bericht geht es um ein Paket, welches nicht installiert ist.
UpgradeStatus: Upgraded to questing on 2025-10-10 (0 days ago)
UserGroups: N/A
_MarkForUpload: False
dmi.bios.date: 11/26/2024
dmi.bios.release: 5.25
dmi.bios.vendor: American Megatrends International, LLC.
dmi.bios.version: NYM.N133REV30.013
dmi.board.asset.tag: Default string
dmi.board.name: Default string
dmi.board.vendor: Default string
dmi.board.version: Default string
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 10
dmi.chassis.vendor: Default string
dmi.chassis.version: Default string
dmi.ec.firmware.release: 1.1
dmi.modalias: dmi:bvnAmericanMegatrendsInternational,LLC.:bvrNYM.N133REV30.013:bd11/26/2024:br5.25:efr1.1:svnDefaultstring:pnDefaultstring:pvrDefaultstring:rvnDefaultstring:rnDefaultstring:rvrDefaultstring:cvnDefaultstring:ct10:cvrDefaultstring:skuDefaultstring:
dmi.product.family: Default string
dmi.product.name: Default string
dmi.product.sku: Default string
dmi.product.version: Default string
dmi.sys.vendor: Default string
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2127674/+subscriptions
** Attachment added: "acpidump.txt"
https://bugs.launchpad.net/bugs/2127674/+attachment/5916975/+files/acpidump.txt
--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/2127674
Title:
Screen resolution limited to 800x600 after update to 25.10
Status in linux package in Ubuntu:
Incomplete
Bug description:
Hi,
I have a small 10 inch Notebook with a resolution of 1200x1920
(actually, for some unknown reason, they used a portrait mode LCD and
rotated it 90 degree to get the usual notebook landscape display,
therefore the screen needs to be set to "rotated" in Desktops)
It worked in full resolution under Kubuntu 25.04.
After updating to Kubuntu 25.10 (do-release-update -d) the screen
resolution is fixed to 800x600, and can't be changed in the kde
settings.
Seems as if the driver is gone and notebook now runs in standard VGA
mode.
btw., I do need kernel option nomodeset, otherwise screen remains
black after booting (both in 25.04 and 25.10)
regards
ProblemType: Bug
DistroRelease: Ubuntu 25.10
Package: kwin-wayland 4:6.4.5-0ubuntu3
ProcVersionSignature: Ubuntu 6.17.0-5.5-generic 6.17.0-rc7
Uname: Linux 6.17.0-5-generic x86_64
ApportVersion: 2.33.1-0ubuntu3
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: KDE
Date: Sat Oct 11 00:42:58 2025
InstallationDate: Installed on 2025-04-24 (169 days ago)
InstallationMedia: Kubuntu 25.04 "Plucky Puffin" - Release amd64 (20250417)
SourcePackage: kwin
UpgradeStatus: Upgraded to questing on 2025-10-10 (0 days ago)
---
ProblemType: Bug
ApportVersion: 2.33.1-0ubuntu3
Architecture: amd64
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/controlC0: hadmut 2308 F.... wireplumber
/dev/snd/seq: hadmut 2298 F.... pipewire
CasperMD5CheckResult: unknown
CurrentDesktop: KDE
DistroRelease: Ubuntu 25.10
InstallationDate: Installed on 2025-04-24 (169 days ago)
InstallationMedia: Kubuntu 25.04 "Plucky Puffin" - Release amd64 (20250417)
IwDevWlp1s0Link: Not connected.
MachineType: Default string Default string
Package: linux (not installed)
ProcFB: 0 simpledrmdrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-6.17.0-5-generic root=UUID=8c842261-0600-4c62-9f12-684d075d5ec0 ro mem_sleep_default=s2idle nomodeset quiet rd.luks.uuid=b5fa7f1b-077e-4f53-bf82-23a653ce4571 nosplash nomodeset fbcon=rotate:1 video=None-1:panel_orientation=right_side_up intel_idle.max_cstate=2
ProcVersionSignature: Ubuntu 6.17.0-5.5-generic 6.17.0-rc7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
firmware-sof N/A
linux-firmware 20250901.git993ff19b-0ubuntu1
Tags: questing
Uname: Linux 6.17.0-5-generic x86_64
UnreportableReason: In diesem Bericht geht es um ein Paket, welches nicht installiert ist.
UpgradeStatus: Upgraded to questing on 2025-10-10 (0 days ago)
UserGroups: N/A
_MarkForUpload: False
dmi.bios.date: 11/26/2024
dmi.bios.release: 5.25
dmi.bios.vendor: American Megatrends International, LLC.
dmi.bios.version: NYM.N133REV30.013
dmi.board.asset.tag: Default string
dmi.board.name: Default string
dmi.board.vendor: Default string
dmi.board.version: Default string
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 10
dmi.chassis.vendor: Default string
dmi.chassis.version: Default string
dmi.ec.firmware.release: 1.1
dmi.modalias: dmi:bvnAmericanMegatrendsInternational,LLC.:bvrNYM.N133REV30.013:bd11/26/2024:br5.25:efr1.1:svnDefaultstring:pnDefaultstring:pvrDefaultstring:rvnDefaultstring:rnDefaultstring:rvrDefaultstring:cvnDefaultstring:ct10:cvrDefaultstring:skuDefaultstring:
dmi.product.family: Default string
dmi.product.name: Default string
dmi.product.sku: Default string
dmi.product.version: Default string
dmi.sys.vendor: Default string
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2127674/+subscriptions
[Bug 2127674] WifiSyslog.txt
apport information
** Attachment added: "WifiSyslog.txt"
https://bugs.launchpad.net/bugs/2127674/+attachment/5916974/+files/WifiSyslog.txt
--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/2127674
Title:
Screen resolution limited to 800x600 after update to 25.10
Status in linux package in Ubuntu:
Incomplete
Bug description:
Hi,
I have a small 10 inch Notebook with a resolution of 1200x1920
(actually, for some unknown reason, they used a portrait mode LCD and
rotated it 90 degree to get the usual notebook landscape display,
therefore the screen needs to be set to "rotated" in Desktops)
It worked in full resolution under Kubuntu 25.04.
After updating to Kubuntu 25.10 (do-release-update -d) the screen
resolution is fixed to 800x600, and can't be changed in the kde
settings.
Seems as if the driver is gone and notebook now runs in standard VGA
mode.
btw., I do need kernel option nomodeset, otherwise screen remains
black after booting (both in 25.04 and 25.10)
regards
ProblemType: Bug
DistroRelease: Ubuntu 25.10
Package: kwin-wayland 4:6.4.5-0ubuntu3
ProcVersionSignature: Ubuntu 6.17.0-5.5-generic 6.17.0-rc7
Uname: Linux 6.17.0-5-generic x86_64
ApportVersion: 2.33.1-0ubuntu3
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: KDE
Date: Sat Oct 11 00:42:58 2025
InstallationDate: Installed on 2025-04-24 (169 days ago)
InstallationMedia: Kubuntu 25.04 "Plucky Puffin" - Release amd64 (20250417)
SourcePackage: kwin
UpgradeStatus: Upgraded to questing on 2025-10-10 (0 days ago)
---
ProblemType: Bug
ApportVersion: 2.33.1-0ubuntu3
Architecture: amd64
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/controlC0: hadmut 2308 F.... wireplumber
/dev/snd/seq: hadmut 2298 F.... pipewire
CasperMD5CheckResult: unknown
CurrentDesktop: KDE
DistroRelease: Ubuntu 25.10
InstallationDate: Installed on 2025-04-24 (169 days ago)
InstallationMedia: Kubuntu 25.04 "Plucky Puffin" - Release amd64 (20250417)
IwDevWlp1s0Link: Not connected.
MachineType: Default string Default string
Package: linux (not installed)
ProcFB: 0 simpledrmdrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-6.17.0-5-generic root=UUID=8c842261-0600-4c62-9f12-684d075d5ec0 ro mem_sleep_default=s2idle nomodeset quiet rd.luks.uuid=b5fa7f1b-077e-4f53-bf82-23a653ce4571 nosplash nomodeset fbcon=rotate:1 video=None-1:panel_orientation=right_side_up intel_idle.max_cstate=2
ProcVersionSignature: Ubuntu 6.17.0-5.5-generic 6.17.0-rc7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
firmware-sof N/A
linux-firmware 20250901.git993ff19b-0ubuntu1
Tags: questing
Uname: Linux 6.17.0-5-generic x86_64
UnreportableReason: In diesem Bericht geht es um ein Paket, welches nicht installiert ist.
UpgradeStatus: Upgraded to questing on 2025-10-10 (0 days ago)
UserGroups: N/A
_MarkForUpload: False
dmi.bios.date: 11/26/2024
dmi.bios.release: 5.25
dmi.bios.vendor: American Megatrends International, LLC.
dmi.bios.version: NYM.N133REV30.013
dmi.board.asset.tag: Default string
dmi.board.name: Default string
dmi.board.vendor: Default string
dmi.board.version: Default string
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 10
dmi.chassis.vendor: Default string
dmi.chassis.version: Default string
dmi.ec.firmware.release: 1.1
dmi.modalias: dmi:bvnAmericanMegatrendsInternational,LLC.:bvrNYM.N133REV30.013:bd11/26/2024:br5.25:efr1.1:svnDefaultstring:pnDefaultstring:pvrDefaultstring:rvnDefaultstring:rnDefaultstring:rvrDefaultstring:cvnDefaultstring:ct10:cvrDefaultstring:skuDefaultstring:
dmi.product.family: Default string
dmi.product.name: Default string
dmi.product.sku: Default string
dmi.product.version: Default string
dmi.sys.vendor: Default string
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2127674/+subscriptions
** Attachment added: "WifiSyslog.txt"
https://bugs.launchpad.net/bugs/2127674/+attachment/5916974/+files/WifiSyslog.txt
--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/2127674
Title:
Screen resolution limited to 800x600 after update to 25.10
Status in linux package in Ubuntu:
Incomplete
Bug description:
Hi,
I have a small 10 inch Notebook with a resolution of 1200x1920
(actually, for some unknown reason, they used a portrait mode LCD and
rotated it 90 degree to get the usual notebook landscape display,
therefore the screen needs to be set to "rotated" in Desktops)
It worked in full resolution under Kubuntu 25.04.
After updating to Kubuntu 25.10 (do-release-update -d) the screen
resolution is fixed to 800x600, and can't be changed in the kde
settings.
Seems as if the driver is gone and notebook now runs in standard VGA
mode.
btw., I do need kernel option nomodeset, otherwise screen remains
black after booting (both in 25.04 and 25.10)
regards
ProblemType: Bug
DistroRelease: Ubuntu 25.10
Package: kwin-wayland 4:6.4.5-0ubuntu3
ProcVersionSignature: Ubuntu 6.17.0-5.5-generic 6.17.0-rc7
Uname: Linux 6.17.0-5-generic x86_64
ApportVersion: 2.33.1-0ubuntu3
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: KDE
Date: Sat Oct 11 00:42:58 2025
InstallationDate: Installed on 2025-04-24 (169 days ago)
InstallationMedia: Kubuntu 25.04 "Plucky Puffin" - Release amd64 (20250417)
SourcePackage: kwin
UpgradeStatus: Upgraded to questing on 2025-10-10 (0 days ago)
---
ProblemType: Bug
ApportVersion: 2.33.1-0ubuntu3
Architecture: amd64
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/controlC0: hadmut 2308 F.... wireplumber
/dev/snd/seq: hadmut 2298 F.... pipewire
CasperMD5CheckResult: unknown
CurrentDesktop: KDE
DistroRelease: Ubuntu 25.10
InstallationDate: Installed on 2025-04-24 (169 days ago)
InstallationMedia: Kubuntu 25.04 "Plucky Puffin" - Release amd64 (20250417)
IwDevWlp1s0Link: Not connected.
MachineType: Default string Default string
Package: linux (not installed)
ProcFB: 0 simpledrmdrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-6.17.0-5-generic root=UUID=8c842261-0600-4c62-9f12-684d075d5ec0 ro mem_sleep_default=s2idle nomodeset quiet rd.luks.uuid=b5fa7f1b-077e-4f53-bf82-23a653ce4571 nosplash nomodeset fbcon=rotate:1 video=None-1:panel_orientation=right_side_up intel_idle.max_cstate=2
ProcVersionSignature: Ubuntu 6.17.0-5.5-generic 6.17.0-rc7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
firmware-sof N/A
linux-firmware 20250901.git993ff19b-0ubuntu1
Tags: questing
Uname: Linux 6.17.0-5-generic x86_64
UnreportableReason: In diesem Bericht geht es um ein Paket, welches nicht installiert ist.
UpgradeStatus: Upgraded to questing on 2025-10-10 (0 days ago)
UserGroups: N/A
_MarkForUpload: False
dmi.bios.date: 11/26/2024
dmi.bios.release: 5.25
dmi.bios.vendor: American Megatrends International, LLC.
dmi.bios.version: NYM.N133REV30.013
dmi.board.asset.tag: Default string
dmi.board.name: Default string
dmi.board.vendor: Default string
dmi.board.version: Default string
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 10
dmi.chassis.vendor: Default string
dmi.chassis.version: Default string
dmi.ec.firmware.release: 1.1
dmi.modalias: dmi:bvnAmericanMegatrendsInternational,LLC.:bvrNYM.N133REV30.013:bd11/26/2024:br5.25:efr1.1:svnDefaultstring:pnDefaultstring:pvrDefaultstring:rvnDefaultstring:rnDefaultstring:rvrDefaultstring:cvnDefaultstring:ct10:cvrDefaultstring:skuDefaultstring:
dmi.product.family: Default string
dmi.product.name: Default string
dmi.product.sku: Default string
dmi.product.version: Default string
dmi.sys.vendor: Default string
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2127674/+subscriptions
[Bug 2127674] UdevDb.txt
apport information
** Attachment added: "UdevDb.txt"
https://bugs.launchpad.net/bugs/2127674/+attachment/5916973/+files/UdevDb.txt
--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/2127674
Title:
Screen resolution limited to 800x600 after update to 25.10
Status in linux package in Ubuntu:
Incomplete
Bug description:
Hi,
I have a small 10 inch Notebook with a resolution of 1200x1920
(actually, for some unknown reason, they used a portrait mode LCD and
rotated it 90 degree to get the usual notebook landscape display,
therefore the screen needs to be set to "rotated" in Desktops)
It worked in full resolution under Kubuntu 25.04.
After updating to Kubuntu 25.10 (do-release-update -d) the screen
resolution is fixed to 800x600, and can't be changed in the kde
settings.
Seems as if the driver is gone and notebook now runs in standard VGA
mode.
btw., I do need kernel option nomodeset, otherwise screen remains
black after booting (both in 25.04 and 25.10)
regards
ProblemType: Bug
DistroRelease: Ubuntu 25.10
Package: kwin-wayland 4:6.4.5-0ubuntu3
ProcVersionSignature: Ubuntu 6.17.0-5.5-generic 6.17.0-rc7
Uname: Linux 6.17.0-5-generic x86_64
ApportVersion: 2.33.1-0ubuntu3
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: KDE
Date: Sat Oct 11 00:42:58 2025
InstallationDate: Installed on 2025-04-24 (169 days ago)
InstallationMedia: Kubuntu 25.04 "Plucky Puffin" - Release amd64 (20250417)
SourcePackage: kwin
UpgradeStatus: Upgraded to questing on 2025-10-10 (0 days ago)
---
ProblemType: Bug
ApportVersion: 2.33.1-0ubuntu3
Architecture: amd64
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/controlC0: hadmut 2308 F.... wireplumber
/dev/snd/seq: hadmut 2298 F.... pipewire
CasperMD5CheckResult: unknown
CurrentDesktop: KDE
DistroRelease: Ubuntu 25.10
InstallationDate: Installed on 2025-04-24 (169 days ago)
InstallationMedia: Kubuntu 25.04 "Plucky Puffin" - Release amd64 (20250417)
IwDevWlp1s0Link: Not connected.
MachineType: Default string Default string
Package: linux (not installed)
ProcFB: 0 simpledrmdrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-6.17.0-5-generic root=UUID=8c842261-0600-4c62-9f12-684d075d5ec0 ro mem_sleep_default=s2idle nomodeset quiet rd.luks.uuid=b5fa7f1b-077e-4f53-bf82-23a653ce4571 nosplash nomodeset fbcon=rotate:1 video=None-1:panel_orientation=right_side_up intel_idle.max_cstate=2
ProcVersionSignature: Ubuntu 6.17.0-5.5-generic 6.17.0-rc7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
firmware-sof N/A
linux-firmware 20250901.git993ff19b-0ubuntu1
Tags: questing
Uname: Linux 6.17.0-5-generic x86_64
UnreportableReason: In diesem Bericht geht es um ein Paket, welches nicht installiert ist.
UpgradeStatus: Upgraded to questing on 2025-10-10 (0 days ago)
UserGroups: N/A
_MarkForUpload: False
dmi.bios.date: 11/26/2024
dmi.bios.release: 5.25
dmi.bios.vendor: American Megatrends International, LLC.
dmi.bios.version: NYM.N133REV30.013
dmi.board.asset.tag: Default string
dmi.board.name: Default string
dmi.board.vendor: Default string
dmi.board.version: Default string
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 10
dmi.chassis.vendor: Default string
dmi.chassis.version: Default string
dmi.ec.firmware.release: 1.1
dmi.modalias: dmi:bvnAmericanMegatrendsInternational,LLC.:bvrNYM.N133REV30.013:bd11/26/2024:br5.25:efr1.1:svnDefaultstring:pnDefaultstring:pvrDefaultstring:rvnDefaultstring:rnDefaultstring:rvrDefaultstring:cvnDefaultstring:ct10:cvrDefaultstring:skuDefaultstring:
dmi.product.family: Default string
dmi.product.name: Default string
dmi.product.sku: Default string
dmi.product.version: Default string
dmi.sys.vendor: Default string
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2127674/+subscriptions
** Attachment added: "UdevDb.txt"
https://bugs.launchpad.net/bugs/2127674/+attachment/5916973/+files/UdevDb.txt
--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/2127674
Title:
Screen resolution limited to 800x600 after update to 25.10
Status in linux package in Ubuntu:
Incomplete
Bug description:
Hi,
I have a small 10 inch Notebook with a resolution of 1200x1920
(actually, for some unknown reason, they used a portrait mode LCD and
rotated it 90 degree to get the usual notebook landscape display,
therefore the screen needs to be set to "rotated" in Desktops)
It worked in full resolution under Kubuntu 25.04.
After updating to Kubuntu 25.10 (do-release-update -d) the screen
resolution is fixed to 800x600, and can't be changed in the kde
settings.
Seems as if the driver is gone and notebook now runs in standard VGA
mode.
btw., I do need kernel option nomodeset, otherwise screen remains
black after booting (both in 25.04 and 25.10)
regards
ProblemType: Bug
DistroRelease: Ubuntu 25.10
Package: kwin-wayland 4:6.4.5-0ubuntu3
ProcVersionSignature: Ubuntu 6.17.0-5.5-generic 6.17.0-rc7
Uname: Linux 6.17.0-5-generic x86_64
ApportVersion: 2.33.1-0ubuntu3
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: KDE
Date: Sat Oct 11 00:42:58 2025
InstallationDate: Installed on 2025-04-24 (169 days ago)
InstallationMedia: Kubuntu 25.04 "Plucky Puffin" - Release amd64 (20250417)
SourcePackage: kwin
UpgradeStatus: Upgraded to questing on 2025-10-10 (0 days ago)
---
ProblemType: Bug
ApportVersion: 2.33.1-0ubuntu3
Architecture: amd64
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/controlC0: hadmut 2308 F.... wireplumber
/dev/snd/seq: hadmut 2298 F.... pipewire
CasperMD5CheckResult: unknown
CurrentDesktop: KDE
DistroRelease: Ubuntu 25.10
InstallationDate: Installed on 2025-04-24 (169 days ago)
InstallationMedia: Kubuntu 25.04 "Plucky Puffin" - Release amd64 (20250417)
IwDevWlp1s0Link: Not connected.
MachineType: Default string Default string
Package: linux (not installed)
ProcFB: 0 simpledrmdrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-6.17.0-5-generic root=UUID=8c842261-0600-4c62-9f12-684d075d5ec0 ro mem_sleep_default=s2idle nomodeset quiet rd.luks.uuid=b5fa7f1b-077e-4f53-bf82-23a653ce4571 nosplash nomodeset fbcon=rotate:1 video=None-1:panel_orientation=right_side_up intel_idle.max_cstate=2
ProcVersionSignature: Ubuntu 6.17.0-5.5-generic 6.17.0-rc7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
firmware-sof N/A
linux-firmware 20250901.git993ff19b-0ubuntu1
Tags: questing
Uname: Linux 6.17.0-5-generic x86_64
UnreportableReason: In diesem Bericht geht es um ein Paket, welches nicht installiert ist.
UpgradeStatus: Upgraded to questing on 2025-10-10 (0 days ago)
UserGroups: N/A
_MarkForUpload: False
dmi.bios.date: 11/26/2024
dmi.bios.release: 5.25
dmi.bios.vendor: American Megatrends International, LLC.
dmi.bios.version: NYM.N133REV30.013
dmi.board.asset.tag: Default string
dmi.board.name: Default string
dmi.board.vendor: Default string
dmi.board.version: Default string
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 10
dmi.chassis.vendor: Default string
dmi.chassis.version: Default string
dmi.ec.firmware.release: 1.1
dmi.modalias: dmi:bvnAmericanMegatrendsInternational,LLC.:bvrNYM.N133REV30.013:bd11/26/2024:br5.25:efr1.1:svnDefaultstring:pnDefaultstring:pvrDefaultstring:rvnDefaultstring:rnDefaultstring:rvrDefaultstring:cvnDefaultstring:ct10:cvrDefaultstring:skuDefaultstring:
dmi.product.family: Default string
dmi.product.name: Default string
dmi.product.sku: Default string
dmi.product.version: Default string
dmi.sys.vendor: Default string
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2127674/+subscriptions
[Bug 2127674] RfKill.txt
apport information
** Attachment added: "RfKill.txt"
https://bugs.launchpad.net/bugs/2127674/+attachment/5916972/+files/RfKill.txt
--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/2127674
Title:
Screen resolution limited to 800x600 after update to 25.10
Status in linux package in Ubuntu:
Incomplete
Bug description:
Hi,
I have a small 10 inch Notebook with a resolution of 1200x1920
(actually, for some unknown reason, they used a portrait mode LCD and
rotated it 90 degree to get the usual notebook landscape display,
therefore the screen needs to be set to "rotated" in Desktops)
It worked in full resolution under Kubuntu 25.04.
After updating to Kubuntu 25.10 (do-release-update -d) the screen
resolution is fixed to 800x600, and can't be changed in the kde
settings.
Seems as if the driver is gone and notebook now runs in standard VGA
mode.
btw., I do need kernel option nomodeset, otherwise screen remains
black after booting (both in 25.04 and 25.10)
regards
ProblemType: Bug
DistroRelease: Ubuntu 25.10
Package: kwin-wayland 4:6.4.5-0ubuntu3
ProcVersionSignature: Ubuntu 6.17.0-5.5-generic 6.17.0-rc7
Uname: Linux 6.17.0-5-generic x86_64
ApportVersion: 2.33.1-0ubuntu3
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: KDE
Date: Sat Oct 11 00:42:58 2025
InstallationDate: Installed on 2025-04-24 (169 days ago)
InstallationMedia: Kubuntu 25.04 "Plucky Puffin" - Release amd64 (20250417)
SourcePackage: kwin
UpgradeStatus: Upgraded to questing on 2025-10-10 (0 days ago)
---
ProblemType: Bug
ApportVersion: 2.33.1-0ubuntu3
Architecture: amd64
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/controlC0: hadmut 2308 F.... wireplumber
/dev/snd/seq: hadmut 2298 F.... pipewire
CasperMD5CheckResult: unknown
CurrentDesktop: KDE
DistroRelease: Ubuntu 25.10
InstallationDate: Installed on 2025-04-24 (169 days ago)
InstallationMedia: Kubuntu 25.04 "Plucky Puffin" - Release amd64 (20250417)
IwDevWlp1s0Link: Not connected.
MachineType: Default string Default string
Package: linux (not installed)
ProcFB: 0 simpledrmdrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-6.17.0-5-generic root=UUID=8c842261-0600-4c62-9f12-684d075d5ec0 ro mem_sleep_default=s2idle nomodeset quiet rd.luks.uuid=b5fa7f1b-077e-4f53-bf82-23a653ce4571 nosplash nomodeset fbcon=rotate:1 video=None-1:panel_orientation=right_side_up intel_idle.max_cstate=2
ProcVersionSignature: Ubuntu 6.17.0-5.5-generic 6.17.0-rc7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
firmware-sof N/A
linux-firmware 20250901.git993ff19b-0ubuntu1
Tags: questing
Uname: Linux 6.17.0-5-generic x86_64
UnreportableReason: In diesem Bericht geht es um ein Paket, welches nicht installiert ist.
UpgradeStatus: Upgraded to questing on 2025-10-10 (0 days ago)
UserGroups: N/A
_MarkForUpload: False
dmi.bios.date: 11/26/2024
dmi.bios.release: 5.25
dmi.bios.vendor: American Megatrends International, LLC.
dmi.bios.version: NYM.N133REV30.013
dmi.board.asset.tag: Default string
dmi.board.name: Default string
dmi.board.vendor: Default string
dmi.board.version: Default string
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 10
dmi.chassis.vendor: Default string
dmi.chassis.version: Default string
dmi.ec.firmware.release: 1.1
dmi.modalias: dmi:bvnAmericanMegatrendsInternational,LLC.:bvrNYM.N133REV30.013:bd11/26/2024:br5.25:efr1.1:svnDefaultstring:pnDefaultstring:pvrDefaultstring:rvnDefaultstring:rnDefaultstring:rvrDefaultstring:cvnDefaultstring:ct10:cvrDefaultstring:skuDefaultstring:
dmi.product.family: Default string
dmi.product.name: Default string
dmi.product.sku: Default string
dmi.product.version: Default string
dmi.sys.vendor: Default string
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2127674/+subscriptions
** Attachment added: "RfKill.txt"
https://bugs.launchpad.net/bugs/2127674/+attachment/5916972/+files/RfKill.txt
--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/2127674
Title:
Screen resolution limited to 800x600 after update to 25.10
Status in linux package in Ubuntu:
Incomplete
Bug description:
Hi,
I have a small 10 inch Notebook with a resolution of 1200x1920
(actually, for some unknown reason, they used a portrait mode LCD and
rotated it 90 degree to get the usual notebook landscape display,
therefore the screen needs to be set to "rotated" in Desktops)
It worked in full resolution under Kubuntu 25.04.
After updating to Kubuntu 25.10 (do-release-update -d) the screen
resolution is fixed to 800x600, and can't be changed in the kde
settings.
Seems as if the driver is gone and notebook now runs in standard VGA
mode.
btw., I do need kernel option nomodeset, otherwise screen remains
black after booting (both in 25.04 and 25.10)
regards
ProblemType: Bug
DistroRelease: Ubuntu 25.10
Package: kwin-wayland 4:6.4.5-0ubuntu3
ProcVersionSignature: Ubuntu 6.17.0-5.5-generic 6.17.0-rc7
Uname: Linux 6.17.0-5-generic x86_64
ApportVersion: 2.33.1-0ubuntu3
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: KDE
Date: Sat Oct 11 00:42:58 2025
InstallationDate: Installed on 2025-04-24 (169 days ago)
InstallationMedia: Kubuntu 25.04 "Plucky Puffin" - Release amd64 (20250417)
SourcePackage: kwin
UpgradeStatus: Upgraded to questing on 2025-10-10 (0 days ago)
---
ProblemType: Bug
ApportVersion: 2.33.1-0ubuntu3
Architecture: amd64
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/controlC0: hadmut 2308 F.... wireplumber
/dev/snd/seq: hadmut 2298 F.... pipewire
CasperMD5CheckResult: unknown
CurrentDesktop: KDE
DistroRelease: Ubuntu 25.10
InstallationDate: Installed on 2025-04-24 (169 days ago)
InstallationMedia: Kubuntu 25.04 "Plucky Puffin" - Release amd64 (20250417)
IwDevWlp1s0Link: Not connected.
MachineType: Default string Default string
Package: linux (not installed)
ProcFB: 0 simpledrmdrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-6.17.0-5-generic root=UUID=8c842261-0600-4c62-9f12-684d075d5ec0 ro mem_sleep_default=s2idle nomodeset quiet rd.luks.uuid=b5fa7f1b-077e-4f53-bf82-23a653ce4571 nosplash nomodeset fbcon=rotate:1 video=None-1:panel_orientation=right_side_up intel_idle.max_cstate=2
ProcVersionSignature: Ubuntu 6.17.0-5.5-generic 6.17.0-rc7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
firmware-sof N/A
linux-firmware 20250901.git993ff19b-0ubuntu1
Tags: questing
Uname: Linux 6.17.0-5-generic x86_64
UnreportableReason: In diesem Bericht geht es um ein Paket, welches nicht installiert ist.
UpgradeStatus: Upgraded to questing on 2025-10-10 (0 days ago)
UserGroups: N/A
_MarkForUpload: False
dmi.bios.date: 11/26/2024
dmi.bios.release: 5.25
dmi.bios.vendor: American Megatrends International, LLC.
dmi.bios.version: NYM.N133REV30.013
dmi.board.asset.tag: Default string
dmi.board.name: Default string
dmi.board.vendor: Default string
dmi.board.version: Default string
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 10
dmi.chassis.vendor: Default string
dmi.chassis.version: Default string
dmi.ec.firmware.release: 1.1
dmi.modalias: dmi:bvnAmericanMegatrendsInternational,LLC.:bvrNYM.N133REV30.013:bd11/26/2024:br5.25:efr1.1:svnDefaultstring:pnDefaultstring:pvrDefaultstring:rvnDefaultstring:rnDefaultstring:rvrDefaultstring:cvnDefaultstring:ct10:cvrDefaultstring:skuDefaultstring:
dmi.product.family: Default string
dmi.product.name: Default string
dmi.product.sku: Default string
dmi.product.version: Default string
dmi.sys.vendor: Default string
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2127674/+subscriptions
Подписаться на:
Сообщения (Atom)