From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oliver Hartkopp Subject: Re: problem with adding socketcan isotp " frreescale imx" Date: Mon, 10 Sep 2012 20:43:53 +0200 Message-ID: <504E34E9.7020108@hartkopp.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mo-p00-ob.rzone.de ([81.169.146.162]:62395 "EHLO mo-p00-ob.rzone.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753408Ab2IJSny (ORCPT ); Mon, 10 Sep 2012 14:43:54 -0400 In-Reply-To: Sender: linux-can-owner@vger.kernel.org List-ID: To: Mahesh.Maharjan-EXT@continental-corporation.com Cc: linux-can@vger.kernel.org On 10.09.2012 10:20, Mahesh.Maharjan-EXT@continental-corporation.com wrote: > I am trying to use SocketCAN ISOTP in freescale imx board. I added isotp > source file in freescale BSP (linux 2,638 imx ). It compile properly , but > when I trying use in application it is not supported. As socket and > binding with isotp is not with working with it. Did you see some can-isotp banner in dmesg? Have you tried 'modprobe can-isotp'? Does it appear in lsmod? Regards, Oliver