What's new

profile

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

anthr4x

Occasional Visitor
Hi
I need help to edit the profile of the new firmware 3.0.0.4.220.17. Unfortunately the profile is on read only i run Ubuntu and there was no way that i could change the permission. Any help it is appreciated.

export PS1='\[\033[01;31m\]\u@\h \[\033[01;34m\]\W \$ \[\033[00m\]'

Also RMerlin continue with the GREAT JOB!
 
You can't replace files that are in the firmware, since the flash is read-only. You will have to use mount binding to replace it. For example:

mount -o bind /jffs/yourfile /path/oldfile
 
Thank you for the reply RMerlin, as you can see I am in a mission of adding costume optware to my router, i follow your tutorial on your site. I ran successfully app_base_packages.sh but Ipkg update is coming with an error it seems it didn't create any sh. It is getting a url package from Asuswrt site that it doesn't exist

ASUSWRT RT-N66U_3.0.0.4 Mon Sep 17 03:39:21 UTC 2012
anthr4x@RT-N66U:/tmp/mnt/HDD# app_base_packages.sh HDD
Success to build the base environment!
anthr4x@RT-N66U:/tmp/mnt/HDD# ls
Download2 Share_Files asusware lost+found
anthr4x@RT-N66U:/tmp/home/root# ipkg update
Downloading http://ipkg.nslu2linux.org/feeds/optware/oleg/cross/stable/Packages.gz
Inflating http://ipkg.nslu2linux.org/feeds/optware/oleg/cross/stable/Packages.gz
Updated list of available packages in /opt/lib/ipkg/lists/optware.oleg
Downloading http://dlcdnet.asus.com/pub/ASUS/wireless/ASUSWRT/Packages.gz
wget: server returned error: HTTP/1.1 404 Not Found
An error ocurred, return value: 1.
Collected errors:
ipkg_download: ERROR: Command failed with return value 1: `wget -q -P /opt/ipkg-4buVYL http://dlcdnet.asus.com/pub/ASUS/wireless/ASUSWRT/Packages.gz'

I see the link above with errors its cumming from my HDD /opt/lib/ipkg/lists/optware.asus. please adv is to be done to fix it and if some one else is having the same error
 
Thank you for the reply RMerlin, as you can see I am in a mission of adding costume optware to my router, i follow your tutorial on your site. I ran successfully app_base_packages.sh but Ipkg update is coming with an error it seems it didn't create any sh. It is getting a url package from Asuswrt site that it doesn't exist



I see the link above with errors its cumming from my HDD /opt/lib/ipkg/lists/optware.asus. please adv is to be done to fix it and if some one else is having the same error

The error message with Asus's repo is normal, and can be safely ignored. It's just that Asus hasn't properly setup their own repo, but the oleg repo that is also configured is working fine.
 
Hi,
Just wanted to showoff the modification to the profile and motd, banner :eek:
Screenshot_from_2012_09_21_15_21_08.png
 

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top