Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[linux-dvb] Re: Kernel-Opps
Hi Michael,
its me again...
> Hello Christian,
>
> On 04.06.2004 21:44, Christian Gmeiner wrote:
> > i am using a 2.6.5 kernel with recent cvs and get this in my dmesg:
> >
> > DVB: registering new adapter (KNC1 DVB-S).
> > probe_tuner: try to attach to saa7146 (0)
> > drivers/media/dvb/frontends/stv0299.c: setup for tuner BSRU6, TDQB-S00x
> > Unable to handle kernel NULL pointer dereference at virtual address
00000518
>
> Sorry, this was the same problem as with the budget-ci driver: a private
> data pointer was initialized after a function was called that needed the
> pointer...
>
> I hopefully fixed this in CVS, please try again.
I found a problem:
vdr root # lsmod
Module Size Used by
lirc_serial 11296 0
stv0299 14120 0
budget_av 5824 0
saa7146_vv 46496 1 budget_av
video_buf 16644 1 saa7146_vv
budget_core 6532 1 budget_av
dvb_core 85860 2 stv0299,budget_core
saa7146 15396 3 budget_av,saa7146_vv,budget_core
ttpci_eeprom 2272 1 budget_core
vdr root # rmmod stv0299
vdr root # modprobe stv0299
vdr root # lsmod
Module Size Used by
stv0299 14120 0
lirc_serial 11296 0
budget_av 5824 0
saa7146_vv 46496 1 budget_av
video_buf 16644 1 saa7146_vv
budget_core 6532 1 budget_av
dvb_core 85860 2 stv0299,budget_core
saa7146 15396 3 budget_av,saa7146_vv,budget_core
ttpci_eeprom 2272 1 budget_core
I am not able to use my frontend any more. There is no line in dmesg
about my frontend!
Greets, Christian
Home |
Main Index |
Thread Index