Moderator: Moderators
[main]
plugins=keyfile[connection]
id=Auto WIFI-A
uuid=
type=802-11-wireless
[802-11-wireless]
ssid=WIFI-A
mode=infrastructure
mac-address=
security=802-11-wireless-security
[802-11-wireless-security]
key-mgmt=none
auth-alg=open
wep-key0=wifi-a-passw
wep-key-type=1
[ipv4]
method=auto
[ipv6]
method=auto[connection]
id=Auto WIFI-B
uuid=
type=802-11-wireless
[802-11-wireless]
ssid=WIFI-B
mode=infrastructure
mac-address=
security=802-11-wireless-security
[802-11-wireless-security]
key-mgmt=wpa-psk
psk=wifi-b-password
[ipv4]
method=auto
[ipv6]
method=autosudo gedit /etc/NetworkManager/nm-system-settings.conf
[main]
plugins=ifnet,keyfile
[ifnet]
managed=false
auto_refresh=false
kashiura wrote:But this worked for most connections: until today there was one on my workplace that did not connected, not even manually, no matter how much I tried. (...) It seemed, as I investigated, there was a "conflict" (or something alike) between the keyfile and "/etc/wpa_supplicant/wpa_supplicant.conf". The only -- yet unsophisticated -- solution I could imagine was turning off the wpa_supplicant service, what I've done using the "Services" application available on Programs/Others.




Thema89 wrote:Well done kashiura !! It seems that you've found "the guilty", thank you
Thema89 wrote:Well done kashiura !! It seems that you've found "the guilty", thank you
Oct 24 01:11:31 localhost NetworkManager[7336]: <info> (wlan0): device state change: activated -> unavailable (reason 'none') [100 20 0]
Oct 24 01:11:31 localhost NetworkManager[7336]: <info> (wlan0): deactivating device (reason 'none') [0]
Oct 24 01:11:31 localhost dhcpcd[7729]: wlan0: removing interface
Oct 24 01:11:31 localhost avahi-daemon[7487]: Withdrawing address record for 192.168.1.103 on wlan0.
Oct 24 01:11:31 localhost avahi-daemon[7487]: Leaving mDNS multicast group on interface wlan0.IPv4 with address 192.168.1.103.
Oct 24 01:11:31 localhost avahi-daemon[7487]: Interface wlan0.IPv4 no longer relevant for mDNS.
Oct 24 01:11:31 localhost NetworkManager[7336]: <info> (wlan0): canceled DHCP transaction, DHCP client pid 7729
Oct 24 01:11:31 localhost kernel: [ 993.155905] wlan0: deauthenticating from 00:1d:0f:ee:f4:ac by local choice (reason=3)
Oct 24 01:11:31 localhost NetworkManager[7336]: <info> (wlan0): removing resolv.conf from /sbin/resolvconf
Oct 24 01:11:31 localhost NetworkManager[7336]: <info> (wlan0): taking down device.
Oct 24 01:11:31 localhost avahi-daemon[7487]: Interface wlan0.IPv6 no longer relevant for mDNS.
Oct 24 01:11:31 localhost avahi-daemon[7487]: Leaving mDNS multicast group on interface wlan0.IPv6 with address fe80::224:2bff:feef:befd.
Oct 24 01:11:31 localhost avahi-daemon[7487]: Withdrawing address record for fe80::224:2bff:feef:befd on wlan0.
Oct 24 01:11:31 localhost NetworkManager[7336]: <warn> (pid 7729) unhandled DHCP event for interface wlan0
calvin ~ # ifconfig wlan0 up
SIOCSIFFLAGS: Operation not possible due to RF-kill
Thema89 wrote:
Here's a very simple walktrough if someone is interested in kashiura's method:
Press ALT+F2, write the following command and press enter:
- Code: Select all
sudo gedit /etc/NetworkManager/nm-system-settings.conf
edit the "managed" flag: set it to FALSE as following:
- Code: Select all
[main]
plugins=ifnet,keyfile
[ifnet]
managed=false
auto_refresh=false
You're done!
Return to Networking and Wireless
Users browsing this forum: No registered users and 3 guests