Jump to content
OGXbox.com

KaosEngineer

Moderators
  • Posts

    4,872
  • Joined

  • Last visited

  • Days Won

    458

Everything posted by KaosEngineer

  1. That's a good question. The links I've seen for them no longer work.
  2. Here's the 1.2-1.5 version of the Power/Eject signals to/from the PIC and front panel connector: The front panel and PIC connections are the same for v1.0-1.1 and 1.2-1.5; however, the layouts are slightly different with a few of the other parts around those items having different part numbers.
  3. Advantages: Some if not all emulators can use the additional RAM which allows some games to run properly that would not without it. There are a few Sega Chihiro arcade games that will run on the Xbox once the additional RAM is added. XBMC can use the additional RAM to improve video playback. The Xbox runs the Linux distributions ported to it better with 128MBs of RAM than with only 64MBs. You can use the retail Xbox as a debug kit when properly configured. (Not to say that you can't with only 64MB; however, debug kits all have 128MBs of RAM.) Disadvantages: None
  4. The electrolyte leaking clock cap damages traces on the under side of the motherboard on the front edge of the printed circuit board. There are 4 very thin traces that carry the power, eject and front panel Red and Green LED control signals to and from the Xbox's System Management Controller (SMC) - a PIC processor on v1.0-1.5 consoles and the Xyclops chip on v1.6 models. The damage can cause phantom power on and off operation of the console and DVD tray load/unload problem if really bad. Remove the clock cap and clean the residue off both the top and bottom of the motherboard. Look for damage on the bottom side of the motherboard such as shown in the following picture: Repair the damage. There are several ways to go about doing so. Fix each trace by cleaning off the solder mask and solder a wire on each end to bridge over every small damaged section of the trace. Or, find the starting and ending points for all 4 of these traces and solder a new wire to connect the front panel signal to the SMC bypassing all 4 traces. Use 26 - 30 Average Wire Gauge (AWG) insulated wire-wrap wire.
  5. A1: HeXEn copies the ind-bios.cfg file to the hard drive when you use the menu option to flash a Modchip or the TSOP. A2: Yes A3: Yes, the ind-bios.cfg configuration file has an option to set if you have installed the additional 64MB of RAM: USEUSEALLMEMORY=0 ;Use 128mb of Ram if Available Default=0 I believe it is set to 0 when 64MB or 1 when 128MB of RAM is installed. It's a binary flag to disable (0) / enable (1) the named operation. I'm not sure if there's a typo in the 5003 and Beta Feb-11-05 (aka 5004) BIOS archives as the ind-bios.cfg file reads USEUSEALLMEMORY. Most other options just say USE<option> = 0 or 1, not USEUSE<option> = <flag value: 0 = disable, 1 = enable>. A4: RAM UPGRADE DISADVANTAGES If you don't know how to solder 100 pin fine pitch surface mount chips and have the proper equipment, you could destroy the motherboard making it no longer work. Do NOT attempt it if you have not soldered other similar chips onto a printed circuit board. Practice, practice, practice! Expensive of obtaining the parts and tools to do the installation.
  6. No, it is not. The XOSVP is an Xbox to component video with optical audio output adapter. The short cable connecting the Xbox to the external adapter uses a VGA connector but it is not VGA out. The VGA cable/connector provided an inexpensive way to provide shielded impedance matched 75 Ohm coax cables needed to carry and connect the high frequency component video, and other wires for digital audio and other signals from the Xbox to the external adapter box.
  7. Do you have the game: Steel Batallion (2002 release) or the sequel: Steel Batallion: Line of Contact (2004 release). The first doesn't support Custom Soundtracks or online System Link multiplayer action. The sequel supports both of those features.
  8. Yes, you can do an ATA Secure Erase to wipe the current contents and delete the locking password. Then, reuse it in a PC or other device that you want that can use an unformatted hard drive. I'm not sure which application(s) support sending the ATA command to perform the secure erase function of a locked hard drive.
  9. Information about the various values stored inside the configuration EEPROM can be found at https://xboxdevwiki.net/EEPROM (https://xboxdevwiki.net/EEPROM).
  10. No. I believe that's the reason there are three Xbox versions in the top drop down box - Xbox Version 1.0, Xbox Version 1.1 and Xbox Version 1.6. Three different RC4 keys used to encrypt the various sections of the EEPROM. I've not researched it enough to verify that there are 3 different RC4 keys used though. Update: The source code is available for the LiveInfo Beta 3 v1.6 application too.
  11. The BIOS banks and the configuration EEPROM are two different things. On most Xbox motherboards, the BIOS is stored in a TSOP flash memory chip. On a 1.6 motherboard, the BIOS is stored in the custom Xyclops chip that replaces several chips on previous motherboards. For a v1.6 Xbox, the configuration data is stored in an 8-pin serial 2048-bit (256 byte) EEPROM at location U7D1 by the LPC Debug port.
  12. You sort of create an eeprom.bin file for your v1.6 console with the LiveInfo_Beta_3-Xbox_v1.6-Yoshihiro Windows application. ( Since I'm not sure you can click on links to download files, here it is in plain text - https://downloads.diodematrix.com/homebrew/xbins/PC Based Applications/eeprom tools/liveinfo/LiveInfo_Beta_3-Xbox_v1.6-Yoshihiro.rar - copy and paste it into your browser's address bar.) You can enter your serial number from the serial number sticker on the bottom of the case and the HDDKey; however, you no longer know this value as it's been deleted, into the program's entry fields. You don't know the Ethernet MAC address to fill in that box either. Change the top download box to Xbox Version 1.6 before clicking on the Save as .BIN button. I wish someone would redo or make an app to load in an eeprom.bin file, decode all of the data and display the current settings and allow changes to be made then save an updated eeprom.bin file. Looking at it maybe this app already does enough of those items. Screenshot:
  13. Was the console it was installed in GONE? How was that console modded?
  14. Takes time but you'll get the meaning. Mod it or lose it, KaosEngineer
  15. Was the now broken console ever modded? A modchip installed and the hard drive was unlocked or Rocky5's softmod installed. If so, there is a slight possibility an EEPROM.BIN backup is stored on the hard drive.
  16. Which version of Xbox are you trying to repair the EEPROM with 'valid blank' data? I'm not sure if the 1.6 motherboard you mentioned that you prepped is this dead one or a different one. If it's a 1.6, the 'valid blank' ConfigMagic eeprom data won't fix it. There's 64 bytes of additional information stored at the end of a 1.6's EEPROM that's zero filled on 1.0-1.5 Xbox's. (https://xboxdevwiki.net/EEPROM) UPDATE: As far as I know, no one has ever taken the time to fully figure out the purpose of these 64 bytes of data from address 0xC0 to 0xFF. If someone did, they never released it to the public. It is believed to be some sort of history or RAM configuration info.
  17. What BIOS announcement? The hard drive is set to be the MASTER device on the IDE bus (or Cable Select)? Which IDE cable are you using - stock or replacement 80-wire 40-pin?
  18. As long as the replacement dashboard is installed at the location the Aladdin modchip's BIOS looks for it - generally, C:\evoxdash.xbe. The softmod files are not needed when booting the Xbox with a modchip.
  19. No Retail games are compiled to use only 64MB's of RAM.
  20. If it's locked, a TSOP'd console cannot open it without knowing the unlock key from the old Xbox where it was originally installed. (eeprom.bin backup) You can use Chimp 261812 (the Xbox app is under the E Partition / Chimp folder there) to check the lock status. Set the old HDD's MASTER/SLAVE jumper to SLAVE. Use a Molex power splitter to power both hard drives at power on of the Xbox. Run Chimp and when prompted to connect the hard drive - hotswap connect it to the DVD drive's IDE connector. I believe Chimp has a startup screen that shows a page with the hard drives' lock status. You can use the Slave drive options to try and unlock it using a couple of the Xbox-scene default passwords. They may work to unlock the drive if it is in fact still locked.
  21. When you replace the power supply unit (PSU), make sure it is one to be used in a v1.6 console. They have different voltages on some of the pins than all the previous versions of the Xbox PSUs. What are the brand and model numbers of the power supply units you have?
  22. Does the console try to power on but almost instantly turns off after releasing the power button? Try booting the console with the Chip Enable switch moved to the On position. This change is NOT going to fix a power problem though.
  23. What version of DVD2Xbox are you using?
  24. Is there a number in the upper left-hand corner of the Your Xbox Needs Service error screen?
  25. You can use the EnigmaH Video Switcher v2 Xbox application to change from PAL to NTSC and NTSC to PAL. This application is included on the HeXEn 2018 installer disc and downloadable from xbins FTP server or one of the two web sites with a backup of its files available. Site 1 Site 2

Board Life Status


Board startup date: April 23, 2017 12:45:48
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.