What's new

[TUTORIAL] Native Transmission on asuswrt routers through optware

  • 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!

it wont hang on download master. not a fan of DM too. downloads are slower. dm and dlna are the same version in any firmware right
 
Ok, so with my guide on stock firmware if you change path from here
2nqbqkx.png

Still can't find your downloaded torrents?
 
On stock firmware:
# /opt/etc/init.d/S95transmission stop
# mkdir /mnt/sda1/transmission
# nano /opt/etc/transmission-daemon/settings.json
set "download-dir": /mnt/sda1/transmission
change "incomplete-dir-enabled" to false
# /opt/etc/init.d/S95transmission start
try to download a torrent and see if you find it in /mnt/sda1/transmission folder

If not working, save your files from usb drive
formatt to ext3 with this putty command
# mkfs.ext3 /dev/sda1
and start installing from scratch
 
i got it working, i change the path to tmp/mnt/(mydrivename)/transmission/downloads.

thanx!

by the way, why cant i see download/upload speed on top of every downloads? i can only see the total download/upload speed on top right of the page.
 
hope it will be updated soon!
there is another thing im facing right now. if the router reboots, transmission couldnt find the resume file on some torrents. the settings will be set to default again. some torrents will start downloading from the start again. then when i pause the download, it says it cant save the resume file. help please
 
Last edited by a moderator:
There is another update v2.76 but not yet available for optware.
RT-N56U has something different in his structure maybe.
Have you modified all the paths in settings.json?
Post here your conf.

Try to setup transmision through entware, is better.
 
"alt-speed-down": 50,
"alt-speed-enabled": false,
"alt-speed-time-begin": 540,
"alt-speed-time-day": 127,
"alt-speed-time-enabled": false,
"alt-speed-time-end": 1020,
"alt-speed-up": 2,
"bind-address-ipv4": "0.0.0.0",
"bind-address-ipv6": "::",
"blocklist-enabled": false,
"blocklist-url": "http://www.example.com/blocklist",
"cache-size-mb": 4,
"dht-enabled": true,
"download-dir": "/tmp/mnt/SHARE/transmission/downloads",
"download-queue-enabled": true,
"download-queue-size": 3,
"encryption": 1,
"idle-seeding-limit": 30,
"idle-seeding-limit-enabled": false,
"incomplete-dir": "/tmp/mnt/SHARE/transmission/incomplete",
"incomplete-dir-enabled": true,
"lpd-enabled": true,
"message-level": 2,
"peer-congestion-algorithm": "",
"peer-limit-global": 240,
"peer-limit-per-torrent": 60,
"peer-port": 61173,
"peer-port-random-high": 65535,
"peer-port-random-low": 49152,
"peer-port-random-on-start": false,
"peer-socket-tos": "default",
"pex-enabled": true,
"pidfile": "/var/run/transmission-daemon.pid",
"port-forwarding-enabled": false,
"preallocation": 1,
"prefetch-enabled": 1,
"queue-stalled-enabled": true,
"queue-stalled-minutes": 30,
"ratio-limit": 1,
"ratio-limit-enabled": false,
"rename-partial-files": true,
"rpc-authentication-required": true,
"rpc-bind-address": "0.0.0.0",
"rpc-enabled": true,
"rpc-password": "{bfeeb12d388c9b4ebb1908ab1484f556e8d98475nwczSmh7",
"rpc-port": 9091,
"rpc-url": "/transmission/",
"rpc-username": "admin",
"rpc-whitelist": "*.*.*.*",
"rpc-whitelist-enabled": true,
"scrape-paused-torrents-enabled": true,
"script-torrent-done-enabled": false,
"script-torrent-done-filename": "",
"seed-queue-enabled": false,
"seed-queue-size": 10,
"speed-limit-down": 100,
"speed-limit-down-enabled": false,
"speed-limit-up": 10,
"speed-limit-up-enabled": true,
"start-added-torrents": true,
"trash-original-torrent-files": false,
"umask": 0,
"upload-slots-per-torrent": 14,
"utp-enabled": false
 
The settings are ok but I have a hunch, you didn't format the drive to ext3, it is true?
 
yes, its ntfs. i have a 2tb hd. my whole files are in there, cant format it to ext3 can i? i did try to format my 8gb flash drive, but it says it cant determine the volume or something. can u teach me how to make it work? and how do i make transmission work with both the ext3 usb flash and the ntfs hdd?
 
NTFS will never work fine on linux, save your files to another disk if you want to format and work normally.
Unplug booth drives from router, reboot, plug the 8gb flash drive, unmount from router ui, format with this command
# mkfs.ext3 /dev/sda1
If says it cant determine the volume try with /dev/sdb1 or /dev/sdc1
 
okay.. done that.. formatting successful. so, can i install transmission on the ext3 drive and download torrent files to ntfs directory? will that still give me problems?
 
Setup transmission on ext3 drive
/opt/etc/init.d/S95transmission start
/opt/etc/init.d/S95transmission stop
Plug in the ntfs disk and see where is mounted with "mount" command
nano /opt/etc/transmission-daemon/settings.json
and change path to ntfs disk
Set "incomplete-dir-enabled": false
/opt/etc/init.d/S95transmission start

Press ENTER and PRAY :)

If is not working this way, nothing else to do with ntfs disk. :(
 
set it up exactly the way u described. i hope this one works. looks good for now. thanx!
 
so i tried using entware instead. now im facing another problem. i am running stock fw, is there a way to make it start on its own if the router reboots?
 
No chance on stock firmware, sorry.
What's the problem with padavan's firmware, transmission is crashing or the router?
 
Its the router. Wont be able to connect to it after a day or two. Web pages load slower too. I only realized that after using it for a few months, despite regular reboot, then i move back to stock, im rly surprised how fast web pages load and how youtube stream is super quick. Right now im back to download master, =(
 
I have transmission installed (thanks for this great tutorial) on my RT-N66U running Merlin's (wonderful) version.

However I am facing the following problem.
I've configured transmission to use a USB HDD like so:

"download-dir": "/tmp/mnt/SAMSUNG/transmission",

When starting the router, in the transmission web UI, there is an error message for all existing downloads complaining that the path was not found. If I do a manual "start all" they start just fine.

I am guessing that this happens because the transmission daemon is started before the USB HDD is mounted, hence the download location is not yet available.

Is there a way to work around this? Please advice.
 

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