From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: ALSA with Ubuntu 8.04 Date: Thu, 26 Jun 2008 14:34:49 +0200 Message-ID: References: <4862D901.4070700@audioscience.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx2.suse.de (mx2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id 377B124621 for ; Thu, 26 Jun 2008 14:34:51 +0200 (CEST) In-Reply-To: <4862D901.4070700@audioscience.com> 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: Eliot Blennerhassett Cc: ALSA devel List-Id: alsa-devel@alsa-project.org At Thu, 26 Jun 2008 11:47:13 +1200, Eliot Blennerhassett wrote: > > This just an FYI > > In Ubuntu 8.04, ubuntu has packaged alsa-drivers including some out of > tree drivers in a separate package: linux-ubuntu-modules-$kernelver > > This gets installed in /lib/modules/$kernelver/ubuntu/sound > > The only things installed in /lib/modules/$kernelver/sound are > soundcore.ko and ac97_bus.ko > > However, when you do a default "make install" from alsa-driver source, > the modules get installed in /lib/modules/$kernelver/kernel/sound > > So, now there are 2 copies of the drivers in different places. > > I have taken to removing (moving away to say /root) > /lib/modules/$kernelver/ubuntu/sound to avoid any confusion and some odd > module versioning problems that I was having. FYI, the installation path can be specified via --with-moddir configure option, too. Takashi