[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-users] Sound not working for virtual WinXP


  • To: xen-users@xxxxxxxxxxxxxxxxxxx
  • From: "Just Anidiot" <jistanidiot@xxxxxxxxx>
  • Date: Thu, 21 Feb 2008 11:38:49 -0500
  • Delivery-date: Fri, 22 Feb 2008 07:40:16 -0800
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Lwp8/2oKCfklzu9NMNVPQgYD6dtA9nV7/TsEuDsfSnybDZaGYx2+SpatzhdwHE3AcTx8vcbR3gveXlgA4N+Dg586vH4Z1JvcXphoRF+ylEeQeJ+ECH5n/3I3J3kloN0yu7gQwTHFUs8RUkPyYtNtOaxg+zEouSGeYkhRVBJIEAI=
  • List-id: Xen user discussion <xen-users.lists.xensource.com>

I have a Dell OptiPlex 745.  I'm using RHEL 5 with the following xen
packages installed:
xen-devel-3.0.3-41.el5
kernel-xen-devel-2.6.18-53.1.13.el5
xen-3.0.3-41.el5
xen-libs-3.0.3-41.el5
kernel-xen-2.6.18-53.1.13.el5

I'm trying to get a virtual WinXP box to have sound.

My .hvm file
-----------Begin File-----------
#  -*- mode: python; -*-
#============================================================================
# Python configuration setup for 'xm create'.
# This script sets the parameters used when a domain is created using
'xm create'.
# You use a separate script for each domain you want to create, or
# you can set the parameters for the domain on the xm command line.
#============================================================================

import os, re
arch = os.uname()[4]
if re.search('64', arch):
    arch_libdir = 'lib64'
else:
    arch_libdir = 'lib'

kernel = "/usr/lib/xen/boot/hvmloader"
builder='hvm'
memory=512
shadow_memory = 8
name = "WinXP"
vif = [ 'type=ioemu, bridge=xenbr0' ]
disk = [ 'phy:/dev/VG/WinXP-001,ioemu:hda,w',
'file:/opt/xen/winxp.iso,hdc:cdrom,w', 'phy:/dev/scd0,hdd:cdrom,r' ]
device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm'
boot="cd"
vnc=1
vnclisten="127.0.0.1"
vncdisplay=21
vncpasswd=''
stdvga=0
serial='pty'
soundhw='all'
usb=1
usbdevice='tablet'

-----------End File-----------

Regardless of what I put in the soundhw parameter, WinXP continues to
find an unknown PCI device.  It is unable to find the right drivers
for it.

Can anyone help me get sound working?  Ideally both the real box and
the WinXP box will be able to have sound.  However I'll settle for
just the WinXP box for now.

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.