You are not logged in.

#1 2016-02-27 14:54:04

piyushbhatt
Member
From: Bangalore
Registered: 2009-04-18
Posts: 65

not able to connect to wifi

I am able to detect wifi network using networkmanager,wifi-menu.but not able to connect.
dmesg says

[ 1193.319862] wlp4s0: authentication with 1c:7e:e5:f3:40:77 timed out 

Before i tried wps_cli .I got

Wpa_cli: could not connect to wpa_supplicant: (null) - re-trying .  

Tried netctl .That also did not help.

ip links give ouput

"3: wlp4s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DORMANT group default qlen 1000
    link/ether 00:22:fb:13:9f:1e brd ff:ff:ff:ff:ff:ff  "

Command dmesg| grep iwlwifi gives

$ dmesg| grep iwlwifi
[    7.552458] iwlwifi 0000:04:00.0: can't disable ASPM; OS doesn't have ASPM control
[    7.747796] iwlwifi 0000:04:00.0: loaded firmware version 8.83.5.1 build 33692 op_mode iwldvm
[    7.920962] iwlwifi 0000:04:00.0: CONFIG_IWLWIFI_DEBUG disabled
[    7.920964] iwlwifi 0000:04:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
[    7.920965] iwlwifi 0000:04:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
[    7.920967] iwlwifi 0000:04:00.0: Detected Intel(R) WiFi Link 5100 AGN, REV=0x54
[    7.921024] iwlwifi 0000:04:00.0: L1 Enabled - LTR Disabled
[    9.457768] iwlwifi 0000:04:00.0 wlp4s0: renamed from wlan0
[   11.969167] iwlwifi 0000:04:00.0: L1 Enabled - LTR Disabled
[   11.973748] iwlwifi 0000:04:00.0: L1 Enabled - LTR Disabled
[   11.973836] iwlwifi 0000:04:00.0: Radio type=0x1-0x2-0x0 

Last edited by piyushbhatt (2016-02-27 19:21:06)

Offline

#2 2016-02-27 16:40:11

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,523
Website

Re: not able to connect to wifi

The wpa_cli error is most likely because you didn't run it as root.  All the other issues are most likely networking error that would turn on based on any search of the forums: multiple networking services running at the same time.

Disable all networking services, then try just one and report any errors.  I'd recommend starting with the simplest: wpa_supplicant and/or dhcpcd.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#3 2016-02-27 17:23:53

piyushbhatt
Member
From: Bangalore
Registered: 2009-04-18
Posts: 65

Re: not able to connect to wifi

I ran wpa_cli as root.

"[root@piyush piyushbhatt]# wpa_cli 
wpa_cli v2.5
Copyright (c) 2004-2015, Jouni Malinen <j@w1.fi> and contributors
This software may be distributed under the terms of the BSD license.
See README for more details.
Interactive mode
Could not connect to wpa_supplicant: (nil) - re-trying"

I will disable all networking service running and try again.

Last edited by piyushbhatt (2016-02-27 19:20:09)

Offline

#4 2016-02-27 17:25:29

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,523
Website

Re: not able to connect to wifi

In that case it's likely that wpa_supplicant isn't running and/or isn't configured to listen on the default control interface.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#5 2016-02-27 17:35:48

piyushbhatt
Member
From: Bangalore
Registered: 2009-04-18
Posts: 65

Re: not able to connect to wifi

i disabled all the network related services now.

[root@piyush piyushbhatt]# systemctl --type=service --no-pager
UNIT                         LOAD   ACTIVE SUB     DESCRIPTION
accounts-daemon.service      loaded active running Accounts Service
colord.service               loaded active running Manage, Install and Generate 
dbus.service                 loaded active running D-Bus System Message Bus
gdm.service                  loaded active running GNOME Display Manager
geoclue.service              loaded active running Location Lookup Service
kmod-static-nodes.service    loaded active exited  Create list of required stati
polkit.service               loaded active running Authorization Manager
rtkit-daemon.service         loaded active running RealtimeKit Scheduling Policy
systemd-backlight@backlight:acpi_video0.service loaded active exited  Load/Save Screen Backlight Br
systemd-backlight@leds:dell::kbd_backlight.service loaded active exited  Load/Save Screen Backlight Br
systemd-journal-flush.service loaded active exited  Flush Journal to Persistent S
systemd-journald.service     loaded active running Journal Service
systemd-logind.service       loaded active running Login Service
systemd-random-seed.service  loaded active exited  Load/Save Random Seed
systemd-remount-fs.service   loaded active exited  Remount Root and Kernel File 
systemd-resolved.service     loaded active running Network Name Resolution
systemd-sysctl.service       loaded active exited  Apply Kernel Variables
systemd-timesyncd.service    loaded active running Network Time Synchronization
systemd-tmpfiles-setup-dev.service loaded active exited  Create Static Device Nodes in
systemd-tmpfiles-setup.service loaded active exited  Create Volatile Files and Dir
systemd-udev-trigger.service loaded active exited  udev Coldplug all Devices
systemd-udevd.service        loaded active running udev Kernel Device Manager
systemd-update-utmp.service  loaded active exited  Update UTMP about System Boot
systemd-user-sessions.service loaded active exited  Permit User Sessions
systemd-vconsole-setup.service loaded active exited  Setup Virtual Console
udisks2.service              loaded active running Disk Manager
upower.service               loaded active running Daemon for power management
user@1000.service            loaded active running User Manager for UID 1000
user@120.service             loaded active running User Manager for UID 120
wpa_supplicant.service       loaded active running WPA supplicant[/i]

