Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: Ubuntu detects networks but can't connect - Intel Wifi Link 5100

  1. #11
    Join Date
    Mar 2010
    Location
    India
    Beans
    8,116

    Re: Ubuntu detects networks but can't connect - Intel Wifi Link 5100

    Quote Originally Posted by nicoeoc View Post
    Code:
    ~$ cat /etc/pm/power.d
    cat: /etc/pm/power.d: It's a directory
    My mistake! It should have been "ls", not "cat", corrected in the original post.

    Please try the corrected command and post back the output.

    And try this -
    Code:
    sudo iwconfig wlan0 txpower 20
    ..then check if the value was accepted -
    Code:
    iwconfig wlan0
    Does the "Tx-Power" change to 20 dBm? It may or may not, as not all cards support multiple tx powers. So if it doesn't stick or doesn't help, then disabling N-channel in the router itself is our next best hope. Please refer to its user manual to see how to change its channel mode to b/g only (or post its exact model no. so we may try to look it up on the net).
    Varun
    Help others by marking threads as [SOLVED], if they are. (See how)
    Wireless Script | Use Code Tags

  2. #12
    Join Date
    Nov 2009
    Beans
    18

    Re: Ubuntu detects networks but can't connect - Intel Wifi Link 5100

    Hi, corrected commands:

    Code:
    ~$ ls /etc/pm/power.d
    wireless
    Code:
    ~$ grep -R "iwlwifi" /etc/modprobe.d/
    /etc/modprobe.d/iwlwifi.conf~:options iwlwifi
    /etc/modprobe.d/iwlwifi.conf:options iwlwifi 11n_disable=1 swcrypto=1
    Code:
    ~$ grep -R [[:graph:]] /sys/module/iwlwifi/parameters
    /sys/module/iwlwifi/parameters/nvm_file:(null)
    /sys/module/iwlwifi/parameters/swcrypto:1
    /sys/module/iwlwifi/parameters/power_save:N
    /sys/module/iwlwifi/parameters/led_mode:0
    /sys/module/iwlwifi/parameters/amsdu_size_8K:0
    /sys/module/iwlwifi/parameters/fw_restart:Y
    /sys/module/iwlwifi/parameters/bt_coex_active:Y
    /sys/module/iwlwifi/parameters/11n_disable:1
    /sys/module/iwlwifi/parameters/antenna_coupling:0
    /sys/module/iwlwifi/parameters/wd_disable:1
    /sys/module/iwlwifi/parameters/power_level:0
    Code:
    ~$ dmesg | grep 80211
    [14655.430458] cfg80211: Calling CRDA to update world regulatory domain
    [14655.439493] cfg80211: World regulatory domain updated:
    [14655.439496] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
    [14655.439498] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [14655.439500] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [14655.439502] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
    [14655.439504] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [14655.439506] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [14655.484527] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
    [14786.945771] cfg80211: Calling CRDA to update world regulatory domain
    [14786.948858] cfg80211: World regulatory domain updated:
    [14786.948862] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
    [14786.948865] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [14786.948867] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [14786.948869] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
    [14786.948871] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [14786.948873] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [14786.996867] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
    [14951.307568] cfg80211: Calling CRDA to update world regulatory domain
    [14951.315834] cfg80211: World regulatory domain updated:
    [14951.315839] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
    [14951.315841] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [14951.315843] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [14951.315845] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
    [14951.315847] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [14951.315849] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [14951.359007] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
    [18114.828311] cfg80211: Calling CRDA to update world regulatory domain
    [18114.833479] cfg80211: World regulatory domain updated:
    [18114.833483] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
    [18114.833486] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [18114.833488] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [18114.833490] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
    [18114.833492] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [18114.833494] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [18114.878179] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
    [27128.718849] cfg80211: Calling CRDA to update world regulatory domain
    [27128.722383] cfg80211: World regulatory domain updated:
    [27128.722387] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
    [27128.722389] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [27128.722392] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [27128.722394] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
    [27128.722395] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [27128.722397] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [27183.709188] cfg80211: Calling CRDA to update world regulatory domain
    [27183.722803] cfg80211: World regulatory domain updated:
    [27183.722815] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
    [27183.722822] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [27183.722828] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [27183.722834] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
    [27183.722840] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [27183.722845] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)

    For tx-power:

    Code:
    ~$ sudo iwconfig wlan0 txpower 20
    [sudo] password for "user": 
    
    ~$ iwconfig wlan0
    wlan0     IEEE 802.11abg  ESSID:off/any  
              Mode:Managed  Access Point: Not-Associated   Tx-Power=15 dBm   
              Retry  long limit:7   RTS thr:off   Fragment thr:off
              Power Management:off
    For n-channel management I can find nothing, here are some links referring to my router model:

    http://www.plus.net/support/broadban...wireless.shtml
    https://www.ono.es/resources/files/a...ual_Ingles.pdf

  3. #13
    Join Date
    Mar 2010
    Location
    India
    Beans
    8,116

    Re: Ubuntu detects networks but can't connect - Intel Wifi Link 5100

    Hmm.. interesting router, probably designed by Steve Jobs himself.

    Since we can't test with N channel fully disabled (on both the router and the driver), let's try something radical. That is, enable it on the driver as well. There is only one usual combination that you don't seem to have tried yet (since 11n_disable and swcrypto were enabled all along since we started). Please do -
    Code:
    sudo sed -i 's/11n.*1/swcrypto=1 bt_coex_active=N/' /etc/modprobe.d/iwlwifi.conf
    Then check -
    Code:
    cat /etc/modprobe.d/iwlwifi.conf
    It should now be -
    Code:
    options iwlwifi swcrypto=1 bt_coex_active=N
    ..that is, 11n_disable=1 gone! Like I said, it is radical to our approach to disable it completely, let's see if it can surprise us.

    To make the change effective, either reboot, or -
    Code:
    sudo modprobe -rv iwldvm
    sudo modprobe -v iwldvm
    ..with this, we are probably at the end of whatever can be sensibly tried with the driver itself, maybe forcing a lower speed could be my next advice if this doesn't help.
    Varun
    Help others by marking threads as [SOLVED], if they are. (See how)
    Wireless Script | Use Code Tags

  4. #14
    Join Date
    Nov 2009
    Beans
    18

    Re: Ubuntu detects networks but can't connect - Intel Wifi Link 5100

    This doesn't seem to help either. What I'm going to do is a new fresh install of ubuntu 13.10, and then check things we've been doing again.

    Regarding the router I must tell you this wifi problem is old, and at least 3 different routers (for adsl company changes) have had the same problem...

    Frustation levels at max.

    Thanks anyway for your help, when I'm done reinstalling SO I'll pass by again.

  5. #15
    Join Date
    Mar 2010
    Location
    India
    Beans
    8,116

    Re: Ubuntu detects networks but can't connect - Intel Wifi Link 5100

    ..And I'd be keen to hear about the progress.

    As a side note, could you try 12.04.3 as well? Just a test in Live mode, no installation. This driver (+ this card that you have) used to work nicely in kernel 3.8 that 12.04.3 comes with by default. Saucy, as well as the kernel 3.11 in it are rather new and I don't have much evidence about the driver included in it to be able to judge or even guess its performance.

    Latest is not always the greatest.
    Varun
    Help others by marking threads as [SOLVED], if they are. (See how)
    Wireless Script | Use Code Tags

  6. #16
    Join Date
    Nov 2009
    Beans
    18

    Re: Ubuntu detects networks but can't connect - Intel Wifi Link 5100

    Hello again, I have just fresh-installed Ubuntu 12.04 amd64, and have checked everything we did before with no progress. It recognizes networks, it recognize mine, but can't connect to it.

    I post updated commands:

    lshw -C network, lspci -nn | grep 0280, ~$ iwconfig, ~$ rfkill list all
    Code:
    ~$ sudo lshw -C network
      *-network               
           description: Wireless interface
           product: WiFi Link 5100
           vendor: Intel Corporation
           physical id: 0
           bus info: pci@0000:0c:00.0
           logical name: wlan0
           version: 00
           serial: 00:22:fb:9b:56:54
           width: 64 bits
           clock: 33MHz
           capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
           configuration: broadcast=yes driver=iwlwifi driverversion=3.8.0-32-generic firmware=8.83.5.1 build 33692 latency=0 link=no multicast=yes wireless=IEEE 802.11abg
           resources: irq:46 memory:f6cfe000-f6cfffff
      *-network
           description: Ethernet interface
           product: 88E8040 PCI-E Fast Ethernet Controller
           vendor: Marvell Technology Group Ltd.
           physical id: 0
           bus info: pci@0000:09:00.0
           logical name: eth0
           version: 13
           serial: 00:25:64:44:48:2b
           size: 100Mbit/s
           capacity: 100Mbit/s
           width: 64 bits
           clock: 33MHz
           capabilities: pm msi pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation
           configuration: autonegotiation=on broadcast=yes driver=sky2 driverversion=1.30 duplex=full ip=192.168.1.11 latency=0 link=yes multicast=yes port=twisted pair speed=100Mbit/s
           resources: irq:45 memory:f6bfc000-f6bfffff ioport:ce00(size=256)
    
    
    
    ~$ lspci -nn | grep 0280
    0c:00.0 Network controller [0280]: Intel Corporation WiFi Link 5100 [8086:4232]
    
    
    
    ~$ iwconfig
    eth0      no wireless extensions.
    
    
    lo        no wireless extensions.
    
    
    wlan0     IEEE 802.11abg  ESSID:off/any  
              Mode:Managed  Access Point: Not-Associated   Tx-Power=15 dBm   
              Retry  long limit:7   RTS thr:off   Fragment thr:off
              Power Management:off
    
    
    
    ~$ rfkill list all
    4: phy0: Wireless LAN
        Soft blocked: no
        Hard blocked: no
    swcrypto=1, 11n_disable=1, bt_coex_active=N:
    Code:
    sudo modprobe -rv iwldvm
    rmmod /lib/modules/3.8.0-32-generic/kernel/drivers/net/wireless/iwlwifi/dvm/iwldvm.ko
    rmmod /lib/modules/3.8.0-32-generic/kernel/drivers/net/wireless/iwlwifi/iwlwifi.ko
    rmmod /lib/modules/3.8.0-32-generic/kernel/net/mac80211/mac80211.ko
    rmmod /lib/modules/3.8.0-32-generic/kernel/net/wireless/cfg80211.ko
    
    ~$ sudo modprobe -v iwlwifi swcrypto=1
    insmod /lib/modules/3.8.0-32-generic/kernel/net/wireless/cfg80211.ko 
    insmod /lib/modules/3.8.0-32-generic/kernel/drivers/net/wireless/iwlwifi/iwlwifi.ko swcrypto=1
    
    ~$ sudo modprobe -v iwldvm
    
    
    ~$ sudo modprobe -rv iwldvm
    rmmod /lib/modules/3.8.0-32-generic/kernel/drivers/net/wireless/iwlwifi/dvm/iwldvm.ko
    rmmod /lib/modules/3.8.0-32-generic/kernel/drivers/net/wireless/iwlwifi/iwlwifi.ko
    rmmod /lib/modules/3.8.0-32-generic/kernel/net/mac80211/mac80211.ko
    rmmod /lib/modules/3.8.0-32-generic/kernel/net/wireless/cfg80211.ko
    
    ~$ sudo modprobe -v iwlwifi 11n_disable=1
    insmod /lib/modules/3.8.0-32-generic/kernel/net/wireless/cfg80211.ko 
    insmod /lib/modules/3.8.0-32-generic/kernel/drivers/net/wireless/iwlwifi/iwlwifi.ko 11n_disable=1
    
    ~$ sudo modprobe -v iwldvm
    
    
    ~$ sudo modprobe -rv iwldvm
    rmmod /lib/modules/3.8.0-32-generic/kernel/drivers/net/wireless/iwlwifi/dvm/iwldvm.ko
    rmmod /lib/modules/3.8.0-32-generic/kernel/drivers/net/wireless/iwlwifi/iwlwifi.ko
    rmmod /lib/modules/3.8.0-32-generic/kernel/net/mac80211/mac80211.ko
    rmmod /lib/modules/3.8.0-32-generic/kernel/net/wireless/cfg80211.ko
    
    ~$ sudo modprobe -v iwlwifi bt_coex_active=N
    insmod /lib/modules/3.8.0-32-generic/kernel/net/wireless/cfg80211.ko 
    insmod /lib/modules/3.8.0-32-generic/kernel/drivers/net/wireless/iwlwifi/iwlwifi.ko bt_coex_active=N
    
    ~$ sudo modprobe -v iwldvm
    
    
    ~$ sudo modprobe -rv iwldvm
    rmmod /lib/modules/3.8.0-32-generic/kernel/drivers/net/wireless/iwlwifi/dvm/iwldvm.ko
    rmmod /lib/modules/3.8.0-32-generic/kernel/drivers/net/wireless/iwlwifi/iwlwifi.ko
    rmmod /lib/modules/3.8.0-32-generic/kernel/net/mac80211/mac80211.ko
    rmmod /lib/modules/3.8.0-32-generic/kernel/net/wireless/cfg80211.ko
    
    ~$ sudo modprobe -v iwlwifi swcrypto=1 11n_disable=1 bt_coex_active=N
    insmod /lib/modules/3.8.0-32-generic/kernel/net/wireless/cfg80211.ko 
    insmod /lib/modules/3.8.0-32-generic/kernel/drivers/net/wireless/iwlwifi/iwlwifi.ko swcrypto=1 11n_disable=1 bt_coex_active=N
    
    ~$ sudo modprobe -v iwldvm
    varunendra Wireless script:
    Code:
    
    *************** info trace ***************
    
    
    ***** uname -a *****
    
    
    Linux espe-laptop 3.8.0-32-generic #47~precise1-Ubuntu SMP Wed Oct 2 16:19:35 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
    
    
    ***** lsb_release *****
    
    
    Distributor ID:    Ubuntu
    Description:    Ubuntu 12.04.3 LTS
    Release:    12.04
    Codename:    precise
    
    
    ***** lspci *****
    
    
    09:00.0 Ethernet controller [0200]: Marvell Technology Group Ltd. 88E8040 PCI-E Fast Ethernet Controller [11ab:4354] (rev 13)
        Subsystem: Dell Device [1028:0406]
        Kernel driver in use: sky2
    --
    0c:00.0 Network controller [0280]: Intel Corporation WiFi Link 5100 [8086:4232]
        Subsystem: Intel Corporation WiFi Link 5100 AGN [8086:1321]
        Kernel driver in use: iwlwifi
    
    
    ***** lsusb *****
    
    
    Bus 001 Device 003: ID 0c45:6400 Microdia 
    Bus 006 Device 002: ID 046d:c52f Logitech, Inc. Wireless Mouse M305
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    
    
    ***** PCMCIA Card Info *****
    
    
    
    
    ***** iwconfig *****
    
    
    wlan0     IEEE 802.11abg  ESSID:off/any  
              Mode:Managed  Access Point: Not-Associated   Tx-Power=15 dBm   
              Retry  long limit:7   RTS thr:off   Fragment thr:off
              Power Management:off
              
    
    
    ***** rfkill *****
    
    
    4: phy0: Wireless LAN
        Soft blocked: no
        Hard blocked: no
    
    
    ***** lsmod *****
    
    
    iwldvm                249093  0 
    mac80211              630977  1 iwldvm
    iwlwifi               183603  1 iwldvm
    cfg80211              525326  3 iwldvm,mac80211,iwlwifi
    
    
    ***** nm-tool *****
    
    
    NetworkManager Tool
    
    
    State: connected (global)
    
    
    - Device: wlan0 ----------------------------------------------------------------
      Type:              802.11 WiFi
      Driver:            iwlwifi
      State:             disconnected
      Default:           no
      HW Address:        <MAC address removed>
    
    
      Capabilities:
    
    
      Wireless Properties
        WEP Encryption:  yes
        WPA Encryption:  yes
        WPA2 Encryption: yes
    
    
      Wireless Access Points 
        WLAN_87D6:       Infra, <MAC address removed>, Freq 2457 MHz, Rate 54 Mb/s, Strength 39 WPA
        WLAN_2188:       Infra, <MAC address removed>, Freq 2412 MHz, Rate 54 Mb/s, Strength 35 WPA
        Vodafone9E47:    Infra, <MAC address removed>, Freq 2412 MHz, Rate 54 Mb/s, Strength 27 WPA
        WLAN_9771:       Infra, <MAC address removed>, Freq 2462 MHz, Rate 54 Mb/s, Strength 34 WPA
        WLAN_E439:       Infra, <MAC address removed>, Freq 2417 MHz, Rate 54 Mb/s, Strength 32 WPA
        Orange-E129:     Infra, <MAC address removed>, Freq 2462 MHz, Rate 54 Mb/s, Strength 30 WPA2
        Orange-e3f2:     Infra, <MAC address removed>, Freq 2437 MHz, Rate 54 Mb/s, Strength 32 WPA WPA2
        WLAN_03EB:       Infra, <MAC address removed>, Freq 2437 MHz, Rate 54 Mb/s, Strength 22 WPA
        Orange-2CF8:     Infra, <MAC address removed>, Freq 2462 MHz, Rate 54 Mb/s, Strength 27 WPA WPA2
        vodafone606A:    Infra, <MAC address removed>, Freq 2422 MHz, Rate 54 Mb/s, Strength 25 WPA
        JAZZTEL_576C:    Infra, <MAC address removed>, Freq 2462 MHz, Rate 54 Mb/s, Strength 24 WPA
        FTE-ACD6:        Infra, <MAC address removed>, Freq 2462 MHz, Rate 54 Mb/s, Strength 30 WPA
        jaycasnat:       Infra, <MAC address removed>, Freq 2467 MHz, Rate 54 Mb/s, Strength 22 WPA
        WLAN_4DAC:       Infra, <MAC address removed>, Freq 2472 MHz, Rate 54 Mb/s, Strength 24 WPA
        WLAN_0BE8:       Infra, <MAC address removed>, Freq 2467 MHz, Rate 54 Mb/s, Strength 20 WPA
        WLAN_5564:       Infra, <MAC address removed>, Freq 2472 MHz, Rate 54 Mb/s, Strength 20 WPA
        WLAN_82:         Infra, <MAC address removed>, Freq 2422 MHz, Rate 54 Mb/s, Strength 22 WEP
        WLAN_620C:       Infra, <MAC address removed>, Freq 2472 MHz, Rate 54 Mb/s, Strength 19 WPA
        WLAN_5F95:       Infra, <MAC address removed>, Freq 2437 MHz, Rate 54 Mb/s, Strength 22 WPA
        LCA:             Infra, <MAC address removed>, Freq 2437 MHz, Rate 54 Mb/s, Strength 27 WEP
        WLAN_5450:       Infra, <MAC address removed>, Freq 2462 MHz, Rate 54 Mb/s, Strength 22 WPA
        WLAN_FEBA:       Infra, <MAC address removed>, Freq 2437 MHz, Rate 54 Mb/s, Strength 25 WPA
        vodafone74E2:    Infra, <MAC address removed>, Freq 2412 MHz, Rate 54 Mb/s, Strength 22 WPA
        VodafoneBCEC:    Infra, <MAC address removed>, Freq 2412 MHz, Rate 54 Mb/s, Strength 24 WPA
        vodafone9392:    Infra, <MAC address removed>, Freq 2432 MHz, Rate 54 Mb/s, Strength 22 WPA
        Jazztel_6C:      Infra, <MAC address removed>, Freq 2452 MHz, Rate 54 Mb/s, Strength 22 WPA WPA2
        ONO2475FA:       Infra, <MAC address removed>, Freq 2412 MHz, Rate 54 Mb/s, Strength 47
        WiFi277490:      Infra, <MAC address removed>, Freq 2462 MHz, Rate 54 Mb/s, Strength 24 WPA WPA2
        JAZZTEL_13EC:    Infra, <MAC address removed>, Freq 2462 MHz, Rate 54 Mb/s, Strength 20 WPA
        WLAN_4830:       Infra, <MAC address removed>, Freq 2437 MHz, Rate 54 Mb/s, Strength 24 WPA
        WLAN_A737:       Infra, <MAC address removed>, Freq 2462 MHz, Rate 54 Mb/s, Strength 22 WPA
        WLAN_E6:         Infra, <MAC address removed>, Freq 2457 MHz, Rate 54 Mb/s, Strength 15 WPA WPA2
    
    
    
    
    - Device: eth0  [Wired connection 1] -------------------------------------------
      Type:              Wired
      Driver:            sky2
      State:             connected
      Default:           yes
      HW Address:        <MAC address removed>
    
    
      Capabilities:
        Carrier Detect:  yes
        Speed:           100 Mb/s
    
    
      Wired Properties
        Carrier:         on
    
    
      IPv4 Settings:
        Address:         192.168.1.11
        Prefix:          24 (255.255.255.0)
        Gateway:         192.168.1.1
    
    
        DNS:             192.168.1.1
    
    
    
    
    
    
    ***** NetworkManager.state *****
    
    
    [main]
    NetworkingEnabled=true
    WirelessEnabled=true
    WWANEnabled=true
    WimaxEnabled=true
    
    
    ***** NetworkManager.conf *****
    
    
    [main]
    plugins=ifupdown,keyfile
    dns=dnsmasq
    
    
    [ifupdown]
    managed=false
    
    
    ***** interfaces *****
    
    
    auto lo
    iface lo inet loopback
    
    
    
    
    ***** iwlist *****
    
    
    wlan0     Scan completed :
              Cell 01 - Address: <MAC address removed>
                        Channel:10
                        Frequency:2.457 GHz (Channel 10)
                        Quality=30/70  Signal level=-80 dBm  
                        Encryption key:on
                        ESSID:"WLAN_87D6"
                        Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
                                  24 Mb/s; 36 Mb/s; 54 Mb/s
                        Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 48 Mb/s
                        Mode:Master
                        Extra:tsf=0000045be0ff118b
                        Extra: Last beacon: 2940ms ago
                        IE: Unknown: 0009574C414E5F38374436
                        IE: Unknown: 010882848B962430486C
                        IE: Unknown: 03010A
                        IE: Unknown: 050400010000
                        IE: Unknown: 2A0100
                        IE: Unknown: 2F0100
                        IE: Unknown: 32040C121860
                        IE: Unknown: 2D1A6C181BFFFF000000000000000000000000000000000000000000
                        IE: Unknown: 3D160A080000000000000000000000000000000000000000
                        IE: Unknown: DD090010180200F4050000
                        IE: WPA Version 1
                            Group Cipher : TKIP
                            Pairwise Ciphers (2) : CCMP TKIP
                            Authentication Suites (1) : PSK
                        IE: Unknown: DD180050F2020101800003A4000027A4000042435E0062322F00
                        IE: Unknown: DD1E00904C336C181BFFFF000000000000000000000000000000000000000000
                        IE: Unknown: DD1A00904C340A080000000000000000000000000000000000000000
              Cell 02 - Address: <MAC address removed>
                        Channel:9
                        Frequency:2.452 GHz (Channel 9)
                        Quality=24/70  Signal level=-86 dBm  
                        Encryption key:on
                        ESSID:"Jazztel_6C"
                        Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
                                  9 Mb/s; 12 Mb/s; 18 Mb/s
                        Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
                        Mode:Master
                        Extra:tsf=000004571767817f
                        Extra: Last beacon: 3108ms ago
                        IE: Unknown: 000A4A617A7A74656C5F3643
                        IE: Unknown: 010882848B960C121824
                        IE: Unknown: 030109
                        IE: Unknown: 050400010000
                        IE: Unknown: 2A0104
                        IE: Unknown: 32043048606C
                        IE: Unknown: 2D1A0C181EFFFF000000000000000000000000000000000000000000
                        IE: Unknown: 3D1609000000000000000000000000000000000000000000
                        IE: WPA Version 1
                            Group Cipher : CCMP
                            Pairwise Ciphers (1) : CCMP
                            Authentication Suites (1) : PSK
                        IE: IEEE 802.11i/WPA2 Version 1
                            Group Cipher : CCMP
                            Pairwise Ciphers (1) : CCMP
                            Authentication Suites (1) : PSK
                        IE: Unknown: DD180050F2020101000003A4000027A4000042435E0062322F00
                        IE: Unknown: DD1E00904C330C181EFFFF000000000000000000000000000000000000000000
                        IE: Unknown: DD1A00904C3409000000000000000000000000000000000000000000
                        IE: Unknown: DD0600E04C020160
              Cell 03 - Address: <MAC address removed>
                        Channel:11
                        Frequency:2.462 GHz (Channel 11)
                        Quality=29/70  Signal level=-81 dBm  
                        Encryption key:on
                        ESSID:"Orange-E129"
                        Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s
                        Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s
                                  36 Mb/s; 48 Mb/s; 54 Mb/s
                        Mode:Master
                        Extra:tsf=000000a6eba0e002
                        Extra: Last beacon: 3084ms ago
                        IE: Unknown: 000B4F72616E67652D45313239
                        IE: Unknown: 010482848B96
                        IE: Unknown: 03010B
                        IE: Unknown: 0506000501000800
                        IE: Unknown: 0706455320010D14
                        IE: Unknown: 200100
                        IE: Unknown: 2A0100
                        IE: Unknown: 2D1A2C001EFFFF000000000000000000000000000080C00000000000
                        IE: Unknown: 32080C1218243048606C
                        IE: Unknown: 3D160B001700000000000000000000000000000000000000
                        IE: Unknown: DD1E00904C332C001EFFFF000000000000000000000000000080C00000000000
                        IE: Unknown: DD1A00904C340B001700000000000000000000000000000000000000
                        IE: IEEE 802.11i/WPA2 Version 1
                            Group Cipher : CCMP
                            Pairwise Ciphers (1) : CCMP
                            Authentication Suites (1) : PSK
                           Preauthentication Supported
                        IE: Unknown: DD180050F2020101020003A4000027A4000042435E0062322F00
                        IE: Unknown: DD050050F20500
                        IE: Unknown: DD0E0050F204104A0001101044000102
                        IE: Unknown: DD050009860100
              Cell 04 - Address: <MAC address removed>
                        Channel:6
                        Frequency:2.437 GHz (Channel 6)
                        Quality=26/70  Signal level=-84 dBm  
                        Encryption key:on
                        ESSID:"WLAN_03EB"
                        Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
                                  24 Mb/s; 36 Mb/s; 54 Mb/s
                        Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 48 Mb/s
                        Mode:Master
                        Extra:tsf=00000340de6f5719
                        Extra: Last beacon: 3188ms ago
                        IE: Unknown: 0009574C414E5F30334542
                        IE: Unknown: 010882848B962430486C
                        IE: Unknown: 030106
                        IE: Unknown: 050400010000
                        IE: Unknown: 2A0102
                        IE: Unknown: 2F0102
                        IE: Unknown: 32040C121860
                        IE: Unknown: 2D1A6C181BFFFF000000000000000000000000000000000000000000
                        IE: Unknown: 3D1606001700000000000000000000000000000000000000
                        IE: Unknown: DD090010180201F4050000
                        IE: WPA Version 1
                            Group Cipher : TKIP
                            Pairwise Ciphers (2) : CCMP TKIP
                            Authentication Suites (1) : PSK
                        IE: Unknown: DD180050F2020101800003A4000027A4000042435E0062322F00
                        IE: Unknown: DD1E00904C336C181BFFFF000000000000000000000000000000000000000000
                        IE: Unknown: DD1A00904C3406001700000000000000000000000000000000000000
              Cell 05 - Address: <MAC address removed>
                        Channel:6
                        Frequency:2.437 GHz (Channel 6)
                        Quality=23/70  Signal level=-87 dBm  
                        Encryption key:on
                        ESSID:"WLAN_4830"
                        Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 9 Mb/s
                                  18 Mb/s; 36 Mb/s; 54 Mb/s
                        Bit Rates:6 Mb/s; 12 Mb/s; 24 Mb/s; 48 Mb/s
                        Mode:Master
                        Extra:tsf=000000a908e36161
                        Extra: Last beacon: 3192ms ago
                        IE: Unknown: 0009574C414E5F34383330
                        IE: Unknown: 010882848B961224486C
                        IE: Unknown: 030106
                        IE: Unknown: 32040C183060
                        IE: Unknown: 0706455320010D14
                        IE: Unknown: 33082001020304050607
                        IE: Unknown: 33082105060708090A0B
                        IE: Unknown: DD050050F20500
                        IE: Unknown: DD0E0050F204104A0001101044000102
                        IE: Unknown: 050400010000
                        IE: Unknown: 2A0100
                        IE: Unknown: 2D1AEE1117FFFF0000010000000000000000000000000C0000000000
                        IE: Unknown: 3D1606000100000000000000000000000000000000000000
                        IE: WPA Version 1
                            Group Cipher : TKIP
                            Pairwise Ciphers (2) : CCMP TKIP
                            Authentication Suites (1) : PSK
                        IE: Unknown: DD180050F2020101800003A4000027A4000042435E0062322F00
                        IE: Unknown: 0B05000026127A
                        IE: Unknown: DD07000C4307000000
              Cell 06 - Address: <MAC address removed>
                        Channel:13
                        Frequency:2.472 GHz (Channel 13)
                        Quality=26/70  Signal level=-84 dBm  
                        Encryption key:on
                        ESSID:"WLAN_4DAC"
                        Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 9 Mb/s
                                  18 Mb/s; 36 Mb/s; 54 Mb/s
                        Bit Rates:6 Mb/s; 12 Mb/s; 24 Mb/s; 48 Mb/s
                        Mode:Master
                        Extra:tsf=000000f0a4dbc0d2
                        Extra: Last beacon: 2816ms ago
                        IE: Unknown: 0009574C414E5F34444143
                        IE: Unknown: 010882848B961224486C
                        IE: Unknown: 03010D
                        IE: Unknown: 32040C183060
                        IE: Unknown: 0706455320010D14
                        IE: Unknown: 33082001020304050607
                        IE: Unknown: 33082105060708090A0B
                        IE: Unknown: DD270050F204104A0001101044000102104700102880288028801880A88000A0267C4DAC103C000101
                        IE: Unknown: 05050001008001
                        IE: Unknown: 2A0100
                        IE: Unknown: 2D1A0E1017FFFF0000010000000000000000000000000C0000000000
                        IE: Unknown: 3D160D070600000000000000000000000000000000000000
                        IE: Unknown: 4A0E14000A002C01C800140005001900
                        IE: Unknown: 7F0101
                        IE: WPA Version 1
                            Group Cipher : TKIP
                            Pairwise Ciphers (2) : TKIP CCMP
                            Authentication Suites (1) : PSK
                        IE: Unknown: DD180050F2020101000003A4000027A4000042435E0062322F00
                        IE: Unknown: 0B05030009127A
                        IE: Unknown: DD07000C4304000000
              Cell 07 - Address: <MAC address removed>
                        Channel:12
                        Frequency:2.467 GHz (Channel 12)
                        Quality=24/70  Signal level=-86 dBm  
                        Encryption key:on
                        ESSID:"WLAN_0BE8"
                        Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 9 Mb/s
                                  18 Mb/s; 36 Mb/s; 54 Mb/s
                        Bit Rates:6 Mb/s; 12 Mb/s; 24 Mb/s; 48 Mb/s
                        Mode:Master
                        Extra:tsf=000001ae0456a16d
                        Extra: Last beacon: 2904ms ago
                        IE: Unknown: 0009574C414E5F30424538
                        IE: Unknown: 010882848B961224486C
                        IE: Unknown: 03010C
                        IE: Unknown: 32040C183060
                        IE: Unknown: 0706455320010D14
                        IE: Unknown: 33082001020304050607
                        IE: Unknown: 33082105060708090A0B
                        IE: Unknown: DD270050F204104A0001101044000102104700102880288028801880A88000A026810BE8103C000101
                        IE: Unknown: 050400010000
                        IE: Unknown: 2A0100
                        IE: Unknown: 2D1A0E1017FFFF0000010000000000000000000000000C0000000000
                        IE: Unknown: 3D160C070700000000000000000000000000000000000000
                        IE: Unknown: 4A0E14000A002C01C800140005001900
                        IE: Unknown: 7F0101
                        IE: WPA Version 1
                            Group Cipher : TKIP
                            Pairwise Ciphers (2) : TKIP CCMP
                            Authentication Suites (1) : PSK
                        IE: Unknown: DD180050F2020101000003A4000027A4000042435E0062322F00
                        IE: Unknown: 0B0501000F127A
                        IE: Unknown: DD07000C4304000000
              Cell 08 - Address: <MAC address removed>
                        Channel:13
                        Frequency:2.472 GHz (Channel 13)
                        Quality=22/70  Signal level=-88 dBm  
                        Encryption key:on
                        ESSID:"WLAN_5564"
                        Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 9 Mb/s
                                  18 Mb/s; 36 Mb/s; 54 Mb/s
    
    
    
    
    ***** resolv.conf *****
    
    
    nameserver 127.0.0.1
    
    
    ***** blacklist *****
    
    
    [/etc/modprobe.d/blacklist-ath_pci.conf]
    blacklist ath_pci
    
    
    [/etc/modprobe.d/blacklist.conf]
    blacklist evbug
    blacklist usbmouse
    blacklist usbkbd
    blacklist eepro100
    blacklist de4x5
    blacklist eth1394
    blacklist snd_intel8x0m
    blacklist snd_aw2
    blacklist i2c_i801
    blacklist prism54
    blacklist bcm43xx
    blacklist garmin_gps
    blacklist asus_acpi
    blacklist snd_pcsp
    blacklist pcspkr
    blacklist amd76x_edac
    
    
    ***** modinfo *****
    
    
    filename:       /lib/modules/3.8.0-32-generic/kernel/drivers/net/wireless/iwlwifi/dvm/iwldvm.ko
    license:        GPL
    author:         Copyright(c) 2003-2012 Intel Corporation <ilw@linux.intel.com>
    version:        in-tree:
    description:    Intel(R) Wireless WiFi Link AGN driver for Linux
    srcversion:     EECB8DFF0B4BD5CD4432F8E
    depends:        iwlwifi,mac80211,cfg80211
    intree:         Y
    vermagic:       3.8.0-32-generic SMP mod_unload modversions 
    
    
    filename:       /lib/modules/3.8.0-32-generic/kernel/drivers/net/wireless/iwlwifi/iwlwifi.ko
    license:        GPL
    author:         Copyright(c) 2003-2012 Intel Corporation <ilw@linux.intel.com>
    version:        in-tree:
    description:    Intel(R) Wireless WiFi driver for Linux
    firmware:       iwlwifi-100-5.ucode
    firmware:       iwlwifi-1000-5.ucode
    firmware:       iwlwifi-135-6.ucode
    firmware:       iwlwifi-105-6.ucode
    firmware:       iwlwifi-2030-6.ucode
    firmware:       iwlwifi-2000-6.ucode
    firmware:       iwlwifi-5150-2.ucode
    firmware:       iwlwifi-5000-5.ucode
    firmware:       iwlwifi-6000g2b-6.ucode
    firmware:       iwlwifi-6000g2a-5.ucode
    firmware:       iwlwifi-6050-5.ucode
    firmware:       iwlwifi-6000-4.ucode
    firmware:       iwlwifi-3160-6.ucode
    firmware:       iwlwifi-7260-6.ucode
    srcversion:     5A113A7294F746786C0EDF7
    alias:          pci:v00008086d000008B3sv*sd00008070bc*sc*i*
    alias:          pci:v00008086d000008B3sv*sd00000070bc*sc*i*
    alias:          pci:v00008086d000008B1sv*sd0000C070bc*sc*i*
    alias:          pci:v00008086d000008B1sv*sd00004070bc*sc*i*
    alias:          pci:v00008086d00000892sv*sd00000462bc*sc*i*
    alias:          pci:v00008086d00000893sv*sd00000262bc*sc*i*
    alias:          pci:v00008086d00000892sv*sd00000062bc*sc*i*
    alias:          pci:v00008086d00000894sv*sd00000822bc*sc*i*
    alias:          pci:v00008086d00000894sv*sd00000422bc*sc*i*
    alias:          pci:v00008086d00000895sv*sd00000222bc*sc*i*
    alias:          pci:v00008086d00000894sv*sd00000022bc*sc*i*
    alias:          pci:v00008086d0000088Fsv*sd00005260bc*sc*i*
    alias:          pci:v00008086d0000088Esv*sd00004860bc*sc*i*
    alias:          pci:v00008086d0000088Esv*sd00004460bc*sc*i*
    alias:          pci:v00008086d0000088Fsv*sd00004260bc*sc*i*
    alias:          pci:v00008086d0000088Esv*sd00004060bc*sc*i*
    alias:          pci:v00008086d00000887sv*sd00004462bc*sc*i*
    alias:          pci:v00008086d00000888sv*sd00004262bc*sc*i*
    alias:          pci:v00008086d00000887sv*sd00004062bc*sc*i*
    alias:          pci:v00008086d00000890sv*sd00004822bc*sc*i*
    alias:          pci:v00008086d00000890sv*sd00004422bc*sc*i*
    alias:          pci:v00008086d00000891sv*sd00004222bc*sc*i*
    alias:          pci:v00008086d00000890sv*sd00004022bc*sc*i*
    alias:          pci:v00008086d00000896sv*sd00005027bc*sc*i*
    alias:          pci:v00008086d00000896sv*sd00005025bc*sc*i*
    alias:          pci:v00008086d00000897sv*sd00005017bc*sc*i*
    alias:          pci:v00008086d00000897sv*sd00005015bc*sc*i*
    alias:          pci:v00008086d00000896sv*sd00005007bc*sc*i*
    alias:          pci:v00008086d00000896sv*sd00005005bc*sc*i*
    alias:          pci:v00008086d000008AEsv*sd00001027bc*sc*i*
    alias:          pci:v00008086d000008AEsv*sd00001025bc*sc*i*
    alias:          pci:v00008086d000008AFsv*sd00001017bc*sc*i*
    alias:          pci:v00008086d000008AFsv*sd00001015bc*sc*i*
    alias:          pci:v00008086d000008AEsv*sd00001007bc*sc*i*
    alias:          pci:v00008086d000008AEsv*sd00001005bc*sc*i*
    alias:          pci:v00008086d00000084sv*sd00001316bc*sc*i*
    alias:          pci:v00008086d00000084sv*sd00001216bc*sc*i*
    alias:          pci:v00008086d00000083sv*sd00001326bc*sc*i*
    alias:          pci:v00008086d00000083sv*sd00001226bc*sc*i*
    alias:          pci:v00008086d00000083sv*sd00001306bc*sc*i*
    alias:          pci:v00008086d00000083sv*sd00001206bc*sc*i*
    alias:          pci:v00008086d00000084sv*sd00001315bc*sc*i*
    alias:          pci:v00008086d00000084sv*sd00001215bc*sc*i*
    alias:          pci:v00008086d00000083sv*sd00001325bc*sc*i*
    alias:          pci:v00008086d00000083sv*sd00001225bc*sc*i*
    alias:          pci:v00008086d00000083sv*sd00001305bc*sc*i*
    alias:          pci:v00008086d00000083sv*sd00001205bc*sc*i*
    alias:          pci:v00008086d00000886sv*sd00001317bc*sc*i*
    alias:          pci:v00008086d00000886sv*sd00001315bc*sc*i*
    alias:          pci:v00008086d00000885sv*sd00001327bc*sc*i*
    alias:          pci:v00008086d00000885sv*sd00001325bc*sc*i*
    alias:          pci:v00008086d00000885sv*sd00001307bc*sc*i*
    alias:          pci:v00008086d00000885sv*sd00001305bc*sc*i*
    alias:          pci:v00008086d00000089sv*sd00001316bc*sc*i*
    alias:          pci:v00008086d00000089sv*sd00001311bc*sc*i*
    alias:          pci:v00008086d00000087sv*sd00001326bc*sc*i*
    alias:          pci:v00008086d00000087sv*sd00001321bc*sc*i*
    alias:          pci:v00008086d00000087sv*sd00001306bc*sc*i*
    alias:          pci:v00008086d00000087sv*sd00001301bc*sc*i*
    alias:          pci:v00008086d00000091sv*sd00005226bc*sc*i*
    alias:          pci:v00008086d00000091sv*sd00005225bc*sc*i*
    alias:          pci:v00008086d00000091sv*sd00005221bc*sc*i*
    alias:          pci:v00008086d00000091sv*sd00005207bc*sc*i*
    alias:          pci:v00008086d00000091sv*sd00005206bc*sc*i*
    alias:          pci:v00008086d00000091sv*sd00005205bc*sc*i*
    alias:          pci:v00008086d00000091sv*sd00005201bc*sc*i*
    alias:          pci:v00008086d00000090sv*sd00005216bc*sc*i*
    alias:          pci:v00008086d00000090sv*sd00005215bc*sc*i*
    alias:          pci:v00008086d00000090sv*sd00005211bc*sc*i*
    alias:          pci:v00008086d0000008Bsv*sd00005317bc*sc*i*
    alias:          pci:v00008086d0000008Bsv*sd00005315bc*sc*i*
    alias:          pci:v00008086d0000008Asv*sd00005327bc*sc*i*
    alias:          pci:v00008086d0000008Asv*sd00005325bc*sc*i*
    alias:          pci:v00008086d0000008Asv*sd00005307bc*sc*i*
    alias:          pci:v00008086d0000008Asv*sd00005305bc*sc*i*
    alias:          pci:v00008086d00000082sv*sd00001305bc*sc*i*
    alias:          pci:v00008086d00000082sv*sd00001304bc*sc*i*
    alias:          pci:v00008086d00000082sv*sd00004820bc*sc*i*
    alias:          pci:v00008086d00000085sv*sd0000C220bc*sc*i*
    alias:          pci:v00008086d00000082sv*sd0000C020bc*sc*i*
    alias:          pci:v00008086d00000085sv*sd00001316bc*sc*i*
    alias:          pci:v00008086d00000085sv*sd00001311bc*sc*i*
    alias:          pci:v00008086d00000082sv*sd00001326bc*sc*i*
    alias:          pci:v00008086d00000082sv*sd00001321bc*sc*i*
    alias:          pci:v00008086d00000082sv*sd00001307bc*sc*i*
    alias:          pci:v00008086d00000082sv*sd00001306bc*sc*i*
    alias:          pci:v00008086d00000082sv*sd00001301bc*sc*i*
    alias:          pci:v00008086d00004239sv*sd00001316bc*sc*i*
    alias:          pci:v00008086d00004239sv*sd00001311bc*sc*i*
    alias:          pci:v00008086d00004238sv*sd00001111bc*sc*i*
    alias:          pci:v00008086d0000422Csv*sd00001326bc*sc*i*
    alias:          pci:v00008086d0000422Csv*sd00001321bc*sc*i*
    alias:          pci:v00008086d0000422Csv*sd00001307bc*sc*i*
    alias:          pci:v00008086d0000422Csv*sd00001306bc*sc*i*
    alias:          pci:v00008086d0000422Csv*sd00001301bc*sc*i*
    alias:          pci:v00008086d0000422Bsv*sd00001121bc*sc*i*
    alias:          pci:v00008086d0000422Bsv*sd00001101bc*sc*i*
    alias:          pci:v00008086d0000423Dsv*sd00001316bc*sc*i*
    alias:          pci:v00008086d0000423Dsv*sd00001216bc*sc*i*
    alias:          pci:v00008086d0000423Dsv*sd00001311bc*sc*i*
    alias:          pci:v00008086d0000423Dsv*sd00001211bc*sc*i*
    alias:          pci:v00008086d0000423Csv*sd00001326bc*sc*i*
    alias:          pci:v00008086d0000423Csv*sd00001321bc*sc*i*
    alias:          pci:v00008086d0000423Csv*sd00001221bc*sc*i*
    alias:          pci:v00008086d0000423Csv*sd00001306bc*sc*i*
    alias:          pci:v00008086d0000423Csv*sd00001206bc*sc*i*
    alias:          pci:v00008086d0000423Csv*sd00001301bc*sc*i*
    alias:          pci:v00008086d0000423Csv*sd00001201bc*sc*i*
    alias:          pci:v00008086d0000423Bsv*sd00001011bc*sc*i*
    alias:          pci:v00008086d0000423Asv*sd00001021bc*sc*i*
    alias:          pci:v00008086d0000423Asv*sd00001001bc*sc*i*
    alias:          pci:v00008086d00004236sv*sd00001114bc*sc*i*
    alias:          pci:v00008086d00004236sv*sd00001014bc*sc*i*
    alias:          pci:v00008086d00004236sv*sd00001111bc*sc*i*
    alias:          pci:v00008086d00004236sv*sd00001011bc*sc*i*
    alias:          pci:v00008086d00004235sv*sd00001104bc*sc*i*
    alias:          pci:v00008086d00004235sv*sd00001004bc*sc*i*
    alias:          pci:v00008086d00004235sv*sd00001101bc*sc*i*
    alias:          pci:v00008086d00004235sv*sd00001001bc*sc*i*
    alias:          pci:v00008086d00004235sv*sd00001124bc*sc*i*
    alias:          pci:v00008086d00004235sv*sd00001024bc*sc*i*
    alias:          pci:v00008086d00004235sv*sd00001121bc*sc*i*
    alias:          pci:v00008086d00004235sv*sd00001021bc*sc*i*
    alias:          pci:v00008086d00004237sv*sd00001316bc*sc*i*
    alias:          pci:v00008086d00004237sv*sd00001216bc*sc*i*
    alias:          pci:v00008086d00004237sv*sd00001315bc*sc*i*
    alias:          pci:v00008086d00004237sv*sd00001215bc*sc*i*
    alias:          pci:v00008086d00004237sv*sd00001314bc*sc*i*
    alias:          pci:v00008086d00004237sv*sd00001214bc*sc*i*
    alias:          pci:v00008086d00004237sv*sd00001311bc*sc*i*
    alias:          pci:v00008086d00004237sv*sd00001211bc*sc*i*
    alias:          pci:v00008086d00004232sv*sd00001326bc*sc*i*
    alias:          pci:v00008086d00004232sv*sd00001226bc*sc*i*
    alias:          pci:v00008086d00004232sv*sd00001325bc*sc*i*
    alias:          pci:v00008086d00004232sv*sd00001225bc*sc*i*
    alias:          pci:v00008086d00004232sv*sd00001324bc*sc*i*
    alias:          pci:v00008086d00004232sv*sd00001224bc*sc*i*
    alias:          pci:v00008086d00004232sv*sd00001321bc*sc*i*
    alias:          pci:v00008086d00004232sv*sd00001221bc*sc*i*
    alias:          pci:v00008086d00004232sv*sd00001306bc*sc*i*
    alias:          pci:v00008086d00004232sv*sd00001206bc*sc*i*
    alias:          pci:v00008086d00004232sv*sd00001305bc*sc*i*
    alias:          pci:v00008086d00004232sv*sd00001205bc*sc*i*
    alias:          pci:v00008086d00004232sv*sd00001304bc*sc*i*
    alias:          pci:v00008086d00004232sv*sd00001204bc*sc*i*
    alias:          pci:v00008086d00004232sv*sd00001301bc*sc*i*
    alias:          pci:v00008086d00004232sv*sd00001201bc*sc*i*
    depends:        cfg80211
    intree:         Y
    vermagic:       3.8.0-32-generic SMP mod_unload modversions 
    parm:           swcrypto:using crypto in software (default 0 [hardware]) (int)
    parm:           11n_disable:disable 11n functionality, bitmap: 1: full, 2: agg TX, 4: agg RX (uint)
    parm:           amsdu_size_8K:enable 8K amsdu size (int)
    parm:           fw_restart:restart firmware in case of error (int)
    parm:           antenna_coupling:specify antenna coupling in dB (defualt: 0 dB) (int)
    parm:           bt_ch_inhibition:Enable BT channel inhibition (default: enable) (bool)
    parm:           plcp_check:Check plcp health (default: 1 [enabled]) (bool)
    parm:           wd_disable:Disable stuck queue watchdog timer 0=system default, 1=disable, 2=enable (default: 0) (int)
    parm:           bt_coex_active:enable wifi/bt co-exist (default: enable) (bool)
    parm:           led_mode:0=system default, 1=On(RF On)/Off(RF Off), 2=blinking, 3=Off (default: 0) (int)
    parm:           power_save:enable WiFi power management (default: disable) (bool)
    parm:           power_level:default power save level (range from 1 - 5, default: 1) (int)
    parm:           auto_agg:enable agg w/o check traffic load (default: enable) (bool)
    parm:           5ghz_disable:disable 5GHz band (default: 0 [enabled]) (bool)
    
    
    
    
    ***** udev rules *****
    
    
    # PCI device 0x11ab:/sys/devices/pci0000:00/0000:00:1c.2/0000:09:00.0 (sky2)
    SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="<MAC address removed>", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
    
    
    # PCI device 0x8086:/sys/devices/pci0000:00/0000:00:1c.1/0000:0c:00.0 (iwlwifi)
    SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="<MAC address removed>", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"
    
    
    ***** dmesg *****
    
    
    [    9.541303] iwlwifi 0000:0c:00.0: irq 46 for MSI/MSI-X
    [    9.815557] iwlwifi 0000:0c:00.0: loaded firmware version 8.83.5.1 build 33692
    [   11.099907] iwlwifi 0000:0c:00.0: CONFIG_IWLWIFI_DEBUG disabled
    [   11.099910] iwlwifi 0000:0c:00.0: CONFIG_IWLWIFI_DEBUGFS enabled
    [   11.099913] iwlwifi 0000:0c:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
    [   11.099915] iwlwifi 0000:0c:00.0: CONFIG_IWLWIFI_DEVICE_TESTMODE enabled
    [   11.099917] iwlwifi 0000:0c:00.0: CONFIG_IWLWIFI_P2P disabled
    [   11.099919] iwlwifi 0000:0c:00.0: Detected Intel(R) WiFi Link 5100 AGN, REV=0x54
    [   11.100054] iwlwifi 0000:0c:00.0: L1 Enabled; Disabling L0S
    [   11.656230] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
    [   20.337854] iwlwifi 0000:0c:00.0: L1 Enabled; Disabling L0S
    [   20.340920] iwlwifi 0000:0c:00.0: Radio type=0x1-0x2-0x0
    [   20.542019] iwlwifi 0000:0c:00.0: L1 Enabled; Disabling L0S
    [   20.545145] iwlwifi 0000:0c:00.0: Radio type=0x1-0x2-0x0
    [   20.683891] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [   20.684321] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [   29.331026] wlan0: authenticate with <MAC address removed>
    [   29.333851] wlan0: direct probe to <MAC address removed> (try 1/3)
    [   29.536040] wlan0: direct probe to <MAC address removed> (try 2/3)
    [   29.740040] wlan0: direct probe to <MAC address removed> (try 3/3)
    [   29.944014] wlan0: authentication with <MAC address removed> timed out
    [   78.553481] wlan0: authenticate with <MAC address removed>
    [   78.557823] wlan0: direct probe to <MAC address removed> (try 1/3)
    [   78.760019] wlan0: direct probe to <MAC address removed> (try 2/3)
    [   78.964023] wlan0: direct probe to <MAC address removed> (try 3/3)
    [   79.168028] wlan0: authentication with <MAC address removed> timed out
    [   93.033082] wlan0: authenticate with <MAC address removed>
    [   93.035811] wlan0: direct probe to <MAC address removed> (try 1/3)
    [   93.237293] wlan0: direct probe to <MAC address removed> (try 2/3)
    [   93.440136] wlan0: direct probe to <MAC address removed> (try 3/3)
    [   93.644036] wlan0: authentication with <MAC address removed> timed out
    [  125.987673] wlan0: authenticate with <MAC address removed>
    [  125.990291] wlan0: direct probe to <MAC address removed> (try 1/3)
    [  126.192025] wlan0: direct probe to <MAC address removed> (try 2/3)
    [  126.396040] wlan0: direct probe to <MAC address removed> (try 3/3)
    [  126.600022] wlan0: authentication with <MAC address removed> timed out
    [  142.728759] wlan0: authenticate with <MAC address removed>
    [  142.731214] wlan0: direct probe to <MAC address removed> (try 1/3)
    [  142.932060] wlan0: direct probe to <MAC address removed> (try 2/3)
    [  143.136016] wlan0: direct probe to <MAC address removed> (try 3/3)
    [  143.340040] wlan0: authentication with <MAC address removed> timed out
    [  156.181320] wlan0: authenticate with <MAC address removed>
    [  156.186310] wlan0: direct probe to <MAC address removed> (try 1/3)
    [  156.388058] wlan0: direct probe to <MAC address removed> (try 2/3)
    [  156.592058] wlan0: direct probe to <MAC address removed> (try 3/3)
    [  156.796056] wlan0: authentication with <MAC address removed> timed out
    [  172.921232] wlan0: authenticate with <MAC address removed>
    [  172.923110] wlan0: direct probe to <MAC address removed> (try 1/3)
    [  173.124040] wlan0: direct probe to <MAC address removed> (try 2/3)
    [  173.328048] wlan0: direct probe to <MAC address removed> (try 3/3)
    [  173.532786] wlan0: authentication with <MAC address removed> timed out
    [  181.699652] wlan0: authenticate with <MAC address removed>
    [  181.701497] wlan0: direct probe to <MAC address removed> (try 1/3)
    [  181.904024] wlan0: direct probe to <MAC address removed> (try 2/3)
    [  182.108022] wlan0: direct probe to <MAC address removed> (try 3/3)
    [  182.312043] wlan0: authentication with <MAC address removed> timed out
    [  190.423757] wlan0: authenticate with <MAC address removed>
    [  190.428075] wlan0: direct probe to <MAC address removed> (try 1/3)
    [  190.632128] wlan0: direct probe to <MAC address removed> (try 2/3)
    [  190.836044] wlan0: direct probe to <MAC address removed> (try 3/3)
    [  191.040047] wlan0: authentication with <MAC address removed> timed out
    [  199.122880] wlan0: authenticate with <MAC address removed>
    [  199.124378] wlan0: direct probe to <MAC address removed> (try 1/3)
    [  199.328051] wlan0: direct probe to <MAC address removed> (try 2/3)
    [  199.532041] wlan0: direct probe to <MAC address removed> (try 3/3)
    [  199.736046] wlan0: authentication with <MAC address removed> timed out
    [  207.823123] wlan0: authenticate with <MAC address removed>
    [  207.825639] wlan0: direct probe to <MAC address removed> (try 1/3)
    [  208.028060] wlan0: direct probe to <MAC address removed> (try 2/3)
    [  208.232177] wlan0: direct probe to <MAC address removed> (try 3/3)
    [  208.436057] wlan0: authentication with <MAC address removed> timed out
    [  227.189895] wlan0: authenticate with <MAC address removed>
    [  227.191409] wlan0: direct probe to <MAC address removed> (try 1/3)
    [  227.392031] wlan0: direct probe to <MAC address removed> (try 2/3)
    [  227.596041] wlan0: direct probe to <MAC address removed> (try 3/3)
    [  227.800020] wlan0: authentication with <MAC address removed> timed out
    [  235.866646] wlan0: authenticate with <MAC address removed>
    [  235.868547] wlan0: direct probe to <MAC address removed> (try 1/3)
    [  236.072039] wlan0: direct probe to <MAC address removed> (try 2/3)
    [  236.276022] wlan0: direct probe to <MAC address removed> (try 3/3)
    [  236.480021] wlan0: authentication with <MAC address removed> timed out
    [  244.566451] wlan0: authenticate with <MAC address removed>
    [  244.577424] wlan0: direct probe to <MAC address removed> (try 1/3)
    [  244.780036] wlan0: direct probe to <MAC address removed> (try 2/3)
    [  244.984029] wlan0: direct probe to <MAC address removed> (try 3/3)
    [  245.188018] wlan0: authentication with <MAC address removed> timed out
    [  261.351941] wlan0: authenticate with <MAC address removed>
    [  261.354553] wlan0: direct probe to <MAC address removed> (try 1/3)
    [  261.556029] wlan0: direct probe to <MAC address removed> (try 2/3)
    [  261.760028] wlan0: direct probe to <MAC address removed> (try 3/3)
    [  261.964057] wlan0: authentication with <MAC address removed> timed out
    [  595.425432] wlan0: authenticate with <MAC address removed>
    [  595.430190] wlan0: direct probe to <MAC address removed> (try 1/3)
    [  595.632149] wlan0: direct probe to <MAC address removed> (try 2/3)
    [  595.836034] wlan0: direct probe to <MAC address removed> (try 3/3)
    [  596.040030] wlan0: authentication with <MAC address removed> timed out
    [  604.124567] wlan0: authenticate with <MAC address removed>
    [  604.126140] wlan0: direct probe to <MAC address removed> (try 1/3)
    [  604.328865] wlan0: direct probe to <MAC address removed> (try 2/3)
    [  604.532053] wlan0: direct probe to <MAC address removed> (try 3/3)
    [  604.736803] wlan0: authentication with <MAC address removed> timed out
    [  620.953185] wlan0: authenticate with <MAC address removed>
    [  620.955875] wlan0: direct probe to <MAC address removed> (try 1/3)
    [  621.156084] wlan0: direct probe to <MAC address removed> (try 2/3)
    [  621.360089] wlan0: direct probe to <MAC address removed> (try 3/3)
    [  621.564029] wlan0: authentication with <MAC address removed> timed out
    [  658.268212] wlan0: authenticate with <MAC address removed>
    [  658.270765] wlan0: direct probe to <MAC address removed> (try 1/3)
    [  658.472057] wlan0: direct probe to <MAC address removed> (try 2/3)
    [  658.676078] wlan0: direct probe to <MAC address removed> (try 3/3)
    [  658.880040] wlan0: authentication with <MAC address removed> timed out
    [  666.968331] wlan0: authenticate with <MAC address removed>
    [  666.973587] wlan0: direct probe to <MAC address removed> (try 1/3)
    [  667.176048] wlan0: direct probe to <MAC address removed> (try 2/3)
    [  667.380066] wlan0: direct probe to <MAC address removed> (try 3/3)
    [  667.584054] wlan0: authentication with <MAC address removed> timed out
    [  683.753291] wlan0: authenticate with <MAC address removed>
    [  683.755158] wlan0: direct probe to <MAC address removed> (try 1/3)
    [  683.956067] wlan0: direct probe to <MAC address removed> (try 2/3)
    [  684.160044] wlan0: direct probe to <MAC address removed> (try 3/3)
    [  684.364077] wlan0: authentication with <MAC address removed> timed out
    [  692.597993] wlan0: authenticate with <MAC address removed>
    [  692.601133] wlan0: direct probe to <MAC address removed> (try 1/3)
    [  692.804051] wlan0: direct probe to <MAC address removed> (try 2/3)
    [  693.008060] wlan0: direct probe to <MAC address removed> (try 3/3)
    [  693.212077] wlan0: authentication with <MAC address removed> timed out
    [  706.354072] wlan0: authenticate with <MAC address removed>
    [  706.360488] wlan0: direct probe to <MAC address removed> (try 1/3)
    [  706.564036] wlan0: direct probe to <MAC address removed> (try 2/3)
    [  706.768022] wlan0: direct probe to <MAC address removed> (try 3/3)
    [  706.972022] wlan0: authentication with <MAC address removed> timed out
    [  715.177222] wlan0: authenticate with <MAC address removed>
    [  715.182466] wlan0: direct probe to <MAC address removed> (try 1/3)
    [  715.384035] wlan0: direct probe to <MAC address removed> (try 2/3)
    [  715.588037] wlan0: direct probe to <MAC address removed> (try 3/3)
    [  715.792057] wlan0: authentication with <MAC address removed> timed out
    [  731.858308] wlan0: authenticate with <MAC address removed>
    [  731.862896] wlan0: direct probe to <MAC address removed> (try 1/3)
    [  732.064016] wlan0: direct probe to <MAC address removed> (try 2/3)
    [  732.268022] wlan0: direct probe to <MAC address removed> (try 3/3)
    [  732.472014] wlan0: authentication with <MAC address removed> timed out
    [  748.548838] wlan0: authenticate with <MAC address removed>
    [  748.552341] wlan0: direct probe to <MAC address removed> (try 1/3)
    [  748.756037] wlan0: direct probe to <MAC address removed> (try 2/3)
    [  748.960020] wlan0: direct probe to <MAC address removed> (try 3/3)
    [  749.164037] wlan0: authentication with <MAC address removed> timed out
    [  768.047363] wlan0: authenticate with <MAC address removed>
    [  768.048881] wlan0: direct probe to <MAC address removed> (try 1/3)
    [  768.252031] wlan0: direct probe to <MAC address removed> (try 2/3)
    [  768.456021] wlan0: direct probe to <MAC address removed> (try 3/3)
    [  768.660022] wlan0: authentication with <MAC address removed> timed out
    [  792.990343] wlan0: authenticate with <MAC address removed>
    [  792.992264] wlan0: direct probe to <MAC address removed> (try 1/3)
    [  793.196251] wlan0: direct probe to <MAC address removed> (try 2/3)
    [  793.400066] wlan0: direct probe to <MAC address removed> (try 3/3)
    [  793.604067] wlan0: authentication with <MAC address removed> timed out
    [  817.874168] wlan0: authenticate with <MAC address removed>
    [  817.877500] wlan0: direct probe to <MAC address removed> (try 1/3)
    [  818.080066] wlan0: direct probe to <MAC address removed> (try 2/3)
    [  818.284062] wlan0: direct probe to <MAC address removed> (try 3/3)
    [  818.488075] wlan0: authentication with <MAC address removed> timed out
    [ 1126.366129] wlan0: authenticate with <MAC address removed>
    [ 1126.371110] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 1126.572069] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 1126.776040] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 1126.980056] wlan0: authentication with <MAC address removed> timed out
    [ 1135.059966] wlan0: authenticate with <MAC address removed>
    [ 1135.066121] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 1135.268105] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 1135.472045] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 1135.676075] wlan0: authentication with <MAC address removed> timed out
    [ 1143.717009] wlan0: authenticate with <MAC address removed>
    [ 1143.718637] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 1143.920087] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 1144.124080] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 1144.328077] wlan0: authentication with <MAC address removed> timed out
    [ 1152.421192] wlan0: authenticate with <MAC address removed>
    [ 1152.423115] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 1152.624043] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 1152.828040] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 1153.032059] wlan0: authentication with <MAC address removed> timed out
    [ 1169.199115] wlan0: authenticate with <MAC address removed>
    [ 1169.202870] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 1169.404039] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 1169.608050] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 1169.812015] wlan0: authentication with <MAC address removed> timed out
    [ 1177.917597] wlan0: authenticate with <MAC address removed>
    [ 1177.919804] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 1178.120059] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 1178.324055] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 1178.528065] wlan0: authentication with <MAC address removed> timed out
    [ 1191.030378] wlan0: authenticate with <MAC address removed>
    [ 1191.032162] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 1191.236081] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 1191.440073] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 1191.644054] wlan0: authentication with <MAC address removed> timed out
    [ 1199.743019] wlan0: authenticate with <MAC address removed>
    [ 1199.746308] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 1199.948061] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 1200.152073] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 1200.356057] wlan0: authentication with <MAC address removed> timed out
    [ 1216.665504] wlan0: authenticate with <MAC address removed>
    [ 1216.667179] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 1216.868062] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 1217.072062] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 1217.276058] wlan0: authentication with <MAC address removed> timed out
    [ 1225.332503] wlan0: authenticate with <MAC address removed>
    [ 1225.334313] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 1225.536063] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 1225.740055] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 1225.944056] wlan0: authentication with <MAC address removed> timed out
    [ 1233.986457] wlan0: authenticate with <MAC address removed>
    [ 1233.988692] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 1234.192052] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 1234.396057] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 1234.600055] wlan0: authentication with <MAC address removed> timed out
    [ 1242.740235] wlan0: authenticate with <MAC address removed>
    [ 1242.742292] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 1242.944059] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 1243.148055] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 1243.352076] wlan0: authentication with <MAC address removed> timed out
    [ 1262.317118] wlan0: authenticate with <MAC address removed>
    [ 1262.319584] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 1262.520019] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 1262.724014] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 1262.928031] wlan0: authentication with <MAC address removed> timed out
    [ 1271.002359] wlan0: authenticate with <MAC address removed>
    [ 1271.004396] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 1271.208062] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 1271.412053] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 1271.616056] wlan0: authentication with <MAC address removed> timed out
    [ 1279.707361] wlan0: authenticate with <MAC address removed>
    [ 1279.709199] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 1279.912020] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 1280.116019] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 1280.320043] wlan0: authentication with <MAC address removed> timed out
    [ 1288.309079] wlan0: authenticate with <MAC address removed>
    [ 1288.310812] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 1288.512291] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 1288.716061] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 1288.920052] wlan0: authentication with <MAC address removed> timed out
    [ 1296.948101] wlan0: authenticate with <MAC address removed>
    [ 1296.949863] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 1297.152042] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 1297.356054] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 1297.560049] wlan0: authentication with <MAC address removed> timed out
    [ 1305.653922] wlan0: authenticate with <MAC address removed>
    [ 1305.661693] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 1305.864073] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 1306.068074] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 1306.272128] wlan0: authentication with <MAC address removed> timed out
    [ 1317.126756] wlan0: authenticate with <MAC address removed>
    [ 1317.128556] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 1317.332724] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 1317.536071] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 1317.740073] wlan0: authentication with <MAC address removed> timed out
    [ 1325.788531] wlan0: authenticate with <MAC address removed>
    [ 1325.790338] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 1325.992055] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 1326.196066] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 1326.400055] wlan0: authentication with <MAC address removed> timed out
    [ 1334.390680] wlan0: authenticate with <MAC address removed>
    [ 1334.394359] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 1334.596040] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 1334.800039] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 1335.004060] wlan0: authentication with <MAC address removed> timed out
    [ 1343.131441] wlan0: authenticate with <MAC address removed>
    [ 1343.135780] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 1343.336039] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 1343.540060] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 1343.744064] wlan0: authentication with <MAC address removed> timed out
    [ 1351.886325] wlan0: authenticate with <MAC address removed>
    [ 1351.888844] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 1352.092042] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 1352.296029] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 1352.500040] wlan0: authentication with <MAC address removed> timed out
    [ 1360.641747] wlan0: authenticate with <MAC address removed>
    [ 1360.643641] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 1360.844039] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 1361.048022] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 1361.252031] wlan0: authentication with <MAC address removed> timed out
    [ 1677.128273] wlan0: authenticate with <MAC address removed>
    [ 1677.130247] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 1677.332059] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 1677.536440] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 1677.740080] wlan0: authentication with <MAC address removed> timed out
    [ 1685.825473] wlan0: authenticate with <MAC address removed>
    [ 1685.828688] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 1686.032045] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 1686.236044] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 1686.440040] wlan0: authentication with <MAC address removed> timed out
    [ 1694.537029] wlan0: authenticate with <MAC address removed>
    [ 1694.539259] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 1694.740051] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 1694.944067] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 1695.148052] wlan0: authentication with <MAC address removed> timed out
    [ 1727.344781] wlan0: authenticate with <MAC address removed>
    [ 1727.351026] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 1727.552064] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 1727.756069] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 1727.960072] wlan0: authentication with <MAC address removed> timed out
    [ 1740.105624] wlan0: authenticate with <MAC address removed>
    [ 1740.107495] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 1740.308060] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 1740.512057] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 1740.716064] wlan0: authentication with <MAC address removed> timed out
    [ 1748.810283] wlan0: authenticate with <MAC address removed>
    [ 1748.812734] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 1749.016044] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 1749.220054] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 1749.424058] wlan0: authentication with <MAC address removed> timed out
    [ 1757.616525] wlan0: authenticate with <MAC address removed>
    [ 1757.618680] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 1757.820030] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 1758.024028] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 1758.228042] wlan0: authentication with <MAC address removed> timed out
    [ 1782.602172] wlan0: authenticate with <MAC address removed>
    [ 1782.604186] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 1782.808048] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 1783.012068] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 1783.216038] wlan0: authentication with <MAC address removed> timed out
    [ 1791.286723] wlan0: authenticate with <MAC address removed>
    [ 1791.292920] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 1791.496028] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 1791.700021] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 1791.904041] wlan0: authentication with <MAC address removed> timed out
    [ 1811.172705] wlan0: authenticate with <MAC address removed>
    [ 1811.174832] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 1811.376062] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 1811.580076] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 1811.784665] wlan0: authentication with <MAC address removed> timed out
    [ 1819.841188] wlan0: authenticate with <MAC address removed>
    [ 1819.844348] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 1820.048079] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 1820.252084] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 1820.456073] wlan0: authentication with <MAC address removed> timed out
    [ 1828.580295] wlan0: authenticate with <MAC address removed>
    [ 1828.582373] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 1828.784064] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 1828.988059] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 1829.192063] wlan0: authentication with <MAC address removed> timed out
    [ 1842.630641] iwlwifi 0000:0c:00.0: irq 46 for MSI/MSI-X
    [ 1842.630894] iwlwifi 0000:0c:00.0: loaded firmware version 8.83.5.1 build 33692
    [ 1842.639473] iwlwifi 0000:0c:00.0: CONFIG_IWLWIFI_DEBUG disabled
    [ 1842.639478] iwlwifi 0000:0c:00.0: CONFIG_IWLWIFI_DEBUGFS enabled
    [ 1842.639480] iwlwifi 0000:0c:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
    [ 1842.639482] iwlwifi 0000:0c:00.0: CONFIG_IWLWIFI_DEVICE_TESTMODE enabled
    [ 1842.639484] iwlwifi 0000:0c:00.0: CONFIG_IWLWIFI_P2P disabled
    [ 1842.639486] iwlwifi 0000:0c:00.0: Detected Intel(R) WiFi Link 5100 AGN, REV=0x54
    [ 1842.639591] iwlwifi 0000:0c:00.0: L1 Enabled; Disabling L0S
    [ 1842.662761] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
    [ 1842.675535] iwlwifi 0000:0c:00.0: L1 Enabled; Disabling L0S
    [ 1842.678589] iwlwifi 0000:0c:00.0: Radio type=0x1-0x2-0x0
    [ 1842.880847] iwlwifi 0000:0c:00.0: L1 Enabled; Disabling L0S
    [ 1842.883962] iwlwifi 0000:0c:00.0: Radio type=0x1-0x2-0x0
    [ 1843.032537] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 1843.033400] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 1850.474590] wlan0: authenticate with <MAC address removed>
    [ 1850.486509] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 1850.688022] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 1850.892040] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 1851.096054] wlan0: authentication with <MAC address removed> timed out
    [ 1867.369470] wlan0: authenticate with <MAC address removed>
    [ 1867.376127] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 1867.580061] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 1867.784049] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 1867.988054] wlan0: authentication with <MAC address removed> timed out
    [ 1892.413724] wlan0: authenticate with <MAC address removed>
    [ 1892.418843] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 1892.620055] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 1892.824014] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 1893.028054] wlan0: authentication with <MAC address removed> timed out
    [ 1900.355556] iwlwifi 0000:0c:00.0: RF_KILL bit toggled to disable radio.
    [ 1900.356533] iwlwifi 0000:0c:00.0: Not sending command - RF KILL
    [ 1905.605864] iwlwifi 0000:0c:00.0: RF_KILL bit toggled to enable radio.
    [ 1905.608142] iwlwifi 0000:0c:00.0: L1 Enabled; Disabling L0S
    [ 1905.611221] iwlwifi 0000:0c:00.0: Radio type=0x1-0x2-0x0
    [ 1905.759788] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 1913.259463] wlan0: authenticate with <MAC address removed>
    [ 1913.261483] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 1913.464060] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 1913.668029] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 1913.872060] wlan0: authentication with <MAC address removed> timed out
    [ 1944.899162] iwlwifi 0000:0c:00.0: RF_KILL bit toggled to disable radio.
    [ 1944.952023] iwlwifi 0000:0c:00.0: Not sending command - RF KILL
    [ 1974.063702] iwlwifi 0000:0c:00.0: irq 46 for MSI/MSI-X
    [ 1974.063993] iwlwifi 0000:0c:00.0: loaded firmware version 8.83.5.1 build 33692
    [ 1974.072155] iwlwifi 0000:0c:00.0: CONFIG_IWLWIFI_DEBUG disabled
    [ 1974.072160] iwlwifi 0000:0c:00.0: CONFIG_IWLWIFI_DEBUGFS enabled
    [ 1974.072162] iwlwifi 0000:0c:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
    [ 1974.072164] iwlwifi 0000:0c:00.0: CONFIG_IWLWIFI_DEVICE_TESTMODE enabled
    [ 1974.072166] iwlwifi 0000:0c:00.0: CONFIG_IWLWIFI_P2P disabled
    [ 1974.072169] iwlwifi 0000:0c:00.0: Detected Intel(R) WiFi Link 5100 AGN, REV=0x54
    [ 1974.072272] iwlwifi 0000:0c:00.0: L1 Enabled; Disabling L0S
    [ 1974.091880] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
    [ 1974.103036] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 1982.871395] iwlwifi 0000:0c:00.0: RF_KILL bit toggled to enable radio.
    [ 1982.873722] iwlwifi 0000:0c:00.0: L1 Enabled; Disabling L0S
    [ 1982.876900] iwlwifi 0000:0c:00.0: Radio type=0x1-0x2-0x0
    [ 1983.085073] iwlwifi 0000:0c:00.0: L1 Enabled; Disabling L0S
    [ 1983.088176] iwlwifi 0000:0c:00.0: Radio type=0x1-0x2-0x0
    [ 1983.232218] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 1990.815439] wlan0: authenticate with <MAC address removed>
    [ 1990.817635] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 1991.020029] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 1991.224058] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 1991.428055] wlan0: authentication with <MAC address removed> timed out
    [ 1999.547553] wlan0: authenticate with <MAC address removed>
    [ 1999.548714] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 1999.752043] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 1999.956042] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 2000.160067] wlan0: authentication with <MAC address removed> timed out
    [ 2024.577634] wlan0: authenticate with <MAC address removed>
    [ 2024.580143] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 2024.784064] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 2024.988060] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 2025.192049] wlan0: authentication with <MAC address removed> timed out
    [ 2054.170067] wlan0: authenticate with <MAC address removed>
    [ 2054.171105] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 2054.372042] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 2054.576041] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 2054.780028] wlan0: authentication with <MAC address removed> timed out
    [ 2062.869745] wlan0: authenticate with <MAC address removed>
    [ 2062.876160] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 2063.080056] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 2063.284059] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 2063.488057] wlan0: authentication with <MAC address removed> timed out
    [ 2071.572123] wlan0: authenticate with <MAC address removed>
    [ 2071.573188] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 2071.776021] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 2071.980022] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 2072.184018] wlan0: authentication with <MAC address removed> timed out
    [ 2080.868448] iwlwifi 0000:0c:00.0: RF_KILL bit toggled to disable radio.
    [ 2080.869623] iwlwifi 0000:0c:00.0: Not sending command - RF KILL
    [ 2095.663313] iwlwifi 0000:0c:00.0: irq 46 for MSI/MSI-X
    [ 2095.663785] iwlwifi 0000:0c:00.0: loaded firmware version 8.83.5.1 build 33692
    [ 2095.673276] iwlwifi 0000:0c:00.0: CONFIG_IWLWIFI_DEBUG disabled
    [ 2095.673281] iwlwifi 0000:0c:00.0: CONFIG_IWLWIFI_DEBUGFS enabled
    [ 2095.673283] iwlwifi 0000:0c:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
    [ 2095.673285] iwlwifi 0000:0c:00.0: CONFIG_IWLWIFI_DEVICE_TESTMODE enabled
    [ 2095.673288] iwlwifi 0000:0c:00.0: CONFIG_IWLWIFI_P2P disabled
    [ 2095.673290] iwlwifi 0000:0c:00.0: Detected Intel(R) WiFi Link 5100 AGN, REV=0x54
    [ 2095.673395] iwlwifi 0000:0c:00.0: L1 Enabled; Disabling L0S
    [ 2095.693395] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
    [ 2095.705122] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 2102.383487] iwlwifi 0000:0c:00.0: RF_KILL bit toggled to enable radio.
    [ 2102.385788] iwlwifi 0000:0c:00.0: L1 Enabled; Disabling L0S
    [ 2102.388982] iwlwifi 0000:0c:00.0: Radio type=0x1-0x2-0x0
    [ 2102.596989] iwlwifi 0000:0c:00.0: L1 Enabled; Disabling L0S
    [ 2102.600103] iwlwifi 0000:0c:00.0: Radio type=0x1-0x2-0x0
    [ 2102.751072] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 2110.290478] wlan0: authenticate with <MAC address removed>
    [ 2110.294992] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 2110.496082] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 2110.700098] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 2110.904090] wlan0: authentication with <MAC address removed> timed out
    [ 2127.173136] wlan0: authenticate with <MAC address removed>
    [ 2127.174905] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 2127.376031] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 2127.580057] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 2127.784061] wlan0: authentication with <MAC address removed> timed out
    [ 2135.880308] wlan0: authenticate with <MAC address removed>
    [ 2135.882375] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 2136.084028] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 2136.288021] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 2136.492018] wlan0: authentication with <MAC address removed> timed out
    [ 2144.592853] wlan0: authenticate with <MAC address removed>
    [ 2144.600558] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 2144.804138] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 2145.008059] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 2145.212057] wlan0: authentication with <MAC address removed> timed out
    [ 2153.263380] wlan0: authenticate with <MAC address removed>
    [ 2153.268643] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 2153.472060] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 2153.676040] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 2153.880055] wlan0: authentication with <MAC address removed> timed out
    [ 2161.936283] wlan0: authenticate with <MAC address removed>
    [ 2161.939292] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 2162.140061] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 2162.344767] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 2162.548082] wlan0: authentication with <MAC address removed> timed out
    [ 2166.985029] iwlwifi 0000:0c:00.0: irq 46 for MSI/MSI-X
    [ 2166.985517] iwlwifi 0000:0c:00.0: loaded firmware version 8.83.5.1 build 33692
    [ 2166.995397] iwlwifi 0000:0c:00.0: CONFIG_IWLWIFI_DEBUG disabled
    [ 2166.995402] iwlwifi 0000:0c:00.0: CONFIG_IWLWIFI_DEBUGFS enabled
    [ 2166.995404] iwlwifi 0000:0c:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
    [ 2166.995406] iwlwifi 0000:0c:00.0: CONFIG_IWLWIFI_DEVICE_TESTMODE enabled
    [ 2166.995408] iwlwifi 0000:0c:00.0: CONFIG_IWLWIFI_P2P disabled
    [ 2166.995411] iwlwifi 0000:0c:00.0: Detected Intel(R) WiFi Link 5100 AGN, REV=0x54
    [ 2166.995514] iwlwifi 0000:0c:00.0: L1 Enabled; Disabling L0S
    [ 2167.018635] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
    [ 2167.029440] iwlwifi 0000:0c:00.0: L1 Enabled; Disabling L0S
    [ 2167.034248] iwlwifi 0000:0c:00.0: Radio type=0x1-0x2-0x0
    [ 2167.237072] iwlwifi 0000:0c:00.0: L1 Enabled; Disabling L0S
    [ 2167.240188] iwlwifi 0000:0c:00.0: Radio type=0x1-0x2-0x0
    [ 2167.391575] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 2167.392477] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 2174.994553] wlan0: authenticate with <MAC address removed>
    [ 2174.997055] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 2175.200062] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 2175.404070] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 2175.608094] wlan0: authentication with <MAC address removed> timed out
    [ 2191.791713] wlan0: authenticate with <MAC address removed>
    [ 2191.797363] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 2192.000057] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 2192.204056] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 2192.408067] wlan0: authentication with <MAC address removed> timed out
    [ 2200.488849] wlan0: authenticate with <MAC address removed>
    [ 2200.490008] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 2200.692053] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 2200.896060] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 2201.100055] wlan0: authentication with <MAC address removed> timed out
    [ 2209.109434] wlan0: authenticate with <MAC address removed>
    [ 2209.111141] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 2209.312055] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 2209.516055] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 2209.720059] wlan0: authentication with <MAC address removed> timed out
    [ 2217.809954] wlan0: authenticate with <MAC address removed>
    [ 2217.811047] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 2218.012061] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 2218.216027] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 2218.420037] wlan0: authentication with <MAC address removed> timed out
    [ 2226.510670] wlan0: authenticate with <MAC address removed>
    [ 2226.516938] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 2226.720044] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 2226.924018] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 2227.128041] wlan0: authentication with <MAC address removed> timed out
    [ 2302.483736] wlan0: authenticate with <MAC address removed>
    [ 2302.485426] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 2302.688042] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 2302.892057] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 2303.096058] wlan0: authentication with <MAC address removed> timed out
    [ 2311.187759] wlan0: authenticate with <MAC address removed>
    [ 2311.190364] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 2311.392062] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 2311.596052] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 2311.800041] wlan0: authentication with <MAC address removed> timed out
    [ 2344.000814] wlan0: authenticate with <MAC address removed>
    [ 2344.005513] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 2344.208065] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 2344.413319] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 2344.616078] wlan0: authentication with <MAC address removed> timed out
    [ 2352.747666] wlan0: authenticate with <MAC address removed>
    [ 2352.749132] wlan0: direct probe to <MAC address removed> (try 1/3)
    [ 2352.952055] wlan0: direct probe to <MAC address removed> (try 2/3)
    [ 2353.156055] wlan0: direct probe to <MAC address removed> (try 3/3)
    [ 2353.360057] wlan0: authentication with <MAC address removed> timed out
    
    
    ****************** done ******************
    ls /etc/pm/power.d, grep -R "iwlwifi" /etc/modprobe.d/, grep -R [[:graph:]] /sys/module/iwlwifi/parameters, dmesg | grep 80211:

    Code:
    ~$ ls /etc/pm/power.d
    wireless
    
    
    :~$ grep -R "iwlwifi" /etc/modprobe.d/
    
    
    ~$ grep -R [[:graph:]] /sys/module/iwlwifi/parameters
    /sys/module/iwlwifi/parameters/5ghz_disable:N
    /sys/module/iwlwifi/parameters/swcrypto:1
    /sys/module/iwlwifi/parameters/power_save:N
    /sys/module/iwlwifi/parameters/auto_agg:Y
    /sys/module/iwlwifi/parameters/led_mode:0
    /sys/module/iwlwifi/parameters/amsdu_size_8K:1
    /sys/module/iwlwifi/parameters/bt_ch_inhibition:Y
    /sys/module/iwlwifi/parameters/fw_restart:1
    /sys/module/iwlwifi/parameters/bt_coex_active:N
    /sys/module/iwlwifi/parameters/11n_disable:1
    /sys/module/iwlwifi/parameters/antenna_coupling:0
    /sys/module/iwlwifi/parameters/plcp_check:Y
    /sys/module/iwlwifi/parameters/wd_disable:1
    /sys/module/iwlwifi/parameters/power_level:0
    
    
    ~$ dmesg | grep 80211
    [    9.037016] cfg80211: Calling CRDA to update world regulatory domain
    [   11.656230] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
    [ 1842.625950] cfg80211: Calling CRDA to update world regulatory domain
    [ 1842.662761] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
    [ 1974.058898] cfg80211: Calling CRDA to update world regulatory domain
    [ 1974.091880] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
    [ 2095.661043] cfg80211: Calling CRDA to update world regulatory domain
    [ 2095.693395] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
    [ 2166.982735] cfg80211: Calling CRDA to update world regulatory domain
    [ 2167.018635] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'



    Finally I ran this:
    Code:
    ~$ sudo sed -i 's/11n.*1/swcrypto=1 bt_coex_active=N/' /etc/modprobe.d/iwlwifi.conf
    sed: can't read /etc/modprobe.d/iwlwifi.conf: No such file or directory
    I see I'm lacking a file but don't dare to create it without asking here before, as maybe it's better to mantain the just installed Ubuntu as clean as possible.

    Here we go again! thanks again for your attention : )
    Last edited by nicoeoc; October 30th, 2013 at 08:23 PM.

  7. #17
    Join Date
    Mar 2010
    Location
    India
    Beans
    8,116

    Re: Ubuntu detects networks but can't connect - Intel Wifi Link 5100

    Quote Originally Posted by nicoeoc View Post
    Hello again, I have just fresh-installed Ubuntu 12.04 amd64....
    ....
    Finally I ran this:
    Code:
    ~$ sudo sed -i 's/11n.*1/swcrypto=1 bt_coex_active=N/' /etc/modprobe.d/iwlwifi.conf
    sed: can't read /etc/modprobe.d/iwlwifi.conf: No such file or directory
    I see I'm lacking a file but don't dare to create it without asking here before, as maybe it's better to mantain the just installed Ubuntu as clean as possible.

    Here we go again! thanks again for your attention : )
    I'm so sorry I couldn't reply earlier. I got totally wrapped up in some personal matters at home, and probably would be for a little more time. The above file doesn't exist in a fresh installation of 12.04 (while it definitely does in 13.04 and later), so if we need some custom parameters, we need to create it.

    This is how (assuming we need parameter "bt_coex_active=N") -
    Code:
    echo "options iwlwifi bt_coex_active=N" | sudo tee /etc/modprobe.d/iwlwifi.conf
    (Note that the above file 'Overwrites' the "iwlwifi.conf" file if it already exists. In my experience so far, there is no harm in doing so.)

    To try multiple parameters simultaneously (with an example of 3 most commonly used parameters) -
    Code:
    echo "options iwlwifi swcrypto=1 bt_coex_active=N 11n_disable=1" | sudo tee /etc/modprobe.d/iwlwifi.conf
    I would recommend to use only "swcrypto=1" and "bt_coex_active=N" at first. If that doesn't help, you may try the "11n_disable=1" as well.

    There is also a new parameter "5ghz_disable" in the driver that didn't exist in the previous one (which is interesting by the way). You may try using it as well (to disable 5GHz band support, which I believe your router doesn't support anyway) -
    Code:
    echo "options iwlwifi swcrypto=1 5ghz_disable=Y" | sudo tee /etc/modprobe.d/iwlwifi.conf
    So now there are 4 parameters to play with which are likely to help in many cases. Of course you can always use them in the 'temporary' mode as mentioned in post #7 to test if any (or any combination) of them actually helps, before making them permanent as mentioned above.

    Please try these and post back how it goes. I may not be able to respond quickly for a few days, but there are others, much better than me, who I'm sure will post if they noticed the thread and have something to add. Feel free to PM anyone who you think may likely be able to help.

    PS:
    I haven't read much about it, but there seems to be a firmware "DD-WRT" that can be used to replace the proprietary firmware on many (But NOT ALL!) routers to make it more compatible in most cases. CAUTION ! Replacing firmware can be risky, so consider it as the last option and do some research before doing so.
    Varun
    Help others by marking threads as [SOLVED], if they are. (See how)
    Wireless Script | Use Code Tags

  8. #18
    Join Date
    Nov 2009
    Beans
    18

    Re: Ubuntu detects networks but can't connect - Intel Wifi Link 5100

    Hi again, just wanted to let you know that I kind of gave up on this, my workaround if you can call it so has been just to configure another router as a bridge so I can have internet via ethernet even being away from the source router...

    I tried what you last posted with no progress, so by now we can let this as SO UNSOLVED xD and just wait if in the near future we can have an actual solution, maybe an update for 13.10 or something. Either that or me coming here to give it another try because my router bridge fails at some point ; )

    Greetings and thank you very much for your help.

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •