Search found 10 matches

by darkshadow
Wed Dec 12, 2007 8:34 am
Forum: PS3 Linux Development
Topic: PS3RSX Binary driver support
Replies: 117
Views: 183084

Can you also compile modules against the 2.6.23 kernel that most psubuntu users have upgraded to. It is available as deb's here.

http://psubuntu.com/2007/11/10/ps3-firm ... eaks-wifi/

Adds support for udf2.5 / wifi / sixaxis over bluetooth
by darkshadow
Sun Oct 14, 2007 3:48 am
Forum: PS3 Linux Development
Topic: kboot forcing kernel to boot
Replies: 3
Views: 3419

I got it figured out.

I finally got my file system remounted rw when I figured out that the system mounted /dev/cdrom in /mnt/root/mnt and that was what stopped me from unmounting /mnt/root

I am back in my system normally now.
by darkshadow
Sun Oct 14, 2007 2:05 am
Forum: PS3 Linux Development
Topic: kboot forcing kernel to boot
Replies: 3
Views: 3419

I tried typing in the command exactly like it would be in kboot.conf but it never booted

my partition comes mounted read only and anytime I try unmounting it or just mounting it a second time as rw I get a device is busy error.
by darkshadow
Sat Oct 13, 2007 5:24 pm
Forum: PS3 Linux Development
Topic: kboot forcing kernel to boot
Replies: 3
Views: 3419

kboot forcing kernel to boot

I compiled a custom kernel to get udf 2.5 support and it works fine but due to a stupid mistake kboot can't find the kernel when booting. What command can I use at kboot to use /usr/src/linux/vmlinux as my kernel. Or get read+WRITE access to my filesystem with busybox so I canput vmlinux where it be...
by darkshadow
Thu Oct 11, 2007 5:25 pm
Forum: spu-medialib
Topic: Installing the Mplayer vo PS3
Replies: 85
Views: 142921

That's what I get for assuming you need root for anything in /sbin. Oh well I linked it in /usr/bin so I don't have to type the full path anymore either.
by darkshadow
Thu Oct 11, 2007 4:10 pm
Forum: spu-medialib
Topic: Installing the Mplayer vo PS3
Replies: 85
Views: 142921

Ok, I am not in much of a hurry. I will just use the command line and work around the overscan problem by starting my videos with a script that is something like this sudo /sbin/ps3videomode -v 4 -f mplayer $1 sudo /sbin/ps3videomode -v 4 I am not worried about the security on my ps3 so sudo does no...
by darkshadow
Thu Oct 11, 2007 2:56 pm
Forum: spu-medialib
Topic: Installing the Mplayer vo PS3
Replies: 85
Views: 142921

I just updated spu-medialib and now everything works and I can watch my collection of xvid files. Is their a way to get this so that when mplayer quits it lets me see X again since I don't plan on always ssh'ing in to my ps3. When I start with runlevel 3 and just use the command line it lets me stil...
by darkshadow
Thu Oct 11, 2007 4:03 am
Forum: spu-medialib
Topic: Installing the Mplayer vo PS3
Replies: 85
Views: 142921

I forgot to say I think it is the 32/64 bit hell. Because even though the file is in /usr/lib64 when I started checking the files with file they show up as 32bit. How do I force my compiler to only use 64bit since that is what the rest are compiled as.
by darkshadow
Thu Oct 11, 2007 3:56 am
Forum: spu-medialib
Topic: Installing the Mplayer vo PS3
Replies: 85
Views: 142921

Thanks for the help, I am now having trouble with it detecting the ps3 vo option. It will not auto detect during ./configure and when I force it I get the following error. /usr/bin/ld: cannot find -lspu-medialib collect2: ld returned 1 exit status make: *** [mplayer] Error 1 [root@localhost mplayer]...
by darkshadow
Wed Oct 10, 2007 2:42 pm
Forum: spu-medialib
Topic: Installing the Mplayer vo PS3
Replies: 85
Views: 142921

I just bought a ps3 and installed Yellow Dog Linux 5.0.1 on it and I am working to get this all setup. I have done all the dependencies except the last one (libps3lib.a) which I have no idea on what to install to get this. Any suggestions?