Jump to content
460 posts in this topic

Recommended Posts

I apologize, has badly read.

 

HDMI-AUDIO.

Add in PEGP sec.

Method (_DSM, 4, NotSerialized)
                   {
                       Store (Package (0x2A)
                           {
                               "@0,AAPL,boot-display", 
                               Buffer (Zero) {}, 
                               "AAPL,slot-name", 
                               Buffer (0x07)
                               {
                                   "Slot-1"
                               }, 

                               "@0,backlight-control", 
                               Buffer (0x04)
                               {
                                   0x01, 0x00, 0x00, 0x00
                               }, 

                               "@0,pwm-info", 
                               Buffer (0x18)
                               {
                                   /* 0000 */    0x02, 0x18, 0x00, 0x64, 0xAE, 0x5A, 0x01, 0x00, 
                                   /* 0008 */    0x08, 0x52, 0x00, 0x00, 0x82, 0x10, 0x00, 0x00, 
                                   /* 0010 */    0x00, 0x04, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
                               }, 

                               "@0,display-cfg", 
                               Buffer (0x04)
                               {
                                   0x03, 0x01, 0x00, 0x00
                               }, 

                               "AAPL,aux-power-connected", 
                               Buffer (0x04)
                               {
                                   0x01, 0x00, 0x00, 0x00
                               }, 

                               "@0,built-in", 
                               Buffer (Zero) {}, 
                               "@0,compatible", 
                               Buffer (0x0B)
                               {
                                   "NVDA,NVMac"
                               }, 

                               "@0,device_type", 
                               Buffer (0x08)
                               {
                                   "display"
                               }, 

                               "@0,name", 
                               Buffer (0x0F)
                               {
                                   "NVDA,Display-A"
                               }, 

                               "@0,use-backlight-blanking", 
                               Buffer (Zero) {}, 
                               "@1,can-hot-plug", 
                               Buffer (Zero) {}, 
                               "@1,compatible", 
                               Buffer (0x0B)
                               {
                                   "NVDA,NVMac"
                               }, 

                               "@1,device_type", 
                               Buffer (0x08)
                               {
                                   "display"
                               }, 

                               "@1,name", 
                               Buffer (0x0F)
                               {
                                   "NVDA,Display-B"
                               }, 

                               "NVCAP", 
                               Buffer (0x14)
                               {
                                   /* 0000 */    0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 
                                   /* 0008 */    0x3E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0A, 
                                   /* 0010 */    0x00, 0x00, 0x00, 0x00
                               }, 

                               "VRAM,totalsize", 
                               Buffer (0x04)
                               {
                                   0x00, 0x00, 0x00, 0x80
                               }, 

                               "device_type", 
                               Buffer (0x0C)
                               {
                                   "NVDA,Parent"
                               }, 

                               "model", 
                               Buffer (0x10)
                               {
                                   "GeForce GT 435M"
                               }, 

                               "rom-revision", 
                               Buffer (0x0F)
                               {
                                   "70.16.25.00.25"
                               }, 

                               "hda-gfx", 
                               Buffer (0x0A)
                               {
                                   "onboard-1"
                               }
                           }, Local0)
                       DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                       Return (Local0)
                   }

in HDEF sec.

Method (_DSM, 4, NotSerialized)
               {
                   Store (Package (0x06)
                       {
                           "layout-id", 
                           Buffer (0x04)
                           {
                               0x99, 0x02, 0x00, 0x00
                           }, 

                           "hda-gfx", 
                           Buffer (0x0A)
                           {
                               "onboard-1"
                           }, 

                           "PinConfigurations", 
                           Buffer (Zero) {}
                       }, Local0)
                   DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                   Return (Local0)
               }

And in P0P2 sec.

Device (HDAU)
               {
                   Name (_ADR, One)
                   Method (_DSM, 4, NotSerialized)
                   {
                       Store (Package (0x02)
                           {
                               "hda-gfx", 
                               Buffer (0x0A)
                               {
                                   "onboard-1"
                               }
                           }, Local0)
                       DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                       Return (Local0)
                   }
               }

 

Vladlenas Does your ALC665 kext only work with a dsdt? The l702x uses the same audio as the l701 and I cant seem to get it to work. I am pretty new with dsdt editing and I am not sure if it would have to be remapped.

 

Also do you plan on releasing a non-dsdt version?

Vladlenas Does your ALC665 kext only work with a dsdt? The l702x uses the same audio as the l701 and I cant seem to get it to work. I am pretty new with dsdt editing and I am not sure if it would have to be remapped.

 

Also do you plan on releasing a non-dsdt version?

There are no problems, try and write result.

ALC655_HDAEnabler.zip

hi, i want to buy a DELL 1510 wlan card, the install mac os on my xps 17

 

1. can i use this card also with windows 7 (i want to try a dual boot for first)

 

2. it's difficult to remove the intel card and install the new one?

 

thanks for the help

1.Perfectly works.

2.Five minutes of work.

I installed a retail leo whit combo upgrade at 10.6.7, I installed some programs and everything work, but everytimes, when on desktop there is an animation (as dock) the system freezes.

May be nvidia driver problem?

 

I have exactly the same freezes with 10.6.7.

Have not tried with 10.6.6

 

Hopefully there is an easy fix for this.

thanks vlad..

 

anyway i have always kernel panic after installing the kexts.. FakeSMC error

 

i installed 2 times the system, i put the kexts and fix permissions.. but everytime i boot after putting fakesmc the system got kernel panic.. i neither can enter safe mode.. same error

 

please help me =)

in E/E is present:

- ACPIMonitor.kext (necessary?)

- FakeSMC.kext

- IntelThermal.kext (necessary?)

- PXHCD.kext

- VoodooBattery.kext

- VoodooPS2Controller.kext (from AnV)

 

 

anyway, IMHO lnx2mac is a pita, specially with 10.6.6+x86_64, or l701x have unsolved problem... reboot is a random kp roulette in 64bit.

 

 

tnx for your help.

 

theSLug

 

Hello theSlug, how did you make work the VoodooPS2Controller in E/E with keyboard and trackpad?

I doesn't work for me.

Cheers.

×
×
  • Create New...