Community gatherings on Freenode at #tinycorelinux (webchat)
HiBuild scripts for the nvidia driver already exists for tc 4.x, thanks to arslanserc:https://code.google.com/p/tc-ext-tools/source/browse/packages/nvidia/
$ sudo ./NVIDIA-Linux-x86-173.14.39-pkg1.run --kernel-source-path=/usr/src/linux-3.16.6
Quote from: jls_legalize on June 07, 2015, 08:51:43 AMHiBuild scripts for the nvidia driver already exists for tc 4.x, thanks to arslanserc:https://code.google.com/p/tc-ext-tools/source/browse/packages/nvidia/can I use that with TC 6.x ?
Quote from: Stone.Giant on June 08, 2015, 04:09:25 AMQuote from: jls_legalize on June 07, 2015, 08:51:43 AMHiBuild scripts for the nvidia driver already exists for tc 4.x, thanks to arslanserc:https://code.google.com/p/tc-ext-tools/source/browse/packages/nvidia/can I use that with TC 6.x ?Hi Stone.GiantTry it and please report the eventual errors
seed@avocado:/usr$ ls -ltotal 0drwxr-sr-x 2 root root 3640 Jun 8 20:52 bin/drwxr-xr-x 36 root root 3020 Sep 17 2014 include/drwxr-xr-x 6 root root 1300 Jun 8 20:52 lib/lrwxrwxrwx 1 root root 30 Jun 8 21:08 linux-3.16.6 -> home/seed/usr/src/linux-3.16.6drwxr-xr-x 15 tc staff 320 Jun 8 21:35 local/drwxr-xr-x 2 root root 560 May 3 12:38 sbin/drwxr-xr-x 16 root root 320 Sep 17 2014 share/
seed@avocado:~$ sudo ./NVIDIA-Linux-x86-173.14.39-pkg1.run -kernel-source-path=/usr/linux.3.16.6
/usr/src/linux.3.16.6
/usr/linux.3.16.6
It should beCode: [Select]/usr/src/linux.3.16.6notCode: [Select]/usr/linux.3.16.6CTRL+ALT+F1 does not exit X.CTRL+ALT+Backspace does.
-kernel-source-path
--kernel-source-path
I did not need to use --kernel-source-path when I compiled the nvidia drivers.Maybe because the kernel sources where stored at the correct location in my case.However, I just noticed that you didn't use the correct command parameter.Code: [Select]-kernel-source-pathvsCode: [Select]--kernel-source-path
ERROR: The kernel source path '/usr/src/linux-3.16.6' does not exist. Please make sure you have installed the kernel source files for your kernel and that they are properly configured; on Red Hat Linux systems, for example, be sure you have the 'kernel-source' or 'kernel-devel' RPM installed. If you know the correct kernel source files are installed, you may specify the kernel source path with the '--kernel-source-path' command line option.