Jump to content
brividomortale

[ HELP ] Installation Mountain Lion On Dell 3560

Recommended Posts

I'm trying to install this Mountain Lion poratile

DELL VOSTRO 3560


At this time I managed to get it started, I would like to operate the audio


by SystemInfo downloaded from Olarilla I saw that the audio is compatible, but I can not make it work.


SystemInfo as hardware AUDIO Codec I get the following:


V ID: 8086

D ID: 1e20


The same Hardware with Hardware/Manager on Win8 i get this codec


V ID: 8086

D ID: 2806


DSTS DEL VOSTRO 3560

DEELVOSTRO.zip

Link to comment
Share on other sites

This is not the codec.


See here how to find the codec


http://Olarila.com/forum/viewtopic.php?f=18&t=2676

-Donations-

PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3

PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com

Premium Users HERE - Problems with Paypal HERE

xcd5u2Y.png

Link to comment
Share on other sites

I am trying to activate my card Intel HD 4000 from DSDT.

EFI string with my intel is activated through this code


ig-platform-id: 01660003

 

<key>device-properties</key>
<string>7f0000000100000001000000730000000200000002010c00d041030a000000000101060000027fff04002c0000004100410050004c002c00690067002d0070006c006100740066006f0072006d002d006900640000000800000003006601140000006800640061002d0067006600780000000d0000006f6e626f6172642d31</string>

 

I tried this change in DSDT

 

            Method (_DSM, 4, NotSerialized)
           {
               Store (Package (0x0E)
                   {
                       "device-id", 
                       Buffer (0x04)
                       {
                            0x66, 0x01, 0x00, 0x00
                       }, 
                       "vendor-id", 
                       Buffer (0x04)
                       {
                            0x86, 0x80, 0x00, 0x00
                       }, 
                       "model", 
                       Buffer (0x1E)
                       {
                           "Intel HD Graphics 4000 Mobile"
                       }, 
                       "AAPL,ig-platform-id", 
                       Buffer (0x04)
                       {
                            0x04, 0x00, 0x66, 0x01
                       }, 
                       "VRAM,totalsize", 
                       Buffer (0x04)
                       {
                            0x00, 0x00, 0x00, 0x18
                       }, 
                       "hda-gfx", 
                       Buffer (0x0A)
                       {
                           "onboard-1"
                       }, 
                       "AAPL00,DualLink", 
                       Buffer (0x04)
                       {
                            0x01, 0x00, 0x00, 0x00
                       }
                   }, Local0)
               DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
               Return (Local0)
           }

 

The video card is recognized , but I have the laptop video separated into 4

Link to comment
Share on other sites

Delete this part

                         ,
                       "AAPL00,DualLink",
                       Buffer (0x04)
                       {
                            0x01, 0x00, 0x00, 0x00
                       }

and the package size

Store (Package ()

 

Actually you only need the AAPL,ig-platform-id


http://Olarila.com/forum/viewtopic.php?f=3&t=1583

-Donations-

PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3

PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com

Premium Users HERE - Problems with Paypal HERE

xcd5u2Y.png

Link to comment
Share on other sites

Thank you for your answer.

For my intel hd 4000 it has is platform-id: 01660003

My patch on DSDT is correctly

 

            Method (_DSM, 4, NotSerialized)
           {
               Store (Package ()
                   {
                       "device-id", 
                       Buffer (0x04)
                       {
                            0x66, 0x01, 0x00, 0x00
                       }, 
                       "vendor-id", 
                       Buffer (0x04)
                       {
                            0x86, 0x80, 0x00, 0x00
                       }, 
                       "model", 
                       Buffer (0x1E)
                       {
                           "Intel HD Graphics 4000 Mobile"
                       }, 
                       "AAPL,ig-platform-id", 
                       Buffer (0x04)
                       {
                            0x03, 0x00, 0x66, 0x01
                       }, 
                       "VRAM,totalsize", 
                       Buffer (0x04)
                       {
                            0x00, 0x00, 0x00, 0x18
                       }, 
                       "hda-gfx", 
                       Buffer (0x0A)
                       {
                           "onboard-1"
                       }
                   }, Local0)
               DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
               Return (Local0)
           }

Link to comment
Share on other sites

hello


this is u edited dsdt with all usual patch for ivy, now insert in there what u want (specific, like hd 4000) hdef is layout 12 for sound , must search for the right one for u.. is only edited with the bases, if u gonna use a applehda with layout 1 must change from 12 to 1

 

DSDT.zip

 

good hack

PB Easy Note TM 86 - i5 430 M - H55M - Ram - 6 GB - Alc272 - Radeon HD 5470 512 QE/CI

Lenovo G500 - i5 3230m - HM77 - Ram - 8 GB - Conexant audio - HD 4000

My OS X Files 

Link to comment
Share on other sites

hello


this is u edited dsdt with all usual patch for ivy, now insert in there what u want (specific, like hd 4000) hdef is layout 12 for sound , must search for the right one for u.. is only edited with the bases, if u gonna use a applehda with layout 1 must change from 12 to 1

 

[attachment=0]DSDT.zip[/attachment]

 

good hack

I understand it, this is the my DSDT Dell with all the most common changes?

have I to add only the Intel HD 4000 and the audio?

Link to comment
Share on other sites

PB Easy Note TM 86 - i5 430 M - H55M - Ram - 6 GB - Alc272 - Radeon HD 5470 512 QE/CI

Lenovo G500 - i5 3230m - HM77 - Ram - 8 GB - Conexant audio - HD 4000

My OS X Files 

Link to comment
Share on other sites

hello


about audio give + info


what are u using


clover config (why u don't post that question in clover topic, maybe slice answer to u question )


wireless


http://www.insanelymac.com/forum/topic/51725-broadcom-bcm43xx-wireless-driver-beta/


i don't know if it works...


but that issue is well know , broadcom only few cards work without problems in mac os x...


why u don't change the wireless by a compatible one ?


good hack

PB Easy Note TM 86 - i5 430 M - H55M - Ram - 6 GB - Alc272 - Radeon HD 5470 512 QE/CI

Lenovo G500 - i5 3230m - HM77 - Ram - 8 GB - Conexant audio - HD 4000

My OS X Files 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.





×
  • Create New...