Hacker News new | ask | show | jobs
by amelius 535 days ago
This one: https://www.avermedia.com/professional/product-detail/D315%2...

My startup logic now power-cycles it until the PCI board is recognized; it works, but it's not a great solution.

1 comments

Interesting, we're using a completely different module (Xavier NX). And the same, disgustingly hacky, fix, of forcing a reset until it works.
I also run these commands:

    echo 1 > /sys/bus/pci/rescan
    sleep 1
Sometimes it brings the PCI card back, so I just run this as part of my boot sequence.