Re: Persistent names for audio devices.
On Tue, Sep 28, 2021 at 02:31:18PM -0700, peter@easthope.ca wrote:
> From: Greg Wooledge <greg@wooledge.org>
> Date: Tue, 28 Sep 2021 13:32:02 -0400
> > Are you in csh/tcsh?
>
> I haven't set a shell. According to https://wiki.debian.org/Shell
> it's bash.
Do not guess. Do not assume defaults are in place. Just find out.
ps -p $$
> If the sound card is replaced, will try this sort of thing.
> setenv AUDIODEV=plughw:CARD=ICH5,DEV=0 ; play a42.WAV
Now you're mixing tcsh and bash commands, and you're getting it wrong
for both shells.
If it turns out you're in bash, then what you want is:
export AUDIODEV=plughw:CARD=ICH5,DEV=0
Reply to: