On Mon, Dec 04, 2006 at 03:43:13PM +0100, Martin Lemmen wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > i posted this some time ago on the alsa-user list, but got no reply so > far - so maybe problem is sparc specific. has anyone experienced > something similiar?
The usual way to build out-of-tree modules is to use module-assistant (m-a). The following should work: # apt-get install module-assistant linux-headers-$(uname -r) alsa-source # m-a build alsa This will produce a deb package in /usr/src, something like /usr/src/alsa-modules-2.6.18-3-686_1.0.13-2+2.6.18-6_sparc.deb It should contain all the ALSA modules for your currently running kernel. You can just install it using 'dpkg -i'. After that run alsaconf, and you should be all set. Best regards, -- Jurij Smakov [EMAIL PROTECTED] Key: http://www.wooyd.org/pgpkey/ KeyID: C99E03CC -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

