Changes between Version 44 and Version 45 of Xen_GPU_cluster


Ignore:
Timestamp:
Mar 30, 2009, 3:17:45 PM (15 years ago)
Author:
rider
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Xen_GPU_cluster

    v44 v45  
    331331
    332332=== 2.3.2 Late Binding ===
     333rider@cloud:~$ sudo modprobe -r nvidia [[BR]]
     334rider@cloud:~$ sudo vim /etc/modprobe.d/blacklist [[BR]]
     335{{{
     336# nvidia driver autoload-disabled
     337blacklist nvidia                                                                                                       
     338}}}
    333339rider@cloud:~$ sudo su - [[BR]]
    334340# Hide the device from dom0 so pciback can take control. [[BR]]
     
    344350{{{
    3453510000:01:00.0
     352}}}
     353
     354# Caution: Make sure that the device is not controlled by any driver: there should be no driver symlink for nvidia. [[BR]]
     355{{{
     356PATH: /sys/bus/pci/devices/0000:01:00.0/
     357driver -> ../../../../bus/pci/drivers/nvidia ---> This symlink shouldn't exist.
    346358}}}
    347359