Results 1 to 3 of 3

Thread: module advice needed...

  1. #1

    module advice needed...

    I am trying to install the ATI videocard driver (ver.8.28.8) on my Debian Etch system, but it will not load the fglrx module. Here is the error message I got:

    initializing...
    cleaning...
    patching 'highmem.h'...
    assuming new VMA API since we do have kernel 2.6.x...
    Assuming default VMAP API
    doing Makefile based build for kernel 2.6.x and higher
    make -C /lib/modules/2.6.16-2-k7/build SUBDIRS=/lib/modules/fglrx/build_mod/2.6. x modules
    make[1]: Entering directory `/usr/src/linux-headers-2.6.16-2-k7'
    Building modules, stage 2.
    MODPOST
    make[1]: Leaving directory `/usr/src/linux-headers-2.6.16-2-k7'
    build succeeded with return value 0
    duplicating results into driver repository...
    done.
    ==============================
    You must change your working directory to /lib/modules/fglrx
    and then call ./make_install.sh in order to install the built module.
    ==============================
    Headcat:/lib/modules/fglrx/build_mod# cd /lib/modules/fglrx
    Headcat:/lib/modules/fglrx# sh make_install.sh
    - recreating module dependency list
    - trying a sample load of the kernel modules
    FATAL: Error inserting fglrx (/lib/modules/2.6.16-2-k7/kernel/drivers/char/drm/f glrx.ko): Invalid module format
    failed.
    Headcat:/lib/modules/fglrx#

    Can anyone tell me what may be causing this? Is this related to the gcc version perhaps? Any insights would be very appreciated. Thanks!

  2. #2
    Member
    Join Date
    Apr 2004
    Location
    Midwest
    Posts
    121
    yes its probably related to a gcc version mismatch, install the gcc your kernel was compiled with and recompile the module export CC=/path/to/gcc/you/want/to/use

    also did you notice in the error

    You must change your working directory to /lib/modules/fglrx
    and then call ./make_install.sh in order to install the built module.

    have you done that step?


    and john deere sucks, get a case!! hehe jk

  3. #3
    Thank you .I will try that tonight. Yes, I did do that second step. It seems to build the module, just won't install it. BTW, how can I tell which version of gcc my kernel was compiled with?

    And also BTW, John Deeres eat Cases for breakfast! Haha (I actually have one of each, and my JD 630 is laid up with a broken distributor drive gear )

Similar Threads

  1. Cannot start X again ....
    By DjiT in forum Linux - Software, Applications & Programming
    Replies: 4
    Last Post: 02-23-2005, 11:51 PM
  2. Resulution problem in KDE
    By Buller in forum Linux - General Topics
    Replies: 3
    Last Post: 08-13-2004, 05:25 PM
  3. Gentoo XF86Config
    By mojo jojo in forum Linux - Software, Applications & Programming
    Replies: 9
    Last Post: 02-06-2004, 07:26 PM
  4. fd0 not a block device
    By Pantheus in forum Linux - General Topics
    Replies: 25
    Last Post: 10-08-2002, 10:26 PM
  5. Installing kde 3.0 from rpm
    By Bogler in forum Linux - General Topics
    Replies: 12
    Last Post: 04-16-2002, 11:08 AM

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
  •