OUR NETWORK:TiVo Community TechLore Explore3DTV DVRplayground Dijit Community See all... About UsAdvertiseContact Us

 
Learn about scoring Forum's Raw Score: 1134040.0
November 25, 2009 12:28 PM

Categories: DD-WRT

Rating (0 votes)
  • 1
  • 2
  • 3
  • 4
  • 5
Rate This!

Member Avatar

Peter Redmer

Administrator
Joined: 01/02/2008

Currently, I have tested Eko's newest version of DD-WRT for the WNR3500L, which can be downloaded here:

http://www.myopenrouter.com/download/15174/DD-WRT-for-NETGEAR-WNR3500L-Standa...

It has been working great for me and I love it.  However, I can't find any option for USB access support.

I believe that the previous build of DD-WRT available on the site, downloadable here,  is supposed to support USB file access through FTP - as long as it is enabled in the DD-WRT GUI.

Does this newer version not support USB access? Or am I missing something in the menus?  I made sure to check everywhere.

Peter Redmer
Administrator
Blog | Twitter

Discussion:    Add a Comment | Comments 1-16 of 16 | Latest Comment

November 26, 2009 1:12 AM

Earlier it was supported. I haven't checked this new version. I will check it and let you know soon.

December 23, 2009 4:48 PM updated: December 23, 2009 4:49 PM

Check the files here.

http://www.dd-wrt.com/dd-wrtv2/down.php?path=downloads%2Fothers%2Feko%2FV24-K...

I got it working on a thumb drive just dont know what to do with it yet. :)

 

http://placeshiftingenthusiasts.com/

December 25, 2009 7:44 AM

hm...interesting...

December 28, 2009 6:04 PM

Unfortunately I didn't get a chance to try it out too much. I was having wireless disconnect issues so I used my serial console setup and reverted back to the factory firmware.
Since I had to go from BIN to CHK files from DD-WRT that's the easiest way to revert back.

http://placeshiftingenthusiasts.com/

December 28, 2009 11:45 PM

Well I have tested it a couple of times ... I am able to access the USB interface using ftp and also using ssh .... It works grt ...

February 22, 2010 5:35 AM

Being new here and just purchased a 3500L 2 weeks ago I have put dd-wrt on it and it works great.
One of the things I wanted to use is the USB connection in combination with my xbox/xbmc (media player) so I can connect an USB harddisk and play movies from there.
The usb section in dd-wrt works great. I can configure XBMC to connect to ftp and play movies from there. FTP is not really the first protocol when you think of playing movies but it works smoothly (and I'm happy).
Range of the 3500L could be better though, although I have to finetune it, still I got better results with my 5 year old Belkin Pre-N (range that is, not speed).

April 9, 2010 9:35 PM

Can someone help me out with this? I am using Windows 7 and trying to access the flash drive attached to the USB port running dd-wrt 14205. How do i enable samba support so that the drive shows up as a workgroup network drive? Also how do i access it via ftp? is it ftp:///? I am very new to USB access on dd-wrt. Netgear stock FW seems very easy as you plug in USB drive and it automatically shows up in Network computers as ReadyShare. How can I enable the same thing with dd-wrt?

Thanks.

April 11, 2010 12:03 PM

Does anyone have an answer to this? Brandon, it seems like you have it working. I am also able to get it to show up as mounted on /mnt. The question is how to access the drive in Windows. Thanks.

Also, what are the differences in the builds with USB support. I see at least several builds with USB FTP. I am currently using Big which also has it.

April 11, 2010 1:25 PM

Kevin,
I am now testing Tomato firmware but the DD-WRT USB option should work the same on any USB build. I don't think there is any difference.

You can see this article on how to set it up.
http://www.myopenrouter.com/article/15696/Enable-USB-Sharing-Over-Your-LAN-wi...

and you have to use FTP to work with the files. Either a stand alone FTP program or you should be able to see them at ftp://192.168.1.1:21 in your web browser.

I don't think they have added Samba support to DD-WRT which is one of the reasons I am running a Beta Tomato firmware.
See http://www.myopenrouter.com/article/17508/Installing-USB-Support-on-WNR3500-a...

http://placeshiftingenthusiasts.com/

April 11, 2010 3:08 PM

Tomato file sharing with Samba looks like the setup I want similar to Netgear Readyshare. But is everything else with the beta firmware stable for use?

I see dd-wrt can enable SMB with these openWRT plugins or extra installs which require formatting the drive to linux ext3 which i cannot do with my Windows system. I guess that's the end of the road for SMB sharing on dd-wrt.

April 12, 2010 4:41 PM updated: April 12, 2010 5:17 PM

@Kevin
You may not need ext3 try to enable:

Core USB Support
USB Storage
USB 2.0 Support
FAT Support
Automatic Drive Mount

Under Administration activate JFFS2 and Clean JFFS2


Reboot and test it. For some apps this works, not sure with samba. If not then you need to format it with ext3, but that's easy just grab a linux live cd use qparted a graphical partition tool to format the usb device

April 12, 2010 7:42 PM

yeah i can get FTP to work under dd-wrt but ideally i would like SMB to work as that is the easiest way to access network drives by assign a drive letter. FTP would require a separate browser session each time along with password.

April 15, 2010 12:19 AM

Brandon, I took the plunge with Tomato Beta solely for the USB SMB feature and so far so good! This is the kind of convenience dd-wrt sorely lacks. I will run tomato for a while to see how it fares.

April 15, 2010 10:39 AM

Is it normal that the wifi blue light does come on in Tomato? Can you enable it?

April 16, 2010 10:40 PM updated: April 16, 2010 10:55 PM

It is pretty easy to setup with a USB hard drive over DD-WRT and SAMBA. Here is how I did it.

1. attached my USB HD to my computer and used Knoppix boot disk. I then used gparted to format my 1tb drive to ext3 (one partition)

2. Installed the ddwrt mini firmware over NG standard, then flashed to mega firmware

3. enabled usb, ssh, ext3 support and automount to /mnt

4. putty'd in using router ip, username: root and the password I setup

5. ran the following commands:

cd /mnt
wget http://www.3iii.dk/linux/dd-wrt/slim-samba2-usb.tar.gz
tar xvzf slim-samba2-usb.tar.gz
./samba2.usb

6. accessed the drive via \\my.router.ip\data in windows
transfered at about 6.9mbps over a gigabit wired connection, and about 4.63 over a wireless N connection

April 17, 2010 2:54 PM

well i dont' have linux so i can't do all the formatting and partitioning like you can.

Discussion:    Add a Comment | Back to Top | Comments 1-16 of 16 | Latest Comment

Add Your Reply

(will not be displayed)

Email me when comments are added to this thread

 
 

Please log in or register to participate in this community!

Log In

Remember

Not a member? Sign up!

Did you forget your password?

You can also log in using OpenID.

close this window
close this window