Nvtool

0 views
Skip to first unread message

Grimarlon Varner

unread,
Aug 5, 2024, 3:16:06 AM8/5/24
to lmeninlite
Keatondo you know if drivers 520.56.06 work well with nvtool 1.7.4 ?

If yes, then possibly you could release a HiveOS update with nvtool 1.7.4 then we would be able to use these drivers without issues.


We have an embedded product that download its firmware upgrade via HTTP using a program called nvtools. This works from a linux server using Apache. But we switched to a Windows server using IIS. Now we are getting a:"406 - Client browser does not accept the MIME type of the requested page."


when trying to download the firmware update using nvtools. I can't change anything on the embedded system side to make this work. Our IT guy has not been able to fix this yet. What setting in IIS does he need to change to fix this issue?


Most of the time when people have problems with MIME types, is because IIS is not configured to serve a file with a certain MIME type, the http status code for that is 404.3, Your 406 means the client has sends an http accept header which is not understood by the server. A typical accept header would be:


You should sniff the network traffic to find out what Accept header is used by nvtools, adding the MIME type used to the MIME type mapping in IIS does not help because those are for serving MIME types, not for Accept ones.


This solution is an assumption of mine, I have not tested it. Add that MIME type used by nvtools to Windows (not IIS) this is done by adding multiple entries under HKEY_CLASSES_ROOT in the registry, but right now I don't remember the details. There is no way to configure Accept MIME types in IIS so I assume adding it to Windows will be picked up by IIS as well.

3a8082e126
Reply all
Reply to author
Forward
0 new messages