Skip to content

Instantly share code, notes, and snippets.

@tado
Last active July 3, 2023 04:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tado/2107770fd1d329b4c06fccfab2ffb1fc to your computer and use it in GitHub Desktop.
Save tado/2107770fd1d329b4c06fccfab2ffb1fc to your computer and use it in GitHub Desktop.
Dell Precision 5560 (Nvidia RTX A2000 Laptop GPU) with eGPU to recognize Geforce RTX 3090

Dell Precision 5560 (Nvidia RTX A2000 Laptop GPU) にeGPUでGeforce RTX 3090を認識させる

Dell Precision 5560 (Nvidia RTX A2000 Laptop GPU) にeGPU (Akitio Node Titan) でNvidia GeForce RTX 3090を接続する方法、いろいろ試行錯誤してようやく成功したのでメモを残しておく。

  1. BitLockerを無効化する

    • いろいろ方法はあるみたいだけど自分の場合はPower Shellから以下のコマンドを実行した
    Disable-BitLocker -MountPoint "C:"
    
  2. BIOSの設定を変更

  3. Device ManagerでA2000 GPUを無効化

    • 自動的に切り替えたいのだけどまだやり方が分からず…
  4. Nvidia Geforce RTX 3090用のStudio Driverをインストール

    • 今のところ、Studio Driver Version 536.40で動作確認済み
    • バージョンを新しくしたら動かなくなる可能性も…(未確認)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment