<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>Hi Remy,<BR>
&nbsp;<BR>
I'm going to reinstall Fedora 8 again from scratch following your guide.<BR>
Then I'll try again.<BR>
&nbsp;<BR>
Many thanks,<BR>
John<BR><BR><BR><BR><BR>

<HR id=stopSpelling>
<BR>
&gt; Date: Tue, 29 Jul 2008 20:55:43 +0200<BR>&gt; From: linux@bohmer.net<BR>&gt; To: johncunha@hotmail.com<BR>&gt; Subject: Re: [Cbe-oss-dev] Problem with rebuilding latest Linux Kernel for PS3<BR>&gt; CC: geoffrey.levand@am.sony.com; cbe-oss-dev@ozlabs.org<BR>&gt; <BR>&gt; Hello John,<BR>&gt; <BR>&gt; &gt; I know I'm asking alot but I've been following steps suggested by many web<BR>&gt; &gt; sites on a variety of Kernel sources and never with success.<BR>&gt; &gt; I would just like to have a starting point for a successful build and reboot<BR>&gt; &gt; that I can work from.<BR>&gt; <BR>&gt; You looked at it before, but I can still say that my manual still<BR>&gt; works with Fedora 8. even on FW 2.41. I tested it again.<BR>&gt; (http://www.bohmer.net/ps3_stuff/install-fedora-8-on-PS3.html)<BR>&gt; Many people have used this manual, without major problems.<BR>&gt; <BR>&gt; If it is not working, then there must be something else (done) wrong.<BR>&gt; <BR>&gt; &gt; I was wondering if anyone out there could give me specific steps to building<BR>&gt; &gt; a kernel ON the PS3 FOR the PS3 that are known to work?<BR>&gt; &gt; For example:<BR>&gt; &gt; 1- Download kernel 'X' from site 'Y'<BR>&gt; &gt; 2 -Perform step A<BR>&gt; &gt; 3 -Perform step B<BR>&gt; &gt; 4 -Perform step C<BR>&gt; <BR>&gt; See above.<BR>&gt; <BR>&gt; <BR>&gt; Kind Regards,<BR>&gt; <BR>&gt; Remy<BR>&gt; <BR>&gt; <BR>&gt; &gt; .<BR>&gt; &gt; .<BR>&gt; &gt; 8 -Reboot PS3<BR>&gt; &gt; 9 - At kboot execute command 'Z'<BR>&gt; &gt;<BR>&gt; &gt; I know I'm asking alot but I've been following steps suggested by many web<BR>&gt; &gt; sites on a variety of Kernel sources and never with success.<BR>&gt; &gt; I would just like to have a starting point for a successful build and reboot<BR>&gt; &gt; that I can work from.<BR>&gt; &gt;<BR>&gt; &gt; Many thanks, again,<BR>&gt; &gt; John<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; ________________________________<BR>&gt; &gt;&gt; Date: Mon, 28 Jul 2008 10:27:54 -0700<BR>&gt; &gt;&gt; From: geoffrey.levand@am.sony.com<BR>&gt; &gt;&gt; To: johncunha@hotmail.com<BR>&gt; &gt;&gt; CC: cbe-oss-dev@ozlabs.org<BR>&gt; &gt;&gt; Subject: Re: [Cbe-oss-dev] Problem with rebuilding latest Linux Kernel for<BR>&gt; &gt;&gt; PS3<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; On 07/26/2008 11:21 AM, John Cunha wrote:<BR>&gt; &gt;&gt; &gt; Hi Geoff<BR>&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt; As I said previously today, I've been trying to rebuild and use<BR>&gt; &gt;&gt; &gt; different kernels on the PS3 for a while now and never with any success.<BR>&gt; &gt;&gt; &gt; The usual problems are that the kernel seems to build with success but<BR>&gt; &gt;&gt; &gt; the machine fails to reboot successfully using the newly build kernel.<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; Is it the kernel itself or a bad install?<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; &gt; I tried to build this kernel without the patch.<BR>&gt; &gt;&gt; &gt; Below are the exact steps I took and any notable screen warnings:<BR>&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt; - Unpack the source file :<BR>&gt; &gt;&gt; &gt; tar xjf linux-2.6.26.tar.bz2<BR>&gt; &gt;&gt; &gt; - Descend into directory<BR>&gt; &gt;&gt; &gt; - Create a local file called 'localversion' containing the text :<BR>&gt; &gt;&gt; &gt; -20080726<BR>&gt; &gt;&gt; &gt; - make mrproper<BR>&gt; &gt;&gt; &gt; - Copy config file:<BR>&gt; &gt;&gt; &gt; cp arch/powerpc/configs/ps3_defconfig .config<BR>&gt; &gt;&gt; &gt; - Compile config:<BR>&gt; &gt;&gt; &gt; make oldconfig<BR>&gt; &gt;&gt; &gt; (Note : During 'make oldconfig' I was prompted to answer some<BR>&gt; &gt;&gt; &gt; questions (all of which I just pressed 'return'):<BR>&gt; &gt;&gt; &gt; Forced module loading (MODULE_FORCE_LOAD) [N/y/?] (NEW)<BR>&gt; &gt;&gt; &gt; /dev/kmem virtual device support (DEVKMEM) [Y/n/?] (NEW)<BR>&gt; &gt;&gt; &gt; Hardware monitoring support (THERMAL_HWMON) [N/y/?] (NEW)<BR>&gt; &gt;&gt; &gt; Framebuffer foreign endianness support (FB_FOREIGN_ENDIAN) [N/y/?]<BR>&gt; &gt;&gt; &gt; (NEW)<BR>&gt; &gt;&gt; &gt; Cypress C67x00 HCD support (USB_C67X00_HCD) [N/m/?] (NEW)<BR>&gt; &gt;&gt; &gt; ISP 1760 HCD support (USB_ISP1760_HCD) [N/m/?] (NEW)<BR>&gt; &gt;&gt; &gt; USB Wireless Device Management support (USB_WDM) [N/m/?] (NEW)<BR>&gt; &gt;&gt; &gt; iSight firmware loading support (USB_ISIGHTFW) [N/m/?] (NEW)<BR>&gt; &gt;&gt; &gt; Accessibility support (ACCESSIBILITY) [N/y/?] (NEW)<BR>&gt; &gt;&gt; &gt; Debug object operations (DEBUG_OBJECTS) [N/y/?] (NEW)<BR>&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt; - Build the kernel:<BR>&gt; &gt;&gt; &gt; make -j2<BR>&gt; &gt;&gt; &gt; - Make and install modules<BR>&gt; &gt;&gt; &gt; make modules_install<BR>&gt; &gt;&gt; &gt; - Make the kernel<BR>&gt; &gt;&gt; &gt; make install<BR>&gt; &gt;&gt; &gt; (Note: during 'make install' I got the following warnings:)<BR>&gt; &gt;&gt; &gt; WARNING: No module uhci-hcd found for kernel 2.6.26-20080726,<BR>&gt; &gt;&gt; &gt; continuing anyway<BR>&gt; &gt;&gt; &gt; WARNING: No module ps3disk found for kernel 2.6.26-20080726,<BR>&gt; &gt;&gt; &gt; continuing anyway<BR>&gt; &gt;&gt; &gt; WARNING: No module ps3rom found for kernel 2.6.26-20080726,<BR>&gt; &gt;&gt; &gt; continuing anyway<BR>&gt; &gt;&gt; &gt; WARNING: No module ps3disk found for kernel 2.6.26-20080726,<BR>&gt; &gt;&gt; &gt; continuing anyway<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; This means the kernel config does not match your distro's install script.<BR>&gt; &gt;&gt; In this case you must not use 'make install'. Try:<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; cp vmlinux.strip /boot/vmlinux<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; or<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; cp vmlinux /boot<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; Then from kboot try:<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; /boot/vmlinux video=safe root=/dev/ps3da3<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt; - Adapted the bootloader startup files by adding the new installed<BR>&gt; &gt;&gt; &gt; kernel. Executeed these commands:<BR>&gt; &gt;&gt; &gt; * echo "default=custom" &gt; /tmp/yaboot.conf.new<BR>&gt; &gt;&gt; &gt; * cat /boot/etc/yaboot.conf &gt;&gt; /tmp/yaboot.conf.new<BR>&gt; &gt;&gt; &gt; * cat &gt;&gt; /tmp/yaboot.conf.new &lt;&lt; EOF<BR>&gt; &gt;&gt; &gt; * &gt;<BR>&gt; &gt;&gt; &gt; * &gt; image=/vmlinux-2.6.26-20080726<BR>&gt; &gt;&gt; &gt; * &gt; label=custom<BR>&gt; &gt;&gt; &gt; * &gt; read-only<BR>&gt; &gt;&gt; &gt; * &gt; initrd=/initrd-2.6.26-20080726.img<BR>&gt; &gt;&gt; &gt; * &gt; append="video=ps3fb:mode:138 rhgb quiet root=/dev/ps3da3"<BR>&gt; &gt;&gt; &gt; * &gt;<BR>&gt; &gt;&gt; &gt; * &gt; EOF<BR>&gt; &gt;&gt; &gt; * mv -f /tmp/yaboot.conf.new /boot/etc/yaboot.conf<BR>&gt; &gt;&gt; &gt; * cp -f /boot/etc/yaboot.conf /boot/yaboot/yaboot.conf<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; In general, this entry seems screwed up. Is your root really<BR>&gt; &gt;&gt; on /dev/ps3da3? I doubt you need an initrd.<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; I recommend you just get it to boot from the kboot command line<BR>&gt; &gt;&gt; first, then add a conf file entry.<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; -Geoff<BR>&gt; &gt;&gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; ________________________________<BR>&gt; &gt; Get fish-slapping on Messenger! Play Now<BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; cbe-oss-dev mailing list<BR>&gt; &gt; cbe-oss-dev@ozlabs.org<BR>&gt; &gt; https://ozlabs.org/mailman/listinfo/cbe-oss-dev<BR>&gt; &gt;<BR>&gt; &gt;<BR><BR><br /><hr />Get fish-slapping on Messenger! <a href='http://clk.atdmt.com/UKM/go/101719805/direct/01/' target='_new'>Play Now</a></body>
</html>