-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 On 03/ 2/16 01:18 PM, Larry Rosenman wrote: > On 2016-03-02 12:14, Jung-uk Kim wrote: On 03/ 2/16 12:25 PM, Larry > Rosenman wrote: >>>> Can you give me EXACT command lines to extract what I need to >>>> move the 0x66 stuff out of PS2K? >>>> >>>> Or to get you something to look at? > > It seems Robert wants to see ACPICA acpidump output. Install > sysutils/acpica-tools, do "/usr/local/bin/acpidump > acpidump.txt" > as root, and give him the output. > >> Done.
FYI, usual workflow goes like this with ACPICA tools: /usr/local/bin/acpidump > acpidump.txt /usr/local/bin/acpixtract acpidump.txt /usr/local/bin/iasl -e ssdt* -d dsdt.dat Then, you can modify disassembled dsdt.dsl. Please note our acpidump(8), i.e., /usr/sbin/acpidump, merges all SSDTs with DSDT for historical reasons. Jung-uk Kim >>>> On Wed, Mar 02, 2016 at 12:18:49PM -0500, Jung-uk Kim wrote: >>>> On 03/ 2/16 12:04 PM, Jung-uk Kim wrote: >>>>>>> On 03/ 2/16 10:11 AM, Moore, Robert wrote: >>>>>>>> This is probably because of external references that >>>>>>>> cannot be resolved. >>>>>>> >>>>>>>> Try : iasl -e ssdt* -d dsdt.dat >>>>>>> >>>>>>> Please note it is /usr/local/bin/iasl (i.e., >>>>>>> sysutils/acpica-tools from the ports tree), not >>>>>>> /usr/sbin/iasl from the base. >>>> >>>> And use /usr/local/bin/acpidump and >>>> /usr/local/bin/acpixtract, not /usr/sbin/acpidump, to get >>>> individual tables. >>>> >>>> Jung-uk Kim >>>> >>>>>>> Jung-uk Kim >>>>>>> >>>>>>>>> -----Original Message----- From: >>>>>>>>> [email protected] >>>>>>>>> [mailto:owner-freebsd- [email protected]] On Behalf >>>>>>>>> Of Larry Rosenman Sent: Tuesday, March 01, 2016 >>>>>>>>> 3:57 PM To: [email protected] Subject: >>>>>>>>> DSDT/AML/Etc Inspiron 5748 >>>>>>>>> >>>>>>>>> I have a Dell Inspiron 5748, and it's DSDT has the >>>>>>>>> mouse (0x66) in the keyboard resources. >>>>>>>>> >>>>>>>>> I was trying to recompile it, but even dumping the >>>>>>>>> DSDT and recompiling it with no changes garners >>>>>>>>> syntax errors from iasl. >>>>>>>>> >>>>>>>>> I've posted the DSDT at: >>>>>>>>> http://www.lerctr.org/~ler/FreeBSD/acpi/my.asl >>>>>>>>> >>>>>>>>> and the errors: >>>>>>>>> http://www.lerctr.org/~ler/FreeBSD/acpi/my.asl.err >>>>>>>>> >>>>>>>>> Can someone help me? >>>>>>>>> >>>>>>>>> System is at: >>>>>>>>> >>>>>>>>> FreeBSD trivet 11.0-CURRENT FreeBSD 11.0-CURRENT >>>>>>>>> #2 r296241: Mon Feb 29 18:02:55 CST 2016 >>>>>>>>> root@trivet:/usr/obj/usr/src/sys/GENERIC amd64 >>>>>>>>> 1100100 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJW1zCyAAoJEHyflib82/FGxzUIAI7RHgLPqGj7HPniCjqST4vb b197XsWayhgTY7ij+37yoYdVsmfKLI6e10JG9uGktOJMV/dvkaAiuNOjO0klzYuV DxIXKuwhBdpe2o5S0lZqfhjnpwWOUnJlwVvcbufbhp4VopW1fytkP+3QCsZSB+au aFEJeFEdlpzlq7f2dTkA2hcohmLGFGZCSB4GkS0+FQThdAbmlNynxS0WZuRHj3Fk kaDPVs98xJp3f4WW3qBz4gpcYUCQ01mE0G359vYO9oQjSNQFit9bpQYOIZ9hzJ2X K2TksHb9pYE4AP4ZHVZbbvgMjqg5jZc8tlWyuMxxCfqQTzHKWaL1kqpPgNT/GwM= =UB5a -----END PGP SIGNATURE----- _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-acpi To unsubscribe, send any mail to "[email protected]"
