[Kernel-packages] [Bug 1996442] Re: ACPI BIOS bug, Wireless NIC

2022-12-09 Thread Kai-Heng Feng
Can you please suspend/hibernate the system, reproduce the issue and
attach dmesg here?

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

Title:
  ACPI BIOS bug, Wireless NIC

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi, I'm experiencing a Wireless NIC issue. RTL8822CE can't wake up
  after a suspend/hibernate, I already tried in-tree driver and
  https://github.com/lwfinger/rtw88 but all of them got the same issue.
  I also tried to disable `aspm` and/or `msi`, unload the kernel module
  pre sleep and load it back at post sleep but the issue still presists.
  It seem to be a power management issue, and later I found that there's
  ACPI BIOS bug.

  Env: Ubuntu 22.04, Linux 6.0.8-cfs, 5.15.0-52-generic
  BIOS: FA506IH.316 (2021, and it's the latest)

  Current ACPICA: 20220331:
  Failed test from `fwts` flagged as LOW-CRITICAL:
  Critical failures: 3
  klog: CRITICAL Kernel message: [0.293326] ACPI BIOS Error (bug): 
Could not resolve symbol [\_SB.PCI0.GPP4.WLAN], AE_NOT_FOUND 
(20220331/dswload2-162)
  klog: CRITICAL Kernel message: [0.837542] ACPI BIOS Error (bug): 
Could not resolve symbol [\_TZ.THRM._SCP.CTYP], AE_NOT_FOUND 
(20220331/psargs-330)
  klog: CRITICAL Kernel message: [0.837552] ACPI Error: Aborting method 
\_TZ.THRM._SCP due to previous error (AE_NOT_FOUND) (20220331/psparse-529)

  High failures: 2
  klog: HIGH Kernel message: [0.293342] ACPI Error: AE_NOT_FOUND, 
During name lookup/catalog (20220331/psobject-220)
  acpi_pwrb: PWR_Button field in FACP should not be zero with ACPI PNP0C0C 
device.

  Medium failures: 3
  klog: MEDIUM Kernel message: [0.837466] ACPI: \_TZ_.THRM: Invalid 
active0 threshold
  mcfg: Cannot mmap PCI config space at 0xf000.
  dmicheck: String index 0x05 in table entry 'Base Board Information (Type 
2)' @ 0xad3ff0cb, field 'Asset Tag', offset 0x08 has a default value 
'ATN12345678901234567' and probably has not been updated by the BIOS vendor.

  Low failures: 6
  klog: LOW Kernel message: [0.837438] ACPI: \_TZ_.THRM: Invalid 
passive threshold
  dmicheck: String index 0x04 in table entry 'Processor Information (Type 
4)' @ 0xad3ff2f2, field 'Serial Number', offset 0x20 has a default value 
'Unknown' and probably has not been updated by the BIOS vendor.
  dmicheck: String index 0x05 in table entry 'Processor Information (Type 
4)' @ 0xad3ff2f2, field 'Asset Tag', offset 0x21 has a default value 'Unknown' 
and probably has not been updated by the BIOS vendor.
  dmicheck: String index 0x06 in table entry 'Processor Information (Type 
4)' @ 0xad3ff2f2, field 'Part Number', offset 0x22 has a default value 
'Unknown' and probably has not been updated by the BIOS vendor.
  dmicheck: String index 0x06 in table entry 'Memory Device (Type 17)' @ 
0xad3ff3a5, field 'Firmware Version', offset 0x2b has a default value 'Unknown' 
and probably has not been updated by the BIOS vendor.
  dmicheck: String index 0x06 in table entry 'Memory Device (Type 17)' @ 
0xad3ff47b, field 'Firmware Version', offset 0x2b has a default value 'Unknown' 
and probably has not been updated by the BIOS vendor.

  Other failures: NONE

  
  However, previous kernel ACPICA driver version: 20201113 don't have this 
issue, and it able to wake the NIC after a suspend.

  
  Thanks!
  /nhap
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-02-19 (266 days ago)
  InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
  Package: linux (not installed)
  Tags:  jammy
  Uname: Linux 6.0.8-tkg-cfs x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: Upgraded to jammy on 2022-02-19 (266 days ago)
  UserGroups: adm bumblebee cdrom dip docker input kvm libvirt lpadmin lxd 
plugdev sambashare sudo
  _MarkForUpload: True
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  ii64   4463 F pipewire-media-
   /dev/snd/controlC0:  ii64   4463 F pipewire-media-
   /dev/snd/controlC1:  ii64   4463 F pipewire-media-
   /dev/snd/seq:ii64   4458 F pipewire
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-02-19 (266 days ago)
  InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
  MachineType: ASUSTeK COMPUTER INC. ASUS TUF Gaming A15 FA506IH_FX506IH
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.15.0-52-generic 

[Kernel-packages] [Bug 1996442] Re: ACPI BIOS bug, Wireless NIC

2022-11-12 Thread Nugraha
apport information

** Tags added: staging

** Description changed:

  Hi, I'm experiencing a Wireless NIC issue. RTL8822CE can't wake up after
  a suspend/hibernate, I already tried in-tree driver and
  https://github.com/lwfinger/rtw88 but all of them got the same issue. I
  also tried to disable `aspm` and/or `msi`, unload the kernel module pre
  sleep and load it back at post sleep but the issue still presists. It
  seem to be a power management issue, and later I found that there's ACPI
  BIOS bug.
  
  Env: Ubuntu 22.04, Linux 6.0.8-cfs, 5.15.0-52-generic
  BIOS: FA506IH.316 (2021, and it's the latest)
  
  Current ACPICA: 20220331:
  Failed test from `fwts` flagged as LOW-CRITICAL:
  Critical failures: 3
  klog: CRITICAL Kernel message: [0.293326] ACPI BIOS Error (bug): 
Could not resolve symbol [\_SB.PCI0.GPP4.WLAN], AE_NOT_FOUND 
(20220331/dswload2-162)
  klog: CRITICAL Kernel message: [0.837542] ACPI BIOS Error (bug): 
Could not resolve symbol [\_TZ.THRM._SCP.CTYP], AE_NOT_FOUND 
(20220331/psargs-330)
  klog: CRITICAL Kernel message: [0.837552] ACPI Error: Aborting method 
\_TZ.THRM._SCP due to previous error (AE_NOT_FOUND) (20220331/psparse-529)
  
  High failures: 2
  klog: HIGH Kernel message: [0.293342] ACPI Error: AE_NOT_FOUND, 
During name lookup/catalog (20220331/psobject-220)
  acpi_pwrb: PWR_Button field in FACP should not be zero with ACPI PNP0C0C 
device.
  
  Medium failures: 3
  klog: MEDIUM Kernel message: [0.837466] ACPI: \_TZ_.THRM: Invalid 
active0 threshold
  mcfg: Cannot mmap PCI config space at 0xf000.
  dmicheck: String index 0x05 in table entry 'Base Board Information (Type 
2)' @ 0xad3ff0cb, field 'Asset Tag', offset 0x08 has a default value 
'ATN12345678901234567' and probably has not been updated by the BIOS vendor.
  
  Low failures: 6
  klog: LOW Kernel message: [0.837438] ACPI: \_TZ_.THRM: Invalid 
passive threshold
  dmicheck: String index 0x04 in table entry 'Processor Information (Type 
4)' @ 0xad3ff2f2, field 'Serial Number', offset 0x20 has a default value 
'Unknown' and probably has not been updated by the BIOS vendor.
  dmicheck: String index 0x05 in table entry 'Processor Information (Type 
4)' @ 0xad3ff2f2, field 'Asset Tag', offset 0x21 has a default value 'Unknown' 
and probably has not been updated by the BIOS vendor.
  dmicheck: String index 0x06 in table entry 'Processor Information (Type 
4)' @ 0xad3ff2f2, field 'Part Number', offset 0x22 has a default value 
'Unknown' and probably has not been updated by the BIOS vendor.
  dmicheck: String index 0x06 in table entry 'Memory Device (Type 17)' @ 
0xad3ff3a5, field 'Firmware Version', offset 0x2b has a default value 'Unknown' 
and probably has not been updated by the BIOS vendor.
  dmicheck: String index 0x06 in table entry 'Memory Device (Type 17)' @ 
0xad3ff47b, field 'Firmware Version', offset 0x2b has a default value 'Unknown' 
and probably has not been updated by the BIOS vendor.
  
  Other failures: NONE
  
  
  However, previous kernel ACPICA driver version: 20201113 don't have this 
issue, and it able to wake the NIC after a suspend.
  
  
  Thanks!
  /nhap
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-02-19 (266 days ago)
  InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
  Package: linux (not installed)
  Tags:  jammy
  Uname: Linux 6.0.8-tkg-cfs x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: Upgraded to jammy on 2022-02-19 (266 days ago)
  UserGroups: adm bumblebee cdrom dip docker input kvm libvirt lpadmin lxd 
plugdev sambashare sudo
  _MarkForUpload: True
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu82.1
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC2:  ii64   4463 F pipewire-media-
+  /dev/snd/controlC0:  ii64   4463 F pipewire-media-
+  /dev/snd/controlC1:  ii64   4463 F pipewire-media-
+  /dev/snd/seq:ii64   4458 F pipewire
+ CasperMD5CheckResult: unknown
+ CurrentDesktop: ubuntu:GNOME
+ DistroRelease: Ubuntu 22.04
+ InstallationDate: Installed on 2022-02-19 (266 days ago)
+ InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
+ MachineType: ASUSTeK COMPUTER INC. ASUS TUF Gaming A15 FA506IH_FX506IH
+ Package: linux (not installed)
+ ProcFB: 0 amdgpudrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.15.0-52-generic 
root=UUID=091708e6-e177-4844-9591-57f71dbac519 ro
+ ProcVersionSignature: Ubuntu 5.15.0-52.58-generic 5.15.60
+ PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
+ RelatedPackageVersions:
+  

[Kernel-packages] [Bug 1996442] Re: ACPI BIOS bug, Wireless NIC

2022-11-12 Thread Nugraha
apport information

** Tags added: apport-collected jammy

** Description changed:

  Hi, I'm experiencing a Wireless NIC issue. RTL8822CE can't wake up after
  a suspend/hibernate, I already tried in-tree driver and
  https://github.com/lwfinger/rtw88 but all of them got the same issue. I
  also tried to disable `aspm` and/or `msi`, unload the kernel module pre
  sleep and load it back at post sleep but the issue still presists. It
  seem to be a power management issue, and later I found that there's ACPI
  BIOS bug.
  
  Env: Ubuntu 22.04, Linux 6.0.8-cfs, 5.15.0-52-generic
  BIOS: FA506IH.316 (2021, and it's the latest)
  
  Current ACPICA: 20220331:
  Failed test from `fwts` flagged as LOW-CRITICAL:
  Critical failures: 3
  klog: CRITICAL Kernel message: [0.293326] ACPI BIOS Error (bug): 
Could not resolve symbol [\_SB.PCI0.GPP4.WLAN], AE_NOT_FOUND 
(20220331/dswload2-162)
  klog: CRITICAL Kernel message: [0.837542] ACPI BIOS Error (bug): 
Could not resolve symbol [\_TZ.THRM._SCP.CTYP], AE_NOT_FOUND 
(20220331/psargs-330)
  klog: CRITICAL Kernel message: [0.837552] ACPI Error: Aborting method 
\_TZ.THRM._SCP due to previous error (AE_NOT_FOUND) (20220331/psparse-529)
  
  High failures: 2
  klog: HIGH Kernel message: [0.293342] ACPI Error: AE_NOT_FOUND, 
During name lookup/catalog (20220331/psobject-220)
  acpi_pwrb: PWR_Button field in FACP should not be zero with ACPI PNP0C0C 
device.
  
  Medium failures: 3
  klog: MEDIUM Kernel message: [0.837466] ACPI: \_TZ_.THRM: Invalid 
active0 threshold
  mcfg: Cannot mmap PCI config space at 0xf000.
  dmicheck: String index 0x05 in table entry 'Base Board Information (Type 
2)' @ 0xad3ff0cb, field 'Asset Tag', offset 0x08 has a default value 
'ATN12345678901234567' and probably has not been updated by the BIOS vendor.
  
  Low failures: 6
  klog: LOW Kernel message: [0.837438] ACPI: \_TZ_.THRM: Invalid 
