Votre Nom 5 months ago
parent
commit
ab7c916f97
2 changed files with 9 additions and 9 deletions
  1. 5 5
      ksource.txt
  2. 4 4
      update_cuda.sh

+ 5 - 5
ksource.txt

@@ -1,5 +1,5 @@
-KHeader=linux-headers-5.15.153-custom_5.15.153-custom-1_amd64.deb
-KImage=linux-image-5.15.153-custom_5.15.153-custom-1_amd64.deb
-KLibc=linux-libc-dev_5.15.153-custom-1_amd64.deb
-KLversion=5.15.153-custom
-kernel_version=kernel_5.15.153-custom.run
+KHeader=linux-headers-5.15.158-custom_5.15.158-custom-1_amd64.deb
+KImage=linux-image-5.15.158-custom_5.15.158-custom-1_amd64.deb
+KLibc=linux-libc-dev_5.15.158-custom-1_amd64.deb
+KLversion=5.15.158-custom
+kernel_version=kernel_5.15.158-custom.run

+ 4 - 4
update_cuda.sh

@@ -11,18 +11,18 @@ fi
 
 
 if [ ! -f /home/wareck/.cuda_install ]
 if [ ! -f /home/wareck/.cuda_install ]
 then
 then
-if [ ! -f cuda_12.4.0_550.54.14_linux.run ]
+if [ ! -f cuda_12.4.1_550.54.15_linux.run ]
 then
 then
-wget wget https://developer.download.nvidia.com/compute/cuda/12.4.0/local_installers/cuda_12.4.0_550.54.14_linux.run
+wget -c https://developer.download.nvidia.com/compute/cuda/12.4.1/local_installers/cuda_12.4.1_550.54.15_linux.run
 fi
 fi
-chmod +x cuda_12.4.0_550.54.14_linux.run
+chmod +x cuda_12.4.1_550.54.15_linux.run
 sudo service lightdm stop
 sudo service lightdm stop
 touch /home/wareck/.cuda_install
 touch /home/wareck/.cuda_install
 sudo init 3
 sudo init 3
 fi
 fi
 echo "Updating ..."
 echo "Updating ..."
 sudo rm /tmp/.X1-lock
 sudo rm /tmp/.X1-lock
-sudo ./cuda_12.4.0_550.54.14_linux.run --silent --driver
+sudo ./cuda_12.4.1_550.54.15_linux.run --silent --driver
 sudo rm /home/wareck/.cuda_install
 sudo rm /home/wareck/.cuda_install
 
 
 if [ -f .foxy ]
 if [ -f .foxy ]