Mailing List archive

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

[linux-dvb] dvbd question




 I have seen an odd behaviour with dvbd : 

dvbd from dvbd2 package runs fine with siemens-0.8.2 drivers.
dvbd from dvbrouter package however does not. Upon startup it reports in
the logs "ioctl VSFRONTEND : invalid argument" and exits. 
=======================================================================
  if ((vid = open ("/dev/video", O_RDWR)) == -1)
  {
    syslog (LOG_ERR, "open: %m") ;
    goto finish ;
  }
  if (ioctl (vid, VIDIOCSFRONTEND, &front) == -1)
  {
    syslog (LOG_ERR, "ioctl VSFRONTEND: %m") ;
    goto finish ;  
  }
==============================================================================

 I've noticed that modifications between the two packages are cosmetic
in dvbd.c, but the driver include files have lot's of differences.

 Anyway, dvbd from dvbd2 package works fine with mrouted daemon from
dvbrouter package.

-- 
ing. Andrei Boros
mailto:andrei@srr.ro / +40-1-303-1865
Centrul pt. Tehnologia Informatiei
Societatea Romana de Radiodifuziune


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


Home | Main Index | Thread Index