That was me posting. My problem was i had not enough space on my sd card. After I switched from 32 to a bigger one I could compile it successfully.
You can install it by first doing
a backup of the installed kernel image
sudo cp /boot/Image /boot/Image.original
and then install everything
sudo make modules_install
sudo cp arch/arm64/boot/Image /boot/Image
this will install the modules and the kernel image.
I was told i should always build the modules and the kernel and haven’t tried otherwise.
Still if you’re not willing to try and backports bt drivers and you need wifi and BT you’re pretty much out of luck right now and should go with the older 8k series card.
Thanks dlodha, with this I finally managed to update kernels. The instructions are still a bit vague (first time building linux and any kernels here) but I guess I managed something.
I have Intel 7265 with the same problem diagnose from Manikanta, and after kernel update only the Bluetooth started working, still no WiFi.
With the “lspci -vnn” commands I see that 7265 has PCIe errors “Unknown header type 7f”
Is the latest firmware supposed to have this sorted out? Because it’s not. Upon plugging in a Wifi card I now get no USB wifi either.
Also which tag to checkout when applying the patch. Context is really important if we as consumers (regardless of being creators) are going to be asked to patch & build the kernel.
Looks like my previous comment has been answered. I just flashed image to new micro-sd and atheros wifi works. I’ve ordered 2 of the recommended Intel cards for my other 2 jetson nano’s. I may look for a fan also as I’ve noticed how hot it all runs with WiFi turned on.
Following steps outlined in #5 to build/install backport-iwlwifi. Keep getting an error regarding declaration of iwl_mvm_ppag_send_cmd in fw.c during make.
Any ideas of what might be the issue?
sbessette@sbessette-nano:~/Downloads/bp/backport-iwlwifi$ make
CC [M] /home/sbessette/Downloads/bp/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/mvm/fw.o
/home/sbessette/Downloads/bp/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/mvm/fw.c:1251:12: error: static declaration of ‘iwl_mvm_ppag_send_cmd’ follows non-static declaration
static int iwl_mvm_ppag_send_cmd(struct iwl_mvm *mvm)
^~~~~~~~~~~~~~~~~~~~~
In file included from /home/sbessette/Downloads/bp/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/mvm/fw.c:76:0:
/home/sbessette/Downloads/bp/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/mvm/mvm.h:2204:5: note: previous declaration of ‘iwl_mvm_ppag_send_cmd’ was here
int iwl_mvm_ppag_send_cmd(struct iwl_mvm *mvm);
^~~~~~~~~~~~~~~~~~~~~
/home/sbessette/Downloads/bp/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/mvm/fw.c:1251:12: warning: ‘iwl_mvm_ppag_send_cmd’ defined but not used [-Wunused-function]
static int iwl_mvm_ppag_send_cmd(struct iwl_mvm *mvm)
^~~~~~~~~~~~~~~~~~~~~
/home/sbessette/Downloads/bp/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/mvm/fw.c:1246:12: warning: ‘iwl_mvm_get_ppag_table’ defined but not used [-Wunused-function]
static int iwl_mvm_get_ppag_table(struct iwl_mvm *mvm)
^~~~~~~~~~~~~~~~~~~~~~
/home/sbessette/Downloads/Linux_for_Tegra/sources/kernel/kernel-4.9/scripts/Makefile.build:335: recipe for target ‘/home/sbessette/Downloads/bp/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/mvm/fw.o’ failed
make[11]: *** [/home/sbessette/Downloads/bp/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/mvm/fw.o] Error 1
/home/sbessette/Downloads/Linux_for_Tegra/sources/kernel/kernel-4.9/scripts/Makefile.build:649: recipe for target ‘/home/sbessette/Downloads/bp/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/mvm’ failed
make[10]: *** [/home/sbessette/Downloads/bp/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/mvm] Error 2
/home/sbessette/Downloads/Linux_for_Tegra/sources/kernel/kernel-4.9/scripts/Makefile.build:649: recipe for target ‘/home/sbessette/Downloads/bp/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi’ failed
make[9]: *** [/home/sbessette/Downloads/bp/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi] Error 2
/home/sbessette/Downloads/Linux_for_Tegra/sources/kernel/kernel-4.9/scripts/Makefile.build:649: recipe for target ‘/home/sbessette/Downloads/bp/backport-iwlwifi/drivers/net/wireless/intel’ failed
make[8]: *** [/home/sbessette/Downloads/bp/backport-iwlwifi/drivers/net/wireless/intel] Error 2
/home/sbessette/Downloads/Linux_for_Tegra/sources/kernel/kernel-4.9/scripts/Makefile.build:649: recipe for target ‘/home/sbessette/Downloads/bp/backport-iwlwifi/drivers/net/wireless’ failed
make[7]: *** [/home/sbessette/Downloads/bp/backport-iwlwifi/drivers/net/wireless] Error 2
/home/sbessette/Downloads/Linux_for_Tegra/sources/kernel/kernel-4.9/Makefile:1629: recipe for target ‘module/home/sbessette/Downloads/bp/backport-iwlwifi’ failed
make[6]: *** [module/home/sbessette/Downloads/bp/backport-iwlwifi] Error 2
Makefile:171: recipe for target ‘sub-make’ failed
make[5]: *** [sub-make] Error 2
Makefile:24: recipe for target ‘__sub-make’ failed
make[4]: *** [__sub-make] Error 2
Makefile.build:6: recipe for target ‘modules’ failed
make[3]: *** [modules] Error 2
Makefile.real:100: recipe for target ‘modules’ failed
make[2]: *** [modules] Error 2
Makefile:40: recipe for target ‘modules’ failed
make[1]: *** [modules] Error 2
Makefile:30: recipe for target ‘default’ failed
make: *** [default] Error 2
So, I’ve been able to get rid of those annoying pcie error messages during boot. But the wifi is still not working. I am actually using 7265, but that’s the same issue.
I’ve compiled the kernel with the patch. I wasn’t able to compile backport drivers though. I really hope someone will solve this since I can’t get hand on anything other than Intel 7265. Nobody just sells it any more in my country.
If anyone wants the compiled kernel binary with patch applied, just send me a message.
And if anyone happens to have backport iwlwifi 7265 driver working, I’d be glad if you share it with me.
Don’t apply the patch any more. Just download the latest image and flash (I know it wastes a lot of time)
Interestingly updates did not solve and the patch made things worse when manually applied; but getting the latest image my 9260 and realtek both work (although boy does the unit get hot).
@lewiscowles, was this just plug-and-play for you?? I’m ‘bout at my wits’ end having now tried basically everything in this thread (flashing the latest Jetpack image, trying to do the backport…with the same build errors shown by @mrsethparker, etc.). I seem to have bluetooth active with the 9260, but it doesn’t even appear to think about loading wifi. Don’t see anything related in dmesg. Did you have to do anything to get this working after flashing the latest fw?
Awesome! That worked. I now have wifi working with the 9260. Thanks!!
But, truth be told the main reason I got the card was for Bluetooth. Which doesn’t SEEM to be working. Is there another backporting process required for bluetooth/BLE??
The only thing in dmesg is:
[ 5.568794] usbcore: registered new interface driver btusb
Nothing but wifi showing with “rfkill list all”. “hcitool dev” shows no devices. Truth-be-told I don’t know what the heck I’m doing since I’m not a “Linux guy,” so I could be totally missing a step. But Google hasn’t (yet) been my friend.
Was able to (re)install the 9260 module and get it working for wifi.
The backported iwlwifi kernel modules on R32.2 weren’t sufficient; also needed the latest firmwares
Summary:
Use latest SD card image (`jetson-nano-sd-r32.2-2019-07-16.zip`) **R32.2**
Download, build and install `backport-iwlwifi` kernel driver
Download and place latest firmwares (from `linux-firmware.git`)
Log into desktop environment and select / connect to chosen WiFi network (NetworkManager)
# backported drivers
cd projects/
git clone https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/backport-iwlwifi.git
cd backport-iwlwifi
git checkout release/core46
make clean
make defconfig-iwlwifi-public
make -j4
sudo make install
# firmwares
cd ~/projects/
git clone git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
cd linux-firmware
sudo cp -av ./iwlwifi-9260* /lib/firmware/
sudo reboot
Using firmware that was on the R32.2 SD image:
[ 64.723709] iwlwifi 0000:01:00.0: loaded firmware version 43.95eb4e97.0 op_mode iwlmvm
Using latest firmware downloaded via kernel.org git repo:
[ 64.656131] iwlwifi 0000:01:00.0: loaded firmware version 46.a41adfe7.0 op_mode iwlmvm
After reboot, what I need to do? Do I need create a new WLAN, Im new in linux.No wifi adapter is looking for connections it is recognized in the PCI port.
Other thing is that Im booting from SSD, maybe I should copy some file in the SDCARD?
Thanks by you effort and share
Well I forgot the sudo make install step. After do it me board no not boot. I think because Im booting from SSD and probably I need copy the wifi kernel module in some place. In the SD or frim the SD to the SSD. Can tell me somebody what I need copy, where and how I do it without can boot?, there is some way to boot in safety mode like in windows?
I’m downloading it now, will test later. I struggled to recompile the kernel from sources so I hope it will save you guys some time since this post appears as first search result when troubleshooting wifi issues
I have that image I think and after connect the wifi module didnt work and Im following this thread. Problem I was booting from SSD and the kernel was installed in the wrong disk, now my jetson dont boot.Im trying move the kernel to the right place in the MicroSD boot folder via serial, but no idea how, I dont know the commands, can help somwbody please?
I could’t apply these instructions. Face with lots of errors and actually don’t really know these kinds of things. I’m just a beginner. Can anyone explain how can I git patch the file and make this 9260 wifi module work ? Or anyone has an image which already has that settings ?
It’s faster to just go and order a 8265NGW and use that, as it was the only one the nVidia engineer had in the drawer when WiFi was added to Jetson Nano.
nVidia seems to have lost interest to support any other WiFi card on Jetson Nano.
I tried to get intel 7265 working, having similar PCIe issues, but the support was also very hard to implement.
So I gave up on 7265 and ordered 8265NGW from Aliexpress. I bet it get’s to me in two months, ahead of any nVidia support.