> Holschuh, Friedrich wrote: >> Hallo >> Wir setzen den Linux Kernel 2.6.29-rt23 mit integriertem Socketcan ein.Als >> unterlagerten Treiber haben wir den Peak Netdev Treiber 6.9b integriert. > > What PEAK CAN hardware do your drivers support. Note that there is > already a driver for the PCAN PCI card in the SVN repository. Is there > any chance to commit your changes to the Socket-CAN project? > >> Mit welchen API Aufrufen kann man die Baudrate einstellen. > > Please have a look to chapter 6.5 of > http://lxr.linux.no/#linux+v2.6.33/Documentation/networking/can.txt.
Hello Friedrich, even when you compiled the PEAK driver with netdev support, the configuration of the bitrate is done via the PEAKs character device entries. This is well documented in the http://www.peak-system.com/fileadmin/media/linux/files/PCAN%20Driver%20for%20Linux_eng.pdf see page 22, e.g. : echo "i 0x4914 e" > /dev/pcan32 I did not try to configure the bitrates with the PEAK ioctl() interface so far. Btw. why do you use 6.9b and not the latest 6.15?? Regards, Oliver _______________________________________________ Socketcan-core mailing list [email protected] https://lists.berlios.de/mailman/listinfo/socketcan-core
