search for: es1370

Displaying 20 results from an estimated 62 matches for "es1370".

2011 Aug 29
1
[patch] Activate Qemu options
...tly replace 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/piperm...
2011 Feb 10
2
Start domain with usable QMP connection?
...ve,bus=ide.1,unit=0,drive=drive-ide0-1-0,id=ide0-1-0 -netdev tap,fd=16,id=hostnet0 -device rtl8139,netdev=hostnet0,id=net0,mac=52:54:00:4d:1d:1b,bus=pci.0,addr=0x3 -chardev pty,id=serial0 -device isa-serial,chardev=serial0 -usb -device usb-tablet,id=input0 -vnc 127.0.0.1:0 -k en-us -vga std -device ES1370,id=sound0,bus=pci.0,addr=0x4 -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x5 The important pieces of this command line (I believe) are: -chardev socket,id=monitor,path=/usr/local/var/lib/libvirt/qemu/winxpsp2.monitor,server,nowait -mon chardev=monitor,mode=control However, I'm unab...
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. ___________________________...
2011 Sep 15
1
Config Errro when Creating a virtual device attachment to backend
Hi, buddy, I want to create a virtual device attachment to backend. The domain is running, and my code phase is as below: xmlConfiguration = "<devices><sound model='es1370'/></devices>"; virDomainAttachDevice(dom,xmlConfiguration); But the exception "libvir: Domain Config error : XML error: unknown device type " happen when running. Is it something wrong in the XML configuration? What should i do to deal with such Config error ? ps: the...
2012 Jun 04
1
guestfish1.7.17 does not support qemu-kvm1.0.93?
...command doesnot return any error massage and keep running till i press crtl+c. i build qemu-kvm like bellow: ./configure --target-list=x86_64-softmmu \ --prefix=/usr/local/qemu-kvm \ --sysconfdir=/etc \ --audio-drv-list=alsa \ --audio-card-list=ac97,es1370 \ --disable-strip \ --disable-xen \ --enable-virtfs \ --block-drv-whitelist=qcow2,raw,file,host_device,host_cdrom,qed \ --disable-debug-tcg \ --disable-sparse \ --enable-werror \ --disable-sdl \...
2004 Aug 06
4
liveice Question
Ok, is this possible: I want to have a 128k and a 24k stream of a particualr audio program, plugged into the line in of my Ensoniq AudioPCI 128 (es1370 chipset) Is there any way to do this with just one soundcard, or do I need two? Thanks Scott W --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' conta...
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
2011 May 18
1
[Qemu-devel] Qcow2
On Wed, May 18, 2011 at 5:18 PM, <arun.sasi1 at wipro.com> wrote: > Hello Stefan, > > > > Thank you very much for considering my issue... > > > > Here is My problem... > > > > 1) I have 4 VM`s Running on Base server. > > 2) Base server is having 15GB RAM. > > 3) I can start all VM`s apart from my file server. > > 4) File server is
2010 Jun 03
1
Virsh blkstat doesn't work on Xen HVM
...<source path='/dev/pts/0'/> <target port='0'/> </console> <input type='mouse' bus='ps2'/> <graphics type='vnc' port='5900' autoport='yes' keymap='en-us'/> <sound model='es1370'/> </devices> </domain> [root at localhost ~]# virsh domblkstat vm1 hda error: Failed to get block stats vm1 hda error: internal error read_bd_stats: Failed to read any block statistics TREND MICRO EMAIL NOTICE The information contained in this email and any attachm...
2008 Mar 30
1
Stange eth-device
.../]# lspci 00:00.0 Host bridge: VIA Technologies, Inc. VT8377 [KT400/KT600 AGP] Host Bridge (rev 80) 00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI Bridge 00:0a.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10) 00:0c.0 Multimedia audio controller: Ensoniq ES1370 [AudioPCI] (rev 01) 00:0d.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8029(AS) 00:0f.0 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06) 00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81) 00...
2012 Oct 08
21
[PATCH 00/14] Remove old_portio users for memory region PIO mapping
...ortio struct users, as they break with this approach. This is what this patch set does. It also converts the e500 machines and sPAPR to the new memory region model. Alex Alexander Graf (14): ac97: convert PIO to new memory api read/write virtio-pci: convert PIO to new memory api read/write es1370: convert PIO to new memory api read/write i8254: convert PIO to new memory api read/write m48t59: convert PIO to new memory api read/write mc146818rtc: convert PIO to new memory api read/write pc port92: convert PIO to new memory api read/write pckbd: convert PIO to new memory api read/wr...
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
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
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
2014 Jul 04
1
Creating LiveCD with EFI option?
...just apple seems to > have problems reinitializing the graphics card after having booted via > syslinux-efi (system invisibly boots to the desktop, but screen stays > blank, no graphics). > > For testing in a virtual environment, I use > > kvm -m 2000 -monitor stdio -soundhw es1370 -L Ovmf/ -hda sda.img -fda fd0.img > > where directory Ovmf contains the open source EFI firmware from > http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=OVMF > > I did not test efi boot from CD yet, the above scenario is just for USB > flash disks with a primary...
2004 Aug 06
0
liveice Question
...tner <scott@john.ikansas.com> To: <icecast@xiph.org> Sent: Monday, March 12, 2001 8:26 AM Subject: [icecast] liveice Question > Ok, is this possible: I want to have a 128k and a 24k stream of a > particualr audio program, plugged into the line in of my Ensoniq AudioPCI > 128 (es1370 chipset) Is there any way to do this with just one soundcard, > or do I need two? > > Thanks > > Scott W > > > --- >8 ---- > List archives: http://www.xiph.org/archives/ > icecast project homepage: http://www.icecast.org/ > To unsubscribe from this list, send a...
2007 Feb 25
0
Fedora Core 6 dom0 with a win 2003 server domU; unkown PCI device
...39;'t find one either. Is there a way to find what kind of device this is? Searching through the log files didn''t give me any clues. I also tried to disable the sound emulatioy, but the unknown PCI device was still present. Additional info: mem=1024M cpu=any disk=loop-images soundhw=es1370 Any help is appreciated. Regards, Frodem ------------------------------------------------------------------------- Få din egen, gratis e-postadresse på Start.no _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-...
2007 Jul 13
0
access to virt. WinXP over rdesktop fails
...] disk = [ ''phy:/dev/volg0/lvol6,ioemu:hda,w'', ''file:/opt/winxp.iso,ioemu:hdc:cdrom,r'' ] # # Hostname # name = ''winxp'' # # Networking # vif = [ ''type=ioemu, bridge=xenbr2'' ] # # Behaviour # audio=1 soundhw=''es1370'' boot=''acd'' vnc=1 sdl=0 on_reboot=''restart'' vnclisten="0.0.0.0" usb=1 usbdevice=''tablet'' _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-user...
2009 Apr 25
0
Xen sound card for Windows DomU
...ch is a Win2k3 server(64bit). When I start the DomU, it shows a multimedia audio controller detected, but no driver suitable. I am using the PV driver (Xen <http://www.meadowcourt.org/downloads/Xen%20PV%20Drivers%200.9.12-pre13.exe> PV Drivers 0.9.12-pre13.exe) audio=1 soundhw=''es1370'' Anyone know where can find suitable driver? Felix _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users