Go Back  
Reply
 
Thread Tools
Old 09-22-2011   #671
kgb_
Member
 
kgb_'s Avatar
 
Join Date: Jul 2011
Location: Portugal
Posts: 223
Likes: 370
Liked 156 Times in 85 Posts
Mentioned: 6 Post(s)
Tagged: 0 Thread(s)
Originally Posted by Zander_SIG View Post
Dean, the XMMB settings is set to "XXMB List (looks just like the Sony XMB), I can change it in there to other settings 4x4, etc.. but switching them on the fly using L1 and R1 does not work for me. I will delete MM folder and do a full install of your most recent version. I will post back with my results. I am not trying to be a troll, not at all. I thought you would like to hear bug reports, etc... Sorry.
************* [ - Post Merged - ] *************
I followed you over here cause I just read that this is your new site for MM... not trolling. I have left PSXscene, way too slow...
In XMMB go to the Settings column and press and select Advanced Settings. Then, still under the Settings column scroll down to Display Mode Lock and disable it. If you delete multiMAN dont forget to reinstall BDEMU2. If you use multiMAN try to know its options and features, it will save you a lot of unnecessary questions, check the first post and go to multiMAN beginner's guide - GBAtemp.net for a user guide, this should be mandatory

Regards
kgb_ is offline   Reply With Quote
Old 09-22-2011   #672
CaptainCPS-X
Homebrew Developer
 
CaptainCPS-X's Avatar
 
Join Date: Sep 2010
Location: Puerto Rico, U.S.
Posts: 906
Likes: 1,066
Liked 2,021 Times in 512 Posts
Mentioned: 347 Post(s)
Tagged: 0 Thread(s)
Originally Posted by dragonkx View Post
hi, i tried your multiman in ntfs mode and it doesnt do anything but freeze up my system. It says please wait. music playing in background. wait, waiting and nothing happens, my external hard drive light doesnt even flash or even act like its being read. is there like a max gb, tb, for this to work or what?
How to Set Up Multiman 01.16.03 or Higher for NTFS Support [HD]

How to Set Up Multiman 01.16.03 or Higher for NTFS Support [HD] - YouTube

EDIT: This video should be in the first page xD

