[Kernel-packages] [Bug 1990068] Re: Kernel 5.19.0.15.15 crashes on boot (Ryzen 5 2500U)

2022-11-21 Thread Matheus Reich
After a lot of searching around, it seems that it is necessary to change
the "iommu=soft" command on GRUB to "amd_iommu=off" on kernel 5.19 or
higher. With that command, all kernels will boot fine afterwards.

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

Title:
  Kernel 5.19.0.15.15 crashes on boot (Ryzen 5 2500U)

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  When installing the daily build ISO fo Ubuntu Kinect Kudu, the system
  will hang at boot, forcing a reboot and then going to Advanced Option
  (on GRUB) and select kernel 5.15.0.27.28, which comes preinstalled
  when Ubuntu is installed, which then works as it should. Testing with
  different Kernel versions shows that 5.18.19 works fine, without
  crashing on "Loading initial ramdisk...". This, unfortunately, won't
  create a single log file or crash dump, which makes error reporting
  hard, to say the least.

  System info:
  Laptop model: Lenovo ideapad 330S-15ARR
  CPU: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx x8
  GPU: AMD Radeon Vega 8 Graphics
  RAM: 12GB - 2400MHz
  Description:  Ubuntu Kinetic Kudu (development branch)
  Release:  22.10

  Also, it is always necessary to add the "iommu=soft" command to the 
GRUB_CMDLINE_LINUX_DEFAULT line on /etc/default/grub, because no kernels will 
boot without it (this is an older issue). Even with this command, Kernel 5.19.X 
will always crash while loading the initial ramdisk.
  ---
  ProblemType: Bug
  ApportVersion: 2.23.0-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  matheus1693 F wireplumber
   /dev/snd/controlC0:  matheus1693 F wireplumber
   /dev/snd/seq:matheus1690 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 22.10
  InstallationDate: Installed on 2022-09-18 (0 days ago)
  InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Alpha amd64 (20220829)
  MachineType: LENOVO 81JQ
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-27-generic 
root=UUID=45a8c70a-d30e-4f97-ab4f-e761450b6302 ro quiet splash iommu=soft 
rcu_nocbs=0-7 processor.max_cstate=1 nopti pti=off amdgpu.gpu_recovery=1 
ivrs_ioapic[4]=00:14.0 ivrs_ioapic[5]=00:00.2 clocksource=hpet amd_iommu=on 
amdgpu.dc=1
  ProcVersionSignature: Ubuntu 5.15.0-27.28-generic 5.15.30
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-27-generic N/A
   linux-backports-modules-5.15.0-27-generic  N/A
   linux-firmware 20220819.git8413c63c-0ubuntu2
  Tags:  kinetic wayland-session
  Uname: Linux 5.15.0-27-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/04/2019
  dmi.bios.release: 1.38
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7WCN38WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40679WIN
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad 330S-15ARR
  dmi.ec.firmware.release: 1.38
  dmi.modalias: 
dmi:bvnLENOVO:bvr7WCN38WW:bd11/04/2019:br1.38:efr1.38:svnLENOVO:pn81JQ:pvrLenovoideapad330S-15ARR:rvnLENOVO:rnLNVNB161216:rvrSDK0J40679WIN:cvnLENOVO:ct10:cvrLenovoideapad330S-15ARR:skuLENOVO_MT_81JQ_BU_idea_FM_ideapad330S-15ARR:
  dmi.product.family: ideapad 330S-15ARR
  dmi.product.name: 81JQ
  dmi.product.sku: LENOVO_MT_81JQ_BU_idea_FM_ideapad 330S-15ARR
  dmi.product.version: Lenovo ideapad 330S-15ARR
  dmi.sys.vendor: LENOVO

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


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


[Kernel-packages] [Bug 1990068] Re: Kernel 5.19.0.15.15 crashes on boot (Ryzen 5 2500U)

2022-09-27 Thread Matheus Reich
This issue also seems to be occurring when installing kernel version
5.19.10 from the Ubuntu Kernel repositories, so it is something related
to version >5.19.X (including 6.0rc and so on).

The default Ubuntu 22.10 kernel, which comes bundled with version 5.19,
simply won't boot at startup, crashing right after selecting any options
to install Ubuntu.

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

Title:
  Kernel 5.19.0.15.15 crashes on boot (Ryzen 5 2500U)

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  When installing the daily build ISO fo Ubuntu Kinect Kudu, the system
  will hang at boot, forcing a reboot and then going to Advanced Option
  (on GRUB) and select kernel 5.15.0.27.28, which comes preinstalled
  when Ubuntu is installed, which then works as it should. Testing with
  different Kernel versions shows that 5.18.19 works fine, without
  crashing on "Loading initial ramdisk...". This, unfortunately, won't
  create a single log file or crash dump, which makes error reporting
  hard, to say the least.

  System info:
  Laptop model: Lenovo ideapad 330S-15ARR
  CPU: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx x8
  GPU: AMD Radeon Vega 8 Graphics
  RAM: 12GB - 2400MHz
  Description:  Ubuntu Kinetic Kudu (development branch)
  Release:  22.10

  Also, it is always necessary to add the "iommu=soft" command to the 
GRUB_CMDLINE_LINUX_DEFAULT line on /etc/default/grub, because no kernels will 
boot without it (this is an older issue). Even with this command, Kernel 5.19.X 
will always crash while loading the initial ramdisk.
  ---
  ProblemType: Bug
  ApportVersion: 2.23.0-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  matheus1693 F wireplumber
   /dev/snd/controlC0:  matheus1693 F wireplumber
   /dev/snd/seq:matheus1690 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 22.10
  InstallationDate: Installed on 2022-09-18 (0 days ago)
  InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Alpha amd64 (20220829)
  MachineType: LENOVO 81JQ
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-27-generic 
root=UUID=45a8c70a-d30e-4f97-ab4f-e761450b6302 ro quiet splash iommu=soft 
rcu_nocbs=0-7 processor.max_cstate=1 nopti pti=off amdgpu.gpu_recovery=1 
ivrs_ioapic[4]=00:14.0 ivrs_ioapic[5]=00:00.2 clocksource=hpet amd_iommu=on 
amdgpu.dc=1
  ProcVersionSignature: Ubuntu 5.15.0-27.28-generic 5.15.30
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-27-generic N/A
   linux-backports-modules-5.15.0-27-generic  N/A
   linux-firmware 20220819.git8413c63c-0ubuntu2
  Tags:  kinetic wayland-session
  Uname: Linux 5.15.0-27-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/04/2019
  dmi.bios.release: 1.38
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7WCN38WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40679WIN
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad 330S-15ARR
  dmi.ec.firmware.release: 1.38
  dmi.modalias: 
dmi:bvnLENOVO:bvr7WCN38WW:bd11/04/2019:br1.38:efr1.38:svnLENOVO:pn81JQ:pvrLenovoideapad330S-15ARR:rvnLENOVO:rnLNVNB161216:rvrSDK0J40679WIN:cvnLENOVO:ct10:cvrLenovoideapad330S-15ARR:skuLENOVO_MT_81JQ_BU_idea_FM_ideapad330S-15ARR:
  dmi.product.family: ideapad 330S-15ARR
  dmi.product.name: 81JQ
  dmi.product.sku: LENOVO_MT_81JQ_BU_idea_FM_ideapad 330S-15ARR
  dmi.product.version: Lenovo ideapad 330S-15ARR
  dmi.sys.vendor: LENOVO

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


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


[Kernel-packages] [Bug 1990068] Re: Kernel 5.19.0.15.15 crashes on boot (Ryzen 5 2500U)

2022-09-18 Thread Matheus Reich
I don't, it simply hangs on that screen, without even responding to a
press on NumLock, or Ctrl+Alt+Del. Interestingly, when I press on my
laptop's power button, it shuts down right after, like if it didn't even
moved passed the UEFI (even though I'm able to change the kernel with
which to start on GRUB).

** Description changed:

  When installing the daily build ISO fo Ubuntu Kinect Kudu, the system
  will hang at boot, forcing a reboot and then going to Advanced Option
- (on GRUB) and selection kernel 5.15.0.27.28, which comes preinstalled
- when Ubuntu is installed, which then works as usual. Testing with
+ (on GRUB) and select kernel 5.15.0.27.28, which comes preinstalled when
+ Ubuntu is installed, which then works as it should. Testing with
  different Kernel versions shows that 5.18.19 works fine, without
  crashing on "Loading initial ramdisk...". This, unfortunately, won't
  create a single log file or crash dump, which makes error reporting
  hard, to say the least.
  
  System info:
  Laptop model: Lenovo ideapad 330S-15ARR
  CPU: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx x8
  GPU: AMD Radeon Vega 8 Graphics
  RAM: 12GB - 2400MHz
  Description:  Ubuntu Kinetic Kudu (development branch)
  Release:  22.10
  
  Also, it is always necessary to add the "iommu=soft" command to the 
GRUB_CMDLINE_LINUX_DEFAULT line on /etc/default/grub, because no kernels will 
boot without it (this is an older issue). Even with this command, Kernel 5.19.X 
will always crash while loading the initial ramdisk.
- --- 
+ ---
  ProblemType: Bug
  ApportVersion: 2.23.0-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC1:  matheus1693 F wireplumber
-  /dev/snd/controlC0:  matheus1693 F wireplumber
-  /dev/snd/seq:matheus1690 F pipewire
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  matheus1693 F wireplumber
+  /dev/snd/controlC0:  matheus1693 F wireplumber
+  /dev/snd/seq:matheus1690 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 22.10
  InstallationDate: Installed on 2022-09-18 (0 days ago)
  InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Alpha amd64 (20220829)
  MachineType: LENOVO 81JQ
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-27-generic 
root=UUID=45a8c70a-d30e-4f97-ab4f-e761450b6302 ro quiet splash iommu=soft 
rcu_nocbs=0-7 processor.max_cstate=1 nopti pti=off amdgpu.gpu_recovery=1 
ivrs_ioapic[4]=00:14.0 ivrs_ioapic[5]=00:00.2 clocksource=hpet amd_iommu=on 
amdgpu.dc=1
  ProcVersionSignature: Ubuntu 5.15.0-27.28-generic 5.15.30
  RelatedPackageVersions:
-  linux-restricted-modules-5.15.0-27-generic N/A
-  linux-backports-modules-5.15.0-27-generic  N/A
-  linux-firmware 20220819.git8413c63c-0ubuntu2
+  linux-restricted-modules-5.15.0-27-generic N/A
+  linux-backports-modules-5.15.0-27-generic  N/A
+  linux-firmware 20220819.git8413c63c-0ubuntu2
  Tags:  kinetic wayland-session
  Uname: Linux 5.15.0-27-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/04/2019
  dmi.bios.release: 1.38
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7WCN38WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40679WIN
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad 330S-15ARR
  dmi.ec.firmware.release: 1.38
  dmi.modalias: 
