Re: Re: using debian make-kpkp or similar for the modules
Guido Guenther <[email protected]> Fri, 15 Oct 2004 09:42:51 +0200
| Newsgroups | gmane.linux.drivers.atmel-wlan |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Oct 14, 2004 at 08:13:02PM +0200, Florian Boelstler wrote: > Guido Guenther wrote: > > almost. > > no -- exactly :) > > > tar zxf at76c503.tar.gz > > No that's not necessary. > "apt-get source at76c503a" does the job for you. No. You want: apt-get install at76c503a-source cd /usr/src/modules tar zxf at76c503a.tar.gz cd <your kernel tree> make-kpkg modules_image The "apt-get source ..." doesn't even give you a at76c503a.tar.gz, you'd have to build the debian package for that first (using dpkg-buildpackage). This is really just the standard Debian kernel module build procedure, nothing more. Cheers, -- Guido