Bug 205851 - Ubuntu Kernel v5.5 for HP-OMEN 17t bc000 don't start and have any ACPI errors
Summary: Ubuntu Kernel v5.5 for HP-OMEN 17t bc000 don't start and have any ACPI errors
Status: CLOSED UNREPRODUCIBLE
Alias: None
Product: ACPI
Classification: Unclassified
Component: Config-Other (show other bugs)
Hardware: Intel Linux
: P1 blocking
Assignee: acpi_config-other
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-13 22:44 UTC by sealse
Modified: 2022-08-03 08:21 UTC (History)
7 users (show)

See Also:
Kernel Version: v5.5-rc1,2,3,4,5,6, v5.7.0-rc1
Subsystem:
Regression: No
Bisected commit-id:


Attachments
dmseg log (99.06 KB, text/plain)
2019-12-13 22:44 UTC, sealse
Details
sudo lspci -vv (81.53 KB, text/plain)
2019-12-13 22:46 UTC, sealse
Details
new dmesg (81.86 KB, text/plain)
2019-12-17 21:25 UTC, sealse
Details
dmesg-5.5.0-rc3 (73.98 KB, text/plain)
2019-12-24 15:20 UTC, sealse
Details
sound settings (31.37 KB, image/png)
2019-12-24 15:22 UTC, sealse
Details
acpidump_5.5.0_rc3.log (1.95 MB, text/plain)
2019-12-27 19:29 UTC, sealse
Details
sudo lspci -vv 5.5.0_rc3 (81.50 KB, text/plain)
2019-12-27 19:30 UTC, sealse
Details
acpi errors in boot (219.71 KB, image/jpeg)
2020-04-19 13:01 UTC, sealse
Details

Description sealse 2019-12-13 22:44:57 UTC
Created attachment 286273 [details]
dmseg log

Issue is continuation of https://bugzilla.kernel.org/show_bug.cgi?id=203617
I installed ubuntu v5.5-rc1 from https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.5-rc1/ but caught some errors during the launch of ubuntu and when trying to enter the graphical shell under my user.
My notebook is HP-OMEN 17t bc000 with NVIDIA GeForce® RTX 2080 with G-SYNC® (8 GB)
Comment 1 sealse 2019-12-13 22:46:42 UTC
Created attachment 286275 [details]
sudo lspci -vv
Comment 2 sealse 2019-12-17 21:19:51 UTC
https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.5-rc2/
Today I installed rc-2
Ubuntu booted up, the touch-pad, battery works, etc. But the video driver does not work.
When trying to install downloaded from NVIDIA, it gave an error

ERROR: Failed to run `/usr/sbin/dkms build -m nvidia -v 440.36 -k 5.5.0-050500rc2-generic`:
         Kernel preparation unnecessary for this kernel.  Skipping...
  
         Building module:                                                                                                              
         cleaning build area...                                             
         'make' -j16 NV_EXCLUDE_BUILD_MODULES='' KERNEL_UNAME=5.5.0-050500rc2-generic IGNORE_CC_MISMATCH='' modules......(bad exit     
         status: 2)
         ERROR (dkms apport): binary package for nvidia: 440.36 not found
         Error! Bad return status for module build on kernel: 5.5.0-050500rc2-generic (x86_64)
         Consult /var/lib/dkms/nvidia/440.36/build/make.log for more information.
Comment 3 sealse 2019-12-17 21:25:26 UTC
Created attachment 286349 [details]
new dmesg

new dmesg
Comment 4 sealse 2019-12-17 21:31:59 UTC
Also don't work sound and microphone
Comment 7 sealse 2019-12-24 15:19:29 UTC
Today I installed rc-3
The problems are the same as in rc2
display does not work
the microphone and sound do not work
I attach the dmesg file in the same way and a screenshot of the sound settings
Comment 8 sealse 2019-12-24 15:20:39 UTC
Created attachment 286419 [details]
dmesg-5.5.0-rc3

dmesg-5.5.0-rc3
Comment 9 sealse 2019-12-24 15:22:48 UTC
Created attachment 286421 [details]
sound settings

sound settings
Dummy Output don't work too
Comment 10 Mika Westerberg 2019-12-27 13:59:13 UTC
Only ACPI error I see in the last dmesg is this one:

[    0.240966] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.I2C2.TPD0], AE_NOT_FOUND (20191018/dswload2-159)
[    0.240976] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20191018/psobject-220)
[    0.240979] ACPI: Skipping parse of AML opcode: Scope (0x0010)
[    0.241003] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.I2C3.TPL1], AE_NOT_FOUND (20191018/dswload2-159)
[    0.241006] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20191018/psobject-220)

So touchpad and panel devices under I2C seem to be missing. This should not prevent the system from booting up, though.

Can you attach output of acpidump as well?

