M.2 Setup
This page details the installation and troubleshooting procedures for the Linux kernel driver required for DeGirum Orca PCIe cards.
Linux Kernel Driver Installation
1
sudo apt install curl dkms mokutil2
wget -O - -q http://assets.degirum.com/apt-repo/DeGirum.gpg.key | sudo apt-key add -curl -fsSL http://assets.degirum.com/apt-repo/DeGirum.gpg.key | sudo gpg --dearmor -o /usr/share/keyrings/degirum.gpg3
echo deb [arch=amd64,arm64] https://assets.degirum.com/apt-repo ORCA main | sudo tee -a /etc/apt/sources.listecho deb [arch=amd64,arm64 signed-by=/usr/share/keyrings/degirum.gpg] https://assets.degirum.com/apt-repo ORCA main | sudo tee -a /etc/apt/sources.listecho 'Types: deb
URIs: https://assets.degirum.com/apt-repo
Suites: ORCA
Components: main
Architectures: amd64 arm64
Signed-By: /usr/share/keyrings/degirum.gpg' | sudo tee /etc/apt/sources.list.d/degirum.sources4
sudo apt update5
sudo -E apt install cdapci-dkms6
sudo modprobe cdapci7
Linux Kernel Driver Troubleshooting
1
sudo lspci | grep accelerators2
3
sudo lsmod | grep cda4
5
cat /etc/group | grep dg_orca && groups | grep dg_orcasudo -E usermod -a -G dg_orca <username>6
degirum sys-info --host <hostname or IP>7
sudo lspci | grep accelerators && sudo lsmod | grep cda && cat /etc/group | grep dg_orca && groups | grep dg_orcaWindows Kernel Driver Installation
1
2
3
4
5
6
7
Kernel Driver Installation for Other Operating Systems
Last updated
Was this helpful?

