Why do I need a hardwire for my WRVS4400N wireless router?

I am not very technically inclined.  Plug and play is my way.  So when I got my first router (a linksys) i plugged in the ethernet cables and voila!-----internet access as well as connectivity for my xbox 360, ps3 and Wii.  The people rejoiced.
Times change.  I was happy with my last Linksys hard-wired router, so when I finally got tired of all the wires laying around I went Linksys wireless.  BEST BUY told me the best wireless/hardwire router around is the WRVS4400N.  With this router I can have my 2 360's wireless as well as my pc.  The Wii and PS3 along with my wife's computer are hardwired.  There is also a hardwire going from the router to the Comcast cable modem.  Plug and play this, that and the other thing and voila!-----internet and gaming galore!  Once again, the people rejoiced.
That is, until, I decided to make my wife's computer wireless.  The people rebelled.  Once my wife's pc went wireless (like my two 360's and pc),  I lost all connectivity.  No logging on to the playstation network, XBOX live, Wii surfing, and no internet access.  After many hours of turning off this, resetting that and plugging/unplugging the other thing, we finally figured out how to keep the people happy--one of the pc's has to be hard-wired to allow everything else to work (internet access, gaming, etc.).
So the people are happy, but the king is not as his kingdom is bound by the tyranny of one ethernet cable.  Not to mention the fact that his wireless signal is unsecured.
This makes no sense to me.  Why do I need one of the pc's to be hard-wired just to get everything else to work? 

Trying to download firmware from this go_____ed company is like trying to pull teeth!  I mean, w_f?!  Are they trying to lose customers?
I found answer ID 4030 and under step 2 it told me "to go to the Linksys download page, click here and verify the model and version number of your Linksys product."  I clicked on the link and that took me to "Support and Services."  I entered my model number where appropriate and that took me to some kind of small business section!  Small business?!?!?  I'm a bloody home user, not some f____ng businessman!!!!!
Anyway, I click on this link:  Cisco Small Business (Linksys Business Series) software and firmware downloads (I know it says Small business, but where else was I supposed to go?  I mean, this is where Support and Services sent me).  That link took me to Support>Download Software.
Under "Support>Download Software>Select a Software Product Category" I clicked on the Router Software link (which had a padlock icon next to it).  They wanted me to login again.  So I try, but I keep getting repeated (and erroneous) login errors telling me I entered my username and password incorrectly.  I checked my username and password many times.  No problems with my username or password.  Thus, a dead end there.
I went to the "Support>Download Software>Software Search" and entered the model number of my router.  I clicked on this link:  Download Software for Cisco WRVS4400N Wireless-N Gigabit Security Router - VPN V1.0 & V1.1 : wrvs440....  Guess what?  They wanted me to login AGAIN!!!!!  So I try, but I get the same login error messages I got before!!!!!  Je___ _______ ____st!  Another dead end!
I am at my wits end here.  Getting some kind of firmware for my router to work properly should not be this f____ng difficult!  I don't even know how to access my router's web user interface!
Any other suggestions before I finally say goodbye to Linksys/CISCO?  Because I mean after this b______t experience, the next time I need some type of router or modem or something along those lines, I'm gonna think twice about going to Linksys/CISCO.
P.S.  Sorry about my edited language, but if you had to go through what I did, I believe you'd be just as frustrated as I am.  I spent around $250.00 for this router and it doesn't even work right!!!!!
Message Edited by JohnJr on 04-02-2009 10:07 PM
Message Edited by JohnJr on 04-02-2009 10:08 PM

Similar Messages

  • Keynote and pages are now free, but why do i need to pay for them still when there now free?!?

    keynote and pages are now free, but why do i need to pay for them still when there now free?!?

    Users can obtain the iWorks and iLife applications free, if they purchased a Mac after the beginning of October 2013.
    Older Mac purchases require a paid purchase of these applications.

  • Why do i need payment informations for free games

    why do I need payment information for free games?

    You can create an iTunes account without payment info on file.
    Once you have a card on file, though, iTunes wants it to be current/valid. Don't think there's any way around it.

  • Need mac driver for TP-Link Wireless USB adapter TL-WN7200ND

    i need Mac driver for TP-Link Wireless USB adapter model no TL-WN7200ND

    First of all, TP-Link does not provide OS X drivers for that adapter. However, there are other sources that have drivers like this one. It is not official and it may fail, but it has been tested by other users and it works correctly.

  • Why do we need material specification for transfering results to class char.

    Hi,
    Can you guys tell me why do we need to create material specification if we want to transfer quality inspection results to a batch class?
    Basically I have done the following:
    -Create Class Characteristic
    -Assign the Class Characteristic to a batch class
    -Link Class Char.  to MIC
    -Assign MIC to an Inspection Plan
    -Post GR, batch and inspection lot are created automatically
    -Record Results for inspection Lot
    -Make UD for Inspection Lot
    The result is not transferred to batch class, then I create material specification with the MIC assigned, the results can be transferred. But why?
    Best regards
    Danny

    Hello Danny,
    This is a standard program, which checks for this indicator at the time of inspection lot completion.
    F1- help gives satisfactory explanation
    Batch Valuation Possible Without Specification
    Use
    If you set this indicator, a link between the master inspection
    characteristics and the class characteristics for the batch class must exist
    when an inspection lot is created, for batch valuation to occur when the usage
    decision or inspection point valuation is made. A link within the material
    specification is not required.
    If you do not set this indicator, batch valuation only occurs when the
    usage decision or inspection point valuation is made, if a link using the
    material specification exists between the master inspection characteristics and
    the class characteristics for the batch class. In this way, you can control on a
    material-dependent basis whether the batch characteristics are valuated based on
    the inspection results.
    Amol.
    Message was edited by: Amol Manave : Main purpose is you can control whether Batch characteristics should be valuated based on results or not for particular material. If you set this indicator then batch characteristics will be valuated for all materials and in opposite case Batch characteristics will be valuated for only materials for which Material Specification exists.

  • Why do we need to put \\\\ for inserting a single \

    Hi,
    I wanted to replace the string h"i with h'i. The following code does that.
    public class replace {
         public static void main(String a[]) {
              String hel = "h\"i";
              System.out.println(hel);
              hel = hel.replaceAll("\"","\\\\");
              System.out.println(hel);
    My question is why do we need to put 4(\\\\) back slash for inserting a single \? Why not just put 2(\\) back slash? Your help is appreciated.
    Sundar.

    Hi,
    Could you please explain bit more on this. Im talking about the second argument in replaceAll method.
    All i want is to replace the double quote in the string h"i with h\i.
    Why cant the code look like this hel = hel.replaceAll("\"","\\");
    If i use this code i get the following exception.
    Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of range: 1
    at java.lang.String.charAt(Unknown Source)
    at java.util.regex.Matcher.appendReplacement(Unknown Source)
    at java.util.regex.Matcher.replaceAll(Unknown Source)
    at java.lang.String.replaceAll(Unknown Source)
    at hello.main(hello.java:70)

  • Why Do We Need Java Webstart For XI

    Hi All,
    Can Any Body Please Explain me Why We Need Java Webstart For XI.
    What is the Use of it in XI.
    Please Let me Know
    Regards
    Babu

    Java web start is a technology by Sun Microsystems which enables running thick clients developed in Java after they are downloaded from the server and / or cached on the local drive...
    XI IR & ID are thick clients developed in Java which communicate with the XI server using EJB based communication and Java web start makes it possible to download / cache them and trigger point to run them...more on Java web start here -->
    http://java.sun.com/developer/technicalArticles/WebServices/JWS_2/JWS_White_Paper.pdf

  • Why dont we need process code for outbound master idoc?

    For inbound master idoc we need a process code (EX. matmas03-MATM) but for <b>outbound master idoc</b> why dont we need process code?can anybody clarify me on that.
    thanx in advance....

    plz clarify me on that...its urgent...

  • Why is the download speed so different to the wireless router?

    Apologies if this is not the correct location - newbie, so be gentle with me please!
    My question relates to a wireless connection I have established with a Belkin 802.11g 54g wireless router. Airport configured incredibly easily BTW. Anyway, when I look at the router settings by entering the IP addess of the router, it tells me there is a DL data rate of about 3800, which i take to be 3.8gig. Upload is about 450. I am signed up to an "up to 8meg" ISP, so I know 3.8 is probably not that bad.
    However, when I run a speed test on the DSL, it gives a performance around half that indicated on the router. Is that normal? The attenuation figure was 51 for DL and 29 for UL if that helps. I wondered if the 802.11g installed was the issue and whether 802.111n would improve this?
    The same figures apply even when the router is connected to the main socket in the house rather than 3 floors up.
    iMac   Mac OS X (10.4.8)   2ghz intel core 2 duo 17 inch 1gb RAM 160GB HD

    I'm using gigabit wired internet, with an appropriate network card and router, my firewall is completely disabled (both on my router and my pc) and I don't see why anti-virus should interfere with the download,
    What is the general download speed normally received? Would you recommend using the browser download or the download manager?
    I'm happy if this is just a "slow day" for adobe server or something, but my internet seems to be 100% fine as several other downloads I have tried have managed to get full speed even while the Adobe download is left running. (I obviously have had these other downloads off the majority of the time the adobe download has been running)
    Cheers for the response,
    Rob

  • Searching for the right wireless router -- Recommendations?

    Hi, I'm hoping that my newbie status to the mac world won't effect the relevance of my questions but be rest assured, i have converted from pc to mac. Thank you Apple! Anyway, with introductions out of the way I'm extremely eager to find out what wireless router is best for the MacBook Pro. After being an annonymous surfer of these boards for the last few months since the MBP release I've been unable to find conclusive recommendations of what works and what doesn't. I've taken into effect that there are a lot of factors that go into setting up a wireless network (being this will be my first) and I just want everything to work without the hassle of buying several different routers before finally being satisfied. So here are the factors that are effecting my decision:
    - I'm going to be living in a apartment. (no concrete walls)
    - I'm going to be using a Comcast standard Motorola Surfboard 5120 Cable Modem. (unless the router comes built with a modem)
    - I'd like to be able to hook up a wired device as well as use wireless devices with the router so having multiple ports is important. (wan/lan compatible)
    - I'd like the router to have as much security as possible without effecting my surfing, gaming, and streaming.
    - I'd really like the router to be somewhat Tech-Friendly so I don't have to go through hours of support services and web digging to get to the bottom of any problems that may come up.
    Ok so with that all said, what are your suggestions?
    MacBook Pro 2.16 Ghz 2 with 2 Gig Ram   Mac OS X (10.4.7)  

    UrbanOne,
    I have no idea what some posters are talking about
    when they mention "networking issues." Really, I
    don't.
    I have never had any trouble with Airport/wireless
    with any of my Macs, regardless of model. This
    includes my current MBP. It hasn't dropped a
    connection once. It hasn't had difficulty connecting
    to my network. To this point, it has been perfect.
    Period.
    Given that I do not have any problems (and never
    have), there's not much more I can say about some of
    the things that have been posted (feel free to read
    between the lines, here). So, I will just go on to
    my recommendations...
    I recently replaced an older router (Belkin) with a
    Linksys WRT54G. I have been very impressed
    with this router. It has top-notch security
    features, and these features are very easy to enable
    and use via the router's web interface. All of the
    router's other features (many) are easily accessible,
    easy to find and control using the well designed
    interface. It doesn't take an IT pro to figure out
    how and what to do with the router.
    I am quite happy with the signal, the range, and the
    robustness of this router. I can go outside my
    house, and still get full-speed transfers/downloads
    all the way down to the point where I no longer get
    any signal indicated by the Airport icon.
    When I walk closer to the house, the signal picks
    right back up, and so does my bandwidth.
    I also have an Airport Express, and I love it, too.
    It is only used either for printing or Airtunes, and
    as such it only joins my existing network. When I
    have used it to create its own network in the past,
    it has worked very well.
    We have a printer upstairs; when we want to print to
    it, the tower upstairs acts as a server. Someone
    will go upstairs and wake the tower up, and it
    immediately becomes available. We have a laser
    printer downstairs. The AE is sometimes in the
    living room, connected to the stereo for Airtunes.
    If this is the case, we need only unplug it, move it
    to the printer, connect it and plug it in. When it
    has booted, we can print to the laser printer. When
    we need to transfer some files, someone will turn on
    sharing, and someone else will connect. Simple.
    What I'm trying to illustrate is that the WRT54G
    simply works, no matter what we are doing, and
    we don't have to jump through hoops to make it work.
    As far as speed, what do you need? Any 802.11G
    router, Airport or otherwise, will provide more
    bandwidth than your internet connection. The only
    advantage an "n" or "pre-n" router will bring is
    faster network transfers. Your internet
    connection will not be affected. Unless you are
    constantly making large network transfers, 802.11G
    will provide everything you need, for a lot less.
    BTW, the WRT54G that I recommend can be had for
    under $50.
    Scott
    This has been the most useful reply I have recieved yet, I will definitely take that model into consideration. I really hope that setting this model up will be as simple as you say it is.

  • Looking for a compatible wireless router

    I have a Macbook and id like to hook it up to a secure wireless router.
    Anyone have any advise on what to get, anything but Linksys please.
    I was looking at the Netgear Rangemax 240 11G 240mps 2.4ghz Router Wep/WPA2 4port 10/100 switch.
    Seem like a decent wireless router for apple?
    Thanks in Advance~

    I have no idea how reliable this information is... (warning)
    I was told that Linksys routers do not work reliably with the MacBook and MBPro. One Apple technician told me he was working on a way to get around the problem.
    The reason I was asking about routers is because the Netgear router I currently use drops the signal now and again. Talk about frustrating! However, since I re-arranged the position of the router, cable modem and VOiP box, the drop outs have stopped.
    By the way, the same people told me that D-Link routers work well with MacBooks.
    To the previous poster on why NOT to consider Apple's Airport... How about the price tag? I would have one in a heartbeat if they were sold at a reasonable price. $200 compared with an average of $40 for any reliable router is enough to swing my pocketbook.

  • Setup Order for DSL + VOIP + Wireless Router combinations.

    I have a DSL Modem, a SPA 3102 VoIP Adapter and a WRT600N wireless router.
    What is the best order to connect them and which box should do what job?
    Modem - VoIP - Router or Modem - Router - VoIP?
    Each one can connect PPPoE, can perform as a router and can act as a DHCP server.  The combinations are great and the implications will impact usage.
    Should the Modem be a bridge or perform the PPoE login? What about being the router and/or DHCP server?
    If the modem is a bridge, should I plug in the VoIP and have it perform the PPPoE login? Act as a Router? Be a DHCP Server?
    Plug in the router first and plug the VoIP into one of the WRT600N ports? Have the WRT600N login PPPoE? Act as a router? Be a DHCP server?
    If I have the Modem-VoIP then router setup, I need only provide battery backup to the modem & VoIP during a power failure to have a phone.
    Any ideas on what is the best setup and how to configure each box?

    I tried that but wasn't able to get access after. I tried modem in bridged mode, SPA3102 connecting PPPoE and NAT enabled.
    This is where it falls apart. If I enable DHCP on the SPA3102 and disable it on the WRT600N I can't connect to the internet.
    If I disable DHCP on the SPA3102 and set a static address for the WRT600N with DHCP enabled I still can't get out.
    Any ideas?

  • Hi, I need help to secure my linksys wireless router, i tried the setup guide but i didnt work..

    hello
    I need help securing my linksys wireless router with speed boosters. In august me and some friends took over this rented house, and with the house we got their old internett system, we use a linksys router, This nett is open for everyone, but we want to secure it for other users. We didnt get the manual and i've tried the guide on your site but it says it cant be changed. The old owners didnt either know what to do. Is there some help i can get with this? Is there some buttom i can push to reset it and then make it possible?

    Connect your computer using wire to router. Open setup page of router by typing http://192.168.1.1 in browser's address bar, and typing password as "admin" and no user name, if admin doesn't work reset router and do above step again. Go to wireless tab, here change wireless network name from linksys to any other name. Save the settings. Go to wireless security sub-tab here change security mode to WPA personal etc, and enter you secret key in passphrase/shared key, Save the settings.This secret key will be security key of your wireless network.

  • Why do we need mention explicitly for Outbound plugs?

    Hello
    When i see a existing custom WD component's my_view's method code (action is APPROVE), i  see the below code
      wd_this->fire_tomain_plg( ).
    I also saw that MAIN view is the outbound plug for my_ view.
    1) Is this code is telling to the system that, it should navighate to MAIN view?
    2) if so, already we put this (TOMAIN) in OUTBOUND tab righ? why again having this piece of code EXPLICITLY in our method?
    3) is we (developers) need to put this manually? or or systme will put it at the bottom of the method automatically?
    4) but i did not see any such code for INBOUND PLUGs? why?
    Thank you

    ABAP_SAP_ABAP wrote:
    Hello
    >
    > When i see a existing custom WD component's my_view's method code (action is APPROVE), i  see the below code
    >
      wd_this->fire_tomain_plg( ).
    >
    > I also saw that MAIN view is the outbound plug for my_ view.
    >
    > 1) Is this code is telling to the system that, it should navighate to MAIN view?
    >  YES.
    > 2) if so, already we put this (TOMAIN) in OUTBOUND tab righ? why again having this piece of code EXPLICITLY in our method?
    >  In the outbound tab, you are specifying list of outbound plugs which can be used. however you need to fire the correct outbound plug via coding.
    > 3) is we (developers) need to put this manually? or or systme will put it at the bottom of the method automatically?
    >  You need to fire outbound plug for navigation. You can use WDA wizard to do that.
    > 4) but i did not see any such code for INBOUND PLUGs? why?
    >   We maintain navigation link b/w outbound and inbound plug at Window. This will automatically fire inbound plug corresponding to outbound plug.
    > Thank you

  • Why do I need to wait for an engineering for an al...

    I'm moving home at very short notice due to a death in the family. I'm an existing BT customer moving to a rented home which 6 weeks ago had a working phone line. I work from home via IP and webex etc so having a working phone line and broad band are incredibly important.
    I've been given a date of the 7th of November for an engineer visit and have been told that a new phone line must be installed, with advice that they may not even need to access my property. This visit is costing me £130 or an extnesion to my contract.
    I don't understand why a new phone line must be installed, there is already a working phone line, I don't understand how a new phone line can be installed with no access to the property either?
    I am basically going to have to go and pay the local hotel for office space until this line is installed, so I am looking for an explanation of why it's going to cost me hundreds of pounds to have a line that was working very recently reactivated. It seems utter nonsense. If BT can cut someone off at the flick of a switch, why can't they turn it back on.
    I'm also concerned by the fact that they are not turning off my old line until the 7th, meaning that someone else could use the line in that time, they haven't even given me the option of plugging a phone in and giving it a go as they won't commence until the 7th, it all seems quite strange to me. Any explanations from BT would be welcome.
    The last time I moved home it took several months to get a working phone line, many threats of charges and eventually admitting it was their fault. I can't afford more time off work to get this sorted, and I'm very angry at having to sign a new contract after being a customer for years just to get an already working phone line reactivated!

    Welcome to this forum.
    This is a customer to customer forum only, where forum members, who are only BT customers, can help each other with BT Retail products and services.
    Anything you post here does not go to BT. Although the forum is moderated by BT, not all posts are read.
    The lines are provided by Openreach, for all service providers, so the existing line may have been used by a different service provider, and would need re-connecting within the exchange, to BT equipment.
    You could try plugging a phone in, and see if there is dialling tone. You can dial 1470 17070 to get the number, and dialling 150 should tell you who the service provider was.
    When you mention that you need this as you work from home, and its critical that it works, and repaired quickly if it goes wrong, then a BT Business line would would be the best option, as it will give you a much faster repair time, should anything go wrong.
    See http://business.bt.com/phone-services/bt-totalcare/
    The fact that you are having to rent office space, would tend to indicate that it is important to you.
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

