mirror of
https://github.com/hirschmann/nbfc.git
synced 2026-04-26 00:56:01 +03:00
[GH-ISSUE #836] Trouble extracting DSDT #727
Labels
No labels
Stale
bug
config
discussion
duplicate
enhancement
experimental
feature
help-wanted
info
invalid
invalid
pull-request
question
up-for-grabs
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nbfc-hirschmann#727
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @super-eye on GitHub (Mar 2, 2020).
Original GitHub issue: https://github.com/hirschmann/nbfc/issues/836
Hi, I'm trying to extract DSDT on DSDT Editor and it retuns: "java.io.IOException: Cannot run program "./iasl-linux": error=2, No such file or directory" I'm on Debian Buster
What I can do?
Regards
@hirschmann commented on GitHub (Mar 3, 2020):
The reason for this issue is that the iasl binary which ships with the DSDT editor is a x86 binary and you probably try to run it on a x64 system without support for the i386 architecture.
You can either add support for x86 assemblies like this:
https://askubuntu.com/questions/522372/installing-32-bit-libraries-on-ubuntu-14-04-lts-64-bit
https://wiki.debian.org/Multiarch/HOWTO
Or simply install the x64 version of iasl:
sudo apt install iaslAnd then replace the
iasl-linuxfile in the DSDT editor folder with the following script:Don't forget to set the executable bit for the script and run the DSDT editor as root.
@super-eye commented on GitHub (Mar 4, 2020):
Thanks, it seems to work.
But I still can't extract the dsdt, it says "Pair of brackets don't match. Tree not updated." and Could not parse ACPI tables, AE_ALREADY_EXISTS. For the latter I installed the latest version of iasl as you said in #266 but still is sending me the same errors.
What I can do?
@github-actions[bot] commented on GitHub (Sep 2, 2020):
This issue is stale because it has been open more than 180 days with no activity. If nobody comments within 7 days, this issue will be closed