|
You need to check the I/O port of your Via card. 1. From your start menu, click on run and type msinfo32 2. Go to Components->Storage->SCSI
Mine looks like this:
Name VIA RAID Controller - 3249 Manufacturer VIA Technologies, Inc. Status OK PNP Device ID PCI\VEN_1106&DEV_3249&SUBSYS_32491106&REV_50\4&CF81C54&0&10F0 I/O Port 0x0000EC00-0x0000EC0F I/O Port 0x0000E880-0x0000E88F I/O Port 0x0000E800-0x0000E80F I/O Port 0x0000E480-0x0000E48F I/O Port 0x0000E400-0x0000E41F I/O Port 0x0000E000-0x0000E0FF IRQ Channel IRQ 19 Driver c:\windows\system32\drivers\viamraid.sys (5.1.6000.562, 112.25 KB (114,944 bytes), 3/6/2008 7:15 PM)
If you're looking at the front of the card with the metal bracket to the left, port one is on the right. The I/O address for mine is the first one above: I/O Port 0x0000EC00-0x0000EC0F
The numbers you're concerned with are EC00 (zeros not the letter O).
3. If you used iPrep, it made three batch files for your Benq drive: rben.bat, dben.bat, fben.bat right click on each of these, click edit, and change the I/O address to match the one you found in msinfo32 (for example mine is EC00)
This is my dben.bat:
@echo off if "%1" == "" goto usage if "%2" == "" goto usage md BACKUPS\%1 md BACKUPS\%1\%2 if not exist BACKUPS\%1\%2\BenQ-OFW.BIN goto step1 echo BenQ-OFW.BIN for 360: %1 %2 already exists - aborting! goto end :step1 echo ###################################################################### echo Ensure your BenQ DVD drive is turned OFF pause echo ###################################################################### echo For the following steps, you need to: echo Press YES to resend the MTK vendor intro command echo Turn ON the drive, wait for status to change to D1 echo turn OFF the drive for 2 seconds echo Turn ON the drive, reading should start Tools\dosflash r EC00 1 a0 1 4 BACKUPS\%1\%2\BenQ-OFW.BIN 0 if exist BACKUPS\%1\%2\BenQ-CFW.BIN del BACKUPS\%1\%2\BenQ-CFW.BIN copy CFW\BenQ-CFW.BIN BACKUPS\%1\%2\BenQ-CFW.BIN > null Tools\FIRMTOOL BACKUPS\%1\%2\BenQ-OFW.BIN BACKUPS\%1\%2\BenQ-CFW.BIN if errorlevel 1 goto end echo. echo Ready to run fBen %1 %2 goto end :usage echo Usage: %0 7-digit serial 5-digit serial echo e.g. %0 1234567 61005 echo This will create a folder for that particular Xbox 360, read the original echo firmware (as BenQ-OFW.BIN) and create a modified firmware (as BenQ-CFW.BIN). echo If BenQ-OFW.BIN for that Xbox 360 already exists THE PROCESS IS ABORTED! :end -----------------------------------------------------------------------------------------------------
About half way down you see this line:
Tools\dosflash r EC00 1 a0 1 4 BACKUPS\%1\%2\BenQ-OFW.BIN 0
That's where you change the I/O address to match your card.
4. Make sure you check the batch files closely because fben.bat and rben.bat have the I/O address twice
5. Boot your PC with the Benq drive on. Boot with your boot disk or flash drive and follow the prompts. To read Firmware and make a hacked Firmware ready for flashing: dBen 7-digit serial 5-digit serial e.g. dBen 1234567 61005
To flash Firmware: fBen 7-digit serial 5-digit serial e.g. fBen 1234567 61005 I use "dben 1111111 11111"
They'll tell you when to unplug the drive. Answer "yes" to resend the vendor MTK command, then plug the drive back in. You should be able to follow from there.
This post has been edited by dpderr: Mar 22 2008, 11:11 PM
|