From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from axis.scu.edu.au(wwwproxy.scu.edu.au[203.2.32.1]) (2250 bytes) by braille.uwo.ca via smail with P:esmtp/D:aliases/T:pipe (sender: ) id for ; Mon, 25 Dec 2000 17:31:24 -0500 (EST) (Smail-3.2.0.102 1998-Aug-2 #2 built 1999-Sep-5) Received: from alsvid.scu.edu.au (alsvid.scu.edu.au [203.2.33.1]) by axis.scu.edu.au (8.9.1a/8.9.1) with ESMTP id JAA02728 for ; Tue, 26 Dec 2000 09:31:23 +1100 (EST) Received: from data.home (mail@annex29.scu.edu.au [203.2.32.129]) by alsvid.scu.edu.au (8.9.2/8.9.2) with ESMTP id JAA16133 for ; Tue, 26 Dec 2000 09:31:21 +1100 (EST) Received: from geoff by data.home with local-esmtp (Exim 3.12 #1 (Debian)) id 14AfxS-0005fM-00; Tue, 26 Dec 2000 09:19:06 +1100 Date: Tue, 26 Dec 2000 09:19:06 +1100 (EST) From: Geoff Shang To: speakup@braille.uwo.ca Subject: Re: Alsa 0.5.10 w/ Debian - was: Re: not working yet In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII List-Id: Hi: Not sure what impact the alsa debian packages would have, since I've never used them. You can use dpkg to check for installed packages. The best command to use in this particular case, in my opinion, is: dpkg --get-selections |grep -i alsa This is a bit of a funny way to do it, but it allows you to be non-specific with package names. I think I've found your problem, however. It is in /etc/modutils/alsa which is read into /etc/modules.conf when you do an update-modules. There are two lines in there that read: alias sound-service-0-3 snd-pcm1-oss alias sound-service-0-12 snd-pcm1-oss You need to remove the 1 from both these lines, ie, so it says snd-pcm-oss. There is also a line a bit further down that says: options snd-card-sbawe snd_index=1 snd_id=CARD_1 snd_port=0x220 snd_mpu_port=0x300 snd_awe_port=-1 snd_irq=5 snd_dma8=1 snd_dma16=5 snd_mic_agc=0 snd_index needs to be 0 not 1. Also, yours has snd_id set to CARD_1 and mine is set to "SB16" (yes, in quotes), but I don't think this will matter at all. So go edit /etc/modutils/alsa to fix these, then run update-modules and that should do the trick. I think. Geoff. -- Geoff Shang ICQ number 43634701