[Bug 203529] ACPI Error: No handler for Region [WST1] (00000000d6bc1741) [GenericSerialBus] - Dell Precision 3630

2021-06-14 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=203529

--- Comment #28 from John Darrah (xyl...@gmail.com) ---
On Mon, 2021-06-14 at 20:05 -0700, bugzilla-dae...@bugzilla.kernel.org
wrote:
> https://bugzilla.kernel.org/show_bug.cgi?id=203529
> 
> --- Comment #27 from Zhang Rui (rui.zh...@intel.com) ---
> If ((SMD0 != One))
> {
> Name (_HID, "INT34B2")  // _HID: Hardware ID
> Method (_HRV, 0, NotSerialized)  // _HRV: Hardware Revision
> {
> Return (LHRV (SB10))
> }
> 
> Method (_CRS, 0, NotSerialized)  // _CRS: Current Resource
> Settings
> {
> Return (LCRS (SMD0, SB00, SIR0))
> }
> }
> 
> If ((SMD0 == One))
> {
> Name (_ADR, 0x0015)  // _ADR: Address
> Method (_DSM, 4, Serialized)  // _DSM: Device-Specific Method
> {
> If (PCIC (Arg0))
> {
> Return (PCID (Arg0, Arg1, Arg2, Arg3))
> }
> 
> Return (Buffer (One)
> {
>  0x00 //
>  .
> })
> }
> }
> 
> So I think the device is enumerated as a PCI device.
> 
> please attach the output of
> grep . /sys/bus/pci/devices/\:00\:15.0/firmware_node/*/path
> 

Here's the output

# grep . /sys/bus/pci/devices/\:00\:15.0/firmware_node/*/path

/sys/bus/pci/devices/:00:15.0/firmware_node/INT3515:00/path:\_SB_.PCI0.I2C0.UCMX
/sys/bus/pci/devices/:00:15.0/firmware_node/MAX34407:00/path:\_SB_.PCI0.I2C0.PA01
/sys/bus/pci/devices/:00:15.0/firmware_node/:00/path:\_SB_.PCI0.I2C0.TPD0
/sys/bus/pci/devices/:00:15.0/firmware_node/:01/path:\_SB_.PCI0.I2C0.TPL1

-- john

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 203529] ACPI Error: No handler for Region [WST1] (00000000d6bc1741) [GenericSerialBus] - Dell Precision 3630

2021-06-14 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=203529

--- Comment #27 from Zhang Rui (rui.zh...@intel.com) ---
If ((SMD0 != One))
{
Name (_HID, "INT34B2")  // _HID: Hardware ID
Method (_HRV, 0, NotSerialized)  // _HRV: Hardware Revision
{
Return (LHRV (SB10))
}

Method (_CRS, 0, NotSerialized)  // _CRS: Current Resource
Settings
{
Return (LCRS (SMD0, SB00, SIR0))
}
}

If ((SMD0 == One))
{
Name (_ADR, 0x0015)  // _ADR: Address
Method (_DSM, 4, Serialized)  // _DSM: Device-Specific Method
{
If (PCIC (Arg0))
{
Return (PCID (Arg0, Arg1, Arg2, Arg3))
}

Return (Buffer (One)
{
 0x00 // .
})
}
}

So I think the device is enumerated as a PCI device.

please attach the output of
grep . /sys/bus/pci/devices/\:00\:15.0/firmware_node/*/path

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 203529] ACPI Error: No handler for Region [WST1] (00000000d6bc1741) [GenericSerialBus] - Dell Precision 3630

2021-06-14 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=203529

--- Comment #26 from secan (secancri...@gmail.com) ---
(In reply to Paul Menzel from comment #25)
> (In reply to secan from comment #21)
> > RHEL 8.4
> 
> I am never used RHEL. The guide on LinuxConfig.org [1] documents it for
> Fedora. Basically, clone the Linux source tree,
> 
> $ git clone
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
> 
> apply the patch from here, install the dependencies for the Linux kernel,
> and execute
> 
> $ cp /boot/config… .config (tab complete to the running config)
> $ make oldconfig
> $ make localmodconfig # if your machine is slow only build loaded modules
> $ make -j$(nproc) binrpm-pkg
> 
> Install the packages with yum(?).
> 
> 
> [1]:
> https://linuxconfig.org/how-to-compile-vanilla-linux-kernel-from-source-on-
> fedora

Thanks Paul, but as Andy stated, the patch provided by him won't help, as the
devices are not even enumerated.

Let's wait Zhang Rui's reply on the output requested from me.

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla