Download the driver:

Extract, you may now run install.sh.
Or in my case, it goes directly to rpm installation (for a weird reason). So I had to edit install.sh (line 471), change it from this:

if which rpm > /dev/null 2>&1;

To this:

if which NULL;

Save, run. That’s it.

Advertisement