NetBSD-Bugs archive

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

Re: kern/40011: can't load smbfs module



The following reply was made to PR kern/40011; it has been noted by GNATS.

From: Markus W Kilbinger <mk%kilbi.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: kern/40011: can't load smbfs module
Date: Sun, 24 May 2009 13:40:15 +0200

 > This part of the problem was fixed with the introduction of the
 > layerfs module. The original linker errors for symbols from smbfs
 > are still present.
 
 Hmm, I've added
 
   pseudo-device   nsmb            # experimental - SMB requester
 
 to a MODULAR kernel's config and that made the kernel capable of
 loading the smbfs module:
 
   $ /sbin/modstat  
   NAME            CLASS   SOURCE  REFS    SIZE    REQUIRES
   [...]
   smbfs           vfs     filesys 0       32391   -
   [...]
 
 Can this be the solution?
 
 Markus.
 


Home | Main Index | Thread Index | Old Index