Oliver, First, I forgot to thank you for your test.
In the meanwhile, I got my card running. The transmit problem has to do with calling 'netif_start_queue()', which does not schedule an initial tx. netif_wake_queue() only schedules a tx when it was suspended. I added a netif_tx_schedule_all(), which actually does start transmissions. I just want to inform, does 'netif_tx_schedule_all()' need some versions macro's around it, or does it exist for ages? Kurt _______________________________________________ Socketcan-core mailing list [email protected] https://lists.berlios.de/mailman/listinfo/socketcan-core
