<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>Hi Geoff<BR>
&nbsp;<BR>
As I said previously today, I've been trying to rebuild and&nbsp;use different kernels on the PS3 for a while now and never with any success.<BR>
The usual problems are that the kernel seems to build with success but the machine fails to reboot successfully using the newly build kernel.<BR>
&nbsp;<BR>
I tried to build this kernel without the patch. <BR>
Below are the exact steps I took and any notable screen warnings:<BR>
&nbsp;<BR>
- Unpack the source file : <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tar xjf linux-2.6.26.tar.bz2<BR>
- Descend into directory<BR>
- Create a local file called 'localversion' containing the text :<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -20080726<BR>
- make mrproper<BR>- Copy config file:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cp arch/powerpc/configs/ps3_defconfig .config<BR>- Compile config:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; make oldconfig<BR>
&nbsp; (Note :&nbsp;During 'make oldconfig'&nbsp;I was prompted to answer some questions (all of which I just pressed 'return'):<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Forced module loading (MODULE_FORCE_LOAD) [N/y/?] (NEW)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /dev/kmem virtual device support (DEVKMEM) [Y/n/?] (NEW)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Hardware monitoring support (THERMAL_HWMON) [N/y/?] (NEW)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Framebuffer foreign endianness support (FB_FOREIGN_ENDIAN) [N/y/?] (NEW)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Cypress C67x00 HCD support (USB_<FONT face="">C67X00_<FONT face="">HCD</FONT></FONT>) [N/m/?] (NEW)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ISP 1760 HCD support (USB_ISP1760_HCD) [N/m/?] (NEW)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; USB Wireless Device Management support (USB_WDM) [N/m/?] (NEW)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; iSight firmware loading support (USB_ISIGHTFW) [N/m/?] (NEW)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Accessibility support (ACCESSIBILITY) [N/y/?] (NEW)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Debug object operations (DEBUG_OBJECTS) [N/y/?] (NEW)<BR>
&nbsp;<BR>
- Build the kernel:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; make -j2<BR>- Make and install modules<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; make modules_install<BR>- Make the kernel&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; make install<BR>
&nbsp;&nbsp; (Note: during 'make install' I got the following warnings:)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WARNING: No module uhci-hcd found for kernel 2.6.26-20080726, continuing anyway<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;WARNING: No module ps3disk found for kernel 2.6.26-20080726, continuing anyway<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WARNING: No module ps3rom found for kernel 2.6.26-20080726, continuing anyway<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WARNING: No module ps3disk found for kernel 2.6.26-20080726, continuing anyway<BR>
&nbsp;<BR>
- Adapted the bootloader startup files by adding the new installed kernel. Executeed these commands:<BR>
&nbsp;&nbsp;&nbsp; * echo "default=custom" &gt; /tmp/yaboot.conf.new<BR>&nbsp;&nbsp;&nbsp; * cat /boot/etc/yaboot.conf &gt;&gt; /tmp/yaboot.conf.new<BR>&nbsp;&nbsp;&nbsp; * cat &gt;&gt; /tmp/yaboot.conf.new &lt;&lt; EOF<BR>&nbsp;&nbsp;&nbsp; * &gt;<BR>&nbsp;&nbsp;&nbsp; * &gt; image=/vmlinux-2.6.26-20080726<BR>&nbsp;&nbsp;&nbsp; * &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; label=custom<BR>&nbsp;&nbsp;&nbsp; * &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; read-only<BR>&nbsp;&nbsp;&nbsp; * &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; initrd=/initrd-2.6.26-20080726.img<BR>&nbsp;&nbsp;&nbsp; * &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; append="video=ps3fb:mode:138 rhgb quiet root=/dev/ps3da3"<BR>&nbsp;&nbsp;&nbsp; * &gt;<BR>&nbsp;&nbsp;&nbsp; * &gt; EOF<BR>&nbsp;&nbsp;&nbsp; * mv -f /tmp/yaboot.conf.new /boot/etc/yaboot.conf <BR>&nbsp;&nbsp;&nbsp; * cp -f /boot/etc/yaboot.conf /boot/yaboot/yaboot.conf<BR>
&nbsp;<BR>
- Finally reboot.<BR>
&nbsp;<BR>
&nbsp;<BR>
*** The problem ***<BR>
---------------------------<BR>
The machine starts ok and gets to the 'kboot:' prompt.<BR>I type 'custom' to load the new Kernel<BR>Lots of text comes up until the following line of text:<BR>&nbsp;&nbsp; "ps3-ohci-driver sb_05: USB bus 1 deregistered"<BR>The screen then goes black and stays black and nothing else happens.<BR>
&nbsp;<BR>
&nbsp;<BR>
&nbsp;<BR>
Note: The build steps I've taken from Remy Bohmer's site : <A href="http://www.bohmer.net/ps3_stuff/install-fedora-8-on-PS3.html" target=_blank>http://www.bohmer.net/ps3_stuff/install-fedora-8-on-PS3.html</A><BR>
<BR>Can you tell me what I'm doing wrong?<BR>
Why have I never been able to build and use a kernel I have built?<BR>
Could the problem be related to the warnings of the missing modules during the 'make install'?<BR>
&nbsp;<BR>
Many thanks in advance,<BR>
John<BR><BR><BR><BR><BR>

<HR id=stopSpelling>
<BR>
&gt; Date: Sat, 26 Jul 2008 04:25:31 -0700<BR>&gt; From: geoffrey.levand@am.sony.com<BR>&gt; To: johncunha@hotmail.com<BR>&gt; CC: cbe-oss-dev@ozlabs.org<BR>&gt; Subject: Re: [Cbe-oss-dev] Problem with rebuilding latest Linux Kernel for PS3<BR>&gt; <BR>&gt; On 07/25/2008 02:35 PM, John Cunha wrote:<BR>&gt; &gt; <BR>&gt; &gt; Hi,<BR>&gt; &gt; <BR>&gt; &gt; I'm having some trouble building the 2.6.26 kernel on a Playstation 3<BR>&gt; &gt; (Please be patient with me)...<BR>&gt; &gt; <BR>&gt; &gt; I downloaded<BR>&gt; &gt; http://www.kernel.org/pub/linux/kernel/v2.6/_linux-2.6.26.tar.bz2 <BR>&gt; <BR>&gt; These sources will work OK as is. Use ps3_defconfig as a start.<BR>&gt; <BR>&gt; &gt; I then downloaded the PS3 patch for the 2.6.26 kernel at<BR>&gt; &gt; &lt;http://www.eu.kernel.org/pub/linux/kernel/projects/ps3/ps3-linux-kernel/patch-ps3-linux-2.6.26-stable.0.bz2&gt;<BR>&gt; <BR>&gt; These are not for end users. They are for distros who want<BR>&gt; backports.<BR>&gt; <BR>&gt; &gt; Next I did:<BR>&gt; &gt; make oldconfig<BR>&gt; <BR>&gt; You need to use ps3_defconfig.<BR>&gt; <BR>&gt; make mrproper<BR>&gt; cp arch/powerpc/configs/ps3_defconfig .config<BR>&gt; make oldconfig<BR>&gt; <BR>&gt; -Geoff<BR>&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>