Jump to content

DSDT for Toshiba Qosmio X500


whityini
 Share

13 posts in this topic

Recommended Posts

I have patched the DSDT file I've extracted from my system to add the Firewire device that is not actually running.

 

Unlucky when I compile it I get one error.

 

Could someone be so kind to try to fix the error for me? I'm not really able to do it by my self.

 

Thanks in advance

 

whityini

 

dsdt.zip

Link to comment
Share on other sites

Try it

dsdt.whityini.zip

 

DTGP

EHCI

FN

HDEF

HPET

IRQs

LPC

OS

PNLF

RENAME

RTC

SMBUS

UHCI

 

use AppleHdaDisabler in S/L/E

http://www.insanelymac.com/forum/index.php...st&id=87700

 

FireWire

use EvOToolsX

http://www.insanelymac.com/forum/index.php...st&id=87693

and see where the patch should be applied

Link to comment
Share on other sites

01.png

02.png

 

Example device Lpc

how to locate the device

my mobo has no firewire :D

03.png

 

Device (LPCB)
           {
               Name (_ADR, [b][color="#FF0000"]0x001F0000[/color][/b])
               OperationRegion (LPC0, PCI_Config, 0xA4, 0x02)
               Field (LPC0, ByteAcc, NoLock, Preserve)
               {
                   AG3E,   1
               }

Link to comment
Share on other sites

I have tried to follow you suggestion.

 

If I have well understood the trick was to identify the address of the device (Firewire) using DSDTToolsX. Correct?

 

So I have done. Extracted the DSDT from my system, applied the patch changing the correct address then recompiling.

 

Unfortunately I get the same error as before:

 

Intel ACPI Component Architecture

ASL Optimizing Compiler version 20091214 [Dec 16 2009]

Copyright © 2000 - 2009 Intel Corporation

Supports ACPI Specification Revision 4.0

 

/Users/Andrea/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 17731: Device

Error 4096 - syntax error, unexpected PARSEOP_DEVICE, expecting $end ^

 

ASL Input: /Users/Andrea/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl - 17732 lines, 741125 bytes, 7248 keywords

Compilation complete. 1 Errors, 0 Warnings, 0 Remarks, 5 Optimizations

 

How could I fix it?

 

Thanks

Link to comment
Share on other sites

you may be forgetting --> { or } post-557433-1300815228.png

I've tried a lot of combinations playing with { or }, but I had no good result.

 

I have also checked the other lines to see how these are structured but it seems to me that all the brackets are ok.

 

Any other suggetions?

 

Thanks

Link to comment
Share on other sites

I've tried a lot of combinations playing with { or }, but I had no good result.

 

I have also checked the other lines to see how these are structured but it seems to me that all the brackets are ok.

 

Any other suggetions?

 

Thanks

 

combination? not

is the right amount

 

look it

for example

Method (_PTS, 1, NotSerialized)
   [color="#FF0000"][b]{[/b][/color]
       Or (Arg0, 0xF0, Local0)
       Store (Local0, DBG1)
       Store (Zero, \_SB.PCI0.LPCB.AG3E)
       If (LEqual (Arg0, 0x05))
       [color="#FF0000"][b]{[/b][/color]
           Store (Zero, SLPE)
           Sleep (0x10)
       [color="#0000FF"][b]}[/b][/color]
   [color="#0000FF"][b]}[/b][/color]

 

01a.png

Link to comment
Share on other sites

Thank you for your help, but I have to quit.

 

Checked all the file searching possible wrong combinantion but I have found anything (at least from my point of view)

 

I don't know what else could I do.

Link to comment
Share on other sites

 Share

×
×
  • Create New...