On Thursday 09 August 2001 14:20, Linuxism Chang wrote:

> I did
> rpm -qf nls_cp950.o
> no such file.

rpm requires the FULL pathname as an identifier

anyway, i checked, and no, col2.4 does NOT supply this in

linux-kernel-binary-2.2.14-4.i386.rpm

-----

you could recompile your kernel, or, do the following


mkdir elephants
cd elephants

cp /usr/src/linux/fs/nls/cp950.c (dot)


type the following magic ALL ON ONE LINE

gcc -c -D__KERNEL__ -DMODULE -O2 -Wall -Wstrict-prototypes 
-fomit-frame-pointer -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe 
-mpreferred-stack-boundary=2 -march=i686 -I/usr/src/linux/include    
-DMODVERSIONS  -include /usr/src/linux/include/linux/modversions.h   
nls_cp950.c


---

this will give you nls_cp950.o

you can

/sbin/insmod nls_cp950.o

you can

cp nls_cp950.o /lib/modules/2.2.14-4/fs

depmod -a

modprobe nls_cp950

-- 
http://linux.nf -- [EMAIL PROTECTED]

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

_______________________________________________
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
->http://linux.nf/mailman/listinfo/linux-users

Reply via email to