Quadro P600 Mobile not detected by nvidia-detect

Danny Smit danny.smit.0 at gmail.com
Sat Feb 23 21:53:57 GMT 2019


On Fri, Feb 22, 2019 at 12:56 AM Andreas Beckmann <anbe at debian.org> wrote:
>
> Yes, nvidia-detect still thinks stretch has a 384 driver...

Thanks.

The following patch may be a start to get it fixed. It does seem to
resolve the issue for the P600 device with ID 1CBC:

    --- nvidia-detect.in.orig       2019-02-06 09:00:53.000000000 +0000
    +++ nvidia-detect.in    2019-02-23 21:20:58.142436841 +0000
    @@ -137,7 +137,7 @@ fi
                    fi
            elif grep -q "stretch\|^9" /etc/debian_version
            then
    -               if [[ -n ${VERSIONS[384]} ]]; then
    +               if [[ -n ${VERSIONS[390]} ]]; then
                            if [[ -n ${VERSIONS[340]} ]]; then
                                    if [[ -n ${VERSIONS[304]} ]]; then
                                            echo "Your card is
supported by all driver versions."

Do I need to write a bugreport for this?

-- 
Regards,
Danny



More information about the pkg-nvidia-devel mailing list