Search found 11 matches

by eddd
Sat Mar 08, 2008 3:05 pm
Forum: PS3 Development
Topic: SIXAXIS under Windows
Replies: 582
Views: 717372

Re: bluetooth working

with some help, i got the sixaxis to connect to windows using bluetooth. Nice guide. One immediately obvious drawback however is that you've now set the control pad's bluetooth master to your USB dongle, so when you want to connect it to your PS3 again you'll have to do a brief charge via USB cable...
by eddd
Sat Feb 16, 2008 10:34 pm
Forum: PS3 Development
Topic: SIXAXIS under Windows
Replies: 582
Views: 717372

I got the sixaxis working over bluetooth on PS3 linux but having a bit of time trying to compile sixpair.c on my desktop. Can anyone compile this OK?

http://www.pabr.org/sixlinux/sixlinux.en.html
by eddd
Sun Jan 20, 2008 5:53 am
Forum: PS3 Development
Topic: what are the chances of RSX in > 2.1X
Replies: 4
Views: 6584

I was initially pretty hung up about the 2.10 situation until I realised that our absolute best possible outcome for PS3 homebrew is a replacement for a cheap PC. Think about it, you could buy a micro-stack, a Pentium D, a gig of ram and an fanless PCI-E grapics card for under a hundred quid, and it...
by eddd
Sat Jan 19, 2008 5:23 am
Forum: PS3 Linux Development
Topic: PS3RSX Binary driver support
Replies: 117
Views: 202255

Don't worry with version report (i forgot to change the revision in the changelog... will correct this asap). I have identified the problem. A new package has been posted (rev 3). <!>This driver is still for < 2.10 firmware <!> Regards I have the same issue. I'm not using your binaries however I've...
by eddd
Sat Jan 19, 2008 5:20 am
Forum: PS3 Development
Topic: Who wants 252MB more RAM for PS3 homebrew.
Replies: 70
Views: 67855

jimparis wrote:Your kernel is missing CONFIG_MTD.
That was it, thanks!
by eddd
Thu Jan 17, 2008 2:48 am
Forum: PS3 Development
Topic: Who wants 252MB more RAM for PS3 homebrew.
Replies: 70
Views: 67855

Re: RSX DMA accelerated ps3vram driver

Try running uname -a to make sure the random hex digits at the end of the kernel are the same as in your module. If not, it won't work. If you running kernel doesn't have hex digits at all, then you'll need to edit your .config so that your kernel modules also don't use this information. Note that ...
by eddd
Thu Jan 17, 2008 2:18 am
Forum: PS3 Development
Topic: Who wants 252MB more RAM for PS3 homebrew.
Replies: 70
Views: 67855

Re: RSX DMA accelerated ps3vram driver

Hi, I've been working on improving the existing ps3vram driver with our recent RSX discoveries. Basically it is possible to ask the RSX to perform DMA XDR system memory to DDR video memory and vice versa. Using DMA is _much_ faster than accessing the ioremapped video memory directly. However relati...
by eddd
Thu Jan 17, 2008 1:15 am
Forum: PS3 Linux Development
Topic: PS3RSX Binary driver support
Replies: 117
Views: 202255

Don't worry with version report (i forgot to change the revision in the changelog... will correct this asap). I have identified the problem. A new package has been posted (rev 3). <!>This driver is still for < 2.10 firmware <!> Regards I have the same issue. I'm not using your binaries however I've...
by eddd
Wed Jan 16, 2008 10:10 pm
Forum: PS3 Development
Topic: The hunt for HV's FIFO/Push buffer...
Replies: 463
Views: 714994

I can try and help! I don't know how much use I would be, I did 2 years of C/C++ in my engineering degree but not very experienced in applied programming, but I want to learn! Pretty hot with Linux in general though, and I've got all sorts of things working on Fedora with PS3. Feel free to drop me a...
by eddd
Wed Jan 16, 2008 4:24 am
Forum: PS3 Development
Topic: The hunt for HV's FIFO/Push buffer...
Replies: 463
Views: 714994

I'd also like to express my gratitude to you geniuses working on this!

3D stuff may be ruled out with the 2.10 move but what about 2D acceleration working on something like SDLMame/Mess? Is this a realistic possibility or should I just give up hope?

Thanks again.
by eddd
Wed Jan 16, 2008 4:18 am
Forum: PS3 Development
Topic: SIXAXIS under Windows
Replies: 582
Views: 717372

I wonder if we'll ever get it working wirelessly over bluetooth. It can be done in linux so I don't see why not.