similar to: How to use PCI pass-through?

Displaying 20 results from an estimated 2000 matches similar to: "How to use PCI pass-through?"

2007 May 15
3
textConnection
hello, I don't understand what's happen just before the textConnection function runs good but now it doesn't run > Line[1] [1] "if C325=. then C743=(C152/C103)*100| else C743=(C152/C325)*100" > textConnection(Line[1]) Erreur dans textConnection(Line[1]) : toutes les connexions sont utilisées why R display that?
2007 Dec 18
1
icons
Hi, I want to contribute by drawing icons for wine. Where should I start and what are the constrains ? _____________________________________________________________________________ Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail http://mail.yahoo.fr
2007 Jun 18
2
to read table
Hello, I have a problem to read a csv table. To read it I used this syntax > donParCara <- read.table("C:/Documents and Settings/melyakhlifi/Mes documents/feuilles excel/calcul2.csv",header=TRUE,sep=";",quote="",dec=",") I don't understand my errors Erreur dans scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, : la
2007 Oct 05
1
[asterisk-dev] oh323.conf, extentions.conf
Send these questions to Asterisk-Users mailing list. h323.conf ################################################## ; ; Configuration file of OpenH323 channel driver ; [general] listenAddress=W.X.Y.Z ; local ip listenPort=1720 tcpStart=10000 tcpEnd=20000 udpStart=10000 udpEnd=20000 fastStart=yes h245Tunnelling=yes h245inSetup=yes jitterMin=20 jitterMax=100 ipTos=none outboundMax=100
2007 Jun 22
3
pxelinux and WDS server for Vista
I am testing BDD 2007 and WDS on a Windows 2003 Server. I have a PXE Server with tftpd32 and pxelinux boot. Is it possible to have a menu entry that chain the first pxe booting(pxelinux) to the WDS Server which is on a different computer because I can't install WDS on the TFTP pxelinux. I have testing this entry: LABEL TEST WDS kernel ipadress::pxeboot.0 but the first server always respond
2008 Feb 13
2
NT4 in a DomU
Hi, I use Xen 3.0.3-1 on a Debian Etch with LVM to store my DomUs. I already exploit a Windows 2000 in a DomU but I can''t install a windows NT4 Server: I have a death of Blue Screen during the installation begining. Did someone test that scary NT4 DomU with success? I think NT4 need a disk driver but wich one? and how can I give it one? My last solution to test is: to convert a NT4
2007 Jun 20
3
merge
hello, is it possible to merge 2 matrix or data.frame by roxnames? I checked details about the functino merge but I haven't fond this option. Can you help me please? thanks. _____________________________________________________________________________ [[alternative HTML version deleted]]
2008 Mar 04
3
Can't get Steam to install
Hello, I have just installed Wine on Ubuntu 7.10 (x86). I have also managed to get hold of and install gecko. However, when I try to install Steam with Code: "wine start SteamInstall.msi" it comes up with several errors in terminal then a popup box saying "Installation ended prematurely because of an error". Can anyone help me please? Notes - I am in the correct
2007 Jun 18
3
data.frame
hello, are there functions giving the columns number and the rows number of a matrix? thanks. _____________________________________________________________________________ [[alternative HTML version deleted]]
2007 Aug 01
1
Re : Custom axis
Maybe I do not explain well what I would like to do. I do not want to change the labels of the axis, but the scale. What I want is a general procedure for changing the scale. Its like using a logarithmic scale on a plot. Labels are the same, but the increases of x along the x-axis are defined by a known monotone and continuous function. Florent Bresson ----- Message d'origine ---- De :
2007 May 14
4
Batch
I saw the R-help to run some R programs in batch I used it like this > R CMD BATCH C:/Documents and Settings/melyakhlifi/Bureau/calcara.r Erreur : erreur de syntaxe dans "R CMD" but without success!!!I don't work on linux but on windows IS it the same command ? _____________________________________________________________________________ [[alternative HTML version
2015 Jul 28
2
[PATCH v4 0/4] virtio: Clean up scatterlists and use the DMA API
On 28/07/2015 18:42, Jan Kiszka wrote: > > On the other hand interrupt remapping is absolutely necessary for > > production use, hence my point that x86 does not promise API stability. > > Well, we currently implement the features that the Q35 used to expose. > Adding interrupt remapping will require a new chipset and/or a hack > switch to ignore compatibility. Isn't
2015 Jul 28
2
[PATCH v4 0/4] virtio: Clean up scatterlists and use the DMA API
On 28/07/2015 18:42, Jan Kiszka wrote: > > On the other hand interrupt remapping is absolutely necessary for > > production use, hence my point that x86 does not promise API stability. > > Well, we currently implement the features that the Q35 used to expose. > Adding interrupt remapping will require a new chipset and/or a hack > switch to ignore compatibility. Isn't
2008 Apr 21
2
Decent motherboard with VT-d (Intel) support?
I know most of the motherboards based off of the Intel Q35 northbridge usually have VT-d options for it to be enabled or disabled in the BIOS.  I''ve heard the same for Intel 5400''s and Intel 3200/3210''s but been looking through manuals for various server boards and don''t see VT-d options in the BIOS. However, I was wondering if anyone had success stories or
2007 Mar 16
7
Physical address mapping to user space in dom0 problem
I have a PCI device which can perform bus master DMA. I developed a PCI device driver which can allocate DMA buffer and provide mmap operation to map the I/O and DMA buffer to user space. The PCI device driver works well under Linux 2.6.20. However it brokes under XEN 3.0.4. It appears that mmap map to the wrong memory. remap_pfn_range in mmap function return no error when it is used to map
2005 Sep 27
6
Memory and other settings for xen server, help needed....
Hi all, i have a question. I''m going to setup a Xen server for a client. It''s going to serve about 25 clients. It''s a Athlon 64 3200+, which currently runs Debian i386-stable and xen 2.0.7 until Xen 3.0 is stable enough, and then i''m gonna replace it with Debian amd64-stable and Xen 3.0. The Xen dom''s consists of: Samba , file printer sharing most
2013 Feb 14
5
motherboard for cents 6.3
Seems like overnight every motherboard that worked with linux has DROPPED off the face of the earth. Every motherboard I looked at is using the realtek 8111 chipset and a northbridge that is not supported. Example: GIGABYTE GA-970A-DS3, does not work with linux I tried disabling the onboard NIC and using a PCI-E intel card I always use and that would not work either. The north or south bridge
2015 Jul 28
2
[PATCH v4 0/4] virtio: Clean up scatterlists and use the DMA API
On 28/07/2015 15:11, Jan Kiszka wrote: >>> >> >>> >> This doesn't matter much, since the only guests that implement an IOMMU >>> >> in QEMU are (afaik) PPC and x86, and x86 does not yet promise any kind >>> >> of stability. >> > >> > Hmm I think Jan (cc) said it was already used out there. > Yes, no known issues
2015 Jul 28
2
[PATCH v4 0/4] virtio: Clean up scatterlists and use the DMA API
On 28/07/2015 15:11, Jan Kiszka wrote: >>> >> >>> >> This doesn't matter much, since the only guests that implement an IOMMU >>> >> in QEMU are (afaik) PPC and x86, and x86 does not yet promise any kind >>> >> of stability. >> > >> > Hmm I think Jan (cc) said it was already used out there. > Yes, no known issues
2015 Jun 08
2
Problem with GT218 (GeForce GT210)
Hello, I'm facing issues with a Point of View GT210/218 and nouveau drivers. I'm using ubuntu server with LXDE on top of it... *lshw -c video* output: *-display description: VGA compatible controller product: GT218 [GeForce 210] vendor: NVIDIA Corporation physical id: 0 bus info: pci at 0000:01:00.0 version: a2 width: 64 bits clock: