
04-17-2009, 12:49 AM
|
Jaguar
|
|
Join Date: Sep 2008
Posts: 89
|
|
Sounds like you let the update replace your kernel.
Have you tried re-installing Voodoo, either with the installer or by hand
Code:
sudo -s
cd /
mv mach_kernel vanilla_kernel
ln -s mach_kernel.voodoo mach_kernel
that last line assumes you have a voodoo kernel named "mach_kernel.voodoo" in your /, if not, because maybe you renamed it for example then modify accordingly.
|