← Back to team overview

desktop-packages team mailing list archive

[Bug 1268257] Re: nvidia-331-updates 331.38-0ubuntu3: nvidia-331-updates kernel module failed to build, with only error: "objdump: '... .tmp_nv.o': No such file"

 

The issue happens when I installed any private nvidia driver on 14.04
with my NV-550 Ti card on every kernel version (up to 3.13.0-46). As I
have *dual screen* (VGA+DVI), which is another issue which may cause the
failure of the driver.

This is what I've done to fix it, you may need to enter tty mode (ctrl +
alt + F2 for example) and enable web:

```bash
#kill lightdm/kdm/ whatever you X-window is
if [ `ps -ef | grep lightdm | wc -l` -gt 1 ]; then 
    sudo service lightdm stop
    else sudo service kdm stop;
fi

# Install kernel-header
sudo apt-get update
sudo apt-get install linux-generic build-essential

# Get official 346.47
wget http://us.download.nvidia.com/XFree86/Linux-x86_64/346.47/NVIDIA-Linux-x86_64-346.47.run

# enable exec &run
chmod +x  NVIDIA-Linux-x86_64-346.47.run
sudo ./NVIDIA-Linux-x86_64-346.47.run

```

After installation, reconfigure your unity in case your Gnome fails to
load it:

```bash
# reconfig monitors: This is important in my case.
rm ~/.config/monitors.xml 

## install ccsm
sudo apt-get install compizconfig-settings-manager python-compizconfig compiz-fusion-plugins-extra compiz-fusion-bcop compiz-fusion-plugins-main compizconfig-backend-gconf
sudo reboot
```

After reboot, you may probably see the Gnome back again. If not hit
<Ctrl+Alt+F2> and login:

```bash
#kill lightdm/kdm/ whatever you X-window is
if [ `ps -ef | grep lightdm | wc -l` -gt 1 ]; then 
    sudo service lightdm stop
    else sudo service kdm stop;
fi

export DISPLAY=:0.0
ccsm
```
and re-enable unity-plugin when you get back to X using <ctrl+Alt+F7> and configure the display afterwards. You may need to rest the unity and has nothing to do with this thread.

It seems we need to compile the DKMS every time kernel is updated and I
personally use my code to re-enable the private driver.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nvidia-graphics-drivers-331 in Ubuntu.
https://bugs.launchpad.net/bugs/1268257

Title:
  nvidia-331-updates 331.38-0ubuntu3: nvidia-331-updates kernel module
  failed to build, with only error: "objdump: '... .tmp_nv.o': No such
  file"

Status in nvidia-graphics-drivers-331 package in Ubuntu:
  Triaged
Status in nvidia-graphics-drivers-331-updates package in Ubuntu:
  Triaged

Bug description:
  **WARNING:** This bug has been widely reported and has *many*
  automatic subscribers. Please be considerate.

  **If you need help:** try searching and asking on
  http://discourse.ubuntu.com or http://ubuntuforums.org or contacting a
  nearby user group (see http://loco.ubuntu.com or search for "LUG" in
  your area). Link back to this bug for clarity.

  **If you want to unsubscribe:** see
  https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-
  drivers-331-updates/+bug/1268257/+subscribe. You can also change your
  settings so you don't get comments but do get notified when the bug is
  solved - see https://askubuntu.com/questions/576523 for details.

  **If you want to comment:** Please consider if you have something
  meaningful to contribute to the 2500+ people who will get an email.

  **If you are an Ubuntu developer:** thanks for looking into this! :D

  ----

  Nvidia kernel module failed to build on kernel 3.13.0-2
  Yesterday when the new kernel was pushed, the dkms process failed.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: nvidia-331-updates 331.20-0ubuntu9
  ProcVersionSignature: Ubuntu 3.12.0-7.15-generic 3.12.4
  Uname: Linux 3.12.0-7-generic x86_64
  ApportVersion: 2.13.1-0ubuntu1
  Architecture: amd64
  DKMSKernelVersion: 3.13.0-2-generic
  Date: Sun Jan 12 01:28:35 2014
  InstallationDate: Installed on 2013-11-03 (69 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
  PackageVersion: 331.20-0ubuntu9
  SourcePackage: nvidia-graphics-drivers-331-updates
  Title: nvidia-331-updates 331.20-0ubuntu9: nvidia-331-updates kernel module failed to build
  UpgradeStatus: Upgraded to trusty on 2013-12-29 (13 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1268257/+subscriptions