[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] AppleTalk, afp



We recently purchased a Qube2 (less than two weeks ago), with the
partial intent that it would be able to mount AFP shares.  Seeing
that it had AppleTalk support on it was a good thing, because it
meant that the afpfs code could be compiled no problem.

Which is true, but the modules won't install.  The last stable
version of afpfs is for linux kernels 2.0.x, which the Qube2 runs
(speaking of which - is it possible to recompile a new kernel on that  
thing?).  When I try to modprobe/insmod the new modules (namely,
afpfs.o), I get the following errors:

/lib/modules/2.0.34C53_SK/fs/afpfs.o: unresolved symbol memcpy_tofs
/lib/modules/2.0.34C53_SK/fs/afpfs.o: unresolved symbol AFPGetFileDirParms
/lib/modules/2.0.34C53_SK/fs/afpfs.o: unresolved symbol socket_return
/lib/modules/2.0.34C53_SK/fs/afpfs.o: unresolved symbol AFPOpenVol
/lib/modules/2.0.34C53_SK/fs/afpfs.o: unresolved symbol free
/lib/modules/2.0.34C53_SK/fs/afpfs.o: unresolved symbol AFPCloseVol
/lib/modules/2.0.34C53_SK/fs/afpfs.o: unresolved symbol errno
/lib/modules/2.0.34C53_SK/fs/afpfs.o: unresolved symbol CallTimers
/lib/modules/2.0.34C53_SK/fs/afpfs.o: unresolved symbol gInodeOperations
/lib/modules/2.0.34C53_SK/fs/afpfs.o: unresolved symbol _gp_disp
/lib/modules/2.0.34C53_SK/fs/afpfs.o: unresolved symbol AFPGetVolParms
/lib/modules/2.0.34C53_SK/fs/afpfs.o: unresolved symbol AFPLogout
/lib/modules/2.0.34C53_SK/fs/afpfs.o: unresolved symbol AFPLogin

The appletalk module is installed, and AppleTalk has been started.

My question is:  does anyone know if Cobalt plans to support afpfs
(seeing as there is a 2.2.x series in development, and the 2.0.x is  
stable)?  Or has anyone gotten it to run on the Qube2?