<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<p>Does it perhaps only apply in the process that issues the command?  That would make it apply when run from the command-line, and (appear to) fail when you run it in a subshell, which is what happens when you call a script.</p>
<p>The man page doesn't say, so try making it a shell function,</p>
<pre>alsa_me() {</pre>
<pre>    alsa_out -j secondInterface -d hw:3 -c 6 
</pre>
<pre>}</pre>
<p>and then call that from the command-line<font size="2">.<br>
</font></p>
<p><font size="2">--</font>dave<font size="2"><br>
</font></p>
<p><font size="2"></font><br>
</p>
<div class="moz-cite-prefix">On 2021-11-06 08:44, Jim Ruxton via talk wrote:<br>
</div>
<blockquote type="cite" cite="mid:1711238c-e592-dccd-3c25-51060e0c96a0@gmail.com">
Ok, just added the path /usr/bin to the command but it didn't help. Still a mystery?
<br>
<br>
Jim <br>
<br>
On 2021-11-06 8:37 a.m., James Knott via talk wrote: <br>
<blockquote type="cite">On 2021-11-06 8:25 a.m., Jim Ruxton via talk wrote: <br>
<blockquote type="cite"><br>
<br>
I'm having trouble with a simple script. It adds a second sounccard. This command works on the command line but not in a script. Any ideas why?
<br>
</blockquote>
<br>
Did you specify the full path to the command in the script? <br>
--- <br>
Post to this mailing list <a class="moz-txt-link-abbreviated" href="mailto:talk@gtalug.org">
talk@gtalug.org</a> <br>
Unsubscribe from this mailing list <a class="moz-txt-link-freetext" href="https://gtalug.org/mailman/listinfo/talk">
https://gtalug.org/mailman/listinfo/talk</a> <br>
</blockquote>
--- <br>
Post to this mailing list <a class="moz-txt-link-abbreviated" href="mailto:talk@gtalug.org">
talk@gtalug.org</a> <br>
Unsubscribe from this mailing list <a class="moz-txt-link-freetext" href="https://gtalug.org/mailman/listinfo/talk">
https://gtalug.org/mailman/listinfo/talk</a> <br>
</blockquote>
<pre class="moz-signature" cols="72">-- 
David Collier-Brown,         | Always do right. This will gratify
System Programmer and Author | some people and astonish the rest
<a class="moz-txt-link-abbreviated" href="mailto:dave.collier-brown@indexexchange.com">dave.collier-brown@indexexchange.com</a> |              -- Mark Twain</pre>
<br>
<p><strong><em><span style="color: #212121;">CONFIDENTIALITY NOTICE AND DISCLAIMER</span></em></strong><em><span style="color: #212121;"> : This telecommunication, including any and all attachments, contains confidential information intended only for the person(s)
 to whom it is addressed. Any dissemination, distribution, copying or disclosure is strictly prohibited and is not a waiver of confidentiality. If you have received this telecommunication in error, please notify the sender immediately by return electronic mail
 and delete the message from your inbox and deleted items folders. This telecommunication does not constitute an express or implied agreement to conduct transactions by electronic means, nor does it constitute a contract offer, a contract amendment or an acceptance
 of a contract offer. Contract terms contained in this telecommunication are subject to legal review and the completion of formal documentation and are not binding until same is confirmed in writing and has been signed by an authorized signatory.</span></em></p>
</body>
</html>