gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

Hardware > MBV2 with Service Pack 2?

#25097 - Jevin - Mon Aug 16, 2004 10:59 pm

Does it work? I just got my MBV2 cable and it doesn't work with my Windows XP SP2 computer. It works with linux on the same computer and with Win2k and WinXP SP1 on two other computers. What is going on here?

#25105 - Krakken - Tue Aug 17, 2004 12:16 am

What access driver are you using?

#25108 - Jevin - Tue Aug 17, 2004 12:24 am

Krakken wrote:
What access driver are you using?
UserPorts

but ive tried giveio and directio with no luck

i used UserPorts on all of the other windows machines

#25113 - isildur - Tue Aug 17, 2004 1:38 am

I have the same problem, I didn't have time to find out what was wrong but on my win2k machine using userport and giveio, no luck. If someone knows what to do to make it work on win2k and xp, please tell us. :)

#25115 - Jevin - Tue Aug 17, 2004 1:43 am

isildur wrote:
I have the same problem, I didn't have time to find out what was wrong but on my win2k machine using userport and giveio, no luck. If someone knows what to do to make it work on win2k and xp, please tell us. :)
does mb.exe just freeze? without Userports or any other direct IO driver, it says port not found... but with it it never outputs anything and locks up

#25117 - isildur - Tue Aug 17, 2004 1:50 am

Well, it's been about a month since I tried and if I remember, it could not find or communicate with the port.

#25118 - Jevin - Tue Aug 17, 2004 1:58 am

isildur wrote:
Well, it's been about a month since I tried and if I remember, it could not find or communicate with the port.
shoot... you have a xp computer with SP1 that you could try? then upgrade to sp2 and try again?

#25143 - caitsith2 - Tue Aug 17, 2004 10:21 am

XP with SP2, and my MBV2 cable works just fine. In fact, it works even better, than it did before SP2. Using totalio.

With these command lines (note, I modded my mb.exe, to include the -t function, for turbo multiboot. Jeff had meant to finish the feature, but never did. I found a reversed copy of multi.c that was used in some other multiboot program, which I believe to have come from mb.exe anyhow. I got that working. (and that was the portion of the mb.exe source code jeff could not give out, as per agreement with lik-sang). However, he was able to give me the source to the various loaders, like gbreadwrite, from which I adapted to make the turbo multiboot loader.)

mb -s [program name] -w 3 -t
mb -s [program name] -w 4

Before SP2, I had to always use

mb -s [program name] -w 10 [-t]

#25178 - Jevin - Tue Aug 17, 2004 7:50 pm

yeah i upgraded the sp1 machine to sp2 and it still worked.

its my windows installation :(

ill try totalio and those commands

#25185 - Jevin - Tue Aug 17, 2004 9:30 pm

hmm... got it working

i did a bios update, removed userport.exe and userport.sys and installed direct-io

somehow it works now :-/ :D