<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Re:Problem using 802.11r FT on Ubuntu (AX200) in Wireless</title>
    <link>https://community.intel.com/t5/Wireless/Problem-using-802-11r-FT-on-Ubuntu-AX200/m-p/1277007#M35444</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hi Sebastian,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We hit this issue as well.&lt;/P&gt;
&lt;P&gt;Please confirm if AX210 has the 11r issue on Ubuntu, whether it would be supported.&lt;/P&gt;
&lt;P&gt;We are evaluating the AX210 as a potential replacement for AX200.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Asura&lt;/P&gt;</description>
    <pubDate>Tue, 27 Apr 2021 14:04:10 GMT</pubDate>
    <dc:creator>Asura</dc:creator>
    <dc:date>2021-04-27T14:04:10Z</dc:date>
    <item>
      <title>Problem using 802.11r FT on Ubuntu (AX200)</title>
      <link>https://community.intel.com/t5/Wireless/Problem-using-802-11r-FT-on-Ubuntu-AX200/m-p/1233573#M32336</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm trying to use 802.11r on my network, but I can't seem to make it work correctly.&lt;/P&gt;
&lt;P&gt;I am connecting using wpa_supplicant using the configuration below, and while the connection is successful, it isn't registered as an 802.11r compatible device according to the network. I took a look at the association request packet, and i can see that under capabilities for "Mobility Domain" that the capabilities are set to 0/false (which i assume wouldn't be the case for 802.11r-enabled devices).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;System:&lt;/P&gt;
&lt;P&gt;Ubuntu 20.04.1 LTS, kernel 5.4.0-56-generic&lt;BR /&gt;WiFi: Intel AX200&lt;BR /&gt;Network: Wi-Fi 6 through Cisco MR56&lt;BR /&gt;wpa_supplicant version 2.9&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;wpa_supplicant config:&lt;/P&gt;
&lt;LI-CODE lang="none"&gt;ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=DK

ap_scan=1
fast_reauth=1

network={
        ssid="####"
        key_mgmt=FT-EAP
        eap=PEAP
        identity="####"
        password="####"
}&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 02 Dec 2020 16:17:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Wireless/Problem-using-802-11r-FT-on-Ubuntu-AX200/m-p/1233573#M32336</guid>
      <dc:creator>Fink</dc:creator>
      <dc:date>2020-12-02T16:17:32Z</dc:date>
    </item>
    <item>
      <title>Re:Problem using 802.11r FT on Ubuntu (AX200)</title>
      <link>https://community.intel.com/t5/Wireless/Problem-using-802-11r-FT-on-Ubuntu-AX200/m-p/1234009#M32372</link>
      <description>&lt;P&gt;Hello&amp;nbsp;Fink,&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for posting on the Intel® communities.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So we can better assist you, please provide the following details:&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Run the Intel® System Support Utility for the Linux* Operating System and provide the outcome: &lt;A href="https://downloadcenter.intel.com/download/26735/Intel-System-Support-Utility-for-the-Linux-Operating-System" rel="noopener noreferrer" target="_blank"&gt;https://downloadcenter.intel.com/download/26735/Intel-System-Support-Utility-for-the-Linux-Operating...&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Is this the original adapter that came pre-installed on your computer or did you change/install the adapter to this one?&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. Run the following commands and send us the outcome:&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;modinfo iwlwifi &amp;gt; If there is no output, then the module isn’t installed this is the distribution installation issue.&amp;nbsp;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;lsmod | grep iwlwifi &amp;gt; If the result is empty, the driver hasn't been loaded. Most likely to be a distribution issue.&amp;nbsp;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;To verify, please type: dmesg | grep iwlwifi &amp;gt; If the result is empty, the driver wasn’t initialized and this is a distribution issue. If there is a result populated, proceed with the next step.&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;dmesg | grep “no suitable firmware found!” &amp;gt; If the result is&amp;nbsp;&lt;B&gt;not&lt;/B&gt;&amp;nbsp;empty, it means you don't have a suitable FW (api mentioned in the dmesg).&amp;nbsp;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Please visit here:&amp;nbsp;&lt;A href="https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi" rel="noopener noreferrer" target="_blank"&gt;h&lt;/A&gt;&amp;nbsp;&lt;A href="https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi" rel="noopener noreferrer" target="_blank"&gt;ttps://wireless.wiki.kernel.org/en/users/drivers/iwlwifi&amp;nbsp;&lt;/A&gt;&amp;nbsp;for supported FW,&amp;nbsp;or here&amp;nbsp;&lt;A href="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/" rel="noopener noreferrer" target="_blank"&gt;https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/&amp;nbsp;&lt;/A&gt;for the latest versions.&amp;nbsp;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;5. If the above steps don't work, collect the debug data:&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Type:&lt;B&gt;&amp;nbsp;&lt;/B&gt;dmesg | grep ASSERT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the output is empty, please follow this wiki:&amp;nbsp;&lt;A href="https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi/debugging" rel="noopener noreferrer" target="_blank"&gt;https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi/debugging&amp;nbsp;&lt;/A&gt;&amp;nbsp;to extract dmesg and trace-cmd.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the output has value, please collect from the wiki FW dump too.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sebastian M&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Dec 2020 20:27:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Wireless/Problem-using-802-11r-FT-on-Ubuntu-AX200/m-p/1234009#M32372</guid>
      <dc:creator>Sebastian_M_Intel</dc:creator>
      <dc:date>2020-12-03T20:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Problem using 802.11r FT on Ubuntu (AX200)</title>
      <link>https://community.intel.com/t5/Wireless/Problem-using-802-11r-FT-on-Ubuntu-AX200/m-p/1234187#M32387</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I've attached the SSU report.&lt;/P&gt;
