Laptop starts in airplane mode

Laptop starts in airplane mode

Postby blago84 » Apr 2nd, '16, 20:38

Hello!

I'm new to Mageia (and Linux in general). I bought a new laptop recently and decided to install Mageia on it.
Generally it works fine, yet there is one little and really frustrating thing - every time I start Mageia, it starts with airplane mode on and the "airplane mode"-button does not seem to work at all.
I found that if I put the laptop to sleep and then wake it up - it is no more in airplane mode and the Wi-Fi works fine. And here comes another problem - 4 out of 5 attempts end with the laptop crashing on a black screen instead of going into sleep mode...

Any ideas how to fix that? I do not really care about the sleep mode - I do not have a habit to use it. I just want my Wi-Fi to be working by default.

The laptop is Asus n551zu.

Thanks in advance for any help.
blago84
 
Posts: 5
Joined: Apr 2nd, '16, 20:32

Re: Laptop starts in airplane mode

Postby doktor5000 » Apr 3rd, '16, 03:20

When you start up the box normally and it's in "sleep mode" please provide the output of the following commands, run as root in a terminal:
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"


Also, what desktop environment do you use, and what Mageia install media did you use?
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: 17659
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Laptop starts in airplane mode

Postby blago84 » Apr 3rd, '16, 08:39

I use Mageia 5, 64 bit, UEFI install from USB flash drive.
The Desktop environment is KDE.

Code: Select all
[root@localhost blago]# lspcidrake -v|grep -iE "wlan|wifi|wireless|net"
r8169           : Realtek Semiconductor Co., Ltd.|RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [NETWORK_ETHERNET] (vendor:10ec device:8168 subv:1043 subd:205f) (rev: 12)
iwlwifi         : Intel Corporation|Wireless 7260 [NETWORK_OTHER] (vendor:8086 device:08b1 subv:8086 subd:4160) (rev: bb)
btusb           : Intel Corp.|Unknown [Wireless|Radio Frequency|Bluetooth] (vendor:8087 device:07dc)

Code: Select all
[root@localhost blago]# [root@localhost blago]# ps -ef|grep -v grep|grep -iE "net|wpa"
root        24     2  0 09:44 ?        00:00:00 [netns]
systemd+   887     1  0 09:44 ?        00:00:00 /usr/lib/systemd/systemd-networkd
blago     2367  2254  0 10:24 ?        00:00:02 /usr/bin/perl /usr/bin/net_applet

Code: Select all
[root@localhost blago]# ifconfig -a
enp3s0f1: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether 08:62:66:b3:5a:b3  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

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 14752  bytes 1120320 (1.0 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 14752  bytes 1120320 (1.0 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlp2s0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether 48:51:b7:ad:16:af  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@localhost blago]# rfkill list all
0: hci0: Bluetooth
        Soft blocked: no
        Hard blocked: no
1: phy0: Wireless LAN
        Soft blocked: no
        Hard blocked: no
2: asus-wlan: Wireless LAN
        Soft blocked: no
        Hard blocked: no
3: asus-bluetooth: Bluetooth
        Soft blocked: no
        Hard blocked: no

Code: Select all
[root@localhost blago]# systemctl status network.service -a
● network.service - LSB: Bring up/down networking
   Loaded: loaded (/etc/rc.d/init.d/network)
   Active: active (running) since Mon 2016-04-04 09:44:34 EDT; 46min ago
  Process: 1030 ExecStart=/etc/rc.d/init.d/network start (code=exited, status=0/SUCCESS)
   CGroup: /system.slice/network.service
           ├─1199 /sbin/ifplugd -I -b -i enp3s0f1
           └─1237 /sbin/ifplugd -I -b -i wlp2s0

Apr 04 09:44:34 localhost network[1030]: Bringing up interface enp3s0f1:  [  OK  ]
Apr 04 09:44:34 localhost ifplugd(enp3s0f1)[1199]: Using interface enp3s0f1/08:62:66:B3:5A:B3 with driver <r8169> (version: 2.3LK-NAPI)
Apr 04 09:44:34 localhost ifplugd(enp3s0f1)[1199]: Using detection mode: SIOCETHTOOL
Apr 04 09:44:34 localhost ifplugd(enp3s0f1)[1199]: Initialization complete, link beat not detected.
Apr 04 09:44:34 localhost ifplugd(wlp2s0)[1237]: ifplugd 0.28 initializing.
Apr 04 09:44:34 localhost ifplugd(wlp2s0)[1237]: Using interface wlp2s0/48:51:B7:AD:16:AF with driver <iwlwifi> (version: 3.19.8-desktop-3.mga5)
Apr 04 09:44:34 localhost ifplugd(wlp2s0)[1237]: Using detection mode: SIOCETHTOOL
Apr 04 09:44:34 localhost ifplugd(wlp2s0)[1237]: Initialization complete, link beat not detected.
Apr 04 09:44:34 localhost network[1030]: Bringing up interface wlp2s0:  [  OK  ]
Apr 04 09:44:34 localhost systemd-sysctl[1258]: Overwriting earlier assignment of kernel/sysrq in file '/etc/sysctl.d/51-alt-sysrq.conf'.

Code: Select all
[root@localhost blago]# journalctl -ab | grep -iE "fw|firmware|iwl|wifi|wire|80211"
Apr 04 09:44:18 localhost kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
Apr 04 09:44:18 localhost kernel: [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
Apr 04 09:44:18 localhost kernel: [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
Apr 04 09:44:18 localhost kernel: [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
Apr 04 09:44:18 localhost kernel: psmouse serio4: elantech: assuming hardware version 4 (with firmware version 0x381fa2)
Apr 04 09:44:20 localhost kernel: [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
Apr 04 09:44:20 localhost kernel: [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
Apr 04 09:44:21 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
Apr 04 09:44:21 localhost kernel: Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.7.10-fw-1.80.1.2d.d.bseq
Apr 04 09:44:21 localhost kernel: Bluetooth: hci0: Intel Bluetooth firmware patch completed and activated
Apr 04 09:44:21 localhost kernel: Intel(R) Wireless WiFi driver for Linux, in-tree:d
Apr 04 09:44:21 localhost kernel: iwlwifi 0000:02:00.0: enabling device (0000 -> 0002)
Apr 04 09:44:22 localhost kernel: iwlwifi 0000:02:00.0: loaded firmware version 25.17.12.0 op_mode iwlmvm
Apr 04 09:44:22 localhost kernel: iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless N 7260, REV=0x144
Apr 04 09:44:22 localhost kernel: iwlwifi 0000:02:00.0: L1 Disabled - LTR Disabled
Apr 04 09:44:22 localhost kernel: iwlwifi 0000:02:00.0: L1 Disabled - LTR Disabled
Apr 04 09:44:22 localhost kernel: ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
Apr 04 09:44:23 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
Apr 04 09:44:24 localhost kernel: cfg80211: World regulatory domain updated:
Apr 04 09:44:24 localhost kernel: cfg80211:  DFS Master region: unset
Apr 04 09:44:24 localhost kernel: cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
Apr 04 09:44:24 localhost kernel: cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
Apr 04 09:44:24 localhost kernel: cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
Apr 04 09:44:24 localhost kernel: cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
Apr 04 09:44:24 localhost kernel: cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
Apr 04 09:44:24 localhost kernel: cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
Apr 04 09:44:24 localhost kernel: cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
Apr 04 09:44:24 localhost kernel: cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
Apr 04 09:44:24 localhost kernel: cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
Apr 04 09:44:24 localhost kernel: cfg80211: Calling CRDA for country: US
Apr 04 09:44:24 localhost kernel: cfg80211: Regulatory domain changed to country: US
Apr 04 09:44:24 localhost kernel: cfg80211:  DFS Master region: FCC
Apr 04 09:44:24 localhost kernel: cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
Apr 04 09:44:24 localhost kernel: cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm), (N/A)
Apr 04 09:44:24 localhost kernel: cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 1700 mBm), (N/A)
Apr 04 09:44:24 localhost kernel: cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2300 mBm), (0 s)
Apr 04 09:44:24 localhost kernel: cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2300 mBm), (0 s)
Apr 04 09:44:24 localhost kernel: cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 3000 mBm), (N/A)
Apr 04 09:44:24 localhost kernel: cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
Apr 04 09:44:24 localhost kernel: iwlwifi 0000:02:00.0 wlp2s0: renamed from wlan0
Apr 04 09:44:34 localhost network[1030]: Configuring wireless regulatory domain  [  OK  ]
Apr 04 09:44:34 localhost kernel: iwlwifi 0000:02:00.0: L1 Disabled - LTR Disabled
Apr 04 09:44:34 localhost kernel: iwlwifi 0000:02:00.0: L1 Disabled - LTR Disabled
Apr 04 09:44:34 localhost ifplugd(wlp2s0)[1237]: Using interface wlp2s0/48:51:B7:AD:16:AF with driver <iwlwifi> (version: 3.19.8-desktop-3.mga5)
Apr 04 09:44:45 localhost kernel: IFWLOG: register target
blago84
 
Posts: 5
Joined: Apr 2nd, '16, 20:32

Re: Laptop starts in airplane mode

Postby doktor5000 » Apr 3rd, '16, 12:48

Hmmm, looks all good - you have a wireless interface wlp2s0, it's not soft- or hard-blocked (if one can trust the output),
the firmware is loaded but it did not associate with any wireless network.

Can you please post the output as root of
Code: Select all
iwconfig
iw dev
iw list
iw dev wlp2s0 scan

(now when it's not working.)

And later can you please repeat the commands in my first post when you put it to sleep and woke it up, so after you revived the wireless as you mentioned?
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: 17659
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Laptop starts in airplane mode

Postby blago84 » Apr 3rd, '16, 19:16

I reinstalled MAgeia. And things actually sort of worsened...

Now I cannot even put the laptop to sleep - it crashes on a black screen with a prompt...

I tried running the commands and here is the output:
Code: Select all
[root@localhost blago]# iwconfig
wlp2s0    IEEE 802.11abgn  ESSID:off/any 
          Mode:Managed  Access Point: Not-Associated   Tx-Power=0 dBm   
          Retry short limit:7   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:on
         
enp3s0f1  no wireless extensions.

lo        no wireless extensions.

[root@localhost blago]# iw dev
phy#0
        Interface wlp2s0
                ifindex 3
                wdev 0x1
                addr 48:51:b7:ad:16:af
                type managed
[root@localhost blago]# iw list
Wiphy phy0
        max # scan SSIDs: 20
        max scan IEs length: 439 bytes
        Retry short limit: 7
        Retry long limit: 4
        Coverage class: 0 (up to 0m)
        Device supports RSN-IBSS.
        Device supports AP-side u-APSD.
        Supported Ciphers:
                * CCMP (00-0f-ac:4)
                * TKIP (00-0f-ac:2)
                * WEP40 (00-0f-ac:1)
                * WEP104 (00-0f-ac:5)
                * CMAC (00-0f-ac:6)
                * WPI-SMS4 (00-14-72:1)
        Available Antennas: TX 0 RX 0
        Supported interface modes:
                 * IBSS
                 * managed
                 * AP
                 * AP/VLAN
                 * monitor
                 * P2P-client
                 * P2P-GO
                 * P2P-device
        Band 1:
                Capabilities: 0x11e2
                        HT20/HT40
                        Static SM Power Save
                        RX HT20 SGI
                        RX HT40 SGI
                        TX STBC
                        RX STBC 1-stream
                        Max AMSDU length: 3839 bytes
                        DSSS/CCK HT40
                Maximum RX AMPDU length 65535 bytes (exponent: 0x003)
                Minimum RX AMPDU time spacing: 4 usec (0x05)
                HT TX/RX MCS rate indexes supported: 0-15
                Bitrates (non-HT):
                        * 1.0 Mbps
                        * 2.0 Mbps (short preamble supported)
                        * 5.5 Mbps (short preamble supported)
                        * 11.0 Mbps (short preamble supported)
                        * 6.0 Mbps
                        * 9.0 Mbps
                        * 12.0 Mbps
                        * 18.0 Mbps
                        * 24.0 Mbps
                        * 36.0 Mbps
                        * 48.0 Mbps
                        * 54.0 Mbps
                Frequencies:
                        * 2412 MHz [1] (22.0 dBm)
                        * 2417 MHz [2] (22.0 dBm)
                        * 2422 MHz [3] (22.0 dBm)
                        * 2427 MHz [4] (22.0 dBm)
                        * 2432 MHz [5] (22.0 dBm)
                        * 2437 MHz [6] (22.0 dBm)
                        * 2442 MHz [7] (22.0 dBm)
                        * 2447 MHz [8] (22.0 dBm)
                        * 2452 MHz [9] (22.0 dBm)
                        * 2457 MHz [10] (22.0 dBm)
                        * 2462 MHz [11] (22.0 dBm)
                        * 2467 MHz [12] (disabled)
                        * 2472 MHz [13] (disabled)
        Band 2:
                Capabilities: 0x11e2
                        HT20/HT40
                        Static SM Power Save
                        RX HT20 SGI
                        RX HT40 SGI
                        TX STBC
                        RX STBC 1-stream
                        Max AMSDU length: 3839 bytes
                        DSSS/CCK HT40
                Maximum RX AMPDU length 65535 bytes (exponent: 0x003)
                Minimum RX AMPDU time spacing: 4 usec (0x05)
                HT TX/RX MCS rate indexes supported: 0-15
                Bitrates (non-HT):
                        * 6.0 Mbps
                        * 9.0 Mbps
                        * 12.0 Mbps
                        * 18.0 Mbps
                        * 24.0 Mbps
                        * 36.0 Mbps
                        * 48.0 Mbps
                        * 54.0 Mbps
                Frequencies:
                        * 5180 MHz [36] (17.0 dBm) (no IR)
                        * 5200 MHz [40] (17.0 dBm) (no IR)
                        * 5220 MHz [44] (17.0 dBm) (no IR)
                        * 5240 MHz [48] (17.0 dBm) (no IR)
                        * 5260 MHz [52] (22.0 dBm) (no IR, radar detection)
                          DFS state: usable (for 328 sec)
                          DFS CAC time: 60000 ms
                        * 5280 MHz [56] (22.0 dBm) (no IR, radar detection)
                          DFS state: usable (for 328 sec)
                          DFS CAC time: 60000 ms
                        * 5300 MHz [60] (22.0 dBm) (no IR, radar detection)
                          DFS state: usable (for 328 sec)
                          DFS CAC time: 60000 ms
                        * 5320 MHz [64] (22.0 dBm) (no IR, radar detection)
                          DFS state: usable (for 328 sec)
                          DFS CAC time: 60000 ms
                        * 5500 MHz [100] (22.0 dBm) (no IR, radar detection)
                          DFS state: usable (for 328 sec)
                          DFS CAC time: 60000 ms
                        * 5520 MHz [104] (22.0 dBm) (no IR, radar detection)
                          DFS state: usable (for 328 sec)
                          DFS CAC time: 60000 ms
                        * 5540 MHz [108] (22.0 dBm) (no IR, radar detection)
                          DFS state: usable (for 328 sec)
                          DFS CAC time: 60000 ms
                        * 5560 MHz [112] (22.0 dBm) (no IR, radar detection)
                          DFS state: usable (for 328 sec)
                          DFS CAC time: 60000 ms
                        * 5580 MHz [116] (22.0 dBm) (no IR, radar detection)
                          DFS state: usable (for 328 sec)
                          DFS CAC time: 60000 ms
                        * 5600 MHz [120] (22.0 dBm) (no IR, radar detection)
                          DFS state: usable (for 328 sec)
                          DFS CAC time: 60000 ms
                        * 5620 MHz [124] (22.0 dBm) (no IR, radar detection)
                          DFS state: usable (for 328 sec)
                          DFS CAC time: 60000 ms
                        * 5640 MHz [128] (22.0 dBm) (no IR, radar detection)
                          DFS state: usable (for 328 sec)
                          DFS CAC time: 60000 ms
                        * 5660 MHz [132] (22.0 dBm) (no IR, radar detection)
                          DFS state: usable (for 328 sec)
                          DFS CAC time: 60000 ms
                        * 5680 MHz [136] (22.0 dBm) (no IR, radar detection)
                          DFS state: usable (for 328 sec)
                          DFS CAC time: 60000 ms
                        * 5700 MHz [140] (22.0 dBm) (no IR, radar detection)
                          DFS state: usable (for 328 sec)
                          DFS CAC time: 60000 ms
                        * 5720 MHz [144] (22.0 dBm) (no IR, radar detection)
                          DFS state: usable (for 328 sec)
                          DFS CAC time: 60000 ms
                        * 5745 MHz [149] (22.0 dBm) (no IR)
                        * 5765 MHz [153] (22.0 dBm) (no IR)
                        * 5785 MHz [157] (22.0 dBm) (no IR)
                        * 5805 MHz [161] (22.0 dBm) (no IR)
                        * 5825 MHz [165] (22.0 dBm) (no IR)
        Supported commands:
                 * new_interface
                 * set_interface
                 * new_key
                 * start_ap
                 * new_station
                 * new_mpath
                 * set_mesh_config
                 * set_bss
                 * authenticate
                 * associate
                 * deauthenticate
                 * disassociate
                 * join_ibss
                 * join_mesh
                 * remain_on_channel
                 * set_tx_bitrate_mask
                 * frame
                 * frame_wait_cancel
                 * set_wiphy_netns
                 * set_channel
                 * set_wds_peer
                 * start_sched_scan
                 * probe_client
                 * set_noack_map
                 * register_beacons
                 * start_p2p_device
                 * set_mcast_rate
                 * channel_switch
                 * Unknown command (104)
                 * Unknown command (105)
                 * connect
                 * disconnect
        Supported TX frame types:
                 * IBSS: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
                 * managed: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
                 * AP: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
                 * AP/VLAN: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
                 * mesh point: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
                 * P2P-client: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
                 * P2P-GO: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
                 * P2P-device: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
        Supported RX frame types:
                 * IBSS: 0x40 0xb0 0xc0 0xd0
                 * managed: 0x40 0xd0
                 * AP: 0x00 0x20 0x40 0xa0 0xb0 0xc0 0xd0
                 * AP/VLAN: 0x00 0x20 0x40 0xa0 0xb0 0xc0 0xd0
                 * mesh point: 0xb0 0xc0 0xd0
                 * P2P-client: 0x40 0xd0
                 * P2P-GO: 0x00 0x20 0x40 0xa0 0xb0 0xc0 0xd0
                 * P2P-device: 0x40 0xd0
        WoWLAN support:
                 * wake up on disconnect
                 * wake up on magic packet
                 * wake up on pattern match, up to 20 patterns of 16-128 bytes,
                   maximum packet offset 0 bytes
                 * can do GTK rekeying
                 * wake up on GTK rekey failure
                 * wake up on EAP identity request
                 * wake up on 4-way handshake
                 * wake up on rfkill release
                 * wake up on TCP connection
        software interface modes (can always be added):
                 * AP/VLAN
                 * monitor
        valid interface combinations:
                 * #{ managed } <= 1, #{ AP, P2P-client, P2P-GO } <= 1, #{ P2P-device } <= 1,
                   total <= 3, #channels <= 1
        HT Capability overrides:
                 * MCS: ff ff ff ff ff ff ff ff ff ff
                 * maximum A-MSDU length
                 * supported channel width
                 * short GI for 40 MHz
                 * max A-MPDU length exponent
                 * min MPDU start spacing
        Device supports TX status socket option.
        Device supports HT-IBSS.
        Device supports SAE with AUTHENTICATE command
        Device supports low priority scan.
        Device supports scan flush.
        Device supports per-vif TX power setting
        P2P GO supports CT window setting
        P2P GO supports opportunistic powersave setting
        Driver supports a userspace MPM
        Device supports static SMPS
        Device supports dynamic SMPS
[root@localhost blago]# iw dev wlp2s0 scan
BSS 50:a9:de:76:11:52(on wlp2s0)                                                                                                                                                                                   
        TSF: 709407243460 usec (8d, 05:03:27)                                                                                                                                                                     
        freq: 2412                                                                                                                                                                                                 
        beacon interval: 100 TUs                                                                                                                                                                                   
        capability: ESS Privacy ShortPreamble ShortSlotTime (0x0431)                                                                                                                                               
        signal: -55.00 dBm                                                                                                                                                                                         
        last seen: 1 ms ago                                                                                                                                                                                       
        SSID: At_Home                                                                                                                                                                                             
        Supported rates: 1.0* 2.0* 5.5* 11.0* 9.0 18.0 36.0 54.0                                                                                                                                                   
        DS Parameter set: channel 1                                                                                                                                                                               
        ERP: <no flags>                                                                                                                                                                                           
        Extended supported rates: 6.0 12.0 24.0 48.0                                                                                                                                                               
        WPA:     * Version: 1                                                                                                                                                                                     
                 * Group cipher: TKIP                                                                                                                                                                             
                 * Pairwise ciphers: TKIP
                 * Authentication suites: PSK
        WMM:     * Parameter version 1
                 * BE: CW 15-1023, AIFSN 3
                 * BK: CW 15-1023, AIFSN 7
                 * VI: CW 7-15, AIFSN 2, TXOP 3008 usec
                 * VO: CW 3-7, AIFSN 2, TXOP 1504 usec
        BSS Load:
                 * station count: 2
                 * channel utilisation: 23/255
                 * available admission capacity: 31250 [*32us]
        Country: BG     Environment: Indoor/Outdoor
                Channels [1 - 13] @ 16 dBm
BSS c4:6e:1f:9a:fe:30(on wlp2s0)
        TSF: 7722281454347 usec (89d, 09:04:41)
        freq: 2412
        beacon interval: 100 TUs
        capability: ESS Privacy ShortPreamble ShortSlotTime (0x0431)
        signal: -74.00 dBm
        last seen: 1 ms ago
        Information elements from Probe Response frame:
        SSID: Jelev
        Supported rates: 1.0* 2.0* 5.5* 11.0* 6.0 9.0 12.0 18.0
        DS Parameter set: channel 1
        Country: BG     Environment: Indoor/Outdoor
                Channels [1 - 13] @ 20 dBm
        ERP: <no flags>
        RSN:     * Version: 1
                 * Group cipher: CCMP
                 * Pairwise ciphers: CCMP
                 * Authentication suites: PSK
                 * Capabilities: 1-PTKSA-RC 1-GTKSA-RC (0x0000)
        Extended supported rates: 24.0 36.0 48.0 54.0
        HT capabilities:
                Capabilities: 0x116e
                        HT20/HT40
                        SM Power Save disabled
                        RX HT20 SGI
                        RX HT40 SGI
                        RX STBC 1-stream
                        Max AMSDU length: 3839 bytes
                        DSSS/CCK HT40
                Maximum RX AMPDU length 65535 bytes (exponent: 0x003)
                Minimum RX AMPDU time spacing: No restriction (0x00)
                HT RX MCS rate indexes supported: 0-7
                HT TX MCS rate indexes are undefined
        HT operation:
                 * primary channel: 1
                 * secondary channel offset: above
                 * STA channel width: any
                 * RIFS: 0
                 * HT protection: nonmember
                 * non-GF present: 1
                 * OBSS non-GF present: 1
                 * dual beacon: 0
                 * dual CTS protection: 0
                 * STBC beacon: 0
                 * L-SIG TXOP Prot: 0
                 * PCO active: 0
                 * PCO phase: 0
        WPA:     * Version: 1
                 * Group cipher: CCMP
                 * Pairwise ciphers: CCMP
                 * Authentication suites: PSK
        WMM:     * Parameter version 1
                 * BE: CW 15-1023, AIFSN 3
                 * BK: CW 15-1023, AIFSN 7
                 * VI: CW 7-15, AIFSN 2, TXOP 3008 usec
                 * VO: CW 3-7, AIFSN 2, TXOP 1504 usec
        WPS:     * Version: 1.0
                 * Wi-Fi Protected Setup State: 2 (Configured)
                 * Response Type: 3 (AP)
                 * UUID: 00000000-0000-1000-0000-c46e1f9afe10
                 * Manufacturer: TP-LINK
                 * Model: TL-WR740N
                 * Model Number: 4.0
                 * Serial Number: 1.0
                 * Primary Device Type: 6-0050f204-1
                 * Device name: Wireless Router TL-WR740N
                 * Config methods: Ethernet, Label, PBC
                 * RF Bands: 0x1
                 * Unknown TLV (0x1049, 20 bytes): 00 24 e2 60 02 00 01 01 60 00 00 02 00 01 60 01 00 02 00 01
BSS c0:4a:00:5f:e6:d4(on wlp2s0)
        TSF: 8964630006 usec (0d, 02:29:24)
        freq: 2427
        beacon interval: 100 TUs
        capability: ESS Privacy ShortPreamble ShortSlotTime (0x0431)
        signal: -71.00 dBm
        last seen: 1 ms ago
        Information elements from Probe Response frame:
        SSID: Napoli
        Supported rates: 1.0* 2.0* 5.5* 11.0* 6.0 9.0 12.0 18.0
        DS Parameter set: channel 4
        ERP: <no flags>
        RSN:     * Version: 1
                 * Group cipher: CCMP
                 * Pairwise ciphers: CCMP
                 * Authentication suites: PSK
                 * Capabilities: 1-PTKSA-RC 1-GTKSA-RC (0x0000)
        Extended supported rates: 24.0 36.0 48.0 54.0
        HT capabilities:
                Capabilities: 0x11ef
                        RX LDPC
                        HT20/HT40
                        SM Power Save disabled
                        RX HT20 SGI
                        RX HT40 SGI
                        TX STBC
                        RX STBC 1-stream
                        Max AMSDU length: 3839 bytes
                        DSSS/CCK HT40
                Maximum RX AMPDU length 65535 bytes (exponent: 0x003)
                Minimum RX AMPDU time spacing: No restriction (0x00)
                HT RX MCS rate indexes supported: 0-15
                HT TX MCS rate indexes are undefined
        HT operation:
                 * primary channel: 4
                 * secondary channel offset: above
                 * STA channel width: any
                 * RIFS: 0
                 * HT protection: nonmember
                 * non-GF present: 1
                 * OBSS non-GF present: 1
                 * dual beacon: 0
                 * dual CTS protection: 0
                 * STBC beacon: 0
                 * L-SIG TXOP Prot: 0
                 * PCO active: 0
                 * PCO phase: 0
        WMM:     * Parameter version 1
                 * u-APSD
                 * BE: CW 15-1023, AIFSN 3
                 * BK: CW 15-1023, AIFSN 7
                 * VI: CW 7-15, AIFSN 2, TXOP 3008 usec
                 * VO: CW 3-7, AIFSN 2, TXOP 1504 usec
        WPS:     * Version: 1.0
                 * Wi-Fi Protected Setup State: 2 (Configured)
                 * Response Type: 3 (AP)
                 * UUID: 00010203-0405-0607-0809-0a0b0c0d0e0f
                 * Manufacturer: TP-LINK
                 * Model: TL-WR841N
                 * Model Number: 8.0
                 * Serial Number: 1.0
                 * Primary Device Type: 6-0050f204-1
                 * Device name: Wireless Router TL-WR841N
                 * Config methods: Ethernet, Label, PBC
                 * RF Bands: 0x1
                 * Unknown TLV (0x1049, 20 bytes): 00 24 e2 60 02 00 01 01 60 00 00 02 00 01 60 01 00 02 00 01
BSS 64:66:b3:a3:d4:4e(on wlp2s0)
        TSF: 2724595246293 usec (31d, 12:49:55)
        freq: 2437
        beacon interval: 100 TUs
        capability: ESS Privacy ShortPreamble ShortSlotTime (0x0431)
        signal: -90.00 dBm
        last seen: 1 ms ago
        SSID: Plam
        Supported rates: 1.0* 2.0* 5.5* 11.0* 6.0 9.0 12.0 18.0
        DS Parameter set: channel 6
        ERP: <no flags>
        RSN:     * Version: 1
                 * Group cipher: CCMP
                 * Pairwise ciphers: CCMP
                 * Authentication suites: PSK
                 * Capabilities: 1-PTKSA-RC 1-GTKSA-RC (0x0000)
        Extended supported rates: 24.0 36.0 48.0 54.0
        HT capabilities:
                Capabilities: 0x11ef
                        RX LDPC
                        HT20/HT40
                        SM Power Save disabled
                        RX HT20 SGI
                        RX HT40 SGI
                        TX STBC
                        RX STBC 1-stream
                        Max AMSDU length: 3839 bytes
                        DSSS/CCK HT40
                Maximum RX AMPDU length 65535 bytes (exponent: 0x003)
                Minimum RX AMPDU time spacing: No restriction (0x00)
                HT RX MCS rate indexes supported: 0-15
                HT TX MCS rate indexes are undefined
        HT operation:
                 * primary channel: 6
                 * secondary channel offset: no secondary
                 * STA channel width: any
                 * RIFS: 0
                 * HT protection: nonmember
                 * non-GF present: 1
                 * OBSS non-GF present: 0
                 * dual beacon: 0
                 * dual CTS protection: 0
                 * STBC beacon: 0
                 * L-SIG TXOP Prot: 0
                 * PCO active: 0
                 * PCO phase: 0
        WPA:     * Version: 1
                 * Group cipher: CCMP
                 * Pairwise ciphers: CCMP
                 * Authentication suites: PSK
        WMM:     * Parameter version 1
                 * u-APSD
                 * BE: CW 15-1023, AIFSN 3
                 * BK: CW 15-1023, AIFSN 7
                 * VI: CW 7-15, AIFSN 2, TXOP 3008 usec
                 * VO: CW 3-7, AIFSN 2, TXOP 1504 usec
BSS 00:13:10:d2:7c:b6(on wlp2s0)
        TSF: 68145971582 usec (0d, 18:55:45)
        freq: 2437
        beacon interval: 100 TUs
        capability: ESS Privacy ShortSlotTime (0x0411)
        signal: -86.00 dBm
        last seen: 3000 ms ago
        Information elements from Probe Response frame:
        SSID: MiFi-1
        Supported rates: 1.0* 2.0* 5.5* 11.0*
        DS Parameter set: channel 6
        TIM: DTIM Count 0 DTIM Period 1 Bitmap Control 0x0 Bitmap[0] 0x0
        ERP: <no flags>
        Extended supported rates: 6.0* 9.0 12.0* 18.0 24.0* 36.0 48.0 54.0
        RSN:     * Version: 1
                 * Group cipher: CCMP
                 * Pairwise ciphers: CCMP
                 * Authentication suites: PSK
                 * Capabilities: 1-PTKSA-RC 1-GTKSA-RC (0x0000)
BSS 74:ea:3a:dc:d1:66(on wlp2s0)
        TSF: 36767948160 usec (0d, 10:12:47)
        freq: 2452
        beacon interval: 100 TUs
        capability: ESS Privacy ShortPreamble ShortSlotTime (0x0431)
        signal: -86.00 dBm
        last seen: 2910 ms ago
        Information elements from Probe Response frame:
        SSID: TP-LINK_DCD166
        Supported rates: 1.0* 2.0* 5.5* 11.0* 6.0 9.0 12.0 18.0
        DS Parameter set: channel 9
        TIM: DTIM Count 0 DTIM Period 1 Bitmap Control 0x0 Bitmap[0] 0x0
        ERP: <no flags>
        RSN:     * Version: 1
                 * Group cipher: CCMP
                 * Pairwise ciphers: CCMP
                 * Authentication suites: PSK
                 * Capabilities: 1-PTKSA-RC 1-GTKSA-RC (0x0000)
        Extended supported rates: 24.0 36.0 48.0 54.0
        WMM:     * Parameter version 1
                 * u-APSD
                 * BE: CW 15-1023, AIFSN 3
                 * BK: CW 15-1023, AIFSN 7
                 * VI: CW 7-15, AIFSN 2, TXOP 3008 usec
                 * VO: CW 3-7, AIFSN 2, TXOP 1504 usec
        HT capabilities:
                Capabilities: 0x114e
                        HT20/HT40
                        SM Power Save disabled
                        RX HT40 SGI
                        RX STBC 1-stream
                        Max AMSDU length: 3839 bytes
                        DSSS/CCK HT40
                Maximum RX AMPDU length 65535 bytes (exponent: 0x003)
                Minimum RX AMPDU time spacing: 8 usec (0x06)
                HT RX MCS rate indexes supported: 0-7
                HT TX MCS rate indexes are undefined
        HT operation:
                 * primary channel: 9
                 * secondary channel offset: below
                 * STA channel width: any
                 * RIFS: 1
                 * HT protection: no
                 * non-GF present: 0
                 * OBSS non-GF present: 0
                 * dual beacon: 0
                 * dual CTS protection: 0
                 * STBC beacon: 0
                 * L-SIG TXOP Prot: 0
                 * PCO active: 0
                 * PCO phase: 0
        WPS:     * Version: 1.0
                 * Wi-Fi Protected Setup State: 2 (Configured)
BSS ac:9e:17:bc:cc:e8(on wlp2s0)
        TSF: 273229394560 usec (3d, 03:53:49)
        freq: 2462
        beacon interval: 100 TUs
        capability: ESS Privacy ShortSlotTime (0x0411)
        signal: -36.00 dBm
        last seen: 1 ms ago
        Information elements from Probe Response frame:
        SSID: WLAN63
        Supported rates: 1.0* 2.0* 5.5* 11.0* 18.0 24.0 36.0 54.0
        DS Parameter set: channel 11
        ERP: <no flags>
        ERP D4.0: <no flags>
        RSN:     * Version: 1
                 * Group cipher: CCMP
                 * Pairwise ciphers: CCMP
                 * Authentication suites: PSK
                 * Capabilities: 16-PTKSA-RC 1-GTKSA-RC (0x000c)
        Extended supported rates: 6.0 9.0 12.0 48.0
        HT capabilities:
                Capabilities: 0x187c
                        HT20
                        SM Power Save disabled
                        RX Greenfield
                        RX HT20 SGI
                        RX HT40 SGI
                        No RX STBC
                        Max AMSDU length: 7935 bytes
                        DSSS/CCK HT40
                Maximum RX AMPDU length 65535 bytes (exponent: 0x003)
                Minimum RX AMPDU time spacing: 8 usec (0x06)
                HT RX MCS rate indexes supported: 0-7
                HT TX MCS rate indexes are undefined
        HT operation:
                 * primary channel: 11
                 * secondary channel offset: no secondary
                 * STA channel width: 20 MHz
                 * RIFS: 1
                 * HT protection: nonmember
                 * non-GF present: 1
                 * OBSS non-GF present: 1
                 * dual beacon: 0
                 * dual CTS protection: 0
                 * STBC beacon: 0
                 * L-SIG TXOP Prot: 0
                 * PCO active: 0
                 * PCO phase: 0
        WPS:     * Version: 1.0
                 * Wi-Fi Protected Setup State: 2 (Configured)
                 * Response Type: 3 (AP)
                 * UUID: c2a1a8e1-de73-b615-cafd-a3d3dd830f15
                 * Manufacturer: ASUSTek
                 * Model: Wireless Router
                 * Model Number: 123456
                 * Serial Number: 45
                 * Primary Device Type: 6-0050f204-1
                 * Device name: ASUS Wireless Router
                 * Config methods: Display
                 * RF Bands: 0x1
                 * Unknown TLV (0x1049, 6 bytes): 00 37 2a 00 01 20
        WMM:     * Parameter version 1
                 * u-APSD
                 * BE: CW 15-1023, AIFSN 3
                 * BK: CW 15-1023, AIFSN 7
                 * VI: CW 7-15, AIFSN 2, TXOP 3008 usec
                 * VO: CW 3-7, AIFSN 2, TXOP 1504 usec
BSS 60:e3:27:a1:ac:f6(on wlp2s0)
        TSF: 1207431511820 usec (13d, 23:23:51)
        freq: 2462
        beacon interval: 100 TUs
        capability: ESS Privacy ShortPreamble ShortSlotTime (0x0431)
        signal: -84.00 dBm
        last seen: 1 ms ago
        SSID: Velkova
        Supported rates: 1.0* 2.0* 5.5* 11.0* 6.0 9.0 12.0 18.0
        DS Parameter set: channel 11
        Country: US     Environment: Indoor/Outdoor
                Channels [1 - 11] @ 30 dBm
        ERP: <no flags>
        Extended supported rates: 24.0 36.0 48.0 54.0
        RSN:     * Version: 1
                 * Group cipher: CCMP
                 * Pairwise ciphers: CCMP
                 * Authentication suites: PSK
                 * Capabilities: 16-PTKSA-RC 1-GTKSA-RC (0x000c)
        WPA:     * Version: 1
                 * Group cipher: CCMP
                 * Pairwise ciphers: CCMP
                 * Authentication suites: PSK
        HT capabilities:
                Capabilities: 0x116c
                        HT20
                        SM Power Save disabled
                        RX HT20 SGI
                        RX HT40 SGI
                        RX STBC 1-stream
                        Max AMSDU length: 3839 bytes
                        DSSS/CCK HT40
                Maximum RX AMPDU length 65535 bytes (exponent: 0x003)
                Minimum RX AMPDU time spacing: 8 usec (0x06)
                HT TX/RX MCS rate indexes supported: 0-7
        HT operation:
                 * primary channel: 11
                 * secondary channel offset: no secondary
                 * STA channel width: 20 MHz
                 * RIFS: 0
                 * HT protection: nonmember
                 * non-GF present: 0
                 * OBSS non-GF present: 1
                 * dual beacon: 0
                 * dual CTS protection: 0
                 * STBC beacon: 0
                 * L-SIG TXOP Prot: 0
                 * PCO active: 0
                 * PCO phase: 0
        Extended capabilities: 6
        WMM:     * Parameter version 1
                 * u-APSD
                 * BE: CW 15-1023, AIFSN 3
                 * BK: CW 15-1023, AIFSN 7
                 * VI: CW 7-15, AIFSN 2, TXOP 3008 usec
                 * VO: CW 3-7, AIFSN 2, TXOP 1504 usec
BSS 30:b5:c2:53:c7:48(on wlp2s0)
        TSF: 516871502054 usec (5d, 23:34:31)
        freq: 2462
        beacon interval: 100 TUs
        capability: ESS Privacy ShortPreamble ShortSlotTime (0x0431)
        signal: -80.00 dBm
        last seen: 1 ms ago
        SSID: TP-LINK_C748
        Supported rates: 1.0* 2.0* 5.5* 11.0* 6.0 9.0 12.0 18.0
        DS Parameter set: channel 11
        ERP: <no flags>
        RSN:     * Version: 1
                 * Group cipher: CCMP
                 * Pairwise ciphers: CCMP
                 * Authentication suites: PSK
                 * Capabilities: 1-PTKSA-RC 1-GTKSA-RC (0x0000)
        Extended supported rates: 24.0 36.0 48.0 54.0
        HT capabilities:
                Capabilities: 0x116e
                        HT20/HT40
                        SM Power Save disabled
                        RX HT20 SGI
                        RX HT40 SGI
                        RX STBC 1-stream
                        Max AMSDU length: 3839 bytes
                        DSSS/CCK HT40
                Maximum RX AMPDU length 65535 bytes (exponent: 0x003)
                Minimum RX AMPDU time spacing: No restriction (0x00)
                HT RX MCS rate indexes supported: 0-7
                HT TX MCS rate indexes are undefined
        HT operation:
                 * primary channel: 11
                 * secondary channel offset: below
                 * STA channel width: any
                 * RIFS: 0
                 * HT protection: nonmember
                 * non-GF present: 0
                 * OBSS non-GF present: 1
                 * dual beacon: 0
                 * dual CTS protection: 0
                 * STBC beacon: 0
                 * L-SIG TXOP Prot: 0
                 * PCO active: 0
                 * PCO phase: 0
        WMM:     * Parameter version 1
                 * BE: CW 15-1023, AIFSN 3
                 * BK: CW 15-1023, AIFSN 7
                 * VI: CW 7-15, AIFSN 2, TXOP 3008 usec
                 * VO: CW 3-7, AIFSN 2, TXOP 1504 usec
        WPS:     * Version: 1.0
                 * Wi-Fi Protected Setup State: 2 (Configured)
                 * Response Type: 3 (AP)
                 * UUID: 00010203-0405-0607-0809-0a0b0c0d0e10
                 * Manufacturer: TP-LINK
                 * Model: TL-WR740N/TL-WR741ND
                 * Model Number: 5.0
                 * Serial Number: 1.0
                 * Primary Device Type: 6-0050f204-1
                 * Device name: Wireless Router WR740N/WR741ND
                 * Config methods: Ethernet, Label, PBC
                 * RF Bands: 0x1
                 * Unknown TLV (0x1049, 20 bytes): 00 24 e2 60 02 00 01 01 60 00 00 02 00 01 60 01 00 02 00 01


But on the other side, after running the commands, my WiFi activated and I was able to connect to my network, despite the laptop is still in "airplane mode"...
blago84
 
Posts: 5
Joined: Apr 2nd, '16, 20:32

Re: Laptop starts in airplane mode

Postby doktor5000 » Apr 4th, '16, 01:05

blago84 wrote:I reinstalled MAgeia. And things actually sort of worsened...

Why did you reinstall?
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: 17659
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Laptop starts in airplane mode

Postby blago84 » Apr 4th, '16, 18:15

Well... I came to believe I've messed up something during the initial install. Maybe it was a stupid decision...
Cleaned everything and reinstalled.
By the way after I ran these last commands you asked for, the laptop stopped crashing upon falling asleep.
So now I'm exactly in the same position. It starts in "airplane mode" and needs to be put to sleep in order to get rid of it...
If there is a way just to activate that "airplane mode" key... (fn+f2)
blago84
 
Posts: 5
Joined: Apr 2nd, '16, 20:32

Re: Laptop starts in airplane mode

Postby doktor5000 » Apr 4th, '16, 19:21

You missed something from previous post:
doktor5000 wrote:And later can you please repeat the commands in my first post when you put it to sleep and woke it up, so after you revived the wireless as you mentioned?


blago84 wrote:If there is a way just to activate that "airplane mode" key... (fn+f2)

Please open a terminal, and as root run
Code: Select all
journalctl -af

and leave it running, it will show the journal log as entries are generated. Then simply press Fn+F2 a couple of times and wait a few seconds between each press,
and see if there are new log lines printed when you press those keys. Then simply post the whole output here and abort the journal view with Ctrl+C

If that doesn't show anything, you might need to install
Code: Select all
xev
and basically do the same procedure as above with journalctl.
xev is something different and registers key presses and prints out what it recognises. That is, if there's a driver for those extra buttons.
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: 17659
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Laptop starts in airplane mode

Postby blago84 » Apr 7th, '16, 08:05

Ok, I tried the first command... and it shows some output for the regular keys, but nothing about the fn+something combinations, even when they actually do something.

Example:
fn+f3 and fn+f4 are the controls for the keyboard lighting. They function normally, yet no output is displayed in the console window.
(And unfortunately, the combination that is supposed to switch on and off the airplane mode is fn+f2, so it also does not show anything)

About xev - how do I install it?

The commands from your first post return as follows:
Code: Select all
[root@localhost blago]# lspcidrake -v|grep -iE "wlan|wifi|wireless|net"
r8169           : Realtek Semiconductor Co., Ltd.|RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [NETWORK_ETHERNET] (vendor:10ec device:8168 subv:1043 subd:205f) (rev: 12)
iwlwifi         : Intel Corporation|Wireless 7260 [NETWORK_OTHER] (vendor:8086 device:08b1 subv:8086 subd:4160) (rev: bb)
btusb           : Intel Corp.|Unknown [Wireless|Radio Frequency|Bluetooth] (vendor:8087 device:07dc)

Code: Select all
[root@localhost blago]# ps -ef|grep -v grep|grep -iE "net|wpa"
root        24     2  0 08:35 ?        00:00:00 [netns]
systemd+   952     1  0 08:36 ?        00:00:00 /usr/lib/systemd/systemd-networkd
root      1233     1  0 08:36 ?        00:00:00 /usr/sbin/wpa_supplicant -B -i wlp2s0 -c /etc/wpa_supplicant.conf -D wext
blago     2361  1674  0 08:36 ?        00:00:05 /usr/bin/perl /usr/bin/net_applet


Code: Select all
[root@localhost blago]#     ifconfig -a
enp3s0f1: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether 08:62:66:b3:5a:b3  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

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 1144  bytes 88512 (86.4 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 1144  bytes 88512 (86.4 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlp2s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 134.120.1.242  netmask 255.255.255.0  broadcast 134.120.1.255
        inet6 fe80::4a51:b7ff:fead:16af  prefixlen 64  scopeid 0x20<link>
        ether 48:51:b7:ad:16:af  txqueuelen 1000  (Ethernet)
        RX packets 14636  bytes 12053141 (11.4 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 12715  bytes 1721427 (1.6 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0


Code: Select all
[root@localhost blago]#     rfkill list all
1: asus-wlan: Wireless LAN
        Soft blocked: no
        Hard blocked: no
2: asus-bluetooth: Bluetooth
        Soft blocked: no
        Hard blocked: no
3: phy0: Wireless LAN
        Soft blocked: no
        Hard blocked: no
5: hci0: Bluetooth
        Soft blocked: no
        Hard blocked: no

Code: Select all
[root@localhost blago]#     systemctl status network.service -a
● network.service - LSB: Bring up/down networking
   Loaded: loaded (/etc/rc.d/init.d/network)
   Active: active (running) since Thu 2016-04-07 08:36:04 EEST; 24min ago
  Process: 981 ExecStart=/etc/rc.d/init.d/network start (code=exited, status=0/SUCCESS)
   CGroup: /system.slice/network.service
           ├─1175 /sbin/ifplugd -I -b -i enp3s0f1
           ├─1233 /usr/sbin/wpa_supplicant -B -i wlp2s0 -c /etc/wpa_supplicant.conf -D wext
           ├─1235 /sbin/ifplugd -I -b -i wlp2s0
           └─4801 dhclient -1 -q -lf /var/lib/dhclient/dhclient--wlp2s0.lease -pf /var/run/dhclient-...

Apr 07 08:44:09 localhost ifplugd(wlp2s0)[1235]: Link beat lost.
Apr 07 08:44:15 localhost ifplugd(wlp2s0)[1235]: Executing '/etc/ifplugd/ifplugd.action wlp2s0 down'.
Apr 07 08:44:15 localhost ifplugd(wlp2s0)[1235]: Program executed successfully.
Apr 07 08:44:35 localhost ifplugd(wlp2s0)[1235]: Link beat detected.
Apr 07 08:44:36 localhost ifplugd(wlp2s0)[1235]: Executing '/etc/ifplugd/ifplugd.action wlp2s0 up'.
Apr 07 08:44:37 localhost dhclient[4691]: DHCPREQUEST on wlp2s0 to 255.255.255.255 port 67
Apr 07 08:44:37 localhost dhclient[4691]: DHCPACK from 134.120.1.1
Apr 07 08:44:38 localhost dhclient[4691]: bound to 134.120.1.242 -- renewal in 38300 seconds.
Apr 07 08:44:38 localhost ifplugd(wlp2s0)[1235]: client: Determining IP information for wlp2s0... done.
Apr 07 08:44:38 localhost ifplugd(wlp2s0)[1235]: Program executed successfully.

Code: Select all
[root@localhost blago]#     journalctl -ab | grep -iE "fw|firmware|iwl|wifi|wire|80211"
Apr 07 08:35:47 localhost kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
Apr 07 08:35:47 localhost kernel: [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
Apr 07 08:35:47 localhost kernel: [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
Apr 07 08:35:47 localhost kernel: [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
Apr 07 08:35:47 localhost kernel: psmouse serio4: elantech: assuming hardware version 4 (with firmware version 0x381fa2)
Apr 07 08:35:53 localhost kernel: [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
Apr 07 08:35:53 localhost kernel: [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
Apr 07 08:35:53 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
Apr 07 08:35:53 localhost kernel: Intel(R) Wireless WiFi driver for Linux
Apr 07 08:35:53 localhost kernel: iwlwifi 0000:02:00.0: enabling device (0000 -> 0002)
Apr 07 08:35:53 localhost kernel: Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.7.10-fw-1.80.1.2d.d.bseq
Apr 07 08:35:53 localhost kernel: Bluetooth: hci0: Intel Bluetooth firmware patch completed and activated
Apr 07 08:35:53 localhost kernel: iwlwifi 0000:02:00.0: loaded firmware version 25.30.13.0 op_mode iwlmvm
Apr 07 08:35:53 localhost kernel: iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless N 7260, REV=0x144
Apr 07 08:35:53 localhost kernel: iwlwifi 0000:02:00.0: L1 Enabled - LTR Disabled
Apr 07 08:35:53 localhost kernel: iwlwifi 0000:02:00.0: L1 Enabled - LTR Disabled
Apr 07 08:35:53 localhost kernel: ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
Apr 07 08:35:54 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
Apr 07 08:35:54 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
Apr 07 08:35:54 localhost kernel: cfg80211: World regulatory domain updated:
Apr 07 08:35:54 localhost kernel: cfg80211:  DFS Master region: unset
Apr 07 08:35:54 localhost kernel: cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
Apr 07 08:35:54 localhost kernel: cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
Apr 07 08:35:54 localhost kernel: cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
Apr 07 08:35:54 localhost kernel: cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
Apr 07 08:35:54 localhost kernel: cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
Apr 07 08:35:54 localhost kernel: cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
Apr 07 08:35:54 localhost kernel: cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
Apr 07 08:35:54 localhost kernel: cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
Apr 07 08:35:54 localhost kernel: cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
Apr 07 08:35:54 localhost kernel: cfg80211: Calling CRDA for country: US
Apr 07 08:35:54 localhost kernel: cfg80211: Regulatory domain changed to country: US
Apr 07 08:35:54 localhost kernel: cfg80211:  DFS Master region: FCC
Apr 07 08:35:54 localhost kernel: cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
Apr 07 08:35:54 localhost kernel: cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm), (N/A)
Apr 07 08:35:54 localhost kernel: cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 1700 mBm), (N/A)
Apr 07 08:35:54 localhost kernel: cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2300 mBm), (0 s)
Apr 07 08:35:54 localhost kernel: cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2300 mBm), (0 s)
Apr 07 08:35:54 localhost kernel: cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 3000 mBm), (N/A)
Apr 07 08:35:54 localhost kernel: cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
Apr 07 08:35:54 localhost kernel: iwlwifi 0000:02:00.0: RF_KILL bit toggled to disable radio.
Apr 07 08:35:55 localhost kernel: iwlwifi 0000:02:00.0 wlp2s0: renamed from wlan0
Apr 07 08:36:03 localhost network[981]: Configuring wireless regulatory domain  [  OK  ]
Apr 07 08:36:04 localhost network[981]: Error for wireless request "Set Encode" (8B2A) :
Apr 07 08:36:04 localhost ifplugd(wlp2s0)[1235]: Using interface wlp2s0/48:51:B7:AD:16:AF with driver <iwlwifi> (version: 4.1.15-desktop-2.mga5)
Apr 07 08:37:01 localhost kernel: IFWLOG: register target
Apr 07 08:38:14 localhost kernel: iwlwifi 0000:02:00.0: L1 Enabled - LTR Disabled
Apr 07 08:38:14 localhost kernel: iwlwifi 0000:02:00.0: L1 Enabled - LTR Disabled
Apr 07 08:38:14 localhost kernel: Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.7.10-fw-1.80.1.2d.d.bseq
Apr 07 08:38:14 localhost kernel: iwlwifi 0000:02:00.0: L1 Enabled - LTR Disabled
Apr 07 08:38:14 localhost kernel: iwlwifi 0000:02:00.0: L1 Enabled - LTR Disabled
Apr 07 08:38:14 localhost kernel: Bluetooth: hci0: Intel Bluetooth firmware patch completed and activated
Apr 07 08:38:17 localhost kernel: iwlwifi 0000:02:00.0: No association and the time event is over already...
Apr 07 08:38:18 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
Apr 07 08:38:18 localhost kernel: cfg80211: World regulatory domain updated:
Apr 07 08:38:18 localhost kernel: cfg80211:  DFS Master region: unset
Apr 07 08:38:18 localhost kernel: cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
Apr 07 08:38:18 localhost kernel: cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
Apr 07 08:38:18 localhost kernel: cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
Apr 07 08:38:18 localhost kernel: cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
Apr 07 08:38:18 localhost kernel: cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
Apr 07 08:38:18 localhost kernel: cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
Apr 07 08:38:18 localhost kernel: cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
Apr 07 08:38:18 localhost kernel: cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
Apr 07 08:38:18 localhost kernel: cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
Apr 07 08:38:18 localhost kernel: cfg80211: Calling CRDA for country: US
Apr 07 08:38:18 localhost kernel: cfg80211: Regulatory domain changed to country: US
Apr 07 08:38:18 localhost kernel: cfg80211:  DFS Master region: FCC
Apr 07 08:38:18 localhost kernel: cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
Apr 07 08:38:18 localhost kernel: cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm), (N/A)
Apr 07 08:38:18 localhost kernel: cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 1700 mBm), (N/A)
Apr 07 08:38:18 localhost kernel: cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2300 mBm), (0 s)
Apr 07 08:38:18 localhost kernel: cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2300 mBm), (0 s)
Apr 07 08:38:18 localhost kernel: cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 3000 mBm), (N/A)
Apr 07 08:38:18 localhost kernel: cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
Apr 07 08:44:08 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
Apr 07 08:44:08 localhost kernel: iwlwifi 0000:02:00.0: RF_KILL bit toggled to enable radio.
Apr 07 08:44:08 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
Apr 07 08:44:08 localhost kernel: iwlwifi 0000:02:00.0: L1 Enabled - LTR Disabled
Apr 07 08:44:08 localhost kernel: iwlwifi 0000:02:00.0: L1 Enabled - LTR Disabled
Apr 07 08:44:08 localhost kernel: iwlwifi 0000:02:00.0: L1 Enabled - LTR Disabled
Apr 07 08:44:08 localhost kernel: iwlwifi 0000:02:00.0: L1 Enabled - LTR Disabled
Apr 07 08:44:08 localhost kernel: cfg80211: World regulatory domain updated:
Apr 07 08:44:08 localhost kernel: cfg80211:  DFS Master region: unset
Apr 07 08:44:08 localhost kernel: cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
Apr 07 08:44:08 localhost kernel: cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
Apr 07 08:44:08 localhost kernel: cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
Apr 07 08:44:08 localhost kernel: cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
Apr 07 08:44:08 localhost kernel: cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
Apr 07 08:44:08 localhost kernel: cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
Apr 07 08:44:08 localhost kernel: cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
Apr 07 08:44:08 localhost kernel: cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
Apr 07 08:44:08 localhost kernel: cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
Apr 07 08:44:08 localhost kernel: cfg80211: Calling CRDA for country: US
Apr 07 08:44:08 localhost kernel: Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.7.10-fw-1.80.1.2d.d.bseq
Apr 07 08:44:08 localhost kernel: cfg80211: Regulatory domain changed to country: US
Apr 07 08:44:08 localhost kernel: cfg80211:  DFS Master region: FCC
Apr 07 08:44:08 localhost kernel: cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
Apr 07 08:44:08 localhost kernel: cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm), (N/A)
Apr 07 08:44:08 localhost kernel: cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 1700 mBm), (N/A)
Apr 07 08:44:08 localhost kernel: cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2300 mBm), (0 s)
Apr 07 08:44:08 localhost kernel: cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2300 mBm), (0 s)
Apr 07 08:44:08 localhost kernel: cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 3000 mBm), (N/A)
Apr 07 08:44:08 localhost kernel: cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
Apr 07 08:44:09 localhost kernel: Bluetooth: hci0: Intel Bluetooth firmware patch completed and activated
Apr 07 08:44:15 localhost kernel: iwlwifi 0000:02:00.0: L1 Enabled - LTR Disabled
Apr 07 08:44:15 localhost kernel: iwlwifi 0000:02:00.0: L1 Enabled - LTR Disabled
Apr 07 08:44:15 localhost kernel: iwlwifi 0000:02:00.0: L1 Enabled - LTR Disabled
Apr 07 08:44:15 localhost kernel: iwlwifi 0000:02:00.0: L1 Enabled - LTR Disabled
Apr 07 08:44:36 localhost mandi[3403]: handling method call 'GetMode' on interface 'org.mageia.monitoring.ifw'
Apr 07 08:44:36 localhost mandi[3403]: handling method call 'GetMode' on interface 'org.mageia.monitoring.ifw'
Apr 07 08:44:36 localhost mandi[3403]: handling method call 'GetMode' on interface 'org.mageia.monitoring.ifw'
Apr 07 08:44:36 localhost mandi[3403]: handling method call 'GetMode' on interface 'org.mageia.monitoring.ifw'
blago84
 
Posts: 5
Joined: Apr 2nd, '16, 20:32


Return to Networking

Who is online

Users browsing this forum: No registered users and 1 guest

cron