Maybe you are looking for

  • NWDS errors when trying to create a webservice from a WSDL

    Trying to generate the skeleton classes for a web service bean based on an imported handcrafted WSDL. The WSDL has 2 imported schemas (XSD files). When I imported the WSDL into NWDS it created a schema package for the XSD's files and brings in the XS

  • File adapter OS command line - Calling a command remotely ??

    Hi, We have a scenario where in which receiver file adapter after putting a file on the FTP  , a subsequent XML loader needs to be called which would load data into the client legacy ERP system. There seems to be some idea about doing it through file

  • Error in Sender JDBC communication channel

    Dear All, We have an interface in which we are fetching data from SQL database through sender JDBC communication channel. Last week SQL server was upgraded from 2000 to 2008 and the communication channel has stopped working and is giving the followin

  • IPhoto and AirPlay

    Is there an airplay icon in the iPhoto app for the iPhone 4s and ipad2, I cannot seem to be able to find on.  Is the only way to stream to the apple tv by mirroring the device? Is there a plan to add AirPlay feature to the iPhoto app?

  • Select with Where not in (subSelect)

    Hi, Is there any special about that 'not' in this ORacle sql (10g) that it doesn't return me any rows, unlike SQLServer with same code: select count(*) from t1_ups where  id_ups not in (select b.id_ups from t1_dups b) COUNT(*)               0 vs. sel