From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pc-24-151-10-129.newt1.ct.charter.com ([24.151.10.129] helo=h14me.yi.org) by speech.braille.uwo.ca with esmtp (Exim 3.35 #1 (Debian)) id 18hJXc-0006s5-00 for ; Fri, 07 Feb 2003 20:12:24 -0500 Received: from localhost (IDENT:1003@localhost [127.0.0.1]) by h14me.yi.org (8.12.4/8.12.4) with ESMTP id h181CJCl023123 for ; Fri, 7 Feb 2003 20:12:20 -0500 Date: Fri, 7 Feb 2003 20:12:18 -0500 (EST) From: Alex Snow X-X-Sender: alex_snow@h14me.yi.org To: speakup@braille.uwo.ca Subject: Re: alsa problems In-Reply-To: <20030208004836.GA15553@kitten.net.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: speakup-admin@braille.uwo.ca Errors-To: speakup-admin@braille.uwo.ca X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.0.11 Precedence: bulk Reply-To: speakup@braille.uwo.ca List-Help: List-Post: List-Subscribe: , List-Id: Speakup is a screen review system for Linux. List-Unsubscribe: , List-Archive: Ok I'll try lo9ading these modules and see if I can get sound working. -- A message from the system administrator: "I've upped my priority, now up yours!" On Sat, 8 Feb 2003, Aaron Howell wrote: > Sorry, I joined this conversation rather late but, > What are you trying to play the file with? > If the program is trying to output via the oss (standard linux) sound driver, > rather than specifically to alsa, > then the problem is that you haven't configured alsa with OSS emulation, or, you've forgotten to load the oss emulation modules > snd-pcm-oss is the main one, and snd-mixer-oss if you want oss mixing functionality too. > This would explain your messages about /dev/audio and /dev/dsp (which are oss devices, not alsa devices, not being accessible). > Hope that helps. > Regards > Aaron > On Fri, Feb 07, 2003 at 07:36:26PM -0500, Alex Snow wrote: > > Hi All, > > > > I atached a script of the lsmod command after I tried playing a file. > > > > -- > > A message from the system administrator: "I've upped my priority, now up yours!" > > > Script started on Fri Feb 7 19:32:51 2003 > > root@chris:~# lsmod > > Module Size Used by Not tainted > > snd-emu10k1 56272 0 > > snd-pcm 51488 0 [snd-emu10k1] > > snd-timer 9928 0 [snd-pcm] > > snd-hwdep 3168 0 [snd-emu10k1] > > snd-util-mem 1056 0 [snd-emu10k1] > > snd-rawmidi 10944 0 [snd-emu10k1] > > snd-seq-device 3652 0 [snd-emu10k1 snd-rawmidi] > > snd-ac97-codec 27048 0 [snd-emu10k1] > > snd 23716 0 [snd-emu10k1 snd-pcm snd-timer snd-hwdep snd-util-mem snd-rawmidi snd-seq-device snd-ac97-codec] > > soundcore 3236 0 > > pcmcia_core 40896 0 > > ide-scsi 7456 0 > > 3c59x 24648 1 > > root@chris:~# exit > > Script done on Fri Feb 7 19:33:05 2003 > > > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup >