tobefriend Posted September 11, 2014 Share Posted September 11, 2014 @wpman Yes, my audio is working Link to comment Share on other sites More sharing options...
wpman Posted September 12, 2014 Share Posted September 12, 2014 Did you use AppleHDA? Can you attach your kext? Link to comment Share on other sites More sharing options...
tobefriend Posted September 13, 2014 Share Posted September 13, 2014 @wpman how to find the kext and attach for you ? Sorry I am a newbie. Link to comment Share on other sites More sharing options...
wpman Posted September 14, 2014 Share Posted September 14, 2014 Or you can post the link to where you got your kext. Link to comment Share on other sites More sharing options...
dell3537 Posted September 14, 2014 Share Posted September 14, 2014 guys, can somebody help me? i have no idea why this SSDT-7 doesn't work!!!! 359, 6126, syntax error, unexpected PARSEOP_ARG0 here are the code lines Device (DD02) { Method (_ADR, 0, Serialized) // _ADR: Address { Return (\_SB.PCI0.GFX0.DD02._ADR ()) } Method (_DCS, 0, NotSerialized) // _DCS: Display Current Status { Return (\_SB.PCI0.GFX0.DD02._DCS ()) } Method (_DGS, 0, NotSerialized) // _DGS: Display Graphics State { Return (\_SB.PCI0.GFX0.DD02._DGS ()) } Method (_DSS, 1, NotSerialized) // _DSS: Device Set State { } Method (_BCL, 0, NotSerialized) // _BCL: Brightness Control Levels { Return (\_SB.PCI0.GFX0.DD02._BCL) /* External reference */ } Method (_BQC, 0, NotSerialized) // _BQC: Brightness Query Current { Return (\_SB.PCI0.GFX0.DD02._BQC) /* External reference */ } Method (_BCM, 1, NotSerialized) // _BCM: Brightness Control Method { Return (\_SB.PCI0.GFX0.DD02._BCM) /* External reference */ Arg0<----- } Link to comment Share on other sites More sharing options...
Administrators Bronxteck Posted September 14, 2014 Administrators Share Posted September 14, 2014 try removing it? Method (_BCM, 1, NotSerialized) // _BCM: Brightness Control Method { Return (\_SB.PCI0.GFX0.DD02._BCM) /* External reference */ } Link to comment Share on other sites More sharing options...
dell3537 Posted September 14, 2014 Share Posted September 14, 2014 ok, so, when i delete the ''method'' part, there seem to be no errors. HOWEVER, after i apply the patches [2.11] and [2.12] (patch [2.05] cannot be applied for some weird reason), i get these 2 errors;1)1336, 6084, Object does not exist (\_SB.PCI0.IGPU.BAR1)2)1401, 6085, Object not found or not accessible from scope (^^PCI0.IGPU._DOS) here is the part of the code;1) OperationRegion (BRIT, SystemMemory, And(\_SB.PCI0.IGPU.BAR1, Not(0xF)), 0xe1184)2) ^^PCI0.IGPU._DOS(Arg0) Link to comment Share on other sites More sharing options...
Administrators Bronxteck Posted September 15, 2014 Administrators Share Posted September 15, 2014 it was this part Arg0 Link to comment Share on other sites More sharing options...
dell3537 Posted September 15, 2014 Share Posted September 15, 2014 it was this part Arg0<----- i wanted you to remove, not the whole method. aight,no errors before patching, but after the 2 patches, i get 1)1341, 6084, Object does not exist (\_SB.PCI0.IGPU.BAR1) 2)1406, 6085, Object not found or not accessible from scope (^^PCI0.IGPU._DOS) so,same errors again.... Link to comment Share on other sites More sharing options...
conedmiro Posted September 16, 2014 Share Posted September 16, 2014 question: does anyone know of a good wifi/bluetooth replacement or usb BT 4.0 card we can use that will enable Handoff with iOS 8?? Link to comment Share on other sites More sharing options...
Recommended Posts