webstar EPC2100, DPC2100 TUT

got a bit further mate


got to the menu part but know its asking me for the board tftp server ip address andthen after that the file name any ideas anyone




cheers yorkie1
 
got a bit further mate


got to the menu part but know its asking me for the board tftp server ip address andthen after that the file name any ideas anyone




cheers yorkie1
do u have the tftpd32 s running and did u set ur network card to 192.168.100.10 gateway 192.168.100.1 and u need to have this fle( ntl250-sb5101_hack.bin) iin ur tftpd32 folder that the file its asking for everything u need is its in the attachment use the 250 tut ist the same thing as the webstar
 
Last edited:
how do i set the nc ard and gateway



i am using the rs232



it says in the tut its easy and tells u on the screen


but only thing on screen is the questions about what board tftp server address and the filename and if i do iput the file name in (the ntl250---------) one then do i include the .bin aswell


sorry but driving me mad


cheers for any help
 
u need to go network connection then right click Local Area Connection go to properties u should see a window saying this connection use the follow scroll down to internet protocal /tcp and double click on it u will see optain auto and use following ip address click on use following ip and and put this ip address 192.168.100.10

subnet 255.255.255.0 and gateway 192.168.100.1 then ok then ok again
now make sure the tftpd32 and the ntl250-sb5101_hack.bin are in the same folder
Code:
Board TFTP Server IP Address [0.0.0.0]: 192.168.100.10 (that what u put in)
Enter TFTP filename []: ntl250-sb5101_hack.bin (if the it dont work take the bin part out) like i said 2 u before use 250 tut and u should be fine
 
Last edited:
done all of the above know an i have my macs all ready how is the best and easiest way of doing this part they are 10meg 1's so should be ok
i have set the frequency to the right 1 awell asn am i on the home straight

cherrs for any help yorkie1


forgot to telll u i am in tw land if that makes a difference land i don't know were this modem has come from !!!!!!!!!!


if it makes a difference
 
done all of the above know an i have my macs all ready how is the best and easiest way of doing this part they are 10meg 1's so should be ok
i have set the frequency to the right 1 awell asn am i on the home straight

cherrs for any help yorkie1


forgot to telll u i am in tw land if that makes a difference land i don't know were this modem has come from !!!!!!!!!!


if it makes a difference
it does u will see in a minute, now just telnet the modem with hyper again

Code:
cd \cm_hal
scan_stop
cd \

Now open Internet Explorer and brose to the following page: http://192.168.100.1

Login: Infinite
Password: SetValue

NOTE: Case Sensetive!!! Capital I,S and V
NOTE: FireFox does not load the pages - you must use Internet Explorer

Click on SECURITY

Type in your DS frequency and click apply.

Switch back in the Hyperterminal window.


Code:
cd \non
write
cd \

We now need to change the MAC address. We do this by writing the new ethernet mac into RAM first.

Assuming our MAC address is AA:BB:CC D:EE:FF


Code:
write_memory -s 4 0x807e8b98 0x(AABBCCDD) put the 1st 8 digit of ur mac in that bracket
write_memory -s 2 0x807e8b9c 0x(EEFF)and the last 4 this bracket then press enter

then this code


Code:
cd \non
write
cd \

Now to configure the other settings required to get online.


Code:
cd \non
cd hal
cm_tuner 19
write
annex_a u will need to change the A next to annex with B since ur in telewest if u havent already done that
write

and that should be it
 
Last edited:
mate i have tried the above with no jpy don't know what i am doing wrong i stop the scrolling fine
then it just doesn't seem to write the new mac address at all i go back to the 192.168.100.1 page and its still the same mac when i look in software any ideas i have noticed the above instructions have () rounfd the mac address i have even tried that


any help much apprecited


ps its still say doccsis in te softwar page of the modem is that right
 
mate i have tried the above with no jpy don't know what i am doing wrong i stop the scrolling fine
then it just doesn't seem to write the new mac address at all i go back to the 192.168.100.1 page and its still the same mac when i look in software any ideas i have noticed the above instructions have () rounfd the mac address i have even tried that


any help much apprecited

r u doing it this way

