Page 1 of 3 123 LastLast
Results 1 to 10 of 26

Thread: Kernel 3.11 is starting to live its life...

  1. #1
    Join Date
    Oct 2008
    Location
    ExodusHair<Čubura
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Kernel 3.11 is starting to live its life...


  2. #2
    Join Date
    Aug 2006
    Location
    Just call me J
    Beans
    1,053
    Distro
    Ubuntu Development Release

    Re: Kernel 3.11 is starting to live its life...

    Oh, go on then. Let's see how many of my kernel modules fail to build.

    Edit: Surprisingly, fglrx 13.101 builds ok. Unsurprisingly, SPL (for ZoL) fails to build.
    Last edited by jfernyhough; July 15th, 2013 at 05:04 PM.
    1) ASUS GL702ZC: Ryzen 1700, 32GB, RX580, MATE@Manjaro-x64
    2) Lenovo X230: Core i5-3320M, 4GB, Intel HD4000, Intel 6205, MATE@Manjaro-x64
    3) MSI GT70: i7-3650, 16GB, GTX680M, MATE@Manjaro-x64

  3. #3
    Join Date
    Nov 2012
    Location
    Halloween Town
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Kernel 3.11 is starting to live its life...

    First attempt... no luck.

    My VirtualBox Guest Additions crashed:
    Code:
    ~/Downloads$ sudo dpkg -i linux-headers-3.11.0-031100rc1-generic_3.11.0-031100rc1.201307141935_i386.deb
    Selecting previously unselected package linux-headers-3.11.0-031100rc1-generic.
    (Reading database ... 167699 files and directories currently installed.)
    Unpacking linux-headers-3.11.0-031100rc1-generic (from linux-headers-3.11.0-031100rc1-generic_3.11.0-031100rc1.201307141935_i386.deb) ...
    Setting up linux-headers-3.11.0-031100rc1-generic (3.11.0-031100rc1.201307141935) ...
    Examining /etc/kernel/header_postinst.d.
    run-parts: executing /etc/kernel/header_postinst.d/dkms 3.11.0-031100rc1-generic /boot/vmlinuz-3.11.0-031100rc1-generic
    Error! Bad return status for module build on kernel: 3.11.0-031100rc1-generic (i686)
    Consult /var/lib/dkms/virtualbox-guest/4.2.10/build/make.log for more information.
    Keepin' the ride

  4. #4
    Join Date
    Jan 2013
    Beans
    105

    Re: Kernel 3.11 is starting to live its life...

    I was able to build ati as module. Not so sure about the ati version. I had ready on my hdd. But it's the latest offical or the latest beta. Not 100% sure, but pretty sure.

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

    Re: Kernel 3.11 is starting to live its life...

    Quote Originally Posted by jfernyhough View Post
    Oh, go on then. Let's see how many of my kernel modules fail to build.
    3.11 installed okay, but nVidia 304.88 failed the initial module build. I assume 304.88 needs to be patched for 3.11.

    In the meantime, I attempted to revert to Nouveau. This 3.11 / Nouveau combo hard locks @ Plymouth.

    However, Nouveau works shockingly good in 3.10.

    So, here I sit, broken-hearted, waiting for the devs to make the next move... LoL!
    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

  6. #6
    Join Date
    Jan 2007
    Location
    Connecticut
    Beans
    1,650
    Distro
    Ubuntu Development Release

    Re: Kernel 3.11 is starting to live its life...

    tried the 3.11 kernel early this morning before leaving for work and the nvidia driver (325.08 from Xedgers) failed to build. just got home awhile ago, ran an update and was glad to see that it included an updated nvidia 325.08 (again from Xedgers). ran the updates, rebooted and i am in!!

    Code:
    Current Date/Time: Mon Jul 15 15:36:34 EDT 2013
    Distro Release: Ubuntu Saucy Salamander (development branch)
    Kernel Release: Linux 3.11.0-031100rc1-generic
    Gnome Release: GNOME Shell 3.8.3
    Unity Release: unity 7.0.2
    
    OpenGL vendor string:   NVIDIA Corporation
    OpenGL renderer string: GeForce GTX 480/PCIe/SSE2
    OpenGL version string:  4.3.0 NVIDIA 325.08
    edit: forgot to thank the devs! ...great work, incredibly fast!!
    Last edited by fooman; July 15th, 2013 at 10:43 PM.




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

    Re: Kernel 3.11 is starting to live its life...

    w00t! That was f-a-s-t!!!

    Installed the nvidia-304 (304.88-0ubuntu5+xedgers~saucy1) hybrid and I'm in.

    Code:
    vindsl@Zuul:~$ echo && echo "~ VinDSL Unity Debug Script 13.07.08 (vindsl.com) ~" && echo -n "Current Date/Time: " && TZ='UTC' date && echo -n "Distro Release: " && lsb_release -sd && echo -n "Kernel Release: " || cat /etc/*release && uname -s -r && echo -n "Gnome Release: " && gnome-shell --version && echo -n "Unity Release: " && unity --version && echo && /usr/lib/nux/unity_support_test -p -f && echo || echo && dpkg -s mesa-utils && echo || echo && echo "Package: mesa-common-dev" && dpkg -s mesa-common-dev | sed 's/^/  /' | grep Version && echo || echo && echo "Package: xserver-xorg-core" && apt-cache policy xserver-xorg-core | grep Installed && echo || echo && echo "Package: xserver-common" && apt-cache policy xserver-common | grep Installed && echo || echo && echo "Package: xserver-xephyr" && apt-cache policy xserver-xephyr | grep Installed && echo || echo && echo "Tree Map of PCI Devices:" && lspci -tv && echo || echo && echo "Display Properties:" && echo -n " lcd monitor:    Dell UltraSharp 1907FP (analog input)" && echo && xdpyinfo | grep -E '(resolution|dimensions)' && echo
    
    ~ VinDSL Unity Debug Script 13.07.08 (vindsl.com) ~
    Current Date/Time: Mon Jul 15 21:07:05 UTC 2013
    Distro Release: Ubuntu Saucy Salamander (development branch)
    Kernel Release: Linux 3.11.0-031100rc1-generic
    Gnome Release: GNOME Shell 3.9.4
    Unity Release: unity 7.0.2
    
    OpenGL vendor string:   NVIDIA Corporation
    OpenGL renderer string: GeForce 7600 GT/AGP/SSE2
    OpenGL version string:  2.1.2 NVIDIA 304.88
    
    Not software rendered:    yes
    Not blacklisted:          yes
    GLX fbconfig:             yes
    GLX texture from pixmap:  yes
    GL npot or rect textures: yes
    GL vertex program:        yes
    GL fragment program:      yes
    GL vertex buffer object:  yes
    GL framebuffer object:    yes
    GL version is 1.4+:       yes
    
    Unity 3D supported:       yes
    
    Package: mesa-utils
    Status: install ok installed
    Priority: optional
    Section: x11
    Installed-Size: 115
    Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
    Architecture: i386
    Source: mesa-demos
    Version: 8.1.0-0ubuntu1
    Replaces: xbase-clients (<< 6.8.2-38)
    Depends: libc6 (>= 2.4), libgl1-mesa-glx | libgl1, libx11-6
    Description: Miscellaneous Mesa GL utilities
     This package provides several basic GL utilities built by Mesa, including
     glxinfo and glxgears.
    Homepage: http://mesa3d.sourceforge.net/
    
    Package: mesa-common-dev
      Version: 9.2.0~git20130711.c451619d-0ubuntu0sarvatt
    
    Package: xserver-xorg-core
      Installed: 2:1.14.2+git20130715+server-1.14-branch.3608d9f3-0ubuntu0ricotz
    
    Package: xserver-common
      Installed: 2:1.14.2+git20130715+server-1.14-branch.3608d9f3-0ubuntu0ricotz
    
    Package: xserver-xephyr
      Installed: 2:1.14.2+git20130715+server-1.14-branch.3608d9f3-0ubuntu0ricotz
    
    Tree Map of PCI Devices:
    -[0000:00]-+-00.0  Intel Corporation 82875P/E7210 Memory Controller Hub
               +-01.0-[01]----00.0  NVIDIA Corporation G73 [GeForce 7600 GT]
               +-06.0  Intel Corporation 82875P/E7210 Processor to I/O Memory Interface
               +-1d.0  Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1
               +-1d.1  Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2
               +-1d.2  Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3
               +-1d.3  Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #4
               +-1d.7  Intel Corporation 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller
               +-1e.0-[02]----0c.0  Lite-On Communications Inc LNE100TX
               +-1f.0  Intel Corporation 82801EB/ER (ICH5/ICH5R) LPC Interface Bridge
               +-1f.2  Intel Corporation 82801EB (ICH5) SATA Controller
               +-1f.3  Intel Corporation 82801EB/ER (ICH5/ICH5R) SMBus Controller
               \-1f.5  Intel Corporation 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller
    
    Display Properties:
     lcd monitor:    Dell UltraSharp 1907FP (analog input)
      dimensions:    1280x1024 pixels (339x271 millimeters)
      resolution:    96x96 dots per inch
    
    vindsl@Zuul:~$
    Kudos, to the edgers devs!

    Working perfect...
    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

  8. #8
    Join Date
    Jun 2010
    Beans
    699

    Re: Kernel 3.11 is starting to live its life...


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

    Re: Kernel 3.11 is starting to live its life...

    Had a couple of (I assume) hardware-related episodes, since posting above.

    1. Hard locked in the middle of a session. Required rebooting via power button, on computer case.
    2. Next session, everything went BaNG! Thought it was a power outage. Spit me to the BIOS screen.


    I'm back on 3.10 for now. Don't want to puke a drive...


    EDIT


    2 1/2 hours on 3.10 -- no more episodes.

    Think I'll wait for 3.11-rc2 before trying it again...
    Last edited by VinDSL; July 16th, 2013 at 02:07 AM. Reason: Update
    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

  10. #10
    Join Date
    Nov 2012
    Location
    Halloween Town
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Kernel 3.11 is starting to live its life...

    Had to disable VirtualBox Guest Additions in order to install it, but it's done:
    Code:
    ~$ lsb_release -a && uname -r
    No LSB modules are available.
    Distributor ID:	Ubuntu
    Description:	Ubuntu 13.10
    Release:	13.10
    Codename:	saucy
    3.11.0-031100rc1-generic


    The only issue so far is that I'm not able to use the Auto-resize Guest Display option of my VM.

Page 1 of 3 123 LastLast

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
  •