Thorsten Godau wrote: > I am trying to get a Tiny-USB with SLCAN-firmware running with SocketCAN. > The kernel modules and can-utilities are already built. I loaded the > slcan kernel module with modprobe, dmesg seems to report that this was > succesfull. But now i am a bit confused what to do next. The docs > about the can utilities are a bit tight. > > Can you give me an advice what to read or where to get further info?
Yes. Google for "slcan berlios" ... ;-) There had been several hints, discussions and description on the ML. But i don't have something recent in my inbox. The major thing is that you need to attach the slcan driver to a specific serial (character) device to create a CAN netdevice, e.g. slc0. This can be done with "slcan_attach" or "slcand" from trunk/can-utils. The slcan driver is not configured by "ip" nor the netlink interface. Regards, Oliver _______________________________________________ Socketcan-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/socketcan-users
