> Is there *anyone* who has gotten this device to work with Ubuntu? > Is there a different source tree (earlier version?) I should be > using? Why can't this compile out of the box? > I have managed to get the ESD working with my colleague that uses Ubuntu.
Since I'm developer, I might assume things that you may not be familiar with. These are the high level steps: * grab the ubuntu kernel source of your system * apply the config to it * modify the bittiming calculation setting ($ make menuconfig or whatever) * make (takes some time) * try with $ insmod drivers/net/can/can_dev.ko (or can-dev.ko, don't know right now). Now, you have the fixed modules. Since I'm not familiar with ubuntu, I don't know how to install the kernel & modules in 'ubuntu compliant way'. _______________________________________________ Socketcan-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/socketcan-users
