Re: testing sound configuration

2007-02-06 Thread Gus Wirth

John H. Robinson, IV wrote:

Carl Lowenstein wrote:

Having done this, what is something simple to do that can demonstrate
that it actually works?  In other words, what is the minimum I have to
do to play _some_ sound?


You should have a utlity - aplay (part of alsa-utils). You can use that
to play a .wav file.

There is probably some easier way, such as catting an .au out to
/dev/dsp or something, but I like (and recommend) aplay.


There is also a utility called "play" that is part of the sox (Sound 
eXchange) package that will do the same thing.


Gus

--
KPLUG-Newbie@kernel-panic.org
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-newbie


Re: testing sound configuration

2007-02-06 Thread John H. Robinson, IV
Michael O'Keefe wrote:
> John H. Robinson, IV wrote:
> >
> >There is probably some easier way, such as catting an .au out to
> >/dev/dsp or something, but I like (and recommend) aplay.
> 
> yes, in the "old" days, they used to just cat a .au of Linus pronouncing 
> "Lee-Nucks" in .au format to the /dev/dsp

ftp://ftp.kernel.org/pub/linux/kernel/SillySounds/english.au
ftp://ftp.kernel.org/pub/linux/kernel/SillySounds/swedish.au

Just in case they are no longer provided as part of the default
install.

-john

Historical note: Linus no longer pronounces Linux like that, but mroe
with a long-e sound. Too much time here in the States, I suppose.

-- 
KPLUG-Newbie@kernel-panic.org
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-newbie


Re: testing sound configuration

2007-02-06 Thread Michael O'Keefe

John H. Robinson, IV wrote:

Carl Lowenstein wrote:

Having done this, what is something simple to do that can demonstrate
that it actually works?  In other words, what is the minimum I have to
do to play _some_ sound?


You should have a utlity - aplay (part of alsa-utils). You can use that
to play a .wav file.

There is probably some easier way, such as catting an .au out to
/dev/dsp or something, but I like (and recommend) aplay.


yes, in the "old" days, they used to just cat a .au of Linus pronouncing 
"Lee-Nucks" in .au format to the /dev/dsp



--
Michael O'Keefe  |  [EMAIL PROTECTED]
Live on and Ride an 06 BMW R12GS HP2 |  [EMAIL PROTECTED]  / |
I like less more or less less than   |Work:+1 858 845 3514/  |
more. UNIX-live it,love it,fork() it |Fax :+1 858 845 2652   /_p_|
My views are MINE ALONE, blah, blah, |Home:+1 760 788 1296   \`O'|
blah, yackety yack - don't come back |Fax :+1 858_/_\|_,

--
KPLUG-Newbie@kernel-panic.org
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-newbie


Re: testing sound configuration

2007-02-06 Thread John H. Robinson, IV
Carl Lowenstein wrote:
> 
> Having done this, what is something simple to do that can demonstrate
> that it actually works?  In other words, what is the minimum I have to
> do to play _some_ sound?

You should have a utlity - aplay (part of alsa-utils). You can use that
to play a .wav file.

There is probably some easier way, such as catting an .au out to
/dev/dsp or something, but I like (and recommend) aplay.

-john

-- 
KPLUG-Newbie@kernel-panic.org
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-newbie


testing sound configuration

2007-02-06 Thread Carl Lowenstein

I have been trying (again) to make sound work on my Thinkpad 600E.
Fedora Core 6, Linux version 2.6.19-1.2895.fc6.

It has the known problem that the sound "card" is misidentified.  It
is identified as Cirrus CS4610/4611 and the snd_cs46xx driver for this
PCI device is installed.  It is actually an ISA device with Cirrus
chip CS4237B or something like that.

In principle I need only  "rmmod snd_cs46xx" and "modprobe
snd_cs4236".  At least those seem to be the modules present in FC6.

Having done this, what is something simple to do that can demonstrate
that it actually works?  In other words, what is the minimum I have to
do to play _some_ sound?

   carl
--
   carl lowenstein marine physical lab u.c. san diego
[EMAIL PROTECTED]

--
KPLUG-Newbie@kernel-panic.org
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-newbie