- From: David Schleef <ds_at_schleef.org>
- Date: Mon, 9 Jun 2003 13:28:23 -0700
On Mon, Jun 09, 2003 at 03:48:19PM -0400, Ge Zhang wrote: > I have a cio-das1402/16 board. when I tried to install das16.o it gave me > error messages: > /lib/modules/2.2.12-20/misc/das16.o unresolved simbol get_order > comedi: Device or resource busy > > Does anybody know what wrong with it and how to solve it? thanks 2.2.12 is not supported, because it is too old and buggy. On later kernels, get_order() is an inline function defined in asm/page.h. In order to be compatible with 2.0.x kernels, Comedi duplicates this function in include/asm/page.h, inside: #if LINUX_VERSION_CODE < KERNEL_VERSION(2,2,1) You could modify that to include your kernel. However, I'd strongly recommend upgrading instead. dave...
Received on 2003-06-09Z19:28:23