From mboxrd@z Thu Jan 1 00:00:00 1970 From: kedari appana Subject: (unknown) Date: Wed, 8 May 2013 11:55:02 +0530 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mail-pb0-f43.google.com ([209.85.160.43]:45408 "EHLO mail-pb0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751161Ab3EHGcu (ORCPT ); Wed, 8 May 2013 02:32:50 -0400 Received: by mail-pb0-f43.google.com with SMTP id md12so996754pbc.16 for ; Tue, 07 May 2013 23:32:50 -0700 (PDT) Subject: Sender: linux-can-owner@vger.kernel.org List-ID: To: "linux-can@vger.kernel.org" , Marc Kleine-Budde Hi, if i type the below command i am getting the following errors # ip link show can0 2: can0: mtu 16 qdisc noop qlen 10 link/[280] #cat /proc/interrupts in this i am not getting entry for my can interrupt handler #./canconfig can0 bitrate 50000 ctrlmode triple-sampling on this command was successfull but when i debugging it is showing can0: bit-timing not yet defined #If i use ifconfig can0 up error is can0: bit-timing not yet defined ifconfig: SIOCSIFFLAGS: Invalid argument Please help me what is the problem. regards, Kedar.