Search found 2 matches

by brirus
Fri 30. Sep 2016, 23:23
Forum: Linux
Topic: peak-pci non-functional in Debian Testing 4.7.5-1 kernel
Replies: 2
Views: 5277

Re: peak-pci non-functional in Debian Testing 4.7.5-1 kernel

I narrowed down the problem.

Rebooting into 4.6 kernel, the following brings up the interface:

Code: Select all

modprobe peak_pci
ifconfig can0 up
however this doesn't work in 4.7.5-1.
by brirus
Fri 30. Sep 2016, 22:15
Forum: Linux
Topic: peak-pci non-functional in Debian Testing 4.7.5-1 kernel
Replies: 2
Views: 5277

peak-pci non-functional in Debian Testing 4.7.5-1 kernel

Hello,

I'm trying to get my PEAK-PCI cards working with netdev with 4.7 amd64 kernel in Debian Testing.

output of `uname -a`
Linux xk910228 4.7.0-1-amd64 #1 SMP Debian 4.7.5-1 (2016-09-26) x86_64 GNU/Linux

output of `lsmod|grep peak`
peak_pci 16384 0
sja1000 16384 1 peak_pci
i2c_algo_bit 16384 2 ...