You are not logged in.

#1 2016-12-08 20:17:01

AVFritze
Member
Registered: 2016-04-20
Posts: 23

WLan but no connection

Hello,

After a system reinstallation I do not get connected to my wifi network. During the installation I was connected to the WLan via wifi-menu.
In the past I had some problems already but could solve them by downgrading the network manager as well as the nm-applet https://bbs.archlinux.org/viewtopic.php?id=212511.

So Im pretty sure Im using the right driver - ipw2200. Because it was working before.

lspci -k
...
06:05.0 Network controller: Intel Corporation PRO/Wireless 2200BG [Calexico2] Network Connection (rev 05)
	Subsystem: Intel Corporation Device 2702
	Kernel driver in use: ipw2200
	Kernel modules: ipw2200
...

I installed the network-manager in the old version 1.2.4 as well as the nm-applet. I do see (sometimes) my wifi network but I can not connect to it. It is also not possible to add a new Network with WPA2 authentification.

Then I went one step back and tried wpa_supplicant via wpa_gui using this article:  https://wiki.archlinux.org/index.php/WPA_supplicant
This was the result (in debugging mode)

wpa_supplicant -d -B -i wlp6s5 -c /etc/wpa_supplicant/example.conf

wpa_supplicant v2.6
Successfully initialized wpa_supplicant
Initializing interface 'wlp6s5' conf '/etc/wpa_supplicant/example.conf' driver 'default' ctrl_interface 'N/A' bridge 'N/A'
Configuration file '/etc/wpa_supplicant/example.conf' -> '/etc/wpa_supplicant/example.conf'
Reading configuration file '/etc/wpa_supplicant/example.conf'
ctrl_interface='/run/wpa_supplicant'
update_config=1
nl80211: Supported cipher 00-0f-ac:1
nl80211: Supported cipher 00-0f-ac:5
nl80211: Supported cipher 00-0f-ac:2
nl80211: Supported cipher 00-0f-ac:4
nl80211: Driver does not support authentication/association or connect commands
nl80211: deinit ifname=wlp6s5 disabled_11b_rates=0
nl80211: Remove monitor interface: refcount=0
netlink: Operstate: ifindex=5 linkmode=0 (kernel-control), operstate=6 (IF_OPER_UP)
nl80211: Set mode ifindex 5 iftype 2 (STATION)
nl80211: Failed to set interface 5 to mode 2: -1 (Operation not permitted)
wlp6s5: Failed to initialize driver interface
Failed to add interface wlp6s5
wlp6s5: Cancelling scan request
wlp6s5: Cancelling authentication timeout
Off-channel: Clear pending Action frame TX (pending_action_tx=(nil)

I do not have any more ideas, Do you?

Offline

#2 2016-12-22 20:41:48

florinaalex
Member
Registered: 2016-12-22
Posts: 1

Re: WLan but no connection

Hi there,


1. After fiddling around:
wpa_supplicant -h
...
  -o = override driver parameter for new interfaces
...
2. Then go to /usr/lib/systemd/system:
[Service]
Type=dbus
BusName=fi.w1.wpa_supplicant1
ExecStart=/usr/bin/wpa_supplicant -u -owext
if you don't have this argument add "-owext", as default is nl80211 however we need 'wext':
https://wireless.wiki.kernel.org/en/use … supplicant

3. Having the service, restarted it might bring you closer to solve the problem with the error:
nl80211: Driver does not support authentication/association or connect commands

4. I'm using connman, it might work with NetworkManager as well.

Offline

Board footer

Powered by FluxBB