Mailing List archive

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

[linux-dvb] Re: dvbd



maybe that`s my big problem
because when I run dumpee I see
./dumpee
VIDIOCGCAP /dev/video0: Operation not permitted

yes I`m using dvbd3a from the patch. with patch 9f there is no tainted
modules, and no warnings.

and on ls .. I see only this
ls -l /dev/video
lrwxrwxrwx    1 root     root           15 paź 29 15:34 /dev/video ->
/dev/ost/video0
(paź this in 8859-2 and this means october)

my modules.conf looks like this :
alias char-major-89         i2c-dev
options i2c-core            i2c_debug=0
alias char-major-81         videodev
alias char-major-81-0       dvb
alias char-major-81-224     dvb
alias char-major-249        dvb
alias char-major-250        dvb
alias char-major-251        dvb
alias char-major-252        dvb
alias char-major-253        dvb
alias char-major-254        dvb
alias dvb0                  dvb
alias dev/ost/*             dvb
options saa7146_core        buffers=2 debug=0
options saa7146_v4l         debug=0
options sp5659              debug=0
options tsa5059             debug=0
options ves1893             debug=0
options ves1820             debug=0
options stv0299b            debug=0
options cs4341              debug=0
options ee24lc16            debug=0 ignore_range=-1,0x51,0x57
options dvb                 init_chan=3 debug=0
above saa7146_core          saa7146_v4l
pre-remove saa7146_core     modprobe -r saa7146_v4l
post-remove dvb             modprobe -r ee24lc16; modprobe -r stv0299b; \
                            modprobe -r ves1820; modprobe -r ves1893; \
                            modprobe -r tsa5059; modprobe -r sp5659

so what should I do to make that videodev work ?

ps. about that 2.4.18 from 8.1 kit. Not even 2.4.18 but latest 2.4.19 kernel
source from slackware distribution or ftp is weird. On both when I was
trying to run my dvb drivers there was a lot of unresolved symbols. Although
the source from kernel.org is working perfectly.
> maroi wrote:
> >
> > ok now I tried patch-8
> > on modprobe dvb I see
> > Warning: loading /lib/modules/2.4.19/kernel/drivers/media/video/dmxdev.o
> > will taint the kernel: no license
>
> This is a normal message when the kernel does not detect the license
> information from the modules. Apparently Rolf forgot to add the license
> information defines in all modules. Not ot worry, this has no effect on
> the working of the modules.
>
> > 2.4.19
> I am guessing here, but have you tried a 2.4.18 kernel and dvb ?
> I know 2.4.5 had many wierd problems, and I already heard some roumors
> about 2.4.19.
> I'd give it a try with the stock 2.4.18 from the slack8.1 kit.
>
>
> > Module dvb loaded, with warnings
> module dvb should load without warning about license as it correctly
> defines the license informaiton. Check the source.
>
> > everything is the same but in syslog I see now more:
> > dvbd[2662]: ioctl VIDIOCGCAP (dvbd.c, 1335): Unknown error 515 -
aborting
> Check the source, this is generated at:
>         /* check if DVB card/driver is present at opened V4L device */
> There is a serious problem with detecting your card here.
> I'd start turning on debugging on the modules and dvbd.
>
> > videodev in module with major (from the install of patch-8)
> > alias char-major-81         videodev
> videodev from kernel (only videodev configured in the kernel at video
> for linux) loaded correctly I assume.
>
> Check the changelogs between 2.4.18 and 2.4.19 that may concern i2c,
> videodev.
>
> Something seems to be seriously wrong between your kernel, drivers and
> card.
> Have you tried to set debugging in turn with each module and load them
> manually? especially dvb.o? and keep high debuging on dvb.o while trying
> to load dvbd?
>
> Have you tried to compile and use the gVideo app to see if you can
> receive mpeg video from the satellite? If that doesn't work with various
> warnings, errors, there is a problem somewhere.
> Eutelsat W3 should have at least some polish stations with high SR that
> are visible with small dishes. If not, try Hotbird.
>
> What pcb revision is your card? (see card for Rev 1.5 or Rev 2.1 or
> similar).
> Could you please run dumpee and post the result so I can compare it with
> mine? (I also have a Skystar 1 rev 1.5)
>
> --
> ing. Andrei Boros
> mailto:andrei@srr.ro / +40-1-303-1870
> 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