only CAN must be terminated on both ends of the bus (=cables), so please don´t terminate the USB cable


regards
Michael
Code: Select all
*------------- PEAK-System CAN interfaces (www.peak-system.com) -------------
*------------- Release_20141017_n (7.13.0) Nov 10 2014 18:31:52 --------------
*------------- [mod] [isa] [pci] [dng] [par] [usb] [pcc] [net] --------------
*--------------------- 1 interfaces @ major 249 found -----------------------
*n -type- -ndev- --base-- irq --btr- --read-- --write- --irqs-- -errors- status
32 usb can0 ffffffff 255 0x0014 00000001 00000000 00000007 00000001 0x0000
Code: Select all
uname -a
Linux amine 3.13.0-40-generic #69~precise1-Ubuntu SMP Fri Nov 14 10:29:31 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
Code: Select all
make DNG=NO_DONGLE_SUPPORT ISA=NO_ISA_SUPPORT PCI=NO_PCI_SUPPORT PCC=NO_PCC_SUPPORT NET=NO_NETDEV_SUPPORT
Code: Select all
*------------- PEAK-System CAN interfaces (www.peak-system.com) -------------
*------------- Release_20141017_n (7.13.0) Nov 26 2014 16:23:05 --------------
*---------------------------- [mod] [par] [usb] -----------------------------
*--------------------- 1 interfaces @ major 248 found -----------------------
*n -type- -ndev- --base-- irq --btr- --read-- --write- --irqs-- -errors- status
33 usb -NA- ffffffff 255 0x001c 00000000 00000000 00000000 00000000 0x0000
Code: Select all
$ dmesg | grep pcan
Code: Select all
$ ls -l /dev/pcan*
I think the issue is here: since v8 of the driver, we have decided to change how the default "pcan" driver should be built:My kerner version is 3.19.0-25-generic, and installed peak-linux-driver-8.0.20-beta.
Code: Select all
$ make
Code: Select all
$ make
Code: Select all
$ cd peak-linux-driver-x.y.x/driver
$ make NET=NETDEV_SUPPORT
$ sudo make install