Weblog entry #1 for olexandr_klymenko

zinFrameDriver: disagrees about version of symbol
Posted by olexandr_klymenko on Mon 5 Mar 2012 at 14:48
Tags: none.
Hi guys,
I have a task:
Build kernel based on 3.0.0-14-generic #23-Ubuntu SMP Mon Nov 21 20:34:47 UTC 2011 i686 GNU/Linux
(make some minor but necessary changes). At the same time I have proprietary binary drivers (zinFrameDriver, VirtualInputDeviceDriver), so I have to keep compatibility of new kernel with mentioned drivers.
I have built new kernel using manual (http://blog.avirtualhome.com/2011/10...neiric-kernel/)
Finally I got kernel with uname -a:
3.0.0-14-generic #23 SMP Sat Mar 3 02:40:19 EST 2012 i686 GNU/Linux
But when I try to load proprietary drivers I got:
zinFrameDriver: disagrees about version of symbol module_layout
So, how should I build kernel with keeping compatibility?
Thanks in advance.

 

Comments on this Entry

Posted by simonw (84.45.xx.xx) on Wed 7 Mar 2012 at 08:43
[ Send Message | View Weblogs ]
You seem to have asked about Ubuntu.

You've asked the same question in a lot of places.

In at least one of those places you've posted information that the "proprietary" driver is GPL licensed so not proprietary.

As such for that driver (zinFrameDriver) I suggest you get the source code from whoever distributed it to you as per the GPL and recompile it for your kernel.

[ Parent | Reply to this comment ]