From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from beaver.sibername.com ([64.15.155.210]) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1HpFI7-0008PW-00 for ; Fri, 18 May 2007 23:07:35 -0400 Received: from d226-69-186.home.cgocable.net ([24.226.69.186] helo=tenstac) by beaver.sibername.com with smtp (Exim 4.63) (envelope-from ) id 1HpFH5-00020v-Tr for speakup@braille.uwo.ca; Fri, 18 May 2007 23:06:31 -0400 Message-ID: <000f01c799cb$5d39ac20$ab00a8c0@tenstac> From: "Doug Sutherland" To: "Speakup is a screen review system for Linux." References: Subject: Re: alsa questions? Date: Fri, 18 May 2007 23:08:32 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1807 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1896 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - beaver.sibername.com X-AntiAbuse: Original Domain - braille.uwo.ca X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - proficio.ca X-Source: X-Source-Args: X-Source-Dir: X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.9 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2007 03:07:35 -0000 The arecord error is meaningless since the alsa driver for the card failed to load. It may be the case that udev is loading driver modules in an order that is causing problems. It may be useful to try booting without udev. Also in a situation like this some manual loading of modules one by one might shed some light on the situation. lsmod will show loaded modules insmod will install a module rmmod will remove a module modprobe is another way to load a module You could try using rmmod to remove all audio related drivers then start loading them one by one watching for any error messages on load, something like modprobe snd modprobe soundcore modprobe snd-ens1371 modprobe snd-emu10k1 modprobe snd-mixer-oss modeprobe snd-seq-oss modprobe snd-pcm-oss Note there may be options on the modules for the card drivers (ensoniq and sblive) that can tweak their configuration on load, see the alsa pages for details. Also this may be useful http://alsa.opensrc.org/MultipleCards google alsa multiple sound cards will reveal tons of more info including others' dual sound card problems and solutions