Closed GoogleCodeExporter closed 9 years ago
I forgot
IOS224 (hermes v5 installer) is installed too, but also not reported
(why is hermes without usb2.0...usb test says it is usb 2.0)
Original comment by yvonne.m...@gmail.com
on 11 Feb 2010 at 2:25
Known issue with v11. v12 (Beta) already has the fix.
Also USB 2.0 detection was taken out of SysCheck in v12 for this very reason.
Hermes
is not using /dev/usb/ehc. He is patching /dev/usb/ohc module. Since there are
various modules that may or may not be USB 2.0 enabled I have removed it form
the
detection.
Original comment by Lunatik.CN@gmail.com
on 11 Feb 2010 at 5:57
Thanks for this very easy but still techn. complete answer!!!
So next time also IOS4 and 224 will get listed?
Wouldnt it make sense to do somewhat like a
for ios0-255 if installed things
so automatically all available ios would get listed(if some need to be
commented out,
this should be also possible.)
for usb ...cant it get tested for both variants?
and for my personal interest..what means FLASH enabled(only have it with the
backup
disc ios16)
Original comment by yvonne.m...@gmail.com
on 11 Feb 2010 at 7:23
Actually if you look above IOS224 is listed. The reason IOS4 is not picked up is
because of stub checking. If you reload into a stub IOS then it causes the Wii
to
hang or crash. Some of the older IOSes fall into this category but I have a
database
of IOS versions now so it knows which ones are truely stubs and which ones are
not.
Also the IOS range is 4-254.
The problem with USB 2.0 checking is I can't just check for the existence of
/dev/usb/ohc. This module is in most of the IOSes already as USB 1.1. It would
require opening the physical file, scanning it for certain bytes to see if it
has
been patched or not. This will slow down the checking process quite a bit.
Another
problem is there are other drivers involved as seen here.
http://wiibrew.org/wiki//dev/usb. After talking with other Wii Devs there is no
really true good way of checking except for some sort of file transfer rate.
With
this said this is why I'm removing it.
Flash just means you have raw access to http://wiibrew.org/wiki//dev/flash
Original comment by Lunatik.CN@gmail.com
on 11 Feb 2010 at 8:06
oh yeah, i should have looked into my unordered excel sheet
sorry about that
so for ios4 (and all other stubs)
they wont get listed, even if they are older working..
this seems to be wrong, as ios16 v257 gets shown
so ios4 v3 (and maybe the version between v3 and stub also..i never found it,
also
never saw a ios10 unstubbed)
can be looked, as they are not stubs
when i understand correct, you take the ios, look for version, and if it is not
a
stub version, you test?
so it is easy to add, thanks
the usb explanation is perfect for me
maybe a switch in dop ios that tells, if you want test you need to have, and
accuracy
is xx%, test will take more time
can enable/disable this testing process
Original comment by yvonne.m...@gmail.com
on 12 Feb 2010 at 9:03
Original issue reported on code.google.com by
yvonne.m...@gmail.com
on 11 Feb 2010 at 2:23