dmi:bvnLENOVO:bvr7WCN38WW:bd11/04/2019:br1.38:efr1.38:svnLENOVO:pn81JQ:pvrLenovoideapad330S-15ARR:rvnLENOVO:rnLNVNB161216:rvrSDK0J40679WIN:cvnLENOVO:ct10:cvrLenovoideapad330S-15ARR:skuLENOVO_MT_81JQ_BU_idea_FM_ideapad330S-15ARR:
  dmi.product.family: ideapad 330S-15ARR
  dmi.product.name: 81JQ
  dmi.product.sku: LENOVO_MT_81JQ_BU_idea_FM_ideapad 330S-15ARR
  dmi.product.version: Lenovo ideapad 330S-15ARR
  dmi.sys.vendor: LENOVO

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

Title:
  Kernel 5.19.0.15.15 crashes on boot (Ryzen 5 2500U)

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  When installing the daily build ISO fo Ubuntu Kinect Kudu, the system
  will hang at boot, forcing a reboot and then going to Advanced Option
  (on GRUB) and select kernel 5.15.0.27.28, which comes preinstalled
  when Ubuntu is installed, which then works as it should. Testing with
  different Kernel versions shows that 5.18.19 works fine, without
  crashing on "Loading initial ramdisk...". This, unfortunately, won't
  create a single log file or crash dump, which makes error reporting
  hard, to say the least.

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

2022-09-18 Thread Matheus Reich
apport information

** Attachment added: "acpidump.txt"
   
https://bugs.launchpad.net/bugs/1990068/+attachment/5616800/+files/acpidump.txt

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

Title:
  Kernel 5.19.0.15.15 crashes on boot (Ryzen 5 2500U)

Status in linux package in Ubuntu:
  New

Bug description:
  When installing the daily build ISO fo Ubuntu Kinect Kudu, the system
  will hang at boot, forcing a reboot and then going to Advanced Option
  (on GRUB) and selection kernel 5.15.0.27.28, which comes preinstalled
  when Ubuntu is installed, which then works as usual. Testing with
  different Kernel versions shows that 5.18.19 works fine, without
  crashing on "Loading initial ramdisk...". This, unfortunately, won't
  create a single log file or crash dump, which makes error reporting
  hard, to say the least.

  System info:
  Laptop model: Lenovo ideapad 330S-15ARR
  CPU: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx x8
  GPU: AMD Radeon Vega 8 Graphics
  RAM: 12GB - 2400MHz
  Description:  Ubuntu Kinetic Kudu (development branch)
  Release:  22.10

  Also, it is always necessary to add the "iommu=soft" command to the 
GRUB_CMDLINE_LINUX_DEFAULT line on /etc/default/grub, because no kernels will 
boot without it (this is an older issue). Even with this command, Kernel 5.19.X 
will always crash while loading the initial ramdisk.
  --- 
  ProblemType: Bug
  ApportVersion: 2.23.0-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  matheus1693 F wireplumber
   /dev/snd/controlC0:  matheus1693 F wireplumber
   /dev/snd/seq:matheus1690 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 22.10
  InstallationDate: Installed on 2022-09-18 (0 days ago)
  InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Alpha amd64 (20220829)
  MachineType: LENOVO 81JQ
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-27-generic 
root=UUID=45a8c70a-d30e-4f97-ab4f-e761450b6302 ro quiet splash iommu=soft 
rcu_nocbs=0-7 processor.max_cstate=1 nopti pti=off amdgpu.gpu_recovery=1 
ivrs_ioapic[4]=00:14.0 ivrs_ioapic[5]=00:00.2 clocksource=hpet amd_iommu=on 
amdgpu.dc=1
  ProcVersionSignature: Ubuntu 5.15.0-27.28-generic 5.15.30
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-27-generic N/A
   linux-backports-modules-5.15.0-27-generic  N/A
   linux-firmware 20220819.git8413c63c-0ubuntu2
  Tags:  kinetic wayland-session
  Uname: Linux 5.15.0-27-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/04/2019
  dmi.bios.release: 1.38
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7WCN38WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40679WIN
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad 330S-15ARR
  dmi.ec.firmware.release: 1.38
  dmi.modalias: 
dmi:bvnLENOVO:bvr7WCN38WW:bd11/04/2019:br1.38:efr1.38:svnLENOVO:pn81JQ:pvrLenovoideapad330S-15ARR:rvnLENOVO:rnLNVNB161216:rvrSDK0J40679WIN:cvnLENOVO:ct10:cvrLenovoideapad330S-15ARR:skuLENOVO_MT_81JQ_BU_idea_FM_ideapad330S-15ARR:
  dmi.product.family: ideapad 330S-15ARR
  dmi.product.name: 81JQ
  dmi.product.sku: LENOVO_MT_81JQ_BU_idea_FM_ideapad 330S-15ARR
  dmi.product.version: Lenovo ideapad 330S-15ARR
  dmi.sys.vendor: LENOVO

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


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


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

2022-09-18 Thread Matheus Reich
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1990068/+attachment/5616797/+files/RfKill.txt

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

Title:
  Kernel 5.19.0.15.15 crashes on boot (Ryzen 5 2500U)

Status in linux package in Ubuntu:
  New

Bug description:
  When installing the daily build ISO fo Ubuntu Kinect Kudu, the system
  will hang at boot, forcing a reboot and then going to Advanced Option
  (on GRUB) and selection kernel 5.15.0.27.28, which comes preinstalled
  when Ubuntu is installed, which then works as usual. Testing with
  different Kernel versions shows that 5.18.19 works fine, without
  crashing on "Loading initial ramdisk...". This, unfortunately, won't
  create a single log file or crash dump, which makes error reporting
  hard, to say the least.

  System info:
  Laptop model: Lenovo ideapad 330S-15ARR
  CPU: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx x8
  GPU: AMD Radeon Vega 8 Graphics
  RAM: 12GB - 2400MHz
  Description:  Ubuntu Kinetic Kudu (development branch)
  Release:  22.10

  Also, it is always necessary to add the "iommu=soft" command to the 
GRUB_CMDLINE_LINUX_DEFAULT line on /etc/default/grub, because no kernels will 
boot without it (this is an older issue). Even with this command, Kernel 5.19.X 
will always crash while loading the initial ramdisk.
  --- 
  ProblemType: Bug
  ApportVersion: 2.23.0-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  matheus1693 F wireplumber
   /dev/snd/controlC0:  matheus1693 F wireplumber
   /dev/snd/seq:matheus1690 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 22.10
  InstallationDate: Installed on 2022-09-18 (0 days ago)
  InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Alpha amd64 (20220829)
  MachineType: LENOVO 81JQ
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-27-generic 
root=UUID=45a8c70a-d30e-4f97-ab4f-e761450b6302 ro quiet splash iommu=soft 
rcu_nocbs=0-7 processor.max_cstate=1 nopti pti=off amdgpu.gpu_recovery=1 
ivrs_ioapic[4]=00:14.0 ivrs_ioapic[5]=00:00.2 clocksource=hpet amd_iommu=on 
amdgpu.dc=1
  ProcVersionSignature: Ubuntu 5.15.0-27.28-generic 5.15.30
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-27-generic N/A
   linux-backports-modules-5.15.0-27-generic  N/A
   linux-firmware 20220819.git8413c63c-0ubuntu2
  Tags:  kinetic wayland-session
  Uname: Linux 5.15.0-27-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/04/2019
  dmi.bios.release: 1.38
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7WCN38WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40679WIN
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad 330S-15ARR
  dmi.ec.firmware.release: 1.38
  dmi.modalias: 
dmi:bvnLENOVO:bvr7WCN38WW:bd11/04/2019:br1.38:efr1.38:svnLENOVO:pn81JQ:pvrLenovoideapad330S-15ARR:rvnLENOVO:rnLNVNB161216:rvrSDK0J40679WIN:cvnLENOVO:ct10:cvrLenovoideapad330S-15ARR:skuLENOVO_MT_81JQ_BU_idea_FM_ideapad330S-15ARR:
  dmi.product.family: ideapad 330S-15ARR
  dmi.product.name: 81JQ
  dmi.product.sku: LENOVO_MT_81JQ_BU_idea_FM_ideapad 330S-15ARR
  dmi.product.version: Lenovo ideapad 330S-15ARR
  dmi.sys.vendor: LENOVO

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


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


[Kernel-packages] [Bug 1990068] Re: Kernel 5.19.0.15.15 crashes on boot (Ryzen 5 2500U)

2022-09-18 Thread Matheus Reich
If there's a way to capture or produce a crash dump while the Kernel is
loading its initial ramdisk, it would be great to add here, but I'm not
sure of how to force it to generate a log.

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

Title:
  Kernel 5.19.0.15.15 crashes on boot (Ryzen 5 2500U)

Status in linux package in Ubuntu:
  New

Bug description:
  When installing the daily build ISO fo Ubuntu Kinect Kudu, the system
  will hang at boot, forcing a reboot and then going to Advanced Option
  (on GRUB) and selection kernel 5.15.0.27.28, which comes preinstalled
  when Ubuntu is installed, which then works as usual. Testing with
  different Kernel versions shows that 5.18.19 works fine, without
  crashing on "Loading initial ramdisk...". This, unfortunately, won't
  create a single log file or crash dump, which makes error reporting
  hard, to say the least.

  System info:
  Laptop model: Lenovo ideapad 330S-15ARR
  CPU: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx x8
  GPU: AMD Radeon Vega 8 Graphics
  RAM: 12GB - 2400MHz
  Description:  Ubuntu Kinetic Kudu (development branch)
  Release:  22.10

  Also, it is always necessary to add the "iommu=soft" command to the 
GRUB_CMDLINE_LINUX_DEFAULT line on /etc/default/grub, because no kernels will 
boot without it (this is an older issue). Even with this command, Kernel 5.19.X 
will always crash while loading the initial ramdisk.
  --- 
  ProblemType: Bug
  ApportVersion: 2.23.0-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  matheus1693 F wireplumber
   /dev/snd/controlC0:  matheus1693 F wireplumber
   /dev/snd/seq:matheus1690 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 22.10
  InstallationDate: Installed on 2022-09-18 (0 days ago)
  InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Alpha amd64 (20220829)
  MachineType: LENOVO 81JQ
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-27-generic 
root=UUID=45a8c70a-d30e-4f97-ab4f-e761450b6302 ro quiet splash iommu=soft 
rcu_nocbs=0-7 processor.max_cstate=1 nopti pti=off amdgpu.gpu_recovery=1 
ivrs_ioapic[4]=00:14.0 ivrs_ioapic[5]=00:00.2 clocksource=hpet amd_iommu=on 
amdgpu.dc=1
  ProcVersionSignature: Ubuntu 5.15.0-27.28-generic 5.15.30
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-27-generic N/A
   linux-backports-modules-5.15.0-27-generic  N/A
   linux-firmware 20220819.git8413c63c-0ubuntu2
  Tags:  kinetic wayland-session
  Uname: Linux 5.15.0-27-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/04/2019
  dmi.bios.release: 1.38
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7WCN38WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40679WIN
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad 330S-15ARR
  dmi.ec.firmware.release: 1.38
  dmi.modalias: 
