Go Back  
Reply
 
Thread Tools
Old 11-23-2012   #151
sorg
Apprentice
 
Join Date: Oct 2010
Posts: 23
Likes: 0
Liked 0 Times in 0 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
would be good to download whole distro instead of update.
sorg is offline   Reply With Quote
Old 11-23-2012   #152
r04drunner
Member
null
 
r04drunner's Avatar
 
Join Date: Jul 2011
Posts: 31
Likes: 4
Liked 36 Times in 19 Posts
Mentioned: 5 Post(s)
Tagged: 0 Thread(s)
Originally Posted by sorg View Post
would be good to download whole distro instead of update.
For now, I prefer to publish an online update for each new feature that I have finished.

A new release candidate will be available when all the new features have been implemented .

Regards
r04drunner is offline   Reply With Quote
Old 11-28-2012   #153
xerxesrex
Member
null
 
Join Date: Feb 2011
Posts: 48
Likes: 9
Liked 1 Time in 1 Post
Mentioned: 4 Post(s)
Tagged: 0 Thread(s)
Talking

Originally Posted by r04drunner View Post
Hi,

If you have problems with the installation using a CD, you can use a USB stick instead. You only must "unpack" the ISO content on a USB stick using Winrar.

You can get more info about it on the "Boots LiveCD from USB pendrive" section at the Red Ribbon wiki.

Regards
thanks for your advice, roadrunner, i would like to try the usb installation, the only reason i using CD is i am reluctant to go extra mile to make bootable USB. but i shall try it soon, as i want to verify if it is the cd that causing the problem. thanks again. salute.
xerxesrex is offline   Reply With Quote
Old 11-28-2012   #154
carldenning
Senior Member
 
Join Date: Jun 2009
Posts: 5,136
Likes: 1,884
Liked 1,797 Times in 1,177 Posts
Mentioned: 220 Post(s)
Tagged: 0 Thread(s)
Originally Posted by xerxesrex View Post
thanks for your advice, roadrunner, i would like to try the usb installation, the only reason i using CD is i am reluctant to go extra mile to make bootable USB. but i shall try it soon, as i want to verify if it is the cd that causing the problem. thanks again. salute.
all u do is extract red ribbon iso and copy the files in it over to the usb stick .
__________________
carldenning is offline   Reply With Quote
Old 11-28-2012   #155
xerxesrex
Member
null
 
Join Date: Feb 2011
Posts: 48
Likes: 9
Liked 1 Time in 1 Post
Mentioned: 4 Post(s)
Tagged: 0 Thread(s)
Red face

Originally Posted by carldenning View Post
all u do is extract red ribbon iso and copy the files in it over to the usb stick .
that would make the USB stick bootable, all along i thought it would require extra effort to make it bootable, sorry for my noobness
xerxesrex is offline   Reply With Quote
Old 11-28-2012   #156
haz367
Senior Member
 
Join Date: Dec 2010
Posts: 2,038
Likes: 1,041
Liked 583 Times in 473 Posts
Mentioned: 237 Post(s)
Tagged: 0 Thread(s)
Question

thx for the work, the update worked fine, but then after leaving the old kernel on hdd(space enough) and booting into new kernel all works great, then tryed to use "make" for the bootldrexploit as it should work out of the box with provided wiki(corrected) files

first it spits out an error there's no "build" folder or a build foilder shortcut? excuse my poor linux knowledge

after c/p those from old kernel into new kernel folders it can execute "make"
complains about a parameter not used(the script i guess) but builds the files in ps3peekpoke2 folder

but then again getting errors on "insmod ps3peekpoke.ko (the file is corrected) and according to the wiki, red ribbon latest builds this can be dumped easely, must be me or something cuse im only getting errors on "default" install

trying to execute "insmod ps3peekpoke.ko on previous build gives this error:

Code:
/media/DEDB-C664/bootldrexploit
/media/DEDB-C664/bootldrexploit
/media/DEDB-C664/bootldrexploit
root
@red
ribbon:/home/bootldrexploit/ps3peekpoke2# ls
buffers.c  hvcall.h	  lv1peekpoke.o  modules.order	    ps3peekpoke.mod.o
buffers.h  hvcall.o	  main.c	 Module.symvers     ps3peekpoke.o
buffers.o  hvcall.S	  main.o	 ps3peekpoke.h
htab.c	   lv1peekpoke.c  Makefile	 ps3peekpoke.ko
htab.h	   lv1peekpoke.h  mm.c		 ps3peekpoke.mod.c
root
@red
ribbon:/home/bootldrexploit/ps3peekpoke2# make clean
make -C /lib/modules/3.5.2-red-ribbon-powerpc64-asbestos/build M=/home/bootldrexploit/ps3peekpoke2 clean
make[1]: Entering directory `/usr/src/linux-headers-3.5.2-red-ribbon-powerpc64-asbestos'
make[1]: Warning: File `/usr/src/linux-headers-3.5.2-red-ribbon-powerpc64-asbestos/arch/powerpc/Makefile' has modification time 2e+08 s in the future
make[2]: Warning: File `scripts/Makefile.clean' has modification time 2e+08 s in the future
make[2]: warning:  Clock skew detected.  Your build may be incomplete.
  CLEAN   /home/bootldrexploit/ps3peekpoke2/.tmp_versions
  CLEAN   /home/bootldrexploit/ps3peekpoke2/Module.symvers
make[1]: warning:  Clock skew detected.  Your build may be incomplete.
make[1]: Leaving directory `/usr/src/linux-headers-3.5.2-red-ribbon-powerpc64-asbestos'
root
@red
ribbon:/home/bootldrexploit/ps3peekpoke2# make clean
make -C /lib/modules/3.5.2-red-ribbon-powerpc64-asbestos/build M=/home/bootldrexploit/ps3peekpoke2 clean
make[1]: Entering directory `/usr/src/linux-headers-3.5.2-red-ribbon-powerpc64-asbestos'
make[1]: Leaving directory `/usr/src/linux-headers-3.5.2-red-ribbon-powerpc64-asbestos'
root
@red
ribbon:/home/bootldrexploit/ps3peekpoke2# find . -exec touch {} \;
root
@red
ribbon:/home/bootldrexploit/ps3peekpoke2# make
make -C /lib/modules/3.5.2-red-ribbon-powerpc64-asbestos/build M=/home/bootldrexploit/ps3peekpoke2 modules
make[1]: Entering directory `/usr/src/linux-headers-3.5.2-red-ribbon-powerpc64-asbestos'
  CC [M]  /home/bootldrexploit/ps3peekpoke2/main.o
  CC [M]  /home/bootldrexploit/ps3peekpoke2/lv1peekpoke.o
  AS [M]  /home/bootldrexploit/ps3peekpoke2/hvcall.o
  CC [M]  /home/bootldrexploit/ps3peekpoke2/buffers.o
/home/bootldrexploit/ps3peekpoke2/buffers.c:152:27: warning: ‘getHPTE_r’ defined but not used [-Wunused-function]
  LD [M]  /home/bootldrexploit/ps3peekpoke2/ps3peekpoke.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /home/bootldrexploit/ps3peekpoke2/ps3peekpoke.mod.o
  LD [M]  /home/bootldrexploit/ps3peekpoke2/ps3peekpoke.ko
make[1]: Leaving directory `/usr/src/linux-headers-3.5.2-red-ribbon-powerpc64-asbestos'
root
@red
ribbon:/home/bootldrexploit/ps3peekpoke2# insmod ps3peekpoke.ko
Error: could not insert module ps3peekpoke.ko: Bad address
thx anyway
haz367 is offline   Reply With Quote
Old 11-29-2012   #157
r04drunner
Member
null
 
r04drunner's Avatar
 
Join Date: Jul 2011
Posts: 31
Likes: 4
Liked 36 Times in 19 Posts
Mentioned: 5 Post(s)
Tagged: 0 Thread(s)
Hi!

Can you ensure that the header package was installed? If It wasn't installed, you must execute:

Code:
sudo apt-get install linux-headers-3.6.7-red-ribbon-powerpc64-otheros
Also, you should verify that the "build" symlink was created properly:

Code:
ls -l /lib/modules/3.6.7-red-ribbon-powerpc64-otheros/
It should look like:

Code:
build -> /usr/src/linux-headers-3.6.7-red-ribbon-powerpc64-otheros
If the symlink doesn't exists or is diferent, you can create it:

Code:
sudo ln -s /usr/src/linux-headers-3.6.7-red-ribbon-powerpc64-otheros /lib/modules/3.6.7-red-ribbon-powerpc64-otheros/build
Greetings

Last edited by r04drunner; 11-29-2012 at 05:44 AM.
r04drunner is offline   Reply With Quote
Likes: (1)
Old 11-29-2012   #158
havok7
Member
 
havok7's Avatar
 
Join Date: May 2011
Posts: 538
Likes: 10
Liked 292 Times in 138 Posts
Mentioned: 18 Post(s)
Tagged: 0 Thread(s)
seriously people actually use linux on their ps3,why would you do this i would not use this operating system on pc little less on ps3
havok7 is offline   Reply With Quote
Old 11-29-2012   #159
OoZic
 
OoZic's Avatar
 
Join Date: Sep 2010
Location: Just ask Sony !!
Posts: 3,566
Likes: 1,189
Liked 1,764 Times in 1,031 Posts
Mentioned: 86 Post(s)
Tagged: 0 Thread(s)
Originally Posted by havok7 View Post
seriously people actually use linux on their ps3,why would you do this i would not use this operating system on pc little less on ps3
You do know GameOS runs on (Free)BSD? So if you look black/white at it you are already running a kind of Linux (Unix) on your PS3
__________________
A computer once beat me at chess, but it was no match for me at kick boxing ...

OoZic is offline   Reply With Quote
Likes: (1)
Old 11-29-2012   #160
haz367
Senior Member
 
Join Date: Dec 2010
Posts: 2,038
Likes: 1,041
Liked 583 Times in 473 Posts
Mentioned: 237 Post(s)
Tagged: 0 Thread(s)
thx for the "howto" @r04drunner and ofcourse the updates

i'm gonna redo all of it later today and use the tips to get it running properly..thx again
haz367 is offline   Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



PS3Hax.net is Copyright © 2010-2013.
Use of this site is governed by our Terms of Use and Privacy Policy. All Trademarks and images are owned by their respected owners.
Posts and links are subject to each author on this forum and are no way affiliated with the operations and/or opinions of ps3hax.net
All times are GMT -5. The time now is 08:59 AM.