Hey everyone, I’m hoping someone might point me in the right direction here. I am trying to setup a configuration management system for a large linux installation (~300 endpoints) to automatically install the latest appropriate driver based off of the codename of the card (i.e GM200). However, to do so, I need some kind of mapping of card-to-highest-supported-driver that I can use to programmatically determine which driver to install. Not only that, but I would need it to stay updated when a new driver version is released.
Now, the end result is still, I want to be able to install latest nvidia driver that the installed card supports, so if there is a different way this can be accomplished, or if this particular wheel has already been invented, great, I’m willing to look at that, less code for me to write. However, for now, I am at a loss.
Any suggestions?
Thanks,