Opened 18 years ago
Closed 18 years ago
Last modified 17 years ago
#4133 closed patch (fixed)
Fix Tone switching, add voltage and mini DiSEqC switch types
| Reported by: | anonymous | Owned by: | danielk |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.22 |
| Component: | dvb | Version: | head |
| Severity: | low | Keywords: | tone switch |
| Cc: | Ticket locked: | no |
Description
Attached is a simple patch that changes the tone switching to use the FE_SET_TONE ioctl as opposed to the FE_DISEQC_SEND_BURST ioctl. I can't speak for whether or not FE_DISEQC_SEND_BURST worked with some devices, but it did not work with my starbox II. I've tested tone switching successfully with this patch, and another person has tested voltage. I don't have the hardware to test mini DiSEqC, so I can't speak for that.
Attachments (1)
Change History (9)
by , 18 years ago
| Attachment: | myth_tone_switch_r14623.diff added |
|---|
comment:1 by , 18 years ago
| Component: | mythtv → dvb |
|---|---|
| Milestone: | unknown → 0.22 |
| Owner: | changed from to |
| Type: | defect → patch |
| Version: | unknown → head |
comment:2 by , 18 years ago
comment:3 by , 18 years ago
comment:4 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
follow-up: 6 comment:5 by , 17 years ago
Diseqc tone switching had been fine for me with mythtv 0.21
However switching to trunk svn broke for me. Reverting just change 16138 then made it work again.
I'm afraid I don't know enough about diseqc to explain it - I don't even know the type of diseqc tone switch that I have.
If it's any help, I have a Hauppauge Nova-S+ card.
comment:6 by , 17 years ago
Replying to anonymous:
Diseqc tone switching had been fine for me with mythtv 0.21
However switching to trunk svn broke for me. Reverting just change 16138 then made it work again.
I'm afraid I don't know enough about diseqc to explain it - I don't even know the type of diseqc tone switch that I have.
If it's any help, I have a Hauppauge Nova-S+ card.
This patch fixes tone switching for me. Have you tried changing your switch type to mini diseqc with this patch applied? Does it restore functionality for you?

Crap, I just realized my spacing is bad in this patch... Do you have the link handy to properly format the patch? I'll take the time to make it fit the coding style of the project if you can link me.