[i]LOAD   = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB    = The low-level unit activation state, values depend on unit type.[/i]

[i]30 loaded units listed. Pass --all to see loaded but inactive units, too.
To show all installed unit files use 'systemctl list-unit-files'." 

started Networkmanager service

systemctl start NetworkManager.service

Configure using gnome network manager GUI .


checked dmesg -w

says

[  891.969612] wlp4s0: authenticate with 1c:7e:e5:f3:40:77
[  891.992508] wlp4s0: send auth to 1c:7e:e5:f3:40:77 (try 1/3)
[  892.197018] wlp4s0: send auth to 1c:7e:e5:f3:40:77 (try 2/3)
[  892.230646] wlp4s0: send auth to 1c:7e:e5:f3:40:77 (try 3/3)
[  892.252128] wlp4s0: authentication with 1c:7e:e5:f3:40:77 timed out
[  901.690423] wlp4s0: authenticate with 1c:7e:e5:f3:40:77
[  901.692515] wlp4s0: send auth to 1c:7e:e5:f3:40:77 (try 1/3)
[  901.721339] wlp4s0: send auth to 1c:7e:e5:f3:40:77 (try 2/3)
[  901.755950] wlp4s0: send auth to 1c:7e:e5:f3:40:77 (try 3/3)
[  901.780488] wlp4s0: authentication with 1c:7e:e5:f3:40:77 timed out
[  904.868483] wlp4s0: authenticate with 1c:7e:e5:f3:40:77
[  904.873800] wlp4s0: send auth to 1c:7e:e5:f3:40:77 (try 1/3)
[  904.910244] wlp4s0: send auth to 1c:7e:e5:f3:40:77 (try 2/3)
[  904.938632] wlp4s0: send auth to 1c:7e:e5:f3:40:77 (try 3/3)
[  904.959944] wlp4s0: authentication with 1c:7e:e5:f3:40:77 timed out
[  914.899433] wlp4s0: authenticate with 1c:7e:e5:f3:40:77
[  914.901081] wlp4s0: send auth to 1c:7e:e5:f3:40:77 (try 1/3)
[  914.931116] wlp4s0: send auth to 1c:7e:e5:f3:40:77 (try 2/3)
[  914.969134] wlp4s0: send auth to 1c:7e:e5:f3:40:77 (try 3/3)
[  914.997607] wlp4s0: authentication with 1c:7e:e5:f3:40:77 timed out
[  915.003065] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready

Last edited by piyushbhatt (2016-02-27 19:19:34)

Offline

#6 2016-02-27 17:58:08

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,523
Website

Re: not able to connect to wifi

piyushbhatt wrote:

i disabled all the network related services now.
...
wpa_supplicant.service       loaded active running WPA supplicant

No you didn't.

Please use code tags (not italics) for command output.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#7 2016-02-29 15:11:47

piyushbhatt
Member
From: Bangalore
Registered: 2009-04-18
Posts: 65

Re: not able to connect to wifi

Ok disabled and stop that also.

root@piyush piyushbhatt]# systemctl disable wpa_supplicant.service 
[root@piyush piyushbhatt]# systemctl --type=service --no-pager
UNIT                         LOAD   ACTIVE SUB     DESCRIPTION
accounts-daemon.service      loaded active running Accounts Service
colord.service               loaded active running Manage, Install and Generate 
dbus.service                 loaded active running D-Bus System Message Bus
gdm.service                  loaded active running GNOME Display Manager
geoclue.service              loaded active running Location Lookup Service
kmod-static-nodes.service    loaded active exited  Create list of required stati
polkit.service               loaded active running Authorization Manager
rtkit-daemon.service         loaded active running RealtimeKit Scheduling Policy
systemd-backlight@backlight:acpi_video0.service loaded active exited  Load/Save Screen Backlight Br
systemd-backlight@leds:dell::kbd_backlight.service loaded active exited  Load/Save Screen Backlight Br
systemd-journal-flush.service loaded active exited  Flush Journal to Persistent S
systemd-journald.service     loaded active running Journal Service
systemd-logind.service       loaded active running Login Service
systemd-random-seed.service  loaded active exited  Load/Save Random Seed
systemd-remount-fs.service   loaded active exited  Remount Root and Kernel File 
systemd-resolved.service     loaded active running Network Name Resolution
systemd-sysctl.service       loaded active exited  Apply Kernel Variables
systemd-timesyncd.service    loaded active running Network Time Synchronization
systemd-tmpfiles-setup-dev.service loaded active exited  Create Static Device Nodes in
systemd-tmpfiles-setup.service loaded active exited  Create Volatile Files and Dir
systemd-udev-trigger.service loaded active exited  udev Coldplug all Devices
systemd-udevd.service        loaded active running udev Kernel Device Manager
systemd-update-utmp.service  loaded active exited  Update UTMP about System Boot
systemd-user-sessions.service loaded active exited  Permit User Sessions
systemd-vconsole-setup.service loaded active exited  Setup Virtual Console
udisks2.service              loaded active running Disk Manager
upower.service               loaded active running Daemon for power management
user@1000.service            loaded active running User Manager for UID 1000