SeeYa!
^^
__________________
gamePKG / FB Alpha RL - [ https://github.com/CaptainCPS ]
FB ALPHA DEV TEAM - [ http://neosource.1emu.net ] [ http://www.barryharris.me.uk/ ]
PS3 - [CECH-2501A][NOR][160GB HDD][REBUG CFW 4.41.2 LITE]

Last edited by CaptainCPS-X; 09-22-2011 at 07:18 PM.
CaptainCPS-X is offline   Reply With Quote
Old 09-22-2011   #673
aldostools
Homebrew Developer
 
aldostools's Avatar
 
Join Date: Sep 2010
Location: dev_hdd0/game/BLES80608
Posts: 941
Likes: 904
Liked 1,227 Times in 482 Posts
Mentioned: 575 Post(s)
Tagged: 0 Thread(s)
Originally Posted by dragonkx View Post
hi, i tried your multiman in ntfs mode and it doesnt do anything but freeze up my system. It says please wait. music playing in background. wait, waiting and nothing happens, my external hard drive light doesnt even flash or even act like its being read. is there like a max gb, tb, for this to work or what?
Try following this guide:
http://tinyurl.com/multiman-help#chap.ntfs

If the problem persists, it is possible that the USB adapter or disk enclosure is not compatible with the NTFS driver.

deank cannot do much to increase the compatibility, due the source code of the PS3 NTFS driver is not available.
__________________
~ Dreams and dedication are a powerful combination.
... multiMAN is a perfect demonstration.
aldostools is offline   Reply With Quote
Old 09-22-2011   #674
Zander_SIG
Apprentice
 
Join Date: Aug 2011
Posts: 16
Likes: 2
Liked 0 Times in 0 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Dean‚ OMG I am a freaking idiot I did not even know abou the advanced settings when u hit the triangle while on system. After I turned that on I got a crapload of new system options (i wondered where they went after a update a while back) and the display lock option was set to xxmb I disabled it and now my L1 and R1 work and changes the appearances. Man sorry about that I was a idiot and I bet u thought I was insane. Sorry man, peace out!
************* [ - Post Merged - ] *************
Originally Posted by kgb_ View Post
In XMMB go to the Settings column and press and select Advanced Settings. Then, still under the Settings column scroll down to Display Mode Lock and disable it. If you delete multiMAN dont forget to reinstall BDEMU2. If you use multiMAN try to know its options and features, it will save you a lot of unnecessary questions, check the first post and go to multiMAN beginner's guide - GBAtemp.net for a user guide, this should be mandatory

Regards
yea I am a idiot' See my post right before this one? i am in MM now typn w/ps3 controller. :~>
Zander_SIG is offline   Reply With Quote
Old 09-22-2011   #675
CaptainCPS-X
Homebrew Developer
 
CaptainCPS-X's Avatar
 
Join Date: Sep 2010
Location: Puerto Rico, U.S.
Posts: 906
Likes: 1,066
Liked 2,021 Times in 512 Posts
Mentioned: 347 Post(s)
Tagged: 0 Thread(s)
Smile

Hi Dean, I know probably you haven't had time to even check my previous post edits, but I kept looking for stuff that might help you and I found this library:

http://savannah.gnu.org/projects/libcdio/

I think this is their latest release:

http://git.savannah.gnu.org/cgit/lib...se-0.82.tar.gz

Compact Disc Input and Control Library

This project is part of the GNU Project.

The Compact Disc Input and Control library encapsulates CD-ROM reading and control and can be used in applications wishing to be oblivious of the OS- and device-dependant properties of a CD-ROM.

Also included are libraries for working with IS0-9660 filesystems (libiso9660) and CD-DA jitter/error correction (libcdio_paranoia and libcdio_cdda).

Some support for disk images like CDRWIN's BIN/CUE, cdrdao's TOC, and Nero's NRG disk-image format is available. Thus, applications that use this library also have the ability to read disc images as though they were CD's.


Immediate uses are VCDImager, a navigation-capable Video CD plugin
and CD-DA plugins for the media players xine and videolan's vlc.

An implementaion of cdparaoia is also included. Other utility programs include a program for displaying CD information (cd-info), for playing audio CD's via audio controls (cdda-player), for showing CD-ROM and drive capabilities (cd-drive), reading the blocks of a CD (cd-read) and extracting a file from an ISO 9660 image (iso-read).
I don't know if this could help you handle PS1 discs with MODE2/Form1/2352, since I don't have much experience programming for PS3, I know that in windows I have used libraries like this to handle stuff in my applications, but maybe for PS3 things might be different.

Btw, I been wondering, if you were able to handle the contents of the ISOs, would it be possible to mount them like its done for directories (ex. "dev_hdd0/games/...") ? or its just not possible that way?.

I remember when I used to code a lot for FB Alpha emulator (Windows version) I was working with one the team members (IQ_132) on NeoGeo CD support and we were able to load ISO / BIN / CUE for the emulated game and it ran like if there was a disc inserted. I was looking like crazy for this code to see if it could help you out, but I don't find it at this moment, I believe is in one of my old HDDs xD.

Anyway, good luck! I hope that you can find something useful from this library ^^.

EDIT: I just found out that a few emulators for listed in WiiBrew make use of this library too, maybe they made some kind of port I guess, or they have similar name xD:

http://wiibrew.org/wiki/Libiso9660

EDIT2: I started doing a small test myself with this library, I downloaded a smaller package (includes and libs only) from (http://www.archlinux.org/packages/extra/i686/libcdio/) (the right menu where it says Download From Mirror), it includes the library (libcdio.a, libiso9660.a, etc...). Then I modified my PS3 test application Makefile a bit and was able to compile. Im gonna try to make a simple PS3 application that opens a ISO file and extract the contents using (cdio/cdio.h, cdio/iso9660.h), this of course if I don't run into any compile problem in the process xD, I might have to do some research regarding file / directory handling on PS3 first.

EDIT3: I'm gonna take a small break for now (need to sleep xD), I been doing some modifications to a couple of files that were giving compile errors. I still have to modify "iso9660.c" because its throwing me a few too, but they should be easy to fix (hopefully that will be the last file I modify to start doing some basic tests, if the PS3 doesn't crash on me! LOL).

SeeYa!
^^
__________________
gamePKG / FB Alpha RL - [ https://github.com/CaptainCPS ]
FB ALPHA DEV TEAM - [ http://neosource.1emu.net ] [ http://www.barryharris.me.uk/ ]
PS3 - [CECH-2501A][NOR][160GB HDD][REBUG CFW 4.41.2 LITE]

Last edited by CaptainCPS-X; 09-23-2011 at 04:05 AM.
CaptainCPS-X is offline   Reply With Quote
Likes: (4)
Old 09-23-2011   #676
mastermold
Member
 
Join Date: Jun 2011
Location: Hawaii
Posts: 71
Likes: 1
Liked 0 Times in 0 Posts
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
trying to copy a 3.66 or higher game

i was trying to back up a newer 3.66 game and Multiman
cant recognize it????

my internal hd is almost full and my external has some room on it



Any ideas how to get Multiman to read it???

trying to back up the new tales of xilla (asia) import???



thanks dean for all yr hard work

Is it now possible to play MKVs from a external through Showtime now????
mastermold is offline   Reply With Quote
Old 09-23-2011   #677
deank
 
Join Date: Sep 2010
Posts: 752
Likes: 384
Liked 2,391 Times in 448 Posts
Mentioned: 377 Post(s)
Tagged: 0 Thread(s)
Originally Posted by CaptainCPS-X View Post
Dean,
EDIT2: When it reached 42% I got this from multiMAN:

Btw, multiMAN doesn't hang when reaching 42%, it just gives the error. I guess Cobra manager keeps trying to read more sectors.
Ok, I added a 30-attempts-retry-loop. It will shake the reading head to the 1st and last sector and then will try to read the same sector again (one sector at a time but not 1024 sectors as it is now). If it manages to read the problematic sector, it will continue with 1024 sectors per read attempt.

If you wish to do another test, update your multiMAN online via debug mode First post is also updated with the link.

Originally Posted by mastermold View Post
Is it now possible to play MKVs from a external through Showtime now????
It was always possible.

Last edited by deank; 09-23-2011 at 04:55 AM.
deank is offline   Reply With Quote
Likes: (1)
Old 09-23-2011   #678
killbill9999
Apprentice
 
Join Date: Jul 2011
Posts: 20
Likes: 5
Liked 0 Times in 0 Posts
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
Happy and Very Appreciative

Just popped in to say hi !! And seriously 'Well done' for what you have achieved alone and with help from other's , this site starting to become like psx-scene ; If posters continue to troll etc , or failure to try and help themselves 1st , it will lead to only one outcome , Dean will either quit for good and troller's fuc*ed it up for everyone else or he will move sites again hoping to get rid off a load of
shi*heads who are on his case with how do I do this ? I can't be arsed reading 1st.

A strong suggestion if you have a viable question feel free to ask the community im sure they will help, but 1st think, maybe try to achieve it yourself first, self dependancy is vital in all aspects of life!!!!!!

Thanks Dean for all your hardwork and taking time to help others who cannot help themselves

Maximum Respect as Always!!!
killbill9999 is offline   Reply With Quote
Old 09-23-2011   #679
GregoryRasputin
 
GregoryRasputin's Avatar
 
Join Date: Jan 2008
Posts: 14,485
Likes: 8,250
Liked 14,616 Times in 5,599 Posts
Mentioned: 1338 Post(s)
Tagged: 3 Thread(s)
Originally Posted by killbill9999 View Post
it will lead to only one outcome , Dean will either quit for good and troller's fuc*ed it up for everyone else or he will move sites again hoping to get rid off a load of
shi*heads who are on his case with how do I do this ? I can't be arsed reading 1st.

deank has the ability to delete any posts he deems annoying/unsuitable/wrong/bad/etc, he also has, as does every other member of this forum, the ability to put a member on ignore, so he dosnt see their posts or receive PM's from them
GregoryRasputin is offline   Reply With Quote
Old 09-23-2011   #680
depblkman
Member
 
depblkman's Avatar
 
Join Date: Jan 2011
Posts: 478
Likes: 286
Liked 175 Times in 112 Posts
Mentioned: 17 Post(s)
Tagged: 0 Thread(s)
Send a message via Yahoo to depblkman
Just want to say thank you deank for all your hard work. Stay encouraged and keep ignoring the haters. They can't do what you do and since they can't be like you they hate. But its all good. The more they hate, the more powerful you become.

Sent from my PC36100 using Tapatalk
__________________
Alucard: Bet your a skank!
Hellsing: Bet your an arsehole!
Alucard: B**CH I EAT PEOPLE!!!
depblkman is online now   Reply With Quote
Reply

Bookmarks

Tags
avchd , blu-ray , deank , multilingual , multiman , ps3 file manager

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



PS3Hax.net is Copyright © 2010-2013.
Use of this site is governed by our Terms of Use and Privacy Policy. All Trademarks and images are owned by their respected owners.
Posts and links are subject to each author on this forum and are no way affiliated with the operations and/or opinions of ps3hax.net
All times are GMT -5. The time now is 10:56 PM.