> ----- Original Message ----- > From: "Rainer Sigl" <[EMAIL PROTECTED]> > To: <debian-user@lists.debian.org> > Sent: Friday, September 21, 2001 1:57 PM > Subject: Creating Device drivers > > > > Hi, > > please can anybody tell me the way to include a new device driver > > as loadable module AND, alternatively, in the kernel. > > My special case: > > I have got a RAid Controller ICP GDT6123RS with the driver files gdth.tgz > > and I have kernel 2.2.19 > > > > At the time I have got a new gdth.o in /lib/modules/2.2.19 but I can't > > reproduce the way I did it. And then??? > Hello!
This module is part of the standard set of modules installed by debian, so you do not have to compile it your self or get any tgz from the web, I think. Just start modconf and install the module (under scsi), maybe you've got to user some parameters (irq=xx or so). If you have problems with the latter, you can install the kernel-doc-2.2.19 package (just apt-get it) and read the documentation of the module at /usr/doc/kernel-doc-2.2.19/Documentation/. If you have any further problems, just contact me. Cheers, Stephan