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

Thread: Linux 3.11.1-saucy mainline kernel is available

  1. #11
    Join Date
    Aug 2010
    Location
    Arizona USA
    Beans
    3,001
    Distro
    Ubuntu Development Release

    Re: Linux 3.11.1-saucy mainline kernel is available

    @zika -- I think you're onto something...

    I'm back in Ubu 13.10/GS 3.9.91 Staging now, and I ran Answer #3 in the link above:


    Code:
    vindsl@Zuul:~$ su
    Password: 
    root@Zuul:/home/vindsl# dkms status | sed s/,//g | awk '{print "-m",$1,"-v",$2}' | while read line; do ls /var/lib/initramfs-tools | xargs -n 1 dkms install $line -k; done
    Error! Could not locate dkms.conf file.
    File:  does not exist.
    Module nvidia-304/304.108 already installed on kernel 3.11.0-031100-generic/i686
    Module nvidia-304/304.108 already installed on kernel 3.11.1-031101-generic/i686
    Module nvidia-304/304.108 already installed on kernel 3.11.0-031100-generic/i686
    Module nvidia-304/304.108 already installed on kernel 3.11.1-031101-generic/i686
    root@Zuul:/home/vindsl#
    When I ran it in Ubu 10.10, it found all the modules, and reported they were already installed.

    In saucy, it cannot locate my dkms.conf file.

    I wonder where it wandered to...
    Intel ® P4 Extreme Edition 3.4 (Gallatin) || DFI ® LanParty PRO875B rev B1
    Crucial ® Ballistix Tracer PC4000 1GB || Mountain Mods U2-UFO Opti-1203
    XFX 7600GT 560M AGP (PV-T73A-UDF3) || Corsair HX520W Modular PSU

  2. #12
    Join Date
    Aug 2010
    Location
    Arizona USA
    Beans
    3,001
    Distro
    Ubuntu Development Release

    Re: Linux 3.11.1-saucy mainline kernel is available

    Okay... got it!

    Code:
    root@Zuul:/home/vindsl# dkms status | sed s/,//g | awk '{print "-m",$1,"-v",$2}' | while read line; do ls /var/lib/initramfs-tools | xargs -n 1 dkms install $line -k; done
    Module nvidia-304/304.108 already installed on kernel 3.11.0-031100-generic/i686
    Module nvidia-304/304.108 already installed on kernel 3.11.1-031101-generic/i686
    Module nvidia-304/304.108 already installed on kernel 3.11.0-031100-generic/i686
    Module nvidia-304/304.108 already installed on kernel 3.11.1-031101-generic/i686
    root@Zuul:/home/vindsl#
    Had to clear the cruft out of my /var/lib/dkms folder.

    There were still some remnants from an old nVidia 304 install (Jan 2013) in there.

    We'll see how it goes on the next kernel install.

    Thanks!
    Intel ® P4 Extreme Edition 3.4 (Gallatin) || DFI ® LanParty PRO875B rev B1
    Crucial ® Ballistix Tracer PC4000 1GB || Mountain Mods U2-UFO Opti-1203
    XFX 7600GT 560M AGP (PV-T73A-UDF3) || Corsair HX520W Modular PSU

  3. #13
    Join Date
    Aug 2010
    Location
    Arizona USA
    Beans
    3,001
    Distro
    Ubuntu Development Release

    Re: Linux 3.11.1-saucy mainline kernel is available

    Hrm...

    Output still looked janky, so I purged Linux 3.11 final.

    Got a few error messages on completion, so I manually updated GRUB:

    Code:
    vindsl@Zuul:~$ sudo update-grub
    [sudo] password for vindsl:         
    Generating grub.cfg ...
    Found linux image: /boot/vmlinuz-3.11.1-031101-generic
    Found initrd image: /boot/initrd.img-3.11.1-031101-generic
    Found memtest86+ image: /boot/memtest86+.bin
    Found Ubuntu 10.10 (10.10) on /dev/sda1
    done
    vindsl@Zuul:~$ su
    Password: 
    root@Zuul:/home/vindsl# dkms status | sed s/,//g | awk '{print "-m",$1,"-v",$2}' | while read line; do ls /var/lib/initramfs-tools | xargs -n 1 dkms install $line -k; done
    Module nvidia-304/304.108 already installed on kernel 3.11.1-031101-generic/i686
    root@Zuul:/home/vindsl#
    Looks clean as a whistle now.

    Let's see if it survives a cold boot...
    Intel ® P4 Extreme Edition 3.4 (Gallatin) || DFI ® LanParty PRO875B rev B1
    Crucial ® Ballistix Tracer PC4000 1GB || Mountain Mods U2-UFO Opti-1203
    XFX 7600GT 560M AGP (PV-T73A-UDF3) || Corsair HX520W Modular PSU

  4. #14
    Join Date
    Aug 2010
    Location
    Arizona USA
    Beans
    3,001
    Distro
    Ubuntu Development Release

    Re: Linux 3.11.1-saucy mainline kernel is available

    Beautiful!!!

    Well, that wiped the slate clean...

    I'm going to add that procedure to my trash cleanup routine, in Gnote, before I forget about it.
    Intel ® P4 Extreme Edition 3.4 (Gallatin) || DFI ® LanParty PRO875B rev B1
    Crucial ® Ballistix Tracer PC4000 1GB || Mountain Mods U2-UFO Opti-1203
    XFX 7600GT 560M AGP (PV-T73A-UDF3) || Corsair HX520W Modular PSU

  5. #15
    Join Date
    Jun 2005
    Beans
    Hidden!

    Re: Linux 3.11.1-saucy mainline kernel is available

    Quote Originally Posted by VinDSL View Post
    Beautiful!!!

    Well, that wiped the slate clean...

    I'm going to add that procedure to my trash cleanup routine, in Gnote, before I forget about it.
    Just out of Curiosity are you running Driver 304 from
    deb http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu saucy main
    deb-src http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu saucy main
    They just work better for me.

  6. #16
    Join Date
    Aug 2010
    Location
    Arizona USA
    Beans
    3,001
    Distro
    Ubuntu Development Release

    Re: Linux 3.11.1-saucy mainline kernel is available

    Yes. Here's what I'm running, right now:

    Code:
    vindsl@Zuul:~$ apt-cache policy nvidia-304
    nvidia-304:
      Installed: 304.108-0ubuntu1~xedgers~saucy1
      Candidate: 304.108-0ubuntu1~xedgers~saucy1
      Version table:
     *** 304.108-0ubuntu1~xedgers~saucy1 0
            500 http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu/ saucy/main i386 Packages
            100 /var/lib/dpkg/status
         304.88-0ubuntu8 0
            500 http://archive.ubuntu.com/ubuntu/ saucy/restricted i386 Packages
    vindsl@Zuul:~$
    Intel ® P4 Extreme Edition 3.4 (Gallatin) || DFI ® LanParty PRO875B rev B1
    Crucial ® Ballistix Tracer PC4000 1GB || Mountain Mods U2-UFO Opti-1203
    XFX 7600GT 560M AGP (PV-T73A-UDF3) || Corsair HX520W Modular PSU

  7. #17
    Join Date
    Sep 2008
    Beans
    796

    Re: Linux 3.11.1-saucy mainline kernel is available

    Quote Originally Posted by VinDSL View Post
    Yes. Here's what I'm running, right now:

    Code:
    vindsl@Zuul:~$ apt-cache policy nvidia-304
    nvidia-304:
      Installed: 304.108-0ubuntu1~xedgers~saucy1
      Candidate: 304.108-0ubuntu1~xedgers~saucy1
      Version table:
     *** 304.108-0ubuntu1~xedgers~saucy1 0
            500 http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu/ saucy/main i386 Packages
            100 /var/lib/dpkg/status
         304.88-0ubuntu8 0
            500 http://archive.ubuntu.com/ubuntu/ saucy/restricted i386 Packages
    vindsl@Zuul:~$
    Yep same here.

    Code:
    paul@lubuntu-64:~$ apt-cache policy nvidia-304
    nvidia-304:
      Installed: 304.108-0ubuntu1~xedgers~saucy1
      Candidate: 304.108-0ubuntu1~xedgers~saucy1
      Version table:
     *** 304.108-0ubuntu1~xedgers~saucy1 0
            500 http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu/ saucy/main amd64 Packages
            100 /var/lib/dpkg/status
         304.88-0ubuntu8 0
            500 http://archive.ubuntu.com/ubuntu/ saucy/restricted amd64 Packages
    paul@lubuntu-64:~$
    So did you get the same build failure with 3.12-rc1?

  8. #18
    Join Date
    Aug 2010
    Location
    Arizona USA
    Beans
    3,001
    Distro
    Ubuntu Development Release

    Re: Linux 3.11.1-saucy mainline kernel is available

    Quote Originally Posted by paul_in_london View Post
    So did you get the same build failure with 3.12-rc1?
    Haven't had a chance to try it yet.

    Just got home, and I'm updating my FB account, checking my mail(s), reading the forums, feeding my face, blah, blah, blah.

    I'll give 3.12 whirl in a few minutes...
    Intel ® P4 Extreme Edition 3.4 (Gallatin) || DFI ® LanParty PRO875B rev B1
    Crucial ® Ballistix Tracer PC4000 1GB || Mountain Mods U2-UFO Opti-1203
    XFX 7600GT 560M AGP (PV-T73A-UDF3) || Corsair HX520W Modular PSU

Page 2 of 2 FirstFirst 12

Tags for this Thread

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
  •