Page 4 of 4 FirstFirst ... 234
Results 46 to 50 of 50

Thread: New Kamikaz 7.09 image

  1. #46
    Quote Originally Posted by back2basic View Post
    I did some testing and left my router off for a day.
    It turns out that even when it is running on a usb stick it doesn't boot off the stick but instead it boots failsafe(ready light doesn't start blinking but instead it goes off after 20 sec or so.)
    after some checking i found out that the nvram boot_dev was nothing ( So nvram is resetted when our box has no power. strange there is a batery onboard of our monster ????)
    so I set it again(gave my network a static ip 192.168.1.1 and telnet):
    nvram set boot_dev = "/dev/scsi/host0/bus0/target0/lun0/part1"
    nvram commit
    and rebooted the router , now it boots on usb

    Now here's a solution to the problem but it's a bit risky
    on a working router I created myself a script called S99reboot in my samba share with this content:

    Code:
    #!/bin/sh
    nvram set boot_dev = "/dev/scsi/host0/bus0/target0/lun0/part1"
    nvram commit
    sleep1
    reboot
    copied that to my pc and removed it from the router after that boot failsafe.
    nvram unset boot_dev
    nvram commit
    reboot

    telnet to the router again and copy the scipt created into /etc/rc.d
    http://www.putty.nl/download.html I used PSCP to copy

    then chmod +x /etc/rc.d/S99reboot

    and than run the scrip
    Code:
    :(:(the dirty thing is when the usb fails it keeps rebooting:(:(
    I need to find a other way somehow to solve this problem


    stange that youre samba didn't worked the first time did you did a chmod 777 /hdd
    Hello,
    how did you exactly managed to copy init script into /etc/rc.d/ ? I tried pscp, but I was not able to find any way how to upload file after booting into failsafe.

    Does anyone have different solution for this problem ?

    Thanks.

  2. #47

    Help!

    Okay, so I followed all the steps and had this thing running beautifully, however I unplugged it to move it into its final location and plugged it back in (total of maybe 3 minutes) and now it only has telnet access. The HDD isn't mounted, etc. etc. I'm afraid to run the root2x.sh script again because I dont know if I will lose all of the work I've done so far. I tried manually mounting the hdd, and setting the nvram as follows:

    nvram set boot_dev = "/dev/ide/host0/bus0/target0/lun0/part1"
    nvram commit

    (I'm running off the HDD) however after rebooting (by issuing the reboot command from telnet) I'm back to an unmounted HDD and nothing more than telnet access. What do I need to do to restore functionality?

  3. #48

    Angry problem power off continue..

    I have same problem.

    5 min absence of current is OK
    20 min absence of current is OK
    for more than 60 min absence of current is problem..

    http://www.youtube.com/watch?v=NKDS-8zysWI



    Quote Originally Posted by back2basic View Post
    Over the last few days I created a new kamikaze 7.09 Image.
    It is able to boot off the hdd and boot off usb

    http://wl700g.homelinux.net/drupal/?q=node/146

  4. #49
    Join Date
    Jan 2007
    Location
    Netherlands
    Posts
    190
    Quote Originally Posted by jaja_ov View Post
    I have same problem.

    5 min absence of current is OK
    20 min absence of current is OK
    for more than 60 min absence of current is problem..

    http://www.youtube.com/watch?v=NKDS-8zysWI
    Working on this one ......

    Openwrt or Custom Firmware on asus? - http://wl700ge.hezik.nl/ - Http://wl700g.homelinux.net

    My ASUS collection: WL500gp(80GB usb-hdd - Running OpenWrt Kamikaze 7.09) | WL700gE(250GB - Running OpenWrt Kamikaze 8.09rc1)

  5. Is it possible with this firmware to set the CPU to 300Mhz ?
    The trick which used to work on the "modified original fimware" didn't seems to works here ???

Page 4 of 4 FirstFirst ... 234

Similar Threads

  1. Imagemagick / identify without any image format
    By JochenR in forum WL-500gP Q&A
    Replies: 1
    Last Post: 14-12-2007, 18:12
  2. How do I capture a picture & ftp image?
    By Cx_Jx in forum WL-500gP Q&A
    Replies: 1
    Last Post: 16-12-2006, 11:07
  3. Who is pressing the camera button ?
    By max2950 in forum WL-500g Q&A
    Replies: 0
    Last Post: 19-11-2006, 08:59

Posting Permissions

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