WEP works fine but WPA doesn't

I'm using the WRT54G2 router and the WUSB54GC adapter, when I use WEP security the signal strength and connection is good, but when I try to use WPA, the connection keeps dropping and when it does connect, the signal strength is usually low to very low.
I would like to know if there's anyway to maintain connection using WPA.

So you wind up with a mix of wired and wireless connections working? Only wired? Only wireless? If you lose wireless only you might want to try to config the router by hand and eliminate wideband - use standard only and set it to the highest setting possible e.g. channel 11 2.462Ghz. If it's not a problem with ONLY wireless then forget all that. I was dropping wireless connections all the time until I got rid of 'auto' wideband 'auto' etc and switched to 'standard' with a fixed config on channel 11. It appears to be an radio interference problem.

Similar Messages

  • TS3899 My yahoo account suddenly stopped working. My pop account works and my yahoo account on other machines work. It was working fine but now doesn't. Any help? Mike

    My yahoo mail account suddenly stopped working. My pop account works fine and yahoo works on other devices. Any help?

    It's a Yahoo problem.

  • I just upgraded my operating sytem to 10.6.8, to accomadate my sons new ipod which worked fine , but on plugging in my iphone 4 , itunes doesn't rcognise my phone , just says no camera found, help please.

    I just upgraded my operating sytem to 10.6.8, to accomadate my sons new ipod which worked fine , but on plugging in my iphone 4 , itunes doesn't rcognise my phone , just says no camera found, help please.

    Try Here  >  http://support.apple.com/kb/ts1591

  • I recently installed a new Airport WIFI on my I-Book G-4.  Works fine, but the WIFI doesn't automatically come on after the PC sleeps.  How to fix??

    My new WIFI works fine, but doesn't automatically give me a WIFI connection when I "power up" or even after the PC sleeps.  I probably skipped a step in the installation process, but don't know which one.  I gone back thru the installation process a couple of times, but still no luck.  I've had a WIFI previously on this IBook G4 and it worked automatically.  This is easy to get going after "sleep," but after powering back up it more difficult, since the name is no longer in the WIFI airport list.  HELP??

    Have you tried System Preferences/Network Pane. Click on Airport and then click the options bar next to the show status in the menu bar. At the top of the next window is a a question "if no recent networks are found". Click and select the automatic choice. It may work.

  • OSX M Lion works fine but doesn't want to restart...

    Hi,
    I have a recent iMac and install on it OSX Moutain Lion. It works fine but it unexpectedly logout.
    And if I want to do a restart it stop loading after the Apple come on the screen.
    I reinstall many times form Apple server the OSX Lion Moutain and it still does the same problem.
    To be more precise, I can see the problem coming when I try to use my Xerox workcenter.
    At one moment I cannot print anymore, the files are there but said failed.
    I try to restart the imac and it doesn't work like describe before.
    After I reinstall OSX 10.8.3 it work very well... until the problem happen again under few hours.
    Can you help me?
    Thank you
    Alain
    Argon18

    Have you tried any routine maintenance or troubleshooting? For example, a safe boot, a test user account, repairing your hard drive, repairing permissions?
    Here's a reference: Mac OS X: How to troubleshoot a software issue

  • I have just recently installed ios6 to my iPad 3 an iPhone 4 my iPhone works fine but my iPad is not working at all I can not get a response from it, it seemed to download an then install but did not reset and turn on and will not turn on HELP!! Withdrawa

    I have just recently installed ios6 to my iPad 3 an iPhone 4 my iPhone works fine but my iPad is not working at all I can not get a response from it, it seemed to download an then install but did not reset and turn on and will not turn on HELP!! Withdrawal or what!! Lol

    Hi there,
    Firstly, try a hard reset. Hold the sleep/wake and home buttons together until the Apple logo appears.
    If this doesn't work, try restoring your device. Put it in recovery mode if iTunes doesn't recognise it, and restore it from there. I have linked to instructions below.
    Recovery Mode and Restore - Apple
    Let me know if this helps,
    Nathan

  • HT1338 my 5th generation ipod won't sync anymore to my PowerMac G4.  It worked fine, but when I installed a new hard drive it won't work anymore.

    my 5th generation ipod won't sync anymore to my PowerMac G4.  It worked fine, but when I installed a new hard drive it won't work anymore.  I've re-installed iTunes, the latest version for Tiger, I've reset and restored my iPod.  The ipod shows up fine in the source banner and I can transfer files to it, however when I unplug the iPod the files are not there.

    Maybe try to repair the iPod's HD using Disk Utility located in the Applications -> Utilities folder.  If that doesn't help, try a low level reformat of the drive using the same application.  Make sure you choose Mac OS X Extended (Journaled) as the file system format.
    B-rock

  • ColdFusion 4.5 & Oracle 8.1.6 - Both work fine but not together!

    Hi everyone,
    We installed Oracle 8.1.6 and ColdFusion 4.5 on RedHat 6.2. Both individually work fine, but we cannot get the combination to work.
    SqlPlus gets a connection to a remote server, so the tnslistener configuration works. We tried both the ODBC and native drivers, but the connections never verify O.K.
    The only thing we worry about is that the script that CF provides for relinking of the libclntsh.so stops with an error:
    (...)/8.1.6/lib naldflgds not found
    ld: cannot find -lsql
    We already tried the suggestion of Borren Jeng (run gennaflg from $ORACLE_HOME/bin). Regretfully this gennaflg also doesn't exist, so this didn't work for us...
    We really got stuck here, so any suggestions are greatly appreciated!
    - Richard.

    The naldflgds is only exist in V8.0.5.
    Here is what yo can try:
    you only need to do the folling things.
    1. copy $ORACLE_HOME/lib/libclntsh.so to CFUSN/lib
    2. you need to chmod for your $ORACLE_HOME directory to allow the Coldfusion owner execute the file under $ORACLE_HOME. I don't remeber what the exaclty number need for chmod on $ORACLE_HOME, but you can try
    "chmod -R 8.1.6" (if you $ORACLE_HOME=/home/oracle/app/product/8.1.6 you should cd to =/home/oracle/app/product)This should work. but this cause another seurity issue.
    The only thing we worry about is that the script that CF provides for relinking of the libclntsh.so stops with an error:
    (...)/8.1.6/lib naldflgds not found
    ld: cannot find -lsql
    We already tried the suggestion of Borren Jeng (run gennaflg from $ORACLE_HOME/bin). Regretfully this gennaflg also doesn't exist, so this didn't work for us...
    We really got stuck here, so any suggestions are greatly appreciated!
    - Richard.
    Originally posted by Richard ([email protected]):
    Hi everyone,
    We installed Oracle 8.1.6 and ColdFusion 4.5 on RedHat 6.2. Both individually work fine, but we cannot get the combination to work.
    SqlPlus gets a connection to a remote server, so the tnslistener configuration works. We tried both the ODBC and native drivers, but the connections never verify O.K.
    null

  • AppleTV (2nd gen) working fine but LED is off

    My Apple TV (2nd gen) is working fine but today the white LED is off.
    I tried to disconnect from the electricity but it doesn't helped. I also made a restored to factory settings but it is still off.
    Yesteday I used at night to watch a movie and the LED was on, I woke up and went to work, when I tried to work today I noticed the LED was off.
    As I said everything works fine but the LED.
    Any ideia?

    I have the same issue my aple tv works fine but the led is off. I also tried to restore and update without success....
    Any idea or real problem ?
    Cheers

  • Urgent : everything works fine, but cannot find a .jpg file

    This is my first attemp at creating a jar file and running the running the program
    i created a jar file ran it, everything works fine but when i click the about menuitem, it throws a java nullpointer exception,
    it says it cannot find the .jpg file that is used for the about box,
    the code works fine if i run as a normal program i.e
    java <somepackage>/<classname>
    javax.swing.ImageIcon aboutimage;//in the constructor
    try{
    aboutimage = new javax.swing.ImageIcon(getClass().getResource("resources/image/"+"About.jpg")); //-- exception at this line
                   }catch(Exception e){
                        e.printStackTrace();               
                   }

    i post a bit more details in case sm1 might want to refer,
    Thanks in advance ..it's a bit long sorry for the inconv.
    I created a jar file this way,
    - first created the Manifest.txt file and added the the main class,
    follwed steps from the tutorial at sun:
    http://java.sun.com/docs/books/tutorial/deployment/jar/appman.html
    then this at command prompt
    jar cfm Aid.jar Manifest.txt IDTT/
    Now when i run the jar file every thing runs fine except for the About.jpg,
    that file doesn't show up when i click the about button in the application
    Everything works fine when i directly run the file from command prompt as java IDTT/Aid
    Error recieved:
    Exception in thread "AWT-EventQueue-0"
    java.lang.NullPointerException
    at javax.swing.ImageIcon.<init>(Unknown Source)
    at IDTT.Aid$AboutPanel.<init>(Aid.java:336)
    at IDTT.Aid.menuItem_AboutActionPerformed
    (Aid.java:304)
    this is line 336 in Aid.java:
    javax.swing.ImageIcon aboutimage = new javax.swing.ImageIcon(getClass().getResource("resources/"+"About.jpg"));
    Aid.java has package as
    package IDTT,
    the files in folder graph
    have package as
    package IDTT.graph
    "resources" is a normal folder that has a image file called About.jpg
    and another folder called "html" that contains many html files.
    there's no error for html files
    This is the package/folder tree structure
    IDTT
    |
    |- Aid.java (has main)
    |
    |- graph (a package that Aid.java uses)
    |
    |_ resources
        |
        |- image
        |      |--- About.jpg
        |
        |- html

  • Please can anyone help with the continuing password rejection problem with email.Ipad and other systems work fine but despite reloading my password on imac it bounces back.Apple store has been visited and I have tried everything they suggest.

    Please can anyone help with the continuing password rejection problem with email on my imac.My Ipad and other systems work fine but despite reloading my password on imac it bounces back.Apple store has been visited and I have tried everything they suggest.

    I use free Yahoo mail webMail access because folders I created in webmail access doesn't get set up in Apple Mail. While I was searching for post about password and keychain issues, I stumbled on several threads that complain about Mail folder issues, so I'm holding off on Apple Mail.
    On the password and keychain issue that your post is all about.  I've been using login keychain to save and automatical fill my login screens for a year or so successfully, with Safari and Chrome. Automatic form fill also works for Facebook login. Unfortunately, about 4 to 6 months ago, automatic password form fill stopped working with Yahoo webmail, while still worked for GMail (Safari and Chrome). I tried deleting the password entry for my two Yahoo email accounts to start fresh, but neither Safari not Chrome will even ask me if I want to save the password. I was so frustrated that I eventually installed the keypassX 0.43 (password manager) that is quite primitive sompare to OS X's keychain (when it works). Probably no surprise to you yet.
    The surprise, to me at least, is that, for whatever reason, password auto form-fill from keychain started working again for Yahoo webmail login on Safari about 5-7 days ago. Still doesn't work on Chrome!
    Two tips I can share, at least with webmail access:
    1. Password is save only for one of my yahoo mail accounts. When I login in with my other yahoo account, I get no prompt to save the password, and form fill doesn't work when I try to log in a second time with my other Yahoo mail account.
    2. On inspection of my login keychain, I see a webform password item saved for my Yahoo account that works with keychain. The name of the password is: login.yahoo.com(MyAccountName1#). When I open the password item and look in the Access Control tab, I see Safari and Chome are listed as allowed to access this password item..
         I also an "Internet password" item with a name of just login.yahoo.com. When I open the the password item, it looks just like the password item created for MyAccountName#1, but the MyAccountName#2 is listed in the Account field. Inside the Access Control tab, no apps are listed in access permission. I added Safari and Chrome to the lists of allowed app, saved the password item.
    Now when I bring up the Yahoo login page(by bookmark) on Safari, form fill fills in MyAccountname#1 for name and the proper password and I can login in. When I change the name to MyAccountName#2, the correct password is retrieved and I can log in! Alas, it still doesn't work on Chrome.
    BTW, I changed the password item type from "Internet password" to "Web Form password" and saw no difference! I also edited the name to be "login.yahoo.com (MyAccountName#2)" to look like the web form password item that works, but it has no effect either.
    From my experimentation, here's my observation:
    1. A Web Form password item is created for the first account name(MyAccountName#1) for login.yahoo.com and typed as Web Form password. When I log in using MyAccountName#2, an Internet Password is created, but no applications are listed as allowed to access the password item, even when the password item was created after just logged in and logged out to yahoo with the account name and password for MyAccountName#2.
    2. Manually adding Safari as an app that is allowed to use the password item works. Doesn't work with Chrome!
    The version of Safari I'm using is Version 5.1.7 (6534.57.2). My installed version of Chrome is Version 21.0.1180.79 beta.

  • Firefox is working fine, but there is a blue band at the top of the screen that says, "Downloading the latest applications", and there is a swirly, circle thing that would indicate downloading, but it won't stop or go away. I just updated to the latest v

    My Firefox is working fine, but there is a blue band at the top of the screen that says, "Downloading the latest applications," and it has a swirly, circle thing that indicates something is downloading, but it never stops or goes away. I updated to the latest version of Firefox, but the blue band is still there.
    == This happened ==
    Every time Firefox opened
    == Just the other day. no matter how long the computer runs, it doesn't stop.

    This problem can be caused by the MSN® Toolbar (Tools > Add-ons > Plugins)
    See [[Troubleshooting plugins]]
    See [[Troubleshooting extensions and themes]]

  • Mail appears to work fine but no email is downloaded.

    Something very weird is going on with my Mail. I installed Leopard about two days ago and everything was working fine, but then suddenly I noticed I stopped receiving e-mails.
    So I checked in my webmail and there were loads of new e-mails, but these are not coming through to Mail.
    It's not related to any account settings I believed because I got 5 different accounts on Mail (from different providers hence different settings) and none of them are receiving e-mails.
    The weird thing is that I am not getting any errors, everything seems to be working ok.
    Any clues will be appreciated.
    Thanks.
    Diego

    I'm having the same problem. If you open the Activity Viewer (the window, not the pane at the bottom of the sidebar which never seems to show anything helpful), there is generally a message about ‘Copying…’ a certain message (one of the most recently-received messages).
    I try to quit Mail and although the window closes, the application doesn't quit (still the light on the Dock). So then I have to force-quit the application (by option–right-clicking on the icon on the Dock) before it will deign to receive any more mail.

  • HI my network connections is working fine but it doesnt allow me to update software or access apple store. Any suggestions?

    HI my network connections is working fine but it doesnt allow me to update software or access apple store. Any suggestions?

    Then it simply was NOT Brand New. Doesn't matter what the box looked like when you got it or if you went through the setup pages when you first turned it on. If it is registered to some other Apple ID then someone else had originally registered it and locked it to there ID.
    Type in the serial number of the system into this page.
    https://selfsolve.apple.com/agreementWarrantyDynamic.do
    And see when it was originally registered.
    Then send it back to Amazon as Used.
    LordRavenWolfe wrote:
    So I bought a brand new macbook from Amazon, and it came factory sealed (Not my first time buying a macbook, last one I bought was from Apple directly) but after I got this, I put in my apple I.D. and it told me there were updates available. I told it to go ahead and update, and it updated about half of the list, but the essential stuff (pages, notes, etc) it says "This software was installed using another Apple I.D. Please logon with that I.D. to install the software."  I'm a bit baffled by this as it is a brand new mac and so I don't know why anyone else's I.D. would be logged into this mac.  I'm not really worried about it though, as I don't really need to update my pages, etc, as I like what I have, but I'd love for this stupid "updates availble" popup to stop popping up every freaking day!!!
    Anyone have any suggestions on finding out how to either gain access to update, or get rid of that "other" i.d. that is somehow associated with my brand new macbook?
    I'm running OSX 10.9 if that is of any consequence.

  • I created a slide show in imovie for my daughters 21st with voice overs from friends and family which was all working fine but now the voice recordings are not playing at all.  Obviously some setting has changed but I can't find which one.

    I created a slide show in imovie for my daughters 21st with voice overs from friends and family which was all working fine but now the voice recordings are not playing at all.  Obviously some setting has changed but I can't find which one.

    I created a slide show in imovie for my daughters 21st with voice overs from friends and family which was all working fine but now the voice recordings are not playing at all.  Obviously some setting has changed but I can't find which one.

Maybe you are looking for

  • How to set up Open Gl Application in C   using Xcode

    i am trying to work for University Project in Xcode. Xcode always rocks my work but sometimes i probably unaware of its features i get problems like today i am having a problem in creating an application in C++ in which i have to use graphics. i dont

  • Outlook integration-addon error

    Hi, Following is the error message encountered when we try to start the outlook integration. After configuration  of outlook, when tried to start the add-on exe, following error message was displayed. " CLR error:8007000b. The program will now termin

  • I can't uninstall Photoshop Elements 7.0.

    I get Error 1310: error writing to file C:/Config.Msi\13081fc3.rbf  Verify that you have access to that directory I'm trying to uninstall so that I can reinstall the program after my computer had a virus and is being fixed.  I have Vista.

  • Aperture won't export images despite preset modification

    I've just downloaded Aperture as an App to enable me to export my photos to a photo library. They have very specific criteria ... 300ppi/image size at least 1750 x1750/level 12 Jpeg or TIFF/1MB-100MB file size etc. I have entered this criteria in Ape

  • PSE key length size

    Hi, I am in the process to order some CA approved certificates. i have realized that the server standard PSE is 1024 and this will generate a 1024 length request, which is not accepted by CA who only process 2048 request. I have replaced the server s