Changes between Version 5 and Version 6 of Xen_GPU_cluster


Ignore:
Timestamp:
Feb 10, 2009, 11:49:53 AM (15 years ago)
Author:
rider
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Xen_GPU_cluster

    v5 v6  
    99== Software ==
    1010||OS|| Ubuntu 8.04.2 with Kernel: 2.6.24-23-server x86_64 [[BR]]
    11 
    12 === Part1 - Basic Environment ===
     11== Part 1 ==
     12=== 1.1 - Basic Environment ===
    1313# NVIDIA CUDA driver # [[BR]]
    1414rock@cloud:~/nvidia/cuda$ wget http://developer.download.nvidia.com/compute/cuda/2_1/drivers/NVIDIA-Linux-x86_64-180.22-pkg2.run [[BR]]
     
    7777        libcufft.so.2 -> libcufft.so.2.1
    7878}}}
     79
     80=== 1.2 NVIDIA Driver Solution ===
     81# Rock said that the unknown identification of the VGA device might be the "pciids" problem. [[BR]]
     82Sol1: [[BR]]
     83rock@cloud:~$ sudo update-pciids <older version> [[BR]]
     84Sol2: [[BR]]
     85rock@cloud:~$ wget http://pciids.sourceforge.net/v2.2/pci.ids <latest version> [[BR]]
     86rock@cloud:~$ sudo cp pci.ids /usr/share/misc/ [[BR]]
     87rock@cloud:~$ sudo lspci -v -v (the Unknown device 82a0?) [[BR]]
     88
     89{{{
     9001:00.0 VGA compatible controller: nVidia Corporation GeForce 9800 GT (rev a2) (prog-if 00 [VGA controller])
     91        Subsystem: ASUSTeK Computer Inc. Unknown device 82a0
     92        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
     93        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
     94        Latency: 0, Cache Line Size: 64 bytes
     95        Interrupt: pin A routed to IRQ 16
     96        Region 0: Memory at fd000000 (32-bit, non-prefetchable) [size=16M]
     97        Region 1: Memory at d0000000 (64-bit, prefetchable) [size=256M]
     98        Region 3: Memory at fa000000 (64-bit, non-prefetchable) [size=32M]
     99        Region 5: I/O ports at dc80 [size=128]
     100        Expansion ROM at fea00000 [disabled] [size=128K]
     101        Capabilities: [60] Power Management version 3
     102                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
     103                Status: D0 PME-Enable- DSel=0 DScale=0 PME-
     104        Capabilities: [68] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-
     105                Address: 0000000000000000  Data: 0000
     106        Capabilities: [78] Express Endpoint IRQ 0
     107                Device: Supported: MaxPayload 128 bytes, PhantFunc 0, ExtTag+
     108                Device: Latency L0s <512ns, L1 <4us
     109                Device: AtnBtn- AtnInd- PwrInd-
     110                Device: Errors: Correctable- Non-Fatal+ Fatal+ Unsupported-
     111                Device: RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
     112                Device: MaxPayload 128 bytes, MaxReadReq 512 bytes
     113                Link: Supported Speed 2.5Gb/s, Width x16, ASPM L0s L1, Port 0
     114                Link: Latency L0s <512ns, L1 <1us
     115                Link: ASPM Disabled RCB 64 bytes CommClk+ ExtSynch-
     116                Link: Speed 2.5Gb/s, Width x16
     117}}}
     118
     119rock@cloud:~$ less /var/log/Xorg.0.log | grep nVidia (unknown chipset (0x0605) rev 162) [[BR]]
     120{{{
     121(--) PCI:*(1:0:0) nVidia Corporation unknown chipset (0x0605) rev 162, Mem @ 0xfd000000/24, 0xd0000000/28, 0xfa000000/25, I/O @ 0xdc80/7, BIOS @ 0xfea00000/17
     122}}}
     123
     124rock@cloud:~$ less /usr/share/misc/pci.ids | grep 9800 [[BR]]
     125
     126{{{
     127        0601  GeForce 9800 GT 512
     128        0604  GeForce 9800 GX2
     129        0605  GeForce 9800 GT
     130        0612  GeForce 9800 GTX
     131        0613  GeForce 9800 GTX+
     132        0614  GeForce 9800 GT
     133        0617  GeForce 9800M GTX
     134        10de  GeForce 9800M GTX
     135}}}