passive threshold
  dmicheck: String index 0x04 in table entry 'Processor Information (Type 
4)' @ 0xad3ff2f2, field 'Serial Number', offset 0x20 has a default value 
'Unknown' and probably has not been updated by the BIOS vendor.
  dmicheck: String index 0x05 in table entry 'Processor Information (Type 
4)' @ 0xad3ff2f2, field 'Asset Tag', offset 0x21 has a default value 'Unknown' 
and probably has not been updated by the BIOS vendor.
  dmicheck: String index 0x06 in table entry 'Processor Information (Type 
4)' @ 0xad3ff2f2, field 'Part Number', offset 0x22 has a default value 
'Unknown' and probably has not been updated by the BIOS vendor.
  dmicheck: String index 0x06 in table entry 'Memory Device (Type 17)' @ 
0xad3ff3a5, field 'Firmware Version', offset 0x2b has a default value 'Unknown' 
and probably has not been updated by the BIOS vendor.
  dmicheck: String index 0x06 in table entry 'Memory Device (Type 17)' @ 
0xad3ff47b, field 'Firmware Version', offset 0x2b has a default value 'Unknown' 
and probably has not been updated by the BIOS vendor.
  
  Other failures: NONE
  
  
  However, previous kernel ACPICA driver version: 20201113 don't have this 
issue, and it able to wake the NIC after a suspend.
  
  
  Thanks!
  /nhap
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu82.1
+ Architecture: amd64
+ CasperMD5CheckResult: unknown
+ CurrentDesktop: ubuntu:GNOME
+ DistroRelease: Ubuntu 22.04
+ InstallationDate: Installed on 2022-02-19 (266 days ago)
+ InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
+ Package: linux (not installed)
+ Tags:  jammy
+ Uname: Linux 6.0.8-tkg-cfs x86_64
+ UnreportableReason: The running kernel is not an Ubuntu kernel
+ UpgradeStatus: Upgraded to jammy on 2022-02-19 (266 days ago)
+ UserGroups: adm bumblebee cdrom dip docker input kvm libvirt lpadmin lxd 
plugdev sambashare sudo
+ _MarkForUpload: True

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

Title:
  ACPI BIOS bug, Wireless NIC

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi, I'm experiencing a Wireless NIC issue. RTL8822CE can't wake up
  after a suspend/hibernate, I already tried in-tree driver and
  https://github.com/lwfinger/rtw88 but all of them got the same issue.
  I also tried to disable `aspm` and/or `msi`, unload the kernel module
  pre sleep and load it back at post sleep but the issue still presists.
  It seem to be a power management issue, and later I found that there's
  ACPI BIOS bug.

  Env: Ubuntu 22.04, Linux 6.0.8-cfs, 5.15.0-52-generic
  BIOS: FA506IH.316 (2021, and it's the latest)

  Current ACPICA: 20220331:
  Failed test from `fwts` flagged as LOW-CRITICAL:
  Critical failures: 3
  klog: CRITICAL Kernel message: [