Search found 5 matches

by Hans.Peter
Mon 2. Sep 2013, 17:04
Forum: Linux
Topic: PEAK-Linux Driver on Raspberry Pi
Replies: 156
Views: 515144

Re: PEAK-Linux Driver on Raspberry Pi


It looks like you didn't do the "make install" command after you built "pcan.ko".


No i don't. But if i execute 'make install' the pcan.ko module will be installed to '/lib/modules/3.6.11/misc/'
As 'uname -r' shows me '3.6.11+' i think '/lib/modules/3.6.11+/misc/' should be correkt. I've created ...
by Hans.Peter
Mon 2. Sep 2013, 16:04
Forum: Linux
Topic: PEAK-Linux Driver on Raspberry Pi
Replies: 156
Views: 515144

Re: PEAK-Linux Driver on Raspberry Pi

Here the kernel config files
by Hans.Peter
Mon 2. Sep 2013, 15:12
Forum: Linux
Topic: PEAK-Linux Driver on Raspberry Pi
Replies: 156
Views: 515144

Re: PEAK-Linux Driver on Raspberry Pi

Here my pcan.ko
by Hans.Peter
Mon 2. Sep 2013, 13:49
Forum: Linux
Topic: PEAK-Linux Driver on Raspberry Pi
Replies: 156
Views: 515144

Re: PEAK-Linux Driver on Raspberry Pi


root@raspberrypi:~/peak-linux-driver-7.9/driver# insmod ./pcan.ko
Error: could not insert module ./pcan.ko: Invalid module format
root@raspberrypi:~/peak-linux-driver-7.9/driver# dmesg | tail -n 20
[ 2.912780] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[ 3.043170] usb 1-1.1: New ...
by Hans.Peter
Mon 2. Sep 2013, 13:11
Forum: Linux
Topic: PEAK-Linux Driver on Raspberry Pi
Replies: 156
Views: 515144

Re: PEAK-Linux Driver on Raspberry Pi

Yes, i've the same problem like Chris. Installed today latest raspbian with all updates and 3.6.11+ kernel-headers from github.com

My output:


root@raspberrypi:~/peak-linux-driver-7.9/driver# make clean
rm -f src/*o src/*~ src/.*cmd *o *ko *~ .*cmd pcan.mod.c
root@raspberrypi:~/peak-linux-driver ...