Code:
write_memory -s 4 0x807e8b98 0x(1st 8 digits of ur mac)
write_memory -s 2 0x807e8b9c 0x(last4 digits of the mac)

then press enter

then this
Code:
cd \non
write
cd \
then press enter again
 
r u doing it this way

Code:
write_memory -s 4 0x807e8b98 0x(1st 8 digits of ur mac)
write_memory -s 2 0x807e8b9c 0x(last4 digits of the mac)

then press enter

then this
Code:
cd \non
write
cd \
then press enter again


yes mate but how cani enter the second line of code without pressing enter this part

write_memory -s 2 0x807e8b9c 0x(last4 digits of the mac)
 
yes mate but how cani enter the second line of code without pressing enter this part

write_memory -s 2 0x807e8b9c 0x(last4 digits of the mac)
set it up on ur tut or in notepad
Code:
write_memory -s 4 0x807e8b98 0x(1st 8 digits of ur mac)
write_memory -s 2 0x807e8b9c 0x(last4 digits of the mac)

then copy and paste on to hyper then press enter
 
set it up on ur tut or in notepad
Code:
write_memory -s 4 0x807e8b98 0x(1st 8 digits of ur mac)
write_memory -s 2 0x807e8b9c 0x(last4 digits of the mac)

then copy and paste on to hyper then press enter


this is what i am getting




Instance: Console Thread (0x807e1d48)

Active Command Table: CM DOCSIS Commands (CM)

CM

CM> write_memory -s 4 0x807e8b98 0x0*1*e*a*


Instance: BFC System (0x807f7068)

Writing 0x14e8a4 (1370276) to 0x807e8b98

CM> write_memory -s 2 0x807e8b9c 0x3*3*


Instance: BFC System (0x807f7068)

Writing 0x3838 (143


well part of it i have put the * in to hide mac but doing my head in know

this is a r 2 webstar is there any difference



cheers for help much appreciated
 
this is what i am getting




Instance: Console Thread (0x807e1d48)

Active Command Table: CM DOCSIS Commands (CM)

CM

CM> write_memory -s 4 0x807e8b98 0x0*1*e*a*


Instance: BFC System (0x807f7068)

Writing 0x14e8a4 (1370276) to 0x807e8b98

CM> write_memory -s 2 0x807e8b9c 0x3*3*


Instance: BFC System (0x807f7068)

Writing 0x3838 (143


well part of it i have put the * in to hide mac but doing my head in know

this is a r 2 webstar is there any difference



cheers for help much appreciated
thats right its the same as the 250 now just copy and paste this
Code:
cd \non
write
cd \
then press enter
 
thats right its the same as the 250 now just copy and paste this
Code:
cd \non
write
cd \
then press enter
done that mate still no joy am giving up on it the mac isn't changing


when i look at the log with cable connect it says dhcp refused




if any one has nay ideas i would love to hear them


cheers for all your help



yorkie1
 
done that mate still no joy am giving up on it the mac isn't changing


when i look at the log with cable connect it says dhcp refused




if any one has nay ideas i would love to hear them


cheers for all your help



yorkie1
u could try mac changer u will need to get these 2 from microsoft for it to work



Microsoft .NET Framework Version 2.0 Redistributable Package (x86)

Microsoft Visual J# Version 2.0 Redistributable Package
 
Last edited:
u could try mac changer u will need to get these 2 from microsoft for it to work



Microsoft .NET Framework Version 2.0 Redistributable Package (x86)

Microsoft Visual J# Version 2.0 Redistributable Package

does anyone know if this will work with vista !!!!
 
can some one tell me where this tut is on the modem the 1 with all the code on it seem to have lost it



cheers yorkie1
 
can some one tell me where this tut is on the modem the 1 with all the code on it seem to have lost it



cheers yorkie1
just follow the 250 tut after u setup ur jtag
 
Last edited:
can't open or download this can someone else check and let me now


cheers yorkie1
 
can't open or download this can someone else check and let me now


cheers yorkie1
i dont get what ur saying m8 the link works fine m8 ther's also a link in the first post of this thread
 
hi all this is my first 2100 and im powering and pressing p but no menu ive tried pressin p at different times but nothing what am i doing wrong thanks
 
Back
Top