TP-LINK TL-WDR3600 HDD sharing, OPTWARE, DLNA, Torrent

Post new topic   Reply to topic    DD-WRT Forum Index -> Atheros WiSOC based Hardware
Goto page Previous  1, 2, 3 ... 27, 28, 29, 30  Next
Author Message
rahupanchal11
DD-WRT Novice


Joined: 17 Jan 2016
Posts: 19

PostPosted: Fri Aug 05, 2016 13:36    Post subject: Out of memory ??? Reply with quote
ohk, ignore the above posts, found my problem, but stuck again,please help
Sponsor
msantos2007
DD-WRT User


Joined: 13 Oct 2009
Posts: 246

PostPosted: Fri Aug 05, 2016 16:10    Post subject: Reply with quote
Oh, man! Your router is 32MB RAM (WDR3600 is 128MB). That makes a f*&¨%$uckn' difference, you're getting "out of memory".

In order to workaround it, maybe you should enable Swap partition, but I have NO idea how to do it.

EDIT: Rebooting router means to check whether all configuration are properly stored and working. If you're getting issues after rebooting that means something went wrong and all procedures should be repeated from scratch.

I don't think your router bad and WDR3600 is not any better either and thanx for removing those screenshots. Wink
msantos2007
DD-WRT User


Joined: 13 Oct 2009
Posts: 246

PostPosted: Fri Aug 05, 2016 16:32    Post subject: Reply with quote
Swap: https://www.dd-wrt.com/wiki/index.php/Linux_SWAP
Nevermind: http://www.dd-wrt.com/phpBB2/viewtopic.php?p=708181
bridges86406
DD-WRT Novice


Joined: 25 Feb 2012
Posts: 33

PostPosted: Wed Aug 24, 2016 15:40    Post subject: Reply with quote
Ok I've run through your steps as I needed to update my broken implementation of Optware.

I'm having the following issue after copying the functions.sh over and going on to the next steps:

Code:
root@DD-WRT:/tmp# wget http://downloads.openwrt.org/snapshots/trunk/ar71xx/gener
ic/packages/base/uclibcxx_0.2.4-2_ar71xx.ipk
Connecting to downloads.openwrt.org (78.24.191.177:80)
uclibcxx_0.2.4-2_ar7 100% |*******************************| 70622   0:00:00 ETA
root@DD-WRT:/tmp# wget http://downloads.openwrt.org/snapshots/trunk/ar71xx/gener
ic/packages/base/libc_1.1.14-1_ar71xx.ipk
Connecting to downloads.openwrt.org (78.24.191.177:80)
libc_1.1.14-1_ar71xx 100% |*******************************|   268k  0:00:00 ETA
root@DD-WRT:/tmp# wget http://downloads.openwrt.org/snapshots/trunk/ar71xx/gener
ic/packages/base/opkg_9c97d5ecd795709c8584e972bfdf3aee3a5b846d-12_ar71xx.ipk
Connecting to downloads.openwrt.org (78.24.191.177:80)
opkg_9c97d5ecd795709 100% |*******************************| 55692   0:00:00 ETA
root@DD-WRT:/tmp# ipkg -d / -force-depends install uclibcxx_0.2.4-2_ar71xx.ipk
ERROR: File not found: //usr/local/lib/ipkg/lists/barrier_breaker
       You probably want to run `ipkg update'
Unpacking uclibcxx...Done.
Configuring uclibcxx...grep: /usr/lib/opkg/info/uclibcxx.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/uclibcxx.list': No such file or directory
Done.


Any help you can provide?

Also I reformatted the usb drive because when I tried it with 100mb (system) partition I got an Out Of Memory error.
msantos2007
DD-WRT User


Joined: 13 Oct 2009
Posts: 246

PostPosted: Wed Aug 24, 2016 18:07    Post subject: Reply with quote
Start over using another Repository (you're trying Snapshot).
sontt
DD-WRT Novice


Joined: 13 Mar 2013
Posts: 22

PostPosted: Tue Sep 13, 2016 10:58    Post subject: Reply with quote
Hi everyone, I'm stuck here:
Code:
cp -a /usr/* /tmp/mnt/sda2/usr/

doesn't execute.
It make my computer reset connection to router, and after reconnected (about 30s), my hdd was connected to router is empty (no folders was created, no files copied)
I'm using Buffalo WZR-300HP and dd-wrt r29621
Can anybody help?
Thanks in advanced and sorry for my bad English Smile
js1662
DD-WRT Guru


Joined: 23 Jul 2014
Posts: 1237
Location: BC, CA

PostPosted: Thu Sep 15, 2016 4:54    Post subject: Reply with quote
Hi sontt, I would like to understand more details about your setup.

1. Which file did you flash to your router currently, is it buffalo_to_ddwrt_webflash-MULTI.bin or wzr-300hp-dd-wrt-webupgrade-MULTI.bin?
2. Which file format are you using for the USB drive: ext2/ext3/ext4/ntfs/fat32?
3. Have you check the File Permission and Attributes for the USB drive and make sure it is writable? You can do that by SSH to the router and enter command: ls -l /tmp/mnt
4. Can you write (upload) any file to /tmp/mnt/sda2 using WinSCP?
sontt
DD-WRT Novice


Joined: 13 Mar 2013
Posts: 22

PostPosted: Thu Sep 15, 2016 12:59    Post subject: Reply with quote
js1662 wrote:
Hi sontt, I would like to understand more details about your setup.

1. Which file did you flash to your router currently, is it buffalo_to_ddwrt_webflash-MULTI.bin or wzr-300hp-dd-wrt-webupgrade-MULTI.bin?
2. Which file format are you using for the USB drive: ext2/ext3/ext4/ntfs/fat32?
3. Have you check the File Permission and Attributes for the USB drive and make sure it is writable? You can do that by SSH to the router and enter command: ls -l /tmp/mnt
4. Can you write (upload) any file to /tmp/mnt/sda2 using WinSCP?


Thanks for your reply.
I had fixed this problem. The main reason leading to errors due to my hard disk with bad sectors. After fix hard drive, everything work like a charm Laughing
sontt
DD-WRT Novice


Joined: 13 Mar 2013
Posts: 22

PostPosted: Thu Sep 15, 2016 17:29    Post subject: Reply with quote
Hi everyone,
I have problems with the open port for transmission. The transmission web interface said that port is closed.

My router which installed transmission is behind a internet modem. So I have to do the following:

-Internet modem: I forwarded port using on transmission to my router Lan IP.
-Router: I was added this commands to firewall to accept this port (Administrator>Command):
Code:
sample:
iptables -I INPUT -p TCP --dport 9091 -j ACCEPT
iptables -I INPUT -p TCP --dport 54000 -j ACCEPT
iptables -I INPUT -p UDP --dport 54000 -j ACCEPT


My router is running v3.0-r29621 std (05/10/16).

Pls anyone can help? Sad
Thanks in advance.
msantos2007
DD-WRT User


Joined: 13 Oct 2009
Posts: 246

PostPosted: Fri Oct 28, 2016 20:45    Post subject: Reply with quote
Hi Everyone!

Tutorial running fine on build 30731.

Thx.
Marcelo.
oms
DD-WRT Novice


Joined: 21 Nov 2016
Posts: 3

PostPosted: Fri Dec 02, 2016 15:33    Post subject: WNDR3700v2 Build 30880 Reply with quote
Hi! I am trying the script on my WNDR3700v2 router with Build 30880. I have got an error at the point 1.1.2.

I have followed the setup and commands as written, without error messages.

In 1.1.2 the libc_1.1.14-1_ar71xx.ipk is not available anymore, so I have modified the line:
wget http://downloads.openwrt.org/snapshots/trunk/ar71xx/generic/packages/base/libc_1.1.14-1_ar71xx.ipk

to this:
wget http://downloads.openwrt.org/snapshots/trunk/ar71xx/generic/packages/base/libc_1.1.15-1_ar71xx.ipk


In the second part a of 1.1.2 i get the following errors in PuTTY:

Quote:
root@DD-WRT:/tmp# ipkg -d / -force-depends install uclibcxx_0.2.4-2_ar71xx.ipk
ERROR: File not found: //usr/local/lib/ipkg/lists/barrier_breaker
You probably want to run `ipkg update'
Unpacking uclibcxx...Done.
Configuring uclibcxx...grep: /usr/lib/opkg/info/uclibcxx.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/uclibcxx.list': No such file or directory
Done.

root@DD-WRT:/tmp# ipkg -d / install libc_1.1.14-1_ar71xx.ipk
File not found libc_1.1.14-1_ar71xx.ipk
root@DD-WRT:/tmp# ipkg -d / install libc_1.1.15-1_ar71xx.ipk
ERROR: File not found: //usr/local/lib/ipkg/lists/barrier_breaker
You probably want to run `ipkg update'
Unpacking libc...Done.
Configuring libc...grep: /usr/lib/opkg/info/libc.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/libc.list': No such file or directory
Done.

root@DD-WRT:/tmp# ipkg -d / install opkg_9c97d5ecd795709c8584e972bfdf3aee3a5b846
d-12_ar71xx.ipk
ERROR: File not found: //usr/local/lib/ipkg/lists/barrier_breaker
You probably want to run `ipkg update'
Unpacking opkg...Done.
Configuring opkg...grep: /usr/lib/opkg/info/opkg.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/opkg.list': No such file or directory
Done.


