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.

insmod parameters not detected

Other Parts Discussed in Thread: TVP5158

Hi
I am  unable  to insmod the  CMEM driver. The parameters Phys_start  and  phys_end are  not  detected, eventhogh I  supplied  it  properly.
At the  same  time , I am able  to insert  other  modules like dsplink. I do not  suspect  any  problems with CMEM driver, since  the same  had been  used  earlier  successfully.  The  error  message is  given  below. Pls  suggest  a  solution

\u@\h:\w\$ ./loadmodules.sh
cmemk: Unknown parameter `"phys_start'
CMEMK Error: Pysical start and end addresses not supplied
insmod: cannot insert 'cmemk.ko': invalid parameter
dsplinkk: no version for "struct_module" found: kernel tainted.
dsplinkk: module license 'DSP/BIOS(TM) LINK' taints kernel.
DSPLINK Module (1.50) created on Date: Jan  3 2008 Time: 13:16:55
I2C: Module install successful, device major num = 252
DMA: Module install successful, device major num = 251
TVP5158: Module install successful
DRV: Module install successful
DRV: Module built on Jul 23 2009 17:29:57
\u@\h:\w\$ lsmod
drv 25824 0 - Live 0xbf019000
dsplinkk 98220 0 - Live 0xbf000000




Jayakrishnan M M
Research Engineer
Key Systems Development Group
Security & Imaging             Solutions Division
SAMSUNG TECHWIN CO.,LTD
E-mail:jaya.krishnan@samsung.com           

  • Have you made changes to the loadmodules.sh script? Could you post your changes if any?

    Not having start and end addresses for CMEM sounds like there could be a typo in the loadmodules script. If the typo is not outright obvious perhaps there is a bad character in the script, I have seen this sort of thing happen when files are edited from different OSes, in general you may want to try the out of the box loadmodules.sh script to see if that succeeds.

  • No. I haven't made  any  changes  to  loadmodules.sh.

    Any way I solved  this  issue. The  problem was  with  the  busybox. I  got  it replaced and the  issue was  over

  • Jayakrishnan said:

    No. I haven't made  any  changes  to  loadmodules.sh.

    Any way I solved  this  issue. The  problem was  with  the  busybox. I  got  it replaced and the  issue was  over

    hi,Jayakrishnan,I met the same problem,can you tell me the detail how  to solve it .thanks!