PS2 Playstation 2 PS2 DTL-T / TOOL Development T10000 T15000 Devkit dev kit thread

Well-known member
Registered
Joined
Jul 30, 2019
Messages
500
Reaction score
117
Points
43
Yea, we tend to come and go. I'm just glad I found this thread since before I have been using the little info I can find on YouTube and discord.
 
Well-known member
Registered
Joined
May 31, 2019
Messages
248
Reaction score
434
Points
63
ps2 was my first devkit back in 2008..
 
Well-known member
Registered
Joined
Jul 30, 2019
Messages
500
Reaction score
117
Points
43
My first was a psp dev kit off ebay 2 years ago. still haven't been able to do much with it since I didn't know much.
 
Well-known member
Registered
Joined
Jul 30, 2019
Messages
500
Reaction score
117
Points
43
nk don't feel bad, your fine, I'm usually the one apologizing for asking too many questions. So how dud you get started with dev kits.
 
Well-known member
Registered
Joined
Jul 30, 2019
Messages
500
Reaction score
117
Points
43
OK ive installed Ubuntu 16.04 to a vm and I've downloaded the dsnet files. now as someone who may have a week's combined experience with Ubuntu and Linux in general, how do i setup this dsnet?
 
Well-known member
Registered
Joined
May 30, 2019
Messages
124
Reaction score
57
Points
28
1. Install p7zip:
Code:
$ sudo apt install p7zip
2. Transfer [140328]dsnet-bin.7z to the virtual machine. There are many ways to do this, such as shared folders, smb/http/ftp/afp/etc. I suggest you use a search engine for you preferred method.
3. Extract the archive to folder "dsnet" in your home directory:
Code:
$ 7z x -o$HOME/dsnet \[140328\]dsnet-bin.7z
4. Add to your PATH
Code:
$ echo 'export PATH=$HOME/dsnet:$PATH' >> ~/.bash_profile
$ source ~/.bash_profile
5. Run the tool
Code:
$ dsedb -d <IP of DTL-T goes here>
 
Well-known member
Registered
Joined
Jul 30, 2019
Messages
500
Reaction score
117
Points
43
Ok I installed 7zip, and I got dsnet.7zip copied to the home directory, but when I try the second code you sent, i get an error that says no such archive exists. sorry for the camera flare.
 

Attachments

  • 20200815_011247.jpg
    20200815_011247.jpg
    4.5 MB · Views: 0
Well-known member
Registered
Joined
Jul 30, 2019
Messages
500
Reaction score
117
Points
43
also, i just tried a retail fat ps2 controller/memory card board and the connector is different. pins are on top vs the retail where the pins are on the botton, i dont think i can just turn the cable.

update: i flipped the cable around and it turned the power light on the controller on, but no other functionality happened more then this. here is a video, sorry for the quality.
 
Last edited:
Well-known member
Registered
Joined
May 30, 2019
Messages
124
Reaction score
57
Points
28
Ok I installed 7zip, and I got dsnet.7zip copied to the home directory, but when I try the second code you sent, i get an error that says no such archive exists. sorry for the camera flare.
The file name is case sensitive.
 
Well-known member
Registered
Joined
May 30, 2019
Messages
124
Reaction score
57
Points
28
I don't see any video. It says "Cannot load Facebook SDK. Disable any adblocker or tracking protection and try again."
 
Well-known member
Registered
Joined
Jul 30, 2019
Messages
500
Reaction score
117
Points
43
i launched it live, or maybe refresh it. if not , i can send the video to an email if you dont mind going that route
 
Well-known member
Registered
Joined
Jul 30, 2019
Messages
500
Reaction score
117
Points
43
Ok, if you can send me an email address, I'll send you the video.
 
Active member
Registered
Joined
Jun 29, 2019
Messages
39
Reaction score
24
Points
8
@slycooper124 I will better post detailed instructions here. I will be as noobish friendly as I can:
launch TOOL
Enter service account "z", password "z".
Press Ctrl+C
type cd /usr/local/sony/diag/
type chkrev/showrev.sh wait until it finishes. IGNORE all errors.
Then just simply type each command from the list below, press Enter and wait until it finishes and make a photo, or just post text output
romrev.sh
mpubid.sh
eerev
gsrev
ioprev.sh
spu2rev.sh
pcicrev.sh
macaddr.sh

If commands are failing, type cd /usr/local/sony/diag/bin/

Please, if you encounter a problem, try to solve it before posting here, If you get an error on some stage don't give up - just keep typing commands.
 
Last edited:
Well-known member
Registered
Joined
Jul 30, 2019
Messages
500
Reaction score
117
Points
43
The video is sent, as you see, the retail ps2 controller module doesn't work sadly, so the one for the tool ps2 needs to be fixed.

I also got dsnet setup on ubuntu so that ftp works. I tried one of the files and it didnt work. Me and one other person are still testing that and I'll keep you posted.
 
Top