Re: 9.10 sound problems
Well then, alsamixer has to work, as it is part of alsa-utils. Let's make sure it is present. Open a console and type:
This will update the database used to identify everything that exists on your system. Then type:
What we are expecting to see in the resulting list is:
Is it present?
Well then, alsamixer has to work, as it is part of alsa-utils. Let's make sure it is present. Open a console and type:
Code:
sudo updatedb
Code:
sudo locate alsamixer
/usr/bin/alsamixer
Comment