[WORKAROUND] Cannot connect to any WiFi network after resume

Hi, I'm having one weird problem that makes my laptop not as mobile as I'd like it to be..
Literally, I have to boot it up again after each move.
Here's the issue: if I suspend to ram, and then resume in a place with different WiFi network, it can't connect to Internet again.
I'm using NetworkManager via corresponding plasmoid in KDE (although, nmcli does not work either).
When I click a network name, I get the following:
"Configuring interface" .... -> Cannot connect to {NetworkName}
(the labels might be a bit different, as I get all notifications in my local language)
Have anyone experienced this before?
Or, AT LEAST, how can I get a bit more verbose output from NetworkManager? Is there a log file?
Here's the hardware:
05:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)
Here's what I've tried already (and it didn't help):
# systemctl restart NetworkManager
# modprobe -r ath9k
# ncmcli nm sleep false
WORKAROUND FOUND: When I get "Configuring interface" .... -> Cannot connect to {NetworkName} (it happens not only after resumes, btw), I type the following in the console:
sudo dhcpcd -k
So much time passed, so many updates -- still have to do this manually... %)
Last edited by mityukov (2013-12-03 10:19:12)

hadrons123 wrote:Try these methods
https://bbs.archlinux.org/viewtopic.php?pid=1241694
Here's what I've tried:
# stop NetworkManager first, just in case if it would not start anything before time
sudo systemctl stop NetworkManager
# kill wpa_supplicant (one of suggestions in the topic)
sudo killall wpa_supplicant
# re-load kernel module with nohwcrypt=1 (another suggestion in the topic):
sudo modprobe -r ath9k
sudo modprobe ath9k nohwcrypt=1
# start NetworkManager again
sudo systemctl start NetworkManager
Then tried to connect the network again: the issue is till the same. Here's the latest dmesg:
$ sudo dmesg -c
[ 3079.006749] ath9k: ath9k: Driver unloaded
[ 3111.623220] cfg80211: Calling CRDA to update world regulatory domain
[ 3111.694588] ath: phy0: ASPM enabled: 0x43
[ 3111.694594] ath: EEPROM regdomain: 0x65
[ 3111.694596] ath: EEPROM indicates we should expect a direct regpair map
[ 3111.694599] ath: Country alpha2 being used: 00
[ 3111.694600] ath: Regpair used: 0x65
[ 3111.697195] ieee80211 phy0: Selected rate control algorithm 'ath9k_rate_control'
[ 3111.697465] ieee80211 phy0: Atheros AR9285 Rev:2 mem=0xffffc900140a0000, irq=16
[ 3111.717234] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 3136.958046] r8169 0000:03:00.0 eth0: link down
[ 3136.958159] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 3138.903691] wlan0: authenticate with 00:24:8c:65:bb:d5
[ 3138.911517] wlan0: capabilities/regulatory prevented using AP HT/VHT configuration, downgraded
[ 3138.911567] wlan0: send auth to 00:24:8c:65:bb:d5 (try 1/3)
[ 3138.917180] wlan0: authenticated
[ 3138.917697] ath9k 0000:05:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
[ 3138.917711] ath9k 0000:05:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
[ 3138.917718] ath9k 0000:05:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
[ 3138.918897] wlan0: associate with 00:24:8c:65:bb:d5 (try 1/3)
[ 3138.932402] wlan0: RX AssocResp from 00:24:8c:65:bb:d5 (capab=0x411 status=0 aid=3)
[ 3138.932553] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 3138.932790] wlan0: associated
[ 3139.406632] wlan0: deauthenticating from 00:24:8c:65:bb:d5 by local choice (reason=3)
[ 3139.415815] cfg80211: Calling CRDA to update world regulatory domain
[ 3143.712977] wlan0: authenticate with 00:24:8c:65:bb:d5
[ 3143.720532] wlan0: capabilities/regulatory prevented using AP HT/VHT configuration, downgraded
[ 3143.720582] wlan0: send auth to 00:24:8c:65:bb:d5 (try 1/3)
[ 3143.731367] wlan0: authenticated
[ 3143.731865] ath9k 0000:05:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
[ 3143.731882] ath9k 0000:05:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
[ 3143.731888] ath9k 0000:05:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
[ 3143.735093] wlan0: associate with 00:24:8c:65:bb:d5 (try 1/3)
[ 3143.748277] wlan0: RX AssocResp from 00:24:8c:65:bb:d5 (capab=0x411 status=0 aid=3)
[ 3143.748533] wlan0: associated
[ 3144.140732] wlan0: deauthenticating from 00:24:8c:65:bb:d5 by local choice (reason=3)
[ 3144.148708] cfg80211: Calling CRDA to update world regulatory domain
[ 3148.642615] wlan0: authenticate with 00:24:8c:65:bb:d5
[ 3148.650085] wlan0: capabilities/regulatory prevented using AP HT/VHT configuration, downgraded
[ 3148.650132] wlan0: send auth to 00:24:8c:65:bb:d5 (try 1/3)
[ 3148.665772] wlan0: authenticated
[ 3148.666264] ath9k 0000:05:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
[ 3148.666278] ath9k 0000:05:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
[ 3148.666284] ath9k 0000:05:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
[ 3148.667980] wlan0: associate with 00:24:8c:65:bb:d5 (try 1/3)
[ 3148.681955] wlan0: RX AssocResp from 00:24:8c:65:bb:d5 (capab=0x411 status=0 aid=3)
[ 3148.682212] wlan0: associated
[ 3149.016733] wlan0: deauthenticating from 00:24:8c:65:bb:d5 by local choice (reason=3)
[ 3149.031462] cfg80211: Calling CRDA to update world regulatory domain
[ 3153.648602] wlan0: authenticate with 00:24:8c:65:bb:d5
[ 3153.656323] wlan0: capabilities/regulatory prevented using AP HT/VHT configuration, downgraded
[ 3153.656374] wlan0: send auth to 00:24:8c:65:bb:d5 (try 1/3)
[ 3153.659859] wlan0: authenticated
[ 3153.660389] ath9k 0000:05:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
[ 3153.660403] ath9k 0000:05:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
[ 3153.660410] ath9k 0000:05:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
[ 3153.663889] wlan0: associate with 00:24:8c:65:bb:d5 (try 1/3)
[ 3153.672276] wlan0: RX AssocResp from 00:24:8c:65:bb:d5 (capab=0x411 status=0 aid=3)
[ 3153.672536] wlan0: associated
[ 3153.967817] wlan0: deauthenticating from 00:24:8c:65:bb:d5 by local choice (reason=3)
[ 3153.980619] cfg80211: Calling CRDA to update world regulatory domain

Similar Messages

  • Why my MacBook Pro cannot connect to any wifi networks while there was no problem to doing that in the past p?

    I used to connect wifi now I cannot. Why? Need to obtain new IP address and how ?

    Hi Ole, and a warm welcome to the forums!
    It could be a HW problem, but does it get many black bars in the Airport icon?
    See if this helps hers...
    Go to System Preferences
    Click Network
    Highlight AirPort and click Configure...
    Choose “By default, join: Preferred networks”
    Select her access point(s) and Remove all her access point with the minus button.
    Launch her keychain access in Utilities and delete her access point keychain entry.
    Reboot
    Go back to the “By default, join:” page and click the plus this time to add your access point. Enter the correct password, save, reboot.

  • I just downloaded ios 6.1 on my iphone and now i cannot connect to any wifi networks on my mac

    Can someone help here?

    Updating iOS on your phone would not have any effect on your Mac.
    What exactly is the problem?

  • I suddenly cannot connect to any wifi with my ipad 1. In settings my wifi is turned on. My home connection shows up under Choose a network and has a strong signal.

    I suddenly cannot connect to any wifi with my ipad 1. in settings my wifi is turned on. My home connection shows up under Choose a network and has a strong signal. I have reset the Wifi under General. But when I type in my password it still says, "Unable to join the network."

    1. Turn router off for 30 seconds and on again
    2. Settings>General>Reset>Reset Network Settings

  • TS3304 My ipad2 wifi 16GB will not now connect to ANY wifi network.

    My router, BTHOMEHUB2 is working fine, as my iPhone4 and my wife's iPad2 connect ok.
    My iPad2 has suddenly stopped being able to connect to ANY wifi network, both at home and local pub.
    Have done a Restore. Message is 'Unable to connect to network'. In the pub, no message, but kept asking for password.
    Any suggestions appreciated please.

    Some things to try first:
    1. Turn Off your iPad. Then turn Off (disconnect power cord for 30 seconds or longer) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    2. Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    3. Change the channel on your wireless router (Auto or Channel 6 is best). Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    4. Go into your router security settings and change from WEP to WPA with AES.
    5.  Renew IP Address: (especially if you are droping internet connection)
        •    Launch Settings app
        •    Tap on Wi-Fi
        •    Tap on the blue arrow of the Wi-Fi network that you connect to from the list
        •    In the window that opens, tap on the Renew Lease button
    6. Potential Quick Fixes When Your iPad Won’t Connect to Your Wifi Network
    http://ipadinsight.com/ipad-tips-tricks/potential-quick-fixes-when-your-ipad-won t-connect-to-your-wifi-network/
    ~~~~~~~~~~~~~~~~~~~~~~~~~
    Wi-Fi Fix for iOS 6
    https://discussions.apple.com/thread/4823738?tstart=240
    iOS 6 Wifi Problems/Fixes
    How To: Workaround iPad Wi-Fi Issues
    http://www.theipadfan.com/workaround-ipad-wifi-issues/
    Another Fix For iOS 6 WiFi Problems
    http://tabletcrunch.com/2012/10/27/fix-ios-6-wifi-problems-ssid/
    Wifi Doesn't Connect After Waking From Sleep - Sometimes increasing screen brightness prevents the failure to reconnect after waking from sleep. According to Apple, “If brightness is at lowest level, increase it by moving the slider to the right and set auto brightness to off.”
    Fix For iOS 6 WiFi Problems?
    http://tabletcrunch.com/2012/09/27/fix-ios-6-wifi-problems/
    Did iOS 6 Screw Your Wi-Fi? Here’s How to Fix It
    http://gizmodo.com/5944761/does-ios-6-have-a-wi+fi-bug
    How To Fix Wi-Fi Connectivity Issue After Upgrading To iOS 6
    http://www.iphonehacks.com/2012/09/fix-wi-fi-connectivity-issue-after-upgrading- to-ios-6.html
    iOS 6 iPad 3 wi-fi "connection fix" for netgear router
    http://www.youtube.com/watch?v=XsWS4ha-dn0
    Apple's iOS 6 Wi-Fi problems
    http://www.zdnet.com/apples-ios-6-wi-fi-problems-linger-on-7000004799/
    ~~~~~~~~~~~~~~~~~~~~~~~
    How to Boost Your Wi-Fi Signal
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Boost-Your-Wi-Fi-Signal.h tm
    Troubleshooting a Weak Wi-Fi Signal
    http://ipad.about.com/od/iPad_Troubleshooting/a/Troubleshooting-A-Weak-Wi-Fi-Sig nal.htm
    How to Fix a Poor Wi-Fi Signal on Your iPad
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Fix-A-Poor-Wi-Fi-Signal-O n-Your-iPad.htm
    iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    WiFi Connecting/Troubleshooting http://www.apple.com/support/ipad/wifi/
    How to Fix: My iPad Won't Connect to WiFi
    http://ipad.about.com/od/iPad_Troubleshooting/ss/How-To-Fix-My-Ipad-Wont-Connect -To-Wi-Fi.htm
    iOS: Connecting to the Internet http://support.apple.com/kb/HT1695
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Connect iPad to Wi-Fi (with troubleshooting info)
    http://thehowto.wikidot.com/wifi-connect-ipad
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Fix Slow WiFi Issue https://discussions.apple.com/thread/2398063?start=60&tstart=0
    How To Fix iPhone, iPad, iPod Touch Wi-Fi Connectivity Issue http://tinyurl.com/7nvxbmz
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    Wi-Fi or Bluetooth settings grayed out or dim
    http://support.apple.com/kb/TS1559
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
    Not normal. Take it to an Apple Store for evaluation.
    Make a Genius Bar Reservation
    http://www.apple.com/retail/geniusbar/
     Cheers, Tom

  • TS1398 I have an Iphone 5 and it will not connect to any WIFI networks - I have tried following the steps above (including reseting network settings) but it just says 'incorrect password' every time. How can I resolve this?

    I have an Iphone 5 and it will not connect to any WIFI networks - I have tried following the steps above (including reseting network settings) but it just says 'incorrect password' every time. How can I resolve this?

    you have definitely tried the correct steps, all you would need to do now is a back up & restore to factory settings. If after that the issue remains then you would most likely need a replacement unit.

  • HT1695 Can't Find any wifi Networks after updragding to 6.0.1

    My iPhone 4 can't find any wifi networks after upgrading to iOS 6.0.1 and i can't downgrade what should i do ?
    I swtiched off  the connection from mobile and restared the router and nothing changed!
    Note: My laptop found about 7 Networks my iphone finds nothing

    I have the exact same problem.
    It popped up on my 8gb iPhone (2.0.1) first time when i just purchased it. The Wheel spins as if it's searching for hotspots (and there are a lot of hotspots where i live). My MacbookPro finds them without any problems.
    Second time i experienced these problems, it was after i didn't have a chance to charge the phone, and i figured it was a "Low battery, disable wifi" thing. But even though i charged it fully, it still can't scan networks.
    I managed to discharge the battery, until the 10% warning popped up. I connected the charger, and sure enough, it was able to scan networks. Then when i tried to join a network, it stopped working again, and since then i've been unable to scan wifi. Now 3 resets, and a lot of fiddling later, i'm no further than i was before.
    The fact that it was able to scan momentarily points me in the direction of the software, but i'm not so sure anymore.
    Hope someone can shed some light on this.

  • I cannot connect to any wifi.

    I cannot connect to ANY WIFI.  It asks for a password for my network and I do not use a password. However, I tried every password I have ever used to no avail.   It does not find any other network either, but my laptop finds 4 others locally in my community.  It worked before without problems. 

    Okay, I went through everything you suggested, checked all of my settings. Everything seems to be correct. I tried a WiFi connection again today, and I got the Airport Mode message, but instead of hitting "retry" (and then just giving up), I hit "done" and it worked just fine. So...I'll just ignore that message about Airport Mode and hit done each time.
    Thank you for your assistance on this.

  • I am working in Qatar and bought my ipodtouch for this reason. I cannot connect to any wifi connections. Is it my pod or is something else wrong?

    I cannot connect to any wifi here in Qatar. Have i done something to my ipod or is it the area?

    - What happens when you try to connect to a network?  Messages such as incorrect password?  Can not connect?
    - Have you tried:
    -- Resetting your iPod:
    Press and hold the On/Off Sleep/Wake button and the Home
    button at the same time for at least ten seconds, until the Apple logo appears.
    -- Resetting network setting on the iPod: Settings>General>Reset>Reset Network Settings
    -- The troubleshooting here:
    iPhone and iPod touch: Troubleshooting Wi-Fi networks and connections
    -- Restoring your iPod, first from backup and if problem persist restore to factory defaults/new iPod.
    - Can you see the networks?  If not try:
    Unable to use Wi-Fi or Bluetooth with iPhone or iPod touch because there's no address listed for the device

  • Can't Connect to any WiFi network

    I just got my iPhone yesterday and I'm already having a serious problem,I can't connect to any WiFi networks.
    I can see the networks around me and I can select networks that I've setup and I know are open or I know the security passwords, I can even enter the network passwords for the ones that require them and it accepts them without complaint. When I select a network I get a little check mark next to that network which I assumes means it should be connected to that network. However, the iPhone never actually connects to them, i.e. no IP address, no router no nothing in the network settings screen for each network, and always appears to the using the Edge wireless network when accessing the internet.
    I've tried DHCP and static IP but neither works.
    I updated the phones software to 1.1.4, has anybody reported problems like this with this or any version of the software.
    Any help would be much appriciated.
    If I can't get this resolved today I'm returning to the AT&T store tonight for a new one.
    Thanks
    Matt S.

    theevilone,
    I have personally used an iPhone with routers from D-Link, Netgear, Linksys, Apple and Belkin.
    Some routers, regardless of manufacturer need to have their firmware updated. Generally speaking if you look at the release notes, the same updates that resolve issues with DHCP for game systems and PDAs, also resolves them for the iPhone.
    In addition hardware or MAC address filtering can cause issues where you connect to the network and not get DHCP.
    Hope this helps,
    Nathan C.

  • HT4262 I have two networks one each in two cities.  Both are named the same but require different passwords. I am at my second location but cannot connect to his wifi network. How do I delet one network so I can connect to my second network?

    I have two networks one each in two cities.  Both are named the same but require different passwords. I am at my second location and cannot connect to this wifi network. How do I delet one network so I can connect to my second network?

    Just go to the wireless network preferences and empty out all the stored wireless networks.. then scan and connect to the local wireless.
    Select them and tap the - button below it.
    Once they are emptied out.. it might be good to reboot the computer with the remember networks unchecked.
    Start with a clean slate.

  • TS4209 Macbook Air with OS X 10.8.2 not automatically connecting to known wifi network after sleep

    Macbook Air with OS X 10.8.2 not automatically connecting to known wifi network after sleep

    If you are using WEP as a security on your router that is why it won't connect. WEP is so old school and very insecure that Apple has made it so there WiFi cards won't connect to WEP. It might as well be wide open. You can try that. Take all security, WEP/WPA/WPA2, off your router and see if it connects.
    If it does then use either WPA or better WPA2.

  • HT1695 i have two O2 Iphone 4 's and one refuses to connect to any wifi network, and gives me dialog saying, unable to join network "name" dismiss. I took it to O2 shop and it will join 02WIFI. They haven't seen this before and couldn't help. can you?

    i have two O2 Iphone 4 's and one refuses to connect to any wifi network, and gives me dialog saying, unable to join network "name" dismiss. I took it to O2 shop and it will join 02WIFI. They haven't seen this before and couldn't help. can you?

    Have you tried standard troubleshooting
    ie reboot   >> press hold and sleep until Apple logo appears ignoring
    red off slider
    and look at this
    http://www.apple.com/uk/support/iphone/wifi/

  • TS1398 Update iPhone 4s to 6.1.3 (10B329) now I can't connect to any wifi networks at home or at work and all car Bluetooth systems will not connect either. Help! Extremely annoyed at apple for putting out software that causes such mayhem.

    My iPhone 4s has been update as I said in subject bar.. Now can't connect to any of my cars Bluetooth systems. Also even more frustratingly can't connect to any wifi networks at home or work!!
    How can apple put out such an update that causes so much grief and inconvenience to hundreds of people. Not to mention risking lives with Bluetooth kits not working...outraged!!!!!!

    First, grow up.  Just because YOUR phone isn't working, doesn't mean Apple put out bad software.  I've not had any difficulty, nor has anyone else I know.  And just how is Apple risking lives with Bluetooth kits not working?  It's YOUR decision to talk on the phone or text and drive.  Not Apple's.
    We're users here, volunteering our time to help others.  Posts like yours, which are whiny and ranting, simply means we're likely to ignore you and not provide you with any help.  Not to mention, it makes you look absolutely foolish.
    Further making you look foolish is the fact that you haven't even asked a technical support question, nor have you provided anyone here with any troubleshooting steps you might have taken, including those recommended in the user guide.
    Good luck getting help.
    GDG

  • I just bought a iPhone 4s from someone on-line, everything is working correctly however i cannot connect to any wifi, it says that it is unavailable, i know that it could be the wifi chip damaged but the phone is in almost perfect condition. Help please?

    I just bought a iPhone 4s from someone on-line, everything is working correctly however i cannot connect to any wifi, it says that it is unavailable, i know that it could be the wifi chip damaged but the phone is in almost perfect condition. Help please?

    Help with what?  If the WiFi radio is broken, there's nothing any of us on this forum can do help you.  Either go to Apple and pay for an out of warranty replacement, or find a 3rd party repair shop and get the phone repaired.

Maybe you are looking for

  • Solution found- messages sent but not received

    For those that have had the problem of sending texts on your iPhone, but they are not being received at particular numbers, a friend of mine had success with the following procedure: 1.  delete all contacts 2.  initiate a message to a problem receipi

  • Reliable SCSI card for G4 tower (Quicksilver or other G4 tower) with OS 9 ?

    Good morning. I am trying to setup a G4 Quicksilver (or another slower G4 tower) under OS 9 to be able to use a very nice Epson wide format scanner (no OS X drivers available). It has only a SCSI Centronics 50 pin connector. 1. Is there a reliable an

  • WhErE CaN I DOWNLOAD 3.6???

    I Give!! White flag! Surrender! I can't take the chaos of 4.0 - The URL never changes when I switch tabs, when I try to open links in new windows - NOTHING - Firebug won't work, and sometimes disappears altogether. The SADDEST?!?!? I have to look in

  • FM9: Possible to make "fit window to page" the default?

    I'm using FM9, structured, on Windows 7.  (My company recently upgraded from FM7.0.)  In FM 7.0, my documents seemed to remember the last zoom I had set, and if I saved them having set "Fit Window to Page", the next time I opened the document that se

  • Firefox hangs when it is opened and is unusable unless a new window is opened

    Since installing Firefox 4 I have noticed this recurring problem, I open Firefox then 10 seconds later the program hangs allowing no interaction with the tabs in the window nor allowing access to anything beyond the first 'Firefox' drop down menu. I