According to Terry Churchill: While burning my CPU.
>
> Hi guys,
>
> Has anybody succesfully configured this card for use with Slackware 3.5?
>
> I tried to load the module on startup and got the following:
>
> Unable to handle kernel paging request at virtual address f3344544
> current->tss.cr3 = 03621000, %cr3 = 03621000
> *pde = 00000000
> Oops: 0000
> CPU: 0
> EIP: 0010:[<04854ceb>]
> EFLAGS: 00010206
To find out why this happend, (BTW: it should not have happend) you could
use 'ksymoops' located in /usr/src/linux/scripts to map the EIP value
against your System.map, that will tell you what happend.
If you only have a file called "ksymoops.cc" the read the first 3 lines, it
tells you how to compile it.
When its done do;
ksymoops path_to_System.map < your_oops > save_output
An example;
ksymoops /usr/src/linux/System.map < 04854ceb > /home/my_account/file.txt
> --
> Terry Churchill
>
> In the beginning .......
> God created earth and rested.
> Then God created man and rested.
> Then God created woman.
> Since then, neither God, Nor Man has rested.
>
--
Regards Richard.
[EMAIL PROTECTED]