LOAD   = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB    = The low-level unit activation state, values depend on unit type.

28 loaded units listed. Pass --all to see loaded but inactive units, too.
To show all installed unit files use 'systemctl list-unit-files'.

Even now

[root@piyush piyushbhatt]# wpa_cli 
wpa_cli v2.5
Copyright (c) 2004-2015, Jouni Malinen <j@w1.fi> and contributors

This software may be distributed under the terms of the BSD license.
See README for more details.



Interactive mode

Could not connect to wpa_supplicant: (nil) - re-trying

Offline

#8 2016-02-29 15:21:52

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,523
Website

Re: not able to connect to wifi

You have to be joking, right?

Trilby wrote:

Disable all networking services, then try just one...

So first you disable everything but wpa_supplicant, then you start and try to use NetworkManager.  Now you disable wpa_supplicant and try to use wpa_cli?!

Trilby wrote:

In that case it's likely that wpa_supplicant isn't running and/or isn't configured to listen on the default control interface.

Pick one tool to use, then disable everything else, and use that one tool according to it's documentation.

You can't use NetoworkManager when wpa_supplicant is enabled.  You can't use wpa_cli when wpa_supplicant isn't running with the control interface specified in the wpa_supplicant.conf.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#9 2016-02-29 16:21:58

piyushbhatt
Member
From: Bangalore
Registered: 2009-04-18
Posts: 65

Re: not able to connect to wifi

disabled networkmanager and wpa_supplicant .
Then enabled network manager .

[root@piyush piyushbhatt]# systemctl start NetworkManager.service 

dmesg shows

[ 1341.020359] wlp4s0: authenticate with 1c:7e:e5:f3:40:77
[ 1341.021584] wlp4s0: send auth to 1c:7e:e5:f3:40:77 (try 1/3)
[ 1341.053898] wlp4s0: send auth to 1c:7e:e5:f3:40:77 (try 2/3)
[ 1341.075307] wlp4s0: send auth to 1c:7e:e5:f3:40:77 (try 3/3)
[ 1341.108853] wlp4s0: authentication with 1c:7e:e5:f3:40:77 timed out
[ 1364.008484] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready

repeatedly .

I i found that wpa_supplicant.service  is loaded when i turn on network manager .

[root@piyush piyushbhatt]# systemctl --type=service --no-pager 
UNIT                         LOAD   ACTIVE SUB     DESCRIPTION
accounts-daemon.service      loaded active running Accounts Service
colord.service               loaded active running Manage, Install and Generate 
dbus.service                 loaded active running D-Bus System Message Bus
gdm.service                  loaded active running GNOME Display Manager
kmod-static-nodes.service    loaded active exited  Create list of required stati
NetworkManager.service       loaded active running Network Manager
polkit.service               loaded active running Authorization Manager
rtkit-daemon.service         loaded active running RealtimeKit Scheduling Policy
systemd-backlight@backlight:acpi_video0.service loaded active exited  Load/Save Screen Backlight Br
systemd-backlight@leds:dell::kbd_backlight.service loaded active exited  Load/Save Screen Backlight Br
systemd-journal-flush.service loaded active exited  Flush Journal to Persistent S
systemd-journald.service     loaded active running Journal Service
systemd-logind.service       loaded active running Login Service
systemd-random-seed.service  loaded active exited  Load/Save Random Seed
systemd-remount-fs.service   loaded active exited  Remount Root and Kernel File 
systemd-resolved.service     loaded active running Network Name Resolution
systemd-sysctl.service       loaded active exited  Apply Kernel Variables
systemd-timesyncd.service    loaded active running Network Time Synchronization
systemd-tmpfiles-setup-dev.service loaded active exited  Create Static Device Nodes in
systemd-tmpfiles-setup.service loaded active exited  Create Volatile Files and Dir
systemd-udev-trigger.service loaded active exited  udev Coldplug all Devices
systemd-udevd.service        loaded active running udev Kernel Device Manager
systemd-update-utmp.service  loaded active exited  Update UTMP about System Boot
systemd-user-sessions.service loaded active exited  Permit User Sessions
systemd-vconsole-setup.service loaded active exited  Setup Virtual Console
udisks2.service              loaded active running Disk Manager
upower.service               loaded active running Daemon for power management
user@1000.service            loaded active running User Manager for UID 1000
wpa_supplicant.service       loaded active running WPA supplicant

