[5540] in testers
solaris 9.2.7: audio control
daemon@ATHENA.MIT.EDU (Ken Raeburn)
Fri Jun 20 21:59:33 2003
To: testers@mit.edu
From: Ken Raeburn <raeburn@MIT.EDU>
Date: Fri, 20 Jun 2003 21:59:31 -0400
Message-ID: <tx1n0gci41o.fsf@mit.edu>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
When I couldn't find audiocontrol or audiotool on my updated Solaris
machine (with "mkserv remote" run back after installing 9.1.22),
Brandon Allbery pointed me at sdtaudiocontrol in /usr/dt/bin.
I don't think that directory is in the normal Athena path on Solaris.
I'd seen sdtaudiocontrol mentioned when I used "man -k" to look for
audio stuff, but couldn't get the man page, and the program doesn't
exist on my machine. In fact, /usr/dt/bin has about 40 entries in it,
whereas /os/usr/dt/bin has over 100, including sdtaudiocontrol.
Running /os/usr/dt/bin/sdtaudiocontrol, I get:
/os/usr/dt/bin/sdtaudiocontrol[66]: /usr/dt/appconfig/sdtaudiocontrol/classes: not found
*.jar: No such file or directory
/os/usr/dt/bin/sdtaudiocontrol[95]: /usr/dt/appconfig/sdtaudiocontrol: not found
Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/audiocontrol/SDtAudioControl/AudioControl
There is no sdtaudiocontrol in /usr/dt/appconfig. If I create a
symlink to the /os version, I can run the script from /os too, and get
control over the volume and built-in speaker.
Ken