Jump to content

Lenovo G460 fully working 10.7.2!


Sanky18
 Share

13 posts in this topic

Recommended Posts

Hi there everybody......this is to all the lenovo users out there. I have a fully working hackintosh with 10.7.2!! No problems at all.

My system configuration is as follows :

Intel core i5 520M 2.40GHz

Nvidia Geforce 310M 512MB : working OOB (full QE/CI)

4 GB DDR3

Atheros AR9285 wifi : DSDT injection

Realtek RTL8101E ethernet : Working OOB

Sleep wake working with Lid close also : DSDT edits

Battery working with ACPIbatterymanager and DSDT edits (no need for AppleACPIPlatform from 10.6.7) :P

Conexant CX20585 : DSDT injection+voodoohda 2.7.3

Web cam : OOB

Card reader : OOB

HDMI port : voodoohda edits

Keyboard and trackpad : ApplePSIINub and ApplePS2controller

Bluetooth : working OOB

Macbook pro 8,1 system definitions with 64 bit kernel extensions enabled.

So any lenovo users need help......you've come to the right place!!! :):D

  • Like 1
Link to comment
Share on other sites

Well for AMD systems u can't do a vanilla install.......u gonna need a patched kernel for that, coz os x doesn't support AMD. I've never seen a AMD system run Lion but i had helped some friends with SL on AMD systems. Modbin has made a patched kernel for it. U can google it. :)

  • Like 1
Link to comment
Share on other sites

Hi,

could you provide us with your dsdt please?

I'm very interested in how you made the Atheros working with your dsdt. I'm using patched kext but it is working only with wireless-g standard.

Can you use wireless-n routers with that solution?

Thank you very much!

Link to comment
Share on other sites

Hi,

I'll post the code here itself. When u edit your DSDT with this code remove all the patched kexts and fixes and install the vanilla IO80211family.kext (unmodified). And yes you'll be able to connect to g as well as n networks without any problems. The code is as follows :

 

 

Device (RP02)

{

Device (ARPT)

{

Name (_ADR, Zero)

Name (_PRW, Package (0x02)

{

0x0B,

0x05

})

Method (_DSM, 4, NotSerialized)

{

Store (Package (0x0C)

{

"AAPL,slot-name",

Buffer (0x08)

{

"AirPort"

},

 

"device-id",

Unicode ("*"),

"device_type",

Buffer (0x08)

{

"AirPort"

},

 

"model",

Buffer (0x34)

{

"Atheros 9285 8802.11 b/g/n Wireless Network Adapter"

},

 

"subsystem-id",

Buffer (0x04)

{

0x8F, 0x00, 0x00, 0x00

},

 

"subsystem-vendor-id",

Buffer (0x04)

{

0x6B, 0x10, 0x00, 0x00

}

}, Local0)

DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))

Return (Local0)

}

}

 

Search for the Device(RP02) section in your DSDT and Paste this code. You'll have to add Device (ARPT) inside Device (RP02) (if Device (ARPT) is not present is your DSDT). And for this u should have a DTGP method present in your dsdt. Cheers!! :D

  • Like 1
Link to comment
Share on other sites

Hi,

I'll post the code here itself. When u edit your DSDT with this code remove all the patched kexts and fixes and install the vanilla IO80211family.kext (unmodified). And yes you'll be able to connect to g as well as n networks without any problems.

 

how do i obtain an unmodified kext that you're referring to? i've looked online and none of them work or i can't determine which one is unmodified. thanks

Link to comment
Share on other sites

HI

I have Lenovo G460 with pentium dual core 6200 2.13 ghz 2 gb ddr3 ram

Mac OSX 10.7.2 iatkos installs fine but gui doesnot load.

I have edited smbios.plist to 8,1 but still the same problem.

 

Please help

 

Sorry but i don't use/know anything about the pirated versions of OS X. I will only be able to help with legal installs of the OS.

Link to comment
Share on other sites

  • 5 months later...

Can someone help me get the wireless n work also. I only have "g" right now. Do I copy the code and replace where it says the device rp02? or should I just append to it.

 

I have an asus g60jx with the ar9285 card running on osx lion 10.7.3 and 10.6.5. 10.6.5 is my test environment incase of kernel panics or whatever. I dont have a DSDT file in use right now though.

 

Thanks!!

Link to comment
Share on other sites

Hello sanky, can you provide us the tutorial you followed to complete the vanilla instalation of the OS X Lion (legal way) ?

 

Also, I don't know much about what DSDTs are or why are they made, but I guess it should help solve my problems. I have a wifi card and a ethernet card on my notebook that doesn't work at all. Wifi : RTL8188CE. Ethernet: JMC250. Tried some kexts, no luck.

 

And, how can I know if my notebook is using the full power of my battery ? I'm using nullcpupowermanagement.kext and my notebook just stays for 2h or less.

  • Like 1
Link to comment
Share on other sites

 Share

×
×
  • Create New...