No subject


Mon Mar 23 15:06:54 PDT 2020


in nvidia_pci.c you'll want to change -

   if (vendor != NVIDIA_VENDORID || device < 0x0020)
        return ENXIO;
to

   if (vendor != NVIDIA_VENDORID || device != 0x0253)
        return ENXIO;
Admittedly this is a hack, but I haven't come up with anything
better just yet :) :) ...
Andrew.






More information about the Bugs mailing list