Ok - I think this dumb cow has managed to somehow stepped on the bug/rat & squashed it (old Asian proverb) To make the long story short: binutil was installed but ld was not = prob problem was missing items from the package so: $ sudo apt-get remove binutils $ sudo apt-get install binutils
Solved the missing 'ld' problem, which was reported by an error when I attempted to install $sudo ./NVIDIA-Linux-x86-331.67.run Even after 'binutils' re-install NVIDIA-Linux-x86-331.67.run failed for unknown reason >>>>nvidia-installer log file '/var/log/nvidia-installer.log' >>>>creation time: Mon Apr 21 20:58:15 2014 >>>>installer version: 331.67 >>>>PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin >>>>nvidia-installer command line: >>>> ./nvidia-installer >>>>Using: nvidia-installer ncurses user interface >>>>-> License accepted. >>>>-> Installing NVIDIA driver version 331.67. >>>>-> Running distribution scripts >>>> executing: '/usr/lib/nvidia/pre-install'... >>>>-> done. >>>>-> The distribution-provided pre-install script failed! >>>>Continue installation anyway? (Answer: No) As last attempt (& sick of loud fan noise after coming back from 'suspend' state) I typed in, which worked: $ sudo apt-get install nvidia-current-updates >DKMS: install completed. >Setting up nvidia-current-updates (304.117-0ubuntu1) ... >Setting up nvidia-libopencl1-304-updates (304.117-0ubuntu1) ... >Setting up nvidia-opencl-icd-304-updates (304.117-0ubuntu1) ... >Processing triggers for libc-bin (2.19-0ubuntu6) ... >Processing triggers for initramfs-tools (0.103ubuntu4) ... >update-initramfs: Generating /boot/initrd.img-3.13.0-24-generic Of course we need to, but did see an ERROR $ sudo nvidia-xconfig >Using X configuration file: "/etc/X11/xorg.conf". >VALIDATION ERROR: Data incomplete in file /etc/X11/xorg.conf. > Device section "Default Device" must have a Driver line. >Backed up file '/etc/X11/xorg.conf' as >'/etc/X11/xorg.conf.nvidia-xconfig-original' >Backed up file '/etc/X11/xorg.conf' as '/etc/X11/xorg.conf.backup' >New X configuration file written to '/etc/X11/xorg.conf' Did it again $ sudo nvidia-xconfig >Using X configuration file: "/etc/X11/xorg.conf". >Backed up file '/etc/X11/xorg.conf' as '/etc/X11/xorg.conf.backup' >New X configuration file written to '/etc/X11/xorg.conf' After this I simply switched to latest Nvidia driver from "Software & Update" by choosing (o) Using NVIDIA binary driver - version 331.38 from nvidia-331 (proprietary, tested) So this is now solved - at least for me! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1310140 Title: nvidia-331 kernel module failed to install lubuntu 14.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1310140/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