From your last dmesg, I don't see any messages from nouveau driver (I think that's the discrete card) so are you sure you have it enabled in your .config? Can you also attach 'sudo lspci -vv' from the v5.5-rc3 kernel?
Comment 11 sealse 2019-12-27 19:28:22 UTC
(In reply to Mika Westerberg from comment #10)
> Only ACPI error I see in the last dmesg is this one:
> 
> [    0.240966] ACPI BIOS Error (bug): Could not resolve symbol
> [\_SB.PCI0.I2C2.TPD0], AE_NOT_FOUND (20191018/dswload2-159)
> [    0.240976] ACPI Error: AE_NOT_FOUND, During name lookup/catalog
> (20191018/psobject-220)
> [    0.240979] ACPI: Skipping parse of AML opcode: Scope (0x0010)
> [    0.241003] ACPI BIOS Error (bug): Could not resolve symbol
> [\_SB.PCI0.I2C3.TPL1], AE_NOT_FOUND (20191018/dswload2-159)
> [    0.241006] ACPI Error: AE_NOT_FOUND, During name lookup/catalog
> (20191018/psobject-220)
> 
> So touchpad and panel devices under I2C seem to be missing. This should not
> prevent the system from booting up, though.

1) touchpad works
2) not work 
2.1) normal video resolution 
2.2) sound 
2.3) microphone

> 
> Can you attach output of acpidump as well?

acpidump_5.5.0_rc3.log
 
> From your last dmesg, I don't see any messages from nouveau driver (I think
> that's the discrete card) so are you sure you have it enabled in your

The driver for video is not installed on the RC
gives an error message

ERROR: Failed to run `/usr/sbin/dkms build -m nvidia -v 440.44 -k 5.5.0-050500rc3-generic`:
         Kernel preparation unnecessary for this kernel.  Skipping...
  
         Building module:                                                                                                              
         cleaning build area...                                             
         'make' -j16 NV_EXCLUDE_BUILD_MODULES='' KERNEL_UNAME=5.5.0-050500rc3-generic IGNORE_CC_MISMATCH='' modules......(bad exit     
         status: 2)
         ERROR (dkms apport): binary package for nvidia: 440.44 not found
         Error! Bad return status for module build on kernel: 5.5.0-050500rc3-generic (x86_64)
         Consult /var/lib/dkms/nvidia/440.44/build/make.log for more information.


And on rc1 the resolution was normal, but the system did not boot after login

> .config? Can you also attach 'sudo lspci -vv' from the v5.5-rc3 kernel?

lspci_5.5.0_rc3.log
Comment 12 sealse 2019-12-27 19:29:27 UTC
Created attachment 286487 [details]
acpidump_5.5.0_rc3.log

acpidump_5.5.0_rc3.log
Comment 13 sealse 2019-12-27 19:30:07 UTC
Created attachment 286489 [details]
sudo lspci -vv 5.5.0_rc3

sudo lspci -vv 5.5.0_rc3
Comment 14 Zhang Rui 2019-12-29 04:34:08 UTC
$ grep TPD0 *.dsl
dsdt.dsl:        Device (TPD0)
dsdt.dsl:            CreateWordField (SBFB, \_SB.PCI0.I2C0.TPD0._Y38._ADR, BADR)  // _ADR: Address
dsdt.dsl:            CreateDWordField (SBFB, \_SB.PCI0.I2C0.TPD0._Y38._SPE, SPED)  // _SPE: Speed
dsdt.dsl:            CreateDWordField (SBFI, \_SB.PCI0.I2C0.TPD0._Y39._INT, INT2)  // _INT: Interrupts
dsdt.dsl:                    Return (SBFI) /* \_SB_.PCI0.I2C0.TPD0.SBFI */
ssdt1.dsl:    External (_SB_.PCI0.I2C0.TPD0, DeviceObj)
ssdt1.dsl:    External (_SB_.PCI0.I2C2.TPD0, DeviceObj)
ssdt1.dsl:    External (_SB_.PCI0.I2C2.TPD0._STA, MethodObj)    // 0 Arguments
ssdt1.dsl:        Scope (TPD0)
ssdt1.dsl:                    Return (TD_P) /* \_SB_.PCI0.I2C2.TPD0.TD_P */
ssdt1.dsl:                    Return (TD_P) /* \_SB_.PCI0.I2C2.TPD0.TD_P */

only \_SB.PCI0.I2C0.TPD0 is defined.

$ grep TPL1 *.dsl
ssdt1.dsl:    External (_SB_.PCI0.I2C1.TPL1, DeviceObj)
ssdt1.dsl:    External (_SB_.PCI0.I2C3.TPL1, DeviceObj)
ssdt1.dsl:    External (_SB_.PCI0.I2C3.TPL1._STA, MethodObj)    // 0 Arguments
ssdt1.dsl:        Scope (TPL1)
ssdt1.dsl:                    Return (TD_P) /* \_SB_.PCI0.I2C3.TPL1.TD_P */
ssdt1.dsl:                    Return (TD_P) /* \_SB_.PCI0.I2C3.TPL1.TD_P */

No TPC1 device object defined.

