Results 1 to 2 of 2

Thread: power off problem, please help

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Done

    Hi

    I had the same problem with a "volatile non-volatile ram"...

    Thanks for the "firmwaremodifiertool"-link.
    Using this, it's reaaaallly eaaaasy to make the "mount_root" fallback if no nvram boot_dev is found.

    I didn't like the idea of having a fixed "boot_dev" to the hdd, so it's implemented as fallback, when "boot_dev" from nvram is empty.

    • Extract the firmware trx:
      Code:
      extract_firmware.sh kam7.09V2_1.trx kam7.09V2_1
    • edit the "kam7.09V2_1/rootfs/sbin/mount_root"-script
      insert following lines after "boot_dev=$(nvram get boot_dev)"
      Code:
      fallback_boot_dev="/dev/ide/host0/bus0/target0/lun0/part1"
      boot_dev=${boot_dev:-${fallback_boot_dev}}
    • pack the firmware trx:
      Code:
      build_firmware.sh fwbuild kam7.09V2_1/
    • upload the firmware in "fwbuild/custom_image-asus.trx" like a normal firmware...


    When required, I'll upload (rapidshare or some) or PM my trx...
    Last edited by kajo700ge; 30-05-2009 at 23:41.

Similar Threads

  1. Multicast problem
    By luon in forum WL-500w Q&A
    Replies: 4
    Last Post: 03-07-2008, 12:26
  2. WL-500gP and Asus support experience
    By Blezi in forum WL-500gP Q&A
    Replies: 6
    Last Post: 03-12-2006, 12:59
  3. wl500gx and power problem
    By Tom0000 in forum WL-500g Q&A
    Replies: 3
    Last Post: 21-04-2006, 21:34

Posting Permissions

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