I am setting up a new T450s with Intel AC 7265D wifi card. Windows 7 wif works perfectly. So, should not be a HW problem. But dual boot to 14.04 wifi didn't work after applying all kinds of work around found in this forum. I then upgraded to 15.10 with kernel upgrade to 4.2.6, applied latest firmware 15.227938.0 (it uses iwlwifi-7265D-15.ucode, the latest I could find) following chili555's step-by-step instruction. Still no wifi. Behavior is endless wifi authentication request. From dmesg output below, it seems that authentication is complete, but association with the router keeps failing. I wonder why they don't like each other. and what is preventing them from being associated...Any thoughts will be greatly appreciated!
=====================================
dmesg |grep wlan0
[ 5.902703] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 5.984403] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 6.292143] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 33.086486] wlan0: authenticate with <router mac addr>
[ 33.092328] wlan0: send auth to <router mac addr> (try 1/3)
[ 33.180050] wlan0: authenticated
[ 33.180218] iwlwifi 0000:03:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
[ 33.180222] iwlwifi 0000:03:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
[ 33.184143] wlan0: associate with <router mac addr> (try 1/3)
[ 33.288048] wlan0: associate with <router mac addr> (try 2/3)
[ 33.392015] wlan0: associate with <router mac addr> (try 3/3)
[ 33.495959] wlan0: association with <router mac addr> timed out
.....
lshw -c network===============
-network
description: Wireless interface
product: Wireless 7265
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:03:00.0
logical name: wlan0
version: 59
serial: <mac addr>
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=iwlwifi driverversion=4.2.6-040206-generic firmware=15.227938.0 latency=0 link=no multicast=yes wireless=IEEE 802.11abgn
resources: irq:50 memory:e1000000-e1001fff
lspci -nnk===========
03:00.0 Network controller [0280]: Intel Corporation Wireless 7265 [8086:095b] (rev 59)
Subsystem: Intel Corporation Dual Band Wireless-AC 7265 [8086:5210]
Kernel driver in use: iwlwifi
=====================================
dmesg | grep -e iwl -e DFS
Welcome to askubuntu. – chili555 Nov 23 '15 at 21:51iwlwifi
doesn't like TKIP. Also, as you can see, the region is not US: " DFS Master region: unset" – chili555 Nov 25 '15 at 15:25dmesg | grep domain
We hope we see:cfg80211: Regulatory domain changed to country: US
– chili555 Nov 25 '15 at 17:02cat /etc/default/crda
Just show us the final line. – chili555 Nov 25 '15 at 20:50sudo iw reg set US
and verify that it sticks:sudo iw reg get
Note and post any errors or warnings. – chili555 Nov 25 '15 at 21:08sudo apt-get install --reinstall crda wireless-regdb
and then:sudo apt-get install wireless-crda
Reboot and check:sudo iw reg get
– chili555 Nov 25 '15 at 21:43Reading state information... Done 0 upgraded, 0 newly installed, 2 reinstalled, 0 to remove and 3 not upgraded. Need to get 0 B/68.8 kB of archives. After this operation, 0 B of additional disk space will be used. ng to unpack .../wireless-regdb_2014.11.18-1ubuntu1_all.deb ... Unpacking wireless-regdb (2014.11.18-1ubuntu1) over (2014.11.18-1ubuntu1) ... Processing triggers for man-db (2.7.4-1) ... Setting up wireless-regdb (2014.11.18-1ubuntu1) ... Setting up crda (3.13-1) ... – jfan Nov 26 '15 at 01:12
Reading state information... Done 0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 3 not upgraded. Need to get 0 B/2,664 B of archives. After this operation, 0 B of additional disk space will be used. (Reading database ... 209364 files and directories currently installed.) Preparing to unpack .../wireless-crda_1.16_amd64.deb ... Unpacking wireless-crda (1.16) over (1.16) ... Setting up wireless-crda (1.16) ... – jfan Nov 26 '15 at 01:14
sudo modprobe -r iwlwifi && sudo modprobe iwlwifi 11n_disable=1
As we see indmesg
, N speeds are not available from your router. – chili555 Nov 30 '15 at 15:43cat /sys/module/iwlwifi/parameters/11n_disable
It ought to return1
. Is there any improvement in the ability to connect? – chili555 Nov 30 '15 at 21:53iwlwifi.conf
should contain more than just that one line. The advice given in the other post is faulty. Please see: http://paste.ubuntu.com/13599878/ – chili555 Dec 01 '15 at 14:28/etc/modprobe.d/iwlwifi.conf
iwlwifi will dyamically load either iwldvm or iwlmvm depending on the
microcode file installed on the system. When removing iwlwifi, first
remove the iwl?vm module and then iwlwifi.
remove iwlwifi
– jfan Dec 01 '15 at 14:54(/sbin/lsmod | grep -o -e ^iwlmvm -e ^iwldvm -e ^iwlwifi | xargs /sbin/rmmod)
&& /sbin/modprobe -r mac80211 options iwlwifi ieee80211_regdom="US" options iwlwifi bt_coex_active=N swcrypto=1 11n_disable=1 did reboot. still no improvement
options iwlwifi ieee80211_regdom="US"
is incorrect. Please remove. – chili555 Dec 01 '15 at 14:55/etc/modprobe.d/iwlwifi.conf
iwlwifi will dyamically load either iwldvm or iwlmvm depending on the
microcode file installed on the system. When removing iwlwifi, first
remove the iwl?vm module and then iwlwifi.
remove iwlwifi
– jfan Dec 01 '15 at 15:03(/sbin/lsmod | grep -o -e ^iwlmvm -e ^iwldvm -e ^iwlwifi | xargs /sbin/rmmod)
&& /sbin/modprobe -r mac80211 options iwlwifi bt_coex_active=N swcrypto=1 11n_disable=1 did reboot... same result no wifi yet
dmesg | grep iwl
and:cat /var/log/syslog | grep etwork | tail -n20
As the result will be lengthy, paste it as well and give us the links. – chili555 Dec 29 '15 at 20:50