Categories
Knowledge Support Support Categories Products exacqVision Hardware

Analog video freezing on tDVR 8016e capture boards – Linux

Description 

Some Exacq hybrid systems built since 7/23/2024 and running Ubuntu 22.04 have exhibited a freeze of the analog video after running for some period of time. This is likely a result of a false-positive error state in the PCIe ASPM (Active-state Power Management).

This can be confirmed using a Terminal with the following command:

cat /var/log/kern.log | grep pcieport

The result will include lines similar to the following:

pcieport 0000:00:01.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
pcieport 0000:00:01.0: device [8086:460d] error status/mask=00000041/00002000
pcieport 0000:00:01.0: [ 0] RxErr (First)
pcieport 0000:00:01.0: [ 6] BadTLP
pcieport 0000:00:01.0: AER: Error of this Agent is reported first
pcieport 0000:00:01.0: AER: Multiple Corrected error received: 0000:00:01.0
pcieport 0000:00:01.0: AER: can't find device of ID0008
pcieport 0000:00:01.0: AER: Multiple Corrected error received: 0000:01:00.0

Steps to Resolve

The resolution is to disable the power management mode for the PCI slots by adding a kernel boot parameter. This can be accomplished either by editing a file, or by downloading and running a script .

<br>

Method 1: Editing the /boot/refind_linux.conf file

  1. In a Terminal open the file in a text editor with sudo privileges with:
    sudo gedit /boot/refind_linux.conf

2. Edit the the highlighted lines to add “pcie_aspm=off” prior to the parentheses (“) so it matches the following:

3. Save the file and reboot the machine with:

sudo reboot

<br>

Method 2: Run the tdvrfix.sh file

  1. After logging in to the Support Portal (support.exacq.com), download the tdvrfix.sh file to the Linux Desktop.
  2. Open a Terminal and change directory to the Desktop with:
    cd Desktop
  3. Set the tdvrfix.sh file to be executable with:
    sudo chmod +x tdvrfix.sh
  4. Run the script with:
    sudo ./tdvrfix.sh
  5. Reboot the machine with:
    sudo reboot
    <br>

Confirmation

After a reboot, you can confirm the fix was applied successfully by opening a Terminal and running the following command:
cat /proc/cmdline

Confirm that “pcie_aspm=off” is in the results.

<br>

Categories
exacqVision Server Windows Knowledge Support Support exacqVision Server Products

TDVR8016E Output stops showing Video

Description

Server connected to a monitor via output form the Capture Card stops showing video on the monitor when updating to 23.09.

Product

Exacq Server 23.09

Steps to Reproduce

Output works on Server 23.06
Update to 23.09 and the Capture Card output stops showing any video on any spot monitors.

Expected Results

This should work.

Actual Results

Upon update to 23.09 the spot output off the Capture card stops showing video on the monitor.

Solution

Work Around Revert Software back to Server 23.06.

AES-735
This will be resolved in our March 2024 server release of 24.03.

Categories
Knowledge Support Support exacqVision Server Categories Products

What analog PTZ protocols does Exacq support?

Exacq supports the following RS-422 and RS-485 PTZ protocols. With each protocol, you can specify the baud rate, data bits, stop bits, parity, flow control, and maximum line length.

ProtocolSupported PTZ Presets
AD-M320096
AD-M3200 Multi96
AD-MP4896
AD-MP48 Multi96
AD-RS42296
Bosch (OSRD)99
GE-ASCII64
GE-Impac32
HSD-Pelco-D128
Panasonic64
Pelco-D32
Pelco-P32

<br>

NOTE: Devices that require the use of other protocols, not listed above, may still be used with supported encoders. Supported encoders may be found on our IP Camera Integration database.

<br>

Categories
Knowledge Support Support exacqVision Enterprise Categories Products

Analog Boards Don’t Work after Upgrading Ubuntu

A directory must be created to make after upgrading Ubuntu. Run the following command in the Terminal:

<br>

sudo make /usr/local/xdvapi/modules

<br>

Then restart the services.

<br>

Analog-Boards-Dont-Work-after-Upgrading-Ubuntu.pdf