Installing Transmission on USB thumb drive

Post new topic   Reply to topic    DD-WRT Forum Index -> Broadcom SoC based Hardware
Author Message
gil80
DD-WRT User


Joined: 16 Jul 2014
Posts: 177

PostPosted: Thu May 21, 2015 1:47    Post subject: Installing Transmission on USB thumb drive Reply with quote
Hi all,


Router Model Netgear R7000
Firmware Version DD-WRT v24-sp2 (03/23/15) kongac - build 26500M
Kernel Version Linux 3.10.72 #360 SMP Mon Mar 23 00:13:20 CET 2015 armv7l

I want to install Transmission on my USB drive but following this guide:
http://www.dd-wrt.com/wiki/index.php/OTRW2_%28Optware_the_right_way_Take_2%29

It says ARM builds are not supported.

Can someone help me with this one?

Thanks.
Sponsor
Failure404
DD-WRT Novice


Joined: 10 Dec 2011
Posts: 37

PostPosted: Thu May 21, 2015 11:06    Post subject: Reply with quote
Most easiest way would be to flash a Brainslayer build of DD-WRT. On the R7000 it already comes with Transmission pre-installed. Works ok here.
gil80
DD-WRT User


Joined: 16 Jul 2014
Posts: 177

PostPosted: Thu May 21, 2015 12:46    Post subject: Reply with quote
I already had this discussion a month ago. I was advised to use Kong's builds for the R7000 regardless the fact he removed transmission.

So question remains.
I formatted a USB stick and mounted on router.
Now how do I install transmission? Smile
gil80
DD-WRT User


Joined: 16 Jul 2014
Posts: 177

PostPosted: Fri May 22, 2015 14:05    Post subject: Reply with quote
Update

This is where I got so far when I try to install Transmission.

When I issue command:root@DD-WRT:~# mount
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)
debugfs on /sys/kernel/debug type debugfs (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)
/dev/sda1 on /opt type ext2 (rw,relatime,errors=continue)
/dev/sda3 on /tmp/mnt/sda3 type ext2 (rw,relatime,errors=continue)
/dev/sdb5 on /tmp/mnt/sdb5 type ext3 (rw,relatime,errors=continue,user_xattr,acl,barrier=1,data=writeback)
/dev/sdb5 on /tmp/proftpd/users/gil/Tv type ext3 (rw,relatime,errors=continue,user_xattr,acl,barrier=1,data=writeback)
ramfs on /tmp/proftpd/users/gil/Root type ramfs (rw,relatime)
/dev/sda3 on /tmp/proftpd/users/gil/USB type ext2 (rw,relatime,errors=continue)


So you can see that /opt is mounted
/dev/sda1 on /opt type ext2 (rw,relatime,errors=continue)

the USB has three partitions:
1 - Optware which is 512MB and EXT2 /dev/sda1
2 - Swapfile which is 32MB and linux-swap /dev/sda2
3 - Data which is the rest of the USB and it's EXT /dev/sda3

on the router I used the UUID of sda1 on the /opt

I'm not sure if it's correct.
I also didn't create jffs partition

How do I proceed from here?
I think I need to install Optware first but I couldn't find any guide that actually works.
I either get
ipkg update
sh: 10000: unknown operand
ipkg update
Creating list dir: /jffs/usr/lib/ipkg/lists
mkdir: can't create directory '/jffs/usr/': Read-only file system

or some other errors regarding permissions.

Appreciate your help.
jheide44
DD-WRT Guru


Joined: 03 Sep 2013
Posts: 739

PostPosted: Fri May 22, 2015 16:33    Post subject: Reply with quote
gil80 wrote:
I already had this discussion a month ago. I was advised to use Kong's builds for the R7000 regardless the fact he removed transmission.

So question remains.
I formatted a USB stick and mounted on router.
Now how do I install transmission? Smile


if you read up and really dig into history/SVN review, etc... there is no reason not to use a BS build.

http://dd-wrt.com/forum/viewtopic.php?p=965829#965829

this has been discussed over and over again. the ONLY benefit these days is that Koing does a good flash test.

if you watch the new builds threads like this:
http://dd-wrt.com/forum/viewtopic.php?t=283081

and see others report a good flash on your device (or another ARM device whose BIN file has the same MD5 as your R7000 file, i.e. R6300v2), there is little to no risk of using a BS/Main SVN build.


same md5:
The web repo uses symlinks to put device names in the download file names in an attempt to "idiot proof" things. see image for detail example on how the EA6700 and R6300v2 bin files as downloaded from the main web repo are actually identical.


if you insist on adding it to a Kong PTB... try this:
http://dd-wrt.com/forum/viewtopic.php?p=967238#967238

original entware thread/discussion deleted, but going with someone's pre-compiled binaries/scripts might be worth looking into. plus everyone loves package management. Smile

i.e. they appear to have all the "bits" for transmission available for your ARM device.



R6300v2 to ea6700 md5 example.JPG
 Description:
 Filesize:  84.53 KB
 Viewed:  5899 Time(s)

R6300v2 to ea6700 md5 example.JPG



_________________
reenignE esreveR
Resistance is NOT futile... It's Voltage divided by Current!


_.-:Curently Deployed Devices:-._
Loc_1.0: R6400 -- v3.0-r51887 std (02/28/23)
Loc_2.0: R6300v2 -- Kong PTB 35550M 03-28-2018

Others: too many others to list

R7000 (& similar HW) Tips/Tricks HERE.

Assumptions:
1. Everyone on the forum has read the relevant forum section announcements.
2. For Broadcom section we have ALL at least tried to understand the "Peacock" thread,
HERE
gil80
DD-WRT User


Joined: 16 Jul 2014
Posts: 177

PostPosted: Sat May 23, 2015 1:03    Post subject: Reply with quote
jheide44 wrote:
gil80 wrote:
I already had this discussion a month ago. I was advised to use Kong's builds for the R7000 regardless the fact he removed transmission.

So question remains.
I formatted a USB stick and mounted on router.
Now how do I install transmission? Smile


if you read up and really dig into history/SVN review, etc... there is no reason not to use a BS build.

http://dd-wrt.com/forum/viewtopic.php?p=965829#965829

this has been discussed over and over again. the ONLY benefit these days is that Koing does a good flash test.

if you watch the new builds threads like this:
http://dd-wrt.com/forum/viewtopic.php?t=283081

and see others report a good flash on your device (or another ARM device whose BIN file has the same MD5 as your R7000 file, i.e. R6300v2), there is little to no risk of using a BS/Main SVN build.


same md5:
The web repo uses symlinks to put device names in the download file names in an attempt to "idiot proof" things. see image for detail example on how the EA6700 and R6300v2 bin files as downloaded from the main web repo are actually identical.


if you insist on adding it to a Kong PTB... try this:
http://dd-wrt.com/forum/viewtopic.php?p=967238#967238

original entware thread/discussion deleted, but going with someone's pre-compiled binaries/scripts might be worth looking into. plus everyone loves package management. Smile

i.e. they appear to have all the "bits" for transmission available for your ARM device.


Hi mate.
Sorry to say but half of what you wrote I couldn't understand.
I followed the link to install entwere but it doesn't work.
It doesn't know what is wget -c it failed on this.
Also, it cannot mount sda1
When I type mount it only lists sda3

Is possible to Skype and I'll give the access to my router to trouble shoot this?
I want to learn how to this by myself. I don't just want to install BS build.
gil80
DD-WRT User


Joined: 16 Jul 2014
Posts: 177

PostPosted: Mon May 25, 2015 11:13    Post subject: Reply with quote
I read this wiki article:
http://www.dd-wrt.com/wiki/index.php/Optware_on_K3-AC-ARM

And I have issues with this part:
Quote:
Using USB storage
Prepare a usb flash disk with 3 partitions 512MB swap + 2 partitions ext2/ext3 or ext4. Enable USB Storage and mount one partition to /jffs, the other to /opt, by using the uuids which are shown in disk info. Note: if you use this method, you do NOT need to enable JFFS2 support in the GUI. That's for putting the JFFS partition on the internal flash.


It's not clear what exactly needs to be done.
When reading this wiki:
http://www.dd-wrt.com/wiki/index.php/How_to_-_Format_and_Partition_External_Storage_Device

It says:
Quote:
Now you will need to prepare the drive and format/partition it. The following images illustrate the procedure (UPDATE the Minimum size for Optware should be 512MB) Also the JFFS partition is NOT needed for USB users, only MMC users. If you add the JFFS partition to your USB device and post in the forums regarding an issue, you will not be answered!!!!:


so do I need JFFS or not?
If I do need, what's the size?

I did 32MB for linux-swap
512MB for Optware
the rest of the USB is data.
Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    DD-WRT Forum Index -> Broadcom SoC based Hardware All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum