Closed andig closed 6 years ago
Please try:
sudo depmod -a
sudo modprobe usb_8dev
Solved, thanks you!
Actually, I can compile/ load the driver now but the device silent although it's connected (candump can0
):
[ 8.923225] CAN device driver interface
[ 8.968900] usb_8dev: loading out-of-tree module taints kernel.
[ 8.998624] usb_8dev 1-1.2:1.0 can0: firmware: 1.7, hardware: 1.0
[ 8.998985] usbcore: registered new interface driver usb_8dev
[ 15.277655] usb_8dev 1-1.2:1.0 can0: bit-timing not yet defined
[ 15.332229] usb_8dev 1-1.2:1.0 can0: bit-timing not yet defined
[ 15.347828] usb_8dev 1-1.2:1.0 can0: bit-timing not yet defined
[ 15.375574] usb_8dev 1-1.2:1.0 can0: bit-timing not yet defined
[ 15.385432] usb_8dev 1-1.2:1.0 can0: bit-timing not yet defined
[ 16.521088] usb_8dev 1-1.2:1.0 can0: bit-timing not yet defined
pi@wp ~ $ sudo ip link set can0 up type can bitrate 125000 sample-point 0.875
RTNETLINK answers: Device or resource busy
Firmware version looks like it's really talking to the device. Is the tainted
warning a real problem?
... and closing again just had the wrong bitrate :)
@krumboeck your answer should prob be part of readme; this tripped me up too
After installing dkms and kernel headers (as close as possible) I'm failing to load the module:
Any idea appreciated!