device list

Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.

Moderators: cheriff, Herben

Post Reply
radad
Posts: 246
Joined: Wed May 19, 2004 4:54 pm
Location: Melbourne, Australia

device list

Post by radad »

Is there a way to find out which filesystem devices are available?
radad
Posts: 246
Joined: Wed May 19, 2004 4:54 pm
Location: Melbourne, Australia

Post by radad »

I have found iopmgr.irx which seems to be able to do what I want but how do you use from the ee, there doesn't appear to be a supporting header and library to call it from the ee?
pixel
Posts: 791
Joined: Fri Jan 30, 2004 11:43 pm

Post by pixel »

Isn't there something in fileXio ... ? Otherwise, you'd need to write your own RPC server and stuff.
pixel: A mischievous magical spirit associated with screen displays. The computer industry has frequently borrowed from mythology. Witness the sprites in computer graphics, the demons in artificial intelligence and the trolls in the marketing department.
radad
Posts: 246
Joined: Wed May 19, 2004 4:54 pm
Location: Melbourne, Australia

Post by radad »

It seems iopmgr has what I need for the moment. You can pass it some command line options to list various things.

This gives the list of devices:
ps2client -h ps2 execiop devices

Seems as though it can do a few others too like: modlist, ioman, iomanx and libs

It looks like iopmgr exports the function I wanted, there just isn't the corresponfing library to call it from the ee. Anyway, what I have found will do for now.
Post Reply