Search found 3 matches

by jerinj89
Thu 6. Jun 2024, 11:49
Forum: Linux
Topic: PCAN-USB driver installation issue
Replies: 5
Views: 15418

Re: PCAN-USB driver installation issue

Hello,

Thank you for the quick response.

I am still stuck with below issue.
module verification failed: signature and/or required key missing - tainting kernel

Also found a solution in the post - https://forum.peak-system.com/viewtopic.php?f=59&t=7201/ (solution specific to Ubuntu)

On following ...
by jerinj89
Wed 5. Jun 2024, 15:06
Forum: Linux
Topic: PCAN-USB driver installation issue
Replies: 5
Views: 15418

Re: PCAN-USB driver installation issue

Hello!

thank you for the quick solution.
the kernel headers are now installed.

I could build and then install the drivers by following the documentation.
But on command dmesg | grep pcan, i find an issue.

└─$ dmesg | grep pcan
[ 46.832399] pcan: loading out-of-tree module taints kernel.
[ 46 ...
by jerinj89
Wed 5. Jun 2024, 10:18
Forum: Linux
Topic: PCAN-USB driver installation issue
Replies: 5
Views: 15418

PCAN-USB driver installation issue

Hi,
I am facing an error while installing PCAN-USB driver on KALI Linux.

(root㉿kali)-[~]# uname -a
Linux kali 6.6.9-amd64 #1 SMP PREEMPT_DYNAMIC Kali 6.6.9-1kali1 (2024-01-08) x86_64 GNU/Linux

(root㉿kali)-[~]# grep PEAK_ /boot/config-`uname -r`
CONFIG_CAN_PEAK_PCIEFD=m
CONFIG_CAN_PEAK_PCI=m ...