dmi:bvnLENOVO:bvr7WCN38WW:bd11/04/2019:br1.38:efr1.38:svnLENOVO:pn81JQ:pvrLenovoideapad330S-15ARR:rvnLENOVO:rnLNVNB161216:rvrSDK0J40679WIN:cvnLENOVO:ct10:cvrLenovoideapad330S-15ARR:skuLENOVO_MT_81JQ_BU_idea_FM_ideapad330S-15ARR:
  dmi.product.family: ideapad 330S-15ARR
  dmi.product.name: 81JQ
  dmi.product.sku: LENOVO_MT_81JQ_BU_idea_FM_ideapad 330S-15ARR
  dmi.product.version: Lenovo ideapad 330S-15ARR
  dmi.sys.vendor: LENOVO

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


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


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

2022-09-18 Thread Matheus Reich
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1990068/+attachment/5616794/+files/ProcEnviron.txt

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

Title:
  Kernel 5.19.0.15.15 crashes on boot (Ryzen 5 2500U)

Status in linux package in Ubuntu:
  New

Bug description:
  When installing the daily build ISO fo Ubuntu Kinect Kudu, the system
  will hang at boot, forcing a reboot and then going to Advanced Option
  (on GRUB) and selection kernel 5.15.0.27.28, which comes preinstalled
  when Ubuntu is installed, which then works as usual. Testing with
  different Kernel versions shows that 5.18.19 works fine, without
  crashing on "Loading initial ramdisk...". This, unfortunately, won't
  create a single log file or crash dump, which makes error reporting
  hard, to say the least.

  System info:
  Laptop model: Lenovo ideapad 330S-15ARR
  CPU: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx x8
  GPU: AMD Radeon Vega 8 Graphics
  RAM: 12GB - 2400MHz
  Description:  Ubuntu Kinetic Kudu (development branch)
  Release:  22.10

  Also, it is always necessary to add the "iommu=soft" command to the 
GRUB_CMDLINE_LINUX_DEFAULT line on /etc/default/grub, because no kernels will 
boot without it (this is an older issue). Even with this command, Kernel 5.19.X 
will always crash while loading the initial ramdisk.
  --- 
  ProblemType: Bug
  ApportVersion: 2.23.0-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  matheus1693 F wireplumber
   /dev/snd/controlC0:  matheus1693 F wireplumber
   /dev/snd/seq:matheus1690 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 22.10
  InstallationDate: Installed on 2022-09-18 (0 days ago)
  InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Alpha amd64 (20220829)
  MachineType: LENOVO 81JQ
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-27-generic 
root=UUID=45a8c70a-d30e-4f97-ab4f-e761450b6302 ro quiet splash iommu=soft 
rcu_nocbs=0-7 processor.max_cstate=1 nopti pti=off amdgpu.gpu_recovery=1 
ivrs_ioapic[4]=00:14.0 ivrs_ioapic[5]=00:00.2 clocksource=hpet amd_iommu=on 
amdgpu.dc=1
  ProcVersionSignature: Ubuntu 5.15.0-27.28-generic 5.15.30
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-27-generic N/A
   linux-backports-modules-5.15.0-27-generic  N/A
   linux-firmware 20220819.git8413c63c-0ubuntu2
  Tags:  kinetic wayland-session
  Uname: Linux 5.15.0-27-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/04/2019
  dmi.bios.release: 1.38
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7WCN38WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40679WIN
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad 330S-15ARR
  dmi.ec.firmware.release: 1.38
  dmi.modalias: 
dmi:bvnLENOVO:bvr7WCN38WW:bd11/04/2019:br1.38:efr1.38:svnLENOVO:pn81JQ:pvrLenovoideapad330S-15ARR:rvnLENOVO:rnLNVNB161216:rvrSDK0J40679WIN:cvnLENOVO:ct10:cvrLenovoideapad330S-15ARR:skuLENOVO_MT_81JQ_BU_idea_FM_ideapad330S-15ARR:
  dmi.product.family: ideapad 330S-15ARR
  dmi.product.name: 81JQ
  dmi.product.sku: LENOVO_MT_81JQ_BU_idea_FM_ideapad 330S-15ARR
  dmi.product.version: Lenovo ideapad 330S-15ARR
  dmi.sys.vendor: LENOVO

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


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


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

2022-09-18 Thread Matheus Reich
apport information

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

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

Title:
  Kernel 5.19.0.15.15 crashes on boot (Ryzen 5 2500U)

Status in linux package in Ubuntu:
  New

Bug description:
  When installing the daily build ISO fo Ubuntu Kinect Kudu, the system
  will hang at boot, forcing a reboot and then going to Advanced Option
  (on GRUB) and selection kernel 5.15.0.27.28, which comes preinstalled
  when Ubuntu is installed, which then works as usual. Testing with
  different Kernel versions shows that 5.18.19 works fine, without
  crashing on "Loading initial ramdisk...". This, unfortunately, won't
  create a single log file or crash dump, which makes error reporting
  hard, to say the least.

  System info:
  Laptop model: Lenovo ideapad 330S-15ARR
  CPU: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx x8
  GPU: AMD Radeon Vega 8 Graphics
  RAM: 12GB - 2400MHz
  Description:  Ubuntu Kinetic Kudu (development branch)
  Release:  22.10

  Also, it is always necessary to add the "iommu=soft" command to the 
GRUB_CMDLINE_LINUX_DEFAULT line on /etc/default/grub, because no kernels will 
boot without it (this is an older issue). Even with this command, Kernel 5.19.X 
will always crash while loading the initial ramdisk.
  --- 
  ProblemType: Bug
  ApportVersion: 2.23.0-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  matheus1693 F wireplumber
   /dev/snd/controlC0:  matheus1693 F wireplumber
   /dev/snd/seq:matheus1690 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 22.10
  InstallationDate: Installed on 2022-09-18 (0 days ago)
  InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Alpha amd64 (20220829)
  MachineType: LENOVO 81JQ
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-27-generic 
root=UUID=45a8c70a-d30e-4f97-ab4f-e761450b6302 ro quiet splash iommu=soft 
rcu_nocbs=0-7 processor.max_cstate=1 nopti pti=off amdgpu.gpu_recovery=1 
ivrs_ioapic[4]=00:14.0 ivrs_ioapic[5]=00:00.2 clocksource=hpet amd_iommu=on 
amdgpu.dc=1
  ProcVersionSignature: Ubuntu 5.15.0-27.28-generic 5.15.30
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-27-generic N/A
   linux-backports-modules-5.15.0-27-generic  N/A
   linux-firmware 20220819.git8413c63c-0ubuntu2
  Tags:  kinetic wayland-session
  Uname: Linux 5.15.0-27-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/04/2019
  dmi.bios.release: 1.38
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7WCN38WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40679WIN
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad 330S-15ARR
  dmi.ec.firmware.release: 1.38
  dmi.modalias: 
dmi:bvnLENOVO:bvr7WCN38WW:bd11/04/2019:br1.38:efr1.38:svnLENOVO:pn81JQ:pvrLenovoideapad330S-15ARR:rvnLENOVO:rnLNVNB161216:rvrSDK0J40679WIN:cvnLENOVO:ct10:cvrLenovoideapad330S-15ARR:skuLENOVO_MT_81JQ_BU_idea_FM_ideapad330S-15ARR:
  dmi.product.family: ideapad 330S-15ARR
  dmi.product.name: 81JQ
  dmi.product.sku: LENOVO_MT_81JQ_BU_idea_FM_ideapad 330S-15ARR
  dmi.product.version: Lenovo ideapad 330S-15ARR
  dmi.sys.vendor: LENOVO

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


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


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

2022-09-18 Thread Matheus Reich
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1990068/+attachment/5616792/+files/ProcCpuinfo.txt

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

Title:
  Kernel 5.19.0.15.15 crashes on boot (Ryzen 5 2500U)

Status in linux package in Ubuntu:
  New

Bug description:
  When installing the daily build ISO fo Ubuntu Kinect Kudu, the system
  will hang at boot, forcing a reboot and then going to Advanced Option
  (on GRUB) and selection kernel 5.15.0.27.28, which comes preinstalled
  when Ubuntu is installed, which then works as usual. Testing with
  different Kernel versions shows that 5.18.19 works fine, without
  crashing on "Loading initial ramdisk...". This, unfortunately, won't
  create a single log file or crash dump, which makes error reporting
  hard, to say the least.

  System info:
  Laptop model: Lenovo ideapad 330S-15ARR
  CPU: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx x8
  GPU: AMD Radeon Vega 8 Graphics
  RAM: 12GB - 2400MHz
  Description:  Ubuntu Kinetic Kudu (development branch)
  Release:  22.10

  Also, it is always necessary to add the "iommu=soft" command to the 
GRUB_CMDLINE_LINUX_DEFAULT line on /etc/default/grub, because no kernels will 
boot without it (this is an older issue). Even with this command, Kernel 5.19.X 
will always crash while loading the initial ramdisk.
  --- 
  ProblemType: Bug
  ApportVersion: 2.23.0-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  matheus1693 F wireplumber
   /dev/snd/controlC0:  matheus1693 F wireplumber
   /dev/snd/seq:matheus1690 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 22.10
  InstallationDate: Installed on 2022-09-18 (0 days ago)
  InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Alpha amd64 (20220829)
  MachineType: LENOVO 81JQ
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-27-generic 
root=UUID=45a8c70a-d30e-4f97-ab4f-e761450b6302 ro quiet splash iommu=soft 
rcu_nocbs=0-7 processor.max_cstate=1 nopti pti=off amdgpu.gpu_recovery=1 
ivrs_ioapic[4]=00:14.0 ivrs_ioapic[5]=00:00.2 clocksource=hpet amd_iommu=on 
amdgpu.dc=1
  ProcVersionSignature: Ubuntu 5.15.0-27.28-generic 5.15.30
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-27-generic N/A
   linux-backports-modules-5.15.0-27-generic  N/A
   linux-firmware 20220819.git8413c63c-0ubuntu2
  Tags:  kinetic wayland-session
  Uname: Linux 5.15.0-27-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/04/2019
  dmi.bios.release: 1.38
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7WCN38WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40679WIN
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad 330S-15ARR
  dmi.ec.firmware.release: 1.38
  dmi.modalias: 
dmi:bvnLENOVO:bvr7WCN38WW:bd11/04/2019:br1.38:efr1.38:svnLENOVO:pn81JQ:pvrLenovoideapad330S-15ARR:rvnLENOVO:rnLNVNB161216:rvrSDK0J40679WIN:cvnLENOVO:ct10:cvrLenovoideapad330S-15ARR:skuLENOVO_MT_81JQ_BU_idea_FM_ideapad330S-15ARR:
  dmi.product.family: ideapad 330S-15ARR
  dmi.product.name: 81JQ
  dmi.product.sku: LENOVO_MT_81JQ_BU_idea_FM_ideapad 330S-15ARR
  dmi.product.version: Lenovo ideapad 330S-15ARR
  dmi.sys.vendor: LENOVO

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


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


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

