PINE64
I can not build a Wifi driver in the kernel - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: ROCK64 (https://forum.pine64.org/forumdisplay.php?fid=85)
+--- Forum: Linux on Rock64 (https://forum.pine64.org/forumdisplay.php?fid=88)
+--- Thread: I can not build a Wifi driver in the kernel (/showthread.php?tid=5540)



I can not build a Wifi driver in the kernel - pine3228 - 01-06-2018

https://github.com/ayufan-rock64/linux-kernel/tree/release-4.4/drivers/net/wireless/ath/carl9170
私は、このフォーラムのおかげで、私の欲しいWifiドライバーは、ここにあるということが分かりました。
しかし、このドライバーをダウンロードし、ROCK64に書き込み、「make」と実行しても、
「make: *** Notargets. Stop.」
と表示されてしまいました。
助けてください!!
Google Translate : 
https://github.com/ayufan-rock64/linux-kernel/tree/release-4.4/drivers/net/wireless/ath/carl9170
Thanks to this forum, I understood that the Wifi driver I want is here.
However, if you download this driver, write it to ROCK64, and run "make"
"Make: *** Notargets. Stop."
And it was displayed.
Help me!!


RE: I can not build a Wifi driver in the kernel - Luke - 01-06-2018

Try 

Code:
ARCH=arm64 make



RE: I can not build a Wifi driver in the kernel - pine3228 - 01-06-2018

状況は変わりませんでした...
悲しい...
Google Translate :
The situation did not change ...
sad...


RE: I can not build a Wifi driver in the kernel - xalius - 01-06-2018

Can you explain in a bit more detail what you did so far?