Results 1 to 8 of 8

Thread: Wifi works perfectly on Windows, but drops on Ubuntu

  1. #1
    Join Date
    Feb 2011
    Beans
    4

    Wifi works perfectly on Windows, but drops on Ubuntu

    I have a dual-boot computer with Windows XP on one partition and Ubuntu 10.10 on the other. In Windows XP I can connect to a hidden wireless network (WPA-PSK AES) perfectly, and I was finally able to install the driver for the adapter on Ubuntu (RNX-N180UBE, hardware id RTL8191SU).


    It works fine when I first boot the computer and log in, but then after a few minutes the network suddenly stops working completely. If I try to reconnect it, the network manager claims to have connected, but in actuality it's still down.


    At some points, I have been able to connect to a public network even while the private network didn't work, but that eventually wouldn't work at all either.

  2. #2
    Join Date
    Feb 2011
    Location
    usa
    Beans
    8
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Wifi works perfectly on Windows, but drops on Ubuntu

    did you try restarting the wifi

  3. #3
    Join Date
    May 2007
    Beans
    302

    Re: Wifi works perfectly on Windows, but drops on Ubuntu

    I had a similar problem with my Dlink usb in the past where Ubuntu would say I was connected but was not.
    For me it turned out that I needed a driver.
    A quick google for RTL8191SU gave me this page:
    http://www.wireless-driver.com/realt...linux-drivers/

    It looks like there is a Linux driver to download.
    download1 looks to be the same zip file as download2, just mirrors.

  4. #4
    Join Date
    Dec 2010
    Location
    Fukuoka, Japan
    Beans
    1,064
    Distro
    Kubuntu 14.04 Trusty Tahr

    Re: Wifi works perfectly on Windows, but drops on Ubuntu

    I had the same problems. I installed a new driver using ndiswrapper to make the connection faster and installed Wicd to replace the default program, Network Manager. If your connection is quick, but drops all the time, my guess is that Network Manager is to blame.

    Code:
    sudo apt-get install wicd
    Then do a reboot. You should see a new icon in the task bar next to the Network Manager icon. You should have better luck connecting now, but you'll probably have to uninstall Network Manager to get it going perfectly.

    Code:
    sudo apt-get purge network-manager
    You may have to run the wicd install command again to get Wicd to work properly.

  5. #5
    Join Date
    Feb 2011
    Beans
    4

    Re: Wifi works perfectly on Windows, but drops on Ubuntu

    Thanks for the quick replies!

    I'll try these out right now, hopefully they'll work!

  6. #6
    Join Date
    Feb 2011
    Beans
    4

    Re: Wifi works perfectly on Windows, but drops on Ubuntu

    I installed the wicd manager, and so far so good. I'll get back to you tomorrow to see if it keeps up. Either way, thanks a lot!

  7. #7
    Join Date
    Dec 2010
    Location
    Fukuoka, Japan
    Beans
    1,064
    Distro
    Kubuntu 14.04 Trusty Tahr

    Re: Wifi works perfectly on Windows, but drops on Ubuntu

    I hope it keeps working for you! Glad to help.

  8. #8
    Join Date
    Feb 2011
    Beans
    4

    Thumbs down Re: Wifi works perfectly on Windows, but drops on Ubuntu

    It's working perfectly! Thank you so much! Now I can enjoy Ubuntu fully, finally.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •