as title, I use a usb wireless device, the IC is MT7601U, when I install the drvier, the comile was error. error info was:
nvidia@jetson-0423718017519:~/Downloads/mt7601usta/src$ make
make -C tools
make[1]: Entering directory ‘/home/nvidia/Downloads/mt7601usta/src/tools’
gcc -g bin2h.c -o bin2h
make[1]: Leaving directory ‘/home/nvidia/Downloads/mt7601usta/src/tools’
/home/nvidia/Downloads/mt7601usta/src/tools/bin2h
cp -f os/linux/Makefile.6 /home/nvidia/Downloads/mt7601usta/src/os/linux/Makefile
make -C /lib/modules/4.9.108-tegra/build SUBDIRS=/home/nvidia/Downloads/mt7601usta/src/os/linux modules
make[1]: Entering directory ‘/usr/src/linux-headers-4.9.108-tegra/kernel-4.9’
CC [M] /home/nvidia/Downloads/mt7601usta/src/os/linux/…/…/os/linux/rt_profile.o
/bin/sh: 1: scripts/basic/fixdep: Exec format error
scripts/Makefile.build:297: recipe for target ‘/home/nvidia/Downloads/mt7601usta/src/os/linux/…/…/os/linux/rt_profile.o’ failed
make[2]: *** [/home/nvidia/Downloads/mt7601usta/src/os/linux/…/…/os/linux/rt_profile.o] Error 2
Makefile:1527: recipe for target ‘module/home/nvidia/Downloads/mt7601usta/src/os/linux’ failed
make[1]: *** [module/home/nvidia/Downloads/mt7601usta/src/os/linux] Error 2
make[1]: Leaving directory ‘/usr/src/linux-headers-4.9.108-tegra/kernel-4.9’
Makefile:418: recipe for target ‘LINUX’ failed
make: *** [LINUX] Error 2
anybody ever meet this problem? or which kind of usb wirless device can derictly used in Xavier
I find m.2 wireless card intel 8265AC can be used for xavier, maybe i will try it.
Any usb card can used?
For your compilation error, I would doubt you didn’t follow the steps in L4T document.
Please follow it first.
As for the card, you could refer to "Jetson AGX Xavier Supported Component List " on the download center.
thank you.