Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] DiSEqC in driver




high!

All the time using the driver (since August this year) I was wondering why
the driver didnt tune to pro7 or n-tv when loaded...

last week I looked into driver/dvb.c and added one line:
==============================
--- dvb.c.orig  Tue Nov 17 23:09:38 2001
+++ dvb.c       Wed Dec  5 01:05:29 2001
@@ -2576,6 +2576,7 @@
                 para.u.ofdm.HierarchyInformation=HIERARCHY_NONE;
                 break;
         }
+        SetDiSEqC(dvb, 1); // by SH
         tune(dvb, &para);
         SetVolume(dvb, 0xff, 0xff);

==============================

I don't know what would happen to people don't using DiSEqC, but on my
box now the channel is set properly when the driver is loaded.

BTW: the diff is made based on the 20011117 snapshot from Klaus' page.

c ya
        Sergei

--------------------------------------------------------------------
         eMail:       Sergei.Haller@math.uni-giessen.de
--------------------------------------------------------------------
Be careful of reading health books, you might die of a misprint.
                -- Mark Twain



-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.


Home | Main Index | Thread Index