News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

hnow to update a module ?

Started by macaronij, October 13, 2009, 06:37:00 AM

Previous topic - Next topic

macaronij

hi,
i m running linuxmce 710 and want to update the module saa7134 whitout updating the kernel. How can i do it?

colinjones

If you have a deb package for the new version that is compatible with the 0710 kernel you should be able to

sudo dpkg -i <filename.deb>

alternatively if you have a binary file for the module (eg somefilename.ko) that is compatible with your architecture (i386/AMD64) and your kernel version, you should be able to use modprobe to remove the existing module from the kernel, then rename the existing .ko file to something else for back up, then copy the new .ko file into the correct location with the same file name, then use modprobe to add it back into the kernel.