LOAD   = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB    = The low-level unit activation state, values depend on unit type.

Last edited by piyushbhatt (2016-02-29 16:22:31)

Offline

#10 2016-02-29 16:24:08

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,774

Re: not able to connect to wifi

Please post the output of systemctl status --no-pager


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#11 2016-02-29 16:30:32

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,523
Website

Re: not able to connect to wifi

My apologies piyushbhatt, it seems I was a bit confused which may have made my responses a bit too critical.  Network Manager may pull in wpa_supplicant.service - it'd be good if a NetworkManager user could confirm this for us.  So there is every likelihood that you did exactly what I asked in the first place and I was misinterpretting the output.  Sorry.

That said, I'm am quite comfortable helping with wpa_supplicant (with or without wpa_cli) and dhcpcd, but I've never really used NetworkManager, so if multiple competing services aren't the issue, I'd not know the best approach to troubleshooting NM.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#12 2016-02-29 20:33:39

Roken
Member
From: South Wales, UK
Registered: 2012-01-16
Posts: 1,253

Re: not able to connect to wifi

Surely the troubleshooting is to test wpa_supplicant as standalone - without any additional network manager. More than capable of working alone, and would rule out other issues. Granted, configuration is a lot more manual, but it's more robust.

https://wiki.archlinux.org/index.php/WPA_supplicant


Ryzen 5900X 12 core/24 thread - RTX 3090 FE 24 Gb, Asus Prime B450 Plus, 32Gb Corsair DDR4, Cooler Master N300 chassis, 5 HD (1 NvME PCI, 4SSD) + 1 x optical.
Linux user #545703

Offline

#13 2016-02-29 21:56:31

jeremy31
Member
Registered: 2015-11-01
Posts: 149

Re: not able to connect to wifi

Is B/G/N enabled on the router or just N?

Offline

#14 2016-03-01 14:40:33

piyushbhatt
Member
From: Bangalore
Registered: 2009-04-18
Posts: 65

Re: not able to connect to wifi

I disabled all  networkManager.
created /etc/wpa_supplicant/example.conf with

ctrl_interface=/run/wpa_supplicant
update_config=1

As told in wpa supplicant wiki.

Start wpa_supplicant   with

wpa_supplicant -B -i interface -c /etc/wpa_supplicant/example.conf 

I was able to run wpa_cli .

[root@piyush wpa_supplicant]# wpa_supplicant -B -i wlp4s0 -c /etc/wpa_supplicant/example.conf 
Successfully initialized wpa_supplicant
[root@piyush wpa_supplicant]# wpa_cli
wpa_cli v2.5
Copyright (c) 2004-2015, Jouni Malinen <j@w1.fi> and contributors

This software may be distributed under the terms of the BSD license.
See README for more details.


Selected interface 'wlp4s0'

Interactive mode

