[Buildroot] [External] - Re: [PATCH 2/2] package/nvidia-driver: bump version to 390.151

Vincent Fazio vfazio at xes-inc.com
Mon Jul 25 12:31:49 UTC 2022


Arnout,

> -----Original Message-----
> From: Arnout Vandecappelle <arnout at mind.be>
> Sent: Saturday, July 23, 2022 2:21 PM
> To: Vincent Fazio <vfazio at xes-inc.com>; buildroot at buildroot.org
> Cc: Yann E . MORIN <yann.morin.1998 at free.fr>
> Subject: [External] - Re: [Buildroot] [PATCH 2/2] package/nvidia-driver: bump
> version to 390.151
> 
>   Hi Vincent,
> 
> On 20/06/2022 21:01, Vincent Fazio wrote:
> > Adds support for Linux kernel 5.17.
> >
> > Signed-off-by: Vincent Fazio <vfazio at xes-inc.com>
> > ---
> >   package/nvidia-driver/nvidia-driver.hash | 4 ++--
> >   package/nvidia-driver/nvidia-driver.mk   | 2 +-
> >   2 files changed, 3 insertions(+), 3 deletions(-)
> >
> > diff --git a/package/nvidia-driver/nvidia-driver.hash b/package/nvidia-
> driver/nvidia-driver.hash
> > index 7f2248d0f9..6564b8e821 100644
> > --- a/package/nvidia-driver/nvidia-driver.hash
> > +++ b/package/nvidia-driver/nvidia-driver.hash
> > @@ -1,4 +1,4 @@
> >   # Locally computed
> > -sha256
> 51adb28f0ed4548f35a88a93ad6767ebd807fa14f418bf5e51a6d63a3ff7f275
> NVIDIA-Linux-x86-390.132.run
> > -sha256
> b6b4b8af37e78e026c9ebdf4a5c64ea412dfcb710931dd028c22dac228de659d
> NVIDIA-Linux-x86_64-390.132-no-compat32.run
> > +sha256
> 5226e4842044cffd9096deadaf68934c133da74e05b80ccd21236584b3afb1fc
> NVIDIA-Linux-x86-390.151.run
> 
>   I wanted to apply this, but the hash doesn't match... Could you investigate?
> 

This is a bit concerning because it's the second time this has happened. Thomas had a similar problem when I tried to bump to 390.144
http://patchwork.ozlabs.org/project/buildroot/patch/20211104141910.1840914-1-vfazio@xes-inc.com/#2813798

I rechecked the file hashes on both my Linux and a Windows machine and get the hashes I provided in the patch. 

Windows:
PS C:\Users\vfazio> $wc = [System.Net.WebClient]::new()
PS C:\Users\vfazio> Get-FileHash -InputStream ($wc.OpenRead("https://download.nvidia.com/XFree86/Linux-x86_64/390.151/NVIDIA-Linux-x86_64-390.151-no-compat32.run"))
Algorithm       Hash                                                                   Path
---------       ----                                                                   ----
SHA256          6E4FD2258465F5D5527FE80ABD46DE925A30348B4A84658498A6D75CAF42C47C

PS C:\Users\vfazio> Get-FileHash -InputStream ($wc.OpenRead("https://download.nvidia.com/XFree86/Linux-x86_64/390.151/NVIDIA-Linux-x86_64-390.151.run"))
Algorithm       Hash                                                                   Path
---------       ----                                                                   ----
SHA256          5226E4842044CFFD9096DEADAF68934C133DA74E05B80CCD21236584B3AFB1FC

Linux:
vfazio at vfazio2 ~ $ sha256sum NVIDIA-Linux-x86_64-390.151.run
5226e4842044cffd9096deadaf68934c133da74e05b80ccd21236584b3afb1fc  NVIDIA-Linux-x86_64-390.151.run

vfazio at vfazio2 ~ $ sha256sum ~/Downloads/NVIDIA-Linux-x86_64-390.151-no-compat32.run
6e4fd2258465f5d5527fe80abd46de925a30348b4a84658498a6d75caf42c47c  /home/vfazio/Downloads/NVIDIA-Linux-x86_64-390.151-no-compat32.run

Can you double check the hashes when directly fetching the files?
https://download.nvidia.com/XFree86/Linux-x86_64/390.151/


>   Regards,
>   Arnout
> 
> > +sha256
> 6e4fd2258465f5d5527fe80abd46de925a30348b4a84658498a6d75caf42c47c
> NVIDIA-Linux-x86_64-390.151-no-compat32.run
> >   sha256
> bd28b0c5aeeb00eb11d3ec6f6f3449d4b3a40100914258332734a53527997526
> LICENSE
> > diff --git a/package/nvidia-driver/nvidia-driver.mk b/package/nvidia-
> driver/nvidia-driver.mk
> > index ec070e3ca6..f1217b00aa 100644
> > --- a/package/nvidia-driver/nvidia-driver.mk
> > +++ b/package/nvidia-driver/nvidia-driver.mk
> > @@ -4,7 +4,7 @@
> >   #
> >
> ##########################################################
> ######################
> >
> > -NVIDIA_DRIVER_VERSION = 390.132
> > +NVIDIA_DRIVER_VERSION = 390.151
> >   NVIDIA_DRIVER_SUFFIX = $(if $(BR2_x86_64),_64)
> >   NVIDIA_DRIVER_SITE = http://download.nvidia.com/XFree86/Linux-
> x86$(NVIDIA_DRIVER_SUFFIX)/$(NVIDIA_DRIVER_VERSION)
> >   NVIDIA_DRIVER_SOURCE = NVIDIA-Linux-x86$(NVIDIA_DRIVER_SUFFIX)-
> $(NVIDIA_DRIVER_VERSION)$(if $(BR2_x86_64),-no-compat32).run
> CAUTION: This email originated from outside of the organization. Do not click
> links or open attachments unless you recognize the sender and know the
> content is safe.



More information about the buildroot mailing list