ALSA sound mixer for GNOME. Available versions. Ubuntu 13.10 Ubuntu 13.04 Ubuntu 12.10 Ubuntu 12.04 Ubuntu 11.10 Ubuntu 11.04. OSS drivers for your sound card(s). Mar 19, 2015 12.04 LTS (Precise Pangolin). Option Two - Update/install 'alsa-driver'. Installing Ubuntu. This section is meant to be a guide for a complete.

Package Details Package: alsa-utils Version: 1.0.25-1ubuntu5.2 Maintainer: Ubuntu Developers Home page: Description: Utilities for configuring and using ALSA Included tools: - amixer: command line mixer - alsamixer: curses mixer - amidi: read from and write to ALSA RawMIDI ports - aplay, arecord: command line playback and recording - aplaymidi, arecordmidi: command line MIDI playback and recording - aconnect, aseqnet, aseqdump: command line MIDI sequencer control. ALSA is the Advanced Linux Sound Architecture. Multi-Arch: foreign Homepage: Distro: Ubuntu 12.04 LTS Release: Repo/Section: sound. Above command will download the package lists for Ubuntu 12.04 LTS on your system. This will update the list of newest versions of packages and its dependencies on your system. After downloading the latest package list with the help of above you can run the installation process. If alsa-utils is not installed on your compter then the command 'dpkg -L alsa-utils' will give followin error.

Installing alsa-utils: After system update use the following command to install alsa-utils: sudo apt-get install alsa-utils Above command will confirm before installing the package on your Ubuntu 12.04 LTS Operating System. If you are not already logged in as su, installer will ask you the root password. After completion of the installation you can use the package on your system.

Alsa Driver

How to uninstall/remove alsa-utils from Ubuntu 12.04 LTS? Now we will see the commands for uninstalling the alsa-utils from Ubuntu 12.04 LTS. For uninstalling this package you can easily use the apt command and remove the package from Linux Operating System.

Linux Install Alsa

To remove the alsa-utils following command is used: sudo apt-get remove alsa-utils Following command is used to remove the alsa-utils package along with its dependencies: sudo apt-get remove --auto-remove alsa-utils This will remove alsa-utils and all its dependent packages which is no longer needed in the system. Completely removing alsa-utils with all configuration files: Following command should be used with care as it deletes all the configuration files and data: sudo apt-get purge alsa-utils or you can use following command also: sudo apt-get purge --auto-remove alsa-utils Above command will remove all the configuration files and data associated with alsa-utils package.

You can can't recover the delete data, so, use this command with care. • • • • • • • • • •. Patriot Guard Patch Placement.

I'm using linux for the first time. I installed alsa 1.0.24 in my system running Ubuntu 12.04. After installing, I tried to play some files using command aplay -vv abc.wav, it started playing but I can't hear the sound. $ cat /proc/asound/oss/ sndstat1 Sound Driver:3.8.1a-980706 (ALSA v1.0.24 emulation code) Kernel: Linux developer-OptiPlex-170L 3.2.0-23-generic #36-Ubuntu SMP Tue Apr 10 20:41:14 UTC 2012 i686 Config options: 0 Installed drivers: Type 10: ALSA emulation Card config: Intel ICH5 with AD1980 at irq 17 Audio devices: NOT ENABLED IN CONFIG Synth devices: NOT ENABLED IN CONFIG Midi devices: NOT ENABLED IN CONFIG Timers: 31: system timer Mixers: NOT ENABLED IN CONFIG If i use the command aplay -l it shows the error as no soundcards found.