i have sucessfully patched kernel with longene-0.3.0-linux-2.6.34.diff. I'm using linux-2.6.34. My distro is Ubuntu 10.04 LTS and im using kernel-pkg to build deb package and install my kernel.
Everything is fine, but i can't understand what you mean with this:
Enter the top directory of Longene module, and compile:
# make
What is the top directory of longene module? Im now here:
- 代码: 全选
root@d3v1ous-desktop:/usr/src/linux-2.6.34# ls
arch crypto include lib modules.builtin samples usr
AUTHORS debian init longene-0.3.0-linux-2.6.34.diff modules.order scripts virt
block Documentation INSTALL MAINTAINERS Module.symvers security vmlinux
config-2.6.32-22-generic-pae drivers ipc Makefile net sound vmlinux.o
COPYING firmware Kbuild mm README System.map wine-1.0-longene
CREDITS fs kernel module REPORTING-BUGS tools
root@d3v1ous-desktop:/usr/src/linux-2.6.34#
I have jumped to wine-1.0-longene and use follow commands:
- 代码: 全选
./configure
make depend && make
make install
But i read this is for Wine application. My problem is kernel module. I just don't know how to build it.
Can somebody help me? Thanks

