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

2.6.10 kernel module problem



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

I hade the same problem when using alien on the rpm-packages and compiling those (after the pci_get_class patch applied).


I've compiled the kernel myself, did i miss something?

--
Jim