Search found 25 matches

by sincro
Sat Feb 11, 2006 12:52 am
Forum: PS2 Development
Topic: PS2 V12-V13 + HDD
Replies: 4
Views: 3340

Drakonite wrote:And if you don't say anything other than "it no works" we can't say much other than "sucks for you" ;)
simple don't access to partition list, can't able to see. i have try to recompile irx with debug option but i don't see any error.
by sincro
Fri Feb 10, 2006 11:26 pm
Forum: PS2 Development
Topic: PS2 V12-V13 + HDD
Replies: 4
Views: 3340

i need only a suggestion, not a solution :)

why via ps2link without iop reset work??? i have try to include all ps2de9.irx revision compiled from svn but don't work with iop reset
by sincro
Mon Feb 06, 2006 7:34 am
Forum: PS2 Development
Topic: PS2 V12-V13 + HDD
Replies: 4
Views: 3340

PS2 V12-V13 + HDD

hi to all, i would to extend support to my homebrew to ps2 V12-V13 hdd.

If i boot homebrew via ps2link 1.30 with no IOP Reset hdd work properly, if i boot with reset it don't work (dont read partition).

Any suggestion?
by sincro
Tue Jun 28, 2005 1:56 am
Forum: PS2 Development
Topic: gsLib and libjpg
Replies: 4
Views: 3465

** PROBLEM SOLVED **

Ok, now all work

Thanks to ooPo and emoonwork for help

you can download source code of test HERE
by sincro
Tue Jun 28, 2005 1:17 am
Forum: PS2 Development
Topic: gsLib and libjpg
Replies: 4
Views: 3465

yes i'm sure

is libjpg Ported by linuzappz on cvs root, not libjpeg from ps2sdk-ports

if you want i post link with my test sourcecode

EDIT: you can download my test source code here
by sincro
Tue Jun 28, 2005 1:11 am
Forum: PS2 Development
Topic: gsLib and libjpg
Replies: 4
Views: 3465

gsLib and libjpg

Hi to all, i need help :) i'm working on tool in gslib and i need to use libjpg but i have problem with make file: EE_BIN = jpg.elf EE_OBJS = jpg.o EE_LIBS += -lgcc -lgs -ljpg -lc -lkernel -lc -lsyscall -ldebug -lsyscall -lkernel EE_INCS += -I$ ./INC EE_LDFLAGS += -L$ ./LIB all: $(EE...
by sincro
Mon Jan 24, 2005 12:08 am
Forum: PS2 Development
Topic: LibHdd Problem?
Replies: 1
Views: 1515

I've solved with dopen suggested by Drakonite

tnx
by sincro
Sun Jan 23, 2005 9:35 pm
Forum: PS2 Development
Topic: LibHdd Problem?
Replies: 1
Views: 1515

LibHdd Problem?

