Wifi scans but fails to connect on Thinkpad W520

Running Network Manager on a Lenovo Thinkpad W520 and able to scan but unable to connect to wifi.  Wifi works fine in dualboot on Windows, and ethernet works fine in both.
$ lspci -vv
03:00.0 Network controller: Intel Corporation Centrino Ultimate-N 6300 (rev 35)
Subsystem: Intel Corporation Centrino Ultimate-N 6300 3x3 AGN
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 35
Region 0: Memory at d5300000 (64-bit, non-prefetchable) [size=8K]
Capabilities: <access denied>
Kernel driver in use: iwlwifi
$ sudo systemctl status NetworkManager-wait-online.service
● NetworkManager-wait-online.service - Network Manager Wait Online
Loaded: loaded (/usr/lib/systemd/system/NetworkManager-wait-online.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Sun 2014-12-21 22:58:55 EST; 12min ago
Main PID: 500 (code=exited, status=1/FAILURE)
Dec 21 22:58:55 Defiant systemd[1]: NetworkManager-wait-online.service: main process exited, code=exited, status=1/FAILURE
Dec 21 22:58:55 Defiant systemd[1]: Failed to start Network Manager Wait Online.
Dec 21 22:58:55 Defiant systemd[1]: Unit NetworkManager-wait-online.service entered failed state.
Dec 21 22:58:55 Defiant systemd[1]: NetworkManager-wait-online.service failed.
$ sudo systemctl status NetworkManager-dispatcher.service
● NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service
Loaded: loaded (/usr/lib/systemd/system/NetworkManager-dispatcher.service; enabled; vendor preset: disabled)
Active: inactive (dead)
$ sudo systemctl status NetworkManager.service
● NetworkManager.service - Network Manager
Loaded: loaded (/usr/lib/systemd/system/NetworkManager.service; enabled; vendor preset: disabled)
Active: active (running) since Sun 2014-12-21 22:58:23 EST; 13min ago
Main PID: 341 (NetworkManager)
CGroup: /system.slice/NetworkManager.service
└─341 /usr/bin/NetworkManager --no-daemon
Dec 21 23:10:12 Defiant NetworkManager[341]: <info> Activation (wlp3s0) Stage 4 of 5 (IPv6 Configure Timeout) started...
Dec 21 23:10:12 Defiant NetworkManager[341]: <info> (wlp3s0): device state change: ip-config -> failed (reason 'ip-config-unavailable') [70 120 5]
Dec 21 23:10:12 Defiant NetworkManager[341]: <info> Disabling autoconnect for connection 'Bifröst'.
Dec 21 23:10:12 Defiant NetworkManager[341]: <warn> Activation (wlp3s0) failed for connection 'Bifröst'
Dec 21 23:10:12 Defiant NetworkManager[341]: <info> Activation (wlp3s0) Stage 4 of 5 (IPv6 Configure Timeout) complete.
Dec 21 23:10:12 Defiant NetworkManager[341]: <info> (wlp3s0): device state change: failed -> disconnected (reason 'none') [120 30 0]
Dec 21 23:10:12 Defiant NetworkManager[341]: <info> (wlp3s0): deactivating device (reason 'none') [0]
Dec 21 23:10:12 Defiant NetworkManager[341]: <warn> Connection disconnected (reason -3)
Dec 21 23:10:12 Defiant NetworkManager[341]: <info> (wlp3s0): supplicant interface state: completed -> disconnected
Dec 21 23:10:15 Defiant NetworkManager[341]: <warn> Could not get scan request result: Scan request rejected
Additionally, after stopping NetworkManager and trying wifi-menu, it scans correctly but fails to connect, never even prompting for a passphrase.
So I tried wpa_supplicant on its own:
$ sudo wpa_supplicant -B -i wlp3s0 -c <(wpa_passphrase "Bifr\xc3\xb6st" "mypassword")
Successfully initialized wpa_supplicant
wlp3s0: failed to initialize driver interface
For good measure:
$ rfkill list
0: tpacpi_bluetooth_sw: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
2: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
$ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp0s25: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether f0:de:f1:62:13:b8 brd ff:ff:ff:ff:ff:ff
inet 10.0.0.11/24 brd 10.0.0.255 scope global enp0s25
valid_lft forever preferred_lft forever
3: wlp3s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
link/ether 00:24:d7:c6:ab:48 brd ff:ff:ff:ff:ff:ff
I'm at a loss. and I've googled my little heart out.  Any help would be appreciated.

Welcome to the forums - and thanks for a great initial post, all the needed information seems to be here.
Specifically, the following error from wpa_supplicant will most likely be best to dig into:
wlp3s0: failed to initialize driver interface
I see several results of this error in a google search, but none of them quickly translated into solutions yet.  To get some more information on it, could you run the same wpa_supplicant command, but with the verbose debugging flag "-dd" and post the ouput here?
I don't have a intel wireless card, so I don't know what the diagnostic signs are for the problem addressed in the wiki, but you may want to try the modprobe options shown in this section of the wiki.
EDIT: there is a similar but unresolved thread on these forums here which points to using the -D flag for wpa_supplicant to specify other drivers.  I was thinking this too upon my first reading, but I don't fully understand what these are so I was reluctant to suggest it.  It certainly can't hurt anything to use the command in the wiki to see which drivers are available, then try each one.
EDIT 2: and this thread seems to indicate that the -D flag driver specification is the right solution.  So start here with the -D flag and only if that fails follow up with my initial debugging suggestions.
Last edited by Trilby (2014-12-22 12:52:13)

Similar Messages

  • I have a new HP Officejet 6500A plus.  I cannot get it to connect to            my Airport Extreme V5.6.  It see the wifi signal but Fails on "Filtering" and possibly the channel.  Does anyone know how to reset or reconfigure filtering

    I have a new HP Officejet 6500A plus.  I cannot get it to connect to my Airport Extreme V5.6.  It see the wifi signal but Fails on "Filtering" and possibly the channel.  Does anyone know how to reset or reconfigure filtering and channel on the old airports?

    This is a part of the larger MacBook Pro connectivity issue. There are several related threads dealing with the MBP's networking problems. If your unit is suffering from this type of difficulty, good luck ... (or a long ethernet cable)
    (PS Everybody please make noise on this one so apple comes up with a solution.)
    < Edited by Host >

  • I have a MacBook Pro.  My mac can detect wifi.  But will not connect. I did get connected vis TCP/IP settings but I can't connect to any wifi anywhere.  Network diagnostic has a green light for wi-fi and wi-fi settings.  Red light for the rest.

    I have a MacBook Pro.  My mac can detect wifi.  But will not connect anywhere. I did get connected via TCP/IP settings but I can't connect to any wifi anywhere.  Network diagnostic has a green light for wi-fi and wi-fi settings.  Red light for the rest. (Network settings, ISP, Internet and server.)

    Hello NotAppleSavy,
    Thanks for the question. After reviewing your post, it sounds like the computer wont connect to networks. I see you have used network diagnostic. I would recommend that you read this article, there are a lot of other things you can do in this article that may be able to help you resolve or isolate the issue.
    Wi-Fi: How to troubleshoot Wi-Fi connectivity
    Thanks for using Apple Support Communities.
    Have a nice day,
    Mario

  • My Apple TV recognises my wifi network but will not connect to it, when I enter the password

    Help please - my Apple TV recognises my wifi network but will not connect to it, when I enter the password - it just says 'there was a problem connecting to the network - check your settings and try again (5).' What should I do next?

    people repport that apple products in general I believe have problems with support for the outdated encryption type called wep encryption which is also pretty useless and easy to break
    if you use that try disabling it or changing to wpa encryption
    if you use MAC address filtering in your router then you need to add the appletv's MAC address to the positive list

  • Recently bought a Pro. At home, It connects to my wifi, and internet, just fine. On the road, It will connect to wifi sites, but will NOT connect to internet. Other devices connect okay

    Recently bought a Pro. At home, it connects to wifi and internet just fine. On the road, it connects to wifi sites, but willl NOT connect to the internet, while Other devices, iPad2 and iPhone connect and browse just fine.

    this is Mac Pro forum
    You want the notebook forum: MacBOOK Pro
    https://discussions.apple.com/community/notebooks/macbook_pro

  • My Apple Tv is connecting to the Wifi network but is not connect to the internet.  So when I look for it on my Airplay it doesn't come up.  I have 3 other ones already working on the network and they are all fine.

    My apple TV is finding and connecting to the Wifi network but then says it is not connected to the internet and then I cannot find it on the iPad through airplay.  I don't want it connected to the internet (as in www.) because for the use I have I only need to use the Apple tvs locally in a sports hall as scoreboards.  I have 3 others working on the same router and they are working fine (as of yesterday)
    On my screen I see (obviously not written like this)
    network connect- yes
    signal strength- fine
    Ip address- fine
    DCN- fine
    Activation- Failed
    This is the only negative I can find and the statement that the Apple TV has connected to the wifi but is not connected to the internet.
    Where has it gone wrong for me. Please help

    It is not properly connected to the network.
    Make sure location is set correctly
    DNS should be on auto (settings - general - network)
    Try ethernet
    Signal strength on device won't account for issues, you would need a network report from istumbler, netstumbler or similar. This will show accurate signal strength along with noise and nearby networks

  • I Have 15 inch G4 that can not acquire wireless net work, I can see other wireless but failes to connect

    The air port is on and it is asking to join the network that is available, I type in the passcode and every time it comes back connection failed.
    I havr trird the same set  up on manyn other of my apple devices, ( Ipad, Iphone 4 & 4S, Mac book pro 15" & 13" they all work fine with the same passcode)
    I cant figure out why this power book is failing to connect to the wifi and or ethernet connection. I also tried to connect to a hard wire conection LAN and it still stated that it was not connected to the ethertnet.
    please help

    Since it doesn't connect via wifi or ethernet, something is not setup correctly. Don't know if Safari in OS 10.5 works the same as Safari in OS 10.4, but open Safari. When Safari doesn't connect to the internet, you should get a message that will walk you thru the setup. Do this first when connected via ethernet.
     Cheers, Tom

  • Just got new ipad2 and can't connect to internet...recognizes wifi network but won't connect

    just got a new ipad2...recognizes wifi network at home, but can't connect to internet...help???

    I just had a similar problem.  Both the ipad 1 and ipad 2 in my household quit connecting to the network even though it seemed to recognize it.  if you think it is recognizing your network, just not connecting, check to see if bluetooth is turned on.  i had to turn bluetooth off and then manually enter the DNS number. 
    My solution also came after I re-started my network and reset all the settings on the ipad2.  The DNS number then showed along with IP submet Mask and router.  I used that dns number to enter into ipad1 after turning bluetooth off on it.
    Totally unscientific fix that may have been more coincidental than correct but you might try it.  BTW--no idea how bluetooth even got turned on to begin with.

  • Can connect with AE but fail on connecting with internet

    For some reasons I needed to re-conflict my AE and changed the wireless name. 2 of my Mac computer and my iTouch could connect with no problem. But my PC (XP2) could connect with this AE but failed on internet with error message "limited or not connectivity".
    Had to Restore my PC one day back (using the System Restore), reset my AE to previous name. Now everything is ok ... what's the reason behind ???
    Thank you

    I finally get the answer :-
    The XP only works for WEP 128bit with 13 characters password and not 5 characters

  • HT1688 Cannot connect to WiFi on my iOS7 devices.  It shows connection to the WiFi router but does not connect to anything online. All other non-iOS7 devices are working fine.  Please advise.

    I am unable to connect to WiFi on my iOS7 devices. I have an iPhone 5 and a iPad.  The WiFi symbol shows connection to my wireless router but no internet connection is received.  My other non-iOS7 devices are connecting without any problems.  I have tried resetting network settings on both devices and rebooting my router with no luck.
    Please advise.

    Hello dlove103
    Check out the article below for troubleshooting issue connecting to Wi-FI on your iOS device.
    iOS: Troubleshooting Wi-Fi networks and connections
    http://support.apple.com/kb/TS1398
    Thanks for using Apple Support Communities.
    Regards,
    -Norm G.

  • TS1398 my ipad is connected to my wifi network but won,t connect to the internet, i have tried resetting network settings but it still won't work.

    my i pad is connected to my wifi network bt won't connect to the internet I have tried resetting network connections. it will connect to the internet from my phone hot spot

    Try restarting your WiFi router by removing power to it for 30 seconds.

  • I have just purchased an ipad 2 (already have an inpad1) and after syncing through itunes it will not conncect to my home wifi connection.  The first ipad connected immediately when bought.  this one indicates my wifi address but states not connected.

    I have just purchased an ipad 2 (already have an ipad1) and after syncing through itunes it will not connect to my home wifi.  The first one connected immediately after setup.  This one indicates my wifi accpimt bit states not connected.  Help!

    What make, model and version router do you have?
    Is MAC address filtering turned ON in your router?
    Do you have a limit on the number of connections set in your router?
    What type of security are you using, i,e, WEP, WPA, WPA2?
    Have you tried restarting your router? (remove power for 30 seconds and restart)
    Does your iPad 2 work on any other networks? Starbucks, Borders, etc

  • Can see the wifi network but can't connect to the internet

    Hi all!
    I've begun using a new ISP a few days ago, and while my desktop pc works just fine (ethernet), I seemed not to be able to connect to internet with my mac (either ethernet or wifi) even if I could see the wireless network. I thought it was an issue with the ISP and not with my mac, until last night when I tested it at a friend's house and bling..I couldn't connect there either!
    All seetings seem fine both for ethernet and airport. Today I've verified and repaired disk and permissions. I've also created a location specifically for this network (while I've always used automatic before) since the ISP suggested to do so.
    I've been able to use the internet, both wifi and ethernet, until literally two days ago on all sorts of different wifi networks.
    Any ideas folks?
    Thanks,
    D

    Hi! It's been a while but here's the latest update on the case.
    (And yeah,I've been struggling until today to find a solution...Danny's personal advice: don't move to Italy if you don't wanna get lost in a Customer Service nightmare...)
    Anyhow, it turned out to be as simple as this:
    1) Create a location dedicated to the home network.
    2) Insert PPPoE user name and password given by ISP.
    3) Connect.
    4) Browse wirelessly.
    ...I feel a little dumb overlooking this option....but, I still have some doubts reg the procedure.
    Why did I have to create a dedicated location?
    Why do I have to use PPPoE rather than DHCP?
    Thanks mate,
    D

  • Ipad is connected to my wifi hotspot but will not connect

    hello
    so i have recenly moved to a new appartment, and the complex provides the internet thru a adsl cable, i buy the weekly subscription for the internet, i guess a bit like at the airport where u buy it for an hour ec.
    i have tried several times to create a wifi network using my macookpro and then i tried using my timemachine as a basestation (the time machine worked but as only one device can conec to this internet service i guess i need to bridge mt time machine but i cant work out how to...
    my ipad is picking up my network but when i launch safari i get the error message saying
    ""cannot open page because it is not connected to internet""
    i would realy appreaciate any suggestions you can give me!
    thanks in advance!
    adam

    Try restarting your WiFi router by removing power to it for 30 seconds.

  • Wifi bars, but no Internet connection.

    After two weeks of using the new Ipod Touch 4g, the wifi suddenly stopped connecting to the internet. All other computers and my xbox has working internet except my Ipod Touch. It says that the Ipod is connected to my network and shows bars, but when I try to access Youtube, Safari, or any other application that requires an internet connection, it says that there is no connection to the internet. Both Wifi and Bluetooth addresses appear in the About section under General in Settings also.
    I've tried the first three suggestions in
    http://support.apple.com/kb/TS1559
    , which includes reseting Networks, data, and the whole Ipod itself.
    Any suggestions on what should I do?

    Try this article:
    http://support.apple.com/kb/TS1398

Maybe you are looking for

  • HT4910 back up in iCloud

    how can i back up my hard drive to iCloud, I want to use icloud fortime machine, is there a way?

  • Execute a Job  in  a specific time

    Hi Friends, I want to create a job that is gonna start in a specific time. But when the job is executed It does not receive the parameters that I'm sending with the sentence SUBMIT. The code is:    BEGIN JOB         CALL FUNCTION 'JOB_OPEN'          

  • Trying to empty my trash and i get error code -8003 and it will not empty. Solutions??

    I am trying to empty my trash ans i keep getting the error code -8003 on a popup window with the option to stop or continue. Even when selecting continue in does no continue. Is there a way around this or another way to erase the trash.

  • How to identify Path is a  Arc,Line, Rectangle, etc

    I am using DLE API for Images extraction, GIS images contains Layer basis, It extract Raster image sucessfully, and other images show as a Path. May i get some info regarding to identify Path has Arc,Rectangle,Line,curve...

  • DVD SP 4 and Compressor

    Using Compressor 4 to encode a project built in FCPX with chapter markers to separate.264 video and ac3 audio files for DVD SP 4 authoring is just not working out.  Neither is bringing over the chapter marker metadata. This is what the DVD SP 4 manua