search for: soundhw

Displaying 20 results from an estimated 96 matches for "soundhw".

2008 Sep 24
1
Passing audio to DomU
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 soundhw=''snd_hda_intel'' soundhw=''snd'' 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...
2006 Jul 26
0
[PATCH] [HVM] enable sound card support for qemu
...ls/examples/xmexample.hvm Thu Jul 20 21:19:07 2006 +0800 @@ -153,8 +153,8 @@ serial=''pty'' #----------------------------------------------------------------------------- -# enable audio support -#audio=1 +# enable sound card support, [sb16|es1370|all|..,..], default none +#soundhw=''sb16'' #----------------------------------------------------------------------------- diff -r 2abb1c801ab7 tools/python/xen/xend/image.py --- a/tools/python/xen/xend/image.py Wed Jul 19 16:09:59 2006 +0800 +++ b/tools/python/xen/xend/image.py Thu Jul 20 21:19:07 2006 +0800 @@...
2008 May 29
6
SoundBlaster 16 removal impending
(Reply directly, as I''m not subscribed here.) As you may have seen, ARC recently approved my case to remove the ancient sbpro driver Solaris. I''m intent on doing that, because it really helps with our OSS integration effort, which I''m now leading. The problem is, will this impact qemu? I''m not sure of the answer. I *think* qemu emulates an older ESS1370
2008 May 29
6
SoundBlaster 16 removal impending
(Reply directly, as I''m not subscribed here.) As you may have seen, ARC recently approved my case to remove the ancient sbpro driver Solaris. I''m intent on doing that, because it really helps with our OSS integration effort, which I''m now leading. The problem is, will this impact qemu? I''m not sure of the answer. I *think* qemu emulates an older ESS1370
2009 Sep 18
0
domU: no audio device
i created a centos 5.3 hvm domU. i have tried any one of the following in the xen config without luck soundhw = "all" or "sb16" or "es1370" dom0: #virsh version Compiled against library: libvir 0.7.0 Using library: libvir 0.7.0 Using API: Xen 3.0.1 Running hypervisor: Xen 3.1.0 # uname -a Linux localhost.localdomain 2.6.18-128.4.1.el5xen # /usr/lib/xen/bin/qemu-dm -soundhw...
2009 Sep 18
0
domU: no audio device
i created a centos 5.3 hvm domU. i have tried any one of the following in the xen config without luck soundhw = "all" or "sb16" or "es1370" dom0: #virsh version Compiled against library: libvir 0.7.0 Using library: libvir 0.7.0 Using API: Xen 3.0.1 Running hypervisor: Xen 3.1.0 # uname -a Linux localhost.localdomain 2.6.18-128.4.1.el5xen # /usr/lib/xen/bin/qemu-dm -soundhw...
2010 Jun 06
3
Error: Device 768 (vbd) could not be connected. Path closed or removed during hotplug add: backend/vbd/9/768 state: 1
...7.img,hda,w'', ''file:/file/Windows7_ru_en_x86_x64.iso,hdc:cdrom,r'' ] device_model=''/usr/lib/xen/bin/qemu-dm'' boot="d" sdl=0 vnc=1 vnclisten="192.168.1.2" vncpasswd='''' stdvga=0 serial=''pty'' tsc_mode=0 soundhw=''sb16'' localtime=3 # cat /var/log/xen/xend.log [2010-06-07 01:24:04 1573] DEBUG (XendDomainInfo:101) XendDomainInfo.create([''vm'', [''name'', ''win7''], [''memory'', 2048], [''on_xend_start'', ...
2013 Oct 08
0
[PATCH v3] libxl: spice usbredirection support for upstream qemu
..."id=usbrc%d", i, i), NULL); + } else { + LOG(ERROR, "%s: usbredirection parameter is invalid, " + "it must be between 1 and 4", __func__); + return NULL; + } } if (b_info->u.hvm.soundhw) { flexarray_vappend(dm_args, "-soundhw", b_info->u.hvm.soundhw, NULL); diff --git a/tools/libxl/libxl_types.idl b/tools/libxl/libxl_types.idl index c589a67..af8752c 100644 --- a/tools/libxl/libxl_types.idl +++ b/tools/libxl/libxl_types.idl @@ -184,6 +184,7 @@ libxl_spice_...
2006 Nov 09
8
XEN sound emulation locks device exclusively
Hi there! My problem is the following: I am experimenting with virtualization with XEN. I am running WinXP in a HVM host with a Debian Gnu/Linux (Etch) dom0. I am also using audio emulation (sb16). This way, sounds from WinXP work fine. And here comes the problem: The HVM guest completely reserves the audio device; other software can not use it. (mplayer says this: alsa-init: using ALSA
2006 Sep 19
0
How to enable audio in vmx guest
Hi all, Please make sure that your sound card could work correctly in advance. Follow the next steps: 1. re-compile xen0''s kernel to support you specific audio device; 2. modify configure file as follows: soundhw=''es1370'' or soundhw=''sb16'' =======================> I am not sure that either could work, please test. ''es1370'' on changeset 11433 is workable in my tests. 3. detect audio device in guest OS, configure properly as in Native OS. __________...
2009 Apr 24
2
Sound on PV Guest
Hello I am running Xen 3.3.1 on Debian x86 with 2.6.26 Dom0. I have a PV guest running another Debian with 2.6.18 kernel. all kernels are precompiled Debian ones. Everything work quite well. I have a modified hypervisor running to intercept syscalls issued by the PV guest and analyze the behavior of a given PID. But this is not an issue, as it works fine. My concern is about the applications
2007 Nov 28
0
[Xen-ia64-devel] [PATCH] Add guest_os_type domain config option
...-129,7 +129,8 @@ XENAPI_PLATFORM_CFG = [ ''acpi'', ''apic'', ''nographic'', ''pae'', ''rtc_timeoffset'', ''serial'', ''sdl'', ''soundhw'',''stdvga'', ''usb'', ''usbdevice'', ''vnc'', ''vncconsole'', ''vncdisplay'', ''vnclisten'', ''timer_mode'', - ...
2013 Nov 19
13
[PATCH v7 1/2] libxl: usb2 and usb3 controller support for upstream qemu
...id=usb", NULL); + break; + default: + LOG(ERROR, "%s: usbversion parameter is invalid, " + "must be between 1 and 3", __func__); + return NULL; + } } if (b_info->u.hvm.soundhw) { flexarray_vappend(dm_args, "-soundhw", b_info->u.hvm.soundhw, NULL); diff --git a/tools/libxl/libxl_types.idl b/tools/libxl/libxl_types.idl index ce003c6..ee312a4 100644 --- a/tools/libxl/libxl_types.idl +++ b/tools/libxl/libxl_types.idl @@ -360,6 +360,7 @@ libxl_domain...
2006 Nov 17
1
debian amd64 etch hvm xp sp2 problem black screen frozen.
...WinXP,ioemu:hda,w''], ''phy:/dev/hda,ioemu:hdc:cdrom,r'' ] device_model = ''qemu-dm'' boot="dca" #snapshot=1 sdl=1 vnc=0 #vnclisten="127.0.0.1" #vncdisplay=1 #vncunused=1 #vncconsole=0 #nographic=0 stdvga=0 #serial=''pty'' #soundhw=''sb16'' #localtime=1 #full-screen=1 #usb=1 #usbdevice=''mouse'' #usbdevice=''tablet'' ================== xend.log =========================== [2006-11-17 10:29:53 xend.XendDomainInfo 4205] DEBUG (__init__:1072) XendDomainInfo.create([''vm...
2007 Oct 25
7
Sample Config File?
Hi. I am running Xen 3.0.3-1 on Debian Etch. Does anyone have a sample config file for creating a windows DomU? I have the ISO file from my windows CD. I''m not using LVM Thanks in Advance _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2014 Jul 03
2
Creating LiveCD with EFI option?
I've been using various versions of syslinux as the boot loader for the g4l project that I have been the maintainer of since 2004. It was already using syslinux, so I've just updated it over the years, and currently have it use 5.10 version, but have done test builds with the 6.x versions. Recently had request from to users about EFI support, and one suggested that virtualbox has
2010 Aug 05
1
Reproducible HVM DomU reboot Xen3.2 (Debian Stable)
...t = ''c'' sdl = 0 vnc = 1 vncviewer = 0 vncconsole = 0 vncunused = 1 stdvga = 0 usb = 1 usbdevice = ''tablet'' acpi = 1 apic = 1 on_reboot = ''restart'' on_poweroff = ''destroy'' on_crash = ''restart'' audio = 1 soundhw = ''sb16'' The hard drive image is NFS mounted from the file server. The xen dom0 is NFS booted from the file server (ie, NFS root), and all other linux domU''s are NFS root from the file server. I''m at a complete loss as to whether this is even a xen issue, but...
2011 Jan 17
0
Xen 4.0.1 + 2.6.18-194.32.1.el5xen CentOS Dom0
...''localtime'', 0], [''nographic'', 0], [''oos'', 1], ['' pae'', 1], [''pci'', []], [''pci_msitranslate'', 1], [''pci_power_mgmt'', 0], [''rtc_timeoffset'', 0], [''soundhw'', ''''], [''stdvga'', 0], [''timer_mode'', 1], [''usb'', 0], [''usbdevice'', ''''], [''vcpus'', 1], [''vnc'', 1], [''vncu nused'', 1], [''...
2011 Aug 28
1
Hanging boot of solaris 11 install image as HVM
...''localtime'', 0], [''nographic'', 0], [''oos'', 1], [''pae'', 1], [''pci'', []], [''pci_msitranslate'', 1], [''pci_power_mgmt'', 0], [''rtc_timeoffset'', 0], [''soundhw'', ''''], [''stdvga'', 0], [''timer_mode'', 1], [''usb'', 1], [''usbdevice'', ''tablet''], [''vcpus'', ''4''], [''vncunused'', 1], [''viri...
2014 Jun 15
2
Re: ERROR: Domain not found: no domain with matching name 'ubuntu'
...set virtual RAM size to megs MB [default=128] -mem-path FILE provide backing storage for guest RAM -mem-prealloc preallocate guest memory (use with -mem-path) -k language use keyboard layout (for example 'fr' for French) -audio-help print list of audio drivers and their options -soundhw c1,... enable audio support and only specified sound cards (comma separated list) use -soundhw ? to get the list of supported cards use -soundhw all to enable all of them -balloon none disable balloon device -balloon virtio[,addr=str]...