InfiniteMac OSx86

InfiniteMac OSx86 (http://infinitemac.com/forum.php)
-   10.X (http://infinitemac.com/forumdisplay.php?f=36)
-   -   Asus K50IN (http://infinitemac.com/showthread.php?t=4409)

kokozedman 12-12-2009 07:29 PM

Quote:

Originally Posted by flip360 (Post 40692)
i am without patched DSDT and coolbook is working properly, changing freq, voltage and temperature accordingly

Well, it works well when it wants to work, and it really is crazy when it's not working. I mean, it is very very random ... sometimes it works, sometimes it will not work, even after 3 successive reboots.

To solve the problem, in general, I have to disable the CoolBook ... Reboot ... and then enable again ... Reboot ... then it works :-/
That is a long and annoying steps, just to get SpeedStep.

And the most stupid error, I think it is a bug in the program itself ... is that when it does not work, the frequencies are all 0 MHz!!! :eek:
What I hate is the guy who is developing this little software is terribly bad in terms of customer support ... don't count on it, he will not answer.

flip360 12-13-2009 07:14 PM

:) lol
well i think it works on my notebook because its speedsteping properly, the ps2 controller is not working for me, i have sleep working and it goes to sleep fast enough but sometimes i have non working usb and ps2 afterwards. i use smart sleep also ;) i dont know about deep sleep though? any suggestions?

cheers

Buhgalter 12-14-2009 10:47 AM

Quote:

Originally Posted by flip360 (Post 41041)
:) lol
the ps2 controller is not working for me, i have sleep working and it goes to sleep fast enough but sometimes i have non working usb and ps2 afterwards. i use smart sleep also ;) i dont know about deep sleep though? any suggestions?
cheers

Did you try ApplePS2Controller-Snow64 by Slice?

Use it with AppleACPIPS2Nub.kext and remove VoodooPS2Controller.kext...

flip360 12-14-2009 12:16 PM

i tried only standalone ApplePS2Controller-Snow64 by Slice and it didnt work but i didnt pair it with AppleACPIPS2Nub.kext :( will try that one out later and report back ;)

cheers

mao_red 12-22-2009 06:42 AM

what's the update here? :)

flip360 12-24-2009 11:37 AM

hello mao_red, as you see thing have calmed down a little, it seems that we have a good solution for our notebooks :) Whats your status?

Cheers

kokozedman 12-27-2009 01:17 PM

I keep having some strange issue with the DVD drive on my system. Sometimes the drive is good, but sometimes, it is not responding properly. I eject the drive from the tray icons, but it takes some long while before it gets open.

But the worst case is that the system reports that there is no CD/DVD drive. And that is weird!

Buhgalter 12-31-2009 07:42 PM

1 Attachment(s)
Quote:

Originally Posted by kokozedman (Post 41852)
I keep having some strange issue with the DVD drive on my system. Sometimes the drive is good, but sometimes, it is not responding properly. I eject the drive from the tray icons, but it takes some long while before it gets open.

But the worst case is that the system reports that there is no CD/DVD drive. And that is weird!

Try DSDT by Rus for K50IN which I have attached. It fixes that problem. Also the system works without HpetDevice.Kext, HDAEnabler.kext with this DSDT.

Rus has made 2 options:
1 - DSDT fix for dvd, hpet and sound - With this you must remove HpetDevice.Kext, HDAEnabler.kext
2 - DSDT fix for dvd, hpet and audio + video - With this you must remove HpetDevice.Kext, HDAEnabler.kext and turn off graphic enabler in the Chameleon.

pboda 01-02-2010 05:47 PM

DSDt help
 
2 Attachment(s)
hi anybody who can help me to fix my dsdt file i have a asus x66ic laptop
motherboard k61ic almost identical specs as de k50in tryed the dsdt files
posted here on page 16 for k50 in the audio fix and hpet fix works it boots good
but the dvd fix in it doesnt work on my machine but i dont have any dvd problems with the ddst file i have generated for this machine i have searched everywhere
but cant find any usefull for my laptop best regards pboda

drade 01-03-2010 12:14 AM

Quote:

Originally Posted by pboda (Post 42243)
hi anybody who can help me to fix my dsdt file i have a asus x66ic laptop
motherboard k61ic almost identical specs as de k50in tryed the dsdt files
posted here on page 16 for k50 in the audio fix and hpet fix works it boots good
but the dvd fix in it doesnt work on my machine but i dont have any dvd problems with the ddst file i have generated for this machine i have searched everywhere
but cant find any usefull for my laptop best regards pboda