2022-09-18 Thread Matheus Reich
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1990068/+attachment/5616793/+files/ProcCpuinfoMinimal.txt

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

Title:
  Kernel 5.19.0.15.15 crashes on boot (Ryzen 5 2500U)

Status in linux package in Ubuntu:
  New

Bug description:
  When installing the daily build ISO fo Ubuntu Kinect Kudu, the system
  will hang at boot, forcing a reboot and then going to Advanced Option
  (on GRUB) and selection kernel 5.15.0.27.28, which comes preinstalled
  when Ubuntu is installed, which then works as usual. Testing with
  different Kernel versions shows that 5.18.19 works fine, without
  crashing on "Loading initial ramdisk...". This, unfortunately, won't
  create a single log file or crash dump, which makes error reporting
  hard, to say the least.

  System info:
  Laptop model: Lenovo ideapad 330S-15ARR
  CPU: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx x8
  GPU: AMD Radeon Vega 8 Graphics
  RAM: 12GB - 2400MHz
  Description:  Ubuntu Kinetic Kudu (development branch)
  Release:  22.10

  Also, it is always necessary to add the "iommu=soft" command to the 
GRUB_CMDLINE_LINUX_DEFAULT line on /etc/default/grub, because no kernels will 
boot without it (this is an older issue). Even with this command, Kernel 5.19.X 
will always crash while loading the initial ramdisk.
  --- 
  ProblemType: Bug
  ApportVersion: 2.23.0-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  matheus1693 F wireplumber
   /dev/snd/controlC0:  matheus1693 F wireplumber
   /dev/snd/seq:matheus1690 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 22.10
  InstallationDate: Installed on 2022-09-18 (0 days ago)
  InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Alpha amd64 (20220829)
  MachineType: LENOVO 81JQ
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-27-generic 
root=UUID=45a8c70a-d30e-4f97-ab4f-e761450b6302 ro quiet splash iommu=soft 
rcu_nocbs=0-7 processor.max_cstate=1 nopti pti=off amdgpu.gpu_recovery=1 
ivrs_ioapic[4]=00:14.0 ivrs_ioapic[5]=00:00.2 clocksource=hpet amd_iommu=on 
amdgpu.dc=1
  ProcVersionSignature: Ubuntu 5.15.0-27.28-generic 5.15.30
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-27-generic N/A
   linux-backports-modules-5.15.0-27-generic  N/A
   linux-firmware 20220819.git8413c63c-0ubuntu2
  Tags:  kinetic wayland-session
  Uname: Linux 5.15.0-27-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/04/2019
  dmi.bios.release: 1.38
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7WCN38WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40679WIN
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad 330S-15ARR
  dmi.ec.firmware.release: 1.38
  dmi.modalias: 
dmi:bvnLENOVO:bvr7WCN38WW:bd11/04/2019:br1.38:efr1.38:svnLENOVO:pn81JQ:pvrLenovoideapad330S-15ARR:rvnLENOVO:rnLNVNB161216:rvrSDK0J40679WIN:cvnLENOVO:ct10:cvrLenovoideapad330S-15ARR:skuLENOVO_MT_81JQ_BU_idea_FM_ideapad330S-15ARR:
  dmi.product.family: ideapad 330S-15ARR
  dmi.product.name: 81JQ
  dmi.product.sku: LENOVO_MT_81JQ_BU_idea_FM_ideapad 330S-15ARR
  dmi.product.version: Lenovo ideapad 330S-15ARR
  dmi.sys.vendor: LENOVO

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


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


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

2022-09-18 Thread Matheus Reich
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1990068/+attachment/5616799/+files/WifiSyslog.txt

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

Title:
  Kernel 5.19.0.15.15 crashes on boot (Ryzen 5 2500U)

Status in linux package in Ubuntu:
  New

Bug description:
  When installing the daily build ISO fo Ubuntu Kinect Kudu, the system
  will hang at boot, forcing a reboot and then going to Advanced Option
  (on GRUB) and selection kernel 5.15.0.27.28, which comes preinstalled
  when Ubuntu is installed, which then works as usual. Testing with
  different Kernel versions shows that 5.18.19 works fine, without
  crashing on "Loading initial ramdisk...". This, unfortunately, won't
  create a single log file or crash dump, which makes error reporting
  hard, to say the least.

  System info:
  Laptop model: Lenovo ideapad 330S-15ARR
  CPU: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx x8
  GPU: AMD Radeon Vega 8 Graphics
  RAM: 12GB - 2400MHz
  Description:  Ubuntu Kinetic Kudu (development branch)
  Release:  22.10

  Also, it is always necessary to add the "iommu=soft" command to the 
GRUB_CMDLINE_LINUX_DEFAULT line on /etc/default/grub, because no kernels will 
boot without it (this is an older issue). Even with this command, Kernel 5.19.X 
will always crash while loading the initial ramdisk.
  --- 
  ProblemType: Bug
  ApportVersion: 2.23.0-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  matheus1693 F wireplumber
   /dev/snd/controlC0:  matheus1693 F wireplumber
   /dev/snd/seq:matheus1690 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 22.10
  InstallationDate: Installed on 2022-09-18 (0 days ago)
  InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Alpha amd64 (20220829)
  MachineType: LENOVO 81JQ
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-27-generic 
root=UUID=45a8c70a-d30e-4f97-ab4f-e761450b6302 ro quiet splash iommu=soft 
rcu_nocbs=0-7 processor.max_cstate=1 nopti pti=off amdgpu.gpu_recovery=1 
ivrs_ioapic[4]=00:14.0 ivrs_ioapic[5]=00:00.2 clocksource=hpet amd_iommu=on 
amdgpu.dc=1
  ProcVersionSignature: Ubuntu 5.15.0-27.28-generic 5.15.30
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-27-generic N/A
   linux-backports-modules-5.15.0-27-generic  N/A
   linux-firmware 20220819.git8413c63c-0ubuntu2
  Tags:  kinetic wayland-session
  Uname: Linux 5.15.0-27-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/04/2019
  dmi.bios.release: 1.38
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7WCN38WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40679WIN
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad 330S-15ARR
  dmi.ec.firmware.release: 1.38
  dmi.modalias: 
dmi:bvnLENOVO:bvr7WCN38WW:bd11/04/2019:br1.38:efr1.38:svnLENOVO:pn81JQ:pvrLenovoideapad330S-15ARR:rvnLENOVO:rnLNVNB161216:rvrSDK0J40679WIN:cvnLENOVO:ct10:cvrLenovoideapad330S-15ARR:skuLENOVO_MT_81JQ_BU_idea_FM_ideapad330S-15ARR:
  dmi.product.family: ideapad 330S-15ARR
  dmi.product.name: 81JQ
  dmi.product.sku: LENOVO_MT_81JQ_BU_idea_FM_ideapad 330S-15ARR
  dmi.product.version: Lenovo ideapad 330S-15ARR
  dmi.sys.vendor: LENOVO

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


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


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

2022-09-18 Thread Matheus Reich
apport information

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

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

Title:
  Kernel 5.19.0.15.15 crashes on boot (Ryzen 5 2500U)

Status in linux package in Ubuntu:
  New

Bug description:
  When installing the daily build ISO fo Ubuntu Kinect Kudu, the system
  will hang at boot, forcing a reboot and then going to Advanced Option
  (on GRUB) and selection kernel 5.15.0.27.28, which comes preinstalled
  when Ubuntu is installed, which then works as usual. Testing with
  different Kernel versions shows that 5.18.19 works fine, without
  crashing on "Loading initial ramdisk...". This, unfortunately, won't
  create a single log file or crash dump, which makes error reporting
  hard, to say the least.

  System info:
  Laptop model: Lenovo ideapad 330S-15ARR
  CPU: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx x8
  GPU: AMD Radeon Vega 8 Graphics
  RAM: 12GB - 2400MHz
  Description:  Ubuntu Kinetic Kudu (development branch)
  Release:  22.10

  Also, it is always necessary to add the "iommu=soft" command to the 
GRUB_CMDLINE_LINUX_DEFAULT line on /etc/default/grub, because no kernels will 
boot without it (this is an older issue). Even with this command, Kernel 5.19.X 
will always crash while loading the initial ramdisk.
  --- 
  ProblemType: Bug
  ApportVersion: 2.23.0-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  matheus1693 F wireplumber
   /dev/snd/controlC0:  matheus1693 F wireplumber
   /dev/snd/seq:matheus1690 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 22.10
  InstallationDate: Installed on 2022-09-18 (0 days ago)
  InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Alpha amd64 (20220829)
  MachineType: LENOVO 81JQ
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-27-generic 
root=UUID=45a8c70a-d30e-4f97-ab4f-e761450b6302 ro quiet splash iommu=soft 
rcu_nocbs=0-7 processor.max_cstate=1 nopti pti=off amdgpu.gpu_recovery=1 
ivrs_ioapic[4]=00:14.0 ivrs_ioapic[5]=00:00.2 clocksource=hpet amd_iommu=on 
amdgpu.dc=1
  ProcVersionSignature: Ubuntu 5.15.0-27.28-generic 5.15.30
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-27-generic N/A
   linux-backports-modules-5.15.0-27-generic  N/A
   linux-firmware 20220819.git8413c63c-0ubuntu2
  Tags:  kinetic wayland-session
  Uname: Linux 5.15.0-27-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/04/2019
  dmi.bios.release: 1.38
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7WCN38WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40679WIN
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad 330S-15ARR
  dmi.ec.firmware.release: 1.38
  dmi.modalias: 
dmi:bvnLENOVO:bvr7WCN38WW:bd11/04/2019:br1.38:efr1.38:svnLENOVO:pn81JQ:pvrLenovoideapad330S-15ARR:rvnLENOVO:rnLNVNB161216:rvrSDK0J40679WIN:cvnLENOVO:ct10:cvrLenovoideapad330S-15ARR:skuLENOVO_MT_81JQ_BU_idea_FM_ideapad330S-15ARR:
  dmi.product.family: ideapad 330S-15ARR
  dmi.product.name: 81JQ
  dmi.product.sku: LENOVO_MT_81JQ_BU_idea_FM_ideapad 330S-15ARR
  dmi.product.version: Lenovo ideapad 330S-15ARR
  dmi.sys.vendor: LENOVO

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


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


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

2022-09-18 Thread Matheus Reich
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1990068/+attachment/5616798/+files/UdevDb.txt

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

Title:
  Kernel 5.19.0.15.15 crashes on boot (Ryzen 5 2500U)

Status in linux package in Ubuntu:
  New

