Issue #440 has been updated by Nicholas Chin.
J Nky wrote in #note-3:
Unfortunately I have no idea how to do it. I'm having like 2 brain cells at most and all I can do is to get prebuilt package using `apt install` :)
Hmm, so I'm assuming you are using superiotool from the coreboot-utils package? In that case, try these steps: 1. Install the following packages using apt: `sudo apt install build-essential git` 2. Download the coreboot source code: `git clone https://review.coreboot.org/coreboot%60 3. Go to the superiotool source: `cd coreboot/util/superiotool` 4. Download my patch: `git fetch https://review.coreboot.org/coreboot refs/changes/81/69981/4 && git checkout -b change-69981 FETCH_HEAD` 5. Compile superiotool: `make` 6. Try running superiotool again `sudo ./superiotool`
---------------------------------------- Bug #440: superiotool tells you to run it as root and stops even when ran as root https://ticket.coreboot.org/issues/440#change-1283
* Author: J Nky * Status: New * Priority: Normal * Target version: none * Start date: 2022-11-24 * Affected versions: 4.15 * Affected OS: ubuntu 22.10 ---------------------------------------- On ubuntu 22.10:
**sudo superiotool** iopl: Function not implemented Superiotool must be run as root.
superiotool tells you to run it as root and stops even when ran as root