hi
In your IOregistry the section ATA what value IOInterruptSpecifieres? 8? - need 9
HpetDevice.kext in info.plist irq number 12? you will change on 21, or vice versa.

Sorry for my English.

pboda 01-03-2010 12:36 AM

Quote:

Originally Posted by drade (Post 42280)
hi
In your IOregistry the section ATA what value IOInterruptSpecifieres? 8? - need 9
HpetDevice.kext in info.plist irq number 12? you will change on 21, or vice versa.

Sorry for my English.

problems solved thanks :)

drade 01-03-2010 08:18 PM

1 Attachment(s)
Quote:

Originally Posted by Buhgalter (Post 42167)
Try DSDT by Rus for K50IN which I have attached. It fixes that problem. Also the system works without HpetDevice.Kext, HDAEnabler.kext with this DSDT.

Rus has made 2 options:
1 - DSDT fix for dvd, hpet and sound - With this you must remove HpetDevice.Kext, HDAEnabler.kext
2 - DSDT fix for dvd, hpet and audio + video - With this you must remove HpetDevice.Kext, HDAEnabler.kext and turn off graphic enabler in the Chameleon.

UPDATE DSDT for Asus K50in
1 - DSDT fix for dvd,hpet,audio, and enabler smbus - use 32,64 bit (NVEnabler.kext)
2 - DSDT fix for dvd,hpet,audio,video and enabler smbus - use only 64 bit
Code:

               
/*Fix hpet*/
Device (HPET)
                {
                    Name (_HID, EisaId ("PNP0103"))
                    Name (ATT3, ResourceTemplate ()
                    {
                        IRQNoFlags ()
                            {3}  /* -irq 0 conflict Device (PIC) - (correctly it does not work DVD rom)*/
                        IRQNoFlags ()
                            {8}
                        Memory32Fixed (ReadWrite,
                            0xFED00000,        // Address Base
                            0x00000400,        // Address Length
                            )
                    })
                    Name (ATT4, ResourceTemplate ()
                    {
                    })
                    Method (_STA, 0, NotSerialized)
                    {
                        Return (0x0F)
                    }

                    Method (_CRS, 0, NotSerialized)
                    {
                        Return (ATT3)
                    }
                }
/*the correcting*/
                Device (TMR)
                {
                    Name (_HID, EisaId ("PNP0100"))
                    Name (_CRS, ResourceTemplate ()
                    {
                        IO (Decode16,
                            0x0040,            // Range Minimum
                            0x0040,            // Range Maximum
                            0x00,              // Alignment
                            0x04,              // Length
                            )
                    })
                }

                Device (RTC0)
                {
                    Name (_HID, EisaId ("PNP0B00"))
                    Name (_CRS, ResourceTemplate ()
                    {
                        IO (Decode16,
                            0x0070,            // Range Minimum
                            0x0070,            // Range Maximum
                            0x00,              // Alignment
                            0x02,              // Length
                            )
                    })
                }
/*Enabler SmBus*/
 Device (BUS0)
                {
                    Name (_CID, "smbus")
                    Name (_ADR, Zero)
                    Device (DVL0)
                    {
                        Name (_ADR, 0x57)
                        Name (_CID, "diagsvault")
                    }
                }
/*Enabler Audio Realtec ALC 662*/
            Device (HDAC)
            {
                Name (_ADR, 0x00080000)
                Method (_PS0, 0, NotSerialized)
                {
                    Return (GPRW (0x15, 0x04))
                }
            }

            Device (HDEF)
            {
                Name (_ADR, 0x00080000)
                Name (_SUN, One)
                Name (_PRW, Package (0x02)
                {
                    0x05,
                    0x04
                })
                Method (_DSM, 4, NotSerialized)
                {
                    Store (Package (0x0C)
                        {
                            "codec-id",
                            Buffer (0x04)
                            {
                                0x62, 0x06, 0xEC, 0x10
                            },

                            "built-in",
                            Buffer (One)
                            {
                                0x00
                            },

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

                            "model",
                            Buffer (0x10)
                            {
                                "Realtek ALC662"
                            },

                            "device_type",
                            Buffer (0x06)
                            {
                                "Sound"
                            },

                            "PinConfigurations",
                            Buffer (One)
                            {
                                0x00
                            }
                        }, Local0)
                    DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                    Return (Local0)
                }
            }
