Search found 5 matches

by pablo_chen
Sun 12. Apr 2020, 11:28
Forum: Linux
Topic: issue by using the pcan-usb x6
Replies: 1
Views: 2467

issue by using the pcan-usb x6

I try to install the peak-linux-driver-8.10.0, but failed. and the reasons for failure are as follows. the output contain 'Nothing to be done for 'install'.' And I can't modprobe pcan.

sudo make install
make[1]: Entering directory '/home/nio/Documents/Tools/pcan/peak-linux-driver-8.10.0/driver ...
by pablo_chen
Fri 10. Apr 2020, 07:04
Forum: Linux
Topic: what is mean this command?
Replies: 6
Views: 6525

Re: what is mean this command?

grep PEAK_ /boot/config-`uname -r`
CONFIG_CAN_PEAK_PCIEFD=m
CONFIG_CAN_PEAK_PCMCIA=m
CONFIG_CAN_PEAK_PCI=m
CONFIG_CAN_PEAK_PCIEC=y
CONFIG_CAN_PEAK_USB=m

lsmod | grep ^peak
peak_usb 45056 0

when I entered that command and got those response, is that mean i don't need setup the driver any more?
by pablo_chen
Thu 9. Apr 2020, 09:48
Forum: Linux
Topic: ubuntu18.04 modprobe pcan failed
Replies: 5
Views: 4866

Re: ubuntu18.04 modprobe pcan failed

Thank you very much for your so quickly reply. My device can work nomally. :)
by pablo_chen
Thu 9. Apr 2020, 09:00
Forum: Linux
Topic: ubuntu18.04 modprobe pcan failed
Replies: 5
Views: 4866

Re: ubuntu18.04 modprobe pcan failed

I use the PCAN-USB X6 device. Firstly I want setup the driver for my computer(ubuntu18.04). I post the process in the tickets. could you help me found what's worry, and if any other infomation should i supply?
by pablo_chen
Thu 9. Apr 2020, 08:41
Forum: Linux
Topic: ubuntu18.04 modprobe pcan failed
Replies: 5
Views: 4866

ubuntu18.04 modprobe pcan failed

uname -a
Linux LT5CG8205V2N 5.3.0-46-generic #38~18.04.1-Ubuntu SMP Tue Mar 31 04:17:56 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
nio@LT5CG8205V2N:~$

make clean
make[1]: Entering directory '/home/nio/Documents/Tools/pcan/peak-linux-driver-8.10.0/driver'
rm -f src/*o src/*~ src/.*cmd *o *ko ...