Step by Step:

Start, Run, type in the Open: box "telnet 192.168.0.9" That is my DEC's IP address I named my DEC "DEC" you could type "telnet DEC" if you name it that. You have to see what your DEC's IP address is or name and use that. It will open a text type window.

It will come back with your DEC's name and "login:" type "root"

It will come back with "0 Password:" the 0 can be 0 to 15 you have to know that right password for what number.

It will come back "[root@DEC /root]$"

type in: "cd /opt/odin/.realnetworks"

type "vi Odin_1_0"

press your down arrow key till you come to that line that starts with TunerDBUpdateServer on my file it's on line 56,1 you can see that number down in the right corner of the VI window. But make sure you are on the 1st place were the name TunerDBUpdateServer starts.

type "a" when you are on the T of TunerDBUpdateServer This puts you in -- INSERT -- mode.

Press back arrow key to go one back to the start of that line. type "#" it will insert that # so the DEC don't look at that line no more because you will put in a new line.

You can use the arrow keys to move around now and type stuff. So move to the next line and do the same by putting a # at the start of that line.

Then with your cersor on the next line under the last # you put in copy and paste this there.

TunerDBUpdateServer=www.cafwap.net
TunerDBUpdateScript=dec/list.php?cd%3dupdate&file%3dtunerdb&PN%3dodin&PV%3d1.0&PT%3dPLUS&DC%3dhp&CV%3d

I guess you know how but make sure the cercor is flashing on the start of the line under the 2nd line that you put # on.

After you cut out the darker text here put your mouse over the fashing cercor in the DEC VI window and right click there and pick paste.

You should still be in the -- INSERT -- mode. Press the Esc key to get out of -- INSERT -- mode. .

Press the ":" key so Shift ";". You will see the : at the buttom of the window. Now it knows you want to type a command.

type "wq" it will Wright the file and Quit

type "shutdown -r now" it will shut down and reset.

That's it. I hope this helps.

If you mess any thing up in that VI window press the Esc key then do ":q!" it will not wight the file and you can start over again till you do it right.

-Raymond Day