/*Enabler Video G102M*/
                    Method (_DSM, 4, NotSerialized)
                    {
                        Store (Package (0x18)
                            {
                                "@0,compatible",
                                Buffer (0x0B)
                                {
                                    "NVDA,NVMac"
                                },

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

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

                                "@1,compatible",
                                Buffer (0x0B)
                                {
                                    "NVDA,NVMac"
                                },

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

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

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

                                "NVPM",
                                Buffer (0x20)
                                {
                                    /* 0000 */    0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
                                    /* 0008 */    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
                                    /* 0010 */    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
                                    /* 0018 */    0x00, 0x00, 0x00, 0x00
                                },

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

                                "device_type",
                                Buffer (0x08)
                                {
                                    "Display"
                                },

                                "model",
                                Buffer (0x17)
                                {
                                    "nVidia GeForce G102M"
                                },

                                "rom-revision",
                                Buffer (0x25)
                                {
                                    "nVidia GeForce G102M OpenGL Engine"
                                }
                            }, Local0)
                        DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                        Return (Local0)
                    }
/*Method (DTGP)*/   
Method (DTGP, 5, NotSerialized)
    {
        If (LEqual (Arg0, Buffer (0x10)
                {
                    /* 0000 */    0xC6, 0xB7, 0xB5, 0xA0, 0x18, 0x13, 0x1C, 0x44,
                    /* 0008 */    0xB0, 0xC9, 0xFE, 0x69, 0x5E, 0xAF, 0x94, 0x9B
                }))
        {
            If (LEqual (Arg1, One))
            {
                If (LEqual (Arg2, Zero))
                {
                    Store (Buffer (One)
                        {
                            0x03
                        }, Arg4)
                    Return (One)
                }

                If (LEqual (Arg2, One))
                {
                    Return (One)
                }
            }
        }

        Store (Buffer (One)
            {
                0x00
            }, Arg4)
        Return (Zero)
    }


pboda 01-04-2010 12:51 AM

tryed those dsdt files i lose keyboard and mouse funktion whith them best regards pboda

drade 01-04-2010 09:39 AM

Quote:

Originally Posted by pboda (Post 42333)
tryed those dsdt files i lose keyboard and mouse funktion whith them best regards pboda

Your need the correcting DSDT for Asus K61IC.
DSDT asus k 50in the large difference Asus K61IC.

pboda 01-04-2010 08:34 PM

i sucessefully manage to get the audio part and hpet part ok but smbus and video fix i cant manage to get into my dsdt without errors. but it runs good whith the parts i got in still got 42 warnings when i compile it only problems i still have is it when the computer sleeps for more then one hour keyboard and mouse freezes so i have to reset it my problem is that im pretty new to mac and coding isnt what i am is best on :) so if anayone here is able to clean up my dsdt files i would be very happy best regards pboda

shawn0694 01-06-2010 08:35 AM

Hello all. First I would like to say thank you to all of you here it has taken me great amounts of time but this noob finally got snow leopard 10.6.2 up and running dual boot with windows 7.
Went and bought usb N wireless that works great and doesn't bother me I will use until we find a kext for the built in wireless. I do not have sound working yet and also graphics work well but no QE/CI and none of my video programs will run those two things I am working on now. Have tried chameleon enabler, NVinject _64, as well as NVEnabler none have given me full graphics support any help would be appreciated. I am running Asus K50in-RBCBRO5
geforce 102m graphics card. thanks again to all

shawn0694 01-07-2010 07:07 AM

Sound is now working as well. Thanks again.
Now i have a weird problem. As long as my usb HDD is plugged in I can boot into any partition i want but when i unplug my external it says boot error and boots straight into windows 7 I have tried reinstalling chameleon to no avail. I am sure this is a simple fix but i cannot seem to figure it out any help would be appreciated. THX

flip360 01-07-2010 08:35 PM

what disk did you install chameleon onto?

this first springs to mind :)

shawn0694 01-08-2010 07:19 AM

first chameleon was installed to usb hdd in order to install then when that was working properly i installed to internal hdd in the same process.

Disk0s1 = boot disk
disk0s2 = windows 7
disk0s3 = Snowing ( my SL drive)

I used the program from beginning posts to add chameleon and Flip360' s Extra folder to my SL drive which worked for the usb HDD it just is not working properly for my internal HDD

kokozedman 01-08-2010 08:19 AM

I also don't get any Keyboard/Touchpad with the patched DSDTs with Audio, Video and HPET (and SMBus).
So, I reverted to the older one that I have used.

