From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arthur Marsh Subject: Re: [Alsa-user] Pc Speaker Date: Fri, 23 May 2008 09:24:08 +0930 Message-ID: <483607A0.3000504@internode.on.net> References: <20080513110322.030a5386.zoup@zoup.org> <48296CFF.5000207@keyaccess.nl> <20080513151425.448369e8.zoup@zoup.org> <4829781E.6040909@keyaccess.nl> <483560B3.70204@internode.on.net> <4835DBA0.90401@keyaccess.nl> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail.internode.on.net (bld-mail10.adl2.internode.on.net [203.16.214.74]) by alsa0.perex.cz (Postfix) with ESMTP id 8472324468 for ; Fri, 23 May 2008 01:54:43 +0200 (CEST) In-Reply-To: <4835DBA0.90401@keyaccess.nl> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Rene Herman Cc: alsa-user@lists.sourceforge.net, ALSA devel , Armin ranjbar List-Id: alsa-devel@alsa-project.org Rene Herman wrote, on 2008-05-23 06:16: > On 22-05-08 14:01, Arthur Marsh wrote: > >> under Debian unstable, by overwriting the unpacked Debian source tarball. > > I'm afraid you lost me here. I have little clue about Debian. > > Rene. When one installs the "alsa-source" package on Debian and unpacks the resulting /usr/src/alsa-driver.tar.bz2 file, it ends up in a directory under /usr/src/modules. Normally one would also have the kernel source unpacked into /usr/src/linux, then run: make-kpkg --initrd linux-image modules-image to compile a kernel and whatever modules packages were installed (e.g. ALSA) I unpacked the Mercurial snapshot, then did a cp -r of the snapshot to the directory underneath /usr/src/modules where the alsa drivers were unpacked so that I could still use the Debian build process to compile the Mercurial snapshot of ALSA. Arthur.