Displaying 20 results from an estimated 368 matches for "pciback".
2006 Nov 20
0
pciback not working with linux domU
...atest xen unstable and trying to
install this
00:19.0 Ethernet controller: Intel Corporation 82562V
10/100 Network Connection (rev 02)
since xen uses 2.6.16.29 it does not support it yet,
someone said (on google) that 2.6.18.3 supports it. So
I want to boot 2.6.18.3 in domU and enable it with the
pciback thing.
my seize commands are:
echo -n 0000:00:19.0 >
/sys/bus/pci/drivers/pciback/new_slot
echo -n 0000:00:19.0 >
/sys/bus/pci/drivers/pciback/bind
(results from dmesg)
pciback: wants to seize 0000:00:19.0
pciback 0000:00:19.0: probing...
pciback 0000:00:19.0: seizing device
pciback 0000:...
2006 May 31
9
pcifront pci-0: pciback not responding (tg3)
Hello,
I am desperately trying to get pci-passthrough to working.
I want to pass a tg3 nic to domU.
when booting domU I get a lot of messages:
pcifront pci-0: pciback not responding!!!
in domU, "ifconfig eth... adress up"
hangs for 2 minutes, finally ifconfig -a shows a
correct setting with no data transmitted rx/tx
The IP Adress is being assigned, but there is no data
transmission possible on this interface (ping ..)
lspci in domU also hangs for 2 m...
2009 Sep 30
2
PCI passthrough of cciss HBA
...connected to an LTO tape drive (SmartArray
P212). Both controllers use the same driver on the dom0 (cciss).
dom0 OS = CentOS 5.3 Linux 2.6.18-164.el5xen x86_64
Xen = 3.4.1
My plan was to use PCI passthrough to give a domU unrestricted access to
the tape drive. However, I have been unable to get pciback to seize the
P212 controller at boot time.
Firstly, I modified the initrd to preload the pciback module:
# mkinitrd -f --preload=pciback /boot/initrd-$(uname -r).img $(uname -r)
Then I added the following lines to modprobe.conf:
options pciback hide=(0000:10:00.0)
install cciss /sbin/modprobe...
2010 May 07
3
pci passthrough error "unknown command"pci-ins"
...Remapping not supported.
(XEN) I/O virtualisation enabled
(XEN) I/O virtualisation for PV guests disabled
root@charles-dq45:~# more menu.lst
title Xen4 Linux Dom0 2.6.32-xen0
root (hd0,0)
kernel /boot/xen-4.0.0.gz vtd=1 iommu=1 dom0_mem=2048M
module /boot/vmlinuz-2.6.32-xen0 root=/dev/md0 ro
xen_pciback.hide=(01:00.0)(02:00.0)
module /boot/initrd.img-2.6.32-xen0
root@charles-dq45:~# ls -l /sys/bus/pci/drivers/pciback
total 0
lrwxrwxrwx 1 root root 0 2010-05-07 16:35 0000:01:00.0 ->
../../../../devices/pci0000:00/0000:00:01.0/0000:01:00.0
lrwxrwxrwx 1 root root 0 2010-05-07 16:35 0000:02:...
2010 May 07
3
pci passthrough error "unknown command"pci-ins"
...Remapping not supported.
(XEN) I/O virtualisation enabled
(XEN) I/O virtualisation for PV guests disabled
root@charles-dq45:~# more menu.lst
title Xen4 Linux Dom0 2.6.32-xen0
root (hd0,0)
kernel /boot/xen-4.0.0.gz vtd=1 iommu=1 dom0_mem=2048M
module /boot/vmlinuz-2.6.32-xen0 root=/dev/md0 ro
xen_pciback.hide=(01:00.0)(02:00.0)
module /boot/initrd.img-2.6.32-xen0
root@charles-dq45:~# ls -l /sys/bus/pci/drivers/pciback
total 0
lrwxrwxrwx 1 root root 0 2010-05-07 16:35 0000:01:00.0 ->
../../../../devices/pci0000:00/0000:00:01.0/0000:01:00.0
lrwxrwxrwx 1 root root 0 2010-05-07 16:35 0000:02:...
2012 Jan 05
22
[PATCH] Support Function Level Reset (FLR) in the xen-pciback module (v1) and some fixes.
The attached patches allow the pciback module to perform a reset whenever
a PCI device is:
- attached to the pciback module, as so:
echo "0000:01.07.0" > /sys/bus/pci/devices/pciback/bind
- detached from the pciback module, as so:
echo "0000:01.07.0" > /sys/bus/pci/devices/pciback/unbind
- and when the g...
2006 Nov 13
1
problem with pciback
Hello,
I''m attempting to run Windows XP in a domU using the PCs actual
graphics card. I believe I''ve set everything up correctly, including
the pciback module etc.
I''ve set pciback to grab the graphics card and all the USB hosts as well:
(from dmesg)
pciback 0000:00:02.0: seizing device
pciback 0000:00:02.1: seizing device
pciback 0000:00:1a.0: seizing device
pciback 0000:00:1a.1: seizing device
pciback 0000:00:1a.7: seizing device
pcib...
2011 Aug 31
10
Yet Another PCI passthrough question
...e: xen### title Xen -- openSUSE 11.4 - 2.6.37.6-0.7
root (hd0,1)
kernel /boot/xen.gz vga=mode-0x375
module /boot/vmlinuz-2.6.37.6-0.7-xen root=/dev/disk/by-id/ata-ST3250410AS_6RYJWXM7-part2 resume=/dev/disk/by-id/ata-ST3250410AS_6RYJWXM7-part1 splash=silent quiet showopts vga=0x375 xen-pciback.hide=(03:00.0)(04:00.0)
module /boot/initrd-2.6.37.6-0.7-xen
Now reboot, and look at assignable devices
# xm pci-list-assignable-devices
Nothing shows up here. I''ve also tried adding the xen-pciback.hide line to the other module line in grub, that''s not doing anything eithe...
2009 Nov 24
1
Unknown boot option `pciback.hide=(09:04.0)': ignoring
Good morning,
I need to use pciback.hide to hide a pci card because I want to pci
passthrough that card to a domU. My hardware neither supports Intel-Vt-d
nor AMD's IOMMU. Unfortunately this doesn't seem to work in Centos 54
anymore. I guess it doesn't work because it is not compiled into the
kernel, but as a module. I go...
2010 Apr 27
23
pci device not owned by pciback.
...ble to get a domU successfully using a PCI SCSI
card. This morning I restarted the host server. When I try to start up
the same domU I get this error:
Error: pci: improper device assignment specified: pci: 0000:0e:04.0 must
be co-assigned to the same guest with 0000:0e:04.0, but it is not owned
by pciback.
How do I make this card owned by pciback on reboot. Do I need to use the
hide parameter on the kernel line on boot?
Thanks,
James
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2011 Jul 23
1
[PATCH] xen/pciback: remove duplicated #include
Remove duplicated #include('s) in
drivers/xen/xen-pciback/xenbus.c
Signed-off-by: Huang Weiyi <weiyi.huang at gmail.com>
---
drivers/xen/xen-pciback/xenbus.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/xen/xen-pciback/xenbus.c b/drivers/xen/xen-pciback/xenbus.c
index 206c4ce..978d2c6 100644
--- a/drivers/xen/xe...
2011 Jul 23
1
[PATCH] xen/pciback: remove duplicated #include
Remove duplicated #include('s) in
drivers/xen/xen-pciback/xenbus.c
Signed-off-by: Huang Weiyi <weiyi.huang at gmail.com>
---
drivers/xen/xen-pciback/xenbus.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/xen/xen-pciback/xenbus.c b/drivers/xen/xen-pciback/xenbus.c
index 206c4ce..978d2c6 100644
--- a/drivers/xen/xe...
2012 Apr 09
7
xen-pciback cause my system hang
Hi,
I have successfully start my Win7 x86 domU on my x64 Xen dom0 system. Now I
want to give my Win7 full access to my Nvidia card.
lspci
01:00.0 VGA compatible controller: NVIDIA Corporation G86 [Quadro NVS 140M]
(rev a1)
and I added these to my /etc/modprobe.d/xen-pciback.conf
options xen-pciback hide=(0000:01:00.0)
then I ran modprobe xen-pciback
nothing happens on the screen, and my system becomes unresponsive. But
interestingly, I can use Ctrl+Alt+Del to reboot my system. I guess the
system is not all hanged, it is only the screen not responsive.
--
Regard...
2006 Sep 30
0
pciback not working
Hi,
I am still trying to assign pci or usbs to a domU. I get to the point where
pciback seizes the devices (5 usb and 2 pci). I modified the configuration
of the domU with pci = [ ''00:1d.0'' , ''00:1d.1'' , ''00:1d.2'' , ''00:1d.3'' ,
''00:1d.7'', ''02:01.0'' , ''02:02.0''...
2010 Jan 29
7
with Xen4 config -> (pci-passthrough-strict-check no), DomU init reports "Error: pci: PCI Backend and pci-stub don''t own device"
...4.4-[04]--+-06.0 Intel Corporation 82541PI Gigabit
Ethernet Controller
| \-07.0 Silicon Image, Inc. SiI 3124 PCI-X
Serial ATA Controller
with,
grep passthrough /etc/xen/xend-config.sxp
(pci-passthrough-strict-check no)
grep hide /etc/modprobe.d/99-local.conf
options pciback hide=(0000:04:07.0)(0000:04:06.0)
and checking,
lsmod | egrep -i "pciback|xen"
pciback 54471 0
xenbus_be 3474 4 netbk,blkbk,blktap,pciback
xenblk 26117 0
cdrom 42939 2 sr_mod,xenblk
xennet 37545...
2007 Nov 03
4
Problems exporting a PCI device to a domU...
Hi!
I am trying to export a PCI device (an AVM Fritzcard PCI ISDN card...)
to a domU but when starting my domU I am getting this error:
"pciback pci-4-0: 22 Couldn''t locate PCI device (0000:00:06.0)!
perhaps already in-use?"
My system is running both debian etch in dom0 and domU...
Below you can find (hopefully) all important information...
Sincerely,
Gaubatz Patrick
####################################
xenmeister:~# un...
2011 May 13
0
continously schedule aer pcifront service
...[8086:340e] error status/mask=00100000/00218000
[ 2985.074862] pcieport 0000:00:07.0: [20] Unsupported Request (First)
[ 2985.074869] pcieport 0000:00:07.0: TLP Header: 6000201d 0400003f 21f91a41 aecadb80
[ 2985.074886] pcieport 0000:00:07.0: broadcast error_detected message
[ 2985.074893] pciback 0000:04:00.0: pciback_error_detected(bus:4,devfn:0)
[ 2985.074902] pciback 0000:04:00.0: pciback: aer_op 6 dom 0 bus 0 devfn 0
[ 2985.145525] pciback 0000:04:00.1: pciback_error_detected(bus:4,devfn:1)
[ 2985.145533] pciback 0000:04:00.1: pciback: aer_op 6 dom 0 bus 0 devfn 1
[ 2985.145777] pciepor...
2009 Jun 03
0
Why I''m getting "Couldn''t locate PCI device ... perhaps already in-use?"
server:~# dmesg|grep pciback
[ 0.000000] Kernel command line: root=/dev/hda1 ro console=tty0
pciback.permissive pciback.hide=(00:1d.00)(00:1d.01)(00:1d.07)
[ 0.000000] Unknown boot option `pciback.permissive'': ignoring
[ 1.210945] pciback 0000:00:1d.0: seizing device
[ 1.211082] pciback 0000:00:1d.1: seizi...
2011 Aug 30
1
"update-grub" adds line to "multiboot"
Hello Xen folks,
I use Debian Squeeze. I want to passthrough PCI devices.
With the old stable Debian (grub legacy) i did not have problems.
I edit /etc/default/grub like:
quote:
GRUB_CMDLINE_XEN_DEFAULT="quiet xen-pciback.permissive xen-pciback.hide=(00:14.2)(01:05.1)"
I run "update-grub". Now i look at /boot/grub/grub.cfg:
### BEGIN /etc/grub.d/20_linux_xen ###
menuentry ''Debian GNU/Linux, with Linux 2.6.32-5-xen-amd64 and XEN 4.0-amd64'' --class debian --class gnu-linux...
2011 Feb 20
1
PCI passthrough of a SATA/PATA controller, "FLR functionality not supported"
...tionally after the mount of the controller card:
xe vm-param-set
other-config:pci=0/0000:00:1c.0,1/0000:00:1c.3,2/0000:02:00.0,3/0000:02:00.1
uuid=e5c4dcf3-e93f-8da3-27c5-217cd33baf59
When starting the Linux guest Dom0''s messages log shows this:
[...]
Feb 20 13:21:32 localhost kernel: pciback 0000:00:1c.0: seizing device
Feb 20 13:23:12 localhost kernel: pciback 0000:02:00.1: seizing device
Feb 20 13:23:12 localhost kernel: pciback 0000:02:00.1: PCI INT B -> GSI
16 (level, low) -> IRQ 16
Feb 20 13:23:12 localhost kernel: pciback 0000:02:00.1: PCI INT B disabled
Feb 20 13:23:12 lo...