I just pluged in a FAT 1GB pendrive in to my WNR3500L and setup USB support:
Disk Mount Point: /mnt
I just pluged in a FAT 1GB pendrive in to my WNR3500L and setup USB support:
Yes up to now the default public path was /jffs. In the next build this can be changed in a textfield.
For the md5 passwd. You probably used some md5 generator, but that's not a linux style md5 passwd, you need to use for example:
mkpasswd -m md5 test
which will give you a password that looks like:
$1$93EJ3qod$gh0qbEAnMMca1yTQpf7sp.
Thats sounds great. Also I suggest making a option to specify your own custom config file for the ProFTPD like you offer for Samba.
Also, do you have a noob guide you recommend for setting up SWAP on a external HD? the WNR3500L says 3% ram after a huge FTP file transfer :(
Also a opt-ware guide would be nice too. I found some online, but couldn't get any of them to work...
I have to check about swap support, there was a commit recently that added swap support to the kernel. But the 3% ram issue is no problem unless its 3% ram and no cached or buffered data. This means if you transfer large files the router will buffer lots of it and then give it free once another app needs some ram. Moreover latest builds have a setting to prevent apps eating up all the ram causing lock ups for already running apps.
As for optware as soon as I have my build system setup to use the same toolchain I use for the firmware I'll add the download list in the firmware, then it will be firly easy to install any apps through optware.
Well i found this:
http://www.dd-wrt.com/wiki/index.php/Linux_SWAP
and found this bit of info it:
----------------------------------------------------------------------
I've installed swap (on a CIFS share, but it should work on a USB device the same way)
without needing optware by using this method - why install an entire second busybox
when all you need is the swap-utils ipkg (and optionally kmod-loop and kmod-ext2 if you're
going to access the swap via a CIFS share):
ipkg install swap-utils
ipkg install kmod-loop
ipkg install kmod-ext2
insmod /jffs/lib/modules/2.4.30/loop.o
insmod /jffs/lib/modules/2.4.30/ext2.o
dd if=/dev/zero of=/tmp/smbshare/swap.ext2 bs=1 seek=64M echo y | mke2fs -L optware /tmp/smbshare/swap.ext2
mkdir /tmp/swap
mount -o loop /tmp/smbshare/swap.ext2 /tmp/swap
dd if=/dev/zero of=/tmp/swap/swapfile bs=1024 count=65535
mkswap /tmp/swap/swapfile
swapon -p1 /tmp/swap/swapfile
Test if the swap is working with swapon -s
------------------------------------------------------------
I think im to afraid to try anything cuase I dont want to break it lol. Would this work? If I plugged in a powered hub and a 512MB SDHC hard (in a reader) Could I dedicate that as swap?
As for the other comment, does that mean "ipkg-opt" will be built in the firmware? From what iv read you MUST use a ext2/3 formated HD for optware to work in the first place...I need my FAT HD for my network :(
Did you forget your password?
You can also log in using OpenID.