search for: sb16

Displaying 20 results from an estimated 39 matches for "sb16".

Did you mean: s16
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 1.0.13 alsa-init: setup for 1/2 channel(s) alsa-init: using device default alsa-lib: pcm_hw.c:1248:(s...
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
2011 Aug 29
1
[patch] Activate Qemu options
...lace VNC, which has horrible mouse support. It also adds a IOEMU_CONFIGURE_OPTIONS option in tools/Makefile, so that later on, we can call: $(MAKE_CLEAN) -C $(DIR)/tools $(CONFIG) IOEMU_CONFIGURE_OPTIONS="--audio-drv-list=\"pa oss alsa sdl esd\" --audio-card-list=\"ac97 es1370 sb16 cs4231a adlib gus\" --enable-mixemu" from debian/rules.real Thomas -------------- next part -------------- A non-text attachment was scrubbed... Name: 02_activate-qemu-options.diff Type: text/x-diff Size: 2489 bytes Desc: not available URL: <http://lists.alioth.debian.org/pipermail/p...
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
...39;, ''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'', ''ignore&...
2006 Jul 26
0
[PATCH] [HVM] enable sound card support for qemu
...ed Jul 19 16:09:59 2006 +0800 +++ b/tools/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/...
2008 Dec 28
1
vncviewer <defunct> under HVM
...------------------------------------------------------------ # serial port re-direct to pty deivce, /dev/pts/n # then xm console or minicom can connect serial=''pty'' #----------------------------------------------------------------------------- # enable sound card support, [sb16|es1370|all|..,..], default none #soundhw=''sb16'' #----------------------------------------------------------------------------- # set the real time clock to local time [default=0 i.e. set to utc] #localtime=1 #-----------------------------------------------------------------...
2011 Mar 21
0
Contents of theora digest...
...t;" - scan curve "DCs" - DC coefficient of each blocs inside SB ----------------------------- | Y |Y |Y |Y | |SB20 |SB21 |SB22 |SB23 | |--->------>---------->------ |DCs |DCs |DCs |DCs | ----------------------------- | Y |Y |Y |Y | |SB16 |SB17 |SB18 |SB19 | |--->------>---------->------ |DCs |DCs |DCs |DCs | --------------------------------------------------------- |Y |Y |Y |Y |U |U |V |V | |SB8 |SB9 |SB10 |SB11 |SB12 |SB13 |SB14 |SB15 | |--->------>---------->...
2018 Apr 20
1
[PATCH] v2v: rework handling of CPU topology
...ion; - s_cpu_threads : int option; + s_cpu_topology : source_cpu_topology option; s_features : string list; s_firmware : source_firmware; s_display : source_display option; @@ -102,6 +100,11 @@ and source_sound = { } and source_sound_model = AC97 | ES1370 | ICH6 | ICH9 | PCSpeaker | SB16 | USBAudio +and source_cpu_topology = { + s_cpu_sockets : int; + s_cpu_cores : int; + s_cpu_threads : int; +} let rec string_of_source s = sprintf " source name: %s @@ -110,7 +113,7 @@ hypervisor type: %s nr vCPUs: %d CPU vendor: %s CPU model: %s - CPU topolo...
2015 Aug 28
7
v2v: -i libvirtxml: Map empty network or bridge name to a default (RHBZ#1257895).
When importing from VMware via the libvirt driver, the libvirt driver can add an empty source bridge name: <interface type='bridge'> <mac address='00:01:02:03:04:05:06'/> <source bridge=''/> </interface> Replicate what we do on the -i ova path, and map these to "eth0", "eth1" etc. This also includes a bunch
2010 Aug 05
1
Reproducible HVM DomU reboot Xen3.2 (Debian Stable)
...' 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 I can''t t...
2005 Jan 10
0
jack audio driver
...have jack installed, but if i select the jack driver in the wine configuration, then start jack, then the windows audio program that i happen to be using, i see no new inputs or outputs being added to the jack connection bay - in Muzys there is only an option for WineALSA DirectSound Driver or MME SB16 Wave Out ... is the jack driver option functional yet, or am i just a bit too hopeful in assuming it meant you could hook up wine apps to the jack sound server? thanx for any help shayne
2004 Nov 23
0
WineOSS hardlock with a Yamaha YMF-744 sound card
When I try to use the wineoss.drv sound driver, Wine hangs up my whole system (as described by me in Wine Bug #2579). From what I have learned, this is caused by a kernel bug, but I can't fix it as I only found Andreas Mohr's patch for SB16-compatible cards (http://lkml.org/lkml/2002/6/16/45), while I'm using a Yamaha sound card (ymfpci.c kernel driver). When I disable the sound in the ~/.wine/config file, all applications run fine. Any ideas of what I can do to solve the problem? Damn, I feel I'm very close but can't get...
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 ? Valid sound card names (comma...
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. _______________________________________________ Xen-devel maili...
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 ? Valid sound card names (comma...
2004 Feb 03
1
starcraft problem
Hi all, i have just finished my installation of wine as normal user (see below). Notepad is running fine, so i decided to run something more fun, starcraft. The installation program works, even with sound and all, exept when i decide to run the previews. The previews run rine, but whithout sound. When i return to the installation program the sound is gone. But anyway, it does it's yob,
2008 Jul 17
0
[PATCH] stubdom: add example config file
...#39;pty'' + + +#----------------------------------------------------------------------------- +# Qemu Monitor, default is disable +# Use ctrl-alt-2 to connect +#monitor=1 + + +#----------------------------------------------------------------------------- +# enable sound card support, [sb16|es1370|all|..,..], default none +# +# STUBDOM: not supported +#soundhw=''sb16'' + + +#----------------------------------------------------------------------------- +# set the real time clock to local time [default=0 i.e. set to utc] +#localtime=1 + + +#--------------------------...
2011 Feb 22
0
Compilation error in make tools - undefined reference to `x86_cpu_list''
...linux-user sparc32plus-linux-user gprof enabled no sparse enabled no profiler no static build no -Werror enabled no SDL support yes SDL static link yes OpenGL support yes curses support no mingw32 support no Audio drivers oss Extra audio cards ac97 es1370 sb16 Mixer emulation no VNC TLS support no kqemu support yes brlapi support no Documentation no NPTL support yes vde support no AIO support yes Install blobs yes KVM support yes fdt support no qemu successfuly configured for Xen qemu-dm build make -C ioemu...
2004 Aug 06
1
capturing sound from /dev/dsp
Hi list, I am wondering if there is any way that I can have an application listen to what is being sent to /dev/dsp, say ogg123 or something, and encode that and send it off to an icecast server. Hmmm, I probalby didn't explain that overly well. OK, I can use darkice to capture what is sent to line-in and send that off to an icecast server, but in this instance, I want to capture what is