Re: [2.1.66] fs/nls.o?
Gordon Chaffee (chaffee@cs.berkeley.edu)
Mon, 1 Dec 1997 11:57:30 -0800 (PST)
Richard A. Soderberg writes:
> nls.o isn't installing into /lib/modules with modules_install, though it
> compiles with no errors as I defined it to (437/8859-1). I mount a dos
> partition, I get errors about
>
> Unable to load NLS charset cp437
> Unable to load NLS charset iso8859-1
>
> with
>
> vfat 12428 1 (autoclean)
> fat 22964 1 (autoclean) [vfat]
>
> loaded. I can't insmod nls.o because make modules doesn't seem to catch
> it under fs/nls. I am now terribly confused. How do I make NLS support
> work? Can't configure it in the makefile. Can't figure out how to
> compileit without a full clean dep. Anyone know what's going on? Thx.
nls.o gets compiled into the kernel if msdos, vfat, or joliet support
are enabled. This message refers to the attempt to load nls_cp437.o
and nls_iso8859-1.o. Make sure those got compiled. It doesn't harm
anything if they can't load, but to get NLS translations, the NLS tables
need to be either compiled into the kernel or compiled as modules.
- Gordon