Hi!
Trying to kill the keyboard, [EMAIL PROTECTED] produced:
> I recently installed my old Conner TapeStore800 in my linux-box (running
> SuSE 6.2). After compiling a kernel with (z)ftape support as module I had
> several problems accessing my tapedrive.
> I tried doing a little backup (to test how well the tape works) and I got
> this:
> Nov 9 19:31:35 lexx kernel: Unable to handle kernel NULL pointer
> dereference at virtual address 00000004
> Nov 9 19:31:35 lexx kernel: current->tss.cr3 = 00585000, %cr3 = 00585000
[Kernel OOps]
First, read
/usr/src/linux/Documentation/oops-tracing.txt
Next, *which* ftape did you use? The one in the kernel is
written for linux 2.0, there were API-Changes in the Kernel
(that's the reason ftape 4.x will have the 'timeout' error.)
Try the newest, *unstable* ftape (no API problems), read the
docu (quite some things changed), recompile the kernel *without*
ftape support and compile the ftape-unstable to get the modules.
-Wolfgang