scan
OK
<3>CTRL-EVENT-SCAN-STARTED 
<3>CTRL-EVENT-SCAN-RESULTS 
<3>WPS-AP-AVAILABLE 
<3>CTRL-EVENT-NETWORK-NOT-FOUND 
> scan
OK
<3>CTRL-EVENT-SCAN-STARTED 
<3>CTRL-EVENT-SCAN-RESULTS 
<3>WPS-AP-AVAILABLE 
<3>CTRL-EVENT-NETWORK-NOT-FOUND 
> scan_results
bssid / frequency / signal level / flags / ssid
44:33:22:11:11:11	2432	-21	[WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS]	My_wifi
> add_network
0
> set_network 0 ssid "MY_wifi" 
OK
> set_network 0 psk "password"
OK
> enable_network 0
OK
<3>CTRL-EVENT-SCAN-STARTED 
<3>CTRL-EVENT-SCAN-RESULTS 
<3>WPS-AP-AVAILABLE 
<3>CTRL-EVENT-NETWORK-NOT-FOUND 
<3>CTRL-EVENT-SCAN-STARTED 
<3>CTRL-EVENT-SCAN-RESULTS 
<3>WPS-AP-AVAILABLE 
<3>CTRL-EVENT-NETWORK-NOT-FOUND 
<3>CTRL-EVENT-SCAN-STARTED 
<3>CTRL-EVENT-SCAN-RESULTS 
<3>WPS-AP-AVAILABLE 
<3>CTRL-EVENT-NETWORK-NOT-FOUND 
<3>CTRL-EVENT-SCAN-STARTED 
<3>CTRL-EVENT-SCAN-RESULTS 
<3>WPS-AP-AVAILABLE 
<3>CTRL-EVENT-NETWORK-NOT-FOUND 
<3>CTRL-EVENT-SCAN-STARTED 
<3>CTRL-EVENT-SCAN-RESULTS 
<3>WPS-AP-AVAILABLE 
<3>CTRL-EVENT-NETWORK-NOT-FOUND 
<3>CTRL-EVENT-SCAN-STARTED 
<3>CTRL-EVENT-SCAN-RESULTS 
<3>WPS-AP-AVAILABLE 
<3>CTRL-EVENT-NETWORK-NOT-FOUND 
<3>CTRL-EVENT-SCAN-STARTED 
<3>CTRL-EVENT-SCAN-RESULTS 
<3>WPS-AP-AVAILABLE 
<3>CTRL-EVENT-NETWORK-NOT-FOUND 
<3>CTRL-EVENT-SCAN-STARTED 
<3>CTRL-EVENT-SCAN-RESULTS 
<3>WPS-AP-AVAILABLE 
<3>CTRL-EVENT-NETWORK-NOT-FOUND 
<3>CTRL-EVENT-SCAN-STARTED 
<3>CTRL-EVENT-SCAN-RESULTS 
<3>WPS-AP-AVAILABLE 
<3>CTRL-EVENT-NETWORK-NOT-FOUND 
<3>CTRL-EVENT-SCAN-STARTED 
<3>CTRL-EVENT-SCAN-RESULTS 
<3>WPS-AP-AVAILABLE 
<3>CTRL-EVENT-NETWORK-NOT-FOUND 
<3>CTRL-EVENT-SCAN-STARTED 
<3>CTRL-EVENT-SCAN-RESULTS 
<3>WPS-AP-AVAILABLE 
<3>CTRL-EVENT-NETWORK-NOT-FOUND 
<3>CTRL-EVENT-SCAN-STARTED 
<3>CTRL-EVENT-SCAN-RESULTS 
<3>WPS-AP-AVAILABLE 
<3>CTRL-EVENT-NETWORK-NOT-FOUND 
<3>CTRL-EVENT-SCAN-STARTED 
<3>CTRL-EVENT-SCAN-RESULTS 
<3>WPS-AP-AVAILABLE 
<3>CTRL-EVENT-NETWORK-NOT-FOUND 
<3>CTRL-EVENT-SCAN-STARTED 
<3>CTRL-EVENT-SCAN-RESULTS 
<3>WPS-AP-AVAILABLE 
<3>CTRL-EVENT-NETWORK-NOT-FOUND 
<3>CTRL-EVENT-SCAN-STARTED 
<3>CTRL-EVENT-SCAN-RESULTS 
<3>WPS-AP-AVAILABLE 
<3>CTRL-EVENT-NETWORK-NOT-FOUND 
<3>CTRL-EVENT-SCAN-STARTED 
<3>CTRL-EVENT-SCAN-RESULTS 
<3>WPS-AP-AVAILABLE 
<3>CTRL-EVENT-NETWORK-NOT-FOUND 
<3>CTRL-EVENT-SCAN-STARTED 
<3>CTRL-EVENT-SCAN-RESULTS 
<3>WPS-AP-AVAILABLE 
<3>CTRL-EVENT-NETWORK-NOT-FOUND 
<3>CTRL-EVENT-SCAN-STARTED 
<3>CTRL-EVENT-SCAN-RESULTS 
<3>WPS-AP-AVAILABLE 

Dmesg -w had

42] wlp4s0: send auth to 1c:7e:e5:f3:40:77 (try 2/3)
[  844.308635] wlp4s0: send auth to 1c:7e:e5:f3:40:77 (try 3/3)
[  844.330437] wlp4s0: authentication with 1c:7e:e5:f3:40:77 timed out
[  856.331230] wlp4s0: authenticate with 1c:7e:e5:f3:40:77
[  856.333309] wlp4s0: send auth to 1c:7e:e5:f3:40:77 (try 1/3)
[  856.366002] wlp4s0: send auth to 1c:7e:e5:f3:40:77 (try 2/3)
[  856.396869] wlp4s0: send auth to 1c:7e:e5:f3:40:77 (try 3/3)
[  856.423129] wlp4s0: authentication with 1c:7e:e5:f3:40:77 timed out

same repeated many times

[root@piyush piyushbhatt]# systemctl --type=service --no-pager

