View Single Post
Old 11-28-2012   #156
haz367
Senior Member
 
Join Date: Dec 2010
Posts: 2,033
Likes: 1,031
Liked 580 Times in 471 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 online now   Reply With Quote