Changes between Version 37 and Version 38 of Xen_GPU_cluster
- Timestamp:
- Mar 20, 2009, 3:23:14 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Xen_GPU_cluster
v37 v38 277 277 278 278 = Part 2 Xen PCI Express configuration !HowTo = 279 == 2.1 DEV_IDs confirmation == 279 == 2.1 Xen_Kernel_config == 280 {{{ 281 CONFIG_XEN_PCIDEV_FRONTEND=y 282 CONFIG_XEN_PCIDEV_BACKEND=y 283 }}} 284 == 2.2 DEV_IDs confirmation == 280 285 rider@cloud:~$ lspci -vvn [[BR]] 281 286 {{{ … … 330 335 331 336 rider@cloud:~$ sudo su - [[BR]] 337 root@cloud:~$ echo -n "0000:01:00.0" > /sys/bus/pci/drivers/nvidia/unbind 332 338 root@cloud:~$ echo -n "0000:01:00.0" > /sys/bus/pci/drivers/pciback/new_slot [[BR]] 333 339 root@cloud:~$ echo -n "0000:01:00.0" > /sys/bus/pci/drivers/pciback/bind [[BR]] … … 454 460 4.pci_ids db: http://www.pcidatabase.com/ [[BR]] 455 461 5.Xen: assigning PCI devices to a domain: http://www.bestgrid.org/index.php/Xen:_assigning_PCI_devices_to_a_domain [[BR]] 462 6.Xen PCI Passthrough: http://www.wlug.org.nz/XenPciPassthrough [[BR]]