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
[Mini6410] - Kernel Modules (/lib/modules/kernel-version)
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
Are you sure these features are not already compiled in statically? Otherwise it seems you must configure and build your own kernel.