Hi to all, i have a little problem with libhdd. When I try to open a file in pfs0 that not exist the debug return : ps2fs: Warning: NULL buffer returned Ok...if I try in a loop to open a file that not exist after same loop the iop freez :( fd = fileXioDopen(HDDpath); ...
by sincro
Fri Jul 23, 2004 11:46 pm
Forum: PS2 Development
Topic: libito intchandler question
Replies: 4
Views: 3273

BIG thanks Lukasz
by sincro
Fri Jul 23, 2004 5:31 pm
Forum: PS2 Development
Topic: libito intchandler question
Replies: 4
Views: 3273

Just use the disable and then remove intc handler syscalls. I think the intc number i 2 or 3, check the source to be sure. tnx LuKasz. I'm not very able to program, you could makes an example code me? i've activate intc handler: itoDI(); itoAddIntcHandler(ITO_INTC_VSYNC_STAR...
by sincro
Thu Jul 22, 2004 10:14 pm
Forum: PS2 Development
Topic: libito intchandler question
Replies: 4
Views: 3273

libito intchandler question

how can i disable ito intchandler??

nothing to do it in examples and documentation.

help.

sincro
by sincro
Thu Jul 15, 2004 8:55 pm
Forum: PS2 Development
Topic: GSLIB Info
Replies: 4
Views: 2839

tnx apache

sincro
by sincro
Thu Jul 15, 2004 3:35 am
Forum: PS2 Development
Topic: GSLIB Info
Replies: 4
Views: 2839

i have try to modify the texture sample with my texture converted with tga2iif
but dosn't work.

the prg load tga file, but the prg freeze. i have change only the picture with sema property.

suggestion?

tnx, sincro
by sincro
Thu Jul 15, 2004 2:36 am
Forum: PS2 Development
Topic: GSLIB Info
Replies: 4
Views: 2839

GSLIB Info

hi to all.

I need hel, where i find info and example for using GSlib.

I have read the doc included, but i need more sample.

tnx to all

sincro
by sincro
Tue Jul 13, 2004 1:53 am
Forum: PS2 Development
Topic: How to execute rom0:OSDSYS
Replies: 9
Views: 7044

ok, i will try.


tnx superufo

sincro
by sincro
Tue Jul 13, 2004 12:23 am
Forum: PS2 Development
Topic: How to execute rom0:OSDSYS
Replies: 9
Views: 7044

superufo wrote:it is quite easy for me, just return to main and will back to browser.
yes but if you boot from dev1 it' work?
by sincro
Mon Jul 12, 2004 7:23 pm
Forum: PS2 Development
Topic: How to execute rom0:OSDSYS
Replies: 9
Views: 7044

mr bob wrote:you sure you're waiting long enough? it takes a while for the browser to load.
Yes, i'm wait long time :(

in other post i see example of pkoLoadElf and pkoExecEE from ps2link

i will try this...do you think it's work with this?

sincro
by sincro
Mon Jul 12, 2004 10:33 am
Forum: PS2 Development
Topic: How to execute rom0:OSDSYS
Replies: 9
Views: 7044

Thanks mr bob for replay i've try but not work :( my prog is based on ps2 menu 2.6. Why don't work? i load my elf file from ps2link and dev1 but wen call rom0:OSDSYS BootBrowser or syscall 0X04 program freeze. i set my start addres to 0x200008 but freez :( i've also try to poweroff hdd before call b...
by sincro
Mon Jul 12, 2004 2:38 am
Forum: PS2 Development
Topic: How to execute rom0:OSDSYS
Replies: 9
Views: 7044

How to execute rom0:OSDSYS

I need help.

How can i execute rom0:OSDSYS BootBrowser ??

I need to turn in browser from my prog, how i can?

i have try sample "loadelf" in ps2lib but it freeze

any idea?

tnx

sincro
by sincro
Sat Jul 10, 2004 5:45 am
Forum: PS2 Development
Topic: Result of my USB test
Replies: 3
Views: 3251

UPDATE

i've try another usb pen 128Mb 2.0, the program freeze when read dir.

with my 64Mb pen now i'm able to navigate all dir. Now i write a recursive copy function.

sincro
by sincro
Fri Jul 09, 2004 11:09 pm
Forum: PS2 Development
Topic: Result of my USB test
Replies: 3
Views: 3251

I've try with usb pen 64Mb USB 1.1 and it work perfect I'm glad to hear it. About the problem: I have suspiction that the filesystem is not fat12 or fat16. The fat32 filesystem is not supported yet (I will have to reformat my flash disk and do some tests). But to determine the exact reason I would ...
by sincro
Fri Jul 09, 2004 10:34 pm
Forum: PS2 Development
Topic: Result of my USB test
Replies: 3
Views: 3251

Result of my USB test

Hi ole, i've insert your work in my program. I've try with usb pen 64Mb USB 1.1 and it work perfect my second try is usb pen 128Mb 2.0, with pen i'm not able to see directory but only one big file: usb_mass: connect: devId=2 usb_mass: connect ok: epI=10, epO=11 DIRECT...
by sincro
Thu Jul 08, 2004 6:26 pm
Forum: PS2 Development
Topic: USB-flash-disk lib?
Replies: 16
Views: 11376

Re: The irx driver is ready

Finaly completed the initial version of the mass storage usb driver (for ps2 of course), that works with flash disks. If someone would like to test it I can send the sources . Feedback would be appreciated beacause I have tested it only with my two devices. i'm interested to test it, i'm now workin...
by sincro
Thu Jul 01, 2004 7:39 pm
Forum: PS2 Development
Topic: Compiling question
Replies: 1
Views: 1740

Compiling question

Hi to all

i have installa toolchain with toolchain-beta.sh under slacky. all work fine

if I try to compile ps2menu, obviously, it does not work.

he is sufficient to change the makefile for being able to compile it? someone you can indicate like changing it to me?

tnx to all
by sincro
Tue Jan 27, 2004 10:00 am
Forum: PS2 Development
Topic: I need FAKEHOST.IRX
Replies: 2
Views: 3926

I need FAKEHOST.IRX

Please help.

I use a win32 enviroment for compiling sample for ps2. I would to compile e test ps2menu, but under win32 enviroment i'm not able to compile irx file. I need only FAKEHOST.IRX, plese someone can send it to my address of mail sincro7@interfree.it

THANKS

sincro