Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: dist-upgrade on 11.04 breaks nvidia-current

  1. #11
    Join Date
    Jan 2009
    Beans
    23
    Distro
    Ubuntu Studio 11.04 Natty Narwhal

    Re: dist-upgrade on 11.04 breaks nvidia-current

    Quote Originally Posted by mbobak View Post
    Nope, you repackage with '-I'. See steps below:
    Code:
    cd <directory above tmpdir, where you originally put the .deb that was unpackaged>
    dpkg -I name_of_your_new_package.deb
    Then try the install. If you edited the nv-linux.h file correctly, it should work.

    Hope that solves your problem,

    -Mark
    when I try to do dpkg -I new_package.deb it returns this:

    dpkg-deb: error: failed to read archive `name_of_your_new_package.deb': No such file or directory

  2. #12
    Join Date
    Apr 2006
    Location
    Belleville, MI, USA
    Beans
    117
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: dist-upgrade on 11.04 breaks nvidia-current

    Wow, I'm really sorry. I totally screwed up the directions.

    For the 'repackage' step, you need to do:
    Code:
    dpkg-deb --build name_of_new_package.deb
    Try that, then try installing the new package:
    Code:
    dpkg -i name_of_new_package.deb
    Sorry for the screwup!

    Let me know if that works for you.

    -Mark

  3. #13
    Join Date
    Jan 2009
    Beans
    23
    Distro
    Ubuntu Studio 11.04 Natty Narwhal

    Re: dist-upgrade on 11.04 breaks nvidia-current

    When I built the package it returned this:

    dpkg-deb: warning: 'my_tmp_dir/DEBIAN/control' contains user-defined field 'Modaliases'
    dpkg-deb: warning: ignoring 1 warning about the control file(s)

    am I supposed to modify the control file also?

  4. #14
    Join Date
    Mar 2010
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: dist-upgrade on 11.04 breaks nvidia-current

    Here's a fix for your original problem, installing nvidia drivers on the 3.0.x kernel from my sticky:
    http://ubuntuforums.org/showpost.php...&postcount=306

    Oneiric has the first fix in this post, included in it already, Natty needs it, as I don't think it was included... Reason? The 3.0.x kernel was not released for Natty, but is in the later Oneiric dev builds already. These fixes we found while testing Oneiric when the kernel numbering schema changed.

    Hope this helped.
    Last edited by MAFoElffen; August 8th, 2011 at 05:46 AM.

    "Concurrent coexistence of Windows, Linux and UNIX..." || Ubuntu user # 33563, Linux user # 533637
    Sticky: Graphics Resolution | UbuntuForums 'system-info' Script | Posting Guidelines | Code Tags

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •