From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id CA5D1E00B85; Thu, 5 Jun 2014 13:40:47 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (rjohnweber[at]gmail.com) * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.216.54 listed in list.dnswl.org] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Received: from mail-qa0-f54.google.com (mail-qa0-f54.google.com [209.85.216.54]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 143BEE00A44 for ; Thu, 5 Jun 2014 13:40:43 -0700 (PDT) Received: by mail-qa0-f54.google.com with SMTP id j15so2233636qaq.13 for ; Thu, 05 Jun 2014 13:40:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=A6zyeqnEeYETFdDyoq11hL574n3Rbw4V/KV6tH827k4=; b=cMvvpKyJ+O8KtFTxLCwfbjlsbJgrn5hOLKP+z/L/fpyVogLCUJMr8gxF17XR7N5/uW XG0fUiuKwvfjKKXFaXSNL/RM5uAL6nSv5Ih07YU6FkAEZEKIISEU3QUt17xpiMJFOilJ QfSYJTAmNR+VbGWfBPuxP9DIQ8z7xX3q4bDkqY6d3+A+VpYauix1ghLH3Qxvt1wSu/AH nX69e3bg8r2AcmkZUeF0E24J2WIAvHZOgc4n7s/RqWztSswOVG7hQKbfqBSQqk5793/v rAGvDxU4FJ39KOA6O71MjP0jNNiESb0Z015tFLvLr+JlO3tI2+fi6VChuDkBeaGlpCPm TXPg== X-Received: by 10.140.32.195 with SMTP id h61mr369720qgh.10.1402000842835; Thu, 05 Jun 2014 13:40:42 -0700 (PDT) Received: from goober-2.local ([75.76.197.2]) by mx.google.com with ESMTPSA id j46sm10485301yhc.14.2014.06.05.13.40.42 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 05 Jun 2014 13:40:42 -0700 (PDT) Message-ID: <5390D5C9.5090808@gmail.com> Date: Thu, 05 Jun 2014 15:40:41 -0500 From: John Weber User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Eric Nelson , Otavio Salvador References: <5382B827.2030302@gmail.com> <5390B171.8080600@gmail.com> <5390B373.7040805@gmail.com> <5390B585.8090104@gmail.com> <5390C097.6050908@gmail.com> <5390D368.9000309@gmail.com> <5390D420.5010703@boundarydevices.com> In-Reply-To: <5390D420.5010703@boundarydevices.com> Cc: "meta-freescale@yoctoproject.org" Subject: Re: mxc_v4l2_capture sometimes not being modprobed X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jun 2014 20:40:47 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 6/5/14, 3:33 PM, Eric Nelson wrote: > Hi all, > > On 06/05/2014 01:30 PM, John Weber wrote: >> On 6/5/14, 2:34 PM, Otavio Salvador wrote: >>> On Thu, Jun 5, 2014 at 4:10 PM, John Weber wrote: >>>> On 6/5/14, 1:38 PM, Otavio Salvador wrote: >>>>> On Thu, Jun 5, 2014 at 3:23 PM, John Weber >>>>> wrote: >>>>>> On 6/5/14, 1:17 PM, Otavio Salvador wrote: >>>>>>> On Thu, Jun 5, 2014 at 3:14 PM, John Weber >>>>>>> wrote: >>>>>>>> On 6/5/14, 1:08 PM, Otavio Salvador wrote: >>>>>>>>> On Thu, Jun 5, 2014 at 3:05 PM, John Weber >>>>>>>>> wrote: >>>>>>>>>> On 6/5/14, 12:34 PM, Otavio Salvador wrote: >>>>>>>>>>> On Mon, May 26, 2014 at 12:42 AM, John Weber >>>>>>>>>>> >>>>>>>>>>> wrote: >>>>>>>>>>>> meta-freescalers: >>>>>>>>>>>> >>>>> >>>>> >>>>> Please apply following change in the udev init script: >>>>> >>>>> --- a/meta/recipes-core/udev/udev/init >>>>> +++ b/meta/recipes-core/udev/udev/init >>>>> @@ -103,7 +103,7 @@ case "$1" in >>>>> udevadm control --env=STARTUP=1 >>>>> if [ "$not_first_boot" != "" ];then >>>>> udevadm trigger --action=add --subsystem-nomatch=tty >>>>> --subsystem-nomatch=mem --subsystem-nomatch=vc >>>>> --subsystem-nomatch=vtconsole --subsystem-nomatch=misc >>>>> --subsystem-nomatch=dcon - >>>>> - (udevadm settle --timeout=3; udevadm control >>>>> --env=STARTUP=)& >>>>> + (udevadm settle; udevadm control --env=STARTUP=)& >>>>> else >>>>> udevadm trigger --action=add >>>>> udevadm settle >>>>> >>>>> >>>> Nope - that doesn't help the problem. The udevadm trigger line above >>>> includes "--subsystem-nomatch=platform" and if I remove that while >>>> keeping >>>> everything else the same, it works fine. >>> It kind of makes sense to me; if you keep the platform skip and remove >>> the background & job, does it work? >> If you mean, remove the timeout=3 on the udevadm settle, no. If I keep >> the platform skip, it does not work at all. >> >>>> I'd be interested to know if anyone else sees the same problem on other >>>> machines? >>> I bet it is not machine dependent. >>> >> I think you're right, but as far as I know the only other entity that >> could confirm this would be Boundary Devices. Eric - do you see this >> same issue when connecting your camera to Nitrogen6x? >> > I've kinda followed this thread, but I'm kinda buried and it will take > a day or two for me to confirm or deny this. > > Regards, > > > Eric > Thanks Eric. It just occurred to me that it could be confirmed on the SDB or SDP as well.