Difference between revisions of "Virtual ALSA"

From WA2IAC Wiki
Jump to: navigation, search
m (ALSA on OpenVZ)
m (Notes on .114 Debian Slice)
Line 52: Line 52:
 
The best article I've found to-date is cached here from http://myatus.com/p/x-server-with-sound-inside-an-openvz-proxmox-container/ circa 12/5/2013.
 
The best article I've found to-date is cached here from http://myatus.com/p/x-server-with-sound-inside-an-openvz-proxmox-container/ circa 12/5/2013.
 
=== Notes on .114 Debian Slice ===
 
=== Notes on .114 Debian Slice ===
 +
 +
Troubleshooting. Not to where snd_dummy can be installed yet.
 +
http://ubuntuforums.org/showthread.php?t=205449
 +
 +
* aplay -l    - checks for 'soundcard'
 +
* lspci -v    - checks the hardware (useless in this case)
 +
* modprobe snd-
 +
 +
<pre>
 +
# modprobe snd-
 +
WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.
 +
FATAL: Module snd_ not found.
 +
# cd /etc
 +
deb6:/etc# ls modprobe.conf
 +
modprobe.conf
 +
deb6:/etc# ls modprobe.d
 +
aliases.conf              alsa-base.conf  fbdev-blacklist.conf
 +
alsa-base-blacklist.conf  blacklist.conf  linux-sound-base_noOSS.conf
 +
deb6:/etc# mv modprobe.
 +
sudo apt-get --purge remove linux-sound-base alsa-base alsa-utils
 +
sudo apt-get install linux-sound-base alsa-base alsa-utils
 +
</pre>
  
 
Had to add packages:
 
Had to add packages:
 
* alsa-utils
 
* alsa-utils
 
  
 
=== Preparing the host node ===
 
=== Preparing the host node ===

Revision as of 21:42, 25 February 2014