View Single Post
Old 08-16-2012, 12:24 PM   #29
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by twobob View Post
I will have a look mate. Check the Kernal config. In fact Ill just attach it here.
Make a note for "next time":
Code:
# CONFIG_SMB_FS is not set
# CONFIG_CIFS is not set

Note: NFS-v3 (not NFS-v4) is already built into the kernel, not as a module.
Set the SMB and CIFS to "module" in the: make kernel_config thingy.

We will have to invent some config files and some HowTo directions, but that should be the only implementation problem.

This could also be a step towards getting rid of that FAT32 file system and its FUSE loop mount and the kernel trickery to switch it between kernel access and user storage use.

That last possibility would be a fairly invasive change and might not be for just anyone.

Here is another module to build:
Code:
# CONFIG_BLK_DEV_NBD is not set
Both Hawhill and GM have mentioned using that device, maybe they would like to let the Kindle kernel be the NBD server.

Other modules that might be of interest to someone:
Code:
# CONFIG_USB_USBNET is not set
- - -
# CONFIG_NETCONSOLE is not set
- - -
# CONFIG_FB_VIRTUAL is not set
- - -
# CONFIG_USB_OTG is not set
# CONFIG_USB_OTG_WHITELIST is not set
# CONFIG_USB_OTG_BLACKLIST_HUB is not set
And to answer another question:
Code:
CONFIG_FUTEX=y
Which may not mean that it is enabled in the K3 kernel, just in your build system kernel.

Last edited by knc1; 08-16-2012 at 01:04 PM.
knc1 is offline   Reply With Quote