Closed seanthegeek closed 1 year ago
@seanthegeek: hello! :wave:
This issue is being automatically closed because it does not follow the issue template. If you don't care to provide proper details. I won't waste my time here
Having a bot auto reopen an issue three minutes after auto closing it is interesting...
drunk bot :D
thanks for spot i have to remove any ref from cape docs to my personal repo. i don't have more docs for that. i did my patched private version years ago. but there is link to arch wiki which i used so you have a good start point
The CAPE installation documentation states:
The comments linked to in the script itself show various commands to run, but there is no documentation on what to do with the output of these commands.
acpixtract
must be run as sudo/root, which is not reflected in the documentation in the script comments. The comments in the script say to runiasl -d DSDT.dat
,DSDT.dat
does not exist, butdsdt.dat
does, so I think that is a typo.So, I ended up running the following commands:
I'm guessing
dsdt.dsl
(i.e., the decompileddsdt.dat
) contains the values that should be used to replace the<WOOT>
values inkvm-qemu.sh
, but I have no idea where to look for each value. Any tips?Also, it doesn't seem to be necessary to recompile if file, since we are just using the values from the decompiled source file?
It would also be good to include tips to use
lscpu
to get your own CPU ID string, andlspci
to get models of drives. That way, the person following the guide can use their own values, instead of providing another common identifier.Any tips for picking our own BIOS table dates to make them more realistic?