#32633 - mymateo - Fri Dec 24, 2004 12:46 pm
I recently bought an MBV2 cable, and I'm having troubles getting it to work. It was fun getting the giveio service to install AND run, but now it's in and working fine (or so it seems anyways). But I have two issues:
Sometimes, when I have my SP plugged into the MBV2 cable, I turn it on and the power light is very dim and the screen and frontlight stay off. If I unplug and replug the cable, it works fine. Battery is at about 3/4 charge. Not really an issue, but curious to know if it's just me, or if this happens to other MBV2 users.
Secondly, and the issue I wish to address and fix if at all possible, is the fact the bleedin' cable doesn't work. At least, not for me. I get this when I try:
Here's the bat file I use to send the mb file (a modified version of the CMD file included on the original disk):
And the glib.mb file I'm sending is also the original, un-modified file from the disk included with the cable. I'm running Windows 2000, my LPT is 1, at IO 378, and I've tried EPP and ECP. I tried using a virtual machine to run pure DOS (Good ol' MS Dos 6.22), but it sadly refuses to connect my LPT port, but I will get this fixed and try this... but I don't want to have to use a virtual machine just to send MB to my GBA... that'd be useless to me.
Thanks for any advice!
Sometimes, when I have my SP plugged into the MBV2 cable, I turn it on and the power light is very dim and the screen and frontlight stay off. If I unplug and replug the cable, it works fine. Battery is at about 3/4 charge. Not really an issue, but curious to know if it's just me, or if this happens to other MBV2 users.
Secondly, and the issue I wish to address and fix if at all possible, is the fact the bleedin' cable doesn't work. At least, not for me. I get this when I try:
Code: |
Parallel MBV2 cable found: hardware=v2.0, firmware=v4
Looking for multiboot-ready GBA... Sending data. Please wait... Return data should have been 0! Press any key to continue . . . |
Here's the bat file I use to send the mb file (a modified version of the CMD file included on the original disk):
Code: |
@echo off
net start giveio >nul echo q > %SystemDrive%\q.txt debug \\.\giveio <%SystemDrive%\q.txt 2>nul >nul del %SystemDrive%\q.txt mb.exe -l 1 -n -s glib pause net stop giveio >nul 2>nul |
And the glib.mb file I'm sending is also the original, un-modified file from the disk included with the cable. I'm running Windows 2000, my LPT is 1, at IO 378, and I've tried EPP and ECP. I tried using a virtual machine to run pure DOS (Good ol' MS Dos 6.22), but it sadly refuses to connect my LPT port, but I will get this fixed and try this... but I don't want to have to use a virtual machine just to send MB to my GBA... that'd be useless to me.
Thanks for any advice!