Bug description:
  When installing the daily build ISO fo Ubuntu Kinect Kudu, the system
  will hang at boot, forcing a reboot and then going to Advanced Option
  (on GRUB) and selection kernel 5.15.0.27.28, which comes preinstalled
  when Ubuntu is installed, which then works as usual. Testing with
  different Kernel versions shows that 5.18.19 works fine, without
  crashing on "Loading initial ramdisk...". This, unfortunately, won't
  create a single log file or crash dump, which makes error reporting
  hard, to say the least.

  System info:
  Laptop model: Lenovo ideapad 330S-15ARR
  CPU: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx x8
  GPU: AMD Radeon Vega 8 Graphics
  RAM: 12GB - 2400MHz
  Description:  Ubuntu Kinetic Kudu (development branch)
  Release:  22.10

  Also, it is always necessary to add the "iommu=soft" command to the 
GRUB_CMDLINE_LINUX_DEFAULT line on /etc/default/grub, because no kernels will 
boot without it (this is an older issue). Even with this command, Kernel 5.19.X 
will always crash while loading the initial ramdisk.
  --- 
  ProblemType: Bug
  ApportVersion: 2.23.0-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  matheus1693 F wireplumber
   /dev/snd/controlC0:  matheus1693 F wireplumber
   /dev/snd/seq:matheus1690 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 22.10
  InstallationDate: Installed on 2022-09-18 (0 days ago)
  InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Alpha amd64 (20220829)
  MachineType: LENOVO 81JQ
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-27-generic 
root=UUID=45a8c70a-d30e-4f97-ab4f-e761450b6302 ro quiet splash iommu=soft 
rcu_nocbs=0-7 processor.max_cstate=1 nopti pti=off amdgpu.gpu_recovery=1 
ivrs_ioapic[4]=00:14.0 ivrs_ioapic[5]=00:00.2 clocksource=hpet amd_iommu=on 
amdgpu.dc=1
  ProcVersionSignature: Ubuntu 5.15.0-27.28-generic 5.15.30
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-27-generic N/A
   linux-backports-modules-5.15.0-27-generic  N/A
   linux-firmware 20220819.git8413c63c-0ubuntu2
  Tags:  kinetic wayland-session
  Uname: Linux 5.15.0-27-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/04/2019
  dmi.bios.release: 1.38
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7WCN38WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40679WIN
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad 330S-15ARR
  dmi.ec.firmware.release: 1.38
  dmi.modalias: 
dmi:bvnLENOVO:bvr7WCN38WW:bd11/04/2019:br1.38:efr1.38:svnLENOVO:pn81JQ:pvrLenovoideapad330S-15ARR:rvnLENOVO:rnLNVNB161216:rvrSDK0J40679WIN:cvnLENOVO:ct10:cvrLenovoideapad330S-15ARR:skuLENOVO_MT_81JQ_BU_idea_FM_ideapad330S-15ARR:
  dmi.product.family: ideapad 330S-15ARR
  dmi.product.name: 81JQ
  dmi.product.sku: LENOVO_MT_81JQ_BU_idea_FM_ideapad 330S-15ARR
  dmi.product.version: Lenovo ideapad 330S-15ARR
  dmi.sys.vendor: LENOVO

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


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


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

2022-09-18 Thread Matheus Reich
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1990068/+attachment/5616796/+files/ProcModules.txt

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

Title:
  Kernel 5.19.0.15.15 crashes on boot (Ryzen 5 2500U)

Status in linux package in Ubuntu:
  New

Bug description:
  When installing the daily build ISO fo Ubuntu Kinect Kudu, the system
  will hang at boot, forcing a reboot and then going to Advanced Option
  (on GRUB) and selection kernel 5.15.0.27.28, which comes preinstalled
  when Ubuntu is installed, which then works as usual. Testing with
  different Kernel versions shows that 5.18.19 works fine, without
  crashing on "Loading initial ramdisk...". This, unfortunately, won't
  create a single log file or crash dump, which makes error reporting
  hard, to say the least.

  System info:
  Laptop model: Lenovo ideapad 330S-15ARR
  CPU: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx x8
  GPU: AMD Radeon Vega 8 Graphics
  RAM: 12GB - 2400MHz
  Description:  Ubuntu Kinetic Kudu (development branch)
  Release:  22.10

  Also, it is always necessary to add the "iommu=soft" command to the 
GRUB_CMDLINE_LINUX_DEFAULT line on /etc/default/grub, because no kernels will 
boot without it (this is an older issue). Even with this command, Kernel 5.19.X 
will always crash while loading the initial ramdisk.
  --- 
  ProblemType: Bug
  ApportVersion: 2.23.0-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  matheus1693 F wireplumber
   /dev/snd/controlC0:  matheus1693 F wireplumber
   /dev/snd/seq:matheus1690 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 22.10
  InstallationDate: Installed on 2022-09-18 (0 days ago)
  InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Alpha amd64 (20220829)
  MachineType: LENOVO 81JQ
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-27-generic 
root=UUID=45a8c70a-d30e-4f97-ab4f-e761450b6302 ro quiet splash iommu=soft 
rcu_nocbs=0-7 processor.max_cstate=1 nopti pti=off amdgpu.gpu_recovery=1 
ivrs_ioapic[4]=00:14.0 ivrs_ioapic[5]=00:00.2 clocksource=hpet amd_iommu=on 
amdgpu.dc=1
  ProcVersionSignature: Ubuntu 5.15.0-27.28-generic 5.15.30
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-27-generic N/A
   linux-backports-modules-5.15.0-27-generic  N/A
   linux-firmware 20220819.git8413c63c-0ubuntu2
  Tags:  kinetic wayland-session
  Uname: Linux 5.15.0-27-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/04/2019
  dmi.bios.release: 1.38
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7WCN38WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40679WIN
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad 330S-15ARR
  dmi.ec.firmware.release: 1.38
  dmi.modalias: 
dmi:bvnLENOVO:bvr7WCN38WW:bd11/04/2019:br1.38:efr1.38:svnLENOVO:pn81JQ:pvrLenovoideapad330S-15ARR:rvnLENOVO:rnLNVNB161216:rvrSDK0J40679WIN:cvnLENOVO:ct10:cvrLenovoideapad330S-15ARR:skuLENOVO_MT_81JQ_BU_idea_FM_ideapad330S-15ARR:
  dmi.product.family: ideapad 330S-15ARR
  dmi.product.name: 81JQ
  dmi.product.sku: LENOVO_MT_81JQ_BU_idea_FM_ideapad 330S-15ARR
  dmi.product.version: Lenovo ideapad 330S-15ARR
  dmi.sys.vendor: LENOVO

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


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


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

2022-09-18 Thread Matheus Reich
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1990068/+attachment/5616795/+files/ProcInterrupts.txt

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

Title:
  Kernel 5.19.0.15.15 crashes on boot (Ryzen 5 2500U)

Status in linux package in Ubuntu:
  New

Bug description:
  When installing the daily build ISO fo Ubuntu Kinect Kudu, the system
  will hang at boot, forcing a reboot and then going to Advanced Option
  (on GRUB) and selection kernel 5.15.0.27.28, which comes preinstalled
  when Ubuntu is installed, which then works as usual. Testing with
  different Kernel versions shows that 5.18.19 works fine, without
  crashing on "Loading initial ramdisk...". This, unfortunately, won't
  create a single log file or crash dump, which makes error reporting
  hard, to say the least.

  System info:
  Laptop model: Lenovo ideapad 330S-15ARR
  CPU: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx x8
  GPU: AMD Radeon Vega 8 Graphics
  RAM: 12GB - 2400MHz
  Description:  Ubuntu Kinetic Kudu (development branch)
  Release:  22.10

  Also, it is always necessary to add the "iommu=soft" command to the 
GRUB_CMDLINE_LINUX_DEFAULT line on /etc/default/grub, because no kernels will 
boot without it (this is an older issue). Even with this command, Kernel 5.19.X 
will always crash while loading the initial ramdisk.
  --- 
  ProblemType: Bug
  ApportVersion: 2.23.0-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  matheus1693 F wireplumber
   /dev/snd/controlC0:  matheus1693 F wireplumber
   /dev/snd/seq:matheus1690 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 22.10
  InstallationDate: Installed on 2022-09-18 (0 days ago)
  InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Alpha amd64 (20220829)
  MachineType: LENOVO 81JQ
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-27-generic 
root=UUID=45a8c70a-d30e-4f97-ab4f-e761450b6302 ro quiet splash iommu=soft 
rcu_nocbs=0-7 processor.max_cstate=1 nopti pti=off amdgpu.gpu_recovery=1 
ivrs_ioapic[4]=00:14.0 ivrs_ioapic[5]=00:00.2 clocksource=hpet amd_iommu=on 
amdgpu.dc=1
  ProcVersionSignature: Ubuntu 5.15.0-27.28-generic 5.15.30
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-27-generic N/A
   linux-backports-modules-5.15.0-27-generic  N/A
   linux-firmware 20220819.git8413c63c-0ubuntu2
  Tags:  kinetic wayland-session
  Uname: Linux 5.15.0-27-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/04/2019
  dmi.bios.release: 1.38
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7WCN38WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40679WIN
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad 330S-15ARR
  dmi.ec.firmware.release: 1.38
  dmi.modalias: 
dmi:bvnLENOVO:bvr7WCN38WW:bd11/04/2019:br1.38:efr1.38:svnLENOVO:pn81JQ:pvrLenovoideapad330S-15ARR:rvnLENOVO:rnLNVNB161216:rvrSDK0J40679WIN:cvnLENOVO:ct10:cvrLenovoideapad330S-15ARR:skuLENOVO_MT_81JQ_BU_idea_FM_ideapad330S-15ARR:
  dmi.product.family: ideapad 330S-15ARR
  dmi.product.name: 81JQ
  dmi.product.sku: LENOVO_MT_81JQ_BU_idea_FM_ideapad 330S-15ARR
  dmi.product.version: Lenovo ideapad 330S-15ARR
  dmi.sys.vendor: LENOVO

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


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


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

2022-09-18 Thread Matheus Reich
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1990068/+attachment/5616789/+files/Lsusb.txt

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

Title:
  Kernel 5.19.0.15.15 crashes on boot (Ryzen 5 2500U)

Status in linux package in Ubuntu:
  New

Bug description:
  When installing the daily build ISO fo Ubuntu Kinect Kudu, the system
  will hang at boot, forcing a reboot and then going to Advanced Option
  (on GRUB) and selection kernel 5.15.0.27.28, which comes preinstalled
  when Ubuntu is installed, which then works as usual. Testing with
  different Kernel versions shows that 5.18.19 works fine, without
  crashing on "Loading initial ramdisk...". This, unfortunately, won't
  create a single log file or crash dump, which makes error reporting
  hard, to say the least.

  System info:
  Laptop model: Lenovo ideapad 330S-15ARR
  CPU: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx x8
  GPU: AMD Radeon Vega 8 Graphics
  RAM: 12GB - 2400MHz
  Description:  Ubuntu Kinetic Kudu (development branch)
  Release:  22.10

  Also, it is always necessary to add the "iommu=soft" command to the 
