I don't know how many times you have to do something before you decide that enough is enough. I wrote a service to autorecompile kernel modules. It checks in a config file (/etc/modautocompile.conf) which modules to autorecompile and if they are not found in the /lib/modules directory of the current kernel runs the command associated with the module to recompile it. I bet such a service already exists hundred times under different names ... but it's going to save me time and probably explanations (as the ATI fglrx module should be the first of your list!)
Here's a sample config file (adding modules to that list and comment them out would be a good idea).
And here's the script:Code:# kernel modules to autocompile after kernel update # name command vboxdrv service vboxdrv setup fglrx /usr/bin/fglrx-kernel-build.sh
High tech a lo camba! Dicen que en Cambalandia a los chambones se les dice cambones. Impresionado por la capacidad técnica de mis coterráneos, entrego aquí algunos aportes técnicos (en parte copiados, simplificados y adaptados) y otros cuentos propios o traducidos. Ay del que se ría!
Pages
▼
Friday, November 12, 2010
OpenSUSE -must do
automatically recompile kernel modules after kernel update
No comments:
Post a Comment