Official Gitbrew Forums
These forums cover all aspects of the Gitbrew biosphere. If you would like your development project to be based here, ask an admin.

Home » PS3 » OtherOS++ » Linux » Linux 3.3 on PS3
Linux 3.3 on PS3 [message #956] Sat, 24 March 2012 09:25 Go to next message
glevand is currently offline  glevand
Messages: 955
Registered: July 2011
Location: SONY
Gitbrew God
Here goes testing of Linux kernel 3.3.
Re: Linux 3.3 on PS3 [message #1012 is a reply to message #956] Tue, 03 April 2012 19:41 Go to previous messageGo to next message
glevand is currently offline  glevand
Messages: 955
Registered: July 2011
Location: SONY
Gitbrew God
Linux 3.3.1 stable is out. Testing.
Re: Linux 3.3 on PS3 [message #1013 is a reply to message #1012] Tue, 03 April 2012 20:15 Go to previous messageGo to next message
glevand is currently offline  glevand
Messages: 955
Registered: July 2011
Location: SONY
Gitbrew God
It will take some time to modify my patches. Thanks go to some idiot who decided to rename
lv1_get_repository_node
to
lv1_read_repositiry_node
. Smile Instead of really fixing bugs like SPU or adding new features like support for multiple storage regions, SONY and IBMs suckers decided to rename it. Great.

[Updated on: Tue, 03 April 2012 20:25]

Report message to a moderator

Re: Linux 3.3 on PS3 [message #1014 is a reply to message #1013] Tue, 03 April 2012 21:00 Go to previous messageGo to next message
glevand is currently offline  glevand
Messages: 955
Registered: July 2011
Location: SONY
Gitbrew God
Patches for Linux 3.3: http://gitbrew.org/~glevand/ps3/linux/linux-3/patches-3.3/
Re: Linux 3.3 on PS3 [message #1015 is a reply to message #1014] Tue, 03 April 2012 21:03 Go to previous messageGo to next message
glevand is currently offline  glevand
Messages: 955
Registered: July 2011
Location: SONY
Gitbrew God
Yeah, Linux 3.3.1 booted on Slim. Latest shit Very Happy
WLAN, HDD and FLASH drivers are working fine.
Report problems to me pls.

http://gitbrew.org/~glevand/ps3/linux/linux-3/ps3-slim-linux -3.3.1-dmesg

[Updated on: Tue, 03 April 2012 21:05]

Report message to a moderator

Re: Linux 3.3 on PS3 [message #1016 is a reply to message #1015] Tue, 03 April 2012 21:11 Go to previous messageGo to next message
glevand is currently offline  glevand
Messages: 955
Registered: July 2011
Location: SONY
Gitbrew God
My new kernel config: http://gitbrew.org/~glevand/ps3/linux/linux-3/config-3.3.1

And my new precompiled Linux kernel 3.3.1 with all patches applied: http://gitbrew.org/~glevand/ps3/linux/linux-3/linux-3.3.1-bu ild.tar.bz2

Have fun.

[Updated on: Tue, 03 April 2012 21:12]

Report message to a moderator

Re: Linux 3.3 on PS3 [message #1018 is a reply to message #1016] Tue, 03 April 2012 21:18 Go to previous messageGo to next message
glevand is currently offline  glevand
Messages: 955
Registered: July 2011
Location: SONY
Gitbrew God
Linux 3.3 should become the main line from now on.
Re: Linux 3.3 on PS3 [message #1026 is a reply to message #1018] Sun, 08 April 2012 10:51 Go to previous messageGo to next message
Saner is currently offline  Saner
Messages: 28
Registered: March 2012
Location: United Kingdom
Gitbrew Noob
I have been getting this a lot since changing to this kernel.

I downloaded your pre-compiled one.

Is it something my end or bug somewhere.


ps3vram ioc0_03: ps3vram_fire_ring: lv1_gpu_fb_blit failed -11
ps3vram ioc0_03: ps3vram_fire_ring: lv1_gpu_fb_blit failed -11
ps3vram ioc0_03: ps3vram_fire_ring: lv1_gpu_fb_blit failed -11
ps3vram ioc0_03: ps3vram_fire_ring: lv1_gpu_fb_blit failed -11
ps3vram ioc0_03: ps3vram_fire_ring: lv1_gpu_fb_blit failed -11
ps3vram ioc0_03: ps3vram_fire_ring: lv1_gpu_fb_blit failed -11
ps3vram ioc0_03: ps3vram_fire_ring: lv1_gpu_fb_blit failed -11
ps3vram ioc0_03: ps3vram_fire_ring: lv1_gpu_fb_blit failed -11
ps3vram ioc0_03: ps3vram_fire_ring: lv1_gpu_fb_blit failed -11


Other than that (Ithink it crashed me this morning) the PS3 had been rock solid.
Re: Linux 3.3 on PS3 [message #1027 is a reply to message #1026] Sun, 08 April 2012 17:11 Go to previous messageGo to next message
masterzorag is currently offline  masterzorag
Messages: 99
Registered: August 2011
Location: maiworld
Gitbrew Member
this appens because you are using the ps3vram device in some manner, (mainly as swap) and kernel is patched to mainly use better fb access using the same memory you are using with the ps3vram module
it's not a bug, search forum, glevand has already explained this better.
simply do not use the ps3vram device.
Re: Linux 3.3 on PS3 [message #1028 is a reply to message #1027] Sun, 08 April 2012 18:57 Go to previous messageGo to next message
glevand is currently offline  glevand
Messages: 955
Registered: July 2011
Location: SONY
Gitbrew God
masterzorag is right, either do not use my fb-use-fifo patch (which is enabled in all my precompiled kernels by default) or do not use ps3vram kernel module.
Re: Linux 3.3 on PS3 [message #1030 is a reply to message #1028] Sun, 08 April 2012 21:17 Go to previous messageGo to next message
glevand is currently offline  glevand
Messages: 955
Registered: July 2011
Location: SONY
Gitbrew God
Updated cross-compiler HOWTO with gcc-4.7.0: http://gitbrew.org/~glevand/ps3/linux/powerpc64-cross-compil er/HOWTO
Re: Linux 3.3 on PS3 [message #1032 is a reply to message #956] Mon, 09 April 2012 07:51 Go to previous messageGo to next message
Saner is currently offline  Saner
Messages: 28
Registered: March 2012
Location: United Kingdom
Gitbrew Noob
Thanks for the explanation.

I have disabled all swap with /dev/ps3vram and will see how it goes ad removed ps3vram module, so I will see how it goes.


Re: Linux 3.3 on PS3 [message #1073 is a reply to message #1032] Sat, 14 April 2012 12:48 Go to previous messageGo to next message
glevand is currently offline  glevand
Messages: 955
Registered: July 2011
Location: SONY
Gitbrew God
Linux 3.3.2 is out. Testing.
Re: Linux 3.3 on PS3 [message #1074 is a reply to message #1073] Sat, 14 April 2012 19:10 Go to previous messageGo to next message
glevand is currently offline  glevand
Messages: 955
Registered: July 2011
Location: SONY
Gitbrew God
In case someone cannot build gcc-4.6.2 cross compiler with gcc-4.7, i uploaded a patch i used to fix the problem with gcc-4.7.
http://gitbrew.org/~glevand/ps3/linux/powerpc64-cross-compil er/gcc-4.6-write_field_root-out-of-scope-access-fix.patch
Re: Linux 3.3 on PS3 [message #1076 is a reply to message #1074] Sat, 14 April 2012 21:18 Go to previous messageGo to next message
glevand is currently offline  glevand
Messages: 955
Registered: July 2011
Location: SONY
Gitbrew God
Yeah, booted Linux 3.3.2
Re: Linux 3.3 on PS3 [message #1080 is a reply to message #1076] Sun, 15 April 2012 12:57 Go to previous messageGo to next message
glevand is currently offline  glevand
Messages: 955
Registered: July 2011
Location: SONY
Gitbrew God
Here is the config for Linux 3.3.2 which works fine even with petitboot Linux 3.3.2

http://gitbrew.org/~glevand/ps3/linux/linux-3/config-3.3.2
Re: Linux 3.3 on PS3 [message #1096 is a reply to message #1080] Wed, 18 April 2012 09:31 Go to previous messageGo to next message
Saner is currently offline  Saner
Messages: 28
Registered: March 2012
Location: United Kingdom
Gitbrew Noob


EDIT (cant work out how to delete) //


Fixed it

[Updated on: Wed, 18 April 2012 15:45]

Report message to a moderator

Re: Linux 3.3 on PS3 [message #1124 is a reply to message #1096] Mon, 23 April 2012 18:59 Go to previous messageGo to next message
glevand is currently offline  glevand
Messages: 955
Registered: July 2011
Location: SONY
Gitbrew God
Linux 3.3.3 is out. Magic number. Testing.
Re: Linux 3.3 on PS3 [message #1126 is a reply to message #1124] Mon, 23 April 2012 19:45 Go to previous messageGo to next message
glevand is currently offline  glevand
Messages: 955
Registered: July 2011
Location: SONY
Gitbrew God
Linux 3.3.3 booted fine with petitboot Linux 3.3.2.
Tested.

Precompiled version: http://gitbrew.org/~glevand/ps3/linux/linux-3/linux-3.3.3-bu ild.tar.bz2

[Updated on: Mon, 23 April 2012 19:51]

Report message to a moderator

Re: Linux 3.3 on PS3 [message #1131 is a reply to message #1126] Tue, 24 April 2012 08:01 Go to previous messageGo to next message
earthmeLon is currently offline  earthmeLon
Messages: 14
Registered: September 2011
Gitbrew Noob
What are you using for initramfs?
Re: Linux 3.3 on PS3 [message #1133 is a reply to message #1131] Tue, 24 April 2012 14:40 Go to previous messageGo to next message
masterzorag is currently offline  masterzorag
Messages: 99
Registered: August 2011
Location: maiworld
Gitbrew Member
earthmeLon wrote on Tue, 24 April 2012 08:01
What are you using for initramfs?

initramfs is not a need until you try to boot FC12, I suspect due some udev stuff.
I need to rebuild my initramfs too every time I change/test a new kernel version on FC12.
how? posting on FC12 thread...
Re: Linux 3.3 on PS3 [message #1135 is a reply to message #1131] Tue, 24 April 2012 18:27 Go to previous messageGo to next message
glevand is currently offline  glevand
Messages: 955
Registered: July 2011
Location: SONY
Gitbrew God
earthmeLon wrote on Tue, 24 April 2012 06:01
What are you using for initramfs?


I don't use initramfs or initrd.
Re: Linux 3.3 on PS3 [message #1140 is a reply to message #1135] Wed, 25 April 2012 02:49 Go to previous messageGo to next message
earthmeLon is currently offline  earthmeLon
Messages: 14
Registered: September 2011
Gitbrew Noob
To get this straight, initramfs/initrd/initialwhateveryoucallit is not required to boot FC[12]?
http://wiki.gitbrew.org/forum/mv/msg/104/1134/#msg_1134


I will do some research on what it is that these things provide, I thought that they were required to load an initial working linux (in RAM) that could then boot the real target kernel.


How is it that you are not using intitram, glevand?

[Updated on: Wed, 25 April 2012 05:03]

Report message to a moderator

Re: Linux 3.3 on PS3 [message #1143 is a reply to message #1140] Wed, 25 April 2012 18:41 Go to previous messageGo to next message
glevand is currently offline  glevand
Messages: 955
Registered: July 2011
Location: SONY
Gitbrew God
Why should i use initrd ? I compiled everything i need while booting into my kernel, like ext3 filesyetem support. Everything else is loaded by kernel from HDD. It depends on how you configure your kernel. Why put ext3 module into initrd image if i need it all the time because i use ext3 on HDD. So, ext3 module will never be unloaded while my kernel is running. Why bother then and put it into inird image, why not just compile it into kernel itself.

[Updated on: Wed, 25 April 2012 18:44]

Report message to a moderator

Re: Linux 3.3 on PS3 [message #1170 is a reply to message #1143] Sat, 28 April 2012 07:54 Go to previous messageGo to next message
glevand is currently offline  glevand
Messages: 955
Registered: July 2011
Location: SONY
Gitbrew God
Linux 3.3.4 is out. Testing.
Re: Linux 3.3 on PS3 [message #1172 is a reply to message #1170] Sat, 28 April 2012 08:52 Go to previous messageGo to next message
glevand is currently offline  glevand
Messages: 955
Registered: July 2011
Location: SONY
Gitbrew God
Tested, working great.
Re: Linux 3.3 on PS3 [message #1182 is a reply to message #1172] Sat, 28 April 2012 15:28 Go to previous messageGo to next message
glevand is currently offline  glevand
Messages: 955
Registered: July 2011
Location: SONY
Gitbrew God
Damn, updated my Arch Linux and my powerpc64 cross compiler won't work anymore because of some shared library.
Make sure you build your cross toosl with option "--disable-shared" to avoid this problem.
Else you have to build the whole toolchain again.

[Updated on: Sat, 28 April 2012 15:28]

Report message to a moderator

Re: Linux 3.3 on PS3 [message #1187 is a reply to message #1182] Sat, 28 April 2012 16:27 Go to previous messageGo to next message
glevand is currently offline  glevand
Messages: 955
Registered: July 2011
Location: SONY
Gitbrew God
New kernel: http://gitbrew.org/~glevand/ps3/linux/linux-3/linux-3.3.4-bu ild.tar.bz2 (works for Arch Linux too)
New config: http://gitbrew.org/~glevand/ps3/linux/linux-3/config-3.3.4
Re: Linux 3.3 on PS3 [message #1211 is a reply to message #1187] Sun, 29 April 2012 21:41 Go to previous messageGo to next message
zecoxao is currently offline  zecoxao
Messages: 24
Registered: April 2012
Location: Portugal
Gitbrew Noob
hmmmm, it seems i can't detect ps3dmproxy with

sudo modprobe ps3dmproxy


however, there's a device there called ps3dispmngr

i wonder if it's the same...
Re: Linux 3.3 on PS3 [message #1212 is a reply to message #1211] Sun, 29 April 2012 21:57 Go to previous messageGo to next message
glevand is currently offline  glevand
Messages: 955
Registered: July 2011
Location: SONY
Gitbrew God
The same purpose but improved implementation.
Linux 3 has no ps3dmproxy.

See http://wiki.gitbrew.org/forum/t/53/

[Updated on: Sun, 29 April 2012 22:02]

Report message to a moderator

Re: Linux 3.3 on PS3 [message #1213 is a reply to message #1212] Sun, 29 April 2012 22:06 Go to previous messageGo to next message
zecoxao is currently offline  zecoxao
Messages: 24
Registered: April 2012
Location: Portugal
Gitbrew Noob
thanks again Smile
Re: Linux 3.3 on PS3 [message #1233 is a reply to message #1187] Thu, 03 May 2012 00:41 Go to previous messageGo to next message
masterzorag is currently offline  masterzorag
Messages: 99
Registered: August 2011
Location: maiworld
Gitbrew Member
have to migrate from udev to systemd on laptop due gpu related hangs...
here and here
we have to be careful with the kernel 3 mainline, they're so fast releasing...
Re: Linux 3.3 on PS3 [message #1281 is a reply to message #1233] Mon, 07 May 2012 19:22 Go to previous messageGo to next message
glevand is currently offline  glevand
Messages: 955
Registered: July 2011
Location: SONY
Gitbrew God
Linux 3.3.5 is out. Testing.
Re: Linux 3.3 on PS3 [message #1287 is a reply to message #1281] Sun, 13 May 2012 08:28 Go to previous messageGo to next message
glevand is currently offline  glevand
Messages: 955
Registered: July 2011
Location: SONY
Gitbrew God
3.3.6 is out. Testing.
Odd but my Linux 3.3.5 crashes in ps3rom driver.
Re: Linux 3.3 on PS3 [message #1288 is a reply to message #1287] Sun, 13 May 2012 12:31 Go to previous messageGo to next message
glevand is currently offline  glevand
Messages: 955
Registered: July 2011
Location: SONY
Gitbrew God
Linux 3.3.6 doesn't have problems with ps3rom anymore.

http://gitbrew.org/~glevand/ps3/linux/linux-3/linux-3.3.6-bu ild.tar.bz2
Re: Linux 3.3 on PS3 [message #1313 is a reply to message #1288] Tue, 22 May 2012 00:24 Go to previous messageGo to next message
glevand is currently offline  glevand
Messages: 955
Registered: July 2011
Location: SONY
Gitbrew God
Linux 3.3.7 is out.
Re: Linux 3.3 on PS3 [message #1320 is a reply to message #1313] Tue, 22 May 2012 10:27 Go to previous messageGo to next message
glevand is currently offline  glevand
Messages: 955
Registered: July 2011
Location: SONY
Gitbrew God
Tested Linux 3.3.7. Working fine.
Re: Linux 3.3 on PS3 [message #1327 is a reply to message #956] Tue, 29 May 2012 20:08 Go to previous messageGo to next message
puddin is currently offline  puddin
Messages: 36
Registered: May 2012
Gitbrew Member
Hi Glevand I'm starting from scratch as i needed to add more hdd space, can i go straight to 3.3.6 or latest, I'm going to follow the debian manual version from the wiki do i just need to change the web address for the kernal thats listed there to your 3.3.6 here and extract it or shall i just stick with 2.6 to start with and dl and install it after? .... Thanks

[Updated on: Tue, 29 May 2012 20:09]

Report message to a moderator

Re: Linux 3.3 on PS3 [message #1329 is a reply to message #1327] Wed, 30 May 2012 15:21 Go to previous messageGo to next message
masterzorag is currently offline  masterzorag
Messages: 99
Registered: August 2011
Location: maiworld
Gitbrew Member
you can go straight with linux 3, but remember that vflash was renamed from 2.6, so following wiki you have to fix the ps3vflashf simlink creation at /etc/udev/rules.d/70-persistent-ps3flash.rules to point ps3flashf instead.
Re: Linux 3.3 on PS3 [message #1330 is a reply to message #1329] Wed, 30 May 2012 23:00 Go to previous messageGo to previous message
puddin is currently offline  puddin
Messages: 36
Registered: May 2012
Gitbrew Member
Thanks! So basically i can just follow it to installing kernal then when i get to 2 i go

2, git clone --depth=1 git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-s table.git

thats the 3.3.7 stable

then add

3 wget http://gitbrew.org/~glevand/ps3/linux/linux-3/config-3.3.4

or is there an easier way of doing it?..Then just carry on as normal till

- Creating /dev/ps3flash device (needed for ps3-utils)

File /etc/udev/rules.d/70-persistent-ps3flash.rules
----------------------------------------------------

KERNEL=="ps3vflashf", SYMLINK+="ps3flash"


and just change to SYMLINK+="ps3flashf"

its been a while since i played around with ps3 n linux and not the best at it either Smile
Previous Topic: petitboot and Linux 2.6
Next Topic: Linux 3.5 on PS3
Goto Forum:
  


Current Time: Wed Jun 19 10:40:23 CEST 2013

Total time taken to generate the page: 0.02570 seconds