<?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: AX200NGW implementation of driver support on nvidia jetson nano in Wireless</title>
    <link>https://community.intel.com/t5/Wireless/AX200NGW-implementation-of-driver-support-on-nvidia-jetson-nano/m-p/668871#M26137</link>
    <description>&lt;P&gt;it seems that a specific parameter needs to be passed to the module while loading, right?&lt;/P&gt;&lt;P&gt;something like :&lt;/P&gt;&lt;CODE&gt;modprobe  iwlwifi bt_coex_active=1&lt;/CODE&gt;&lt;P&gt;&amp;nbsp;that doesn't appear to get the bluetooth to appear&lt;/P&gt;</description>
    <pubDate>Mon, 24 Jun 2019 15:29:40 GMT</pubDate>
    <dc:creator>AVolo2</dc:creator>
    <dc:date>2019-06-24T15:29:40Z</dc:date>
    <item>
      <title>AX200NGW implementation of driver support on nvidia jetson nano</title>
      <link>https://community.intel.com/t5/Wireless/AX200NGW-implementation-of-driver-support-on-nvidia-jetson-nano/m-p/668864#M26130</link>
      <description>&lt;P&gt;I have found some reference here: &lt;A href="https://unix.stackexchange.com/questions/518571/locating-drivers-for-intel-ax200-wireless-on-5-1-kernel" target="_self" alt="https://unix.stackexchange.com/questions/518571/locating-drivers-for-intel-ax200-wireless-on-5-1-kernel"&gt;&lt;/A&gt;&lt;A href="https://unix.stackexchange.com/questions/518571/locating-drivers-for-intel-ax200-wireless-on-5-1-kernel"&gt;https://unix.stackexchange.com/questions/518571/locating-drivers-for-intel-ax200-wireless-on-5-1-kernel&lt;/A&gt;&lt;/P&gt;&lt;P&gt;However, I am trying to implement enablement of the card at the mentioned platform. And so far I can see it with lspci:&lt;/P&gt;&lt;P&gt;01:00.0 Network controller: Intel Corporation Device 2723 (rev 1a)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you give a hand with implementing support of it within Linux tegra [4.9] environment [aarch64], please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Reference:&lt;/P&gt;&lt;P&gt;&lt;A href="https://devtalk.nvidia.com/default/topic/1049303/jetson-nano/jetson-nano-wifi-/post/5353638/#5353638"&gt;https://devtalk.nvidia.com/default/topic/1049303/jetson-nano/jetson-nano-wifi-/post/5353638/#5353638&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 22:54:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Wireless/AX200NGW-implementation-of-driver-support-on-nvidia-jetson-nano/m-p/668864#M26130</guid>
      <dc:creator>AVolo2</dc:creator>
      <dc:date>2019-06-20T22:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: AX200NGW implementation of driver support on nvidia jetson nano</title>
      <link>https://community.intel.com/t5/Wireless/AX200NGW-implementation-of-driver-support-on-nvidia-jetson-nano/m-p/668865#M26131</link>
      <description>&lt;P&gt;trying&lt;/P&gt;&lt;CODE&gt;git clone https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/backport-iwlwifi.git&lt;/CODE&gt;&lt;CODE&gt;make defconfig-iwlwifi-public
sed -i 's/CPTCFG_IWLMVM_VENDOR_CMDS=y/# CPTCFG_IWLMVM_VENDOR_CMDS is not set/' .config
make -j4&lt;/CODE&gt;&lt;CODE&gt;sudo make install&lt;/CODE&gt;&lt;P&gt;rebooting&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Reference: &lt;A href="https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi/core_release" target="_self" alt="https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi/core_release"&gt;&lt;/A&gt;&lt;A href="https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi/core_release"&gt;https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi/core_release&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 22:57:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Wireless/AX200NGW-implementation-of-driver-support-on-nvidia-jetson-nano/m-p/668865#M26131</guid>
      <dc:creator>AVolo2</dc:creator>
      <dc:date>2019-06-20T22:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: AX200NGW implementation of driver support on nvidia jetson nano</title>
      <link>https://community.intel.com/t5/Wireless/AX200NGW-implementation-of-driver-support-on-nvidia-jetson-nano/m-p/668866#M26132</link>
      <description>&lt;P&gt;depmod will prefer updates/ over kernel/ -- OK!&lt;/P&gt;&lt;P&gt;Note:&lt;/P&gt;&lt;P&gt;You may or may not need to update your initramfs, you should if&lt;/P&gt;&lt;P&gt;any of the modules installed are part of your initramfs. To add&lt;/P&gt;&lt;P&gt;support for your distribution to do this automatically send a&lt;/P&gt;&lt;P&gt;patch against "&lt;A href="http://update-initramfs.sh"&gt;update-initramfs.sh&lt;/A&gt;". If your distribution does not&lt;/P&gt;&lt;P&gt;require this send a patch with the '/usr/bin/lsb_release -i -s'&lt;/P&gt;&lt;P&gt;("Ubuntu") tag for your distribution to avoid this warning.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your backported driver modules should be installed now.&lt;/P&gt;&lt;P&gt;Reboot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, after the reboot there is no card that can be observed&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 23:05:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Wireless/AX200NGW-implementation-of-driver-support-on-nvidia-jetson-nano/m-p/668866#M26132</guid>
      <dc:creator>AVolo2</dc:creator>
      <dc:date>2019-06-20T23:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: AX200NGW implementation of driver support on nvidia jetson nano</title>
      <link>https://community.intel.com/t5/Wireless/AX200NGW-implementation-of-driver-support-on-nvidia-jetson-nano/m-p/668867#M26133</link>
      <description>&lt;CODE&gt;modprobe iwlwifi
