[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Dazuko-help] Fedora 8 and Dazuko
From: |
Helmut Hullen |
Subject: |
Re: [Dazuko-help] Fedora 8 and Dazuko |
Date: |
07 Apr 2008 09:55:00 +0200 |
User-agent: |
OpenXP/4.10.7367 (Win32) (i386) |
Hallo, bob,
Du (sopoaomo) meintest am 06.04.08:
> Now the example works and the ./configure works. But when I try to
> insert the module I get the following
> error inserting 'dazuko.ko'; -1 Unkown symbol in module
You need the following configuration options:
../configure --enable-syscalls \
--disable-local-dpath \
--disable-compat1 \
--mapfile=/boot/`uname -r`/System.map
In your system the path to the "System.map" may differ.
1. patch the kernel
2. compile the kernel
3. include the new kernel into the boot menu
4. reboot the computer with the new kernel
5. compile the dazuko module
6. "modprobe dazuko"
Which kernel version do you use? Kernel 2.6.24 has no "capabilities"
module. But that's no problem for dazuko.
Viele Gruesse!
Helmut
- Re: [Dazuko-help] Fedora 8 and Dazuko, (continued)