Jump to content

Dell Inspiron 3x37-5x37-7x37 Clover Installation


greg2204

Recommended Posts

Make sure you disable nvidia using boot flag: nv_disable=1. Also use dart=0 -v

 

Follow the guide step by step and dont try to rush it... If you find you get errors reboot and start again it helped me. At 1st boot install Clover Configurator with HVT and sort out the config.plist ( nv_disable=1 dart=0 ect ) then follow the guide that way you'll be able to reboot without ant errors

Link to comment
Share on other sites

Make sure you disable nvidia using boot flag: nv_disable=1. Also use dart=0 -v

 

Follow the guide step by step and dont try to rush it... If you find you get errors reboot and start again it helped me. At 1st boot install Clover Configurator with HVT and sort out the config.plist ( nv_disable=1 dart=0 ect ) then follow the guide that way you'll be able to reboot without ant errors

Thanks, i think i mess up with partions. I downloaded a new version of Clover, and it's help me.

But after step 15 and apply patch, Maciasl show me 1 error. 

 

input file does not appear to be an ASL or data table source file.

 

Then I followed the advice Pokenguyen to kvasil and deleted everything again copied and disassemble.

Apply all patches - i've got some errors - 

 

unexpected PARSEOF_IF on some part of code

 

Code:

If (SS1)

{

Name (_S1, Package (0x04)

{ One, Zero, Zero, Zero })

}

If (SS3)

{

Name (_S3, Package (0x04)

{ 0x03, Zero, Zero, Zero })

}

If (SS4)

{

Name (_S4, Package (0x04)

{ 0x04, Zero, Zero, Zero })

}

Name (_S5, Package (0x04)

{ 0x05, Zero, Zero, Zero })

 

So, I remove if section, and made code like for SS5 without if operator:

 

Name (_S1, Package (0x04)

{ One, Zero, Zero, Zero })

Name (_S3, Package (0x04)

{ 0x03, Zero, Zero, Zero })

Name (_S4, Package (0x04)

{ 0x04, Zero, Zero, Zero })

Name (_S5, Package (0x04)

{ 0x05, Zero, Zero, Zero })

 

ok. This errors i've resolve.

But i've got another errors - 

 

unexpected $end and premature end-of-file

 

I copied the code in IDE, which show me that in this code missing brackets }

I found a place where there were no brackets. And added they.

 

Ta-da ALL COMPILED without errors!!!

 

P.S. I would like to thank the community in providing guidance and assistance

 

Now  I have to make a sound (i don't install AppleHDA.kext, CodecCommodore & antipop) 

Link to comment
Share on other sites

Does anyone get turned on the webcamera ? (Dell 7537 core i5 4200, 15.6" non multitouch non fullhd)

How to configure the touchpad gestures. I know that need to go sys pref-> keyboard. But i don't understand what to do next. Can you provide me?

Link to comment
Share on other sites

Does anyone get turned on the webcamera ? (Dell 7537 core i5 4200, 15.6" non multitouch non fullhd)

How to configure the touchpad gestures. I know that need to go sys pref-> keyboard. But i don't understand what to do next. Can you provide me?

I'm have issues with camera too.. Just get black screen..

Don't know if anyone esle has got this to work.?

Link to comment
Share on other sites

×
×
  • Create New...