rfkill list
0: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no&lt;/CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 23:10:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Wireless/AX200NGW-implementation-of-driver-support-on-nvidia-jetson-nano/m-p/668867#M26133</guid>
      <dc:creator>AVolo2</dc:creator>
      <dc:date>2019-06-20T23:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: AX200NGW implementation of driver support on nvidia jetson nano</title>
      <link>https://community.intel.com/t5/Wireless/AX200NGW-implementation-of-driver-support-on-nvidia-jetson-nano/m-p/668868#M26134</link>
      <description>&lt;P&gt;RESOLVED&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 23:21:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Wireless/AX200NGW-implementation-of-driver-support-on-nvidia-jetson-nano/m-p/668868#M26134</guid>
      <dc:creator>AVolo2</dc:creator>
      <dc:date>2019-06-20T23:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: AX200NGW implementation of driver support on nvidia jetson nano</title>
      <link>https://community.intel.com/t5/Wireless/AX200NGW-implementation-of-driver-support-on-nvidia-jetson-nano/m-p/668869#M26135</link>
      <description>&lt;P&gt;Hello Avolo2, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for posting on the Intel Community.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm glad to hear that the issue is resolved.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our Linux* support is limited, however, you can check this article with the Linux* support options we have for future references.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/support/articles/000005511/network-and-i-o/wireless-networking.html"&gt;https://www.intel.com/content/www/us/en/support/articles/000005511/network-and-i-o/wireless-networking.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll proceed to close this inquiry, please make a new post if you have any question. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Oscar A.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;P&gt;Under Contract to Intel Corporation&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 01:38:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Wireless/AX200NGW-implementation-of-driver-support-on-nvidia-jetson-nano/m-p/668869#M26135</guid>
      <dc:creator>Oscar_A_Intel1</dc:creator>
      <dc:date>2019-06-21T01:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: AX200NGW implementation of driver support on nvidia jetson nano</title>
      <link>https://community.intel.com/t5/Wireless/AX200NGW-implementation-of-driver-support-on-nvidia-jetson-nano/m-p/668870#M26136</link>
      <description>&lt;P&gt;and bluetooth?&lt;/P&gt;&lt;P&gt;how do I enable the bluetoth?&lt;/P&gt;&lt;P&gt;what module to load into the kernel?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2019 15:24:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Wireless/AX200NGW-implementation-of-driver-support-on-nvidia-jetson-nano/m-p/668870#M26136</guid>
      <dc:creator>AVolo2</dc:creator>
      <dc:date>2019-06-24T15:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: AX200NGW implementation of driver support on nvidia jetson nano</title>
      <link>https://community.intel.com/t5/Wireless/AX200NGW-implementation-of-driver-support-on-nvidia-jetson-nano/m-p/668871#M26137</link>
      <description>&lt;P&gt;it seems that a specific parameter needs to be passed to the module while loading, right?&lt;/P&gt;&lt;P&gt;something like :&lt;/P&gt;&lt;CODE&gt;modprobe  iwlwifi bt_coex_active=1&lt;/CODE&gt;&lt;P&gt;&amp;nbsp;that doesn't appear to get the bluetooth to appear&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2019 15:29:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Wireless/AX200NGW-implementation-of-driver-support-on-nvidia-jetson-nano/m-p/668871#M26137</guid>
      <dc:creator>AVolo2</dc:creator>
      <dc:date>2019-06-24T15:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: AX200NGW implementation of driver support on nvidia jetson nano</title>
      <link>https://community.intel.com/t5/Wireless/AX200NGW-implementation-of-driver-support-on-nvidia-jetson-nano/m-p/668872#M26138</link>
      <description>&lt;P&gt;Hello Avolo2, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Linux* support for wireless adapters is limited. Please check out this link on how to get Linux* support and report issues.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/support/articles/000005511/network-and-i-o/wireless-networking.html" target="_self" alt="https://www.intel.com/content/www/us/en/support/articles/000005511/network-and-i-o/wireless-networking.html"&gt;&lt;/A&gt;&lt;A href="https://www.intel.com/content/www/us/en/support/articles/000005511/network-and-i-o/wireless-networking.html"&gt;https://www.intel.com/content/www/us/en/support/articles/000005511/network-and-i-o/wireless-networking.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We highly recommend you to contact the community of the Linux* distribution that you're using for support assistance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Oscar A.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;P&gt;Under Contract to Intel Corporation&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2019 22:50:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Wireless/AX200NGW-implementation-of-driver-support-on-nvidia-jetson-nano/m-p/668872#M26138</guid>
      <dc:creator>Oscar_A_Intel1</dc:creator>
      <dc:date>2019-06-25T22:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: AX200NGW implementation of driver support on nvidia jetson nano</title>
      <link>https://community.intel.com/t5/Wireless/AX200NGW-implementation-of-driver-support-on-nvidia-jetson-nano/m-p/668873#M26139</link>
      <description>&lt;P&gt;with the latter kernel available for tegra linux I am getting a device eth1 to appear after installing intel drivers with&lt;/P&gt;&lt;CODE&gt;git clone --single-branch --branch master https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/backport-iwlwifi.git 
cd backport-iwlwifi/ 
make defconfig-iwlwifi-public sed -i 's/CPTCFG_IWLMVM_VENDOR_CMDS=y/# CPTCFG_IWLMVM_VENDOR_CMDS is not set/' .config 
make -j8 
sudo make install&lt;/CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 00:51:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Wireless/AX200NGW-implementation-of-driver-support-on-nvidia-jetson-nano/m-p/668873#M26139</guid>
      <dc:creator>AVolo2</dc:creator>
      <dc:date>2020-06-11T00:51:15Z</dc:date>
    </item>
  </channel>
</rss>

