Opened 19 years ago
Closed 19 years ago
#3360 closed patch (fixed)
Firewire deals badly with STBs that ignore power command
| Reported by: | anonymous | Owned by: | danielk |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.21 |
| Component: | mythtv | Version: | head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description (last modified by )
Seems my DCT 6200 does not respond to the power commands.
This patch hard-codes a non-response to an Invalid command. This probably isn't the right fix, but it makes my recordings work.
Attachments (2)
Change History (6)
by , 19 years ago
| Attachment: | working.patch.txt added |
|---|
by , 19 years ago
| Attachment: | 3360-v1.patch added |
|---|
Possible fix, this retries only once instead of forever on failed STB power queries.
comment:2 by , 19 years ago
| Milestone: | unknown → 0.21 |
|---|---|
| Type: | defect → patch |
| Version: | unknown → head |
comment:3 by , 19 years ago
| Summary: | Firewire Bug → Firewire deals badly with STBs that ignore power command |
|---|
comment:4 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
(In [13424]) Fixes #3360. Fixes how we deal with STBs that ignore the power commands completely (i.e. don't send back an unknown command packet).
We used to assume that if we timed out this was a temporary failure and we would keep trying until it succeeded. Now we only try twice, if it fails both times we treat this as if we had gotten an unimplemented command return from the STB.
Tested by David Frascone and Jim Westfall.

Patch File