Hello,
On Fri, May 14, 2004, Andrew de Quincey wrote:
> > >Maybe its the load on the machine that causes it. Previously the IRQ
> > > kicked off a tasklet, which then kicked off a thread to do the reading. I
> > > changed it so it just did the reading in the tasklet directly.
> >
> > With the lat
On Friday 14 May 2004 13:23, you wrote:
> Andrew de Quincey wrote:
> >On Thursday 13 May 2004 18:53, you wrote:
> >>>Hi, please try the attached patch when you have a moment - I realised I
> >>>could optimise the data reading a bit, and I've added in some more
> >>>debugging in order to use up more
Andrew de Quincey wrote:
On Thursday 13 May 2004 18:53, you wrote:
Hi, please try the attached patch when you have a moment - I realised I
could optimise the data reading a bit, and I've added in some more
debugging in order to use up more of your HDD space :)
I'm currently recording Disc
Andrew de Quincey wrote:
On Thursday 13 May 2004 18:53, you wrote:
Hi, please try the attached patch when you have a moment - I realised I
could optimise the data reading a bit, and I've added in some more
debugging in order to use up more of your HDD space :)
I'm currently recording Disc
On Thursday 13 May 2004 18:53, you wrote:
> >Hi, please try the attached patch when you have a moment - I realised I
> > could optimise the data reading a bit, and I've added in some more
> > debugging in order to use up more of your HDD space :)
>
> I'm currently recording Discovery into /dev/null
Hi, please try the attached patch when you have a moment - I realised I could
optimise the data reading a bit, and I've added in some more debugging in
order to use up more of your HDD space :)
I'm currently recording Discovery into /dev/null and it has been running
for about 40 minutes with
> I don't know what DA IRQ:s are :( but now there is a wakeup logged for
> both IRQ:s.
DA => CAM has Data Available for the host to read.
> I had to move the logging to a 75 GB partition because this thing eats
> diskspace like crazy. ;-)
>
The CAM protocol isn't the most efficient protocol exi
May 13 12:23:42 htpc kernel: dvb_ca_en50221_io_poll
May 13 12:23:42 htpc kernel: dvb_ca_en50221_io_read
May 13 12:23:42 htpc kernel: dvb_ca_en50221_io_write
May 13 12:23:42 htpc kernel: dvb_ca_en50221_write_data
May 13 12:23:42 htpc kernel: dvb_ca_en50221_io_poll
May 13 12:23:42 htpc kernel: FR/DA
On Thursday 13 May 2004 11:53, you wrote:
> >>Hi, if you have a moment, can you give the attached patch a go? I've
> >>hopefully sorted out the locking
> >
> >Oops - found a slight locking bug, sorry.
>
> Thanks for looking into this! I've tried the patch but it doesn't seem
> to make it either