I am trying to get sound to work in a windows VM and am having a very
hard time finding any documentation. I have posted my config, lspci and
lsmod outputs below am I missing something? Can someone point me to a
document or something I can read that would help me figure this out?
Thanks for any help or direction,
Jon
Here is my WinXP config:
name = "WinXPvm"
builder = "hvm"
memory = "256"
# The below works for installation
#disk = [ 'phy:/dev/xennet/winxp,hda,w',
'file:/usr/local/src/WinXP/winxp_sp2.iso,hdc:cdrom,r' ]
# The below works for USB cdrom drive in VM
#disk = [ 'phy:/dev/xennet/winxp,hda,w', 'phy:/dev/sr0,hdc:cdrom,r' ]
# The below works for just HD in VM
disk = [ 'phy:/dev/xennet/winxp,hda,w' ]
vif = [ 'type=ioemu, mac=00:16:3e:08:df:13, bridge=xenbr0', ]
device_model = "/usr/lib/xen/bin/qemu-dm"
kernel = "/usr/lib/xen/boot/hvmloader"
# I added the boot use 'd' for cdrom
boot='c'
vnc=0
vncunused=0
apic=0
acpi=0
pae=1
vcpus=1
serial = "pty" # enable serial console
on_crash = 'restart'
on_reboot = 'restart'
audio=1 <----- Is this even needed?
soundhw='sb16' <-----Which HW device do I put here?
Here is the output of lspci:
xenhost:/etc/xen# lspci
00:00.0 Host bridge: Intel Corporation P965/G965 Memory Controller Hub
(rev 02)
00:02.0 VGA compatible controller: Intel Corporation G965 Integrated
Graphics Controller (rev 02)
00:03.0 Communication controller: Intel Corporation P965/G965 HECI
Controller (rev 02)
00:19.0 Ethernet controller: Intel Corporation 82566DC Gigabit Network
Connection (rev 02)
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI
#4 (rev 02)
00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI
#5 (rev 02)
00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI
#2 (rev 02)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio
Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express
Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express
Port 2 (rev 02)
00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express
Port 3 (rev 02)
00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express
Port 4 (rev 02)
00:1c.4 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express
Port 5 (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI
#1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI
#2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI
#3 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI
#1 (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev f2)
00:1f.0 ISA bridge: Intel Corporation 82801HH (ICH8DH) LPC Interface
Controller (rev 02)
00:1f.2 SATA controller: Intel Corporation 82801HB (ICH8) SATA AHCI
Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller
(rev 02)
02:00.0 IDE interface: Marvell Technology Group Ltd. Unknown device 6101
(rev b1)
06:02.0 Communication controller: Tiger Jet Network Inc. Tiger3XX
Modem/ISDN interface
And here is the output of lsmod:
xenhost:/etc/xen# lsmod
Module Size Used by
snd_pcm_oss 46752 0
snd_pcm 77828 1 snd_pcm_oss
snd_timer 22916 1 snd_pcm
snd_page_alloc 9224 1 snd_pcm
snd_mixer_oss 17664 1 snd_pcm_oss
snd 47204 4 snd_pcm_oss,snd_pcm,snd_timer,snd_mixer_oss
soundcore 8672 1 snd
tun 9856 1
xt_physdev 3856 5
iptable_filter 3456 1
ip_tables 13428 1 iptable_filter
x_tables 12676 2 xt_physdev,ip_tables
bridge 55068 1 xt_physdev
llc 6932 1 bridge
ipv6 254368 14
sg 30236 0
3c59x 42792 0
mii 6144 1 3c59x
agpgart 32200 0
lp 11432 0
parport_pc 26436 1
parport 34632 2 lp,parport_pc
pcspkr 3584 0
psmouse 40328 0
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|