On 04/15/2014 08:44 PM, Steve Cookson wrote: > Hi Hans, > > On 15/04/14 18:13, Hans Verkuil wrote: >> You may have to do a 'depmod -a' here. Try that first. > I tried that. It worked fine. No more error messages from > > make -C .. rmmod > >>>> 11 tried to modprobe cx23885, but got "invalid agrgument" >> Somewhat strange error message. Does 'dmesg' give you any useful info? > However this error message is the same. It actually: > > ERROR: could not insert 'cx23885': Invalid argument > If I do a search for cx23885.ko, I find one that I have just created. > If I cd to that directory and modprobe ./cx23885 I get no error messages. > > However, lsmod | grep -i cx only finds cx2341x. > > Dmesg continues to give: > > [ 13.237914] cx23885: disagrees about version of symbol altera_init > [ 13.237917] cx23885: Unknown symbol altera_init (err -22) > > altera_ci.ko is the only other file in > /lib/modules/3.11.0-18-generic/kernel/drivers/media/pci/cx23885/* Try this: find /lib/modules/`uname -r`/|grep altera If you have duplicate altera-stapl.ko files, then that might explain it. In that case remove the older module. It does install correctly for my 3.13 kernel. Regards, Hans -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html