InfiniteMac OSx86

InfiniteMac OSx86 (http://infinitemac.com/forum.php)
-   10.X (http://infinitemac.com/forumdisplay.php?f=36)
-   -   New modbin kernel for AMD 10.5.4 (http://infinitemac.com/showthread.php?t=1182)

bhast2 07-01-2008 12:35 AM

http://img47.imageshack.us/img47/686...63b0340tu0.png

new modbin kernel

here is the code to install the kernel
cp -R /path/to/newkernel /path/to/root
to hide the new kernel
chmod -R 644 /mach_kernel
chown -R root:wheel /mach_kernel
Make sure you use sudo -s
Modbin kernel and system.kext

pmcnano 07-01-2008 01:32 AM

this is for 10.5.4? I just updated and i cant use expose or spaces cant change background and i dont have dock! XD LOL

bhast2 07-01-2008 01:56 AM

yes this is for 10.5.4

milanca 07-01-2008 03:06 AM

bhast, how you achieve transparent and black windows, thanks dude.

Voyn1x 07-01-2008 07:41 AM

Modbin doesn't waste time does he! Cheers Bhast :)

Simba 07-01-2008 09:21 AM

Well, all I can say is good work Modbin! This kernel + 10.5.4 works perfectly for me :) (Only thing not working on my Hac is the sleep function..)

@ Milanca:

Use the very smart search function on this page! Tip: Search for "about this mac"!

pαuℓzurrr. 07-01-2008 11:44 AM

It's better to use the kext installer en kernel installer i think?
Edit: i used the Kext Helper b7, and Kernel Installer. And everything is working great :)

kanutek 07-01-2008 11:53 AM

Does anyone know if this kernel is compatible with SSE2 AMD Processors?

naquaada 07-01-2008 12:00 PM

The speed on which the actual versions are available is amazing!

Apple should legalize OSx86. They can't do anything against it anyway because the community is already too big, and to say that it's unsafe is not working if we always have the actual versions so quickly.

Taisto 07-01-2008 05:01 PM

noob question : i tried 10.5.4 update, it didnt work ( no dock etc. ) should i install this new kernel after updating to 10.5.4 and before restarting my pc?

R0GUE 07-01-2008 05:35 PM

All working well here :-)
http://www.grabup.com/uploads/9d1c33...45dbc8a955.png

naquaada 07-01-2008 06:01 PM

Does it solve you stuttering issue ;-)

R0GUE 07-01-2008 06:25 PM

I haven't enabled the other core yet to find out. Chances are that it won't change a thing as this bug has been present since 10.5.1

milanca 07-01-2008 07:33 PM

@Simba, thank you so much for informing me.

peloche 07-04-2008 05:58 AM

Hi all,

No way to install kernel 9.4.0 for SSE2 ? Is it for ever ? is it the same restrictions for 9.3.0 ?

Thanks,

Peloche,

peppi 07-04-2008 08:02 PM

Hi,
did the update as well, everything smooth,
but System>preferencs>Keyboard&Mouse ist completely empty, just an empty pane,
everything else is fine.
Anyone an idea how to get the preferences back?
Thanks,
p

nfoav8or 07-04-2008 08:42 PM

you mean System/Library... or Library/Preferences ?

Puttabong 07-04-2008 08:52 PM

@nfova8or, I think he means that this system preference pane displays no GUI:

http://saved.im/mzuxodziyjhm/bild1.png

@peppi, Sorry, unfortunately I don't know a solution for that problem.

peppi 07-04-2008 09:36 PM

Hi Puttabong,
right, exactly--- here if got just a blank screen.
Have just tried different kernels, but must be something different...
Well i'll try on...
Maybe someone can post his keyboard.prefpane, maybe theres something wrong with mine?
Greets,
P

Puttabong 07-04-2008 10:04 PM

Hi peppi, here you go, test this one.

http://www.mediafire.com/?lm44j200ti0

peppi 07-04-2008 11:43 PM

Heeey Puttabong, jihaa,
this one did it! Everythng back to normal.
Strange thing as this pane was not included in the latest update,
but who knows how long i already had that problem, just realised it until then!
So thanks a lot for uploading!
P

^fire^ 07-08-2008 03:01 PM

for the people they have problems to upgrade to this kernel:

in my case i had to clear the caches after installing the kernel and system.kext

simply type:

sudo rm /System/Library/Extensions.mkext
sudo rm -R /System/Library/Extensions/Caches/
and reboot

that worked in my case!

befor i did this i got some strange kernel panics :)

grtx fire

Lnerrrka 07-13-2008 01:22 PM

Can someone help me, I updated my hack to 10.5.4 kernel 9.4 but when I install system.kext I get kernel panic. Any sugsettions how to solve this?

milanca 07-13-2008 02:14 PM

Try booting with DVD and reinstalling kernel 9.4.0 and system.kext. Did you install it manually or did you use kext helper? Maybe it was not properly installed.

nfoav8or 07-13-2008 08:06 PM

@Lnerrrka

permissions for System.kext and mach_kernel are different.

<b>sudo-s
cp -R /path/to/mach_kernel /
chmod -R 644 /mach_kernel && chown -R root:wheel /mach_kernel
cp -R /path/to/System.kext /System/Library/Extensions/
chmod -R 755 /System/Library/Extensions/ && chown -R root:wheel /System/Library/Extensions/</b>

and yes, it would help if you cleaned the caches after this.

azazthot 07-14-2008 08:50 AM

kernel update to 9.4.0 - went just fine, but (!) system.kext (ver. 9.4.0) ruins my system ( luckily i have timemachine working - good tip: make tm backup before evri system update)
Tried to install the kext with 1) OSXtools, 2) kexthelper, 3)manually with chown+chmod, repair permissions - all the same -kernel panic or reboot loop.
so i'm still using system.kext ver 9.2.2, having no problem at all.
What is the real advantage of this new kext? Do i really need it?
my system :
10.5.4
kernel 9.4.0
Venice 3800
nforce4
GeForce 8500 512mb


P.S.
Tip:
if u have old 10gb disk, restore install dvd on it - otherwise 10 min booting from dvd is frustrating, every time when u need to restore the system...

Lnerrrka 07-14-2008 04:14 PM

I used OSXtools, I'll try o install manualy :(

cgsheen 07-14-2008 07:55 PM

I used the kernel installer linked in a post over at Leo4All I believe... That, along with "Kext Helper" made it easy to install the 9.4 kernel & system.kext on my 780G install. I updated 10.5.3 w/9.3 -> 10.5.4 w/9.4 using Zephyroth ASU 0.5, the kernel installer, and kext helper... It was easy and worked great.