GRUB_CMDLINE_LINUX_DEFAULT line on /etc/default/grub, because no kernels will 
boot without it (this is an older issue). Even with this command, Kernel 5.19.X 
will always crash while loading the initial ramdisk.
  --- 
  ProblemType: Bug
  ApportVersion: 2.23.0-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  matheus1693 F wireplumber
   /dev/snd/controlC0:  matheus1693 F wireplumber
   /dev/snd/seq:matheus1690 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 22.10
  InstallationDate: Installed on 2022-09-18 (0 days ago)
  InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Alpha amd64 (20220829)
  MachineType: LENOVO 81JQ
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-27-generic 
root=UUID=45a8c70a-d30e-4f97-ab4f-e761450b6302 ro quiet splash iommu=soft 
rcu_nocbs=0-7 processor.max_cstate=1 nopti pti=off amdgpu.gpu_recovery=1 
ivrs_ioapic[4]=00:14.0 ivrs_ioapic[5]=00:00.2 clocksource=hpet amd_iommu=on 
amdgpu.dc=1
  ProcVersionSignature: Ubuntu 5.15.0-27.28-generic 5.15.30
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-27-generic N/A
   linux-backports-modules-5.15.0-27-generic  N/A
   linux-firmware 20220819.git8413c63c-0ubuntu2
  Tags:  kinetic wayland-session
  Uname: Linux 5.15.0-27-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/04/2019
  dmi.bios.release: 1.38
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7WCN38WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40679WIN
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad 330S-15ARR
  dmi.ec.firmware.release: 1.38
  dmi.modalias: 
dmi:bvnLENOVO:bvr7WCN38WW:bd11/04/2019:br1.38:efr1.38:svnLENOVO:pn81JQ:pvrLenovoideapad330S-15ARR:rvnLENOVO:rnLNVNB161216:rvrSDK0J40679WIN:cvnLENOVO:ct10:cvrLenovoideapad330S-15ARR:skuLENOVO_MT_81JQ_BU_idea_FM_ideapad330S-15ARR:
  dmi.product.family: ideapad 330S-15ARR
  dmi.product.name: 81JQ
  dmi.product.sku: LENOVO_MT_81JQ_BU_idea_FM_ideapad 330S-15ARR
  dmi.product.version: Lenovo ideapad 330S-15ARR
  dmi.sys.vendor: LENOVO

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


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


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

2022-09-18 Thread Matheus Reich
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1990068/+attachment/5616785/+files/CurrentDmesg.txt

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

Title:
  Kernel 5.19.0.15.15 crashes on boot (Ryzen 5 2500U)

Status in linux package in Ubuntu:
  New

Bug description:
  When installing the daily build ISO fo Ubuntu Kinect Kudu, the system
  will hang at boot, forcing a reboot and then going to Advanced Option
  (on GRUB) and selection kernel 5.15.0.27.28, which comes preinstalled
  when Ubuntu is installed, which then works as usual. Testing with
  different Kernel versions shows that 5.18.19 works fine, without
  crashing on "Loading initial ramdisk...". This, unfortunately, won't
  create a single log file or crash dump, which makes error reporting
  hard, to say the least.

  System info:
  Laptop model: Lenovo ideapad 330S-15ARR
  CPU: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx x8
  GPU: AMD Radeon Vega 8 Graphics
  RAM: 12GB - 2400MHz
  Description:  Ubuntu Kinetic Kudu (development branch)
  Release:  22.10

  Also, it is always necessary to add the "iommu=soft" command to the 
GRUB_CMDLINE_LINUX_DEFAULT line on /etc/default/grub, because no kernels will 
boot without it (this is an older issue). Even with this command, Kernel 5.19.X 
will always crash while loading the initial ramdisk.
  --- 
  ProblemType: Bug
  ApportVersion: 2.23.0-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  matheus1693 F wireplumber
   /dev/snd/controlC0:  matheus1693 F wireplumber
   /dev/snd/seq:matheus1690 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 22.10
  InstallationDate: Installed on 2022-09-18 (0 days ago)
  InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Alpha amd64 (20220829)
  MachineType: LENOVO 81JQ
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-27-generic 
root=UUID=45a8c70a-d30e-4f97-ab4f-e761450b6302 ro quiet splash iommu=soft 
rcu_nocbs=0-7 processor.max_cstate=1 nopti pti=off amdgpu.gpu_recovery=1 
ivrs_ioapic[4]=00:14.0 ivrs_ioapic[5]=00:00.2 clocksource=hpet amd_iommu=on 
amdgpu.dc=1
  ProcVersionSignature: Ubuntu 5.15.0-27.28-generic 5.15.30
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-27-generic N/A
   linux-backports-modules-5.15.0-27-generic  N/A
   linux-firmware 20220819.git8413c63c-0ubuntu2
  Tags:  kinetic wayland-session
  Uname: Linux 5.15.0-27-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/04/2019
  dmi.bios.release: 1.38
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7WCN38WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40679WIN
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad 330S-15ARR
  dmi.ec.firmware.release: 1.38
  dmi.modalias: 
dmi:bvnLENOVO:bvr7WCN38WW:bd11/04/2019:br1.38:efr1.38:svnLENOVO:pn81JQ:pvrLenovoideapad330S-15ARR:rvnLENOVO:rnLNVNB161216:rvrSDK0J40679WIN:cvnLENOVO:ct10:cvrLenovoideapad330S-15ARR:skuLENOVO_MT_81JQ_BU_idea_FM_ideapad330S-15ARR:
  dmi.product.family: ideapad 330S-15ARR
  dmi.product.name: 81JQ
  dmi.product.sku: LENOVO_MT_81JQ_BU_idea_FM_ideapad 330S-15ARR
  dmi.product.version: Lenovo ideapad 330S-15ARR
  dmi.sys.vendor: LENOVO

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


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


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

2022-09-18 Thread Matheus Reich
apport information

** Attachment added: "Lspci-vt.txt"
   
https://bugs.launchpad.net/bugs/1990068/+attachment/5616788/+files/Lspci-vt.txt

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

Title:
  Kernel 5.19.0.15.15 crashes on boot (Ryzen 5 2500U)

Status in linux package in Ubuntu:
  New

Bug description:
  When installing the daily build ISO fo Ubuntu Kinect Kudu, the system
  will hang at boot, forcing a reboot and then going to Advanced Option
  (on GRUB) and selection kernel 5.15.0.27.28, which comes preinstalled
  when Ubuntu is installed, which then works as usual. Testing with
  different Kernel versions shows that 5.18.19 works fine, without
  crashing on "Loading initial ramdisk...". This, unfortunately, won't
  create a single log file or crash dump, which makes error reporting
  hard, to say the least.

  System info:
  Laptop model: Lenovo ideapad 330S-15ARR
  CPU: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx x8
  GPU: AMD Radeon Vega 8 Graphics
  RAM: 12GB - 2400MHz
  Description:  Ubuntu Kinetic Kudu (development branch)
  Release:  22.10

  Also, it is always necessary to add the "iommu=soft" command to the 
GRUB_CMDLINE_LINUX_DEFAULT line on /etc/default/grub, because no kernels will 
boot without it (this is an older issue). Even with this command, Kernel 5.19.X 
will always crash while loading the initial ramdisk.
  --- 
  ProblemType: Bug
  ApportVersion: 2.23.0-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  matheus1693 F wireplumber
   /dev/snd/controlC0:  matheus1693 F wireplumber
   /dev/snd/seq:matheus1690 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 22.10
  InstallationDate: Installed on 2022-09-18 (0 days ago)
  InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Alpha amd64 (20220829)
  MachineType: LENOVO 81JQ
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-27-generic 
root=UUID=45a8c70a-d30e-4f97-ab4f-e761450b6302 ro quiet splash iommu=soft 
rcu_nocbs=0-7 processor.max_cstate=1 nopti pti=off amdgpu.gpu_recovery=1 
ivrs_ioapic[4]=00:14.0 ivrs_ioapic[5]=00:00.2 clocksource=hpet amd_iommu=on 
amdgpu.dc=1
  ProcVersionSignature: Ubuntu 5.15.0-27.28-generic 5.15.30
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-27-generic N/A
   linux-backports-modules-5.15.0-27-generic  N/A
   linux-firmware 20220819.git8413c63c-0ubuntu2
  Tags:  kinetic wayland-session
  Uname: Linux 5.15.0-27-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/04/2019
  dmi.bios.release: 1.38
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7WCN38WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40679WIN
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad 330S-15ARR
  dmi.ec.firmware.release: 1.38
  dmi.modalias: 
dmi:bvnLENOVO:bvr7WCN38WW:bd11/04/2019:br1.38:efr1.38:svnLENOVO:pn81JQ:pvrLenovoideapad330S-15ARR:rvnLENOVO:rnLNVNB161216:rvrSDK0J40679WIN:cvnLENOVO:ct10:cvrLenovoideapad330S-15ARR:skuLENOVO_MT_81JQ_BU_idea_FM_ideapad330S-15ARR:
  dmi.product.family: ideapad 330S-15ARR
  dmi.product.name: 81JQ
  dmi.product.sku: LENOVO_MT_81JQ_BU_idea_FM_ideapad 330S-15ARR
  dmi.product.version: Lenovo ideapad 330S-15ARR
  dmi.sys.vendor: LENOVO

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


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


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

2022-09-18 Thread Matheus Reich
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1990068/+attachment/5616787/+files/Lspci.txt

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

Title:
  Kernel 5.19.0.15.15 crashes on boot (Ryzen 5 2500U)

Status in linux package in Ubuntu:
  New

Bug description:
  When installing the daily build ISO fo Ubuntu Kinect Kudu, the system
  will hang at boot, forcing a reboot and then going to Advanced Option
  (on GRUB) and selection kernel 5.15.0.27.28, which comes preinstalled
  when Ubuntu is installed, which then works as usual. Testing with
  different Kernel versions shows that 5.18.19 works fine, without
  crashing on "Loading initial ramdisk...". This, unfortunately, won't
  create a single log file or crash dump, which makes error reporting
  hard, to say the least.

  System info:
  Laptop model: Lenovo ideapad 330S-15ARR
  CPU: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx x8
  GPU: AMD Radeon Vega 8 Graphics
  RAM: 12GB - 2400MHz
  Description:  Ubuntu Kinetic Kudu (development branch)
  Release:  22.10

  Also, it is always necessary to add the "iommu=soft" command to the 
