I used a pre-built kernel from this image debian-wheezy-7.2-armhf-3.8.13-bone30.img.xz (which is vmlinuz-3.8.13-bone30)
to make a new SD card for test purposes like in this tutorial: http://eewiki.net/display/linuxonarm/BeagleBone+Black#BeagleBoneBlack-SetupmicroSD/SDcard I used this rootfs debian-7.3-bare-armhf-2013-12-18.tar.xz And U-boot from git Everything is working as expected (except zImage from debian-wheezy-7.2-armhf-3.8.13-bone30.img.xz is *not* on /boot partition like in tutorial) but at new linux, cifs always failed: mount -t cifs //10.10.0.50/share -o username=xxx,password=yyy /xp mount error: cifs filesystem not supported by the system mount error(19): No such device Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) Am I missing something? Since is the same kernel, cifs is enabled. I installed cifs-utils. There is a strange error: modprobe cifs libkmod: ERROR ../libkmod/libkmod.c:554 kmod_search_moddep: could not open moddep file '/lib/modules/3.8.13-bone30/modules.dep.bin' Any idea please? -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
