Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: RT8192CE cannot authenticate WPA/WPA2 Enterprise

  1. #1
    Join Date
    Feb 2012
    Beans
    5

    RT8192CE cannot authenticate WPA/WPA2 Enterprise

    Ubuntu 13.04

    I'm not able to connect to my campus internet which uses WPA/WPA2 Enterprise security with PEAP and MSCHAPv2. I'm able to connect with the same user ID and password in Windows, so incorrect ID/pass is not an issue.

    When I try to connect, network manager log shows that authentication times-out after 3 tries. I was able to connect to the same network previously using Linux Mint and KaliOS without an issue.

    Any help is greatly appreciated.

  2. #2
    Join Date
    Mar 2010
    Location
    India
    Beans
    8,116

    Re: RT8192CE cannot authenticate WPA/WPA2 Enterprise

    Please follow the "Wireless Script" link in my signature, follow the instructions there and post back the diagnostics report here. Of course run the script when you are in campus and trying to connect.
    Varun
    Help others by marking threads as [SOLVED], if they are. (See how)
    Wireless Script | Use Code Tags

  3. #3
    Join Date
    Feb 2012
    Beans
    5

    Re: RT8192CE cannot authenticate WPA/WPA2 Enterprise

    Quote Originally Posted by varunendra View Post
    Please follow the "Wireless Script" link in my signature, follow the instructions there and post back the diagnostics report here. Of course run the script when you are in campus and trying to connect.
    I've run the script. Here is the the output - http://paste.ubuntu.com/5605319/

  4. #4
    Join Date
    Mar 2010
    Location
    India
    Beans
    8,116

    Re: RT8192CE cannot authenticate WPA/WPA2 Enterprise

    Please try -
    Code:
    sudo modprobe -rfv rtl8192ce
    sudo modprobe -v rtl8192ce swenc=Y
    This will be a temporary change and will be lost on reboot. We can make it permanent if it helps. However, if it doesn't, please try one of these :
    • Using 'iwlist scan' command, identify the access point with strongest signal. Then in Network Manager, try binding its mac address with the ssid (fill the access point's mac address in the "BSSID" field > save > exit > retry to connect). Or,
    • Try installing and using wicd instead of Network Manager.



    I'm suspecting an infamous bug in Network Manager which causes it to keep roaming across one access point to another where multiple ones are present with the same name (ssid). Refer to the 'dmesg' output part of your diagnostics report to understand this.
    Varun
    Help others by marking threads as [SOLVED], if they are. (See how)
    Wireless Script | Use Code Tags

  5. #5
    Join Date
    Apr 2013
    Beans
    1

    Re: RT8192CE cannot authenticate WPA/WPA2 Enterprise

    Hi guys,

    According to this page https://bugs.launchpad.net/ubuntu/+s...r/+bug/1104476 (it solved the problem for me):

    . Find your file /etc/NetworkManager/system-connections/[SSID_OF_YOUR_NETWORK]
    . With root permissions, open it and find the line "system-ca-certs=true". Just replace the "true" by "false".
    . Save the file. Try to reconnect. And have fun

  6. #6
    Join Date
    Sep 2011
    Beans
    1

    Re: RT8192CE cannot authenticate WPA/WPA2 Enterprise

    Quote Originally Posted by Mirdan View Post
    Hi guys,

    According to this page https://bugs.launchpad.net/ubuntu/+s...r/+bug/1104476 (it solved the problem for me):

    . Find your file /etc/NetworkManager/system-connections/[SSID_OF_YOUR_NETWORK]
    . With root permissions, open it and find the line "system-ca-certs=true". Just replace the "true" by "false".
    . Save the file. Try to reconnect. And have fun

    Perfect, this works for me!!

  7. #7
    Join Date
    Apr 2013
    Beans
    4

    Re: RT8192CE cannot authenticate WPA/WPA2 Enterprise

    Quote Originally Posted by varunendra View Post
    Please try -
    Code:
    sudo modprobe -rfv rtl8192ce
    sudo modprobe -v rtl8192ce swenc=Y
    This will be a temporary change and will be lost on reboot. We can make it permanent if it helps. However, if it doesn't, please try one of these :
    • Using 'iwlist scan' command, identify the access point with strongest signal. Then in Network Manager, try binding its mac address with the ssid (fill the access point's mac address in the "BSSID" field > save > exit > retry to connect). Or,
    • Try installing and using wicd instead of Network Manager.



    I'm suspecting an infamous bug in Network Manager which causes it to keep roaming across one access point to another where multiple ones are present with the same name (ssid). Refer to the 'dmesg' output part of your diagnostics report to understand this.
    Thanks! That worked great! Been searching to fix this for a few days.

  8. #8
    Join Date
    Mar 2010
    Location
    India
    Beans
    8,116

    Re: RT8192CE cannot authenticate WPA/WPA2 Enterprise

    Quote Originally Posted by yeez View Post
    Thanks! That worked great! Been searching to fix this for a few days.
    Thanks for taking time to provide feedback!
    It would be more useful to us if you can point out specifically which of the solutions worked for you, as the post contains three.

    And if you are using 13.04 and the problem returns, you may wish to try Mirdan's solution. In any case, we very much appreciate the feedback.
    Varun
    Help others by marking threads as [SOLVED], if they are. (See how)
    Wireless Script | Use Code Tags

  9. #9
    Join Date
    Jul 2009
    Location
    Adelaide, Australia
    Beans
    95
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: RT8192CE cannot authenticate WPA/WPA2 Enterprise

    Quote Originally Posted by varunendra View Post
    Thanks for taking time to provide feedback!
    It would be more useful to us if you can point out specifically which of the solutions worked for you, as the post contains three.

    And if you are using 13.04 and the problem returns, you may wish to try Mirdan's solution. In any case, we very much appreciate the feedback.
    Hi varunendra. I'm having the same problem on my Lenovo X121e. Is there any way you could help me?
    Still hoping a distribution will one day be called "Stylish Skunk"...

  10. #10
    Join Date
    Mar 2010
    Location
    India
    Beans
    8,116

    Re: RT8192CE cannot authenticate WPA/WPA2 Enterprise

    Quote Originally Posted by Pepe Lebuntu View Post
    Hi varunendra. I'm having the same problem on my Lenovo X121e. Is there any way you could help me?
    Hi!
    Sorry I couldn't reply soon, was stuck in some personal matters. Hope it is not too late to respond (would be super cool if you already found a fix though )

    If still on it, please show us which card you have and if there is a driver loaded for it -
    Code:
    lspci -nnk | grep -iA2 net
    ..along with a detailed description of the exact problem you are having (wireless problems are very often subjective, although symptoms may look same, the reasons and fixes may differ).

    Thank you!
    Varun
    Help others by marking threads as [SOLVED], if they are. (See how)
    Wireless Script | Use Code Tags

Page 1 of 2 12 LastLast

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
  •