InfiniteMac OSx86  


Reply
 
Thread tools Display modes
  #661  
Old 11-25-2010, 04:43 PM
kokozedman kokozedman is offline
Jaguar
 
Join Date: Nov 2009
Posts: 62
Hey guys ... I'm glad that we have WIFI right out of the box now!

But I have a small question for the curious ... do you guys think that it's possible to upgrade the CPU for these K50IN based computers? I'm having the X5DIN, with a P7450 and I want to upgrade it to P8xxx or P9xxx because I want to use Hardware virtualization.

I mean, I want to use Parallels for Mac, which requires VT-x on the CPU. Tell me what you guys think ...

ASUS X5DIN-SX176C (K50IN motherboard) / Intel Core 2 Duo T9900 @ 3.06 GHz x 2 / nVidia GeForce G102M 512 MB / 15.6" HD LED / 320 GB + 1 TB / 4 GB 800 MHz DDR2 / OS X 10.6.8 Vanilla
Reply With Quote
  #662  
Old 12-06-2010, 09:23 AM
ronovar ronovar is offline
Puma
 
Join Date: Nov 2009
Posts: 26
Hey guys...i finally found a solution to make clean bootwithout sound assertion errors...i took into ioreg from MacBookPro 5,5 ( i know that the Asus K70IO uses MCP79 chipset and is the same hardware that the MacBookPro 5,1).

Just under device (HDEF) add:

"CodecAddressMask",
Buffer (One)
{
0x01
}

and compile....without thiss addon sound assertion is given. so final hdef in asus notebook will be:


Method (_DSM, 4, NotSerialized)
{
Store (Package (0x0A)
{
"built-in",
Buffer (One)
{
0x00
},

"codec-id",
Buffer (0x04)
{
0x62, 0x06, 0xEC, 0x10
},

"CodecAddressMask",
Buffer (One)
{
0x01
},

"layout-id",
Buffer (0x04)
{
0x0C, 0x00, 0x00, 0x00
},

"PinConfigurations",
Buffer (0x20)
{
0x50, 0x40, 0x2b, 0x01,
0x41, 0x01, 0x10, 0x90,
0x40, 0x01, 0x10, 0x90,
0x20, 0x30, 0x8b, 0x01,
0x10, 0x01, 0xa0, 0x90,
0x30, 0xe0, 0xcb, 0x01,
0x60, 0xe0, 0x4b, 0x01,
0x70, 0x90, 0xab, 0x01
}
}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)
}
}

NOTE: PinConfigurations are from Linux Pin COnfig and are for other audio codec different.. i have ALC662.

Not i must study how to get all info from K50IN.kextto dsdt to use without this dummy kext and all to go.

Please try this and post your results...

DSDT is the great..for hackintosh..))

P.S: Does anybody know under what section i put dsdt injection for AR9285 into DSDT?
Reply With Quote
  #663  
Old 12-14-2010, 01:43 PM
ronovar ronovar is offline
Puma
 
Join Date: Nov 2009
Posts: 26
Hello...i have successfully enabled audio on my Asus K70IO notebook, ALC662 audio codec via DSDT. I have no sound assertions errors, all is working perfect.But i have one issue that i dont know how to fix.

if i boot into 64-bit mode...audio is working, but after 30seconds when i dont play music every 5seconds i hear click from speakers, so i think when after 30seconds user dont play any audio applehdacontroller goes to sleep and then checks ever 5seconds if is any music active and get click every 5 seconds. how to fix that? any clue or idea?

If i boot into 32-bit mode all is working perfect without click issue..so i want to use 64-bit mode...where to start begin to search?

i have snow leopard 10.6.5 retail. using dsdt patch for HDAC and HDEF injection and AsusK50IN legacy kext.

P.S: nobody is posting here...is this forum dead?
Reply With Quote
  #664  
Old 12-15-2010, 01:26 PM
uwannacookie uwannacookie is offline
Jaguar
 
Join Date: Apr 2010
Location: Portugal FTW!
Posts: 67
I don't know... It's kinda weird.

Desktop: Mobo: G41/ICH7 | CPU: C2D E6320 | Mems: 2Gb DDR2 | Graphics: X1650 512MB | HD: 250GB SATA2 (Clean) + 320GB IDE (Win7 HP SP1)

Laptop: K50IN / T5900 / 4GB DDR2 / 250 gb Sata / G102M 512mb / Atheros 9285 Wifi / RTL8139 / OSX 10.6.4 . EVERYTHING WORKS , only media keys not working.

Playing: Counter-Strike Source , GTAIV , Resident Evil 5, Call Of Duty 4.

XLIVE Gamertag: xuwannacookiex w/o Live Gold sub yet =(
Reply With Quote
  #665  
Old 12-18-2010, 10:22 PM
flip360 flip360 is offline
 
Join Date: Jan 2008
Location: Macedonia
Posts: 299
i think the reason nobody is posting is that we have reached full compatibility with OSX and just wait for the next update Maybe things change with 10.7 but i doubt it will

MSI P5Q / C2D E8400 @ 3.0 Ghz / 8GB DDR2 800Mhz / PCIe ECS 9600GT 1Gb / ALC1200 / Windows 7 / OS X 10.8
ASUS K50IN (SX004L) / C2D T6400 @ 2.0 Ghz / 4GB DDR2 800Mhz / nVidia G102M 512Mb / 15.6" HD/LED / ALC662 / Dell 1490 802.11g / Windows 7 / OS X 10.8
Reply With Quote
  #666  
Old 12-19-2010, 12:46 PM
pichibg pichibg is offline
Cheetah
 
Join Date: Dec 2010
Posts: 6
Hi, guys! Thanks to you all I've managed to install the Mac OS X 10.6.3 iAtkos S3.v2 distro to my Asus K50IN laptop. Here's the problem - I've got everything working except the sound and the trackpad. I've tried to fix the sound problem, but I got kernel panic - I've added the Asusk50in.kext and HDAenabler.kext in /Extra/Extensions folder and replaced the AppleHDA.kext in /System/Library/Extensions and it F@#%ed up. What am I doing wrong? I'm relatively new to hackintosh, tried a million times with my desktop and didn't got it working right! Now I'm few steps away from the perfect Hackintosh and I really need your help!
Reply With Quote
  #667  
Old 12-20-2010, 08:10 AM
pichibg pichibg is offline
Cheetah
 
Join Date: Dec 2010
Posts: 6
OK, since my last post I've got everything working besides the external VGA output! Help needed again - I use Natit driver, but I don't know what EFI string should I use during install?
Reply With Quote
  #668  
Old 12-21-2010, 01:19 PM
flip360 flip360 is offline
 
Join Date: Jan 2008
Location: Macedonia
Posts: 299
Quote:
Originally Posted by pichibg View Post
OK, since my last post I've got everything working besides the external VGA output! Help needed again - I use Natit driver, but I don't know what EFI string should I use during install?
Dunno abot Natit i use chameleon graphic enabler these days

MSI P5Q / C2D E8400 @ 3.0 Ghz / 8GB DDR2 800Mhz / PCIe ECS 9600GT 1Gb / ALC1200 / Windows 7 / OS X 10.8
ASUS K50IN (SX004L) / C2D T6400 @ 2.0 Ghz / 4GB DDR2 800Mhz / nVidia G102M 512Mb / 15.6" HD/LED / ALC662 / Dell 1490 802.11g / Windows 7 / OS X 10.8
Reply With Quote
  #669  
Old 12-22-2010, 11:42 AM
hanisster hanisster is offline
Cheetah
 
Join Date: Aug 2010
Posts: 1
Source

Quote:
Originally Posted by flip360 View Post
i just updated to 10.6.5 everything is working except the sound which we must copy from previous working kexts (10.6.3)

cheers
flip360, is there any link for the kexts used in 10.6.5? (K50IN - S/L/E and Extra)
Or is there any site that have the download links altogether?

I've tried the update and and still no sound...
Reply With Quote
  #670  
Old 12-24-2010, 05:21 AM
neonego neonego is offline
Puma
 
Join Date: Jan 2010
Posts: 22
ill upgrade to 10.6.5 soon.....



💡 Deploy cloud instances seamlessly on DigitalOcean. Free credits ($100) for InfMac readers.


Asus K40IN vx128
T6600 2.2GHz, ICH9M chipset.
nVidia GeForce G102M CUDA 512MB
Atheros 9285 Live, 2GB 800Mhz, LED display
OS X 10.6.7/Windows 7 ultimate x64
MacBook Retina LION. 512GB SSD. 8GBMem
iPhone 4s 64GB iOS 5.1.1
Samsung GALAXY S III
New iPAD 16gb iOS 5.1.1
Reply With Quote
Reply