Displaying 20 results from an estimated 400 matches similar to: "Need some help on using Wine with DDK 2000"
2010 Jul 13
3
[Xen-API] XCP - ddk network
Hi,
I''ve installed XCP 0.5 and I''m following these steps:
http://xenbits.xen.org/xapi/install.html to install ddk VM. But I can''t get
network working.
I tried to create a vif under xenbr0 then assigned mannually a IP address
and to create a vif under xapi0. But in both cases I can ping only dom0 IP.
What am I doing wrong?
Thanks in advance.
--
Sergio Roberto
2008 Mar 01
1
WinDbg?
Hello,
I have been struggling with WinDbg/Kd for the last week, but to no avail... So I finally decided to ask here.
Basically, I am using a Windows XP virtual machine (thanks to VMWare6) and wanted to do some kernel debugging using Windbg. So, I did configure everything from the virtual machine side (using this guide: http://silverstr.ufies.org/lotr0/windbg-vmware.html), and then tried my hands
2009 Aug 28
0
digi dgrp on XenU RHEL3 DDK
Trying to install a digi dgrp driver on RHEL3 runing the XenU kernel. I am looking for a DDK that has the RHEL3 kernel (version 2.4) in it. All the DDK''s available for download use a kernel version 2.6.
John Wythe
Activant Solutions Inc.
118-1515 Broadway St.
Port Coquitlam
BC V3C 6M2
Tel: 604-468-1668 Ext 131
Tel: 1-800-663-0718
Fax: 604-468-1667
Email: john.wythe@activant.com
2012 Jan 23
0
DDK for XCP 1.1? igb driver issue, XCP 1.5?
As seen on the mailinglist, many have been hit by the issues with the
igb driver included in xcp 1.1 and below ( and 5.6 fp* and below as
well ), version 2.4.3, which due to a bug prevents VLAN tagging and
other features from working correct (sr-iov). This mainly affects
systems with Intel 82576 nics.
There are work arounds for this, mainly updating the driver from
intel, see here:
2004 Sep 10
1
Re: ACM codec
Mr. Blum,
I had to make some assumptions writing the driver, because I had no previous
experience writing ACM drivers. I did what I could based in Microsoft's
documentation but, of course, I made same mistakes. I had no time to test
the code I wrote yet and will not in the next 2 weeks. All I can tell you
now is about what I did and about my sources. So, considering your
enthusiasm, I suggest
2004 Aug 06
2
ACM codec
Hi-
is someone working on ACM codec at the moment?
if not, I'll start writting it one of these days.
-XF
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'speex-dev-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe
2007 Feb 10
4
Near function?
Hi,
I have an integer which is extracted from a dataframe, which is sorted by another column of the dataframe.
Now I would like to remove some elements of the integer, which are near to others by their value. For example: integer: c(1,20,2,21) should be c(1,20).
I tried to write a function, but for some reason, somethings won't work
x <- 1:20
near <- function(x,th) {
nr <-
2011 Mar 16
5
Xen and the InfiniBand
Hi, all,
Is the Xen currently compatible with the InfiniBand? I found some
information about the Smart I/O module, but it was posted in 2006. Is the
module still maintained? Or, are there any up-to-date alternatives for
that?
Many thanks,
Chiu
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2010 May 05
12
[Xen-API] XCP Monthly Call Request
I am planning to schedule a monthly XCP meeting for the community and am struggling with when to host the call. As we are a global community, there is no single optimal time to host the meeting. In an effort to support the most likely attendees, please send me your time zone if you plan to participate in these calls. I will track the most common time zones in an effort to maximize attendance. All
2010 May 05
12
[Xen-API] XCP Monthly Call Request
I am planning to schedule a monthly XCP meeting for the community and am struggling with when to host the call. As we are a global community, there is no single optimal time to host the meeting. In an effort to support the most likely attendees, please send me your time zone if you plan to participate in these calls. I will track the most common time zones in an effort to maximize attendance. All
2001 Dec 09
1
Wine NT Services / Serial Port
Hi!
I'm currently working on a project to upgrade my car's display with NAV...
Due to prohibitive high costs of oem solutions (and limited use except for
nav), I decided to use a laptop, runnig that software...
So, I already have MS Autoroute 2001 (european version). Against my
expectations, this program runs fine with Wine release 20011004. However,
the GPS Add-In doesn't work.
2008 Nov 19
2
GPLPV driver installation for Windows 2000 server
Hi
Any tips how to install GPLPV drivers for Windows 2000 server? Did try but
it left devices with no drivers, seems it did not find drivers eg. for
network card, etc.
Terveisin/Regards,
Pekka Panula, Net Servant Oy
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2007 Oct 13
7
writing PV block drivers for Windows
I''m now at the stage where I can think about writing some PV block
drivers for Windows. I have working event channel and xen store
subsystems (but they''ll probably need some more refinement once things
progress), and the Windows XenPCI driver enumerates devices as they are
added to xenstore.
This leaves me with a few questions...
1. I assume that the qemu virtual BIOS uses the
2012 Feb 13
2
Compiling wine 1.1.37 fails on Ubuntu 11.10
Hi,
I am compiling Wine 1.1.37 on Ubuntu 11.10. But I am getting the following error
"In file included from nt.c:59:0:
../../include/ddk/wdm.h:434:11: error: duplicate member ?u?".
Can someone please tell me how to fix this issue.
2013 Jun 09
1
Dyn.load of sharing object with GSL library
Dear R-list,
I want to use shared library of gsl in R(2.15.1) on unix .I have a makefile such as
CC = gcc
CFLAGS = -fPIC -O2
PKG_LIBS -lgsl -lgslcblas -lm -lpthread
?
OBJS_SPB = calc_spb.o k.o dk.o ddk.o
?
?
calc_spb.so : $(OBJS_SPB)
?
????? $(CC) -shared -o calc_spb.so $(LIBS) $(OBJS_SPB)
?
clean :
????? rm -f ../*.o *.o
?
clean.so:
????? rm -f *.so
?
I use R CMD SHLIB calc_spb.c in terminal
2004 Sep 10
1
ACM codec
Hi Ingo,
>It is just a WAVEFORMATEX with a GUID in it. For the ACM system it is just
a format with the id >WAVE_FORMAT_EXTENSIBLE and since ACM drivers are not
registered by wFormatTag it should be working. >For testing purposes I've
written a Vorbis ACM driver, that uses a WAVEFORMATEXTENSIBLE and I
experienced >a problem when opening files with Media Player. It spend quite
some
2008 Feb 22
7
Windows Kernel & Executive implementation
Hello everyone, my name is Volodymyr, I am driver developer mostly doing
stuff for Windows.
I discovered that WineHQ project does not have support for drivers (am I
wrong?). In other words, quite a big amount of applications will fail to
function properly, because many of them are using helper device drivers to
get some extended functionality. I can just mention RegMon, FileMon, TDIMom,
and
2011 Mar 05
7
GPLPV 0.11.0.238 and Windows 2008 R2 requiring extra reboot
James,
I am running Windows 2008 R2 on Xen that is packaged with CentOS 5.4. I
installed gplpv_Vista2008x64_0.11.0.238.msi using the falling steps:
1. Turn on testsigning
2. Reboot
3. Install gplpv_Vista2008x64_0.11.0.238.msi
4. Install process requests a reboot at the end.
5. At the end of the subsequent boot, there is a prompt for a reboot
again.
I
2011 Feb 21
2
Update on Xen.org and Xenbits
Hi everybody,
apologies for Xen.org and Xenbits. It seems as if the machine on which
both services run have died. I was assured that it will be back up in a
few hours. I will let you know as soon as I know more.
Best Regards
Lars
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2011 Feb 21
2
Update on Xen.org and Xenbits
Hi everybody,
apologies for Xen.org and Xenbits. It seems as if the machine on which
both services run have died. I was assured that it will be back up in a
few hours. I will let you know as soon as I know more.
Best Regards
Lars
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel