Search found 6 matches

by huihuili
Wed 18. Jul 2018, 09:52
Forum: Linux
Topic: PCAN-USB cannot be recognized as can0
Replies: 9
Views: 16620

Re: PCAN-USB cannot be recognized as can0

Hi Michael,

By the way, there are two versions of Peak PCAN-USB: isolation and non-isolation.

What is the difference?

Which one should I choose?

Thanks.
by huihuili
Wed 18. Jul 2018, 09:46
Forum: Linux
Topic: PCAN-USB cannot be recognized as can0
Replies: 9
Views: 16620

Re: PCAN-USB cannot be recognized as can0

Hi Michael,

This is the web of my CANUSB adapter:

https://gridconnect.com/usb-can-interface.html#

I thought it was from Peak. But it is not.

I think gridconnect offered Peak PCAN-USB adapter like this:
https://gridconnect.com/can-usb.html#

I have been using the manual of Peak's adapter for ...
by huihuili
Tue 17. Jul 2018, 19:05
Forum: Linux
Topic: PCAN-USB cannot be recognized as can0
Replies: 9
Views: 16620

Re: PCAN-USB cannot be recognized as can0

HI Michael,

The status of LED after I plugged into my machine:
PWR : Solid green
COM RX: flashing green
Others: Off

The following is the dmesg outputs. It does not seem to recoginize the pcan device:

huihuili@huihuili-glaptop:~$ dmesg -T | grep pcan
[Tue Jul 17 03:02:38 2018] Modules linked ...
by huihuili
Tue 17. Jul 2018, 01:01
Forum: Linux
Topic: PCAN-USB cannot be recognized as can0
Replies: 9
Views: 16620

Re: PCAN-USB cannot be recognized as can0

Actually I was not able to make successfully with only the command "make NET=NETDEV_SUPPORT":

huihuili@huihuili-glaptop:~/CAN/PCAN-USB/peak-linux-driver-8.5.1$ make NET=NETDEV_SUPPORT
make[1]: Entering directory '/home/huihuili/CAN/PCAN-USB/peak-linux-driver-8.5.1/driver'
Makefile:310: /usr/src ...
by huihuili
Tue 17. Jul 2018, 00:54
Forum: Linux
Topic: PCAN-USB cannot be recognized as can0
Replies: 9
Views: 16620

Re: PCAN-USB cannot be recognized as can0

I think I got the the driver installed OK.

I ran "sudo modprobe pcan".

Then I ran cat /poroc/pcan and no device is not lised.


huihuili@huihuili-glaptop:~/CAN/PCAN-USB/peak-linux-driver-8.5.1$ cat /proc/pcan

*------------- PEAK-System CAN interfaces (http://www.peak-system.com ...
by huihuili
Sat 14. Jul 2018, 04:00
Forum: Linux
Topic: PCAN-USB cannot be recognized as can0
Replies: 9
Views: 16620

PCAN-USB cannot be recognized as can0

I was trying to set up the PCAN-USB adapter in my Ubuntu machine. I am plan to use SocketCAN. I was told that I dont need to install the driver because Linux comes with the driver for it. But when I plugged the PCAN-USB adapter to Linux machine. I cannot see it listed in /dev/*.

Then I tried to ...