Results 1 to 2 of 2

Thread: Flashing WL500g Deluxe from Linux

  1. #1

    Flashing WL500g Deluxe from Linux

    I'm having a hard time trying to flash my WL500g Deluxe. The good old recover.sh script doesn't seem to work anymore. Once the validation part is done (get ASUSSPACELINK blabla), the LED stops blinking. So I removed that part and tried the following:

    tftp 192.168.1.1
    tftp> binary
    tftp> trace
    tftp> put firmware.trx

    At first it SEEMS to work as uploading the firmware succeeds, but when it finishes the LED stays either on or off. No signs of restarting the system. So the router receives the firmware images but nothing more happens.

    Using the Asus utility is no option for me as I'm coding in Linux and I don't feel like switching between Linux and Windows all the time just to upload firmwares.

    Any ideas?

  2. #2
    OK, I solved it. Sniffing a bit with Ethereal pointed out what went wrong.

    In the original script there is:

    echo -en "get ASUSSPACELINK\x01\x01\xa8\xc0 /dev/null\nquit\n" | tftp 192.168.1.1

    Like I said, after this line the LED stops blinking right away. No response to upload the firmware anymore.

    I found out that in Windows it 'puts' the file to 192.168.1.49 instead of 192.168.1.1. To do so it first 'gets' with ASUSSPACELINK\x31\x01\xa8\xc0 instead of ASUSSPACELINK\x01\x01\xa8\xc0. Of course the 1 refers to 192.168.1.1 and the 31h refers to 192.168.1.49.

    Conclusion: it only works if I do a get with \x31 instead of \x01. Don't ask me why but this is just the way it is. Maybe Asus changed it on purpose.

Similar Threads

  1. Harddrive an WL500g deluxe
    By schmidt_as in forum WL-500g Q&A
    Replies: 1
    Last Post: 29-09-2005, 19:54
  2. WL500g deluxe
    By anderton in forum WL-500g Q&A
    Replies: 2
    Last Post: 24-09-2005, 16:58
  3. wl500g deluxe vs wl500gX
    By zofman in forum Dutch Discussion - Nederlands
    Replies: 1
    Last Post: 23-06-2005, 23:39
  4. Asus WL500g verkopen en WL500g deluxe kopen?
    By Red devil in forum Dutch Discussion - Nederlands
    Replies: 2
    Last Post: 31-05-2005, 14:33
  5. [WL-500g Deluxe] European WL500g Deluxe first pics
    By Antiloop in forum WL-500gx Pics & Specs
    Replies: 36
    Last Post: 31-03-2005, 12:45

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •