Hello Simon,

Here's the README.Debian I was talking about (Better late than never ...). If you feel something should be added, just give a shout.

Kind regards,
Lee
                mISDN READE.Debian
                ==================

Contents
--------

This file documents the process of building a misdn module package for your 
own kernel.

Download and unpack the linux kernel sources. Configure the sources and build
your package with:

$ make-kpkg --rootcmd fakeroot kernel-image

You don't need superuser rights for this. This will build your kernel and 
package it in a .deb file. On a second terminal, change to /usr/src/ and 
extract the misdn tarball:

$ tar zxvf misdn-source.tar.gz

This should extract the misdn source to /usr/src/modules/misdn. On the first 
terminal in your kernel source directory:

$ fakeroot make-kpkg modules-image --added-modules misdn

This should build a second package with the misdn modules in them.

Install both packages and reboot into your new kernel.

It is also possible to do compile the modules with module-assistant. See the 
man page of m-a for more information.

Reply via email to