This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CMEMK module doesn't load

Hi,

When I try to run the encode demo I find that the cmemk module refuses
to load. It gives the following error message:


CMEM Range Overlaps Kernel Physical - allowing overlap
CMEM phys_start (0x85000000) overlaps kernel (0x80000000 -> 0x87400000)
CMEMK Error: Failed to request_mem_region(0x85000000, 50331648)
insmod: error inserting 'cmemk.ko': -1 Bad address
IRQK module: built on Aug 27 2009 at 15:32:51

>From /proc/meminfo it appears that kernel memory is
80000000-873fffff : System RAM
  8003a000-803a767b : Kernel text
  803a8000-8044f2c3 : Kernel data

My boot parameters are the default:

console=ttyS0,115200n8 noinitrd rw ip=dhcp root=/dev/nfs
nfsroot=10.0.0.43:/hom=
root@10.0.0.45:~/demos#
less /tmp/params                                    
console=ttyS0,115200n8 noinitrd rw ip=dhcp root=/dev/nfs
nfsroot=10.0.0.43:/home
/shlomo/work/DaVinchi/filesys,nolock mem=116M
video=davincifb:vid0=0,2500K:vid1=
0,2500K: osd0=720x576x16,2025K davinci_enc_mngr.ch0_output=COMPOSITE
davinci_enc
_mngr.ch0_mode=

What should I do?

Shlomo

shlomo@infodraw.com