GRUB_CMDLINE_LINUX_DEFAULT line on /etc/default/grub, because no kernels will 
boot without it (this is an older issue). Even with this command, Kernel 5.19.X 
will always crash while loading the initial ramdisk.
  --- 
  ProblemType: Bug
  ApportVersion: 2.23.0-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  matheus1693 F wireplumber
   /dev/snd/controlC0:  matheus1693 F wireplumber
   /dev/snd/seq:matheus1690 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 22.10
  InstallationDate: Installed on 2022-09-18 (0 days ago)
  InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Alpha amd64 (20220829)
  MachineType: LENOVO 81JQ
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-27-generic 
root=UUID=45a8c70a-d30e-4f97-ab4f-e761450b6302 ro quiet splash iommu=soft 
rcu_nocbs=0-7 processor.max_cstate=1 nopti pti=off amdgpu.gpu_recovery=1 
ivrs_ioapic[4]=00:14.0 ivrs_ioapic[5]=00:00.2 clocksource=hpet amd_iommu=on 
amdgpu.dc=1
  ProcVersionSignature: Ubuntu 5.15.0-27.28-generic 5.15.30
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-27-generic N/A
   linux-backports-modules-5.15.0-27-generic  N/A
   linux-firmware 20220819.git8413c63c-0ubuntu2
  Tags:  kinetic wayland-session
  Uname: Linux 5.15.0-27-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/04/2019
  dmi.bios.release: 1.38
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7WCN38WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40679WIN
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad 330S-15ARR
  dmi.ec.firmware.release: 1.38
  dmi.modalias: 
dmi:bvnLENOVO:bvr7WCN38WW:bd11/04/2019:br1.38:efr1.38:svnLENOVO:pn81JQ:pvrLenovoideapad330S-15ARR:rvnLENOVO:rnLNVNB161216:rvrSDK0J40679WIN:cvnLENOVO:ct10:cvrLenovoideapad330S-15ARR:skuLENOVO_MT_81JQ_BU_idea_FM_ideapad330S-15ARR:
  dmi.product.family: ideapad 330S-15ARR
  dmi.product.name: 81JQ
  dmi.product.sku: LENOVO_MT_81JQ_BU_idea_FM_ideapad 330S-15ARR
  dmi.product.version: Lenovo ideapad 330S-15ARR
  dmi.sys.vendor: LENOVO

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


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


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

2022-09-18 Thread Matheus Reich
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1990068/+attachment/5616786/+files/IwConfig.txt

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

Title:
  Kernel 5.19.0.15.15 crashes on boot (Ryzen 5 2500U)

Status in linux package in Ubuntu:
  New

Bug description:
  When installing the daily build ISO fo Ubuntu Kinect Kudu, the system
  will hang at boot, forcing a reboot and then going to Advanced Option
  (on GRUB) and selection kernel 5.15.0.27.28, which comes preinstalled
  when Ubuntu is installed, which then works as usual. Testing with
  different Kernel versions shows that 5.18.19 works fine, without
  crashing on "Loading initial ramdisk...". This, unfortunately, won't
  create a single log file or crash dump, which makes error reporting
  hard, to say the least.

  System info:
  Laptop model: Lenovo ideapad 330S-15ARR
  CPU: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx x8
  GPU: AMD Radeon Vega 8 Graphics
  RAM: 12GB - 2400MHz
  Description:  Ubuntu Kinetic Kudu (development branch)
  Release:  22.10

  Also, it is always necessary to add the "iommu=soft" command to the 
GRUB_CMDLINE_LINUX_DEFAULT line on /etc/default/grub, because no kernels will 
boot without it (this is an older issue). Even with this command, Kernel 5.19.X 
will always crash while loading the initial ramdisk.
  --- 
  ProblemType: Bug
  ApportVersion: 2.23.0-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  matheus1693 F wireplumber
   /dev/snd/controlC0:  matheus1693 F wireplumber
   /dev/snd/seq:matheus1690 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 22.10
  InstallationDate: Installed on 2022-09-18 (0 days ago)
  InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Alpha amd64 (20220829)
  MachineType: LENOVO 81JQ
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-27-generic 
root=UUID=45a8c70a-d30e-4f97-ab4f-e761450b6302 ro quiet splash iommu=soft 
rcu_nocbs=0-7 processor.max_cstate=1 nopti pti=off amdgpu.gpu_recovery=1 
ivrs_ioapic[4]=00:14.0 ivrs_ioapic[5]=00:00.2 clocksource=hpet amd_iommu=on 
amdgpu.dc=1
  ProcVersionSignature: Ubuntu 5.15.0-27.28-generic 5.15.30
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-27-generic N/A
   linux-backports-modules-5.15.0-27-generic  N/A
   linux-firmware 20220819.git8413c63c-0ubuntu2
  Tags:  kinetic wayland-session
  Uname: Linux 5.15.0-27-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/04/2019
  dmi.bios.release: 1.38
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7WCN38WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40679WIN
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad 330S-15ARR
  dmi.ec.firmware.release: 1.38
  dmi.modalias: 
dmi:bvnLENOVO:bvr7WCN38WW:bd11/04/2019:br1.38:efr1.38:svnLENOVO:pn81JQ:pvrLenovoideapad330S-15ARR:rvnLENOVO:rnLNVNB161216:rvrSDK0J40679WIN:cvnLENOVO:ct10:cvrLenovoideapad330S-15ARR:skuLENOVO_MT_81JQ_BU_idea_FM_ideapad330S-15ARR:
  dmi.product.family: ideapad 330S-15ARR
  dmi.product.name: 81JQ
  dmi.product.sku: LENOVO_MT_81JQ_BU_idea_FM_ideapad 330S-15ARR
  dmi.product.version: Lenovo ideapad 330S-15ARR
  dmi.sys.vendor: LENOVO

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


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


[Kernel-packages] [Bug 1990068] AlsaInfo.txt

2022-09-18 Thread Matheus Reich
apport information

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

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

Title:
  Kernel 5.19.0.15.15 crashes on boot (Ryzen 5 2500U)

Status in linux package in Ubuntu:
  New

Bug description:
  When installing the daily build ISO fo Ubuntu Kinect Kudu, the system
  will hang at boot, forcing a reboot and then going to Advanced Option
  (on GRUB) and selection kernel 5.15.0.27.28, which comes preinstalled
  when Ubuntu is installed, which then works as usual. Testing with
  different Kernel versions shows that 5.18.19 works fine, without
  crashing on "Loading initial ramdisk...". This, unfortunately, won't
  create a single log file or crash dump, which makes error reporting
  hard, to say the least.

  System info:
  Laptop model: Lenovo ideapad 330S-15ARR
  CPU: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx x8
  GPU: AMD Radeon Vega 8 Graphics
  RAM: 12GB - 2400MHz
  Description:  Ubuntu Kinetic Kudu (development branch)
  Release:  22.10

  Also, it is always necessary to add the "iommu=soft" command to the 
GRUB_CMDLINE_LINUX_DEFAULT line on /etc/default/grub, because no kernels will 
boot without it (this is an older issue). Even with this command, Kernel 5.19.X 
will always crash while loading the initial ramdisk.
  --- 
  ProblemType: Bug
  ApportVersion: 2.23.0-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  matheus1693 F wireplumber
   /dev/snd/controlC0:  matheus1693 F wireplumber
   /dev/snd/seq:matheus1690 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 22.10
  InstallationDate: Installed on 2022-09-18 (0 days ago)
  InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Alpha amd64 (20220829)
  MachineType: LENOVO 81JQ
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-27-generic 
root=UUID=45a8c70a-d30e-4f97-ab4f-e761450b6302 ro quiet splash iommu=soft 
rcu_nocbs=0-7 processor.max_cstate=1 nopti pti=off amdgpu.gpu_recovery=1 
ivrs_ioapic[4]=00:14.0 ivrs_ioapic[5]=00:00.2 clocksource=hpet amd_iommu=on 
amdgpu.dc=1
  ProcVersionSignature: Ubuntu 5.15.0-27.28-generic 5.15.30
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-27-generic N/A
   linux-backports-modules-5.15.0-27-generic  N/A
   linux-firmware 20220819.git8413c63c-0ubuntu2
  Tags:  kinetic wayland-session
  Uname: Linux 5.15.0-27-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/04/2019
  dmi.bios.release: 1.38
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7WCN38WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40679WIN
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad 330S-15ARR
  dmi.ec.firmware.release: 1.38
  dmi.modalias: 
dmi:bvnLENOVO:bvr7WCN38WW:bd11/04/2019:br1.38:efr1.38:svnLENOVO:pn81JQ:pvrLenovoideapad330S-15ARR:rvnLENOVO:rnLNVNB161216:rvrSDK0J40679WIN:cvnLENOVO:ct10:cvrLenovoideapad330S-15ARR:skuLENOVO_MT_81JQ_BU_idea_FM_ideapad330S-15ARR:
  dmi.product.family: ideapad 330S-15ARR
  dmi.product.name: 81JQ
  dmi.product.sku: LENOVO_MT_81JQ_BU_idea_FM_ideapad 330S-15ARR
  dmi.product.version: Lenovo ideapad 330S-15ARR
  dmi.sys.vendor: LENOVO

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


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


[Kernel-packages] [Bug 1990068] [NEW] Kernel 5.19.0.15.15 crashes on boot (Ryzen 5 2500U)

2022-09-18 Thread Matheus Reich
Public bug reported:

When installing the daily build ISO fo Ubuntu Kinect Kudu, the system
will hang at boot, forcing a reboot and then going to Advanced Option
(on GRUB) and selection kernel 5.15.0.27.28, which comes preinstalled
when Ubuntu is installed, which then works as usual. Testing with
different Kernel versions shows that 5.18.19 works fine, without
crashing on "Loading initial ramdisk...". This, unfortunately, won't
create a single log file or crash dump, which makes error reporting
hard, to say the least.

System info:
Laptop model: Lenovo ideapad 330S-15ARR
CPU: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx x8
GPU: AMD Radeon Vega 8 Graphics
RAM: 12GB - 2400MHz
Description:Ubuntu Kinetic Kudu (development branch)
Release:22.10

Also, it is always necessary to add the "iommu=soft" command to the 
GRUB_CMDLINE_LINUX_DEFAULT line on /etc/default/grub, because no kernels will 
boot without it (this is an older issue). Even with this command, Kernel 5.19.X 
will always crash while loading the initial ramdisk.
--- 
ProblemType: Bug
ApportVersion: 2.23.0-0ubuntu1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  matheus1693 F wireplumber
 /dev/snd/controlC0:  matheus1693 F wireplumber
 /dev/snd/seq:matheus1690 F pipewire
CRDA: N/A
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
DistroRelease: Ubuntu 22.10
InstallationDate: Installed on 2022-09-18 (0 days ago)
InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Alpha amd64 (20220829)
MachineType: LENOVO 81JQ
Package: linux (not installed)
ProcFB: 0 amdgpudrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-27-generic 
root=UUID=45a8c70a-d30e-4f97-ab4f-e761450b6302 ro quiet splash iommu=soft 
rcu_nocbs=0-7 processor.max_cstate=1 nopti pti=off amdgpu.gpu_recovery=1 
ivrs_ioapic[4]=00:14.0 ivrs_ioapic[5]=00:00.2 clocksource=hpet amd_iommu=on 
amdgpu.dc=1
ProcVersionSignature: Ubuntu 5.15.0-27.28-generic 5.15.30
RelatedPackageVersions:
 linux-restricted-modules-5.15.0-27-generic N/A
 linux-backports-modules-5.15.0-27-generic  N/A
 linux-firmware 20220819.git8413c63c-0ubuntu2
