Recent content by cyberstudio

  1. C

    2 drive enclosure?

    Good! You gave me the perfect excuse to buy my first Gamecube game. :D I cannot replicate the problem otherwise.
  2. C

    2 drive enclosure?

    Just to ascertain the steps... launch Nintendont from HBC choose USB play a game (optional? necessary?) press HOME HOME to exit to HBC Expected behaviour: HBC comes up Observed behaviour: freeze (black screen?) Are these correct?
  3. C

    2 drive enclosure?

    Thanks can you please try 7.9? I downgraded the compiler.
  4. C

    2 drive enclosure?

    Thank you but if you get loader.dol 6.498, the current latest https://github.com/FIX94/Nintendont/blob/master/loader/loader.dol?raw=true and rename it as boot.dol in your apps/Nintendont folder, and have only one drive in your enclosure (it should skip an non-existent drive fine) can you get...
  5. C

    2 drive enclosure?

    Please pick the latest Nintendont mod at https://github.com/cyberstudio10/Nintendont/actions So, Nintendont's reply was, if you already know how to fix the issue, why don't you just fix it... and submit a pull request. But I don't use Nintendont myself, so I need your help! Please try it and...
  6. C

    2 drive enclosure?

    Just added the ability to automatically skip the Wii U disk. For instance cfg usb loader now works, too, when the games are on the second drive.
  7. C

    Hacking What's the difference between a game and a homebrew?

    Does this run as a homebrew outside of usb loader gx? CIOS has lots of smarts to detect if you are a game or a homebrew. That's called stealth mode.
  8. C

    2 drive enclosure?

    I found the root of the problem, and the problem is >10 years old. I would say after having fixed this my mod is now even more stable than d2x-v10, When there is a timeout with any disk operation, d2x-cios automatically resets the USB interface, but the reset itself runs a bunch of disk...
  9. C

    2 drive enclosure?

    Thank you for your testing and your feedback!!! Nintendont - I am reading the code again. It's at line 963 in usbstorage.c. We need to insert "continue;" there, the case where a potential Wii U drive is found. Right now, it is abandoning the entire port. We should be skipping just that one drive...
  10. C

    2 drive enclosure?

    I fetched and read Nintendont code. Here is what NEWS.md says @The Real Jdbye: You are right. The single drive requirement isn't true any more. I double checked the code. It doesn't matter if the first drive is on a separate USB port or shares the same USB port with the second drive in a 2-bay...
  11. C

    Hacking d2xl-cIOS - a fork of davebaol's d2x-cIOS

    I had 4 ciosgroups: Wii, vWii, Wii Mini PAL and Wii Mini NTSC-U. The same d2x-cios-installer 2.2 Mod will do. Instead of detecting the console type the user will have to select the correct one. But still, no more worrying about tmd 31776 or 31775. I believe your design is the best from the...
  12. C

    2 drive enclosure?

    I have been stabilizing for a week and I think it is now stable enough to be testable. By that I mean even if you use it as your daily cIOS it is still good. I'd invite everyone to test no matter what hardware or setup you have. Regression testing is very helpful and it is important to ensure...
  13. C

    2 drive enclosure?

    Got it working as intended - WiiU working off the 1st HDD and USB Loader GX off the 2nd HDD. Please choose the first/latest and click on d2xl-cios under artifacts This is a beta not a release. GitHub will not keep the zip for long. [EDIT: 90 days, I think.] Please test and report and if all...
  14. C

    [Release] Fakemote: An IOS module that fakes Wiimotes from the input of USB game controllers

    Just wish to report success on Wii Mini Base 57/IOS 249 (no choice, that's the only possible base IOS) USB Loader GX installed and launched from Priiloader (The Priiloader option to change disc IOS is not available on Wii Mini) game: Need for Speed Hot Pursuit (genuine disc) controller: DS4...
  15. C

    Hacking d2xl-cIOS - a fork of davebaol's d2x-cIOS

    I am doing some work on 2-bay HDD enclosure support. Well, the hardest part is just getting cIOS to build, and for that, leseratte has done the most impressive work, with great directions on how to use docker to run the old r32 devkitARM toolchain, and... the whole thing is on CI!!!. I've forked...