xboxscene.org forums

Author Topic: Raincoat Ip Changing...  (Read 76 times)

Dark Eclipse

  • Archived User
  • Newbie
  • *
  • Posts: 14
Raincoat Ip Changing...
« on: October 23, 2003, 05:56:00 PM »

I couldn't find anything like this under Search so... I'm posting a new thread.

Is there a way to change Raincoat's IP address?  I need the subnet mask at 255.255.255.0 and the gateway at 192.168.1.1 and the ip at 192.168.1.x  Will hex editing a file do something?  Change a few bytes around or what?  Any help would be appreciated!

A few more uber noober questions.

whats the command to get video to display on  linux after its booted?
what size bios do i need for the winbond chip?

Thanks again

This post has been edited by Dark Eclipse: Oct 24 2003, 01:18 AM
Logged

Exobex

  • Archived User
  • Hero Member
  • *
  • Posts: 1093
Raincoat Ip Changing...
« Reply #1 on: October 24, 2003, 06:25:00 AM »

You MIGHT be able to edit the ramdisk image using a hex editor, you'll just have to try it.  If it's compressed though, you've got no chance.

AFAIK you won't display video using the 007 Linux hacks.

BIOS for the 1.2, 1.3, 1.4 or 1.5 machines (easy to spot, the chip's narrower with a big white line around it) will be 256K.  For the 1.0 or 1.1 machines (wider TSOP, no big white line as far as I can remember) needs either a 1MB BIOS, or the 256K BIOS flashed 4 times, once into each section, as follows:-
./raincoat -p bios.bin
./raincoat -p bios.bin -a 40000
./raincoat -p bios.bin -a 80000
./raincoat -p bios.bin -a C0000


This post has been edited by Exobex: Oct 24 2003, 01:29 PM
Logged