PCIe
This page details the installation and troubleshooting procedures for the Linux kernel driver required for DeGirum Orca PCIe cards.
Linux Kernel Driver Installation
Hosts that have DeGirum Orca PCI Express card installed need a driver to enable its functionality. The driver is distributed as a source package via a DeGirum APT software repository. It can be built automatically after download. To download, build, and install the driver please perform the following steps:
Install prerequisites:
Download DeGirum public key:
Ubuntu 20.04:
Ubuntu 22.04:
Ubuntu 24.04:
Add DeGirum software repository to APT sources configuration file:
Ubuntu 20.04:
Ubuntu 22.04:
Ubuntu 24.04:
Update package information from configured sources:
Download and build DeGirum Linux driver package:
Either perform reboot or execute the following command to load the driver:
If secure boot is enabled, it will prompt to add the certificate used to sign the driver to MOK:
Press Enter.
Enter some password, and confirm it.
When driver installation is complete, reboot the target.
Once the target reboots, the Shim UEFI Key Management screen is displayed. Select the Enroll MOK option from the menu.
Review the keys in the current enrollment list and confirm their enrollment. The MOK password from step 2 is required to confirm these operations.
Continue with the target boot.
Linux Kernel Driver Troubleshooting
Verify that Orca PCIe device is recognized by the system. Run the following command:
If the PCIe device is recognized, you should see something like:
If the PCIe device is not recognized, then you will see empty output.
2. If the PCIe device is not recognized, check that the device is plugged in and green LED light is flashing. If the device is plugged, but green LED light is not flashing, then the device is not functioning and needs to be replaced. 3. Verify that Orca Kernel Driver is installed. Run the following command:
If the driver is installed, you should see something like:
If the driver is not installed, then you will see empty output.
4. If the driver is not installed, please reinstall the driver following the steps described in the Linux Kernel Driver Installation section. 5. The driver requires permissions to be correct in order to access ORCA. Usually, these are set up automatically during the driver install process. Verify that a user group named dg_orca
exists, and that the current user belongs to it:
If the group does not exist, please reinstall the driver following the steps described in the Linux Kernel Driver Installation section. If the group does exist, but the user is not in it, add the user via
If you installed DeGirum AI Server then verify AI Server operation. Run the following command on any system in your local network, which has PySDK installed:
The <hostname or IP>
is the hostname or IP address of the system running AI server. If you have PySDK installed on the same system where you run AI server, then run this command on that system and specify --host localhost
. If AI server operates properly, you should see something like:
Check for the ORCA
section. It should be present in the output.
7. If AI server does not operate properly, reinstall the server following the steps described in AI Server Configuration guide.
The following command combines the above checks in one:
Windows Kernel Driver Installation
Hosts that have DeGirum Orca PCI Express card installed need a driver to enable its functionality. The driver is distributed as a Zip archive.
Download the driver: Orca Windows Driver
Unpack the ORCA driver .zip file. This can be done with Windows explorer.
Start Device Manager. Open the Power User menu by right-clicking on the Start button (or by pressing Win+X), then click “Device Manager”.
Find “PCI Device” under “Other devices”.
Right-click on “PCI Device”, then select "Update driver”.
Choose “Browse my computer for drivers”.
Click “Browse…”, then navigate to the folder that contains the driver files unpacked in Step 1. Check “Include subfolders”. Then, click “Next”.
Kernel Driver Installation for Other Operating Systems
Kernel driver support for other operating systems is under development. This document will be updated when kernel drivers for other operating systems will be released.
Last updated
Was this helpful?