I tried to see the difference between mine and the patched one, but it is too numerous, and I can't locate the patch for the DVD drive.

kokozedman 01-08-2010 08:48 AM

Updated DSDT with working Keyboad + Touchpad
 
1 Attachment(s)
OK, so, I played with the DSDT files, and merged the difference.

I have manually added all the changes that drade has done on his. That includes mostly everything, except the section in the TMR.

Audio: working without HDAEnabler, but still using the AsusK50IN kext
Video: working without the need of any NVEnabler or GraphicsEnabler on Chameleon
DVD Drive: working very well also, and is responding without delay

Not sure how to test the HPET and the SMBus, so, I just assume they work as well. I would happy to hear info on how to test these.

I have attached it. Beware, that even it works on mine, it doesn't necessarily mean that it will also work on yours.
Be sure to have your older DSDT around in case it doesn't work; and be sure that the USB disk/flash drive used to install Snow is still around, in case you get Kernel Panic and unable to enter single user mode to restore your previous DSDT.

shawn0694 01-08-2010 12:31 PM

When you guys are saying that the graphics are "working" with this dsdt.aml is that the full QE/CI or are they just working well enough?

shawn0694 01-08-2010 01:01 PM

Scratch the post above just found out for myself. As far as i can tell full QE/CI. I swear you guys make me very happy. When I first bought this laptop 4 months ago I thought I made a bad choice but i see now that was worth way more than the $600 I paid for it.
Now if I can just fix the boot problem I will be finally satisfied for now.
Thanks again to all hackintoshers that are helping make this possible.

ronovar 01-08-2010 09:04 PM

boot 132 for k50io?
 
could some one make a boot-132 iso image and attach it here to boot retail snow leopard dvd9?

Thanks..:)

kokozedman 01-11-2010 03:32 AM

Quote:

Originally Posted by shawn0694 (Post 42657)
Now if I can just fix the boot problem I will be finally satisfied for now.

What boot problem would that be?

Buhgalter 01-11-2010 11:56 AM

Quote:

Originally Posted by kokozedman (Post 42646)
Not sure how to test the HPET

if you have removed your HPETDevice.kext and the system has worked well, so DSDT patch works fine too :)

RGGG 01-11-2010 05:06 PM

Is there any way to get the default apple boot image instead of a debug? I know its not critical, but it would be nice to see the apple logo at boot, instead of reading the same boot code over and over each time it boots!


Ryan

flip360 01-11-2010 07:47 PM

You can see the Apple logo at boot time if you enable the GUI boot in chameleon, com.apple.boot.plist :)

ronovar 01-11-2010 11:41 PM

hello...i have problem loading retail setup using boot-132 method...i ciopy to extensions folder of boot-132 cd NullCPUManagment.kext (to disable CPU panic of ACPI) and fakesmc.kext (to decrypt binary and simulate chip on real MAC)...

chameleon is loading using boot-132 but the i got message cpu panic...unable to find driver for this ACPI platform....i think it is a nullcpumanagment.kext is not working or is not loaded?

Have anyone solution to fix this problem...

many thans..and it will be great to create boot132 cd to boot retail untuched SL ever....:)

kokozedman 01-13-2010 07:05 PM

Patched DSDT
 
Quote:

Originally Posted by ronovar (Post 42837)
Have anyone solution to fix this problem...

I don't use NullCPUPowerManagement kext. Are you having a K50IN or X5DIN like mine? If so, then why don't you just try the patched DSDT that are posted in here?

Usually, you just get the DSDT from Linux, then you patch it, then you feed it to Chameleon, add your kexts, modify the installation DVD, and do the install. The rest is a progressive state.
You are very lucky if you have one of the computer models that I have mentioned above, because these DSDTs are already patched, and ready to be used right away.

ZeroTK 01-15-2010 02:00 PM

Hi to all.
I Premise that you are great and thanks to all I have succeeded in installing SL in this accursed laptop...

Despite everything, audio, wireless and keyboard\trackpad don't work... does someone know help me?:)

PS. Sorry for my really bad english...:-/

EDIT: The sound it's ok.
Internal Keyboard= Work
Internal Mouse(pad)= Don't Work.
Wifi= Don't Work

Buhgalter 01-18-2010 11:42 PM

Quote:

Originally Posted by ronovar (Post 42837)
and it will be great to create boot132 cd to boot retail untuched SL ever....:)

Try this one - http://prasys.co.cc/2009/10/empire-efi

neonego 01-21-2010 11:55 AM

hi
 
I cant install snowleouniflash...

Quote:

Originally Posted by flip360 (Post 37306)
Hello All,

I would like to report that this notebook works almost vanilla with OS X 10.6.
I have managed to install it through this script http://www.infinitemac.com/f57/pre-i...talling-t4041/ (thanks man) on a GUID partition (the other one is a Windows 7).
Its Working in 32 and 64 bit mode, vanilla kernel, speedstep, Chameleon RC3, and my choice of kexts in the extra folder.
The system is stable with more than 24hours of load time, full 64bit, mind you that i dont have dsdt patch or i cant seem to find it :)
The only non working part is:
1. The WiFi card which is Atheros AR9285 with no working kexts sofar.
I have managed to buy Dell 1490 a/b/g with a Broadcom 4312 chip which is working as native airport.

UPDATE: The Extra folder with all the needeed files: http://www.mediafire.com/?2tdimxtmt2z

Thanks to all the osx86 community, keep up the good work! :)


flip360 01-21-2010 12:20 PM

snowleouniflash?
please be more specific about your hardware and the verbose mode during boot time (if available)

cheers

kokozedman 01-27-2010 06:24 AM

Updated BIOS makes OSX86 run without patched DSDT
 
Hey guys,

I just noticed an updated BIOS on the ASUS site: it is version 221. I updated mine, and tested whether my Hack would run or not without the DSDT that we've all been playing around in here.

To my surprise, it worked fine, and actually run a bit faster than usual. I don't know yet what have been patched in it, but it is told to be a Firmware update. I'm guessing that includes DSDT patches to be a little better.

The usual problem happens afterwards: no Video acceleration, and no Sound. But these are not hard to solve, as we've already solved these very things before.

It seems that ASUS has started to correct the DSDT, and makes our lives easier with Hackintosh. May be all of us could send feedback to ASUS, and ask them to continue improving the BIOS to provide better DSDT table.

I'll let you guys know if something good happens.

Buhgalter 01-27-2010 04:14 PM

UPDATE: ASUS-K50IN-BootCD.iso v1.1
Changes log:
1) touchpad is working(VoodooPS2) during the installation and when the system starts with bootCD
2) disabled graphic enabler and added NVEnabler x64 ...
3) now the sound works from bootCD
4) you get almost fully functional system is already at the first run

Burning ASUS-K50IN BootCD:
1. Download ASUS-K50IN BootCD.If you downloaded the compressed zip file you will need to decompress or "unzip" it. If necessary, download and install your choice of CD burning program (it needs to be capable of burning ISO files.)
2. Open the ASUS-K50IN BootCD ISO in the burning application, insert a blank CD or DVD into the drive, and begin the burn process. When it is finished, you can eject the disc or keep it in the DVD drive if it is the same as the one you will be booting from.

Boot the Retail DVD:
When the bootloader ask you for rescan, press ENTER.
Go to boot options (f8), Swap disks, then press F5 to rescan drive. When the name of the DVD appears, press ENTER.

Boot Partitions:
When the bootloader ask you for rescan, press any key (not ENTER).
Go to Boot options (f8), then choose your partition.

To Install Mac OS X:
1. Eject ASUS-K50IN BootCD
2. Insert Mac OS X Install DVD
3. Press F5 (or Function+F5)
4. Select Mac OS X Install DVD and Press Enter

kokozedman 01-27-2010 10:36 PM

Running in 32-bit mode ... finally!
 
For a really long time since I have been using my HackBook, I was not able to run in 32-bit mode, because my system will hang. :-/

With the new updated BIOS 221, I am having some luck with the system, because it boots and works, even if I don't use a patched DSDT.
So, I started messing around, and noticed, that it is the graphics which blocks the hack from booting in 64-bit mode.

Now, I'm using HDAEnabler ... again, in addition to NVEnabler to get the proper video acceleration and sound.

So here is the summary:
  1. No DSDT is used currently, thus using the default that came with the BIOS 221.
  2. No Graphics Enabler, and certainly no NVidia DSDT patch.
  3. Video provided by NVEnabler, audio provided by AsusK50IN and HDAEnabler.
  4. ... running in 32-bit mode :cool::cool::cool:
Some advantages of the 32-bit mode:
  • Lots of drivers out there, especially commercial ones (like the Paragon NTFS driver) are only available in 32-bit mode
  • Much more stable in many ways, for instance, you crash when you use dummynet (bandwidth throttling integrated in Mac OS X) in 64-bit mode
  • Real Mac are also running in 32-bit modes, so you get closer to real ;)

flip360 01-27-2010 11:10 PM

@ Buhgalter: Nice of you to do a BootCD for K50/40IN users :)
@kokozedman: nice work there also, i am not using a DSDT patch also after a BIOS 219 update that stated firmware update, but my video is handled by Chameleon RC4 Graphics Enabler. And also I am up for writing to ASUS about adding some stuff for the next firmware update :),

Cheers

ad_47incv 01-28-2010 01:43 AM

sound not working in my asusk50in
 
Good evening, I had followed the letter of the tutorial, but I always sound that sleet, what to do?

kokozedman 01-28-2010 07:16 AM

Quote:

Originally Posted by ad_47incv (Post 43979)
Good evening, I had followed the letter of the tutorial, but I always sound that sleet, what to do?

Find in this thread the file AsusK50IN.kext and the HDAEnabler.kext. Put them in your /Extra/Extensions/ folder.

Then use pfix or Kext Utility. And google is your friend ;)

ad_47incv 01-28-2010 09:09 PM

I reinstall snow leopard with a GUID partition, I put the kext's azalia.

After boot I remove the azalia kext and then I put the kext's asusk50in and HDA enabler in E / E repair and then reboot after.

My sound working :) thank you very much

drade 01-29-2010 05:36 PM

Quote:

Originally Posted by kokozedman (Post 43965)
For a really long time since I have been using my HackBook, I was not able to run in 32-bit mode, because my system will hang. :-/

With the new updated BIOS 221, I am having some luck with the system, because it boots and works, even if I don't use a patched DSDT.
So, I started messing around, and noticed, that it is the graphics which blocks the hack from booting in 64-bit mode.

Now, I'm using HDAEnabler ... again, in addition to NVEnabler to get the proper video acceleration and sound.

So here is the summary:
  1. No DSDT is used currently, thus using the default that came with the BIOS 221.
  2. No Graphics Enabler, and certainly no NVidia DSDT patch.
  3. Video provided by NVEnabler, audio provided by AsusK50IN and HDAEnabler.
  4. ... running in 32-bit mode :cool::cool::cool:
Some advantages of the 32-bit mode:
  • Lots of drivers out there, especially commercial ones (like the Paragon NTFS driver) are only available in 32-bit mode
  • Much more stable in many ways, for instance, you crash when you use dummynet (bandwidth throttling integrated in Mac OS X) in 64-bit mode
  • Real Mac are also running in 32-bit modes, so you get closer to real ;)

Bios 221
l use DSDT(the correcting hpet, enabler audio and vidio), work well,
64 bit work, need 32 bit use NVEabler.kext.

Discepolo92 01-30-2010 10:15 PM

Hi , i have installed sl on my asus k50in sx 100c an now i would undesrtand what's the best solution to get video an adio working well.
Thanks...

flip360 01-31-2010 01:06 AM

Hi there,

I have my QE/CI enabled through chameleon graphic enabler, some people have theirs enabled through another enabler and as for the audio, that one is solved thanks to Clubber77 and his AsusK50IN.kext which you can find a few posts above :)

Cheers

ad_47incv 01-31-2010 12:35 PM

hello,

I have 2 new little problem:

1. VGA output is not recognized do I put the ID of my graphics card in display-b?

2. my webcam works but I have the image upside down, I tried to take my cam Lais AC not working

Discepolo92 01-31-2010 01:27 PM

Hi, i have put the clubber 77 asusk50in.kext and hdanabler in E/E but i didn't get audio working. I forget to tell you that i install sl on MBR is it important?

Discepolo92 01-31-2010 01:53 PM

HI, i have another question. My system profiler show Versione kernel: Darwin 10.0.0 is it vanilla kernel or no?

Thanks

ad_47incv 01-31-2010 03:34 PM

Hi ,

You using SL 10.6.2 ? , because the last kernel vanilla it's Darwin 10.2.0 for snow leopard 10.6.2

flip360 02-02-2010 03:25 PM

I think you are using 10.6 with vanilla kernel, as for the audio kexts grab a copy of kext utility for snow leo and repair permissions and kextcache, but i think that MBR is not a good method for installing OSX as it natively requires GUID partition table,

Cheers

ad_47incv 02-02-2010 06:45 PM

Hi ,

Flip 360 my VGA output is not recognized you have a problem also ?
and my webcam works but I have the image upside down, I tried to take my cam Lais AC not working