Subject: Re: mount_smbfs: can't get handle to requester
To: Joel CARNAT <joel@carnat.net>
From: Martin Husemann <martin@duskware.de>
List: port-sparc64
Date: 11/02/2005 17:56:08
On Wed, Nov 02, 2005 at 05:51:11PM +0100, Joel CARNAT wrote:
>    488 mount_smbfs NAMI  "/dev/nsmb0"
>    488 mount_smbfs RET   open -1 errno 6 Device not configured
[..]
> I guess, this means I need someting more in my kernel.

yes ;-)

> My kernel conf file is :
> include         "arch/sparc64/conf/GENERIC32"
> ident           "NIRAH-$Revision: 1.50 $"
> include         "arch/sparc64/conf/std.sparc64-64"
> options         COMPAT_NETBSD32 # NetBSD/sparc binary compatibility
> options         COMPAT_SVR4_32  # SunOS 5.x 32-bit binary compatibility
> file-system     SMBFS
> pseudo-device   nsmb

That should be enough - are you sure you did rerun config(1) and booted
the new kernel?

Martin