Search found 4 matches

by alberto.c
Mon 17. Feb 2020, 16:51
Forum: Linux
Topic: pcan_make_devices and modprobe problems
Replies: 5
Views: 6619

Re: pcan_make_devices and modprobe problems

SOLVED! It was sufficient to uninstall the driver and reinstall it with the option "make RT=NO_RT", thank you for the help!!!
by alberto.c
Mon 17. Feb 2020, 16:10
Forum: Linux
Topic: pcan_make_devices and modprobe problems
Replies: 5
Views: 6619

Re: pcan_make_devices and modprobe problems

Hi,
I don't understand what you are suggesting: for "device name" are you talking about the "device node"? The LINUX_CAN_Open(szDeviceNode, O_RDWR) function needs the device node, and in fact if I try to use pcan1 instead of /dev/pcan1 for example with the "bitratetest" test program I obtain this ...
by alberto.c
Mon 17. Feb 2020, 13:20
Forum: Linux
Topic: pcan_make_devices and modprobe problems
Replies: 5
Views: 6619

Re: pcan_make_devices and modprobe problems

Hello,
this is the output of ls /dev:
autofs loop0 ppp sda2 tty23 tty46 ttyS2
block loop1 ptmx sda3 tty24 tty47 ttyS3
bsg loop2 pts sg0 tty25 tty48 uinput
bus loop3 ram0 shm tty26 tty49 urandom
char loop4 ram1 stderr tty27 tty5 usbmon0
console loop5 ram10 stdin tty28 tty50 usbmon1
core loop6 ram11 ...
by alberto.c
Fri 14. Feb 2020, 15:40
Forum: Linux
Topic: pcan_make_devices and modprobe problems
Replies: 5
Views: 6619

pcan_make_devices and modprobe problems

Hi,
I'm a student of Politecnico di Torino and i'm working on my master Thesis. In particular I have to use a Linux pc (kernel version 2.6.32.11, RT, and is not running UDEV) that has a PCAN-PCI board (IPEH 002065) installed. Before me other people used and installed correctly the driver (chardev ...