Changes between Version 14 and Version 15 of Xen_Lab7


Ignore:
Timestamp:
Oct 25, 2009, 6:17:28 PM (15 years ago)
Author:
rider
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Xen_Lab7

    v14 v15  
    153153}}}
    154154
    155  * 警告: 請確認您的顯示卡資源沒有被其 Kernel module 所佔有及控制: 您顯示卡的 symlink 不應該存在著.
    156 {{{
    157 #!sh
    158 PATH: /sys/bus/pci/devices/0000:01:00.0/
     155 * 警告: 請確認您的顯示卡資源沒有被其 Kernel module 佔有及控制.
     156{{{
     157ls -al /sys/bus/pci/devices/0000:01:00.0/ | grep driver
     158}}}
     159{{{
     160#!sh
    159161driver -> ../../../../bus/pci/drivers/nvidia ---> 此連結不應存在. NVIDIA module 已無該裝置控制權.
    160162driver -> ../../../../bus/pci/drivers/pciback ---> 控制權應該已經交賦予 pciback module.
     
    198200
    199201----
    200 = 【Step 7: 設定你的 DomU 基本環境】 =
    201  * 設定 locales (系統語系),避免亂碼現象發生.(如無此問題可以略過語系設定)
    202 {{{
    203 $ sudo vim /etc/profile
    204 }}}
    205 {{{
    206 #!sh
    207 # Locale
    208 export LANGUAGE="en_US.UTF-8"
    209 export LC_ALL="en_US.UTF-8"
    210 export LANG="en_US.UTF-8"
    211 }}}
    212 {{{
    213 $ source /etc/profile
    214 $ sudo dpkg-reconfigure locales
    215 }}}
    216  * 更新 PCI ID Database.(當您發現系統無法偵測到你的顯示卡時)
     202= 【Step 7: 檢查 DomU 的 PCI Passthrough 有無成功】 =
     203{{{
     204$ lspci
     205}}}
     206{{{
     207#!sh
     20800:00.0 VGA compatible controller: nVidia Corporation Unknown device 0605 (rev a2)
     209}}}
     210 * 更新 PCI ID Database.(當您發現系統無法正常偵測到你的顯示卡時)
    217211{{{
    218212$ sudo apt-get update