Is there a way to overcome this? I have the Samba share up and running with windows and trying to get Transmission working. Tried various tutorials and this one looks the most promising so far. Thank you for reading!
msantos2007
DD-WRT User


Joined: 13 Oct 2009
Posts: 246

PostPosted: Fri Dec 02, 2016 16:27    Post subject: Reply with quote
Please try item "7. Alternative Repositories".
ian5142
DD-WRT Guru


Joined: 23 Oct 2013
Posts: 2318
Location: Canada

PostPosted: Fri Dec 02, 2016 22:46    Post subject: Entware-3X Reply with quote
Entware-3X is much better: https://github.com/Entware-for-kernel-3x/Entware-ng-3x
_________________
Before asking a question on the forums, update dd-wrt: Where do I download firmware? I suggest reading it all.
QCA Best WiFi Settings


Some dd-wrt wiki pages are up to date, others are not. PM me if you find an old one.

Atheros:
Netgear R7800 x3 - WDS AP / station, gateway, QoS
TP-Link Archer C7 v2 x2 - WDS Station
TP-Link TL-WDR3600 v1 - WDS Station
TP-Link 841nd v8 - NU
D-Link 615 C1/E3/I1 x 7 - 1 WDS station
D-Link 825 B1 - NU
D-Link 862L A1 x2 - WDS Station
Netgear WNDR3700v2 - NU
UBNT loco M2 x2 - airOS

Broadcom
Linksys EA6400 - Gateway, QoS
Asus N66U - AP
Netgear WNDR3700v3 - not used
MediaTek
UBNT EdgeRouter X - switch
ian5142
DD-WRT Guru


Joined: 23 Oct 2013
Posts: 2318
Location: Canada

PostPosted: Fri Dec 02, 2016 22:53    Post subject: Entware-3X Reply with quote
Here is the installer: http://entware-3x.zyxmon.org/binaries/mips/installer/install_std.sh

You need to have /opt mounted on a USB drive or HDD.

then run the code:
Code:

wget -O - http://entware-3x.zyxmon.org/binaries/mips/installer/install_std.sh | sh


This will install Entware. Then you just need to run opkg update and opkg upgrade. Don't be worried about the missing packages. They don't seem to be needed, at least as far as I can see.

See this page as well (not the exact github repo but Entware 3X is a fork of it): https://github.com/Entware-ng/Entware-ng/wiki/Install-on-DD-WRT

_________________
Before asking a question on the forums, update dd-wrt: Where do I download firmware? I suggest reading it all.
QCA Best WiFi Settings


Some dd-wrt wiki pages are up to date, others are not. PM me if you find an old one.

Atheros:
Netgear R7800 x3 - WDS AP / station, gateway, QoS
TP-Link Archer C7 v2 x2 - WDS Station
TP-Link TL-WDR3600 v1 - WDS Station
TP-Link 841nd v8 - NU
D-Link 615 C1/E3/I1 x 7 - 1 WDS station
D-Link 825 B1 - NU
D-Link 862L A1 x2 - WDS Station
Netgear WNDR3700v2 - NU
UBNT loco M2 x2 - airOS

Broadcom
Linksys EA6400 - Gateway, QoS
Asus N66U - AP
Netgear WNDR3700v3 - not used
MediaTek
UBNT EdgeRouter X - switch
svr101
DD-WRT Novice


Joined: 07 Dec 2016
Posts: 1

PostPosted: Wed Dec 07, 2016 22:01    Post subject: Reply with quote
Hi!

I made it till the 1.4 point.

After rebooting the rooter and enterying the opkg update I got this error:

Code:
BusyBox v1.24.2 (2016-11-14 06:56:43 CET) built-in shell (ash)

root@Farbwechsel ~ # opkg update
Error loading shared library libgcc_s.so.1: Exec format error (needed by /bin/opkg)
Error relocating /bin/opkg: __divsf3: symbol not found
Error relocating /bin/opkg: __floatunsisf: symbol not found
Error relocating /bin/opkg: __udivdi3: symbol not found
Error relocating /bin/opkg: __extendsfdf2: symbol not found


What am I doing wrong?

I'm trying to do this on a TPLINK WR1043ND V2 with DD-WRT v3.0-r30880

Thank you!
Goto page Previous  1, 2, 3 ... 27, 28, 29, 30  Next Display posts from previous:    Page 28 of 30
Post new topic   Reply to topic    DD-WRT Forum Index -> Atheros WiSOC 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 cannot attach files in this forum
You cannot download files in this forum