I
am having difficulty configuring a DomU running WinXP for audio. My hardware is
as follows:
 
00:05.0
Audio device: nVidia Corporation MCP61 High Definition Audio (rev a2)
 
I
tried all sorts of settings in my config
 
The
domain hangs (runs fine with no sound setting) and I get the following:
 
[root@localhost
xen]# cat  /var/log/xen/qemu-dm-WinXP.log
domid: 6
qemu: the number of cpus is 1
Unknown sound card name `snd'
Valid sound card names (comma separated):
 
-soundhw
all will enable all of the above
 
I
have the correct module loaded (I think)
 
[root@localhost
xen]# lsmod|grep -i snd
snd_hda_intel          23060 
0
snd_hda_codec         155776  1
snd_hda_intel
snd_seq_dummy          
7812  0
snd_seq_oss           
36608  0
snd_seq_midi_event     11520  1 snd_seq_oss
snd_seq               
56528  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device         12428  3
snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss           
47392  0
snd_mixer_oss          20736 
1 snd_pcm_oss
snd_pcm               
83588  3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_timer             
27908  2 snd_seq,snd_pcm
snd                   
56164  9
snd_hda_intel,snd_hda_codec,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore             
13792  1 snd
snd_page_alloc         14088  2
snd_hda_intel,snd_pcm
 
Is
this device supported? I tried searching but got no results.