UNIT                         LOAD   ACTIVE SUB     DESCRIPTION
accounts-daemon.service      loaded active running Accounts Service
colord.service               loaded active running Manage, Install and Generate 
dbus.service                 loaded active running D-Bus System Message Bus
gdm.service                  loaded active running GNOME Display Manager
kmod-static-nodes.service    loaded active exited  Create list of required stati
polkit.service               loaded active running Authorization Manager
rtkit-daemon.service         loaded active running RealtimeKit Scheduling Policy
systemd-backlight@backlight:acpi_video0.service loaded active exited  Load/Save Screen Backlight Br
systemd-backlight@leds:dell::kbd_backlight.service loaded active exited  Load/Save Screen Backlight Br
systemd-journal-flush.service loaded active exited  Flush Journal to Persistent S
systemd-journald.service     loaded active running Journal Service
systemd-logind.service       loaded active running Login Service
systemd-random-seed.service  loaded active exited  Load/Save Random Seed
systemd-remount-fs.service   loaded active exited  Remount Root and Kernel File 
systemd-resolved.service     loaded active running Network Name Resolution
systemd-sysctl.service       loaded active exited  Apply Kernel Variables
systemd-timesyncd.service    loaded active running Network Time Synchronization
systemd-tmpfiles-setup-dev.service loaded active exited  Create Static Device Nodes in
systemd-tmpfiles-setup.service loaded active exited  Create Volatile Files and Dir
systemd-udev-trigger.service loaded active exited  udev Coldplug all Devices
systemd-udevd.service        loaded active running udev Kernel Device Manager
systemd-update-utmp.service  loaded active exited  Update UTMP about System Boot
systemd-user-sessions.service loaded active exited  Permit User Sessions
systemd-vconsole-setup.service loaded active exited  Setup Virtual Console
udisks2.service              loaded active running Disk Manager
upower.service               loaded active running Daemon for power management
user@1000.service            loaded active running User Manager for UID 1000

LOAD   = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB    = The low-level unit activation state, values depend on unit type.

27 loaded units listed. Pass --all to see loaded but inactive units, too.
To show all installed unit files use 'systemctl list-unit-files'. 

[root@piyush piyushbhatt]# systemctl status --no-pager

