From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1E1YgS-0006Av-QL for garchives@archives.gentoo.org; Sun, 07 Aug 2005 00:06:33 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j7705b8u019808; Sun, 7 Aug 2005 00:05:37 GMT Received: from dbmail-mx4.orcon.co.nz (loadbalancer2.orcon.net.nz [219.88.242.4]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j7701tBY028360 for ; Sun, 7 Aug 2005 00:01:56 GMT Received: from sf.rout.dyndns.org (60-234-144-216.bitstream.orcon.net.nz [60.234.144.216]) by dbmail-mx4.orcon.co.nz (8.13.2/8.13.2/Debian-1) with ESMTP id j7706uaq009751 for ; Sun, 7 Aug 2005 12:06:56 +1200 Subject: Re: [gentoo-user] SOLVED alsaconf not setting oss emulation From: Nick Rout To: gentoo-user@lists.gentoo.org In-Reply-To: <1123371608.32004.3.camel@sf.rout.dyndns.org> References: <1123371608.32004.3.camel@sf.rout.dyndns.org> Content-Type: text/plain Date: Sun, 07 Aug 2005 11:59:50 +1200 Message-Id: <1123372790.31987.6.camel@sf.rout.dyndns.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 X-Mailer: Evolution 2.2.1.1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.86.1/1006/Sun Aug 7 08:02:09 2005 on dbmail-mx4.orcon.co.nz X-Virus-Status: Clean X-Archives-Salt: 576260df-d32f-4a27-b9aa-0f2c2b1fccd0 X-Archives-Hash: 4fded271bbfdf2bafb615953d878fb2c Never mind I just updated /etc/conf.d/alsasound and noted it's new setting: # ENABLE_OSS_EMUL: # Do you want to enable in-kernel oss emulation? # no - Do not load oss emul drivers # yes - Load oss emul drivers if they're found ENABLE_OSS_EMUL="yes" On Sun, 2005-08-07 at 11:40 +1200, Nick Rout wrote: > alsaconf from alsa-utils-1.09a is setting up the > barest /etc/modules.d/alsa file: > > nick@sf /etc/modules.d $ cat alsa > # --- BEGIN: Generated by ALSACONF, do not edit. --- > # --- ALSACONF version 1.0.9a --- > options snd device_mode=0666 > alias snd-card-0 snd-via82xx > alias sound-slot-0 snd-via82xx > # --- END: Generated by ALSACONF, do not edit. --- > > > As a result the oss emulation modules are not loaded: > > nick@sf /etc/modules.d $ lsmod|grep snd > snd_seq 55312 0 > snd_via82xx 28064 0 > snd_ac97_codec 77432 1 snd_via82xx > snd_pcm 95496 2 snd_via82xx,snd_ac97_codec > snd_timer 26372 2 snd_seq,snd_pcm > snd_page_alloc 10116 2 snd_via82xx,snd_pcm > snd_mpu401_uart 8320 1 snd_via82xx > snd_rawmidi 25888 1 snd_mpu401_uart > snd_seq_device 8972 2 snd_seq,snd_rawmidi > snd 58212 8 > snd_seq,snd_via82xx,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device > > > This behaviour seems to have changed with alsa-utils 1.09a which seems > to have run alsaconf when it was emerged, even though I didn't ask it > to. > > Can anyone explain this annoyance? > > -- > Nick Rout > -- Nick Rout -- gentoo-user@gentoo.org mailing list