WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] Sound not working for virtual WinXP

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Sound not working for virtual WinXP
From: "Just Anidiot" <jistanidiot@xxxxxxxxx>
Date: Thu, 21 Feb 2008 11:38:49 -0500
Delivery-date: Fri, 22 Feb 2008 07:40:16 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=YMfPblmDZwlM5fN4Tbkj99OutYQHAN1d87pDX5NcQtU=; b=Vf4xmym7PMJmUpRiRY7DC7Gxl2LDnh68Ar8OXmicTnxejmaYOBwc8Nd1NVVDJH8h5+GRZS9t9S1ljbPtjAqCeN9tSI/XdLs7VxqwM08DMIC28UJ1cXJ17N7ktKZBMoS7P6kXr283Ed+8kZXScTXQLtWtvsfU0YgPlVlSg+/Q3UQ=
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=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
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

<Prev in Thread] Current Thread [Next in Thread>