● piyush
    State: running
     Jobs: 0 queued
   Failed: 0 units
    Since: Tue 2016-03-01 19:32:51 IST; 28min ago
   CGroup: /
           ├─init.scope
           │ └─1 /sbin/init
           ├─system.slice
           │ ├─dbus.service
           │ │ └─299 /usr/bin/dbus-daemon --system --address=systemd: --nofor...
           │ ├─accounts-daemon.service
           │ │ └─319 /usr/lib/accountsservice/accounts-daemon
           │ ├─colord.service
           │ │ └─616 /usr/lib/colord/colord
           │ ├─systemd-journald.service
           │ │ └─163 /usr/lib/systemd/systemd-journald
           │ ├─udisks2.service
           │ │ └─499 /usr/lib/udisks2/udisksd --no-debug
           │ ├─systemd-resolved.service
           │ │ └─744 /usr/lib/systemd/systemd-resolved
           │ ├─upower.service
           │ │ └─377 /usr/lib/upower/upowerd
           │ ├─systemd-timesyncd.service
           │ │ └─293 /usr/lib/systemd/systemd-timesyncd
           │ ├─systemd-logind.service
           │ │ └─303 /usr/lib/systemd/systemd-logind
           │ ├─systemd-udevd.service
           │ │ └─199 /usr/lib/systemd/systemd-udevd
           │ ├─polkit.service
           │ │ └─327 /usr/lib/polkit-1/polkitd --no-debug
           │ ├─NetworkManager.service
           │ │ └─1198 /usr/bin/dhclient -d -q -sf /usr/lib/networkmanager/nm-...
           │ ├─gdm.service
           │ │ └─308 /usr/bin/gdm
           │ └─rtkit-daemon.service
           │   └─450 /usr/lib/rtkit/rtkit-daemon
           └─user.slice
             └─user-1000.slice
               ├─user@1000.service
               │ ├─gvfs-daemon.service
               │ │ ├─413 /usr/lib/gvfs/gvfsd
               │ │ └─418 /usr/lib/gvfs/gvfsd-fuse /run/user/1000/gvfs -f -o b...
               │ ├─dbus.service
               │ │ ├─ 368 /usr/bin/dbus-daemon --session --address=systemd: -...
               │ │ ├─ 438 /usr/lib/at-spi2-core/at-spi-bus-launcher
               │ │ ├─ 443 /usr/bin/dbus-daemon --config-file=/etc/at-spi2/acc...
               │ │ ├─ 445 /usr/lib/at-spi2-core/at-spi2-registryd --use-gnome...
               │ │ ├─ 459 /usr/lib/gnome-shell/gnome-shell-calendar-server
               │ │ ├─ 464 /usr/lib/evolution-data-server/evolution-source-reg...
               │ │ ├─ 471 /usr/lib/gnome-online-accounts/goa-daemon
               │ │ ├─ 476 /usr/lib/telepathy/mission-control-5
               │ │ ├─ 493 /usr/lib/gnome-online-accounts/goa-identity-service...
               │ │ ├─ 549 /usr/lib/evolution-data-server/evolution-calendar-f...
               │ │ ├─ 568 /usr/lib/evolution-data-server/evolution-calendar-f...
               │ │ ├─ 579 /usr/lib/evolution-data-server/evolution-addressboo...
               │ │ ├─ 581 /usr/lib/evolution-data-server/evolution-calendar-f...
               │ │ ├─ 597 /usr/lib/evolution-data-server/evolution-addressboo...
               │ │ ├─ 628 /usr/bin/zeitgeist-daemon
               │ │ ├─ 633 /usr/lib/tracker/tracker-store
               │ │ ├─ 654 /usr/lib/zeitgeist/zeitgeist-fts
               │ │ ├─1176 /usr/lib/gnome-terminal/gnome-terminal-server
               │ │ ├─1184 bash
               │ │ ├─1187 su
               │ │ ├─1188 bash
               │ │ ├─1535 wpa_supplicant -B -i wlp4s0 -c /etc/wpa_supplicant/...
               │ │ ├─1536 wpa_cli
               │ │ ├─1606 bash
               │ │ ├─1607 dmesg -w
               │ │ ├─1621 bash
               │ │ ├─1622 su
               │ │ ├─1623 bash
               │ │ └─1648 systemctl status --no-pager
               │ ├─pulseaudio.service
               │ │ └─449 /usr/bin/pulseaudio --daemonize=no
               │ ├─gvfs-goa-volume-monitor.service
               │ │ └─507 /usr/lib/gvfs/gvfs-goa-volume-monitor
               │ ├─gvfs-afc-volume-monitor.service
               │ │ └─521 /usr/lib/gvfs/gvfs-afc-volume-monitor
               │ ├─gvfs-metadata.service
               │ │ └─800 /usr/lib/gvfs/gvfsd-metadata
               │ ├─init.scope
               │ │ ├─353 /usr/lib/systemd/systemd --user
               │ │ └─355 (sd-pam)
               │ ├─gvfs-udisks2-volume-monitor.service
               │ │ └─487 /usr/lib/gvfs/gvfs-udisks2-volume-monitor
               │ ├─gvfs-gphoto2-volume-monitor.service
               │ │ └─513 /usr/lib/gvfs/gvfs-gphoto2-volume-monitor
               │ └─gvfs-mtp-volume-monitor.service
               │   └─517 /usr/lib/gvfs/gvfs-mtp-volume-monitor
               └─session-c1.scope
                 ├─ 336 gdm-session-worker [pam/gdm-autologin]
                 ├─ 361 /usr/lib/gdm/gdm-wayland-session gnome-session --sess...
                 ├─ 363 /usr/lib/gnome-session/gnome-session-binary --session...
                 ├─ 373 /usr/bin/gnome-shell --wayland --display-server
                 ├─ 433 /usr/bin/Xwayland :0 -rootless -noreset -listen 4 -li...
                 ├─ 529 /usr/lib/gnome-settings-daemon/gnome-settings-daemon
                 ├─ 530 /usr/bin/gnome-keyring-daemon --start --components=pk...
                 ├─ 613 /usr/lib/tracker/tracker-miner-apps
                 ├─ 618 zeitgeist-datahub
                 ├─ 620 /usr/lib/tracker/tracker-extract
                 ├─ 629 /usr/lib/tracker/tracker-miner-user-guides
                 ├─ 643 /usr/lib/tracker/tracker-miner-fs
                 ├─ 648 /usr/lib/evolution/evolution-alarm-notify
                 ├─ 674 /usr/lib/gnome-settings-daemon/gsd-printer
                 ├─ 814 /usr/lib/chromium/chromium
                 ├─ 822 /usr/lib/chromium/chrome-sandbox /usr/lib/chromium/ch...
                 ├─ 823 /usr/lib/chromium/chromium --type=zygote
                 ├─ 825 /usr/lib/chromium/chrome-sandbox /usr/lib/chromium/na...
                 ├─ 826 /usr/lib/chromium/nacl_helper
                 ├─ 828 /usr/lib/chromium/chromium --type=zygote
                 ├─ 968 /usr/lib/chromium/chromium --type=gpu-process --chann...
                 ├─ 972 /usr/lib/chromium/chromium --type=gpu-broker
                 ├─1109 /usr/lib/chromium/chromium --type=renderer --lang=en-...
                 ├─1115 /usr/lib/chromium/chromium --type=renderer --lang=en-...
                 ├─1118 /usr/lib/chromium/chromium --type=renderer --lang=en-...
                 ├─1145 /usr/lib/chromium/chromium --type=renderer --lang=en-...
                 ├─1407 /usr/lib/chromium/chromium --type=renderer --lang=en-...
                 ├─1438 /usr/lib/chromium/chromium --type=renderer --lang=en-...
                 └─1585 /usr/lib/chromium/chromium --type=renderer --lang=en-...

Last edited by piyushbhatt (2016-03-01 14:45:53)

Offline

#15 2016-03-01 14:48:33

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,523
Website

