QUOTE(rational @ Oct 5 2006, 11:44 PM) [snapback]64266[/snapback]
Guys, I bought a
D-Link GLB-502T modem a few days back and I am unable to get it to connect using PPPoE.
I read what has been posted in this forum about the patch to be applied. However I am unable to download the patch from link-removed because the security code that has to be entered before downloading the file is not showing up in my browser. I am using IE 7.
Then I started searching for an alternative file called TST10.zip. I found one and downloaded if from
ftp://ftp.elf.stuba.sk/pub/pc/comm/tst10.zip.
This file is a telnet scripting tool Version 1.0. Then proceed to make a txt file called
mac.txt containing the following command:
SEND \"
echo HWA_3 00:17:7C:01:4B:46 > env\m\"
After that I executed the following command from the command prompt:
C:\Documents and Settings\Administrator>tst10 /r:c:\mac.txt
Now when I run this command a Telnet Scripting Tool v.1.0 window is opening listing the usage and syntax and parameters of the tool. When I try to close the window I am getting an \"Abnormal Program Termination\" error message.
Then I logged into the modem settings (through Internet Explorer, IP Address:
http://192.168.1.1, user:admin, password: admin). Then I went to Tools\System Commands
and clicked on Save All and then on Restart.
Then I went to the Status/Product Information section. This is what I found there:
Product Information
Model Number GLB-502T
HW Revision P1R4
USB PID 0x6060
USB VID 0x0451
Ethernet MAC 00:17:7C:00:4B:46
DSL MAC 00:00:10:00:25:8E
USB MAC 00:E0:
A6:66:41:EC
USB Host MAC 00:E0:A6:66:41:E1
Software Versions
Gateway 3.7.0B
Software Version 3.7.0B.0
ATM Driver 5.00.07.01
DSL HAL 5.00.05.00
DSL Datapump 6.01.04.00 Annex A
SAR HAL 01.07.2b
PDSP Firmware 0.52
Boot Loader 1.2.1.5
I can see that the 8th zero under (Ethernet MAC 00:17:7C:00:4B:46 ) is still a zero and has not been changed to a 1. Could someone plz tell me what is the problem?
Have I overlooked something? Is the TST10.zip that I have used not the one used to apply this patch? Could someone plz send me the original TST10.zip being used here
as I am unable to download it from from link-removed? I would really appreciate it if someone could send it to
[email protected].
daddykazaa: If you have understood everything and downloaded the correct TST10.zip file from link-removed and applied the patch, then why is the zero in your Ethernet MAC address not changing to 1? Could u update us?
Anthony N Nishat: It seems you have successfully applied the patch. Could you tell me where I have gone wrong?
rational
[/b]
Hey Rational,
First you have to create Mac.txt with following data and not just the one line you mentioned
192.168.1.1 23
WAIT "BusyBox on localhost login:"
SEND "root\m"
WAIT "Password"
SEND "admin\m"
WAIT "#"
SEND "cd /proc/ticfg\m"
WAIT "#"
SEND "echo HWA_3 00:17:7C:01:4C

2 > env\m"
WAIT "#"
SEND "echo macc > env\m"
WAIT "#"
SEND "exit\m"
wait "#"
This assuming you havent updated the password for the root/admin user. See the echo HWA_ line, in that mention your ethernet mac 00:17:7C:00:4B:46 and change it to 00:17:7C:01:4B:46
Save the file and run the command again. And note that DSL mac is what changes it becomes NA.
Hope this info helps.