How can I create module for some hardware, like Nvidia, ATI VGA card, to use in client ? |
1. If the client uses different kernel with that of server, install the kernel in the server which client is using. Here we take 2.6.12-10-686 as an example.
If you do not know the kernel name and CPU arch, run
cat /tftpboot/nbi_img/kernel_version_in_initrd.txt
cat /tftpboot/nbi_img/client_kernel_arch.txt
to get that.
2. Boot the server to the kernel 2.6.12-10-686
3. Compile and install the module for your hardware, such as download the necessary source from NVidia or ATI website
4. Run
mknic-nbi -k 2.6.12-10-686 -i i686
5. Boot the client, the client now will have the compiled modules.
|
|