- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have found some reference here: https://unix.stackexchange.com/questions/518571/locating-drivers-for-intel-ax200-wireless-on-5-1-kernel
However, I am trying to implement enablement of the card at the mentioned platform. And so far I can see it with lspci:
01:00.0 Network controller: Intel Corporation Device 2723 (rev 1a)
Could you give a hand with implementing support of it within Linux tegra [4.9] environment [aarch64], please?
Reference:
https://devtalk.nvidia.com/default/topic/1049303/jetson-nano/jetson-nano-wifi-/post/5353638/#5353638
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
trying
git clone https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/backport-iwlwifi.git
make defconfig-iwlwifi-public
sed -i 's/CPTCFG_IWLMVM_VENDOR_CMDS=y/# CPTCFG_IWLMVM_VENDOR_CMDS is not set/' .config
make -j4
sudo make install
rebooting
Reference: https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi/core_release
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
depmod will prefer updates/ over kernel/ -- OK!
Note:
You may or may not need to update your initramfs, you should if
any of the modules installed are part of your initramfs. To add
support for your distribution to do this automatically send a
patch against "update-initramfs.sh". If your distribution does not
require this send a patch with the '/usr/bin/lsb_release -i -s'
("Ubuntu") tag for your distribution to avoid this warning.
Your backported driver modules should be installed now.
Reboot.
However, after the reboot there is no card that can be observed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
modprobe iwlwifi
rfkill list
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
RESOLVED
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Avolo2,
Thank you for posting on the Intel Community.
I'm glad to hear that the issue is resolved.
Our Linux* support is limited, however, you can check this article with the Linux* support options we have for future references.
I'll proceed to close this inquiry, please make a new post if you have any question.
Best regards,
Oscar A.
Intel Customer Support Technician
Under Contract to Intel Corporation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
and bluetooth?
how do I enable the bluetoth?
what module to load into the kernel?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
it seems that a specific parameter needs to be passed to the module while loading, right?
something like :
modprobe iwlwifi bt_coex_active=1
that doesn't appear to get the bluetooth to appear
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Avolo2,
The Linux* support for wireless adapters is limited. Please check out this link on how to get Linux* support and report issues.
https://www.intel.com/content/www/us/en/support/articles/000005511/network-and-i-o/wireless-networking.html
We highly recommend you to contact the community of the Linux* distribution that you're using for support assistance.
Best regards,
Oscar A.
Intel Customer Support Technician
Under Contract to Intel Corporation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
with the latter kernel available for tegra linux I am getting a device eth1 to appear after installing intel drivers with
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
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page