
Originally Posted by
Kano
The error is clear, it is a problem with the kernel module not the file you are trying. Maybe it has not built for your kernel or there is a module mismatch. Check "dmesg" and "modinfo fglrx".
Well I have no practise with kernel stuff so I need guidance. The dmesg | grep fglrx says:
Code:
[ 33.232101] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[ 33.267351] [fglrx] Maximum main memory to use for locked dma buffers: 929 MBytes.
[ 33.267456] [fglrx] ASYNCIO init succeed!
[ 33.267766] [fglrx] PAT is enabled successfully!
[ 33.267859] [fglrx] module loaded - fglrx 8.45.4 [Jan 16 2008] on minor 0
[ 50.223425] [fglrx] Internal AGP support requested, but kernel AGP support active.
[ 50.223434] [fglrx] Have to use kernel AGP support to avoid conflicts.
[ 50.223441] [fglrx] AGP detected, AgpState = 0x1f000217 (hardware caps of chipset)
[ 50.224347] [fglrx] AGP enabled, AgpCommand = 0x1f000314 (selected caps)
[ 50.231197] [fglrx] Reserve Block - 0 offset = 0X0 length = 0X40000
[ 50.231206] [fglrx] Reserve Block - 1 offset = 0X8000000 length = 0X4000000
[ 50.239699] [fglrx:firegl_cmmqs_init] *ERROR* CMMQS initialization is failed.
While modinfo fglrx says:
Code:
filename: /lib/modules/2.6.22-14-generic/updates/dkms/fglrx.ko
license: Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY
description: ATI Fire GL
author: Fire GL - ATI Research GmbH, Germany
srcversion: FC8F74F35C845D3D1CD0E8E
alias: pci:v00001002d000095CFsv*sd*bc03sc00i00*
alias: pci:v00001002d000095CEsv*sd*bc03sc00i00*
alias: pci:v00001002d000095CDsv*sd*bc03sc00i00*
<a lot of lines like above>
depends: agpgart
vermagic: 2.6.22-14-generic SMP mod_unload 586
parm: firegl:charp
I hope you can help me