TBS TechnologiesTBS Help Center
Home
Home
  • TBS Driver Installation
    • Linux
    • Windows
  • Troubleshooting

    • Common errors on DVB receiving
    • Secure Boot
    • DVB Receiving issues
    • PCIe Bus Error
    • win11 memory integrity disable
    • Win10 driver power state failure(BSOD)Tips
    • DVB Cards can not detected
    • How to use more than 64xTuners
    • Lost driver after reboot
    • Can not display power and quality with Astra
    • CPU Power Mode
  • Encoder Tips

    • Unable to ping or login to web GUI
    • Video quality is not good enough
    • Frame rate/Key interval (key frame) setting trick
    • Forgot Encoder IP or web GUI password
    • Access to Encoder system
    • Stream to Internet from local
    • RTMP/RTMPS push does not work
    • Unable to play UDP multicast stream
    • "Pixeled (Mosaic)" in the video
    • No Audio in the stream
    • The audio in the stream is ok, but no video
    • How to push stream to Youtube
  • Transcoder Tips

    • How to push RTMP streams to social media (youtube, facebook)
    • How to Set Up a Unicable System & Import YouTube Source with Kylone

PCIe Bus Error

DVB adapters may stop to working over time, or work with issues like CC errors and signal re-tuning. These malfunction signs could be reflected as the following error in the dmesg:

pcieport 0000:00:1c.3: PCIe Bus Error: severity=Corrected, type=Physical Laye

Typically, this error occurs as a result of the system's Active-State Power Management (ASPM) attempting to reduce power supply to the PCIe port.

On the servers we recommend to disable power management.

Open file /etc/default/grub in any text editor and find the line started with:

GRUB_CMDLINE_LINUX_DEFAULT=

add the parameter pcie_aspm=off:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pcie_aspm=off pci=nommconf"

Save the file and apply the changes:

sudo update-grub

Restart your server

Prev
DVB Receiving issues
Next
win11 memory integrity disable