From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from kuber.nabble.com (kuber.nabble.com [216.139.236.158]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id A52D0DE757 for ; Sat, 29 Mar 2008 04:01:32 +1100 (EST) Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1JfHxI-0003HV-TV for linuxppc-embedded@ozlabs.org; Fri, 28 Mar 2008 10:01:28 -0700 Message-ID: <16354810.post@talk.nabble.com> Date: Fri, 28 Mar 2008 10:01:28 -0700 (PDT) From: BAK To: linuxppc-embedded@ozlabs.org Subject: video driver problems on set top box board MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , I am using a set top box board : MB442 based on STi7109 chip. I use STAPI (drivers provided by ST) with STlinux kernell. I have some problems with a module (named mme_host) which must be inserted with arguments (insmod mme_host.ko transport0=). This operation causes the following error : insmod: error inserting '/home/bakhaled/modules/mme/mme_host.ko': -1 Operation not permitted I tried to insert the module without arguments (insmod mme_host.ko) and this was successful. But when I try to run a test program for video , after inserting that mme module without arguments, the system crash down. (don't execute console commands). Has any one experienced this type of problems? Have you any solutions ? -- View this message in context: http://www.nabble.com/video-driver-problems-on-set-top-box-board-tp16354810p16354810.html Sent from the linuxppc-embedded mailing list archive at Nabble.com.