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

Re: SMBFS not working on Qube2



Daniel,

I assume it is a kernel symbol export problem - memchr() is probably not
exported.

Could you please try to insert in module /arch/mips/kernel/mips_ksyms.c:

EXPORT_SYMBOL_NOVERS(memchr);
(best located in section: marked /*  String functions */)

and then recompile your kernel.

Hope this helps.

Best regards

Ralf


Daniel Rheinbay wrote:
> Dear Debian MIPS Mailing List,
>
> after upgrading the kernel (security updates, I guess), smbfs is not
> working any longer... when trying to modprobe smbfs, all I get is
>
> ---snip---
> /lib/modules/2.4.27-r5k-cobalt/kernel/fs/smbfs/smbfs.o: /lib/modules/2.4.27-r5k-cobalt/kernel/fs/smbfs/smbfs.o: unresolved symbol memchr
> /lib/modules/2.4.27-r5k-cobalt/kernel/fs/smbfs/smbfs.o:
> insmod /lib/modules/2.4.27-r5k-cobalt/kernel/fs/smbfs/smbfs.o failed
> /lib/modules/2.4.27-r5k-cobalt/kernel/fs/smbfs/smbfs.o: insmod smbfs
> failed
> ---snap---
>
> Any idea why this is happening?
>
>
> Thanks in advance,
> Daniel
>   



Reply to: