Displaying 20 results from an estimated 3000 matches similar to: "pci passthrough question. Do I need VT-D ?"
2006 Feb 22
4
PCI passthrough working on Xen 3!
Thanks to the kind person(s) who worked on this. I am using PCI
passthrough right now and it works. I hope support is added for VT
domains too; That would be extremely useful.
So far I have tried a NIC, USB, and PCI Video. The NIC works flawlessly.
USB works as long as the devices are present at the time the domain
is started. Hotplugging USB devices seems not to work. If I open
2009 Jan 23
0
ASUS p6t, i7 920, vt-d broken.....
Trying to set up PCI pass through with xen 3.2.1 on Debian Lenny, with xen
Kernel 2.6.26... having no luck. I have the following configured...
i) Virtualization and vt-d are both enabled in the bios, I have power cycled
after making these changes.
ii) I have these option in grub menu; iommu=1 pciback.permissive
pciback.hide=(07:01.0)(01:00.0) vtd=1
iii) I have this in my cfg file
2008 Oct 08
6
pci pass-through failure on xen 3.3.0
Hi all,
I downloaded the xen 3.3.0 and now testing the pci pass-through with the
NIC.
Using late binding, the pci slot 0000:08:01.0 is assigned to pciback.
But pci related xm commands are not working.
For eg:
linux-242:/home/xen-3.3.0 # xm pci-list-assignable-devices
Unexpected error: <type ''exceptions.OSError''>
Please report to
2012 Jul 21
2
Xen PCI/VGA passthrough failing on Ubuntu 12.04 (64-bit)
I''ve been trying to set up a VGA-passthrough on my Ubuntu 12.04 box to run
Windows (for gaming) while leaving my RAID-5 array available (managed by
Linux). First, here are the machine specs:
CPU: AMD A8-3870K 3.4GHz Quad-Core APU
GPU: APU-integrated AMD Radeon 6550 (shared memory)
Mobo: ASUS F1A75-V EVO with AMD-virtualization enabled in UEFI-BIOS
RAM: 8GB DDR3 1866 G-Skill Sniper
2009 Feb 04
1
AW: Workaround for pcifront issues
Thanks Anna, this was also quite interesting for me.
Did you mean that I just have to eliminate the else branch or raise arround "All devices
behind the uppermost PCI/PCI-X bridge must be co-assigned to the same guest." or do I have
to eliminate more in order to prevent an FLR (whatever that is).
For my board it''s definitely necessary to move PCI devices in different guests,
2007 Dec 19
5
pciback.hide with ISDN Cards
Hi all,
did somebody successfuly export ISDN Cards to DomU?
I want to have 2 ISDN Cards in DomU (for Asterisk with mISDN)
lspci -vt
-[0000:00]-+-00.0 nVidia Corporation MCP55 Memory Controller
+-01.0 nVidia Corporation MCP55 LPC Bridge
...
+-05.1 nVidia Corporation MCP55 SATA Controller
+-06.0-[0000:01]--+-00.0 Cologne Chip Designs GmbH ISDN
2008 Oct 24
1
Can't get PCI card visible in guest
I've got a Digium PCI telephone card that I'm trying to use with an
AsteriskNow guest, on a CentOS 5.2 host. I've tried setting up the
pciback stuff, and think I've done it right, but the card does not show
up in the guest. I'm obviously missing something, so any help
(including ways to debug this!) would be greatly appreciated.
Here's some more info:
The guest is
2008 Jul 14
6
"XENBUS: Device with no driver" errors on Debian
I am running debian lenny, with the standard Xen 3.2 packages, with
the 2.6.18-6-xen-686 kernel as dom0, and 2.6.24-1-xen-686 as domU.
Everything is working fine apart from the console and the PCI
passthrough. I am getting these errors in the domU on startup:
XENBUS: Device with no driver: device/pci/0
XENBUS: Device with no driver: device/console/0
Does this mean the modules are missing?
2008 Jan 14
1
M2N32, suse 10.3 and network problem
Hi
I have an Asus M2N32 WS Pro, 4G Ram, AthlonX264 4600+.
I Installed SuSE 10.3 (64bit) on Dom0, LVM on Raid 5.
All domU''s boot off LVM, using same Suse 10.3.
I have a firewall (fw) domU running shorewall and a
domU name-dhcp-server (nds). Somewhere in between 10
and 16 hours the network stalls. In dns, I can see
dhcp queries and offers, but these never make it to
the clients in the
2009 Feb 24
8
Trouble enabling VT-D: "I/O virtualisation disabled"
I have a chipset which supports VT-d (Intel X58) and, according to my
motherboard manufacturers, VT-d is enabled in the BIOS and listed as "Intel
VT." The problem is that xm dmesg shows "I/O virtualisation disabled" and I
get this error message when I try to create a domU with a pci device
assigned: ''Error: failed to assign device: maybe the platform doesn''t
2012 Apr 12
1
How to automate creation of plots (create series of plots)
Hi All.
I have problem with generating series of plots. In detail:
I have file of data which I insert into dataframe:
data<-read.table("file.txt", header=TRUE, sep=" ")
Data in this file are prepared in such a way, that the header of each
column has a value of one of examined parameter - something like that:
X Y 01.0 01.1 01.2 01.5 01.6 02.0
2011 Feb 20
1
PCI passthrough of a SATA/PATA controller, "FLR functionality not supported"
Hi there,
I have a question regarding PCI passthrough on the Citrix XenServer 5.6
(Xen 3.4.2).
I already managed to get some soundcard passed through to a Windows
guest. So I think my knowledge about that topic isn''t _that_ low. But I
cannot seem to pass through a SATA/PATA controller to a Linux guest.
I have some additional CD/DVD burner (PATA) attached to a SATA/PATA
controller
2010 May 07
3
pci passthrough error "unknown command"pci-ins"
Hi All,
Please help me.
I am now installing the XEN on my PC and trying to config the pci pass
through.
My motherboard is intel DQ45CB which is vtd enabled.
I downloaded the latest xen4.0 source from xen.org which is the latest
release.
I downloaded stable-2.6.32-x dom0 kernel source from jeremy''s repository.
After compiling the xen and dom0 kernel, I could play it. I could create
2010 May 07
3
pci passthrough error "unknown command"pci-ins"
Hi All,
Please help me.
I am now installing the XEN on my PC and trying to config the pci pass
through.
My motherboard is intel DQ45CB which is vtd enabled.
I downloaded the latest xen4.0 source from xen.org which is the latest
release.
I downloaded stable-2.6.32-x dom0 kernel source from jeremy''s repository.
After compiling the xen and dom0 kernel, I could play it. I could create
2008 Nov 14
5
Error: failed to assign device...VT-d isn''t enabled properly(?)
Dear List,
I need to make an Aladdin eToken Pro visible in a Linux guest HVM, but
I cannot assign the device to any domU, while it''s being blocked by
the dom0.
To avoid this trouble I would like to pass the whole USB bus to the
domU directly, via PCI passthrough.
Now I use xen 3.3.0 from xensource and xen kernel from Ubuntu 8.04
2.6.24-19-xen, because the xensource xen kernel
2010 Nov 09
4
Xen 3.4.3and CentOS PCIback
Hi,
I''m using CentOS 5.5 x86_64 xen 3.43 from gitco.de and I have an Openvox
A1200P voip card and am passing it thru to another centos 5.5 DomU, when I
1st start the domain driver loads and everything seems quite nice and the
device works, but after a reboor of the DomU, this is shown on my Dom0 dmesg
Here''s Dom0 info
[root@xen ~]# dmesg
Bootdata ok (command line is ro
2010 Nov 09
4
Xen 3.4.3and CentOS PCIback
Hi,
I''m using CentOS 5.5 x86_64 xen 3.43 from gitco.de and I have an Openvox
A1200P voip card and am passing it thru to another centos 5.5 DomU, when I
1st start the domain driver loads and everything seems quite nice and the
device works, but after a reboor of the DomU, this is shown on my Dom0 dmesg
Here''s Dom0 info
[root@xen ~]# dmesg
Bootdata ok (command line is ro
2008 Dec 15
5
pci passthrough under xen-3.3 without VT-d
Hi all!
I''m hoping someone here might be able to help. I''m familiar with several UNIX''es, though farily new to Linux...
I''m running RHEL 5.2. I''ve got the RHEL kernel headers installed, etc, and compiled xen-3.3.
Once that was built, I rebuilt libvirt, etc, the kernel, and all the modules. The whole mess boots and runs fine... mostly.
My hardware
2009 Apr 22
2
Nova-s2 pci-passthrough not properly working
Dear all,
i''m having problems passing a Hauppage Nova-S2 card to my DomU (Mythtv Backend).
Hardware is:
HP XW8200
2x 3.0GHz Xeon
8Gb ECC Ram
1x TT3200-S2 card
1x DVBWordl S2 card
1x Nova-S2 card
[many other card for other domUs...]
Dom0 is Ubuntu 8.04 server LTS. Xen 3.2 from repo.
DomU (Mythtv) is a 8.04 (using LVM)
both using 2.6.24-23-xen kernels
Dom0 configs:
lspci:
...
02:01.0
2008 Feb 12
7
san fibrechannel device in HVM domU
Hi,
I''m on a HP DL365, amd64, running SLES10sp1, but with kernel and xen of
SLES10sp2, therefore using Xen 3.2. The domU shall be a Windows HVM guest.
I want use the Qlogic SAN card in a domU. I''m following these instructions:
http://www.novell.com/communities/node/2880/assign-dedicated-network-card-or-pci-device-xen-virtual-machine
well, there is written that this only