[linux-dvb] saa7134: fixed pointer in tuner callback
Mauro Carvalho Chehab
mchehab at infradead.org
Wed Apr 9 23:47:37 CEST 2008
> Does anybody else have an idea what the reason might be?
> The handling of kernel symbol versions is tricky, i have no idea
> what sioux might have done wrong.
> But the patch in question does not even touch the sound code...
There are some distros that have .gz modules. Those aren't overridden by make install.
The better procedure to generate a clean driver is to do:
make distclean
make rminstall
make rmmod
make
make install
If make rminstall still doesn't remove the old modules, you can always do:
rm -rf /lib/modules/`uname -r`/kernel/drivers/media
And then, reinstall again, with make install.
Cheers,
Mauro
More information about the linux-dvb
mailing list