[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 2.6.10 kernel module problem



Michel Dänzer wrote:
On Wed, 2005-02-09 at 22:30 +0100, Jim Persson wrote:

The module compiles fine (some warnings about deprecated functions etc)

But i get this

  LD [M]  /usr/src/modules/fglrx-kernel-src/fglrx.o
  Building modules, stage 2.
  MODPOST
*** Warning: "page_address" [/usr/src/modules/fglrx-kernel-src/fglrx.ko] undefined!
  LD [M]  /usr/src/modules/fglrx-kernel-src/fglrx.ko
make[1]: Leaving directory `/usr/src/linux-2.6.10'
build succeeded with return value 0
done.


If trying to modprobe it i get
FATAL: Error inserting fglrx (/lib/modules/2.6.10/misc/fglrx.ko): Unknown symbol in module, or unknown parameter (see dmesg)

And dmesg tells me

fglrx: Unknown symbol page_address


Is this really a vanilla 2.6.10 kernel? fglrx is happily using
page_address with a Debian 2.6.10 here, and I haven't seen any other
reports of such a problem...



No, i've compiled it myself with the Debian kernel-config as a base.
The only changes i made is basically adding some patches (for MPPE/MPPC) and removing some modules i know i won't be using.

--
Jim