Homebrew Ftpii with USB2 support

  • Thread starter Thread starter vladus2000
  • Start date Start date
  • Views Views 4,578
  • Replies Replies 17

vladus2000

Member
Newcomer
Joined
Dec 7, 2008
Messages
18
Reaction score
0
Trophies
1
XP
87
Country
United States
I couldn't find a ftpii that did USB2 support, so I just modded it myself using the USB2 code from Wad Manager 1.4. It requires a cios 249 with USB2 support and will mount as /usb2.

http://rapidshare.com/files/234157896/ftpi...9.USB2.zip.html

I haven't tried running this from usb yet, I just ran it from SD. Let me know if there are any issues.

Enjoy and please mirror,
-Vladus2000
 
I wanted to try this on my Wii on HBC 1.3, but it failed to read my SD card. I saw this on the FTPii Google page:

QUOTE said:
Rev263 = Remove sdhc IOS60 libogc patch - was added to libogc svn

I believe since 1.3 uses IOS61, that's the reason FTPii won't work for me. Can anyone compile this rev with the USB2 code?
biggrin.gif
 
jservs7 said:
I wanted to try this on my Wii on HBC 1.3, but it failed to read my SD card. I saw this on the FTPii Google page:

QUOTE said:
Rev263 = Remove sdhc IOS60 libogc patch - was added to libogc svn

I believe since 1.3 uses IOS61, that's the reason FTPii won't work for me. Can anyone compile this rev with the USB2 code?
biggrin.gif

Just use WiiSCU and install IOS61, it has no bad affects, and its a great addition. I have a 3.2U Wii with a functioning Wii shop channel and I can play any and every game that has come out so far. I didn't do it by not installing new IOS's.
 
illinialex24 said:
jservs7 said:
I wanted to try this on my Wii on HBC 1.3, but it failed to read my SD card. I saw this on the FTPii Google page:

QUOTE said:
Rev263 = Remove sdhc IOS60 libogc patch - was added to libogc svn

I believe since 1.3 uses IOS61, that's the reason FTPii won't work for me. Can anyone compile this rev with the USB2 code?
biggrin.gif

Just use WiiSCU and install IOS61, it has no bad affects, and its a great addition. I have a 3.2U Wii with a functioning Wii shop channel and I can play any and every game that has come out so far. I didn't do it by not installing new IOS's.
I did do that, but the thing is that I believe that 0.19 implemented SDHC functionality using a patch that only worked with IOS60, which was the IOS that HBC used to use. The new HBC uses IOS61. (I of course am not sure of this, but I might be right
tongue.gif
)

Oh, btw, I used WiiSCU to install all IOSs including IOS61.
 
jservs7 said:
I did do that, but the thing is that I believe that 0.19 implemented SDHC functionality using a patch that only worked with IOS60, which was the IOS that HBC used to use. The new HBC uses IOS61. (I of course am not sure of this, but I might be right
tongue.gif
)

Oh, btw, I used WiiSCU to install all IOSs including IOS61.
having the same problem. would love a fix
 
Has anyone tried compiling 263 yet to at least see if it works with SDHC cards in the latest HBC?
 
Well I tried compiling 263 with the latest DevKitPro installer, but I get the following errors when compiling:

CODE> "make"
reset.c
dvd.c
c:/ftpii/source/dvd.c:25:21: warning: fst/fst.h: No such file or directory
c:/ftpii/source/dvd.c:27:21: warning: iso/iso.h: No such file or directory
c:/ftpii/source/dvd.c:30:21: warning: wod/wod.h: No such file or directory
c:/ftpii/source/dvd.c: In function 'dvd_last_access':
c:/ftpii/source/dvd.c:49: warning: implicit declaration of function 'ISO9660_LastAccess'
c:/ftpii/source/dvd.c:49: warning: implicit declaration of function 'WOD_LastAccess'
c:/ftpii/source/dvd.c:49: warning: implicit declaration of function 'FST_LastAccess'
c:/ftpii/source/dvd.c: In function 'check_dvd_mount':
c:/ftpii/source/dvd.c:82: warning: implicit declaration of function 'WOD_Mount'
c:/ftpii/source/dvd.c:84: warning: implicit declaration of function 'FST_Mount'
c:/ftpii/source/dvd.c:86: warning: implicit declaration of function 'ISO9660_Mount'
pad.c
net.c
fs.c
c:/ftpii/source/fs.c:26:21: warning: fst/fst.h: No such file or directory
c:/ftpii/source/fs.c:27:23: warning: isfs/isfs.h: No such file or directory
c:/ftpii/source/fs.c:28:21: warning: iso/iso.h: No such file or directory
c:/ftpii/source/fs.c:29:29: warning: nandimg/nandimg.h: No such file or directory
c:/ftpii/source/fs.c:40:21: warning: wod/wod.h: No such file or directory
c:/ftpii/source/fs.c: In function 'mount':
c:/ftpii/source/fs.c:145: warning: implicit declaration of function 'ISO9660_Mount'
c:/ftpii/source/fs.c:146: warning: implicit declaration of function 'WOD_Mount'
c:/ftpii/source/fs.c:147: warning: implicit declaration of function 'FST_Mount'
c:/ftpii/source/fs.c:156: error: too many arguments to function 'fatMount'
c:/ftpii/source/fs.c:165: warning: implicit declaration of function 'NANDIMG_Mount'
c:/ftpii/source/fs.c:167: warning: implicit declaration of function 'ISFS_Mount'
c:/ftpii/source/fs.c: In function 'unmount':
c:/ftpii/source/fs.c:185: warning: implicit declaration of function 'ISO9660_Unmount'
c:/ftpii/source/fs.c:186: warning: implicit declaration of function 'WOD_Unmount'
c:/ftpii/source/fs.c:187: warning: implicit declaration of function 'FST_Unmount'
c:/ftpii/source/fs.c:193: warning: implicit declaration of function 'NANDIMG_Unmount'
c:/ftpii/source/fs.c:195: warning: implicit declaration of function 'ISFS_Unmount'
c:/ftpii/source/fs.c: In function 'initialise_fs':
c:/ftpii/source/fs.c:300: warning: implicit declaration of function 'ISFS_SU'
make[1]: *** [fs.o] Error 1
"make": *** [build] Error 2

> Process Exit Code: 2
> Time Taken: 00:02
After that error, I tried downloading the missing files to the build folder that was created, but I still get this error:

CODE> "make"
fs.c
c:/ftpii/source/fs.c: In function 'mount':
c:/ftpii/source/fs.c:156: error: too many arguments to function 'fatMount'
make[1]: *** [fs.o] Error 1
"make": *** [build] Error 2

> Process Exit Code: 2
> Time Taken: 00:01
I tried different versions of libfat, tried deleting the build folder when re-compiling and tried different branches from FTPii's site but nada. Anyone have better luck compiling or think they can figure out my prob?
smile.gif
 
I tried to compile it too, but sadly it's beyond my current experience with things such as DevKitPro. It's too bad, I want that new version too.
tongue.gif
I'd like to be able to use a cIOS with DVDx that works off of IOS60 with it.
 
Well I did some testing and now I got USB2.0 and SDHC to work on vladus2000's build.
smile.gif
I believe it had something to do with what IOS was used with DVDX. Since the new MPlayer CE 0.7 does not need DVDX installed on cIOS202 anymore, I changed my DVDX IOS to 249 and everything for FTPii worked except the Wii disc filesystem scan with froze my Wii. I have a modchip, so maybe that might work also for those who do not have one.
 

Site & Scene News

Popular threads in this forum