Re: not able to connect to wifi

44:33:22:11:11:11	2432	-21	[WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS]	My_wifi
...
> set_network 0 ssid "MY_wifi" 

My_wifi != MY_wifi


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#16 2016-03-01 15:04:36

piyushbhatt
Member
From: Bangalore
Registered: 2009-04-18
Posts: 65

Re: not able to connect to wifi

i have done correct only. My_wifi is changed named. i have used correct case in wifi name.

now i tried again i am getting

enable_network 0
OK
<3>CTRL-EVENT-SCAN-STARTED 
<3>CTRL-EVENT-SCAN-RESULTS 
<3>WPS-AP-AVAILABLE 
<3>CTRL-EVENT-NETWORK-NOT-FOUND 
<3>CTRL-EVENT-SCAN-STARTED 
<3>CTRL-EVENT-SCAN-RESULTS 
<3>WPS-AP-AVAILABLE 
<3>SME: Trying to authenticate with 1c:7e:e5:f3:40:77 (SSID='My_wifi' freq=2432 MHz)
<3>CTRL-EVENT-SCAN-STARTED 
<3>CTRL-EVENT-SCAN-RESULTS 
<3>WPS-AP-AVAILABLE 
<3>CTRL-EVENT-NETWORK-NOT-FOUND 
<3>CTRL-EVENT-SCAN-STARTED 
<3>CTRL-EVENT-SCAN-RESULTS 
<3>WPS-AP-AVAILABLE 
<3>SME: Trying to authenticate with 1c:7e:e5:f3:40:77 (SSID='My_wifi' freq=2432 MHz)
<3>CTRL-EVENT-SCAN-STARTED 
<3>CTRL-EVENT-SCAN-RESULTS 
<3>WPS-AP-AVAILABLE 
<3>SME: Trying to authenticate with 1c:7e:e5:f3:40:77 (SSID='My_wifi' freq=2432 MHz)
<3>CTRL-EVENT-SCAN-STARTED 
<3>CTRL-EVENT-SCAN-RESULTS 
<3>WPS-AP-AVAILABLE 
<3>SME: Trying to authenticate with 1c:7e:e5:f3:40:77 (SSID='My_wifi' freq=2432 MHz)
<3>CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="My_wifi" auth_failures=1 duration=10 reason=CONN_FAILED
<3>CTRL-EVENT-SCAN-STARTED 
<3>CTRL-EVENT-SCAN-RESULTS 
<3>WPS-AP-AVAILABLE 
<3>CTRL-EVENT-SSID-REENABLED id=0 ssid="My_wifi"
<3>CTRL-EVENT-NETWORK-NOT-FOUND 
<3>CTRL-EVENT-SCAN-STARTED 
<3>CTRL-EVENT-SCAN-RESULTS 
<3>WPS-AP-AVAILABLE 
<3>SME: Trying to authenticate with 1c:7e:e5:f3:40:77 (SSID='My_wifi' freq=2432 MHz)
<3>CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="My_wifi" auth_failures=2 duration=23 reason=CONN_FAILED
<3>CTRL-EVENT-SCAN-STARTED 
<3>CTRL-EVENT-SCAN-RESULTS 
<3>WPS-AP-AVAILABLE 
<3>CTRL-EVENT-SCAN-STARTED 
<3>CTRL-EVENT-SCAN-RESULTS 
<3>WPS-AP-AVAILABLE 
<3>CTRL-EVENT-SSID-REENABLED id=0 ssid="My_wifi"
<3>SME: Trying to authenticate with 1c:7e:e5:f3:40:77 (SSID='My_wifi' freq=2432 MHz)
<3>CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="My_wifi" auth_failures=3 duration=46 reason=CONN_FAILED
<3>CTRL-EVENT-SCAN-STARTED 
<3>CTRL-EVENT-SCAN-RESULTS 
<3>WPS-AP-AVAILABLE 
<3>CTRL-EVENT-SCAN-STARTED 
<3>CTRL-EVENT-SCAN-RESULTS 
<3>WPS-AP-AVAILABLE 
<3>CTRL-EVENT-SSID-REENABLED id=0 ssid="My_wifi"
<3>SME: Trying to authenticate with 1c:7e:e5:f3:40:77 (SSID='My_wifi' freq=2432 MHz)
<3>CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="My_wifi" auth_failures=4 duration=77 reason=CONN_FAILED
<3>CTRL-EVENT-SCAN-STARTED 
<3>CTRL-EVENT-SCAN-RESULTS 
<3>WPS-AP-AVAILABLE 

Last edited by piyushbhatt (2016-03-01 15:04:57)

Offline

#17 2016-03-01 15:12:16

piyushbhatt
Member
From: Bangalore
Registered: 2009-04-18
Posts: 65

Re: not able to connect to wifi

router have    setting     "Support 802.11n Client Only:"  turned off.

Offline

Board footer

Powered by FluxBB