pawn icon indicating copy to clipboard operation
pawn copied to clipboard

Unsupported Intel ChipSet v2.0

Open Sello2001 opened this issue 2 years ago • 2 comments

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

Sello2001 avatar Jan 24 '23 20:01 Sello2001

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.

cblichmann avatar Jan 25 '23 12:01 cblichmann

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.

Sello2001 avatar Jan 25 '23 22:01 Sello2001