From: Marko Ristola <marko.ristola@kolumbus.fi>
To: "Mika Båtsman" <mika.batsman@gmail.com>
Cc: linux-dvb@linuxtv.org
Subject: Re: [linux-dvb] TerraTec Cinergy C DVB-C / Twinhan AD-CP400 (VP-2040) & mantis driver
Date: Tue, 05 Aug 2008 20:41:33 +0300 [thread overview]
Message-ID: <489890CD.8040508@kolumbus.fi> (raw)
In-Reply-To: <48981245.2050900@gmail.com>
Maybe I should try with Manu's jusst.de version, if it works for me now
Better exclude the driver differences away.
I don't have a CAM module and I haven't tested with two equal cards.
Our problems seem to be similar though.
Marko
Mika Båtsman kirjoitti:
> Marko Ristola wrote:
>> Mika Båtsman kirjoitti:
>>> Hi,
>>> I also tried your patch because I've had freezes since I got these
>>> cards. Unfortunately it didn't help me. Got a whooping 5min uptime
>>> before it all went wrong again. I have 2x Cinergy C + 2.6.24-19 +
>>> vdr 1.6.
>>>
>> Do you have a heat problem? Have you checked your motherboard sensors?
>> Have you checked that your memory is okay? Air flows easilly?
>
> Memory was the first thing I suspected but memtest went through 10+
> times without a fail. Heat shouldn't be a problem either. There's a
> big efficient, noisy fan in the back of the case.
>
> The machine works fine when dvb is watched with dvbyell
> http://www.dvbyell.org/ which has cards set to fixed frequency ie.
> card1 -> 152Mhz and card2 -> 290Mhz. At least for me the problem
> occurs only with apps like mythtv and vdr which change the frequency
> of the tuner.
>
> -Mika
>
>>> I did:
>>> hg clone http://jusst.de/hg/mantis
>>> replaced mantis_dma.c with the one you attached, renamed
>>> MANTIS_GPIF_RDWRN -> MANTIS_GPIF_HIFRDWRN
>>> make && make install && reboot
>>>
>>> Am I missing something? It seemed to compile and install fine.
>>>
>>> You said that the mantis_dma.c in jusst.de mantis head is not the
>>> latest version. Where can it be found then?
>> I have my own driver version which I have given for Finnish people
>> for easy installation with remote control support for Twinhan 2033.
>> (Personally I'm not pleased with the card: now after some years of
>> development the card works well enough for me finally).
>>
>> So the most important feature of my driver for Finnish people has
>> been the easy compile and install and that the driver ("release") is
>> tested for Twinhan 2033.
>> Secondly I have given for some Finnish people the Twinhan 2033 remote
>> control support included.
>> Maybe somebody from Finland would be interested with the DMA transfer
>> fixes, if they have unsolved quality problems. That's a fact that
>> those tweaks helped me although the root cause is a bit uncertain.
>> Other features of my driver version like suspend/resume aren't very
>> important.
>>
>> Regards,
>> Marko Ristola
>>
>>>
>>> Regards,
>>> Mika Båtsman
>>>
>>> Marko Ristola wrote:
>>>>
>>>> Hi,
>>>>
>>>> Unfortunately I have been busy.
>>>>
>>>> The patch you tried was against jusst.de Mantis Mercurial branch head.
>>>> Your version of mantis_dma.c is not the latest version and thus the
>>>> patch didn't
>>>> apply cleanly.
>>>>
>>>> Here is the version that I use currently. It doesn't compile
>>>> straight against jusst.de/mantis head.
>>>> It might work for you because MANTIS_GPIF_RDWRN is not renamed as
>>>> MANTIS_GPIF_HIFRDWRN.
>>>>
>>>> If it doesn't compile please rename MANTIS_GPIF_RDWRN occurrences
>>>> into MANTIS_GPIF_HIFRDWRN on that file.
>>>> Otherwise the file should work as it is.
>>>>
>>>> Best regards,
>>>> Marko Ristola
>>>>
>>>> Leif Oberste-Berghaus kirjoitti:
>>>>> Hi Marko,
>>>>>
>>>>> I tried to patch the driver but I'm getting an error message:
>>>>>
>>>>> root@mediapc:/usr/local/src/test/mantis-0b04be0c088a# patch -p1 <
>>>>> mantis_dma.c.aligned_dma_trs.patch
>>>>> patching file linux/drivers/media/dvb/mantis/mantis_dma.c
>>>>> patch: **** malformed patch at line 22: int mantis_dma_exit(struct
>>>>> mantis_pci *mantis)
>>>>>
>>>>> Any ideas?
>>>>>
>>>>> Regards
>>>>> Leif
>>>>>
>>>>>
>>>>> Am 14.07.2008 um 22:05 schrieb Marko Ristola:
>>>>>
>>>>>> Hi Leif,
>>>>>>
>>>>>> Here is a patch that implements the mentioned DMA transfer
>>>>>> improvements.
>>>>>> I hope that these contain also the needed fix for you.
>>>>>> You can apply it into jusst.de/mantis Mercurial branch.
>>>>>> It modifies linux/drivers/media/dvb/mantis/mantis_dma.c only.
>>>>>> I have compiled the patch against 2.6.25.9-76.fc9.x86_64.
>>>>>>
>>>>>> cd mantis
>>>>>> patch -p1 < mantis_dma.c.aligned_dma_trs.patch
>>>>>>
>>>>>> Please tell us whether my patch helps you or not: if it helps,
>>>>>> some of my patch might get into jusst.de as
>>>>>> a fix for your problem.
>>>>>>
>>>>>> Best Regards,
>>>>>> Marko
>>>>>
>>>>>
>>>>
>>>> ------------------------------------------------------------------------
>>>>
>>>>
>>>> _______________________________________________
>>>> linux-dvb mailing list
>>>> linux-dvb@linuxtv.org
>>>> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
>>>
>>
>
>
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
next prev parent reply other threads:[~2008-08-05 17:41 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-10 20:42 [linux-dvb] TerraTec Cinergy C DVB-C / Twinhan AD-CP400 (VP-2040) & mantis driver Leif Oberste-Berghaus
2008-07-13 12:50 ` Marko Ristola
2008-07-13 20:49 ` Leif Oberste-Berghaus
2008-07-14 20:05 ` Marko Ristola
[not found] ` <D5C41D41-A72D-4603-9AD1-67A8C5E73289@oberste-berghaus.de>
2008-07-27 17:20 ` Marko Ristola
2008-07-29 12:30 ` Mika Båtsman
2008-08-04 20:29 ` Marko Ristola
2008-08-05 8:41 ` Mika Båtsman
2008-08-05 17:41 ` Marko Ristola [this message]
2008-08-06 6:52 ` Mika Båtsman
2008-08-06 19:54 ` Marko Ristola
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=489890CD.8040508@kolumbus.fi \
--to=marko.ristola@kolumbus.fi \
--cc=linux-dvb@linuxtv.org \
--cc=mika.batsman@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox