[SOLVED] No wifi after upgrade to Mag5

[SOLVED] No wifi after upgrade to Mag5

Postby aa-kk » Dec 7th, '15, 18:04

I tried this twice:

drakconnect --del => select all your wireless connections to remove them
rm -f /etc/sysconfig/network-scripts/wireless.d/*
systemctl stop wpa_supplicant.service
mv /etc/wpa_supplicant.conf /etc/wpa_supplicant.backup
rpm -e --nodeps wpa_supplicant
urpmi wpa_supplicant

Still no wifi. I need to have it solved otherwise I would not dare upgrading my main install.
The upgrade worked on a clean MAG4-install on a different system.
I have a AMD system, with Atheros.
It can see the SSID.
Have updated today the Mag5-install (on my main PC), no change.

any ideas?

Not working at that install atm.
Last edited by aa-kk on Dec 7th, '15, 22:04, edited 1 time in total.
aa-kk
 
Posts: 56
Joined: Sep 14th, '11, 23:21

Re: No wifi after upgrade to Mag5

Postby doktor5000 » Dec 7th, '15, 18:21

Sorry but you're missing basic information as mentioned in viewtopic.php?p=60965#p60965
Which desktop environment do you use currently? And please provide the output of the following commands:

Code: Select all
lspcidrake -v|grep -iE "wlan|wifi|wireless|net"
ps -ef|grep -v grep|grep -iE "net|wpa"


and, as root:
Code: Select all
ifconfig -a
rfkill list all
systemctl status network.service -a
journalctl -ab | grep -iE "fw|firmware|iwl|wifi|wire|80211"
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 17630
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: No wifi after upgrade to Mag5

Postby aa-kk » Dec 7th, '15, 20:14

OK, now this install. It is XFCE

Code: Select all
[frans@killer ~]$ lspcidrake -v|grep -iE "wlan|wifi|wireless|net"
 ath9k           : Qualcomm Atheros|AR9285 Wireless Network Adapter (PCI-Express) [NETWORK_OTHER] (vendor:168c device:002b subv:1a3b subd:1089) (rev: 01)
r8169           : Realtek Semiconductor Co., Ltd.|RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [NETWORK_ETHERNET] (vendor:10ec device:8168 subv:1043 subd:108c) (rev: 06)
[frans@killer ~]$



Code: Select all
[frans@killer ~]$ ps -ef|grep -v grep|grep -iE "net|wpa"
root        24     2  0 19:04 ?        00:00:00 [netns]
root       823     1  0 19:04 ?        00:00:01 /usr/sbin/NetworkManager --no-daemon
root       951     1  0 19:04 ?        00:00:00 /usr/sbin/wpa_supplicant -u -P /run/wpa_supplicant.pid -f /var/log/wpa_supplicant.log -c /etc/wpa_supplicant.conf
root      1299     1  0 19:04 ?        00:00:00 /usr/sbin/wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant.conf -D wext
frans     2865  1641  1 19:04 ?        00:00:01 /usr/bin/perl /usr/bin/net_applet
root      4149   823  0 19:05 ?        00:00:00 /sbin/dhclient -d -q -sf /usr/libexec/nm-dhcp-helper -pf /var/run/dhclient-eth0.pid -lf /var/lib/NetworkManager/dhclient-cdb24b02-f5d1-4095-83cc-4949f7e80d35-eth0.lease -cf /var/lib/NetworkManager/dhclient-eth0.conf eth0
[frans@killer ~]$


Code: Select all
[root@killer frans]# ifconfig -a
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.2.53  netmask 255.255.255.0  broadcast 192.168.2.255
        inet6 fe80::16da:e9ff:fea1:c19a  prefixlen 64  scopeid 0x20<link>
        ether 14:da:e9:a1:c1:9a  txqueuelen 1000  (Ethernet)
        RX packets 31858  bytes 47173303 (44.9 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 15683  bytes 1165546 (1.1 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 0  (Local Loopback)
        RX packets 717  bytes 60063 (58.6 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 717  bytes 60063 (58.6 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlan0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether 74:2f:68:6e:06:cc  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0


Code: Select all
[root@killer frans]# rfkill list all
0: phy0: Wireless LAN
        Soft blocked: no
        Hard blocked: no
[root@killer frans]#


Code: Select all
[root@killer frans]# systemctl status network.service -a
● network.service - LSB: Bring up/down networking
   Loaded: loaded (/etc/rc.d/init.d/network)
   Active: active (running) since ma 2015-12-07 18:04:31 CET; 1h 4min ago
  Process: 996 ExecStart=/etc/rc.d/init.d/network start (code=exited, status=0/SUCCESS)
   CGroup: /system.slice/network.service
           ├─1222 /sbin/ifplugd -I -b -i eth0
           ├─1299 /usr/sbin/wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant.conf -D wext
           ├─1301 /sbin/ifplugd -I -b -i wlan0
           └─4418 dhclient -1 -q -lf /var/lib/dhclient/dhclient--eth0.lease -pf /var/run/dh...

dec 07 18:04:31 killer ifplugd(wlan0)[1301]: Initialization complete, link beat not detected.
dec 07 18:04:31 killer network[996]: [  OK  ]
dec 07 18:04:31 killer systemd-sysctl[1322]: Overwriting earlier assignment of kernel/sysrq in file '/etc/sysctl.d/51-alt-sysrq.conf'.
dec 07 18:05:15 killer ifplugd(eth0)[1222]: Link beat detected.
dec 07 18:05:16 killer ifplugd(eth0)[1222]: Executing '/etc/ifplugd/ifplugd.action eth0 up'.
dec 07 18:05:17 killer dhclient[4288]: DHCPREQUEST on eth0 to 255.255.255.255 port 67
dec 07 18:05:17 killer dhclient[4288]: DHCPACK from 192.168.2.1
dec 07 18:05:18 killer dhclient[4288]: bound to 192.168.2.53 -- renewal in 277680 seconds.
dec 07 18:05:18 killer ifplugd(eth0)[1222]: client: Determining IP information for eth0... done.
dec 07 18:05:18 killer ifplugd(eth0)[1222]: Program executed successfully.
[root@killer frans]#



Code: Select all
[root@killer frans]# journalctl -ab | grep -iE "fw|firmware|iwl|wifi|wire|80211"
dec 07 18:04:13 killer kernel: [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
dec 07 18:04:13 killer kernel: [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
dec 07 18:04:13 killer kernel: psmouse serio1: elantech: assuming hardware version 3 (with firmware version 0x450f00)
dec 07 18:04:18 killer kernel: [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
dec 07 18:04:18 killer kernel: [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
dec 07 18:04:18 killer kernel: cfg80211: Calling CRDA to update world regulatory domain
dec 07 18:04:18 killer kernel: [Firmware Bug]: battery: (dis)charge rate invalid.
dec 07 18:04:19 killer kernel: ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
dec 07 18:04:19 killer kernel: ieee80211 phy0: Atheros AR9285 Rev:2 mem=0xffffc900013c0000, irq=16
dec 07 18:04:19 killer kernel: cfg80211: Calling CRDA to update world regulatory domain
dec 07 18:04:19 killer kernel: cfg80211: World regulatory domain updated:
dec 07 18:04:19 killer kernel: cfg80211:  DFS Master region: unset
dec 07 18:04:19 killer kernel: cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
dec 07 18:04:19 killer kernel: cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 18:04:19 killer kernel: cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 18:04:19 killer kernel: cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 18:04:19 killer kernel: cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
dec 07 18:04:19 killer kernel: cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
dec 07 18:04:19 killer kernel: cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
dec 07 18:04:19 killer kernel: cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 18:04:19 killer kernel: cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
dec 07 18:04:19 killer kernel: cfg80211: Calling CRDA for country: NL
dec 07 18:04:19 killer kernel: cfg80211: Regulatory domain changed to country: NL
dec 07 18:04:19 killer kernel: cfg80211:  DFS Master region: ETSI
dec 07 18:04:19 killer kernel: cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
dec 07 18:04:19 killer kernel: cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 18:04:19 killer kernel: cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
dec 07 18:04:19 killer kernel: cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
dec 07 18:04:19 killer kernel: cfg80211:   (5490000 KHz - 5710000 KHz @ 160000 KHz), (N/A, 2700 mBm), (0 s)
dec 07 18:04:19 killer kernel: cfg80211:   (57000000 KHz - 66000000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
dec 07 18:04:25 killer NetworkManager[823]: <info>  monitoring kernel firmware directory '/lib/firmware'.
dec 07 18:04:25 killer NetworkManager[823]: <info>  rfkill0: found WiFi radio killswitch (at /sys/devices/pci0000:00/0000:00:15.0/0000:04:00.0/ieee80211/phy0/rfkill0) (driver ath9k)
dec 07 18:04:25 killer NetworkManager[823]: <info>  WiFi hardware radio set enabled
dec 07 18:04:25 killer NetworkManager[823]: <info>  Loaded device plugin: /usr/lib64/NetworkManager/libnm-device-plugin-wifi.so
dec 07 18:04:25 killer NetworkManager[823]: <info>  WiFi enabled by radio killswitch; enabled by state file
dec 07 18:04:25 killer NetworkManager[823]: <info>  ifcfg-rh: add connection in-memory (cdb24b02-f5d1-4095-83cc-4949f7e80d35,"Wired connection 1")
dec 07 18:04:25 killer NetworkManager[823]: <info>  (eth0): created default wired connection 'Wired connection 1'
dec 07 18:04:25 killer NetworkManager[823]: <info>  (wlan0): using nl80211 for WiFi device control
dec 07 18:04:25 killer NetworkManager[823]: <info>  (wlan0): new 802.11 WiFi device (driver: 'ath9k' ifindex: 3)
dec 07 18:04:31 killer network[996]: Configuring wireless regulatory domain  [  OK  ]
dec 07 18:04:31 killer network[996]: Bringing up interface wlan0:  Error for wireless request "Set Encode" (8B2A) :
dec 07 18:04:33 killer kernel: cfg80211: Calling CRDA for country: GB
dec 07 18:04:33 killer kernel: cfg80211: Calling CRDA to update world regulatory domain
dec 07 18:04:33 killer kernel: cfg80211: World regulatory domain updated:
dec 07 18:04:33 killer kernel: cfg80211:  DFS Master region: unset
dec 07 18:04:33 killer kernel: cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
dec 07 18:04:33 killer kernel: cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 18:04:33 killer kernel: cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 18:04:33 killer kernel: cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 18:04:33 killer kernel: cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
dec 07 18:04:33 killer kernel: cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
dec 07 18:04:33 killer kernel: cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
dec 07 18:04:33 killer kernel: cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 18:04:33 killer kernel: cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
dec 07 18:04:33 killer kernel: cfg80211: Calling CRDA for country: NL
dec 07 18:04:33 killer kernel: cfg80211: Regulatory domain changed to country: NL
dec 07 18:04:33 killer kernel: cfg80211:  DFS Master region: ETSI
dec 07 18:04:33 killer kernel: cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
dec 07 18:04:33 killer kernel: cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 18:04:33 killer kernel: cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
dec 07 18:04:33 killer kernel: cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
dec 07 18:04:33 killer kernel: cfg80211:   (5490000 KHz - 5710000 KHz @ 160000 KHz), (N/A, 2700 mBm), (0 s)
dec 07 18:04:33 killer kernel: cfg80211:   (57000000 KHz - 66000000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
dec 07 18:04:34 killer kernel: cfg80211: Calling CRDA for country: GB
dec 07 18:04:34 killer kernel: cfg80211: Calling CRDA to update world regulatory domain
dec 07 18:04:34 killer kernel: cfg80211: World regulatory domain updated:
dec 07 18:04:34 killer kernel: cfg80211:  DFS Master region: unset
dec 07 18:04:34 killer kernel: cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
dec 07 18:04:34 killer kernel: cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 18:04:34 killer kernel: cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 18:04:34 killer kernel: cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 18:04:34 killer kernel: cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
dec 07 18:04:34 killer kernel: cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
dec 07 18:04:34 killer kernel: cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
dec 07 18:04:34 killer kernel: cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 18:04:34 killer kernel: cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
dec 07 18:04:34 killer kernel: cfg80211: Calling CRDA for country: NL
dec 07 18:04:34 killer kernel: cfg80211: Regulatory domain changed to country: NL
dec 07 18:04:34 killer kernel: cfg80211:  DFS Master region: ETSI
dec 07 18:04:34 killer kernel: cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
dec 07 18:04:34 killer kernel: cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 18:04:34 killer kernel: cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
dec 07 18:04:34 killer kernel: cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
dec 07 18:04:34 killer kernel: cfg80211:   (5490000 KHz - 5710000 KHz @ 160000 KHz), (N/A, 2700 mBm), (0 s)
dec 07 18:04:34 killer kernel: cfg80211:   (57000000 KHz - 66000000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
dec 07 18:04:35 killer kernel: cfg80211: Calling CRDA for country: GB
dec 07 18:04:35 killer kernel: cfg80211: Calling CRDA to update world regulatory domain
dec 07 18:04:35 killer kernel: cfg80211: World regulatory domain updated:
dec 07 18:04:35 killer kernel: cfg80211:  DFS Master region: unset
dec 07 18:04:35 killer kernel: cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
dec 07 18:04:35 killer kernel: cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 18:04:35 killer kernel: cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 18:04:35 killer kernel: cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 18:04:35 killer kernel: cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
dec 07 18:04:35 killer kernel: cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
dec 07 18:04:35 killer kernel: cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
dec 07 18:04:35 killer kernel: cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 18:04:35 killer kernel: cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
dec 07 18:04:35 killer kernel: cfg80211: Calling CRDA for country: NL
dec 07 18:04:35 killer kernel: cfg80211: Regulatory domain changed to country: NL
dec 07 18:04:35 killer kernel: cfg80211:  DFS Master region: ETSI
dec 07 18:04:35 killer kernel: cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
dec 07 18:04:35 killer kernel: cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 18:04:35 killer kernel: cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
dec 07 18:04:35 killer kernel: cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
dec 07 18:04:35 killer kernel: cfg80211:   (5490000 KHz - 5710000 KHz @ 160000 KHz), (N/A, 2700 mBm), (0 s)
dec 07 18:04:35 killer kernel: cfg80211:   (57000000 KHz - 66000000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
dec 07 18:04:36 killer kernel: cfg80211: Calling CRDA for country: GB
dec 07 18:04:36 killer kernel: cfg80211: Calling CRDA to update world regulatory domain
dec 07 18:04:36 killer kernel: cfg80211: World regulatory domain updated:
dec 07 18:04:36 killer kernel: cfg80211:  DFS Master region: unset
dec 07 18:04:36 killer kernel: cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
dec 07 18:04:36 killer kernel: cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 18:04:36 killer kernel: cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 18:04:36 killer kernel: cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 18:04:36 killer kernel: cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
dec 07 18:04:36 killer kernel: cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
dec 07 18:04:36 killer kernel: cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
dec 07 18:04:36 killer kernel: cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 18:04:36 killer kernel: cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
dec 07 18:04:36 killer kernel: cfg80211: Calling CRDA for country: NL
dec 07 18:04:36 killer kernel: cfg80211: Regulatory domain changed to country: NL
dec 07 18:04:36 killer kernel: cfg80211:  DFS Master region: ETSI
dec 07 18:04:36 killer kernel: cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
dec 07 18:04:36 killer kernel: cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 18:04:36 killer kernel: cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
dec 07 18:04:36 killer kernel: cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
dec 07 18:04:36 killer kernel: cfg80211:   (5490000 KHz - 5710000 KHz @ 160000 KHz), (N/A, 2700 mBm), (0 s)
dec 07 18:04:36 killer kernel: cfg80211:   (57000000 KHz - 66000000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
dec 07 18:04:37 killer kernel: cfg80211: Calling CRDA for country: GB
dec 07 18:04:37 killer kernel: cfg80211: Calling CRDA to update world regulatory domain
dec 07 18:04:37 killer kernel: cfg80211: World regulatory domain updated:
dec 07 18:04:37 killer kernel: cfg80211:  DFS Master region: unset
dec 07 18:04:37 killer kernel: cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
dec 07 18:04:37 killer kernel: cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 18:04:37 killer kernel: cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 18:04:37 killer kernel: cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 18:04:37 killer kernel: cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
dec 07 18:04:37 killer kernel: cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
dec 07 18:04:37 killer kernel: cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
dec 07 18:04:37 killer kernel: cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 18:04:37 killer kernel: cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
dec 07 18:04:37 killer kernel: cfg80211: Calling CRDA for country: NL
dec 07 18:04:37 killer kernel: cfg80211: Regulatory domain changed to country: NL
dec 07 18:04:37 killer kernel: cfg80211:  DFS Master region: ETSI
dec 07 18:04:37 killer kernel: cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
dec 07 18:04:37 killer kernel: cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 18:04:37 killer kernel: cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
dec 07 18:04:37 killer kernel: cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
dec 07 18:04:37 killer kernel: cfg80211:   (5490000 KHz - 5710000 KHz @ 160000 KHz), (N/A, 2700 mBm), (0 s)
dec 07 18:04:37 killer kernel: cfg80211:   (57000000 KHz - 66000000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
dec 07 18:04:38 killer kernel: cfg80211: Calling CRDA for country: GB
dec 07 18:04:38 killer kernel: cfg80211: Calling CRDA to update world regulatory domain
dec 07 18:04:38 killer kernel: cfg80211: World regulatory domain updated:
dec 07 18:04:38 killer kernel: cfg80211:  DFS Master region: unset
dec 07 18:04:38 killer kernel: cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
dec 07 18:04:38 killer kernel: cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 18:04:38 killer kernel: cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 18:04:38 killer kernel: cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 18:04:38 killer kernel: cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
dec 07 18:04:38 killer kernel: cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
dec 07 18:04:38 killer kernel: cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
dec 07 18:04:38 killer kernel: cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 18:04:38 killer kernel: cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
dec 07 18:04:38 killer kernel: cfg80211: Calling CRDA for country: NL
dec 07 18:04:38 killer kernel: cfg80211: Regulatory domain changed to country: NL
dec 07 18:04:38 killer kernel: cfg80211:  DFS Master region: ETSI
dec 07 18:04:38 killer kernel: cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
dec 07 18:04:38 killer kernel: cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 18:04:38 killer kernel: cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
dec 07 18:04:38 killer kernel: cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
dec 07 18:04:38 killer kernel: cfg80211:   (5490000 KHz - 5710000 KHz @ 160000 KHz), (N/A, 2700 mBm), (0 s)
dec 07 18:04:38 killer kernel: cfg80211:   (57000000 KHz - 66000000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
dec 07 18:04:39 killer kernel: cfg80211: Calling CRDA for country: GB
dec 07 18:04:39 killer kernel: cfg80211: Calling CRDA to update world regulatory domain
dec 07 18:04:39 killer kernel: cfg80211: World regulatory domain updated:
dec 07 18:04:39 killer kernel: cfg80211:  DFS Master region: unset
dec 07 18:04:39 killer kernel: cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
dec 07 18:04:39 killer kernel: cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 18:04:39 killer kernel: cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 18:04:39 killer kernel: cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 18:04:39 killer kernel: cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
dec 07 18:04:39 killer kernel: cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
dec 07 18:04:39 killer kernel: cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
dec 07 18:04:39 killer kernel: cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 18:04:39 killer kernel: cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
dec 07 18:04:39 killer kernel: cfg80211: Calling CRDA for country: NL
dec 07 18:04:39 killer kernel: cfg80211: Regulatory domain changed to country: NL
dec 07 18:04:39 killer kernel: cfg80211:  DFS Master region: ETSI
dec 07 18:04:39 killer kernel: cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
dec 07 18:04:39 killer kernel: cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 18:04:39 killer kernel: cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
dec 07 18:04:39 killer kernel: cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
dec 07 18:04:39 killer kernel: cfg80211:   (5490000 KHz - 5710000 KHz @ 160000 KHz), (N/A, 2700 mBm), (0 s)
dec 07 18:04:39 killer kernel: cfg80211:   (57000000 KHz - 66000000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
dec 07 18:04:49 killer kernel: cfg80211: Calling CRDA for country: GB
dec 07 18:04:49 killer kernel: cfg80211: Calling CRDA to update world regulatory domain
dec 07 18:04:51 killer kernel: cfg80211: World regulatory domain updated:
dec 07 18:04:51 killer kernel: cfg80211:  DFS Master region: unset
dec 07 18:04:51 killer kernel: cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
dec 07 18:04:51 killer kernel: cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 18:04:51 killer kernel: cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 18:04:51 killer kernel: cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 18:04:51 killer kernel: cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
dec 07 18:04:51 killer kernel: cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
dec 07 18:04:51 killer kernel: cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
dec 07 18:04:51 killer kernel: cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 18:04:51 killer kernel: cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
dec 07 18:04:51 killer kernel: cfg80211: Calling CRDA for country: NL
dec 07 18:04:51 killer kernel: cfg80211: Regulatory domain changed to country: NL
dec 07 18:04:51 killer kernel: cfg80211:  DFS Master region: ETSI
dec 07 18:04:51 killer kernel: cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
dec 07 18:04:51 killer kernel: cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 18:04:51 killer kernel: cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
dec 07 18:04:51 killer kernel: cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
dec 07 18:04:51 killer kernel: cfg80211:   (5490000 KHz - 5710000 KHz @ 160000 KHz), (N/A, 2700 mBm), (0 s)
dec 07 18:04:51 killer kernel: cfg80211:   (57000000 KHz - 66000000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
dec 07 18:05:09 killer kernel: IFWLOG: register target
dec 07 18:05:13 killer kernel: cfg80211: Calling CRDA for country: GB
dec 07 18:05:13 killer kernel: cfg80211: Calling CRDA to update world regulatory domain
dec 07 18:05:13 killer kernel: cfg80211: World regulatory domain updated:
dec 07 18:05:13 killer kernel: cfg80211:  DFS Master region: unset
dec 07 18:05:13 killer kernel: cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
dec 07 18:05:13 killer kernel: cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 18:05:13 killer kernel: cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 18:05:13 killer kernel: cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 18:05:13 killer kernel: cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
dec 07 18:05:13 killer kernel: cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
dec 07 18:05:13 killer kernel: cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
dec 07 18:05:13 killer kernel: cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 18:05:13 killer kernel: cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
dec 07 18:05:13 killer kernel: cfg80211: Calling CRDA for country: NL
dec 07 18:05:13 killer kernel: cfg80211: Regulatory domain changed to country: NL
dec 07 18:05:13 killer kernel: cfg80211:  DFS Master region: ETSI
dec 07 18:05:13 killer kernel: cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
dec 07 18:05:13 killer kernel: cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 18:05:13 killer kernel: cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
dec 07 18:05:13 killer kernel: cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
dec 07 18:05:13 killer kernel: cfg80211:   (5490000 KHz - 5710000 KHz @ 160000 KHz), (N/A, 2700 mBm), (0 s)
dec 07 18:05:13 killer kernel: cfg80211:   (57000000 KHz - 66000000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
dec 07 18:05:14 killer NetworkManager[823]: <info>  Auto-activating connection 'Wired connection 1'.
dec 07 18:05:14 killer NetworkManager[823]: <info>  (eth0): Activation: starting connection 'Wired connection 1'
dec 07 18:05:14 killer NetworkManager[823]: <info>  Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
dec 07 19:05:44 killer kernel: cfg80211: Calling CRDA to update world regulatory domain
dec 07 19:05:44 killer kernel: cfg80211: Calling CRDA to update world regulatory domain
dec 07 19:05:44 killer kernel: cfg80211: World regulatory domain updated:
dec 07 19:05:44 killer kernel: cfg80211:  DFS Master region: unset
dec 07 19:05:44 killer kernel: cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
dec 07 19:05:44 killer kernel: cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 19:05:44 killer kernel: cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 19:05:44 killer kernel: cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 19:05:44 killer kernel: cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
dec 07 19:05:44 killer kernel: cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
dec 07 19:05:44 killer kernel: cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
dec 07 19:05:44 killer kernel: cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 19:05:44 killer kernel: cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
dec 07 19:05:44 killer kernel: cfg80211: Calling CRDA for country: NL
dec 07 19:05:44 killer kernel: cfg80211: Regulatory domain changed to country: NL
dec 07 19:05:44 killer kernel: cfg80211:  DFS Master region: ETSI
dec 07 19:05:44 killer kernel: cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
dec 07 19:05:44 killer kernel: cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 19:05:44 killer kernel: cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
dec 07 19:05:44 killer kernel: cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
dec 07 19:05:44 killer kernel: cfg80211:   (5490000 KHz - 5710000 KHz @ 160000 KHz), (N/A, 2700 mBm), (0 s)
dec 07 19:05:44 killer kernel: cfg80211:   (57000000 KHz - 66000000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
dec 07 19:05:44 killer kernel: cfg80211: Calling CRDA for country: GB
dec 07 19:05:44 killer kernel: cfg80211: Regulatory domain changed to country: GB
dec 07 19:05:44 killer kernel: cfg80211:  DFS Master region: ETSI
dec 07 19:05:44 killer kernel: cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
dec 07 19:05:44 killer kernel: cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 19:05:44 killer kernel: cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
dec 07 19:05:44 killer kernel: cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
dec 07 19:05:44 killer kernel: cfg80211:   (5490000 KHz - 5710000 KHz @ 160000 KHz), (N/A, 2700 mBm), (0 s)
dec 07 19:05:44 killer kernel: cfg80211:   (57000000 KHz - 66000000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
dec 07 19:06:14 killer kernel: cfg80211: Calling CRDA to update world regulatory domain
dec 07 19:06:14 killer kernel: cfg80211: World regulatory domain updated:
dec 07 19:06:14 killer kernel: cfg80211:  DFS Master region: unset
dec 07 19:06:14 killer kernel: cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
dec 07 19:06:14 killer kernel: cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 19:06:14 killer kernel: cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 19:06:14 killer kernel: cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 19:06:14 killer kernel: cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
dec 07 19:06:14 killer kernel: cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
dec 07 19:06:14 killer kernel: cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
dec 07 19:06:14 killer kernel: cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 19:06:14 killer kernel: cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
dec 07 19:06:14 killer kernel: cfg80211: Calling CRDA for country: NL
dec 07 19:06:14 killer kernel: cfg80211: Regulatory domain changed to country: NL
dec 07 19:06:14 killer kernel: cfg80211:  DFS Master region: ETSI
dec 07 19:06:14 killer kernel: cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
dec 07 19:06:14 killer kernel: cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 19:06:14 killer kernel: cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
dec 07 19:06:14 killer kernel: cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
dec 07 19:06:14 killer kernel: cfg80211:   (5490000 KHz - 5710000 KHz @ 160000 KHz), (N/A, 2700 mBm), (0 s)
dec 07 19:06:14 killer kernel: cfg80211:   (57000000 KHz - 66000000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
dec 07 19:06:45 killer kernel: cfg80211: Calling CRDA for country: GB
dec 07 19:06:45 killer kernel: cfg80211: Calling CRDA to update world regulatory domain
dec 07 19:06:45 killer kernel: cfg80211: World regulatory domain updated:
dec 07 19:06:45 killer kernel: cfg80211:  DFS Master region: unset
dec 07 19:06:45 killer kernel: cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
dec 07 19:06:45 killer kernel: cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 19:06:45 killer kernel: cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 19:06:45 killer kernel: cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 19:06:45 killer kernel: cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
dec 07 19:06:45 killer kernel: cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
dec 07 19:06:45 killer kernel: cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
dec 07 19:06:45 killer kernel: cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 19:06:45 killer kernel: cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
dec 07 19:06:45 killer kernel: cfg80211: Calling CRDA for country: NL
dec 07 19:06:45 killer kernel: cfg80211: Regulatory domain changed to country: NL
dec 07 19:06:45 killer kernel: cfg80211:  DFS Master region: ETSI
dec 07 19:06:45 killer kernel: cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
dec 07 19:06:45 killer kernel: cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 19:06:45 killer kernel: cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
dec 07 19:06:45 killer kernel: cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
dec 07 19:06:45 killer kernel: cfg80211:   (5490000 KHz - 5710000 KHz @ 160000 KHz), (N/A, 2700 mBm), (0 s)
dec 07 19:06:45 killer kernel: cfg80211:   (57000000 KHz - 66000000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
dec 07 19:06:58 killer mandi[4138]: handling method call 'GetMode' on interface 'org.mageia.monitoring.ifw'
dec 07 19:06:58 killer mandi[4138]: handling method call 'GetMode' on interface 'org.mageia.monitoring.ifw'
dec 07 19:07:50 killer kernel: cfg80211: Calling CRDA for country: GB
dec 07 19:07:50 killer kernel: cfg80211: Calling CRDA to update world regulatory domain
dec 07 19:07:50 killer kernel: cfg80211: World regulatory domain updated:
dec 07 19:07:50 killer kernel: cfg80211:  DFS Master region: unset
dec 07 19:07:50 killer kernel: cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
dec 07 19:07:50 killer kernel: cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 19:07:50 killer kernel: cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 19:07:50 killer kernel: cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 19:07:50 killer kernel: cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
dec 07 19:07:50 killer kernel: cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
dec 07 19:07:50 killer kernel: cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
dec 07 19:07:50 killer kernel: cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 19:07:50 killer kernel: cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
dec 07 19:07:50 killer kernel: cfg80211: Calling CRDA for country: NL
dec 07 19:07:50 killer kernel: cfg80211: Regulatory domain changed to country: NL
dec 07 19:07:50 killer kernel: cfg80211:  DFS Master region: ETSI
dec 07 19:07:50 killer kernel: cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
dec 07 19:07:50 killer kernel: cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 19:07:50 killer kernel: cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
dec 07 19:07:50 killer kernel: cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
dec 07 19:07:50 killer kernel: cfg80211:   (5490000 KHz - 5710000 KHz @ 160000 KHz), (N/A, 2700 mBm), (0 s)
dec 07 19:07:50 killer kernel: cfg80211:   (57000000 KHz - 66000000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
dec 07 19:08:02 killer kernel: cfg80211: Calling CRDA for country: GB
dec 07 19:08:02 killer kernel: cfg80211: Calling CRDA to update world regulatory domain
dec 07 19:08:02 killer kernel: cfg80211: World regulatory domain updated:
dec 07 19:08:02 killer kernel: cfg80211:  DFS Master region: unset
dec 07 19:08:02 killer kernel: cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
dec 07 19:08:02 killer kernel: cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 19:08:02 killer kernel: cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 19:08:02 killer kernel: cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 19:08:02 killer kernel: cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
dec 07 19:08:02 killer kernel: cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
dec 07 19:08:02 killer kernel: cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
dec 07 19:08:02 killer kernel: cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 19:08:02 killer kernel: cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
dec 07 19:08:02 killer kernel: cfg80211: Calling CRDA for country: NL
dec 07 19:08:02 killer kernel: cfg80211: Regulatory domain changed to country: NL
dec 07 19:08:02 killer kernel: cfg80211:  DFS Master region: ETSI
dec 07 19:08:02 killer kernel: cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
dec 07 19:08:02 killer kernel: cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 19:08:02 killer kernel: cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
dec 07 19:08:02 killer kernel: cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
dec 07 19:08:02 killer kernel: cfg80211:   (5490000 KHz - 5710000 KHz @ 160000 KHz), (N/A, 2700 mBm), (0 s)
dec 07 19:08:02 killer kernel: cfg80211:   (57000000 KHz - 66000000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
dec 07 19:09:31 killer kernel: cfg80211: Calling CRDA for country: GB
dec 07 19:09:31 killer kernel: cfg80211: Calling CRDA to update world regulatory domain
dec 07 19:09:31 killer kernel: cfg80211: World regulatory domain updated:
dec 07 19:09:31 killer kernel: cfg80211:  DFS Master region: unset
dec 07 19:09:31 killer kernel: cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
dec 07 19:09:31 killer kernel: cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 19:09:31 killer kernel: cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 19:09:31 killer kernel: cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 19:09:31 killer kernel: cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
dec 07 19:09:31 killer kernel: cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
dec 07 19:09:31 killer kernel: cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
dec 07 19:09:31 killer kernel: cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 19:09:31 killer kernel: cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
dec 07 19:09:31 killer kernel: cfg80211: Calling CRDA for country: NL
dec 07 19:09:31 killer kernel: cfg80211: Regulatory domain changed to country: NL
dec 07 19:09:31 killer kernel: cfg80211:  DFS Master region: ETSI
dec 07 19:09:31 killer kernel: cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
dec 07 19:09:31 killer kernel: cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
dec 07 19:09:31 killer kernel: cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
dec 07 19:09:31 killer kernel: cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
dec 07 19:09:31 killer kernel: cfg80211:   (5490000 KHz - 5710000 KHz @ 160000 KHz), (N/A, 2700 mBm), (0 s)
dec 07 19:09:31 killer kernel: cfg80211:   (57000000 KHz - 66000000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
[root@killer frans]#
aa-kk
 
Posts: 56
Joined: Sep 14th, '11, 23:21

Re: No wifi after upgrade to Mag5

Postby doktor5000 » Dec 7th, '15, 20:40

aa-kk wrote:[frans@killer ~]$ ps -ef|grep -v grep|grep -iE "net|wpa"
root 24 2 0 19:04 ? 00:00:00 [netns]
root 823 1 0 19:04 ? 00:00:01 /usr/sbin/NetworkManager --no-daemon
root 951 1 0 19:04 ? 00:00:00 /usr/sbin/wpa_supplicant -u -P /run/wpa_supplicant.pid -f /var/log/wpa_supplicant.log -c /etc/wpa_supplicant.conf
root 1299 1 0 19:04 ? 00:00:00 /usr/sbin/wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant.conf -D wext
frans 2865 1641 1 19:04 ? 00:00:01 /usr/bin/perl /usr/bin/net_applet
root 4149 823 0 19:05 ? 00:00:00 /sbin/dhclient -d -q -sf /usr/libexec/nm-dhcp-helper -pf /var/run/dhclient-eth0.pid -lf /var/lib/NetworkManager/dhclient-cdb24b02-f5d1-4095-83cc-4949f7e80d35-eth0.lease -cf /var/lib/NetworkManager/dhclient-eth0.conf eth0
[frans@killer ~]$


You have two network managers conflicting one another, you have both NetworkManager and net_applet running. And hence you also have two wpa_supplicant instances that are conflicting for the wireless interfaces.
Please disable one. Either disable net_applet via switching to networkmanager only, as shown e.g. in viewtopic.php?f=25&t=5782

Or disable networkmanager via
Code: Select all
systemctl disable NetworkManager.service NetworkManager-wait-online.service

But as your wired interface seems to be managed by NetworkManager, you better try the approach mentioned above, to disable net_applet.

Then please try again after rebooting.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 17630
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: No wifi after upgrade to Mag5

Postby aa-kk » Dec 7th, '15, 20:53

That status-icon in the menubar, is it from net_applet or networkmanager?
aa-kk
 
Posts: 56
Joined: Sep 14th, '11, 23:21

Re: No wifi after upgrade to Mag5

Postby doktor5000 » Dec 7th, '15, 21:02

Sorry but I don't know what particular status icon you have in your systray, a screenshot would be helpful.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 17630
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: No wifi after upgrade to Mag5

Postby aa-kk » Dec 7th, '15, 21:43

It looks like a globe or with wifi on, three green curves, like emanating from a point.
I will check if I have networkman active on main install. will reboot to that and then get back to here.
aa-kk
 
Posts: 56
Joined: Sep 14th, '11, 23:21

Re: No wifi after upgrade to Mag5

Postby aa-kk » Dec 7th, '15, 21:56

OK, on my main Mag4 install, I do not use Net-Mgr. Set as such here, Mag5, now too. (now idea which is better).
Net-mgr now disabled with systemctl disable NetworkManager.service NetworkManager-wait-online.service

On both systems: NO .net_applet file.
aa-kk
 
Posts: 56
Joined: Sep 14th, '11, 23:21

Re: No wifi after upgrade to Mag5

Postby aa-kk » Dec 7th, '15, 22:03

aaaaand did a reboot and now on wifi. YES! THANK YOU !! So I only need to know if SHOULD switch to net-mgr.

And I can now start with upgrading main-Mag4 to Mag5. Takes about a day. If I can't get update-applet to work, then manually.
aa-kk
 
Posts: 56
Joined: Sep 14th, '11, 23:21

Re: No wifi after upgrade to Mag5

Postby doktor5000 » Dec 7th, '15, 22:13

aa-kk wrote:So I only need to know if SHOULD switch to net-mgr.

Is that an actual or a rhetorical question?
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 17630
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: [SOLVED] No wifi after upgrade to Mag5

Postby aa-kk » Dec 7th, '15, 22:19

Actual, because maybe one is superior OR because of future Mageia preferences.
aa-kk
 
Posts: 56
Joined: Sep 14th, '11, 23:21

Re: [SOLVED] No wifi after upgrade to Mag5

Postby doktor5000 » Dec 7th, '15, 22:51

None of them is really superior. net_applet is the Mageia default, but networkmanager is used in much more distros as the default and is documented much better.
I can recommend networkmanager over net_applet, as it causes much less issues.

There is a feature for Mageia 6, see https://wiki.mageia.org/en/Feature:Migr ... orkManager
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 17630
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany


Return to Networking

Who is online

Users browsing this forum: Google [Bot] and 1 guest