codice:
root@ubuntu:/usr/src/linux # make modules_install
  INSTALL arch/i386/crypto/aes-i586.ko
cp: impossibile fare stat di `arch/i386/crypto/aes-i586.ko': No such file or directory
make[1]: *** [arch/i386/crypto/aes-i586.ko] Error 1
make: *** [_modinst_] Error 2
root@ubuntu:/usr/src/linux #


codice:
root@ubuntu:/usr/src/linux # ls -la arch/i386/crypto/
totale 108
drwxrwxr-x    2 500      500          4096 2005-06-02 20:02 .
drwxrwxr-x   16 500      500          4096 2005-03-02 08:38 ..
-rw-r--r--    1 500      500         13463 2005-03-02 08:38 aes.c
-rw-r--r--    1 root     root        10296 2005-06-02 20:02 aes-i586-asm.o
-rw-r--r--    1 root     root          494 2005-06-02 20:02 .aes-i586-asm.o.cmd
-rw-r--r--    1 500      500         10905 2005-03-02 08:38 aes-i586-asm.S
-rw-r--r--    1 root     root        19506 2005-06-02 20:02 aes-i586.o
-rw-r--r--    1 root     root          140 2005-06-02 20:02 .aes-i586.o.cmd
-rw-r--r--    1 root     root         9740 2005-06-02 20:02 aes.o
-rw-r--r--    1 root     root         7293 2005-06-02 20:02 .aes.o.cmd
-rw-r--r--    1 root     root            8 2005-06-02 19:53 built-in.o
-rw-r--r--    1 root     root          106 2005-06-02 19:53 .built-in.o.cmd
-rw-r--r--    1 500      500           148 2005-03-02 08:38 Makefile
root@ubuntu:/usr/src/linux #
non so cosa faccia un file .ko è totalmente al di fuori della mia comprensione.
Idee?