- July 25, 2010
- 4,024
- 1,420
- Home Country
- Germany
I recently experienced that Unitymedia moved some channels around and MP wasn't able to update them...
A Fullscan didn't worked for whatever reasons, and during the "Unitymedia scan" there were on some transponders nothing found, MP said "Qam64" and I definitely know that UM uses most of the Time Quam256 except for the Upstream (Internet).
So I changed in these lines "Mod64Qam":
to "Mod256Qam":
the result was that MP found all channels again
A Fullscan didn't worked for whatever reasons, and during the "Unitymedia scan" there were on some transponders nothing found, MP said "Qam64" and I definitely know that UM uses most of the Time Quam256 except for the Upstream (Internet).
So I changed in these lines "Mod64Qam":
<DVBCTuning>
<Frequency>354000</Frequency>
<ModulationType>Mod64Qam</ModulationType>
<SymbolRate>6900</SymbolRate>
</DVBCTuning>
<DVBCTuning>
<Frequency>362000</Frequency>
<ModulationType>Mod64Qam</ModulationType>
<SymbolRate>6900</SymbolRate>
</DVBCTuning>
<DVBCTuning>
<Frequency>370000</Frequency>
<ModulationType>Mod64Qam</ModulationType>
<SymbolRate>6900</SymbolRate>
</DVBCTuning>
<DVBCTuning>
<Frequency>378000</Frequency>
<ModulationType>Mod64Qam</ModulationType>
<SymbolRate>6900</SymbolRate>
</DVBCTuning>
<DVBCTuning>
<Frequency>386000</Frequency>
<ModulationType>Mod64Qam</ModulationType>
<SymbolRate>6900</SymbolRate>
</DVBCTuning>
to "Mod256Qam":
<DVBCTuning>
<Frequency>354000</Frequency>
<ModulationType>Mod256Qam</ModulationType>
<SymbolRate>6900</SymbolRate>
</DVBCTuning>
<DVBCTuning>
<Frequency>362000</Frequency>
<ModulationType>Mod256Qam</ModulationType>
<SymbolRate>6900</SymbolRate>
</DVBCTuning>
<DVBCTuning>
<Frequency>370000</Frequency>
<ModulationType>Mod256Qam</ModulationType>
<SymbolRate>6900</SymbolRate>
</DVBCTuning>
<DVBCTuning>
<Frequency>378000</Frequency>
<ModulationType>Mod256Qam</ModulationType>
<SymbolRate>6900</SymbolRate>
</DVBCTuning>
<DVBCTuning>
<Frequency>386000</Frequency>
<ModulationType>Mod256Qam</ModulationType>
<SymbolRate>6900</SymbolRate>
</DVBCTuning>
the result was that MP found all channels again
Attachments
Last edited: