[Users] XP Guest Sound issue

Andrew Cathrow acathrow at redhat.com
Mon Nov 19 19:25:17 UTC 2012



----- Original Message -----
> From: "John Baldwin" <John.Baldwin at baycare.org>
> To: "Andrew Cathrow" <acathrow at redhat.com>, "Itamar Heim" <iheim at redhat.com>
> Cc: users at ovirt.org
> Sent: Monday, November 19, 2012 2:17:20 PM
> Subject: RE: [Users] XP Guest Sound issue
> 
> Looking at the qemu process for that XP VM this is what is listed as
> the sound device:  -device intel-hda,id=sound0,bus=pci.0,addr=0x4
> -device hda-duplex,id=sound0-codec0,bus=sound0.0,cad=0
> 
> This probably coincides that the listed Audio device  is the Audio
> Device on High Definition Audio Bus.
> 
>  I guess the qemu line should be showing a sound device as ac97 and
>  NOT intel-hda??

that's right - you should see ac97.

Looks like the issue was fixed here http://gerrit.ovirt.org/#/c/7451/




> 
> John Baldwin - Sr. UNIX Systems Administrator
> 
> 
> -----Original Message-----
> From: Andrew Cathrow [mailto:acathrow at redhat.com]
> Sent: Monday, November 19, 2012 1:11 PM
> To: Itamar Heim
> Cc: users at ovirt.org; Baldwin, John
> Subject: Re: [Users] XP Guest Sound issue
> 
> 
> 
> ----- Original Message -----
> > From: "Itamar Heim" <iheim at redhat.com>
> > To: "John Baldwin" <John.Baldwin at baycare.org>
> > Cc: users at ovirt.org
> > Sent: Monday, November 19, 2012 11:31:41 AM
> > Subject: Re: [Users] XP Guest Sound issue
> > 
> > On 11/19/2012 06:12 PM, Baldwin, John wrote:
> > > This XP VM I having the sound issue with was created as a
> > > Desktop.
> > 
> > you can:
> > less /var/log/vdsm/vdsm.log
> 
> or /var/log/libvirt/qemu/vm-name.log
> 
> > and look for "xml version" to see the xml passed
> > 
> > >
> > > John Baldwin - Sr. UNIX Systems Administrator
> > >
> > > -----Original Message-----
> > > From: users-bounces at ovirt.org [mailto:users-bounces at ovirt.org] On
> > > Behalf Of Baldwin, John
> > > Sent: Monday, November 19, 2012 9:48 AM
> > > To: Itamar Heim
> > > Cc: users at ovirt.org
> > > Subject: Re: [Users] XP Guest Sound issue
> > >
> > > Is there a debug and/or log that can be used to see what sound
> > > device is actually being created for the XP guest desktop VM that
> > > is
> > > having the sound issue?
> > >
> > > John Baldwin - Sr. UNIX Systems Administrator
> > >
> > > -----Original Message-----
> > > From: Itamar Heim [mailto:iheim at redhat.com]
> > > Sent: Sunday, November 18, 2012 5:03 AM
> > > To: Baldwin, John
> > > Cc: Andrew Cathrow; users at ovirt.org
> > > Subject: Re: [Users] XP Guest Sound issue
> > >
> > > On 11/16/2012 09:48 PM, Baldwin, John wrote:
> > >> Here is the output of that command:
> > >>
> > >> engine=# select * from vdc_options where
> > >> option_name='DesktopAudioDeviceType';
> > >>    option_id |      option_name       |
> > >>                                                            option_value
> > >>                                                            |
> > >>    version
> > >> -----------+------------------------+------------------------------------------------------------------------------------------------------------------------------+---------
> > >>           54 | DesktopAudioDeviceType | default,ac97
> > >>                                                                                                                           |
> > >>           2.2
> > >>           55 | DesktopAudioDeviceType |
> > >>           WindowsXP,ac97,RHEL4,ac97,RHEL3,ac97,Windows2003x64,ac97,RHEL4x64,ac97,RHEL3x64,ac97,OtherLinux,ac97,Other,ac97,default,ich6
> > >>           | 3.0
> > >>           56 | DesktopAudioDeviceType |
> > >> WindowsXP,ac97,RHEL4,ac97,RHEL3,ac97,Windows2003x64,ac97,RHEL4x64,a
> > >> c97
> > >> ,RHEL3x64,ac97,OtherLinux,ac97,Other,ac97,default,ich6 | 3.1
> > >> (3 rows)
> > >
> > > according to this, you should get ac97 for windows xp as well.
> > >
> > >>
> > >> Note is used "ovirt-dre" repos (www.dreyou.org)  due to the fact
> > >> this is running on CentOS 6.3  x86_64
> > >>
> > >> I did not have this issue when testing RHEV 3.0.  using oVirt
> > >> due
> > >> to tem license has expired on RHEV.
> > >>
> > >> John Baldwin - Sr. UNIX Systems Administrator
> > >>
> > >> -----Original Message-----
> > >> From: Itamar Heim [mailto:iheim at redhat.com]
> > >> Sent: Friday, November 16, 2012 10:24 AM
> > >> To: Andrew Cathrow
> > >> Cc: Baldwin, John; users at ovirt.org
> > >> Subject: Re: [Users] XP Guest Sound issue
> > >>
> > >> On 11/16/2012 05:10 PM, Andrew Cathrow wrote:
> > >>> iirc an early version of oVirt configured the Intel hda sound
> > >>> card
> > >>> rather than ac97 for Windows XP and since coming doesn't have
> > >>> that
> > >>> driver you'd get this error.
> > >>
> > >> iirc, that would be a config change, so should be easy to check.
> > >> can you please:
> > >>
> > >> psql -U postgres -d engine
> > >> select * from vdc_options where
> > >> option_name='DesktopAudioDeviceType';
> > >>
> > >>
> > >>
> > >>>
> > >>> Sent from Android email
> > >>>
> > >>> Itamar Heim <iheim at redhat.com> wrote:
> > >>>
> > >>> On 11/16/2012 04:46 PM, Baldwin, John wrote:
> > >>>> Having issue with a 32bit XP guest.   Sound device driver is
> > >>>> not
> > >>>> configured. Sound device has the ? “Audio Device on High
> > >>>> Definition
> > >>>> Audio Bus” defined.    Driver ID is 1AF4 Red Hat Virtio.  No
> > >>>> drivers
> > >>>> will load to this that I can find. I thought the ID would be
> > >>>> listed are a AC97 or Ensoniq.
> > >>>>
> > >>>> Running oVirt Engine Version: 3.1.0-3.19.el6  Centos 6.3
> > >>>> 64bit.
> > >>>>   KVM
> > >>>> server is also Centos 6.3 64bit
> > >>>>
> > >>>> /John Baldwin - Sr. UNIX Systems Administrator/
> > >>>>
> > >>>
> > >>>>
> > >>>>
> > >>>> _______________________________________________
> > >>>> Users mailing list
> > >>>> Users at ovirt.org
> > >>>> http://lists.ovirt.org/mailman/listinfo/users
> > >>>>
> > >>>
> > >>> did you create a new Server or a new Desktop?
> > >>>
> > >>> _______________________________________________
> > >>> Users mailing list
> > >>> Users at ovirt.org
> > >>> http://lists.ovirt.org/mailman/listinfo/users
> > >>>
> > >>
> > >>
> > >> Confidential:  This electronic message and all contents contain
> > >> information from BayCare Health System which may be privileged,
> > >> confidential or otherwise protected from disclosure.  The
> > >> information is intended to be for the addressee only.  If you
> > >> are
> > >> not the addressee, any disclosure, copy, distribution or use of
> > >> the
> > >> contents of this message is prohibited.  If you have received
> > >> this
> > >> electronic message in error, please notify the sender and
> > >> destroy
> > >> the original message and all copies.
> > >>
> > >
> > >
> > > Confidential:  This electronic message and all contents contain
> > > information from BayCare Health System which may be privileged,
> > > confidential or otherwise protected from disclosure.  The
> > > information is intended to be for the addressee only.  If you are
> > > not the addressee, any disclosure, copy, distribution or use of
> > > the
> > > contents of this message is prohibited.  If you have received
> > > this
> > > electronic message in error, please notify the sender and destroy
> > > the original message and all copies.
> > > _______________________________________________
> > > Users mailing list
> > > Users at ovirt.org
> > > http://lists.ovirt.org/mailman/listinfo/users
> > > Confidential:  This electronic message and all contents contain
> > > information from BayCare Health System which may be privileged,
> > > confidential or otherwise protected from disclosure.  The
> > > information is intended to be for the addressee only.  If you are
> > > not the addressee, any disclosure, copy, distribution or use of
> > > the
> > > contents of this message is prohibited.  If you have received
> > > this
> > > electronic message in error, please notify the sender and destroy
> > > the original message and all copies.
> > >
> > 
> > 
> > _______________________________________________
> > Users mailing list
> > Users at ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/users
> > 
> Confidential:  This electronic message and all contents contain
> information
> from BayCare Health System which may be privileged, confidential or
> otherwise
> protected from disclosure.  The information is intended to be for the
> addressee
> only.  If you are not the addressee, any disclosure, copy,
> distribution or use
> of the contents of this message is prohibited.  If you have received
> this
> electronic message in error, please notify the sender and destroy the
> original
> message and all copies.
> 



More information about the Users mailing list