[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: When dku2 will support 2.6.16?
From: |
Pawel Kot |
Subject: |
Re: When dku2 will support 2.6.16? |
Date: |
Sun, 23 Apr 2006 18:16:21 +0200 |
Hi,
On 4/23/06, Jacek Jablonski <address@hidden> wrote:
> Unfortunatelly, it doesn't:
> make[1]: Entering directory `/usr/src/linux-2.6.16-beyond2'
> CC [M] /home/yacek/gnokii/gnokii/patches/kernel_2.6/nokia_dku2.o
> /home/yacek/gnokii/gnokii/patches/kernel_2.6/nokia_dku2.c:67: error:
> unknown field `owner' specified in initializer
> /home/yacek/gnokii/gnokii/patches/kernel_2.6/nokia_dku2.c:67: warning:
> initialization from incompatible pointer type
> make[2]: *** [/home/yacek/gnokii/gnokii/patches/kernel_2.6/nokia_dku2.o] Błąd
> 1
> make[1]: *** [_module_/home/yacek/gnokii/gnokii/patches/kernel_2.6] Błąd 2
> make[1]: Leaving directory `/usr/src/linux-2.6.16-beyond2'
> make: *** [module] Błąd 2
Presumably you don't use CVS sources for the module:
address@hidden:~/gnokii-work/patches/kernel_2.6$ ./configure
--with-kernsrcdir=/home/pkot/linux-2.6.16.9
configure: creating ./config.status
config.status: creating Makefile
Sources located at /home/pkot/linux-2.6.16.9 will be used.
Compiled kernel module will be installed into /lib/modules/2.6.15-20-386.
Now type:
$ make
to compile the driver, and then become root and type:
# make install
to install the driver. Next step is to:
# modprobe nokia_dku2
and see the kernel logs to verify whether the driver works. If you
have any problems
doing this, consult gnokii FAQ (distributed withing gnokii tarball or online at
http://www.gnokii.org/faq.shtml), gnokii wiki (http://wiki.gnokii.org) or gnokii
users mailing list (http://lists.gnu.org/mailman/listinfo/gnokii-users).
address@hidden:~/gnokii-work/patches/kernel_2.6$ make
make[1]: Entering directory `/home/pkot/linux-2.6.16.9'
CC [M] /home/pkot/gnokii-work/patches/kernel_2.6/nokia_dku2.o
Building modules, stage 2.
MODPOST
CC /home/pkot/gnokii-work/patches/kernel_2.6/nokia_dku2.mod.o
LD [M] /home/pkot/gnokii-work/patches/kernel_2.6/nokia_dku2.ko
make[1]: Leaving directory `/home/pkot/linux-2.6.16.9'
pkot
--
Pawel Kot
http://www.gnokii.org/
- When dku2 will support 2.6.16?, Jacek Jablonski, 2006/04/21
- Re: When dku2 will support 2.6.16?, Pawel Kot, 2006/04/22
- Re: When dku2 will support 2.6.16?, Jacek Jablonski, 2006/04/23
- Re: When dku2 will support 2.6.16?,
Pawel Kot <=
- Re: When dku2 will support 2.6.16?, Jacek Jablonski, 2006/04/23
- Re: When dku2 will support 2.6.16?, Pawel Kot, 2006/04/23
- Re: When dku2 will support 2.6.16?, Jacek Jablonski, 2006/04/23
- Re: When dku2 will support 2.6.16?, Pawel Kot, 2006/04/23
- Re: When dku2 will support 2.6.16?, Jacek Jablonski, 2006/04/23
- Re: When dku2 will support 2.6.16?, Jacek Jablonski, 2006/04/23
- Re: When dku2 will support 2.6.16?, Pawel Kot, 2006/04/23
- Re: When dku2 will support 2.6.16?, Jacek Jablonski, 2006/04/23
- Re: When dku2 will support 2.6.16?, Pawel Kot, 2006/04/23
- Re: When dku2 will support 2.6.16?, Jacek Jablonski, 2006/04/24