Hi all,

I hope that someone can give me a hint for the following problem.

That's what I did:

checkout socketcan from svn (revision 1240)

in the folder socketcan/kernel/2.6:

make
make modules_install

modprobe can-isotp

This results in the following error:
FATAL: Error inserting can_isotp /lib/modules/2.6.32-bpo.5-686/extra/can-isotp.ko): Unknown symbol in module, or unknown parameter (see dmesg)

dmesg | tail output:

[41334.983203] can: controller area network core (rev 20090105 abi 8)
[41334.984140] NET: Registered protocol family 29
[41334.985885] can_isotp: disagrees about version of symbol can_proto_register
[41334.985891] can_isotp: Unknown symbol can_proto_register
[41334.986323] can_isotp: Unknown symbol can_ioctl
[41334.987262] can_isotp: disagrees about version of symbol can_proto_unregister
[41334.987265] can_isotp: Unknown symbol can_proto_unregister

lsmod | grep can results in this output
can                    17795  0

this does also work:
modprobe can-raw
modprobe can-bcm

lsmod | grep can results in this output

can_bcm                 9527  0
can_raw                 4235  0
can                    17795  2 can_bcm,can_raw

So any ideas how the problem can be fixed?

Thanks.

_______________________________________________
Socketcan-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/socketcan-users

Reply via email to