Asus RT-N13U B1 - DD-wrt thread

@nick2012
Post the output of top

sorted that problem
that was because for pen drive...
configured in hard drive...

but again having a problem
transmission gets closed in every 5-10 mins have to run everytime through putty
and after restarting router file corrpts says no data found :(
 
Last edited by a moderator:
Assuming you are able to mount USB Drive by /opt
Install Optware, by putty :
wget http://www.3iii.dk/linux/optware/optware-install-ddwrt.sh -O /tmp/optware-install.sh
sh /tmp/optware-install.sh

Next Install pyLoad :
ipkg install wget tesseract-ocr tesseract-ocr-lang-eng ossp-js unrar
wget http://get.pyload.org/static/pyload-v0.4.9-noarch.ipk
ipkg install pyload-v0.4.9-noarch.ipk

pyLoadCore -s
thanks :)
installed it but not able to run pyload
i set address as 192.168.1.1
and whats the command to run???
 
But what do u want me to help at ?​
In anyways pyload is not worth it will hang and crash a lot wont recommend it if you want http downloader then use wget from command line though it does not works with image captcha it wants direct links​
 
oh then fine

hey and again problem with transmission
it stops suddenly between download and when i restart my router the file erased
i have increased transmission time from 30sec to 120sec...
still no use
 
But what do u want me to help at ?​
In anyways pyload is not worth it will hang and crash a lot wont recommend it if you want http downloader then use wget from command line though it does not works with image captcha it wants direct links​
Is wget manageable remotely / via internet ?
 
You'll need to investigate at your end check dmesg , /var/logs

arrgh bro i really cant get the problem and that dmesg also cant be posted too long...
can u pls do a teamviewer???
i was asking u this from long time...pls

dmesg
 

Attachments

  • dmesg.txt
    3.9 KB · Views: 283
You drive is getting mounted as ext2 instead of ext3 show me your startup script make sure you put in codes tag.
 
You drive is getting mounted as ext2 instead of ext3 show me your startup script make sure you put in codes tag.

Code:
sleep 5
mount -t ext3 /dev/sda2 /mnt
echo "nobody:*:65000:65000:nobody:/mnt:/bin/false" >> /etc/passwd
sleep 60
echo 1 > /sys/class/scsi_disk/0:0:0:0/allow_restart
iptables -I INPUT -p tcp -d 192.168.1.1 --dport 50000 -j logaccept
/opt/bin/transmission-daemon -g /mnt/data/torrents/.config/transmission-daemon
sh /mnt/hosts.sh

oh sry bro :) my mistake
 
Is that only this it should have complete path to the file.

/opt/bin/transmission-daemon -g /mnt/data/torrents/.config/transmission-dae
 
Back
Top