On Mon, Jan 14, 2013 at 1:08 PM, Rich Shepard <[email protected]>wrote:
> On Mon, 14 Jan 2013, Russell Johnson wrote: > > > Stab in the dark here... Is /usr/bin/alsamixer an executable, or a script > > of some kind? If it's a script, you'll get the same error if something > > within the script isn't found. What is the output of 'file > > /usr/bin/alsamixer' on both machines? > > Russell, > > It's an executable; the perms are 755. > In an executable (non-script), you'll get this error if a library is missing. try ldd /usr/bin/alsamixer and make sure everything it lists actually exists. -wes _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
