Advertisement
Luke_

wifi

Jan 31st, 2017
424
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. ubuntu@pine64:~/rtl8723cs$ make modules_install
  2. make ARCH=arm64 CROSS_COMPILE= -C /lib/modules/3.10.104-2-pine64-longsleep/build M=/home/ubuntu/rtl8723cs modules_install
  3. make[1]: Entering directory '/usr/src/linux-headers-3.10.104-2-pine64-longsleep'
  4. DEPMOD 3.10.104-2-pine64-longsleep
  5. make[1]: Leaving directory '/usr/src/linux-headers-3.10.104-2-pine64-longsleep'
  6. ubuntu@pine64:~/rtl8723cs$ sudo depmod -a
  7. ubuntu@pine64:~/rtl8723cs$ sudo modprobe 8723
  8. modprobe: FATAL: Module 8723 not found in directory /lib/modules/3.10.104-2-pine64-longsleep
  9. ubuntu@pine64:~/rtl8723cs$ sudo insmod 8723cs.ko
  10. insmod: ERROR: could not load module 8723cs.ko: No such file or directory
  11. ubuntu@pine64:~/rtl8723cs$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement