Search found 11 matches

by shawn_t
Thu Aug 04, 2005 2:02 pm
Forum: PS2 Development
Topic: hsync counter?
Replies: 2
Views: 2045

Check out my blurb on EE timers: EE Timers The enum: enum { kINTC_GS, kINTC_SBUS, kINTC_VBLANK_START, kINTC_VBLANK_END, kINTC_VIF0, kINTC_VIF1, kINTC_VU0, kINTC_VU1, kINTC_IPU, kINTC_TIMER0, kINTC_TIMER1 }; enumerates the interrupts. I'm not familiar with an interrupt for an H-BLNK...
by shawn_t
Sat Jul 30, 2005 12:08 pm
Forum: PS2 Development
Topic: Win32 PS2DEV
Replies: 1
Views: 1641

You are going to need a Makefile. You then will type the command 'make' to build your elf file. When you type 'make', it will look for either 'Makefile' or 'makefile' in the current directory as the input makefile. You can also specify the Makefile name explicity by typing: 'make -f myMakefile' If y...
by shawn_t
Thu Jul 28, 2005 5:01 pm
Forum: PS2 Development
Topic: EE timers
Replies: 6
Views: 24988

EE timers

I've put together a simple project in an effort to illustrate the use of the EE timer registers. The code is pretty thoroughly documented, but I will explain them a little anyway...Please let me know if you have any questions or concerns. There are 4 16 bit timer registers on the PS2 that can be con...
by shawn_t
Thu Jul 28, 2005 8:21 am
Forum: PS2 Development
Topic: PS2Link, Pukklink, InLink, XLink?!?
Replies: 15
Views: 5240

That'll fix it...I'll try that tonight! I checked it out in the HEX editor and it seems to be looking for the IPCONFIG.DAT file in mc0:/BOOT/IPCONFIG.DAT [0x0000c5a8 of reload1.elf] so that is probably the problem. BTW: I just noticed your location was Canada! I was born in Ontario and then moved to...
by shawn_t
Thu Jul 28, 2005 7:35 am
Forum: PS2 Development
Topic: PS2Link, Pukklink, InLink, XLink?!?
Replies: 15
Views: 5240

I have the IPCONFIG.DAT file in the same directory on the memory card as the reload1.elf file is this where it is supposed to be? The booting from host (host:) perhaps means that it should be on my host machine?!? This file specifies my PS2 IP address which is unfortunately on a different subnet the...
by shawn_t
Wed Jul 27, 2005 5:16 pm
Forum: PS2 Development
Topic: PS2Link, Pukklink, InLink, XLink?!?
Replies: 15
Views: 5240

Your description makes perfect sense to me and this is actually the first thing I tried. Unfortunately, it didn't work for me...I do get the option when I boot from the PS2 Linux RTE disc, but when selected, I get the following information on the screen: Welcome to ps2link v1.30 Booting from host (h...
by shawn_t
Wed Jul 27, 2005 2:11 pm
Forum: PS2 Development
Topic: PS2Link, Pukklink, InLink, XLink?!?
Replies: 15
Views: 5240

Would it be possible for me to build my own version of reload1.elf that doesn't look in the BWLINUX subdirectory? Then I could just place reload1.elf in the root of /mnt/mc00 and not the BWLINUX subdirectory? I tried it quickly and I think the problem I'm having is that it is looking for IPCONFIG.DA...
by shawn_t
Wed Jul 27, 2005 1:23 pm
Forum: PS2 Development
Topic: PS2Link, Pukklink, InLink, XLink?!?
Replies: 15
Views: 5240

Unfortunately, I can't copy reload1.elf because I don't have the MC full access patch installed in PS2 linux so I can't see the subdirectories. Here is what I'm trying: mount /mnt/mc00 cp reload1.elf /mnt/mc00/BWLINUX/ I get a cp: cannot create regular file `/mnt/mc00/BWLINUX' I've been trying to lo...
by shawn_t
Wed Jul 27, 2005 12:19 pm
Forum: PS2 Development
Topic: PS2Link, Pukklink, InLink, XLink?!?
Replies: 15
Views: 5240

I'm trying to follow the installation instructions, but I can't get ps2client to work. I have successfully compiled ps2client on my linux server and tried: ps2client -t 1 execiop rom0:SIO2MAN but I get: [ERROR] Connect socket failed. (-1) [ERROR] Connect to request failed. (-1) [ERROR] Connect to ps...
by shawn_t
Tue Jul 26, 2005 6:58 am
Forum: PS2 Development
Topic: PS2Link, Pukklink, InLink, XLink?!?
Replies: 15
Views: 5240

Thanks for the quick reply! A few quick questions: 1) I assume you make the modification to /mnt/mc00/p2lboot.cnf and not p2lboot.opt? 2) Is reload1.elf in the BWLINUX subdirectory? If so, do I have to modify the command to reference this subdirectory? Something like: "Reload1" BWLINUX/rel...
by shawn_t
Tue Jul 26, 2005 4:52 am
Forum: PS2 Development
Topic: PS2Link, Pukklink, InLink, XLink?!?
Replies: 15
Views: 5240

PS2Link, Pukklink, InLink, XLink?!?

I've been searching for the truth about the boot loader client and server software but am quite confused. The forum seems to suggest that pukklink and InLink are not supported and outdated. Is this in fact true? Does InLink work with PS2Link? Assuming I am supposed to use PS2Link and XLink how do I ...