Ticket #182 (closed defect: worksforme)
igdaemon fails to communicate with iguanaIR
| Reported by: | alden | Owned by: | jdunn |
|---|---|---|---|
| Priority: | normal | Component: | Software |
| Version: | Severity: | normal | |
| Keywords: | Cc: |
Description
I wrote a test loop:
while (/bin/true); do /usr/local/bin/irsend SEND_ONCE c 1; sleep 1; done
After a minute or so irsend fails with:
irsend: command failed: SEND_ONCE c 1 irsend: transmission failed
The last 50 or so lines from igdaemon -nvvv:
Mar 07 15:36:25 2010 INFO: No more receivers, turning off the receiver. Mar 07 15:36:25 2010 DEBUG2: o0x0000cd14 Mar 07 15:36:25 2010 DEBUG2: i0x0000dc14 Mar 07 15:36:25 2010 DEBUG: Received ctl header: 0x14 Mar 07 15:36:25 2010 INFO: Transaction: 0x14 (8691 microseconds) Mar 07 15:36:26 2010 INFO: Found client using protocol version 1 Mar 07 15:36:26 2010 INFO: Request handled within daemon: 0xfe Mar 07 15:36:26 2010 INFO: Found client using protocol version 1 Mar 07 15:36:26 2010 INFO: Request handled within daemon: 0xfe Mar 07 15:36:26 2010 DEBUG2: o0x0000cd1530000631 Mar 07 15:36:26 2010 DEBUG2: o0x7f03fa22db22db22 Mar 07 15:36:26 2010 DEBUG2: o0x9c22db22db229c22 Mar 07 15:36:26 2010 DEBUG2: o0x9c229c229c22db22 Mar 07 15:36:26 2010 DEBUG2: o0x9c229c229c22db22 Mar 07 15:36:26 2010 DEBUG2: o0x9c229c22db22db22 Mar 07 15:36:26 2010 DEBUG2: o0xdb22db229c22db22 Mar 07 15:36:26 2010 DEBUG2: i0x0000dc15 Mar 07 15:36:26 2010 DEBUG: Received ctl header: 0x15 Mar 07 15:36:26 2010 INFO: Transaction: 0x15 (113382 microseconds) Mar 07 15:36:26 2010 DEBUG2: o0x0000cd12 Mar 07 15:36:26 2010 DEBUG2: i0x0000dc12 Mar 07 15:36:26 2010 DEBUG: Received ctl header: 0x12 Mar 07 15:36:26 2010 INFO: Transaction: 0x12 (8967 microseconds) Mar 07 15:36:26 2010 INFO: No more receivers, turning off the receiver. Mar 07 15:36:26 2010 DEBUG2: o0x0000cd14 Mar 07 15:36:26 2010 DEBUG2: i0x7f7f7f7f7f668000 Mar 07 15:36:26 2010 DEBUG2: Data without ctl header assuming IG_DEV_RECV. Mar 07 15:36:26 2010 DEBUG2: i0x0000dc14 Mar 07 15:36:26 2010 DEBUG: Received ctl header: 0x14 Mar 07 15:36:26 2010 INFO: Transaction: 0x14 (14839 microseconds) Mar 07 15:36:26 2010 DEBUG2: Returning data packet (0x30, 7 byte payload) Mar 07 15:36:26 2010 DEBUG: iguanaDevToPulses: allocated 7, used 2 Mar 07 15:36:27 2010 INFO: Found client using protocol version 1 Mar 07 15:36:27 2010 INFO: Request handled within daemon: 0xfe Mar 07 15:36:27 2010 INFO: Found client using protocol version 1 Mar 07 15:36:27 2010 INFO: Request handled within daemon: 0xfe Mar 07 15:36:27 2010 DEBUG2: o0x0000cd1530000631 Mar 07 15:36:27 2010 DEBUG2: o0x7f03fa22db22db22 Mar 07 15:36:27 2010 DEBUG2: o0x9c22db22db229c22 Mar 07 15:36:27 2010 DEBUG2: i0x Mar 07 15:36:27 2010 DEBUG: 0 length recv on 0. Mar 07 15:36:30 2010 ERROR: failed to write data packet: Failed to write (interrupt end point): No error Mar 07 15:36:30 2010 ERROR: Failed to send IR data. Mar 07 15:36:30 2010 ERROR: Device transaction (0x15) failed Mar 07 15:36:30 2010 ERROR: handleClientRequest(0x00) failed with: 22 (Invalid argument) Mar 07 15:36:30 2010 DEBUG2: o0x0000cd12 Mar 07 15:36:30 2010 DEBUG2: i0x Mar 07 15:36:30 2010 DEBUG: 0 length recv on 0. Mar 07 15:36:30 2010 ERROR: failed to write control packet Mar 07 15:36:30 2010 ERROR: Device transaction (0x12) failed Mar 07 15:36:30 2010 ERROR: handleClientRequest(0x00) failed with: 11 (Resource temporarily unavailable) Mar 07 15:36:30 2010 DEBUG2: i0x Mar 07 15:36:30 2010 DEBUG: 0 length recv on 0. Mar 07 15:36:30 2010 DEBUG2: i0x Mar 07 15:36:30 2010 DEBUG: 0 length recv on 0. Mar 07 15:36:31 2010 INFO: Found client using protocol version 1 Mar 07 15:36:31 2010 INFO: Request handled within daemon: 0xfe Mar 07 15:36:31 2010 INFO: Found client using protocol version 1 Mar 07 15:36:31 2010 INFO: Request handled within daemon: 0xfe Mar 07 15:36:31 2010 DEBUG2: o0x0000cd12 Mar 07 15:36:31 2010 ERROR: failed to write control packet: Failed to write (interrupt end point): error submitting URB: No such device Mar 07 15:36:31 2010 ERROR: Device transaction (0x12) failed Mar 07 15:36:31 2010 ERROR: handleClientRequest(0x00) failed with: 19 (No such device) Mar 07 15:36:31 2010 DEBUG2: o0x0000cd1530000631 Mar 07 15:36:31 2010 ERROR: failed to write control packet: Failed to write (interrupt end point): error submitting URB: No such device Mar 07 15:36:31 2010 ERROR: Device transaction (0x15) failed Mar 07 15:36:31 2010 ERROR: handleClientRequest(0x00) failed with: 19 (No such device) Mar 07 15:36:31 2010 INFO: Found client using protocol version 1 Mar 07 15:36:31 2010 INFO: Request handled within daemon: 0xfe Mar 07 15:36:31 2010 INFO: Found client using protocol version 1 Mar 07 15:36:31 2010 INFO: Request handled within daemon: 0xfe Mar 07 15:36:31 2010 DEBUG2: o0x0000cd12 Mar 07 15:36:31 2010 ERROR: failed to write control packet: Failed to write (interrupt end point): error submitting URB: No such device Mar 07 15:36:31 2010 ERROR: Device transaction (0x12) failed Mar 07 15:36:31 2010 ERROR: handleClientRequest(0x00) failed with: 19 (No such device) Mar 07 15:36:31 2010 INFO: FAILED to write packet back to client: 0x0 Mar 07 15:36:31 2010 INFO: Device 0 unplugged Mar 07 15:36:31 2010 INFO: Worker 0 exiting
Change History
Note: See
TracTickets for help on using
tickets.
