Search found 4 matches

by jchah090
Tue 28. Jan 2020, 17:29
Forum: Linux
Topic: PEAK-Linux Driver on Raspberry Pi
Replies: 156
Views: 514804

Re: PEAK-Linux Driver on Raspberry Pi


Hi,

looks like your kernel source doesn't fit to your used kernel version.

*** Making pcan driver in chardev mode
***
*** Host machine kernel version=4.19.75-v7l+
*** Driver kernel version=4.19.93-v7l+ (4.19.93)
*** Path to kernel sources=/usr/src/linux-headers-4.19.93-v7l+/
*** use KBUILD=yes ...
by jchah090
Tue 28. Jan 2020, 16:51
Forum: Linux
Topic: PEAK-Linux Driver on Raspberry Pi
Replies: 156
Views: 514804

Re: PEAK-Linux Driver on Raspberry Pi

I am having trouble configuring the driver for pcan
Here are the outputs for "make clean", "make PCC=NO PCI=NO ISA=NO DNG=NO", "sudo make inistall" and "modprobe pcan"

pi@raspberrypi:~/peak-linux-driver-8.9.3 $ make clean
make[1]: Entering directory '/home/pi/peak-linux-driver-8.9.3/driver'
rm -f ...
by jchah090
Tue 28. Jan 2020, 16:24
Forum: Linux
Topic: Unable to run $sudo modprobe pcan
Replies: 3
Views: 8385

Re: Unable to run $sudo modprobe pcan

I am having the same issue:
Am able to run make clean and then make PCC=NO PCI=NO DNG=NO ISA=NO PAR=NO, after that sudo make install
But when i try to run the sudo modprobe pcan command its giving me the following output:
$ sudo modprobe pcan
modprobe: ERROR: ../libkmod/libkmod-module.c:832 kmod ...
by jchah090
Mon 27. Jan 2020, 22:48
Forum: Linux
Topic: PEAK-Linux Driver on Raspberry Pi
Replies: 156
Views: 514804

Re: PEAK-Linux Driver on Raspberry Pi

Hi i am having issue with installing the modprobe pcan on my rasberrypi,
This is what i get when i run the command.
$ modprobe pcan
modprobe: ERROR: ../libkmod/libkmod-module.c:832 kmod_module_insert_module() could not find module by name='pcan'
modprobe: ERROR: could not insert 'pcan': Unknown ...