Hacker News new | ask | show | jobs
by devttyeu 1618 days ago
I have this controller, and I was able to mostly workaround the dying issue by having a cron script ping a network device every minute, and when that fails it restarts the link - `ip l set enp70s0 down; sleep 6; ip l set enp70s0 up`.

But that's acceptable only because that machine has a workload which can tolerate not having network access for a few minutes per day or so.

1 comments

Damn that’s nasty. I wish there was a way to flag known issues on every product that contains garbage chips like this.