Unsupported Intel ChipSet v2.0
After finally got this version of pawn to work on Ubuntu 18.0 I still get this message:
pawn 0.2 (@internal, Jan 24 2023, debug build), (c)2014-2022 Google LLC. Acquiring I/O port read permissions, this may fail... Reading chipset LPC device identification: VID: 0x8086 DID: 0xA150 RID: 0x31 (49) F /home/ubuntu/Downloads/pawn-main/pawn/pawn.cc:80] Unsupported Intel chipset, check hardware id.Aborted
Is there any chance to get this error fixed?
Thanks in advance
Hm, I never implemented support for 100/200/300 Series chipsets, so this message is expected. If I remember correctly, hardware sequencing works differently on those, so I'd have to dive deeper into the chipset documentation to figure out how to dump UEFI/BIOS firmware.
Hm, I never implemented support for 100/200/300 Series chipsets, so this message is expected. If I remember correctly, hardware sequencing works differently on those, so I'd have to dive deeper into the chipset documentation to figure out how to dump UEFI/BIOS firmware.
I would appreciate it.