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!

Sorry, my mistake, is firewall-start, port forwarding should work in combination with firewall-start script.
Btw, do you have another scripts that work on /jffs partition?

Sent from my HTC One S using Tapatalk 2
 
nope. I do not have any other script.
I had a fresh router, installed merlin firmware and followed the tutorial.

any other ideea?
 
Go to advanced system content and check again "Format JFFS partition at next boot", reboot, copy again firewall-start script, make it executable and reboot one more time.
AC66U had an issue mounting jffs in the past.

Sent from my HTC One S using Tapatalk 2
 
Did it. Unfortunately no effect. "CanYouSeeMe.org" sais that 9091 is closed and I cannot access transmission from WAN. :(
 
I guess it's something related to jffs partition, let me think a little

Sent from my HTC One S using Tapatalk 2
 
Add this line to firewall-start script after iptables -I INPUT -p udp --destination-port 51413 -j ACCEPT
logger -t "$0" "Hey, I'm working!"
Save and reboot than go to SystemLog on router UI and search for a line with:
Hey, I'm working!
If you don't find it, it's something wrong with /jffs partition and I can't help you anymore, try to format again...
If yes, the firewall-start script it's working fine.
 
TeHashX, thank you for this implementation.
Please, can you tell me exactly which is the line that i've to change into the settings.json to modify the password?
I've not found it, so my password actually is admin, not safe enough :D
 
guys, pls, i would like to ask you for help. I used thistutorial
for installation transmission via optware (instead download master). i run step by step from this guide and i have a problem. When i run /opt/etc/init.d/S95transmission start
system wrote me: permission denied.
i tried it on my asus rt-n16 with Firmware Version:3.0.0.4.266.23 (Merlin build).
check picture pls
2p2m0B3R3M3V
 
Try first
# chmod 777 /opt/etc/init.d/S95transmission

Sent from my HTC One S using Tapatalk 2
 
i've tried it. I started:
ipkg update
ipkg install transmission
wget -c -O /opt/etc/init.d/S95transmission http://tinyurl.com/S95transmission
chmod 777 /opt/etc/init.d/S95transmission

and when i run:
/opt/etc/init.d/S95transmission start
i got this error:
-sh /opt/etc/init.d/S95transmission: permission denied

:( any ideas?
 
admin@RT-N16:/tmp/home/root# mount
rootfs on / type rootfs (rw)
/dev/root on / type squashfs (ro)
proc on /proc type proc (rw)
tmpfs on /tmp type tmpfs (rw)
devfs on /dev type tmpfs (rw,noatime)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw)
/dev/mtdblock4 on /jffs type jffs2 (rw,noatime)
usbfs on /proc/bus/usb type usbfs (rw)
/dev/sdb2 on /tmp/mnt/Optware type ext2 (rw,nodev,noatime)
/dev/sda1 on /tmp/mnt/My_Book type ufsd (rw,nodev,noatime,nls=utf8,fmask=0,dmask=0,force)

thx
 
I see you have 2 usb disks, remove the disk labeled My_Book from usb port and reboot.
Optware disk should be mounted as /sda1 now.
Restart installation and check if transmission is starting.
Plug again My_Book disk and reboot.
See if Optware is mounted as /sda1, if not, swap the disks in usb ports, reboot and check again.
 
is there any way to do it without ext2/3?

The drive I'm using is formatted ntfs with over a terabyte of data on it so I can't format the drive as I'd lose all that data.

Is there any way to do it without ext2/3?

I used tomato for a couple days and it had Transmission on it and I was using my ntfs drive with it n problem.

I appreciate any input you may have

Thanks.
 

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