Mailing List archive

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

[linux-dvb] Re: Problems with 'scan'



On Mon, Nov 25, 2002 at 10:06:02PM +0100, Holger Waechtler wrote:
> Hi Martin,
> 
> Martin Neuditschko wrote:
> >On Tue, Nov 19, 2002 at 07:05:45PM +0100, Martin Neuditschko wrote:
> >
> >>Hello!
> >>
> >>I tried to use 'scan' to generate a new channels.conf, but I
> >>always get the error:
> >>ERROR: failed opening '/dev/dvb/adapter0/demux0' (Too many open files)
> >>
> >>I am using a Hauppauge DVB-c card with the driver from today (19.11.02)
> >
> >
> >I tried the same with the current (25.11.02) driver, but it
> >only looks at QAM_64, but my provider uses QAM_256 and there
> >is no option for 'scan' for the QAM:
> 
> please add a channel of your provider to the initial channel list in 
> initial.h. Please post a patch on this list when things are working for you.

OK, now it works.

Here is the patch:
,----
| melchior:/usr/local/src/devel/DVB/apps/scan # diff -urN initial.h.old initial.h
| --- initial.h.old       2002-11-25 23:09:04.000000000 +0100
| +++ initial.h   2002-11-25 22:59:34.000000000 +0100
| @@ -311,6 +311,23 @@
|                         }
|                 }
|         },
| +       /**
| +        *  Kabel Vienna - UPC Digital (RTL2, Sat1, ...)
| +        */
| +       {
| +               .type = FE_QAM,
| +               .param = {
| +                       .frequency = 377750000,
| +                       .inversion = INVERSION_OFF,
| +                       { qam:
| +                               {
| +                                       .symbol_rate = 6900000,
| +                                       .fec_inner = FEC_NONE,
| +                                       .modulation = QAM_256
| +                               }
| +                       }
| +               }
| +       },
| };
| 
| 
`----


best regards
Martin Neuditschko


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



Home | Main Index | Thread Index