Re: Current, ACPI and my Compac EVO N800c
Bakul Shah <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.mobile |
|---|---|
| Message-ID | <[email protected]> |
> How does one create a file from the aml?
If the aml is in a file foo.aml you can do this:
acpidump -f foo.aml > foo.asl
To read your machine's DSDT tables and decode aml in it
acpidump > foo.asl
To recreate an aml file once you fix anything, you will need
acpicatools from the ports.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-mobile
To unsubscribe, send any mail to "[email protected]"