I recently got a Odroid C2, loaded it with DietPi, and then tried adding a DWA-171 C1 wifi dongle (https://wikidevi.com/wiki/D-Link_DWA-171_rev_C1).
The dongle didn't 'just work', so I found the following Git repo (https://github.com/uzh-rpg/rpg_dwa171_wifidongle) to try and get things going.
Before I did anything, I ran:
Code: Select all
dietpi-update
apt-get update
apt-get upgrade
reboot
Code: Select all
root@DietPi:~/rpg_dwa171_wifidongle# sudo dkms build -m ${DRV_NAME} -v ${DRV_VERSION}
Error! echo
Your kernel headers for kernel 3.16.57+ cannot be found at
/lib/modules/3.16.57+/build or /lib/modules/3.16.57+/source.
Code: Select all
root@DietPi:~/rpg_dwa171_wifidongle# make
make ARCH=arm64 CROSS_COMPILE= -C /lib/modules/3.16.57+/build M=/root/rpg_dwa171_wifidongle modules
make[1]: *** /lib/modules/3.16.57+/build: No such file or directory. Stop.
Makefile:1923: recipe for target 'modules' failed
make: *** [modules] Error 2
Basically, I'm currently stuck getting this thing working. Any ideas or updates would be greatly appreciated.I think they didn't sync with meveric's Kernel update packages from last August.