Quote:
Originally Posted by twobob
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:
Which may not mean that it is enabled in the K3 kernel, just in your build system kernel.