Results 1 to 7 of 7
I've been googling around and not having much luck. I can't find a good step by step tut on kernel rolling for the PPC slack style. I want to compile ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-10-2010 #1Just Joined!
- Join Date
- Feb 2010
- Posts
- 5
I need help kernel rolling for the ppc slackintosh
I've been googling around and not having much luck. I can't find a good step by step tut on kernel rolling for the PPC slack style. I want to compile a newer latest kernel for my slackintosh ibook g3. Currently at 2.6.24? and I need at least 2.6.28. This will be my first kernel roll, and I'm prepared to re-install the OS (again and again) if need be to get this to work.
I'd also like to retain the ability to boot into the old kernel, if possible.
Thanks
- 02-10-2010 #2
Well, I'm no more than a beginner as kernel compilation myself, but for what it's worth, it shouldn't be any more difficult on a powerpc than x86. By default, Linux builds for the same architecture as the host machine is running.
By the way, as of kernel 2.6.32, there is a new handy option
which uses lsmod to detect currently running modules and adjust the config file accordingly. Good for quickly stripping out unused modules.Code:make localmodconfig
Linux 2 6 32 - Linux Kernel Newbies
Otherwise, any of the many guides on the net should get you going.
- 02-11-2010 #3
you must be sure your os is able to support new kernels features. If it's quite old i suggest to you to contact slackintosh developers (on thei own ml) to ask support.
Anyway on slack you can compile by yourself a vanilla kernel without great troubles.
You can find more info reading some docs, e.g. crux-ppc handbook or gentoo-ppc handbook.
- 02-12-2010 #4Just Joined!
- Join Date
- Feb 2010
- Posts
- 5
Success, sort of. I was able to to reboot into my new kernel. uname -r showed 2.6.32.8. (and there was much rejoicing) I did something wrong, because my falsh drive didn't mount. It didn't recognize the vfat system. The original kernel did, this is how I transported the generic 2.6.32.9 kernel to the hard drive.
I think I did something like the following (I need to take better notes), But this is what I'm doing this time.
install slackintosh from the CD (I have an additional yet unrelated reson for re-installing the OS)
mount falshdrive and change dir to it
And then I'll report back the resultsCode:cp linux-2.6.32.8.tar.bz2 /usr/src tar -xvjf /usr/src/linux-2.6.32.8.tar.bz2 cp /boot/config-generic-2.6.24.5 /usr/src/.config cd /usr/src/linux-2.6.32.8.tar make menuconfig {make selections} be certain new wifi is selected be certain vfat is selected do not select ext4 make all make install shutdown now -r
- 02-12-2010 #5Just Joined!
- Join Date
- Feb 2010
- Posts
- 5
new kernel boots (yeah)
But, still no vfat. So no usb flash mount. (boo)
(Boo Hiss)Code:#modeprobe airport I get FATAL: Could not load /lib/modules/2.6.32.8-ant2ne/modules.dep: No such file or directory.
I think I'm missing something. I need some pointers here. I'm prepared to re-roll the kernel, again. At least this time I shouldn't have to re-install the OS.
- 02-12-2010 #6Just Joined!
- Join Date
- Feb 2010
- Posts
- 5
Hoody hoo I did it!!
I rerolled, verifying certain sections, like USB Mass Storage, and after the make all I did the make modules_config. Rebooted and voila. I then loaded the new wifi driver (the original need for the new kernel) and then connected to a WPA network!! I'm very excited and I took some decent notes. I plan to organize them and then put it on my blog site. I will link this thread to it.
Now my next question, how do I backup or package this kernel so that I can distribute it to other iBooks? I need a quick reply before I screw something up.
- 02-14-2010 #7Just Joined!
- Join Date
- Feb 2010
- Posts
- 5
I can't post URLs yet. So ant2ne dot com has my notes and working tutorial. I'm still interested in a distributable kernel.


Reply With Quote
