Slickdeals.net - The best deals, lowest prices and hot coupons.
Wanna find the latest deals on the go? Try out the Slickdeals Mobile Website on your phone! Hide this message.
Register Search Today's Posts Mark Forums Read
Go Back   SlickDeals.net Forums > The Deals > Hot Deals

  • ReplyPost Reply
  • Member Since: Jul 2008
     
    Thanks for voting
    You have chosen to thumb down this thread.
    For feedback purposes, please select a reason:

    Thanks for voting
    You have chosen to thumb down this thread.
    For feedback purposes, please select a reason:

    Score
    Votes: 35 Score: 35
    Login to vote.
    Share This Voting Feedback
    Asus WL-520GU 802.11b/g Wireless Router w/USB 2.0 $23 AR plus shipping
    *Update Oct 5*
    The ZipZoomFly price has dropped.
    It is now $22.99 after $20 Rebate + $7 shipping = $30 AR shipped


    Ok, this is my first deal post, didn't see it posted here, but anyways.

    $20 MIR on the Asus WL-520GU, Wireless G router with USB 2.0, fully supported by dd-wrt (usb 2.0 is now fully supported). Also supported by openwrt, oleg, and tomato (i believe). With regular firmware the usb can be used as a print server, with dd-wrt you can use it for network storage etc.

    MIR is through Asus, who I assume to be good.

    http://www.buy.com/prod/asus-wl-520gu-125m-broad-range-ez-wireless-router/q/loc/101/206865166.html

    Zip Zoom Fly has it for about the same price, except no free shipping, works out to about the same $44.99 - $20 MIR = $24.99 + shipping ($8 for me), so around $33 shipped.
    http://www.zipzoomfly.com/jsp/ProductDetail.jsp?ProductCode=10007417&prodlist=ce lebros

    Newegg has it for $59.99 - $20 + shipping and the same rebate.
    PC Universe has it for something like $47 - $20 + shipping, and same rebate


    sooo... yeah, ordering one to replace my crap wrt54gx2


    EDIT: looks like there's also a 5% coupon: http://www.buy.com/retail/coupon.asp?prid=84773074 .. so it comes to $29.63 <--- just realized this doesn't allow Google Checkout
    EDIT 2: Looks like its OOS from buy.com. ZZF (linked above) has it for about the same price, within a dollar or two
    Last edited by brisar; 10-05-2008 at 08:18 AM.. Reason: updated price
    10-01-2008, 06:20 PM

     
    Guests, join the SlickDeals.net Community to remove this ad.

    Old 10-01-2008, 06:20 PM #2
    brisar is offline brisar
    ♥~Moderette~♥
    brisar's Avatar
    Apr 2005
    21,349
    31665 brisar has a reputation beyond repute
    Tech Asus WL-520gU 802.11b/g DD-WRT Compatible Wireless Router w/ USB Print Server $32 after $20 MIR

    ZipZoomFly has Asus WL-520gU 802.11b/g Wireless Router for $22.99 after $20 Rebate + $7 shipping = $30. Thanks Mephiloco.

    Alternatively, Mwave.com has it for $2 more at $25 after $20 Rebate with $7 shipping = $32. Thanks Selma. [Discuss].

    This router has 1 USB port for wireless printer sharing and supports third-party firmwares such as DD-WRT and Tomato for enhanced features
    Attached Images
    File Type: jpg 10007417.jpg (7.6 KB, 335 views)
     
    Wiki Community Board
    This can and should be used by you to post updated deal information.
    Be sure to read this because it may contain answers to your questions!
    Current Prices (10/17/08):
    ZipZoomFly [zipzoomfly.com]: $47.00 - $20 MIR = $27.00 with Free Shipping
    Newegg [newegg.com]: $46.99 - $20 MIR = $26.99 with Free Shipping
    Mwave [mwave.com]: $45.00 + ~$9 Shipping - $20 MIR = $34.00 Shipped


    Tomato w/ USB printer support for the WL520GU:
    This version has USB printer support that is plug and play. Just enable USB support in the GUI and your set. No need to install packaged and lunix commands like DD-WRT!
    http://www.linksysinfo.org/forums...hp?t=60185

    USB instructions for wl500g (alternative to dd-wrt) can be found here [wl500g.info]

    Installing DD-WRT v24 with Printer Sharing:

    Download DD-WRT v24 Eko SVN 10431 mini+USB from this link. [dd-wrt.com]
    This build handles USB print serving with a few Linux commands and a little bit of Linux knowledge. All of the USB kernel modules necessary are already included but the p910nd print daemon isn't. Here's a link to the DD-WRT wiki page describing the specifics:
    http://www.dd-wrt.com/wiki/index....v24_Stable

    Specifically:
    • use version 10431 or later - it resolves a USB 2.0 driver bug in the Broadcom chip
    • use the _mini_usb version - it leaves JFFS room free for the print daemon
    • enable JFFS
    • disable USB 1.0
    • disable USB 1.1
    • enable USB 2.0
    • enable USB printing

    After you've configured everything, login to your router via telnet or ssh (whichever you chose when you set it up.) Create a new directory for the ipkg package installer, update the ipkg repository, then install the p910nd print daemon. These commands create the directory, update the repository, fetches it from the web, and installs it on the router.

    mkdir -p /jffs/tmp/ipkg
    ipkg update
    ipkg install p910nd


    Edit the print daemon startup script to correct the location of the defaults file. There's a note about this on the DD-WRT USB Printing wiki page. The script is missing the '/jffs' path defining the defaults file:

    cd /jffs/etc/init.d/
    vi p910nd

    and change this line (Putty VI Commands [co.uk]):
    DEFAULT=/etc/default/p910nd
    to this:
    DEFAULT=/jffs/etc/default/p910nd
    then save the file

    Finally, you need to add the print daemon startup to your router startup. Go to the Administration / Commands web page, and add the following command. Note this has an extra argument 'start' the wiki page was formerly missing:

    /jffs/etc/init.d/p910nd start

    Finally, click on 'Save Startup' so this command will execute every time your router restarts.


    Installing Optware, Swap space, and Samba file sharing:
    Refer to this tutorial in post # 205 for instructions on formatting your external USB hard disk drive, installing Optware, activating Linux swap space and installing Samba file sharing. Please post comments to the thread, and I'll revise the post as necessary.
    (11/12/2008 - Added ipkg-opt install commands for busybox)
    (11/17/2008 - Added second mkswap command from Optware)

    11/15/2008 [fatal1ty44]
    Note: there are a couple of things in the filesharing guide above that aren't so clear to newbs like me and could confuse you, so below is a short list of helpful hints to keep in mind as you read VorlonFog's amazing guide. These are problems that I ran into when I was following it, and resulted in the process taking me around 20 hours rather than 2 or 3, so hopefully this list helps someone!
    1. First off, real basic tip, but for people not familiar with using the terminal, when the guide says to "start a terminal session to your router", just use the command "telnet 192.168.1.1" (without the quotes). Note that when it asks for the login id and password, for some reason it has to be the router's default "root" and "admin". So that means if you've changed the login or pw on your router, no combinations will let you in. If that's the case, go to your router and change it back to "root" and "admin" and then you should be able to connect via terminal. Don't ask me why that is...

    2. For the paranoid, it's ok if when you use the command ipkg update your files start downloading from a different URL than the one the guide posted. My URLs contained things like "whiterussian" and "non-free", and it actually downloaded stuff from 3 locations rather than just the one. ITS OK! Everything will still work, it shouldn't really matter too much where it downloads from since those URLs are setup by default in the configuration file.

    2. The next issue I hit literally had me ready to kill someone, and wasted probably about 5 hours to figure out (I'm a complete terminal newb). In the guide, when you get to the section about Acitivating Swap, the first step is to test your swap partition with busybox swapon command. Well, if you get an error that says "Invalid Argument", it means you need to use the busybox mkswap command first, AND THEN use the busybox swapon command. From my super duper limited understanding of linux and swaps, the mkswap command formats your little swap partition and prepares it for the swapon command. Why can some people get it working without using the mkswap command? I don't know, but apparently some people can since it was left out of the guide. So basically, instead of just pasting /opt/bin/busybox swapon /dev/scsi/host0/bus0/target0/lun0/part2 into your terminal session, paste /opt/bin/busybox mkswap /dev/scsi/host0/bus0/target0/lun0/part2 first, hit enter, then paste /opt/bin/busybox swapon /dev/scsi/host0/bus0/target0/lun0/part2. Note: this is only if your having the error "Invalid Argument"

    3. This one is a real gem. Took me about 5 hours online to finally find the answer to this obscure bug. IF YOU ARE TRYING TO ACCESS YOUR SAMBA SHARE USING MAC OSX, READ THIS!. Apparently not many people try to do this, so finding any info on this is like digging for mushrooms on the moon. Mac OSX has a bug whereby Samba shares are not accessible through the finder. So unlike in WinXP where you would just connect straight to the drive with no username or pw required, OSX will ask you for a user/pw (even when you haven't set one) and no combination that you enter will work. This essentially denies you access to the drive: you'll get some errors like "Alias broken" or "Incorrect username and password". The solution to this can be found here http://ge.ubuntuforums.com/showth...p?t=917156. Its essentially three posts by one guy essentially talking to himself since no one decided to help the poor fella out, but he managed to solve the problem (since I did what he says in his last post and it works for me now). Basically, you need to make a couple modifications to your smb.conf file, the most important one being setting encrypt passwords = yes. After following his instructions, when you connect to your drive on OSX through the Finder >> Go >> Network, it still shows the screen that has your Name prefilled and a blank password, but this time around when you just click ok without touching anything it will actually connect and work rather than giving you an "Fix Alias" error msg. Awesome? I think so.

    4. One last final hint for the newbs out there like me. When editing the smb.conf file using the vi smb.conf command, to start making changes use the arrow keys to get to where you want to go (the entire file isn't loaded at once, so you have to scroll down using the arrow keys to see the rest) and press a letter on your keyboard to get started editing. If nothing happens, press your key a couple times (the first key press basically lets the editor know that your not trying to type a command, and that your are trying to edit the file). To stop editing, hit esc and that will bring you out of "edit mode" and allow you to issue commands such as :wq which will save your changes and exit the smb.conf edit screen and bring you back to the command line. This may seem totally obvious to most people, but when I was following the guide, I first off tried to paste the entire block of code (including the vi smb.conf and the beginning and the :wq at the end) in one go, and that obviously didn't work. Then it took me a while to figure out that in order to navigate the damn file in terminal, you have to use arrow keys rather than using the scrollbar, since the entire file isn't actually slapped into the terminal at once. Then, I swear it took me an hour to figure out how to leave the damn thing and have it save my changes. I kept trying to type in :wq and pressing enter, without realizing that I first had to hit escape to get out of file editing mode and be able to issue editor commands.
    Hopefully these tips helped you, again full credit goes to VorlonFog's amazing guide, this list of tips is only meant as a supplement to his guide if you get stuck. Except the part about using OSX with Samba. That part was pure genius


    Loading DD-WRT to the router:
    1. Download firmware (I used dd-wrt.v24_std_generic.bin)
    2. Set the IP on your computer to 192.168.1.2 (255.255.255.0 for mask) (gateway is 192.168.1.1)
    to do this go to Network Connections, right click on your LAN icon and go to properties
    find 'Internet Protocol (TCP/IP)' go to properties and instead of 'Obtain an IP address automatically' change that to the addresses above
    3. Open command prompt and type:
    tftp -i 192.168.1.1 put "<path to your firmware file>"
    but do not hit Enter yet
    example: tftp -i 192.168.1.1 put "C:\Downloads\dd-wrt.v24-10431_NEWD_mini_usb.bin"
    4. Power off the WL520GU
    5. Press & hold the restore button, then power on
    6. When the power LED flashes, release the reset button
    7. Hit Enter in your command prompt window (step 3) within a few seconds of releasing the restore button
    8. The transfer takes only a few seconds but give the router a minute or so to reboot (just to be sure)
    9. Unplug the router, wait at least 10-15 seconds, then plug it back in
    more info can be found here [dd-wrt.com]

    DD-WRTv24 SP1 Special Version
    Only download and use this if you fully understand what the Special version is.
    If you do not, go browse the DD-WRT Store.
    http://rapidshare.com/files/13280...rt-sp1.rar

    This post can be edited by Slickdeals users to provide up-to-date information about developments of this thread based on user responses, and user findings. Feel free to add, change or remove information shown here as it becomes available.

    Last edited by pgkool; 01-21-2009 at 01:10 PM.. Reason: Updated Tomato w/ USB support
    Old 10-01-2008, 07:46 PM #4
    Legendbyname is offline Legendbyname
    L3: Novice
    Jan 2008
    112
    Thanks! in for one to replace my dying DI-624. Great deal for a DD-WRT capable router, plus not nearly as hideous as the WRTGL. Repped
     
    Old 10-02-2008, 05:23 AM #5
    cyriene is offline cyriene
    L6: Expert
    cyriene's Avatar
    Jul 2006
    South Florida
    1,012
    239 cyriene has a spectacular aura about
    This is a good router, I'm using it now. At this price, this thread should really get more love.
     
    Old 10-02-2008, 06:54 AM #6
    Dalton is offline Dalton
    L2: Beginner
    Mar 2005
    Michigan
    64
    11 Dalton is finding his bearings
    Here's a fillable rebate form....
    Attached Files
    File Type: pdf asusrebate.pdf (113.1 KB, 437 views)
     
    Old 10-02-2008, 11:56 AM #7
    hi2veronica is offline hi2veronica
    L1: Learner
    Sep 2008
    3
    10 hi2veronica is finding his bearings
    Good product with good deal

    You can get this deal in mWave as well. I have one and it's working very well. ASUS WL-520gU is not my pervious big brand router need resent all the time and I have never reset 520gU for 6 months. I connect my USB HP laser printer to it and working very well. I just order another one to be my AP for my home office. ASUS did good job for this. Thanks.
     
    Old 10-02-2008, 12:53 PM #8
    Mephiloco is offline Mephiloco
    L2: Beginner
    Jul 2008
    33
    42 Mephiloco is finding his bearings
    yeah i'm glad I found this. I was just about to order either this or the wrt150n at full price before I saw the rebate. My wrt54gx2 just started crapping out (bought it after katrina in '05), keeps resetting if i download or play xbox etc. Perfect timing
     
    Old 10-02-2008, 07:48 PM #9
    akpro is offline akpro
    L3: Novice
    Apr 2006
    226
    25 akpro is finding his bearings
    How well would this router work for live on my xbox 360 50ft away through a floor and a couple walls? My internet is around a 300kb/s down speed and 200kb/s up speed.
     
    Old 10-04-2008, 05:35 AM #10
    CannedGas is offline CannedGas
    2 cards short of 52
    CannedGas's Avatar
    Aug 2008
    542
    MWave $25 AR: http://www.mwave.com/mwave/viewsp...ia=BA24252
     
    Old 10-04-2008, 10:52 AM #11
    Mephiloco is offline Mephiloco
    L2: Beginner
    Jul 2008
    33
    42 Mephiloco is finding his bearings
    regular shipping from mwave is ~ $8.xx, so about $33 from anywhere. buy.com is the cheapest with the coupon, but they take forever to ship (i ordered wednesday and it didn't ship until late friday).. maybe i'm just too impatient
     
    Old 10-04-2008, 10:57 AM #12
    eibgrad is offline eibgrad
    It's all about the food.
    eibgrad's Avatar
    Oct 2004
    7,944
    2840 eibgrad has a reputation beyond repute
    $52.24 - 20 (rebate) - 5.22 (10% cashback) = $27.02
    __________________
    eibgrad

    "I would rather be governed by the first two thousand people in the Boston telephone directory than by the two thousand people on the faculty of Harvard University."
    -- William F. Buckley, Jr.

    Last edited by eibgrad; 10-04-2008 at 11:00 AM..
     
    Old 10-04-2008, 05:54 PM #13
    kidsol is offline kidsol
    L3: Novice
    kidsol's Avatar
    Mar 2008
    Dallas
    195
    38 kidsol is finding his bearings
    Im disappointed in this router so far, It wont detect my internet connection at all, and theres no good solutions at ASUS's site, have to contact my ISP to get a DNS server information, most people are flashing this router to use other software. the default software sucks.
     
    Old 10-04-2008, 06:30 PM #14
    samurai82 is offline samurai82
    L3: Novice
    Sep 2006
    176
    192 samurai82 has a spectacular aura about
    $52.24 - 20 (rebate) - 5.22 (10% cashback) = $27.02

    -----------------------------------

    more details please
     
    Old 10-04-2008, 06:44 PM #15
    RefCache is offline RefCache
    L3: Novice
    Jan 2008
    266
    137 RefCache will become famous soon enough
    Quote from kidsol View Post :
    most people are flashing this router to use other software. the default software sucks.
    Then why continue to use it?

    DD-WRT runs quite well on this unit.
     
  • ReplyPost Reply


  • Thread Tools Search this Thread
    Search this Thread:

    Advanced Search

    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is Off
    HTML code is Off

     


    All times are GMT -7. The time now is 06:31 AM.

    Close
    E-mail It