Opened 18 years ago
Closed 17 years ago
Last modified 16 years ago
#2741 closed patch (fixed)
disable the active EIT scan for open on demand DVB cards
Reported by: | Owned by: | Janne Grunau | |
---|---|---|---|
Priority: | trivial | Milestone: | 0.21 |
Component: | dvb | Version: | head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
Daniel, I've seen that you haven't applied similar code in #437.
Don't using a dvb card marked as open on demand for active eit scan seems more logical than using it all the time.
I started again on making the eit scanner global. So we will be soon able to scan only occasionally. But it will take one or two weeks till it is finished.
Due to a hardware or driver bug in the dual tuner card Hauppauge Nova-T 500 there is some demand to disable the active eit scan for one frontend of this card. Some reports suggest that a specific pattern of tuning commands can cause a usb disconnect. The disconnect is a nasty error since neither the dvb subsystem nor mythtv are hotplugable. The backend is a zombie after a disconnect and the kernel needs a reboot.
We had also occasionally request to make dvb_on_demand useable with activated EIT.
I don't think there is a great need to apply this patch now. But I added a database update which disables dvb_on_demad for each card wconnected to a useeit videosource.
References #1035
Attachments (4)
Change History (11)
Changed 18 years ago by
Attachment: | 20061128_dvb_on_demand.diff added |
---|
comment:1 Changed 18 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Changed 17 years ago by
Attachment: | disable_active_eitscan.diff added |
---|
Add an option to disable active eit scan per dvb device
comment:2 Changed 17 years ago by
[disable_active_eitscan.diff http://svn.mythtv.org/trac/attachment/ticket/2741/disable_active_eitscan.diff] adds a per dvb card option to disable active eit scan.
comment:3 Changed 17 years ago by
Milestone: | unknown → 0.21 |
---|---|
Resolution: | wontfix |
Status: | closed → new |
comment:4 Changed 17 years ago by
Owner: | changed from danielk to Janne Grunau |
---|---|
Status: | new → accepted |
comment:5 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
(In [15730]) Adds option to disable active eit scan for DVB cards
Some dibcom based usb devices (including the Nova-T500) have a nasty bug which is mostly triggered by our continuous eit scanning. The card becomes useless until the device nodes are closed and reopened. Implementing a recovery function in MythTV would be mess since dual tuner cards are affected and we would need to close both adapters simultaneously. Fixes #2741.
comment:6 Changed 17 years ago by
comment:7 Changed 16 years ago by
Replying to Janne <janne-mythtv@grunau.be>:
I started again on making the eit scanner global. So we will be soon able to scan only occasionally. But it will take one or two weeks till it is finished.
Hi, just updating this ticket to cross-reference to my enhancement ticket #5754 where I supply a patch to make active EIT scan only occasionally. It looks like you were intending to add this kind of functionality so it may save you some time. Best regards, Simon.
I think we can wait a couple weeks for comprehensive solution. :)
We can point Nova-T 500 users to this ticket in the meantime, but I'm closing it since I would only want to apply something like this if we can't get a proper solution working before the next release.