Tags:  kinetic wayland-session
Uname: Linux 5.15.0-27-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/04/2019
dmi.bios.release: 1.38
dmi.bios.vendor: LENOVO
dmi.bios.version: 7WCN38WW
dmi.board.asset.tag: No Asset Tag
dmi.board.name: LNVNB161216
dmi.board.vendor: LENOVO
dmi.board.version: SDK0J40679WIN
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo ideapad 330S-15ARR
dmi.ec.firmware.release: 1.38
dmi.modalias: 
dmi:bvnLENOVO:bvr7WCN38WW:bd11/04/2019:br1.38:efr1.38:svnLENOVO:pn81JQ:pvrLenovoideapad330S-15ARR:rvnLENOVO:rnLNVNB161216:rvrSDK0J40679WIN:cvnLENOVO:ct10:cvrLenovoideapad330S-15ARR:skuLENOVO_MT_81JQ_BU_idea_FM_ideapad330S-15ARR:
dmi.product.family: ideapad 330S-15ARR
dmi.product.name: 81JQ
dmi.product.sku: LENOVO_MT_81JQ_BU_idea_FM_ideapad 330S-15ARR
dmi.product.version: Lenovo ideapad 330S-15ARR
dmi.sys.vendor: LENOVO

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


** Tags: apport-collected kinetic wayland-session

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

** Description changed:

  When installing the daily build ISO fo Ubuntu Kinect Kudu, the system
  will hang at boot, forcing a reboot and then going to Advanced Option
  (on GRUB) and selection kernel 5.15.0.27.28, which comes preinstalled
  when Ubuntu is installed, which then works as usual. Testing with
  different Kernel versions shows that 5.18.19 works fine, without
  crashing on "Loading initial ramdisk...". This, unfortunately, won't
  create a single log file or crash dump, which makes error reporting
  hard, to say the least.
  
  System info:
  Laptop model: Lenovo ideapad 330S-15ARR
  CPU: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx x8
  GPU: AMD Radeon Vega 8 Graphics
  RAM: 12GB - 2400MHz
  Description:  Ubuntu Kinetic Kudu (development branch)
  Release:  22.10
  
- Also, it is always necessary to add the "iommu=soft" command to the
- GRUB_CMDLINE_LINUX_DEFAULT line on /etc/default/grub, because no kernels
- will boot without it (this is an older issue). Even with this command,
- Kernel 5.19.X will always crash while loading the initial ramdisk.
+ Also, it is always necessary to add the "iommu=soft" command to the 
GRUB_CMDLINE_LINUX_DEFAULT line on /etc/default/grub, because no kernels will 
boot without it (this is an older issue). Even with this command, Kernel 5.19.X 
will always crash while loading the initial ramdisk.
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.23.0-0ubuntu1
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  matheus1693 F wireplumber
+  /dev/snd/controlC0:  matheu

[Kernel-packages] [Bug 1852084] Re: Backlight brightness not working correctly after waking from Suspend Mode

2020-05-28 Thread Matheus Reich
Are there any updates on this issue?

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

Title:
  Backlight brightness not working correctly after waking from Suspend
  Mode

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  The brightness level works correctly, but when the system goes to
  sleep mode and then I wake it up, I am not able to increase/decrease
  the brightness level using the keyboard controls (Fn + F11/F12), it
  works as a On/Off switch pretty much. When it wakes up, the brightness
  level is the same level as it was before entering the suspend mode.
  But when I try to lower the brightness level (through the keyboard
  controls), it completely shuts off, going to the lowest level directly
  (pretty much shutting off the screen), even though it is not even
  close to that on the slider control. And then, when I increase the
  brightness level (on the keyboard), it goes back to the previous
  level, working like a On/Off switch instead of a smooth operation.
  This looks to be related to the kernel, as the GUI (GNOME) presents
  the slider control correctly, but the setting isn't been correctly
  applied. On the slider control on the pop-up box on the top right
  corner (GNOME 3.34), when I change the level, it works correctly, just
  as it should. But, when I try to use the keyboard controls (Fn +
  F11/F12), the issue presented previously happens again. The only way
  to fix that bug is restarting the system. Again, this just happens
  when I put the system in Suspend Mode.

  System Info:
  1) Description:   Ubuntu 19.10
  Release:  19.10

  2) Hardware:
  CPU: AMD Ryzen 5 2500U
  GPU: AMD Raven Ridge (Vega 8)
  Laptop model: Lenovo IdeaPad 330S (330S-15ARR)

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: linux-image-5.3.0-19-generic 5.3.0-19.20
  ProcVersionSignature: Ubuntu 5.3.0-19.20-generic 5.3.1
  Uname: Linux 5.3.0-19-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  matheus1379 F pulseaudio
   /dev/snd/controlC0:  matheus1379 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Nov 11 10:06:32 2019
  InstallationDate: Installed on 2019-09-22 (49 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
  MachineType: LENOVO 81JQ
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-19-generic 
root=UUID=0f9fdad5-0ee7-4039-acba-801eda1522f0 ro iommu=soft quiet splash 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-19-generic N/A
   linux-backports-modules-5.3.0-19-generic  N/A
   linux-firmware1.183.1
  SourcePackage: linux
  UpgradeStatus: Upgraded to eoan on 2019-10-15 (26 days ago)
  dmi.bios.date: 05/22/2019
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7WCN37WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40679WIN
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad 330S-15ARR
  dmi.modalias: 
dmi:bvnLENOVO:bvr7WCN37WW:bd05/22/2019:svnLENOVO:pn81JQ:pvrLenovoideapad330S-15ARR:rvnLENOVO:rnLNVNB161216:rvrSDK0J40679WIN:cvnLENOVO:ct10:cvrLenovoideapad330S-15ARR:
  dmi.product.family: ideapad 330S-15ARR
  dmi.product.name: 81JQ
  dmi.product.sku: LENOVO_MT_81JQ_BU_idea_FM_ideapad 330S-15ARR
  dmi.product.version: Lenovo ideapad 330S-15ARR
  dmi.sys.vendor: LENOVO

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

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


[Kernel-packages] [Bug 1852084] [NEW] Backlight brightness not working correctly after waking from Suspend Mode

2019-11-11 Thread Matheus Reich
Public bug reported:

The brightness level works correctly, but when the system goes to sleep
mode and then I wake it up, I am not able to increase/decrease the
brightness level using the keyboard controls (Fn + F11/F12), it works as
a On/Off switch pretty much. When it wakes up, the brightness level is
the same level as it was before entering the suspend mode. But when I
try to lower the brightness level (through the keyboard controls), it
completely shuts off, going to the lowest level directly (pretty much
shutting off the screen), even though it is not even close to that on
the slider control. And then, when I increase the brightness level (on
the keyboard), it goes back to the previous level, working like a On/Off
switch instead of a smooth operation. This looks to be related to the
kernel, as the GUI (GNOME) presents the slider control correctly, but
the setting isn't been correctly applied. On the slider control on the
pop-up box on the top right corner (GNOME 3.34), when I change the
level, it works correctly, just as it should. But, when I try to use the
keyboard controls (Fn + F11/F12), the issue presented previously happens
again. The only way to fix that bug is restarting the system. Again,
this just happens when I put the system in Suspend Mode.

System Info:
1) Description: Ubuntu 19.10
Release:19.10

2) Hardware:
CPU: AMD Ryzen 5 2500U
GPU: AMD Raven Ridge (Vega 8)
Laptop model: Lenovo IdeaPad 330S (330S-15ARR)

ProblemType: Bug
DistroRelease: Ubuntu 19.10
Package: linux-image-5.3.0-19-generic 5.3.0-19.20
ProcVersionSignature: Ubuntu 5.3.0-19.20-generic 5.3.1
Uname: Linux 5.3.0-19-generic x86_64
ApportVersion: 2.20.11-0ubuntu8.2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  matheus1379 F pulseaudio
 /dev/snd/controlC0:  matheus1379 F pulseaudio
CurrentDesktop: ubuntu:GNOME
Date: Mon Nov 11 10:06:32 2019
InstallationDate: Installed on 2019-09-22 (49 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
MachineType: LENOVO 81JQ
ProcFB: 0 amdgpudrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-19-generic 
root=UUID=0f9fdad5-0ee7-4039-acba-801eda1522f0 ro iommu=soft quiet splash 
vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-5.3.0-19-generic N/A
 linux-backports-modules-5.3.0-19-generic  N/A
 linux-firmware1.183.1
SourcePackage: linux
UpgradeStatus: Upgraded to eoan on 2019-10-15 (26 days ago)
dmi.bios.date: 05/22/2019
dmi.bios.vendor: LENOVO
dmi.bios.version: 7WCN37WW
dmi.board.asset.tag: No Asset Tag
dmi.board.name: LNVNB161216
dmi.board.vendor: LENOVO
dmi.board.version: SDK0J40679WIN
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo ideapad 330S-15ARR
dmi.modalias: 
dmi:bvnLENOVO:bvr7WCN37WW:bd05/22/2019:svnLENOVO:pn81JQ:pvrLenovoideapad330S-15ARR:rvnLENOVO:rnLNVNB161216:rvrSDK0J40679WIN:cvnLENOVO:ct10:cvrLenovoideapad330S-15ARR:
dmi.product.family: ideapad 330S-15ARR
dmi.product.name: 81JQ
dmi.product.sku: LENOVO_MT_81JQ_BU_idea_FM_ideapad 330S-15ARR
dmi.product.version: Lenovo ideapad 330S-15ARR
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-bug eoan wayland-session

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

Title:
  Backlight brightness not working correctly after waking from Suspend
  Mode

Status in linux package in Ubuntu:
  New

Bug description:
  The brightness level works correctly, but when the system goes to
  sleep mode and then I wake it up, I am not able to increase/decrease
  the brightness level using the keyboard controls (Fn + F11/F12), it
  works as a On/Off switch pretty much. When it wakes up, the brightness
  level is the same level as it was before entering the suspend mode.
  But when I try to lower the brightness level (through the keyboard
  controls), it completely shuts off, going to the lowest level directly
  (pretty much shutting off the screen), even though it is not even
  close to that on the slider control. And then, when I increase the
  brightness level (on the keyboard), it goes back to the previous
  level, working like a On/Off switch instead of a smooth operation.
  This looks to be related to the kernel, as the GUI (GNOME) presents
  the slider control correctly, but the setting isn't been correctly
  applied. On the slider control on the pop-up box on the top right
  corner (GNOME 3.34), when I change the level, it works correctly, just
  as it should. But, when I try to use the keyboard controls (Fn +
  F11/F12), the issue presented previously happens again. The only way
  to fix that bug is restarting the system. Again, this just happens
  when I put the system in Suspend Mode.

  System Info:
  1) Description:   Ubuntu 19.10
  Release: