Go Back  
Reply
 
Thread Tools
Old 02-12-2013   #171
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,

The "build" link should be pointing to another directory, because the 3.7.1 headers are not installed.

Please, install the 3.7.1 headers:

Code:
sudo apt-get install linux-headers-3.7.1-red-ribbon-powerpc64-ps3
Remove the "build" link:

Code:
sudo rm /lib/modules/3.7.1-red-ribbon-powerpc64-ps3/build
and create it again:

Code:
sudo ln -s /usr/src/linux-headers-3.7.1-red-ribbon-powerpc64-ps3 /lib/modules/3.7.1-red-ribbon-powerpc64-ps3/build
Now, You should be able to build the application .

Greetings
r04drunner is offline   Reply With Quote
Old 02-12-2013   #172
haz367
Senior Member
 
Join Date: Dec 2010
Posts: 2,033
Likes: 1,028
Liked 578 Times in 470 Posts
Mentioned: 237 Post(s)
Tagged: 0 Thread(s)
thx for that brb with the results ..hopefully its plug&play ey linux
after installing 3.6.7 linux-image somehow 3.7.1 deleted(i have the log of the pdate 2012-11-21) ok..lemme try..
haz367 is online now   Reply With Quote
Old 02-12-2013   #173
haz367
Senior Member
 
Join Date: Dec 2010
Posts: 2,033
Likes: 1,028
Liked 578 Times in 470 Posts
Mentioned: 237 Post(s)
Tagged: 0 Thread(s)
Hi @r04drunner

after fixing the above, it starts of fine the "make" with 3.7.1, it always ends with another "script" error after setup, can't think of anything else, all glevland patches etc..are build-in correct?
the thing i'm trying with help from another good guy we had it working with 3.6.7-red-ribbon-powerpc64-otheros thats why i also updated only with "online-update-2012-11-21.sh"

these(3.6.7) are already on my HDD > /usr/src/ together with the old 3.5.2 and the 3.7.1
only not the 3.6.7 modules

can u please guide me howto load and run 3.6.7 and also the 3.6.7 modules so when in Petitboot it shows 3.6.7 and not 3.7.1

error on 3.7.1

Code:
  HOSTCC  scripts/selinux/genheaders/genheaders
scripts/selinux/genheaders/genheaders.c:13:22: fatal error: classmap.h: No such file or directory
compilation terminated.
make[4]: *** [scripts/selinux/genheaders/genheaders] Error 1
make[3]: *** [scripts/selinux/genheaders] Error 2
make[2]: *** [scripts/selinux] Error 2
make[1]: *** [scripts] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.7.1-red-ribbon-powerpc64-ps3'
make: *** [all] Error 2
************* [ - Post Merged - ] *************
fixed..how..lol..not realy sure...after doing this manually from online-update-2012-11-21.sh, executing the "make" seems to work(3.7.1?), to bad the log of that is removed when the make runs...

Code:
apt-get update

	apt-get install -y --force-yes ps3-utils linux-headers-3.6.7-red-ribbon-powerpc64-asbestos linux-headers-3.6.7-red-ribbon-powerpc64-otheros 
	
	apt-get upgrade -y --force-yes

	apt-get autoremove -y --force-yes

	apt-get update
STATUS A0082

Last edited by haz367; 02-12-2013 at 10:02 AM.
haz367 is online now   Reply With Quote
Old 02-22-2013   #174
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,

I have published a new online update.

Originally Posted by r04drunner


This update has been designed for the releases candidates 6 and 7. It includes the following changes:
  • Iceweasel (Firefox) updated to the 19 release.
  • Added a new version of the Red Ribbon theme.
  • Added the new "System settings" tool.
  • Added the new "Places" menu on the top panel.

You need to connect the PS3 to the internet, open a lxterminal and download the file:

Code:
wget http://downloads.redribbon.t15.org/online-update-2013-02-22.sh
Then, you must execute it:

Code:
sudo sh online-update-2013-02-22.sh
And wait until finished. Then, you must logout and login again.

This update will be included on the next release of the LiveCD.
Originally Posted by haz367 View Post
Hi fixed..how..lol..not realy sure...after doing this manually from online-update-2012-11-21.sh, executing the "make" seems to work(3.7.1?), to bad the log of that is removed when the make runs...
I'm glad you have solved it .

Regards
r04drunner is offline   Reply With Quote
Likes: (1)
Old 02-25-2013   #175
c1789
Apprentice
 
Join Date: Feb 2013
Posts: 2
Likes: 0
Liked 0 Times in 0 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
I installed RC7 for a RSODfix but I can't find ps3dm-util (specifically ps3dmproxy). Has it been removed from the RC?

How can I reinstall it or which module should I use instead of ps3dmproxy?
c1789 is offline   Reply With Quote
Old 02-25-2013   #176
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,

The ps3dm-tools were replaced by the Ps3vuart-tools.

They aren't included on the RC, but you can download and compile them.

You should open a LxTerminal and execute:

Code:
git clone git://gitorious.ps3dev.net/ps3linux/ps3vuart-tools.git
cd ps3vuart-tools
make
If the git tool is not installed on your system, you can install it by executing:

Code:
sudo apt-get update
sudo apt-get install git
You can get more info about it here.

Greetings
r04drunner is offline   Reply With Quote
Old 02-25-2013   #177
c1789
Apprentice
 
Join Date: Feb 2013
Posts: 2
Likes: 0
Liked 0 Times in 0 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Which RC has them included?
c1789 is offline   Reply With Quote
Old 03-28-2013   #178
Alsayed2vip
Apprentice
 
Join Date: Mar 2013
Posts: 17
Likes: 0
Liked 0 Times in 0 Posts
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
Thank you OoZic
Alsayed2vip 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 11:23 AM.