| View previous topic :: View next topic |
| Author |
Message |
Slash
Joined: 07 Jan 2007 Posts: 26
|
Posted: Sun Oct 07, 2007 10:22 am Post subject: Unassign/Assign flash0/1 problem on Slim PSP |
|
|
| I've heard problems about reassigning flashes on Slim PSP. Is this true? If so, is there a solution? |
|
| Back to top |
|
 |
moonlight
Joined: 26 Oct 2005 Posts: 567
|
Posted: Sun Oct 07, 2007 8:22 pm Post subject: |
|
|
I have not had any problems in doing so.
You of course need the privileges to do it: vsh mode or kernel mode, user mode can't. |
|
| Back to top |
|
 |
Slash
Joined: 07 Jan 2007 Posts: 26
|
Posted: Mon Oct 08, 2007 1:50 pm Post subject: |
|
|
| moonlight wrote: | I have not had any problems in doing so.
You of course need the privileges to do it: vsh mode or kernel mode, user mode can't. |
I see. I'm trying to reassign flash0 and flash1 on a plugin so sometimes it works and sometimes it does not. |
|
| Back to top |
|
 |
moonlight
Joined: 26 Oct 2005 Posts: 567
|
Posted: Mon Oct 08, 2007 3:10 pm Post subject: |
|
|
| Slash wrote: | | moonlight wrote: | I have not had any problems in doing so.
You of course need the privileges to do it: vsh mode or kernel mode, user mode can't. |
I see. I'm trying to reassign flash0 and flash1 on a plugin so sometimes it works and sometimes it does not. |
Unassign can't work if a file descriptor of the flash device is opened in the system, even if is read only Maybe that's the problem if you have a plugin in the XMB. |
|
| Back to top |
|
 |
Cpasjuste
Joined: 29 May 2005 Posts: 214
|
Posted: Mon Oct 15, 2007 4:33 am Post subject: |
|
|
Same here, can't reassign flash0 in write mode on psp slim while the same code is working on 1.50 kernel.
Edit : Was again an error in my code it's working :x |
|
| Back to top |
|
 |
Slash
Joined: 07 Jan 2007 Posts: 26
|
Posted: Sat Oct 20, 2007 10:55 am Post subject: |
|
|
| Cpasjuste wrote: | Same here, can't reassign flash0 in write mode on psp slim while the same code is working on 1.50 kernel.
Edit : Was again an error in my code it's working :x |
If you're doing a plugin, try putting the flash0/1 assigning to the very top of your code. This works for me. |
|
| Back to top |
|
 |
Cpasjuste
Joined: 29 May 2005 Posts: 214
|
Posted: Sat Oct 20, 2007 7:46 pm Post subject: |
|
|
| Thanks Slash. In fact was assigning "flash0" instead of "flash0:" ... :$ |
|
| Back to top |
|
 |
|