[mythtvnz] Mythbackend crashes
Steven Ellis
mythtvnz@lists.linuxnut.co.nz
Wed, 6 Sep 2006 16:31:10 +1200 (NZST)
Wade Maxfield wrote:
>>
>>
>>Hmm Which DVB driver are you all using? Had a look at the dvb mailing
>> list
>>and mercurial recently for changes?
>>
>>Steve
>>
>
> I'm using whatever is part of FC5 (2.6.17-1.2174) via atrpms. I
> haven't explicitly installed anything to get the card going.
>
> Hints on how to identify the driver?
dmesg | grep -i dvb
and
lsmod | grep dvb
Should hopefully give you some idea of the driver which will you can then
check the version of using
modinfo "module_name"
eg
modinfo dvb-ttpci
Hope this helps
Steve