Search found 2 matches

by RexTien
Wed 25. Feb 2015, 20:23
Forum: Linux
Topic: No /dev/pcan0 after pcan driver loaded.
Replies: 3
Views: 9457

Re: No /dev/pcan0 after pcan driver loaded.

Thanks for your quick response. When I try to run "sudo pcan_make_devices 2", I get the following:


Info: Please do first a "modprobe pcan.o or modprobe pcan.ko .. (depends on kernel version)"


However, I have certainly already loaded the pcan module, as the result of "lsmod | grep pcan" is ...
by RexTien
Tue 24. Feb 2015, 23:30
Forum: Linux
Topic: No /dev/pcan0 after pcan driver loaded.
Replies: 3
Views: 9457

No /dev/pcan0 after pcan driver loaded.

Greetings,

I am trying to install pcan drivers for "PCAN-PCI Dual Channel opto-decoupled" IPEH-002067.

I am running a xenomai-patched linux kernel (3.2.21-xenomai-2.6.1).

I am using peak-linux-driver-7.14.

I successfully compiled and loaded the driver using the following commands as root:
make ...