I’m trying to build a driver for the EDImax EW-7811UAC/DAC using the following instructions:
I get the following error:
nusantao@Nano:~$ sudo apt install linux-headers-$(uname -r)
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package linux-headers-4.9.140-tegra
E: Couldn’t find any package by glob ‘linux-headers-4.9.140-tegra’
E: Couldn’t find any package by regex ‘linux-headers-4.9.140-tegra’
I just downloaded and installed the latest Jetpack which you recommended to get the EDImax wireless working.
I’m not positive, perhaps NVIDIA could answer this: Do the newer release packages and repo for Jetsons have available a separate package for headers? If so, then it would be a simple matter of the apt-get install when the correct repo is visible. If not, then you could perhaps place the kernel source at the correct location (which has headers as well as source) and it would “just work”, although you wouldn’t have an ability to update via apt.