| View previous topic :: View next topic |
| Author |
Message |
bobsbigboy
Joined: 10 Nov 2004 Posts: 5 Location: usa
|
Posted: Thu Apr 07, 2005 10:33 pm Post subject: Disable the reset buttons from EE?? |
|
|
Hi,
does anyone know if it's possible to disable the reset buttons on the console from the EE side? (I've noticed some home made apps like execftps, etc. disable the reset button)
Is the reset button an int to the IOP, or can it be seen at all from the EE side??
thanks! |
|
| Back to top |
|
 |
blackdroid
Joined: 17 Jan 2004 Posts: 564 Location: Sweden
|
Posted: Fri Apr 08, 2005 12:08 am Post subject: |
|
|
This is more of a bug in the way we init dev9 ( lack of understanding ), anything that uses ps2dev9 driver will experience it, you can still power off though :) _________________ Kung VU |
|
| Back to top |
|
 |
mrbrown
Joined: 17 Jan 2004 Posts: 1536
|
Posted: Fri Apr 08, 2005 2:16 am Post subject: |
|
|
| blackdroid wrote: | | This is more of a bug in the way we init dev9 ( lack of understanding ), anything that uses ps2dev9 driver will experience it, you can still power off though :) |
Huh? Dev9 explicitly disables reset so the HDD doesn't get trashed when the user tries power down. You can use sjeepy's poweroff thing to trap it. Whether or not you want the EE to take care of it is up to you. The lack of understanding is that we don't do anything with the trapped reset (clean things up, etc.). _________________ "He was warned..." |
|
| Back to top |
|
 |
blackdroid
Joined: 17 Jan 2004 Posts: 564 Location: Sweden
|
Posted: Fri Apr 08, 2005 2:33 am Post subject: |
|
|
aha from what I remember of the discussion on irc it was that none knew why reset got disabled when loading dev9.irx. there goes nothing for not reading the source and trust irc-talk. _________________ Kung VU |
|
| Back to top |
|
 |
mrbrown
Joined: 17 Jan 2004 Posts: 1536
|
Posted: Fri Apr 08, 2005 2:45 am Post subject: |
|
|
To be honest I don't know anymore :P. It could be that ps2dev9 has a bug, or that code that's supposed to run after ps2dev9 doesn't, which disables reset. _________________ "He was warned..." |
|
| Back to top |
|
 |
gawd
Joined: 09 Feb 2005 Posts: 28 Location: Israel
|
Posted: Tue Apr 19, 2005 4:00 am Post subject: Resetting PS2 |
|
|
| I've been looking all over. Is there a way to reset (cold) a PS2 ? I have managed to get back to memory card editor, but that's it. |
|
| Back to top |
|
 |
uzbekisan
Joined: 05 Apr 2005 Posts: 1
|
Posted: Tue Apr 19, 2005 6:20 pm Post subject: |
|
|
Sure, there is a way to do a cold reset, it is called the power button :)
The closest you can get to a programmatic (warm) reset would be to either try and jump to the reset vector (0xBFC00000) in kernel mode (though that is likely to fail as it might have issues with the IOP) or copy in the KERNEL file to 0x80000000 and start the kernel manually at 0x80001000. That second option wont give you much more than you could get from booting rom0:OSDSYS though to be honest. |
|
| Back to top |
|
 |
|