[PLUG] Laptop, Sound Codecs, Modules, and Intel Hardware

wes plug at the-wes.com
Mon Jan 14 21:11:37 UTC 2013


On Mon, Jan 14, 2013 at 1:08 PM, Rich Shepard <rshepard at appl-ecosys.com>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



More information about the PLUG mailing list