[linux-dvb] Re: usage count misbehaviour with skystar2 / mt312 / dvb-core modules

2004-02-13 Thread Holger Waechtler
Johannes Stezenbach wrote: Niklas Peinecke wrote: Hernan A. Perez Masci wrote: I've found a problem with skystar2 / mt312 modules (DVB version 1.1.0) with the kernel 2.4.24. Let's first insert the skystar2 module: skynet:~# modprobe skystar2 skynet:~# lsmod Module Size Used b

[linux-dvb] Re: usage count misbehaviour with skystar2 / mt312 / dvb-core modules

2004-02-13 Thread Dick Middleton
Johannes Stezenbach wrote: Niklas Peinecke wrote: Hernan A. Perez Masci wrote: I've found a problem with skystar2 / mt312 modules (DVB version 1.1.0) with the kernel 2.4.24. Let's first insert the skystar2 module: I have the following in modules.conf to ensure the drivers get loaded/unloaded i

[linux-dvb] Re: usage count misbehaviour with skystar2 / mt312 / dvb-core modules

2004-02-13 Thread Johannes Stezenbach
Niklas Peinecke wrote: > Hernan A. Perez Masci wrote: > > > >I've found a problem with skystar2 / mt312 modules (DVB version 1.1.0) > >with the kernel 2.4.24. > > > >Let's first insert the skystar2 module: > > > >skynet:~# modprobe skystar2 > >skynet:~# lsmod > >Module Size Used

[linux-dvb] Re: usage count misbehaviour with skystar2 / mt312 / dvb-core modules

2004-02-12 Thread Niklas Peinecke
Hi, I'm not quite sure, which module's responsibility this is. Which function calls should increase the respective module counts? E.g. should each new call to dvb_start_feed increase the skystar2's usage count and each call to dvb_stop_feed decrease it? What about the frontends? Niklas Herna