From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <45E7F01D.2080304@domain.hid> Date: Fri, 02 Mar 2007 10:36:29 +0100 From: Wolfgang Grandegger MIME-Version: 1.0 Subject: Re: [Xenomai-help] problems installing peak CAN dongle References: <45E7E49C.2000005@domain.hid> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: roland Tollenaar Cc: xenomai@xenomai.org roland Tollenaar wrote: >> > >> > FATAL: Error inserting xeno_can_peak_dng (xeno_can_peak_dng.ko): No >> such >> > device >> >> Is there som additional kernel output visible via "dmesg"? > > Yes: > > SCSI device sdb: 3963904 512-byte hdwr sectors (2030 MB) > sdb: Write Protect is off > sdb: Mode Sense: 43 00 00 00 > sdb: assuming drive cache: write through > SCSI device sdb: 3963904 512-byte hdwr sectors (2030 MB) > sdb: Write Protect is off > sdb: Mode Sense: 43 00 00 00 > sdb: assuming drive cache: write through > sdb: sdb1 > sd 3:0:0:0: Attached scsi removable disk sdb > usb-storage: device scan complete > ERROR! No SJA1000 device found! > ERROR while trying to register SJA1000 device -19! > Init failed with -19 > > are the final lines. OK ==> the device cannot be accessed. Either the I/O address "0x378" and partport type "epp" is incorrect (you did not answer my question on that) or the parallel port is not operational (power off, etc.). Please check what is actually selected in the BIOS of your system. >> How do you have configured the parport in the kernel? Are there modules >> loaded (check /proc/modules)? Retry after removing lp and parport_pc: > > Have looked can't see any. Have attached the output of /proc/modules > > >> >> $ rmmod lp >> $ rmmod parport_pc > > I get a message that it cannot find these modules in /proc/modules Try "modporbe parport". If the module does not exists, configure and rebuild your kernel with parport support. In the meantime I'm going to apply the fix Jan mentioned. Wolfgang.