View Single Post
Old 08-18-2012, 10:21 AM   #82
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299993
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
Quote:
Originally Posted by knc1 View Post
If we could get a volunteer to get the SMB/CIFS modules configured . . .
Does not look too hard:
http://www.swerdna.net.au/susesambacifs.html#server
(The Kindle becomes the "linux server")

A much better (greater detail) HowTo:
http://www.brennan.id.au/18-Samba.html

Getting the Kindles to provide a "network share" over either USBnet or Wifi is a big step towards getting rid of the FAT-32 formatted user storage area.
To this end I have dug through the lists to see what is just 'on offer'.
There is an ssh based filesystem app that I will attempt to x-compile now and see what that is all about.

For what it's worth I have created a CIFS samba before IIRC you just have to create an authentication section and weld that into the request, or create it on the fly. The server config was all config files IIRC. I'll have a look.

Anyways I'll have a look when I've done nursing this build through. I'm testing a Glib2 dependent inclusion at the moment see how my mileage is today

EDIT: Whoops: libglib2 2.30.2 Building
Code:
  CCLD   libglib-2.0.la
  CCLD   gtester
./.libs/libglib-2.0.so: undefined reference to `qsort_r'
collect2: ld returned 1 exit status
make[6]: *** [gtester] Error 1
oh well. ofono will have wait ; )

back to the xconfig for me. back later.

EDIT:
Gah!

FUSE filesystem client based on the SSH File Transfer Protocol.
http://fuse.sourceforge.net/sshfs.html

Selects: BR2_PACKAGE_LIBFUSE [=y] && BR2_PACKAGE_LIBGLIB2 [=y] && BR2_PACKAGE_GETTEXT [=n] && BR2_PACKAGE_LIBINTL [=n] && BR2_PACKAGE_LIBICONV [=n] && BR2_PACKAGE_OPENSSH [=y]

Oh well. That will have to wait too...

Last edited by twobob; 08-18-2012 at 10:28 AM. Reason: stuff happeneded. again.
twobob is offline   Reply With Quote