On Thu, 12 Mar 2009 10:55:30 +0000 j t <mark...@gmail.com> wrote: > Hi, > > I've just done a fresh install of Lenny on my Thinkpad T21, which > (according to lshw) contains a "Cirrus Logic CS 4614/22/24/30 > CrystalClear SoundFusion Audio Accelerator" (pci id 1013:6003). > > /proc/asound/cards shows no soundcards, and I assume this is because > there is no snd-cs46xx.ko module in /lib/module. > > Could anyone please give me any indication of the easiest way for me > to compile either just the module, or even an entire debianized kernel > which would include this module? Ideally, I'd like the final result to > work with the package management tools, so a .deb file would be great. > > Thanks in advance for any help you can offer.
The module is included in recent kernels. I have no idea if it's built in the Debian prepackaged kernels, but it's easy enough to roll your own: * Install the kernel source, either the Debian package or vanilla from upstream * cd to the directory containing it, and run 'make [x|menu|whatever] config' * the driver you want is there, enable it * run 'make-kpkg [options] kernel_image * dpkg -i name_of_kernel You'll need to know the basics of configuring a kernel and using kernel-package. GIYF, and ask here (*after* RTFM :)) Celejar -- mailmin.sourceforge.net - remote access via secure (OpenPGP) email ssuds.sourceforge.net - A Simple Sudoku Solver and Generator -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org