04-20-2016, 07:43 PM
(04-20-2016, 07:38 PM)ricktonoli Wrote:(04-20-2016, 03:11 PM)sarkonovich Wrote:(04-18-2016, 04:03 AM)ricktonoli Wrote:(04-15-2016, 11:59 AM)longsleep Wrote:(04-14-2016, 10:32 PM)ricktonoli Wrote: modprobe cifs returns
modprobe: FATAL: Module cifs not found in directory /lib/modules/3.10.65-4-pine64-longsleep
Added cifs in https://github.com/longsleep/linux-pine6...33ef984ae2 - will be in the next release.
Got the latest kernel, see cifs is now included, thanks a million!
Sorry for the linux newb question: how do I grab the new kernel (I've got the same problem)! Thanks!
Have a look at this post: http://forum.pine64.org/showthread.php?tid=293
Essentially:
Code:bash <(curl -s https://raw.githubusercontent.com/longsleep/build-pine64-image/master/simpleimage/platform-scripts/pine64_update_uboot.sh)
bash <(curl -s https://raw.githubusercontent.com/longsleep/build-pine64-image/master/simpleimage/platform-scripts/pine64_update_kernel.sh)
Thank you! I'll take a look.