[Mini6410] - Kernel Modules (/lib/modules/kernel-version)

Frederico Martins
Hello

I need to use the module (usbserial.ko and option.ko) on the board mini6410
which is running Ubuntu 9.10 that was on the DVD; I want to use it with 
RS232 converter-cables.

In the directory (/lib/modules) doesn't exist the folder "kernel" with the
related files.

How or where can I find these files/modules or informations that take me to
a successful conclusion about the module installation?


Thanks in advance !!


Att
Frederico Martins

vib
Assuming the usbserial.ko and option.ko are needed for running RS232
converter, then you would need to know what /dev they are using. Create
them using mknod ...... and then run command, 
sudo insmod usbserial.ko
sudo insmod option.ko

Juergen Beisert
Are you sure these features are not already compiled in statically?
Otherwise it seems you must configure and build your own kernel.

payman
hello 
I want to know where is kernel modules of mini6410 . thanks