&lt;P&gt;The adapter was installed afterwards, switching from 802.11AC to 802.11AX.&lt;/P&gt;
&lt;P&gt;The output of the commands from step 3 have likewise been attached.&lt;/P&gt;
&lt;P&gt;Following the debugging link you sent, i've also attached the dmesg log.&lt;BR /&gt;Running ethtool -i wlp2s0 | grep firmware:&amp;nbsp; &amp;nbsp; &amp;nbsp;firmware-version: 48.4fa0041f.0&lt;/P&gt;
&lt;P&gt;As for the trace-cmd, am i supposed to be connecting to a network while it's running?&lt;BR /&gt;As I said, the device can connect to a device just fine, it's primarily just the over-the-ds functinoality that is not working.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Fink&lt;/P&gt;</description>
      <pubDate>Fri, 04 Dec 2020 10:00:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Wireless/Problem-using-802-11r-FT-on-Ubuntu-AX200/m-p/1234187#M32387</guid>
      <dc:creator>Fink</dc:creator>
      <dc:date>2020-12-04T10:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Problem using 802.11r FT on Ubuntu (AX200)</title>
      <link>https://community.intel.com/t5/Wireless/Problem-using-802-11r-FT-on-Ubuntu-AX200/m-p/1234189#M32388</link>
      <description>&lt;P&gt;(forgot the extra logs)&lt;/P&gt;</description>
      <pubDate>Fri, 04 Dec 2020 10:07:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Wireless/Problem-using-802-11r-FT-on-Ubuntu-AX200/m-p/1234189#M32388</guid>
      <dc:creator>Fink</dc:creator>
      <dc:date>2020-12-04T10:07:43Z</dc:date>
    </item>
    <item>
      <title>Re:Problem using 802.11r FT on Ubuntu (AX200)</title>
      <link>https://community.intel.com/t5/Wireless/Problem-using-802-11r-FT-on-Ubuntu-AX200/m-p/1234333#M32397</link>
      <description>&lt;P&gt;Hello&amp;nbsp;Fink,&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the information.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After checking the&amp;nbsp;Intel® System Support Utility for the Linux* I could see that you are using an&amp;nbsp;Intel® NUC Board NUC5i3MYBE.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to let you know that due to compatibility issues, we do not recommend changing the original wireless card of the NUCs. Additionally, the NUC has not been tested to work with Linux*:&amp;nbsp;&lt;A href="https://www.intel.com/content/www/us/en/support/articles/000005628/intel-nuc.html" rel="noopener noreferrer" target="_blank"&gt;https://www.intel.com/content/www/us/en/support/articles/000005628/intel-nuc.html&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You may want to check with your distro's community for better assistance:&amp;nbsp;&lt;A href="https://ubuntu.com/community" rel="noopener noreferrer" target="_blank"&gt;https://ubuntu.com/community&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, due to this product being discontinued, Intel Customer Service no longer supports inquiries for it, but perhaps fellow community members have the knowledge to jump in and help. You may also find the&amp;nbsp;&lt;A href="https://www.intel.com/content/www/us/en/support/discontinued-products.html" rel="noopener noreferrer" target="_blank"&gt;Discontinued Products website&lt;/A&gt;&amp;nbsp;helpful to address your request. Thank you for understanding.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please keep in mind that this thread will no longer be monitored by Intel.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sebastian M&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Dec 2020 21:24:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Wireless/Problem-using-802-11r-FT-on-Ubuntu-AX200/m-p/1234333#M32397</guid>
      <dc:creator>Sebastian_M_Intel</dc:creator>
      <dc:date>2020-12-04T21:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Problem using 802.11r FT on Ubuntu (AX200)</title>
      <link>https://community.intel.com/t5/Wireless/Problem-using-802-11r-FT-on-Ubuntu-AX200/m-p/1277007#M35444</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Sebastian,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We hit this issue as well.&lt;/P&gt;
&lt;P&gt;Please confirm if AX210 has the 11r issue on Ubuntu, whether it would be supported.&lt;/P&gt;
&lt;P&gt;We are evaluating the AX210 as a potential replacement for AX200.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Asura&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 14:04:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Wireless/Problem-using-802-11r-FT-on-Ubuntu-AX200/m-p/1277007#M35444</guid>
      <dc:creator>Asura</dc:creator>
      <dc:date>2021-04-27T14:04:10Z</dc:date>
    </item>
  </channel>
</rss>

