On Tue, May 03, 2022 at 04:46:55PM +0200, aphekz wrote: > On Mon, May 02, 2022 at 07:05:24PM -0700, Mike Larkin wrote: > > On Mon, May 02, 2022 at 11:42:57PM +0200, aphekz wrote: > > > > > > May 2 21:29:06 dev /bsd: ### AML PARSE ERROR (0x8f3a): Undefined name: > > > OPST > > > May 2 21:29:06 dev /bsd: error evaluating: \\_SB_.PCI0.LPCB.EC0_._Q14 > > > May 2 21:29:55 dev /bsd: ### AML PARSE ERROR (0x8f3a): Undefined name: > > > OPST > > > May 2 21:29:55 dev /bsd: error evaluating: \\_SB_.PCI0.LPCB.EC0_._Q14 > > > May 2 21:30:00 dev /bsd: ### AML PARSE ERROR (0x8f3a): Undefined name: > > > OPST > > > May 2 21:30:00 dev /bsd: error evaluating: \\_SB_.PCI0.LPCB.EC0_._Q14 > > > May 2 21:30:03 dev /bsd: ### AML PARSE ERROR (0x8f3a): Undefined name: > > > OPST > > > May 2 21:30:03 dev /bsd: error evaluating: \\_SB_.PCI0.LPCB.EC0_._Q14 > > > May 2 21:30:28 dev /bsd: ### AML PARSE ERROR (0x8f3a): Undefined name: > > > OPST > > > May 2 21:30:28 dev /bsd: error evaluating: \\_SB_.PCI0.LPCB.EC0_._Q14 > > > May 2 21:31:40 dev /bsd: ### AML PARSE ERROR (0x8f3a): Undefined name: > > > OPST > > > May 2 21:31:40 dev /bsd: error evaluating: \\_SB_.PCI0.LPCB.EC0_._Q14 > > > > > > any hint what is going on? some acpi/temp related stuff? > > > > > > > likely bad AML. BIOS on this machine is over 10 years old, I'd look for a > > newer > > one. > > > > -ml > > old machine with no newest BIOS avaliable. > > i haven't noticed such problem on 7.0-stable, so i'd like to at least
I'd start bisecting diffs then. Shouldn't take too long to find the commit that broke it. -ml > undestand what the problem is or might be. would be great to fix it too. > > as for now acpidump/iasl says. > > External (OPST, UnknownObj) > > Method (_Q14, 0, NotSerialized) // _Qxx: EC Query, xx=0x00-0xFF > { > P80H = 0x14 > If ((Zero == OPST)) > { > OPST = One > } > Else > { > OPST = Zero > } > > Notify (^^^PEG0.PEGP, 0xDF) // Hardware-Specific > } > > isn't it some acpitz / inteldrm related method? > > > > > > > -- > > > > > > OpenBSD 7.1-stable (GENERIC.MP) #0: Mon May 2 20:31:55 CEST 2022 > > > aph...@dev.kroczynski.net:/usr/src/sys/arch/amd64/compile/GENERIC.MP > > > real mem = 8483532800 (8090MB) > > > avail mem = 8209141760 (7828MB) > > > random: good seed from bootblocks > > > mpath0 at root > > > scsibus0 at mpath0: 256 targets > > > mainbus0 at root > > > bios0 at mainbus0: SMBIOS rev. 2.6 @ 0xf9e10 (66 entries) > > > bios0: vendor LENOVO version "44CN45WW" date 02/16/2012 > > > bios0: LENOVO HuronRiver Platform > > > acpi0 at bios0: ACPI 3.0 > > > acpi0: sleep states S0 S1 S3 S4 S5 > > > acpi0: tables DSDT FACP SLIC SSDT ASF! HPET APIC MCFG SSDT SSDT UEFI UEFI > > > UEFI > > > acpi0: wakeup devices P0P1(S4) GLAN(S4) EHC1(S3) EHC2(S3) HDEF(S4) > > > RP01(S4) PXSX(S4) RP02(S4) PXSX(S4) RP03(S4) PXSX(S4) RP04(S4) PXSX(S4) > > > RP05(S4) PXSX(S4) RP06(S4) [...] > > > acpitimer0 at acpi0: 3579545 Hz, 24 bits > > > acpihpet0 at acpi0: 14318179 Hz > > > acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat > > > cpu0 at mainbus0: apid 0 (boot processor) > > > cpu0: Intel(R) Celeron(R) CPU B830 @ 1.80GHz, 1796.21 MHz, 06-2a-07 > > > cpu0: > > > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,XSAVE,NXE,RDTSCP,LONG,LAHF,PERF,ITSC,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN > > > cpu0: 256KB 64b/line 8-way L2 cache > > > cpu0: smt 0, core 0, package 0 > > > mtrr: Pentium Pro MTRR support, 10 var ranges, 88 fixed ranges > > > cpu0: apic clock running at 99MHz > > > cpu0: mwait min=64, max=64, C-substates=0.2.1, IBE > > > cpu1 at mainbus0: apid 2 (application processor) > > > cpu1: Intel(R) Celeron(R) CPU B830 @ 1.80GHz, 1795.94 MHz, 06-2a-07 > > > cpu1: > > > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,XSAVE,NXE,RDTSCP,LONG,LAHF,PERF,ITSC,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN > > > cpu1: 256KB 64b/line 8-way L2 cache > > > cpu1: smt 0, core 1, package 0 > > > ioapic0 at mainbus0: apid 2 pa 0xfec00000, version 20, 24 pins > > > acpimcfg0 at acpi0 > > > acpimcfg0: addr 0xf8000000, bus 0-63 > > > acpiprt0 at acpi0: bus 0 (PCI0) > > > acpiprt1 at acpi0: bus -1 (P0P1) > > > acpiprt2 at acpi0: bus 1 (RP01) > > > acpiprt3 at acpi0: bus -1 (RP02) > > > acpiprt4 at acpi0: bus -1 (RP03) > > > acpiprt5 at acpi0: bus 2 (RP04) > > > acpiprt6 at acpi0: bus -1 (RP05) > > > acpiprt7 at acpi0: bus -1 (RP06) > > > acpiprt8 at acpi0: bus -1 (RP07) > > > acpiprt9 at acpi0: bus -1 (RP08) > > > acpiprt10 at acpi0: bus -1 (PEG0) > > > acpiprt11 at acpi0: bus -1 (PEG1) > > > acpiprt12 at acpi0: bus -1 (PEG2) > > > acpiprt13 at acpi0: bus -1 (PEG3) > > > acpiec0 at acpi0 > > > acpipci0 at acpi0 PCI0: 0x00000004 0x00000011 0x00000001 > > > acpicmos0 at acpi0 > > > acpiac0 at acpi0: AC unit online > > > acpibat0 at acpi0: BAT0 model "L08L6Y02" serial 44863 type LION oem > > > "4f594e4153" > > > "VPC2004" at acpi0 not configured > > > "ETD0604" at acpi0 not configured > > > acpibtn0 at acpi0: LID0 > > > acpibtn1 at acpi0: SLPB > > > "PNP0C14" at acpi0 not configured > > > acpicpu0 at acpi0: C2(500@80 io@0x414), C1(1000@1 halt), PSS > > > acpicpu1 at acpi0: C2(500@80 io@0x414), C1(1000@1 halt), PSS > > > acpitz0 at acpi0: critical temperature is 98 degC > > > acpitz1 at acpi0: critical temperature is 126 degC > > > acpivideo0 at acpi0: PEGP > > > acpivideo1 at acpi0: GFX0 > > > acpivout0 at acpivideo1: DD02 > > > cpu0: using VERW MDS workaround (except on vmm entry) > > > cpu0: Enhanced SpeedStep 1796 MHz: speeds: 1800, 1700, 1600, 1500, 1400, > > > 1300, 1200, 1100, 1000, 900, 800 MHz > > > pci0 at mainbus0 bus 0 > > > pchb0 at pci0 dev 0 function 0 "Intel Core 2G Host" rev 0x09 > > > inteldrm0 at pci0 dev 2 function 0 "Intel HD Graphics 2000" rev 0x09 > > > drm0 at inteldrm0 > > > inteldrm0: msi, SANDYBRIDGE, gen 6 > > > "Intel 6 Series MEI" rev 0x04 at pci0 dev 22 function 0 not configured > > > ehci0 at pci0 dev 26 function 0 "Intel 6 Series USB" rev 0x05: apic 2 int > > > 16 > > > usb0 at ehci0: USB revision 2.0 > > > uhub0 at usb0 configuration 1 interface 0 "Intel EHCI root hub" rev > > > 2.00/1.00 addr 1 > > > azalia0 at pci0 dev 27 function 0 "Intel 6 Series HD Audio" rev 0x05: msi > > > azalia0: codecs: Realtek ALC272, Intel/0x2805, using Realtek ALC272 > > > audio0 at azalia0 > > > ppb0 at pci0 dev 28 function 0 "Intel 6 Series PCIE" rev 0xb5: msi > > > pci1 at ppb0 bus 1 > > > ppb1 at pci0 dev 28 function 3 "Intel 6 Series PCIE" rev 0xb5: msi > > > pci2 at ppb1 bus 2 > > > re0 at pci2 dev 0 function 0 "Realtek 8168" rev 0x06: RTL8168E/8111E > > > (0x2c00), msi, address 3c:97:0e:48:05:92 > > > rgephy0 at re0 phy 7: RTL8169S/8110S/8211 PHY, rev. 4 > > > ehci1 at pci0 dev 29 function 0 "Intel 6 Series USB" rev 0x05: apic 2 int > > > 23 > > > usb1 at ehci1: USB revision 2.0 > > > uhub1 at usb1 configuration 1 interface 0 "Intel EHCI root hub" rev > > > 2.00/1.00 addr 1 > > > pcib0 at pci0 dev 31 function 0 "Intel HM65 LPC" rev 0x05 > > > ahci0 at pci0 dev 31 function 2 "Intel 6 Series AHCI" rev 0x05: msi, AHCI > > > 1.3 > > > ahci0: port 0: 6.0Gb/s > > > ahci0: port 4: 1.5Gb/s > > > scsibus1 at ahci0: 32 targets > > > sd0 at scsibus1 targ 0 lun 0: <ATA, ADATA SU800, R091> > > > naa.5707c18100a89e21 > > > sd0: 244198MB, 512 bytes/sector, 500118192 sectors, thin > > > cd0 at scsibus1 targ 4 lun 0: <TSSTcorp, CDDVDW SN-208AB, LA04> removable > > > ichiic0 at pci0 dev 31 function 3 "Intel 6 Series SMBus" rev 0x05: apic 2 > > > int 18 > > > iic0 at ichiic0 > > > spdmem0 at iic0 addr 0x52: 8GB DDR3 SDRAM PC3-12800 SO-DIMM > > > isa0 at pcib0 > > > isadma0 at isa0 > > > pckbc0 at isa0 port 0x60/5 irq 1 irq 12 > > > pckbd0 at pckbc0 (kbd slot) > > > wskbd0 at pckbd0: console keyboard > > > pms0 at pckbc0 (aux slot) > > > wsmouse0 at pms0 mux 0 > > > pms0: Elantech Touchpad, version 3, firmware 0x850f03 > > > pcppi0 at isa0 port 0x61 > > > spkr0 at pcppi0 > > > vmm0 at mainbus0: VMX/EPT > > > efifb at mainbus0 not configured > > > uhub2 at uhub0 port 1 configuration 1 interface 0 "Intel Rate Matching > > > Hub" rev 2.00/0.00 addr 2 > > > uvideo0 at uhub2 port 5 configuration 1 interface 0 "Chicony Corp. Lenovo > > > EasyCamera" rev 2.00/11.56 addr 3 > > > video0 at uvideo0 > > > uhub3 at uhub1 port 1 configuration 1 interface 0 "Intel Rate Matching > > > Hub" rev 2.00/0.00 addr 2 > > > ugen0 at uhub3 port 4 "Broadcom Corp Broadcom Bluetooth 2.1 Device" rev > > > 2.00/4.72 addr 3 > > > ugen1 at uhub3 port 6 "Generic USB2.0-CRW" rev 2.00/39.60 addr 4 > > > vscsi0 at root > > > scsibus2 at vscsi0: 256 targets > > > softraid0 at root > > > scsibus3 at softraid0: 256 targets > > > root on sd0a (0b68d1b075a1ce9e.a) swap on sd0b dump on sd0b > > > inteldrm0: 1366x768, 32bpp > > > wsdisplay0 at inteldrm0 mux 1: console (std, vt100 emulation), using > > > wskbd0 > > > wsdisplay0: screen 1-5 added (std, vt100 emulation) > > > >