Asus RT-N13U B1 - DD-wrt thread

First I tried the latest build in dd-wrt.. now I'm using r16994 so it works.. about that "utp-enabled": true line in vi I edited it again and it work fine now.. weew editing those is so hard for me because it is my first time :(

Now my only problem is when the power is out *brownout* the unfinished torrent goes back to zero mb or 0 percent when the router powered up ... but when I disconnect the internet it resume to that specific mb or percent... is there a way to resume the percent or mb when the power is restored? thanks
if you find vi editor hard then do
Code:
ipkg install nano
then use nano. And that burnout thing never popped up with me. Better you setup again freshly. With r16994 following the guide properly that should work fine without issues.
 
EDIT:
I tried bigger files it seems it resumes when it is in GB.. unlike when download 200mb files.. it goes back to zero in power off.. glad it works on bigger files :)

about vi editor I'm coping with it after reading a tutorial.. thanks for the info...

the only thing I don't understand now is this in the tutorial.. I dunno where I put those

samba: \\192.168.1.1

rem to add as hardrive in W7/XP run in command line

net use a: \\192.168.1.1\www

net use b: \\192.168.1.1\dlq

web: http://192.168.1.1:8080

ftp: ftp://192.168.1.1
 
You drives does not seems to be mounted correctly i.e transmission path is pointed to /opt instead of mnt
 
Hey guys,

need help. I updated DD-WRT from r17201 to r18777 & nothing is alright ever since.

Transmission does not start neither does the file transfer.

can anyone help me what should i do ?

PS : Only reason i want to upgrade is that r18777 connects at 150 mbps while earlier at 75mpbs only.
PSS: the only use of this device is for transmission torrent download.

PLS HELP :)
 
after reading some other tutorial I managed to access samba and configure it nicely.. thanks again for the guide

da2470ea7d.jpg


I'm getting this error @ transmission after I reboot my router but fix it by copying my backup settings.json via WinSCP
403: Forbidden
Unauthorized IP Address.
Either disable the IP address whitelist or add your address to it.
If you're editing settings.json, see the 'rpc-whitelist' and 'rpc-whitelist-enabled' entries.
If you're still using ACLs, use a whitelist instead. See the transmission-daemon manpage for details."

what's the cause of corruption of setting.json for me to know how to avoid it..
 
after reading some other tutorial I managed to access samba and configure it nicely.. thanks again for the guide

da2470ea7d.jpg


I'm getting this error @ transmission after I reboot my router but fix it by copying my backup settings.json via WinSCP


what's the cause of corruption of setting.json for me to know how to avoid it..
Just add the configuration from this GUIDE . Replace the json then transmission should start ,after which you can customize the settings via telnet/vi/nano or via the remote GUI.
 
how do you control access restrictions to schedule transmission client to have no bandwidth allotted at given times? i have free downloading only from 2-8am so i can seed/download only in this time frame. please help me configure

i cant figure it out
 
Code:
rootfs on / type rootfs (rw)
/dev/root on / type squashfs (ro,relatime)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
ramfs on /tmp type ramfs (rw,relatime)
none on /dev type tmpfs (rw,relatime,size=512k)
devpts on /dev/pts type devpts (rw,relatime,mode=600)
devpts on /proc/bus/usb type usbfs (rw,relatime)
[COLOR=#ff0000]/dev/sda1 on /opt type ext2 (rw,relatime,errors=continue)[/COLOR]

mount gives me this.
just setup two partitions on my 160gb hd. 1 1000mb ext3 part and another 148gb ext3 part and i get the above


and the first page has all sorts of errors please check to see if this is correct


Code:
mkdir /tmp/etc/config 
echo "wget [URL]http://home.karneval.cz/10102207/FS.gz[/URL] -P /tmp/root" >> /tmp/etc/config/FS.wanup 
echo "tar -xvzf /tmp/root/FS.gz -C /tmp/root" >> /tmp/etc/config/FS.wanup 
echo "sh /tmp/root/ext3" >> /tmp/etc/config/FS.wanup 
echo "mount -o rw -t ext3 /dev/discs/disc0/part1 /opt" >> /tmp/etc/config/FS.wanup 
echo "mount -o rw -t ext3 /dev/discs/disc0/part2 /mnt" >> /tmp/etc/config/FS.wanup 
echo "rm /tmp/root/*.ko /tmp/root/FS.gz /tmp/root/ext3" >> /tmp/etc/config/FS.wanup 
chmod +x /tmp/etc/config/FS.wanup 
echo "nobody:*:65000:65000:nobody:/mnt:/bin/false" >> /etc/passwd 
sleep 60
echo 1 > /sys/class/scsi_disk/0:0:0:0/allow_restart 
wget [URL]http://www.3iii.dk/linux/optware/settings.json[/URL] -O /mnt/data/torrents/.config/transmission-daemon/settings.json /opt/bin/transmission-daemon -g /mnt/data/torrents/.config/transmission-daemon

please make changes on the front page. ive been at it all day and still end up with the same problems
 
There are no issues its just that you are using a new version of dd wrt which is having issues which is already mentioned in the thread
 
The forum ****ed up those things it was always correct before they kept on changing the forum version and text wasn't compatible

---------- Post added at 12:02 PM ---------- Previous post was at 11:34 AM ----------

I did a fix on first page but the forum is really in bad shape
 
hey
whats the command to copy settings.json from any dir on the usb to the /mnt/data/torrents/.config/transmission-daemo/settings.json
gimme some pointers man


cp -f /mnt/data/settings.json /mnt/data/torrents/.config/transmission-daemon/settings.json
will that work? copy and replace job. can't i just use that at startup script?
doesnt seem to be working
 
Hello Dinjo/Everyone,

I have followed everything on the instructions but, I am stuck on the USB mounting. I am testing the mounting of USB using my 8GB flash drive. 1GB ext3 and 7GB remaining for NTFS were the configuration. Also, on the startup script, I have just copy and paste (removing comments) it and rebooted the router as well. After checking on CLI based configuration of the router via telnet, nothing's changed. Here are the images. Please help.

CLI.JPG

Startup.JPG

USB%20support.JPG

disk.JPG
 
hey the cron jobs dont work for me

can you tell me what im doing wrong?

55 01 * * * /opt/bin/transmission-daemon -g /mnt/data/torrents/.config/transmission-daemon
00 08 * * * killall transmission-daemon
 
Back
Top