This looks like a BIOS bug to me.
Comment 15 Zhang Rui 2019-12-31 05:51:48 UTC
(In reply to sealse from comment #11)
> 
> 1) touchpad works
> 2) not work 
> 2.1) normal video resolution 
> 2.2) sound 
> 2.3) microphone
> 
I don't see any problems related with ACPI except for the ACPI errors which I believe is a BIOS issue.
So I think we should close this bug report for the ACPI errors, as we can not fix it in Linux kernel.

For the other non-working part, please file separate bug reports against the driver components.

Surely feel free to reopen this bug report if you still have any questions.
Comment 16 sealse 2020-01-05 15:36:58 UTC
> (In reply to sealse from comment #11)
> > 
> > 1) touchpad works
> > 2) not work 
> > 2.1) normal video resolution 
> > 2.2) sound 
> > 2.3) microphone
> > 
> I don't see any problems related with ACPI except for the ACPI errors which
> I believe is a BIOS issue.
> So I think we should close this bug report for the ACPI errors, as we can
> not fix it in Linux kernel.
> 
> For the other non-working part, please file separate bug reports against the
> driver components.
> 
> Surely feel free to reopen this bug report if you still have any questions.

Yes, I have a problem in that the ubuntu is completely unsuitable for my laptop (
Tell me in which particular sections should I open messages about these errors?
Comment 17 sealse 2020-01-05 15:49:48 UTC
I put rc4 problems the same as on rc3 including those with acpi errors in bios
Comment 18 Zhang Rui 2020-01-06 05:40:04 UTC
(In reply to sealse from comment #16)
> > (In reply to sealse from comment #11)
> > > 
> > > 1) touchpad works
> > > 2) not work 
> > > 2.1) normal video resolution 
> > > 2.2) sound 
> > > 2.3) microphone
> > > 
> > I don't see any problems related with ACPI except for the ACPI errors which
> > I believe is a BIOS issue.
> > So I think we should close this bug report for the ACPI errors, as we can
> > not fix it in Linux kernel.
> > 
> > For the other non-working part, please file separate bug reports against
> the
> > driver components.
> > 
> > Surely feel free to reopen this bug report if you still have any questions.
> 
> Yes, I have a problem in that the ubuntu is completely unsuitable for my
> laptop (

I think the main problems are about
2.1) normal video resolution 
2.2) sound 
2.3) microphone
right? is there any other problems?
if no, why not report this issues to the graphics people to get help from them?
Comment 19 sealse 2020-01-08 09:41:12 UTC
The fact is that in the pk1 version, during the boot of the system, despite a greater number of ACPI errors, the screen resolution was determined and at least the sound was determined. However, I could not log in to verify this in more detail.
Of course, I don’t know whether this is related to ACPI or not, but after most of the errors of the ACPI disappeared, the screen ceased to be detected like the sound

If you think that ACPI has nothing to do with it, close the ticket, I will look for happiness in other sections.
Comment 20 sealse 2020-01-08 09:43:27 UTC
Sorry i meant "The fact is that in the rc1 version ..."
Comment 21 Zhang Rui 2020-01-09 04:08:49 UTC
(In reply to sealse from comment #19)
> The fact is that in the pk1 version,

what about -rc3? we should focuses on the latest version, in case some of the problems have already been fixed.

I don't see any other ACPI errors except the ones has been explained in comment #14.

> during the boot of the system, despite
> a greater number of ACPI errors, the screen resolution was determined and at
> least the sound was determined. However, I could not log in to verify this
> in more detail.
> Of course, I don’t know whether this is related to ACPI or not, but after
> most of the errors of the ACPI disappeared, the screen ceased to be detected
> like the sound
> 
I'm still curious about the symptom in -rc3, which does NOT have so much ACPI errors.

> If you think that ACPI has nothing to do with it, close the ticket, I will
> look for happiness in other sections.
Comment 22 sealse 2020-01-09 16:30:27 UTC
> what about -rc3? we should focuses on the latest version, in case some of
> the problems have already been fixed.

During loading rc1, the screen resolution was successfully determined and at least the indicator showed that the sound was working. but the system did not login into desktop after first screen with login and password
However, after installing rc2, the screen ceased to be detected and sound ceased to be detected, but the system began to enter after login

>I'm still curious about the symptom in -rc3, which does NOT have so much ACPI
>>errors.

All versions further rc2,3,4,5 behave the same - do not determine screen resolution at boot time
Comment 23 Zhang Rui 2020-01-15 01:50:55 UTC
Okay, this more seems like to be graphics issues.
Given that we have no ACPI errors but only graphics issues in the latest upstream kernel, I will close this bug. Please file a separate bug for the graphics issue.
Comment 24 sealse 2020-04-15 11:43:57 UTC
5.7.0-rc1 same problem
Comment 25 sealse 2020-04-19 13:01:33 UTC
Created attachment 288621 [details]
acpi errors in boot

acpi errors in boot

Note You need to log in before you can comment on or make changes to this bug.