hey anyone tellme how to use wget??
when i close putty downloading gets closed
and how to place wget downloads on my 2nd drive with larger space
Code:
screen -S wget httplink
Code:
nohup wget httplink &
hey anyone tellme how to use wget??
when i close putty downloading gets closed
and how to place wget downloads on my 2nd drive with larger space
screen -S wget httplink
nohup wget httplink &
I want to thank @nick2012, @Chaoseater for their suggestions and tips but mainly I would like to thank @prasanna3k for configuring optware and transmission, there was a problem after configuring, but he was kind enough take more time out of his schedule to fix it.
I also want to thank @dinjo for writing this guide which is much more intuitive than the the official ddwrt guide
Welcome to N13 Download gang
Is it possible to anyone create a video(youtube) for all procedures, i had difficult in installing optware, and i am very noob on this.
Why someone need a video in installing transmission??found an interesting video about install transmission in youtube. Hope it will helps.
I didn't say dinjo's guide is not useful.Why someone need a video in installing transmission??
I think dinjo done a great job making this guide...
If a noob like me installed successfully anybody can
bro not workingor useCode:screen -S wget httplink
Code:nohup wget httplink &
root@mtnl:~# screen -S wget http://www.xdaservices.com/Files/Wanamlite/GT-I9300_
WanamLite.ZSEMC1.V6.3.NO-WIPE%20.zip
-sh: screen: not found
root@mtnl:~# nohup wget http://www.xdaservices.com/Files/Wanamlite/GT-I9300_Wana
mLite.ZSEMC1.V6.3.NO-WIPE%20.zip
-sh: nohup: not found
again thanksSimple logic
Code:ipkg install nohup ipkg install screen
ipkg install nohup
Nothing to be done
An error ocurred, return value: 4.
Collected errors:
Cannot find package nohup.
Check the spelling or perhaps run 'ipkg update'
mkdir /tmp/etc/config #Create a dir /tmp/etc/config
cd ..
echo "wget http://home.karneval.cz/10102207/fs.gz -P /tmp/root" >> /tmp/etc/config/fs.wanup #Get the tar file which has fs drivers and store in /tmp/root
echo "tar -xvzf /tmp/root/fs.gz -C /tmp/root" >> /tmp/etc/config/fs.wanup #Build a shell script by appending to output using >> , command to extract the tar file.
echo "sh /tmp/root/ext3" >> /tmp/etc/config/fs.wanup #Add ext3 to run it
sleep 3
mount /dev/sda3 /mnt
sleep 3
echo "rm /tmp/root/*.ko /tmp/root/fs.gz /tmp/root/ext3" >> /tmp/etc/config/fs.wanup #Clean up the traces
chmod +x /tmp/etc/config/fs.wanup # Provide Exec permissions and run the above commands
sleep 3
chmod 775 data/*
chmod 777 data/*
chmod 777 /mnt/*
chmod 777 /opt/*
chmod 777 /tmp/*
echo "nobody:*:65000:65000:nobody:/mnt:/bin/false" >> /etc/passwd # Add nobody for samba share
sleep 3 # Wait for 1 minute
echo 1 > /sys/class/scsi_disk/0:0:0:0/allow_restart # To avoid HDD spindown
sleep 3
swapon /tmp/mnt/swap/myswap.swp
sleep 3
#wget http://www.3iii.dk/linux/optware/settings.json -O /mnt/data/torrents/.config/transmission-daemon/settings.json # Get the settings.json from internet just in case local file gets corrupted can you remove this if u dont want
/opt/bin/transmission-daemon -g /mnt/data/torrents/.config/transmission-daemon #Start Transmission - Can remove this if you keep S99trans file keep either of them.
echo 128 > /sys/block/sda/device/max_sectors
#pyload start
python /opt/share/pyload/pyLoadCore.py
manually by connecting router via putty the run the above codepython /opt/share/pyload/pyLoadCore.py
Do u able to run swap??Code:mkdir /tmp/etc/config #Create a dir /tmp/etc/config cd .. echo "wget http://home.karneval.cz/10102207/fs.gz -P /tmp/root" >> /tmp/etc/config/fs.wanup #Get the tar file which has fs drivers and store in /tmp/root echo "tar -xvzf /tmp/root/fs.gz -C /tmp/root" >> /tmp/etc/config/fs.wanup #Build a shell script by appending to output using >> , command to extract the tar file. echo "sh /tmp/root/ext3" >> /tmp/etc/config/fs.wanup #Add ext3 to run it sleep 3 mount /dev/sda3 /mnt sleep 3 echo "rm /tmp/root/*.ko /tmp/root/fs.gz /tmp/root/ext3" >> /tmp/etc/config/fs.wanup #Clean up the traces chmod +x /tmp/etc/config/fs.wanup # Provide Exec permissions and run the above commands sleep 3 chmod 775 data/* chmod 777 data/* chmod 777 /mnt/* chmod 777 /opt/* chmod 777 /tmp/* echo "nobody:*:65000:65000:nobody:/mnt:/bin/false" >> /etc/passwd # Add nobody for samba share sleep 3 # Wait for 1 minute echo 1 > /sys/class/scsi_disk/0:0:0:0/allow_restart # To avoid HDD spindown sleep 3 swapon /tmp/mnt/swap/myswap.swp sleep 3 #wget http://www.3iii.dk/linux/optware/settings.json -O /mnt/data/torrents/.config/transmission-daemon/settings.json # Get the settings.json from internet just in case local file gets corrupted can you remove this if u dont want /opt/bin/transmission-daemon -g /mnt/data/torrents/.config/transmission-daemon #Start Transmission - Can remove this if you keep S99trans file keep either of them. echo 128 > /sys/block/sda/device/max_sectors #pyload start python /opt/share/pyload/pyLoadCore.py
Sir, this is my startup config [i have slight different partition setup ] ,[Also Using Latest March 2013 firmware][USB-HDD]
[Note- I do know this startup script is not optimized , might cointain unwanted codes like echo 128 > /sys/block/sda/device/max_sectors <--- which i dont know is required for USB-Ext. HDD , and swapon (Used on old firmware, but its disabled in latest Firmware(firmware known issue)]
Trasnsmission is running fine ,
I also installed pyload HTTP/Https /ftp GUI file downloader , But issue is i have to
run this code
manually by connecting router via putty the run the above code
So i think in my startup config , RUN sequence is not reaching Pyload start potion ,
Can you suggest a way to include pyload startup script "python /opt/share/pyload/pyLoadCore.py" in Startup [Currently it is not getting activated
Thankyou
Do u able to run swap??
Can u tell me how to swap??With Latest last 2 or 3 version i wasnt able to run ,
But with older build i aam able to sucessfully use Swap , it was showing swap usage when using "Free" command
http://www.dd-wrt.com/wiki/index.php/Linux_SWAP#Using_a_swap_partitionCan u tell me how to swap??
I am using 18777
Every time it gives error
Yeshttp://www.dd-wrt.com/wiki/index.php/Linux_SWAP#Using_a_swap_partition
what is the error you getting ? Function not implemented ?
noob question, torrents are completed, how can we view /mnt/data/torrents?, because gui shows "Unable to find path mapping".
How to use program options to setup path mappings?