Results 1 to 8 of 8

Thread: AMD Catalyst Driver DKMS module failing to build

  1. #1
    Join Date
    Jan 2013
    Beans
    8

    Exclamation AMD Catalyst Driver DKMS module failing to build

    Hi all, I have a Toshiba Satellite running Xubuntu 12.10 x86_64. Yesterday I went to install the fglrx package using APT (without realizing it was a bad idea), rebooted, and the X server didn't want to start up; here's the error log:

    Code:
    ...
    Loading extension GLX
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:1:1) found
    SetVBEMode failed
    
    Fatal server error:
    no screens found
    (EE)
    Please consult The X.Org Foundation support
            at http://wiki.x.org
     for help.
    Server terminated with error (1). Closing log file.
    xinit: giving up
    xinit: unable to connect to X server: Connection refused
    xinit: server error
    /var/log/Xorg.0.log: http://ompldr.org/vaDFnbw

    So I then disabled the extension (by running "sudo jockey-text -d kmod:fglrx") and uninstalled it.

    After asking on Ask Ubuntu, I was told to install fglrx manually, so I went ahead and tried to install it by following the instructions in this post, however during installation, the installer is unable to build the DKMS module. Here's logs:

    Code:
    Created directory fglrx-install.rUnXwA
    Verifying archive integrity... All good.
    Uncompressing AMD Catalyst(TM) Proprietary Driver-8.98...
    =====================================================================
     AMD Catalyst(TM) Proprietary Driver Installer/Packager 
    =====================================================================
    Detected configuration:
    Architecture: x86_64 (64-bit)
    X Server: X.Org 6.9 or later 64-bit
    loki_setup: directory: (null)
    DKMS part of installation failed.  Please refer to /usr/share/ati/fglrx-install.log for details
    Removing temporary directory: fglrx-install.rUnXwA
    And /usr/share/ati/fglrx-install.log:

    Code:
    Check if system has the tools required for installation.
    fglrx installation is being forced. Installation will proceed without the required tools on the system.
    Uninstalling any previously installed drivers.
    
    Creating symlink /var/lib/dkms/fglrx/8.98/source ->
                     /usr/src/fglrx-8.98
    
    DKMS: add completed.
    
    Kernel preparation unnecessary for this kernel.  Skipping...
    
    Building module:
    cleaning build area....
    cd /var/lib/dkms/fglrx/8.98/build; sh make.sh --nohints --uname_r=3.5.0-21-generic --norootcheck....(bad exit status: 1)
    [Error] Kernel Module : Failed to build fglrx-8.98 with DKMS
    [Error] Kernel Module : Removing fglrx-8.98 from DKMS
    
    ------------------------------
    Deleting module version: 8.98
    completely from the DKMS tree.
    ------------------------------
    Done.
    Anyone know how I can fix this so I can install fglrx? Thanks!

  2. #2
    Join Date
    Jul 2011
    Beans
    3,037
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: AMD Catalyst Driver DKMS module failing to build

    The installation instructions ask to install these dependencies:

    sudo apt-get install build-essential cdbs fakeroot dh-make debhelper debconf libstdc++6 dkms libqtgui4 wget execstack libelfg0 dh-modaliases sudo apt-get install ia32-libs
    Have you installed the packages before you tried to build the module?

  3. #3
    Join Date
    Jan 2013
    Beans
    8

    Re: AMD Catalyst Driver DKMS module failing to build

    Quote Originally Posted by 2F4U View Post
    The installation instructions ask to install these dependencies:



    Have you installed the packages before you tried to build the module?
    Yes, all those dependencies were already installed.

  4. #4
    Join Date
    May 2007
    Location
    Virginia, USA
    Beans
    13,377
    Distro
    Ubuntu Mate Development Release

    Re: AMD Catalyst Driver DKMS module failing to build

    Toshiba satellites go back over 10 years, anything but the very newest is likely to have an AMD video chipset that will not run fglrx drivers under 12.10. IF you have a chipset that is older than the HD 5x series -- you are out of luck. The HD 4x series, and prior, require an older X-server version that is not in Ubuntu 12.10.
    Ubuntu 20.04, Mint 19.10; MS Win10 Pro.
    Will not respond to PM requests for support -- use the forums.

  5. #5
    Join Date
    Jan 2013
    Beans
    8

    Re: AMD Catalyst Driver DKMS module failing to build

    Quote Originally Posted by Mark Phelps View Post
    Toshiba satellites go back over 10 years, anything but the very newest is likely to have an AMD video chipset that will not run fglrx drivers under 12.10. IF you have a chipset that is older than the HD 5x series -- you are out of luck. The HD 4x series, and prior, require an older X-server version that is not in Ubuntu 12.10.
    It's a Toshiba Satellite C850D-11Q, to be exact, which looks fairly recent.

    I think I have a 7x chipset, as this line appears in the X startup error log:

    Code:
    [  1322.782] (--) fglrx(0): Chipset: "AMD Radeon HD 7310 Graphics" (Chipset = 0x9809)

  6. #6
    Join Date
    Jan 2013
    Beans
    8

    Re: AMD Catalyst Driver DKMS module failing to build

    Bump.

  7. #7
    Join Date
    Jan 2013
    Beans
    8

    Re: AMD Catalyst Driver DKMS module failing to build

    Another bump. I found and followed this installation procedure, however X still refuses to start with fglrx installed. Here's some logs:


    Installation procedure: http://ompldr.org/vaDJ3aw

    X error log with fglrx installed: http://ompldr.org/vaDJ3bA

    X error log without fglrx installed: http://ompldr.org/vaDJ3bQ

  8. #8
    Join Date
    Jan 2013
    Beans
    8

    Re: AMD Catalyst Driver DKMS module failing to build

    bump

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
  •