Alexander Hoogerhuis wrote :
> Feb 11 01:48:22 lapper kernel: NETDEV WATCHDOG: irda0: transmit timed out
> Feb 11 01:48:22 lapper kernel: irda0: transmit timed out
> Feb 11 01:48:24 lapper kernel: NETDEV WATCHDOG: irda0: transmit timed out
> Feb 11 01:48:24 lapper kernel: irda0: transmit timed out
> 
> Any pointers?

        Problem with the driver. Most often, it's something wrong with
interrupts, like interrupt shared with another device/driver. Might be
the driver goofing up. Might also be another driver on the system
disabling interrupts for too long.
        Check you interrupt. You may also want to try the irtty driver
instead of irport.

> ...but is only handles data in 256-byte chucks for Tx? How can I get
> it to accept larger bits?

        You can't, because this is what the other end has
requested. If you really want to change it, you need to fix the
Palm. Fortunately, the IrDA stack handle fragmentation transparently,
so you don't have to take care of that.
        You may want to increase the PPP MTU, just to make sure that
things are more efficient.

        Jean
_______________________________________________
Linux-IrDA mailing list  -  [EMAIL PROTECTED]
http://www.pasta.cs.UiT.No/mailman/listinfo/linux-irda

Reply via email to