public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [linux-dvb] Compiling mantis driver on 2.6.28
@ 2009-01-07 11:57 Christian Lammers
  2009-01-07 12:28 ` Hans Werner
  0 siblings, 1 reply; 16+ messages in thread
From: Christian Lammers @ 2009-01-07 11:57 UTC (permalink / raw)
  To: linux-dvb

Hi,

i'm new to this mailinglist, so 'Hello' to all :)

My first problem, cause of bleeding edge hardware, intels gem, hdmi,
experimental xorg and so on, i've problems to compile the mantis driver
from http://jusst.de/hg/mantis on 2.6.28.

I'm getting the following:

Kernel build directory is /lib/modules/2.6.28/build
make -C /lib/modules/2.6.28/build
SUBDIRS=/usr/src/mantis-303b1d29d735/v4l  modules
make[2]: Entering directory `/usr/src/linux-2.6.28'
  CC [M]  /usr/src/mantis-303b1d29d735/v4l/dvbdev.o
/usr/src/mantis-303b1d29d735/v4l/dvbdev.c: In function
'dvb_register_device':
/usr/src/mantis-303b1d29d735/v4l/dvbdev.c:246: error: implicit
declaration of function 'device_create_drvdata'
/usr/src/mantis-303b1d29d735/v4l/dvbdev.c:248: warning: assignment makes
pointer from integer without a cast
make[3]: *** [/usr/src/mantis-303b1d29d735/v4l/dvbdev.o] Error 1
make[2]: *** [_module_/usr/src/mantis-303b1d29d735/v4l] Error 2
make[2]: Leaving directory `/usr/src/linux-2.6.28'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/usr/src/mantis-303b1d29d735/v4l'
make: *** [all] Error 2


Someone else with these problems?

If only compiling the mantis driver, when changing the .config file in
the v4l subdir i'm getting the following:

 CC [M]  /usr/src/mantis-303b1d29d735/v4l/mantis_vp1041.o
  CC [M]  /usr/src/mantis-303b1d29d735/v4l/mantis_vp2033.o
  CC [M]  /usr/src/mantis-303b1d29d735/v4l/mantis_vp2040.o
  CC [M]  /usr/src/mantis-303b1d29d735/v4l/mantis_vp3030.o
  LD [M]  /usr/src/mantis-303b1d29d735/v4l/mantis.o
  Building modules, stage 2.
  MODPOST 1 modules
WARNING: "mb86a16_attach" [/usr/src/mantis-303b1d29d735/v4l/mantis.ko]
undefined!
WARNING: modpost: Found 4 section mismatch(es).
To see full details build your kernel with:
'make CONFIG_DEBUG_SECTION_MISMATCH=y'
  CC      /usr/src/mantis-303b1d29d735/v4l/mantis.mod.o
  LD [M]  /usr/src/mantis-303b1d29d735/v4l/mantis.ko
make[1]: Leaving directory `/usr/src/linux-2.6.28'
./scripts/rmmod.pl check
found 1 modules

Is there a patch or something else to get this driver working on 2.6.28

Thanks in advance,

Christian

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [linux-dvb] Compiling mantis driver on 2.6.28
  2009-01-07 11:57 [linux-dvb] Compiling mantis driver on 2.6.28 Christian Lammers
@ 2009-01-07 12:28 ` Hans Werner
  2009-01-07 12:53   ` Christian Lammers
  0 siblings, 1 reply; 16+ messages in thread
From: Hans Werner @ 2009-01-07 12:28 UTC (permalink / raw)
  To: Christian Lammers, linux-dvb

> Hi,
> 
> i'm new to this mailinglist, so 'Hello' to all :)
> 
> My first problem, cause of bleeding edge hardware, intels gem, hdmi,
> experimental xorg and so on, i've problems to compile the mantis driver
> from http://jusst.de/hg/mantis on 2.6.28.
> 
> I'm getting the following:
> 
> .... ....
> 
> Is there a patch or something else to get this driver working on 2.6.28

Use the s2-liplianin repository.  It contains an up-to-date mantis driver.

hg clone http://mercurial.intuxication.org/hg/s2-liplianin
cd s2-liplianin
make
sudo make install
sudo reboot

Hans
-- 
Release early, release often.

Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [linux-dvb] Compiling mantis driver on 2.6.28
  2009-01-07 12:28 ` Hans Werner
@ 2009-01-07 12:53   ` Christian Lammers
  0 siblings, 0 replies; 16+ messages in thread
From: Christian Lammers @ 2009-01-07 12:53 UTC (permalink / raw)
  Cc: linux-dvb

Hello Hans,

Hans Werner wrote:
>> Hi,
>>
>> i'm new to this mailinglist, so 'Hello' to all :)
>>
>> My first problem, cause of bleeding edge hardware, intels gem, hdmi,
>> experimental xorg and so on, i've problems to compile the mantis driver
>> from http://jusst.de/hg/mantis on 2.6.28.
>>
>> I'm getting the following:
>>
>> .... ....
>>
>> Is there a patch or something else to get this driver working on 2.6.28
> 
> Use the s2-liplianin repository.  It contains an up-to-date mantis driver.
> 
> hg clone http://mercurial.intuxication.org/hg/s2-liplianin
> cd s2-liplianin
> make
> sudo make install
> sudo reboot
> 

I've commented out the irrelevant modules and this works fine for my
Cinergy C Card. Thanks a lot.

Christian



_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [linux-dvb] Compiling mantis driver on 2.6.28
       [not found] <mailman.1.1231412401.14666.linux-dvb@linuxtv.org>
@ 2009-01-09  0:11 ` Mårten Gustafsson
  2009-01-09 11:10   ` Hans Werner
  2009-01-09 12:04   ` Manu Abraham
  0 siblings, 2 replies; 16+ messages in thread
From: Mårten Gustafsson @ 2009-01-09  0:11 UTC (permalink / raw)
  To: linux-dvb

I tried downloading and compiling from s2-liplianin repository.
Unfortunately the driver doesn't work at all with AzureWave AD-CP300,
frontend tda10021 is identified instead of tda10023.

On Sun, 19 Oct 2008 11:19:40 +0200 (MEST) Niklas Edmundsson posted a patch
that makes the mantis driver correctly identify the frontend tda10023. It is
in linux-dvb Digest, Vol 45, Issue 24. I tried that patch on the just.de
repository and it kind of "improved" things, but since CI support was
lacking it was unusable for me.

I would really appreciate CI support since all my ComHem channels are
scrambled. 

Mårten

-----Ursprungligt meddelande-----
Date: Wed, 07 Jan 2009 13:28:20 +0100
From: "Hans Werner" <HWerner4@gmx.de>
Subject: Re: [linux-dvb] Compiling mantis driver on 2.6.28
To: Christian Lammers <christian.lammers@gmail.com>,
	linux-dvb@linuxtv.org
Message-ID: <20090107122820.151430@gmx.net>
Content-Type: text/plain; charset="iso-8859-1"

> Hi,
> 
> i'm new to this mailinglist, so 'Hello' to all :)
> 
> My first problem, cause of bleeding edge hardware, intels gem, hdmi,
> experimental xorg and so on, i've problems to compile the mantis driver
> from http://jusst.de/hg/mantis on 2.6.28.
> 
> I'm getting the following:
> 
> .... ....
> 
> Is there a patch or something else to get this driver working on 2.6.28

Use the s2-liplianin repository.  It contains an up-to-date mantis driver.

hg clone http://mercurial.intuxication.org/hg/s2-liplianin
cd s2-liplianin
make
sudo make install
sudo reboot

Hans
-- 


_______________________________________________
linux-dvb users mailing list
For V4L/DVB development, please use instead linux-media@vger.kernel.org
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [linux-dvb] Compiling mantis driver on 2.6.28
  2009-01-09  0:11 ` Mårten Gustafsson
@ 2009-01-09 11:10   ` Hans Werner
  2009-01-09 13:07     ` Mårten Gustafsson
  2009-01-09 12:04   ` Manu Abraham
  1 sibling, 1 reply; 16+ messages in thread
From: Hans Werner @ 2009-01-09 11:10 UTC (permalink / raw)
  To: "Mårten Gustafsson", linux-dvb



> > > Hi,
> > > 
> > > i'm new to this mailinglist, so 'Hello' to all :)
> > > 
> > > My first problem, cause of bleeding edge hardware, intels gem, hdmi,
> > > experimental xorg and so on, i've problems to compile the mantis driver
> > > from http://jusst.de/hg/mantis on 2.6.28.
> > > 
> > > I'm getting the following:
> > > 
> > > .... ....
> > > 
> > > Is there a patch or something else to get this driver working on 2.6.28
> > 
> > Use the s2-liplianin repository.  It contains an up-to-date mantis driver.
> > 
> > hg clone http://mercurial.intuxication.org/hg/s2-liplianin
> > cd s2-liplianin
> > make
> > sudo make install
> > sudo reboot
> > 
> > Hans

> Mårten Gustafsson wrote:
> 
> I tried downloading and compiling from s2-liplianin repository.
> Unfortunately the driver doesn't work at all with AzureWave AD-CP300,
> frontend tda10021 is identified instead of tda10023.
> 
> On Sun, 19 Oct 2008 11:19:40 +0200 (MEST) Niklas Edmundsson posted a patch
> that makes the mantis driver correctly identify the frontend tda10023. It
> is
> in linux-dvb Digest, Vol 45, Issue 24. I tried that patch on the just.de
> repository and it kind of "improved" things, but since CI support was
> lacking it was unusable for me.
> 
> I would really appreciate CI support since all my ComHem channels are
> scrambled. 
> 
> Mårten


Could you post the output of 'lspci -vvn' please?
Hans
-- 
Release early, release often.

Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger

_______________________________________________
linux-dvb users mailing list
For V4L/DVB development, please use instead linux-media@vger.kernel.org
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [linux-dvb] Compiling mantis driver on 2.6.28
  2009-01-09  0:11 ` Mårten Gustafsson
  2009-01-09 11:10   ` Hans Werner
@ 2009-01-09 12:04   ` Manu Abraham
  2009-01-09 12:11     ` gimli
                       ` (3 more replies)
  1 sibling, 4 replies; 16+ messages in thread
From: Manu Abraham @ 2009-01-09 12:04 UTC (permalink / raw)
  To: Mårten Gustafsson; +Cc: linux-dvb

Mårten Gustafsson wrote:
> I tried downloading and compiling from s2-liplianin repository.
> Unfortunately the driver doesn't work at all with AzureWave AD-CP300,
> frontend tda10021 is identified instead of tda10023.

The official mantis repository is at http://jusst.de/hg/mantis. It 
contains the latest mantis related changes. 

Please do test and report.


Regards,
Manu

_______________________________________________
linux-dvb users mailing list
For V4L/DVB development, please use instead linux-media@vger.kernel.org
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [linux-dvb] Compiling mantis driver on 2.6.28
  2009-01-09 12:04   ` Manu Abraham
@ 2009-01-09 12:11     ` gimli
  2009-01-09 12:24       ` Manu Abraham
  2009-01-09 16:22       ` Tomas Drajsajtl
  2009-01-09 14:44     ` Hans Werner
                       ` (2 subsequent siblings)
  3 siblings, 2 replies; 16+ messages in thread
From: gimli @ 2009-01-09 12:11 UTC (permalink / raw)
  To: Manu Abraham; +Cc: linux-dvb, Mårten Gustafsson

What about S2API in this tree ?

> Mårten Gustafsson wrote:
>> I tried downloading and compiling from s2-liplianin repository.
>> Unfortunately the driver doesn't work at all with AzureWave AD-CP300,
>> frontend tda10021 is identified instead of tda10023.
>
> The official mantis repository is at http://jusst.de/hg/mantis. It
> contains the latest mantis related changes.
>
> Please do test and report.
>
>
> Regards,
> Manu
>
> _______________________________________________
> linux-dvb users mailing list
> For V4L/DVB development, please use instead linux-media@vger.kernel.org
> linux-dvb@linuxtv.org
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
>
>
>



_______________________________________________
linux-dvb users mailing list
For V4L/DVB development, please use instead linux-media@vger.kernel.org
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [linux-dvb] Compiling mantis driver on 2.6.28
  2009-01-09 12:11     ` gimli
@ 2009-01-09 12:24       ` Manu Abraham
  2009-01-09 12:53         ` Hans Werner
                           ` (2 more replies)
  2009-01-09 16:22       ` Tomas Drajsajtl
  1 sibling, 3 replies; 16+ messages in thread
From: Manu Abraham @ 2009-01-09 12:24 UTC (permalink / raw)
  To: gimli; +Cc: linux-dvb, Mårten Gustafsson

gimli wrote:
> What about S2API in this tree ?
> 

The mantis driver isn't complete yet, but quite usable for some of the
basic use cases. If there are many interested to go with a v4l-dvb 
synced version, the tree can be synced as well.

Regards,
Manu

_______________________________________________
linux-dvb users mailing list
For V4L/DVB development, please use instead linux-media@vger.kernel.org
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [linux-dvb] Compiling mantis driver on 2.6.28
  2009-01-09 12:24       ` Manu Abraham
@ 2009-01-09 12:53         ` Hans Werner
  2009-01-09 12:59         ` gimli
  2009-01-10 11:41         ` Rudy Zijlstra
  2 siblings, 0 replies; 16+ messages in thread
From: Hans Werner @ 2009-01-09 12:53 UTC (permalink / raw)
  To: Manu Abraham, gimli; +Cc: linux-dvb, reklam

> gimli wrote:
> > What about S2API in this tree ?
> > 
> 
> The mantis driver isn't complete yet, but quite usable for some of the
> basic use cases. If there are many interested to go with a v4l-dvb 
> synced version, the tree can be synced as well.

Yes please: synched including S2API.

> 
> Regards,
> Manu

-- 
Release early, release often.

Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger

_______________________________________________
linux-dvb users mailing list
For V4L/DVB development, please use instead linux-media@vger.kernel.org
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [linux-dvb] Compiling mantis driver on 2.6.28
  2009-01-09 12:24       ` Manu Abraham
  2009-01-09 12:53         ` Hans Werner
@ 2009-01-09 12:59         ` gimli
  2009-01-10 11:41         ` Rudy Zijlstra
  2 siblings, 0 replies; 16+ messages in thread
From: gimli @ 2009-01-09 12:59 UTC (permalink / raw)
  To: Manu Abraham; +Cc: linux-dvb, Mårten Gustafsson

> gimli wrote:
>> What about S2API in this tree ?
>>
>
> The mantis driver isn't complete yet, but quite usable for some of the
> basic use cases. If there are many interested to go with a v4l-dvb
> synced version, the tree can be synced as well.
>
> Regards,
> Manu
>
>
>

Please make a sync.


_______________________________________________
linux-dvb users mailing list
For V4L/DVB development, please use instead linux-media@vger.kernel.org
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [linux-dvb] Compiling mantis driver on 2.6.28
  2009-01-09 11:10   ` Hans Werner
@ 2009-01-09 13:07     ` Mårten Gustafsson
  0 siblings, 0 replies; 16+ messages in thread
From: Mårten Gustafsson @ 2009-01-09 13:07 UTC (permalink / raw)
  To: 'Hans Werner', linux-dvb

 

> -----Ursprungligt meddelande-----
> Från: Hans Werner [mailto:HWerner4@gmx.de] 
> Skickat: den 9 januari 2009 12:11
> Till: "Mårten Gustafsson"; linux-dvb@linuxtv.org
> Ämne: Re: [linux-dvb] Compiling mantis driver on 2.6.28
> 
> 
> 
> > > > Hi,
> > > > 
> > > > i'm new to this mailinglist, so 'Hello' to all :)
> > > > 
> > > > My first problem, cause of bleeding edge hardware, intels gem, 
> > > > hdmi, experimental xorg and so on, i've problems to compile the 
> > > > mantis driver from http://jusst.de/hg/mantis on 2.6.28.
> > > > 
> > > > I'm getting the following:
> > > > 
> > > > .... ....
> > > > 
> > > > Is there a patch or something else to get this driver 
> working on 
> > > > 2.6.28
> > > 
> > > Use the s2-liplianin repository.  It contains an 
> up-to-date mantis driver.
> > > 
> > > hg clone http://mercurial.intuxication.org/hg/s2-liplianin
> > > cd s2-liplianin
> > > make
> > > sudo make install
> > > sudo reboot
> > > 
> > > Hans
> 
> > Mårten Gustafsson wrote:
> > 
> > I tried downloading and compiling from s2-liplianin repository.
> > Unfortunately the driver doesn't work at all with AzureWave 
> AD-CP300, 
> > frontend tda10021 is identified instead of tda10023.
> > 
> > On Sun, 19 Oct 2008 11:19:40 +0200 (MEST) Niklas Edmundsson 
> posted a 
> > patch that makes the mantis driver correctly identify the frontend 
> > tda10023. It is in linux-dvb Digest, Vol 45, Issue 24. I tried that 
> > patch on the just.de repository and it kind of "improved" 
> things, but 
> > since CI support was lacking it was unusable for me.
> > 
> > I would really appreciate CI support since all my ComHem 
> channels are 
> > scrambled.
> > 
> > Mårten
> 
> 
> Could you post the output of 'lspci -vvn' please?
> Hans
> --
> Release early, release often.
> 
> Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s 
> mit allen: http://www.gmx.net/de/go/multimessenger
> 
> 

Hi Hans

I guess this is what you want:

05:07.0 0480: 1822:4e35 (rev 01)
    Subsystem: 1822:0008
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
    Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 32 (2000ns min, 63750ns max)
    Interrupt: pin A routed to IRQ 17
    Region 0: Memory at c6000000 (32-bit, prefetchable) [size=4K]
    Kernel driver in use: Mantis
    Kernel modules: mantis


_______________________________________________
linux-dvb users mailing list
For V4L/DVB development, please use instead linux-media@vger.kernel.org
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [linux-dvb] Compiling mantis driver on 2.6.28
  2009-01-09 12:04   ` Manu Abraham
  2009-01-09 12:11     ` gimli
@ 2009-01-09 14:44     ` Hans Werner
  2009-01-09 17:30     ` Carl Oscar Ejwertz
  2009-01-10 12:00     ` Mårten Gustafsson
  3 siblings, 0 replies; 16+ messages in thread
From: Hans Werner @ 2009-01-09 14:44 UTC (permalink / raw)
  To: Manu Abraham, reklam; +Cc: linux-dvb

> Mårten Gustafsson wrote:
> > I tried downloading and compiling from s2-liplianin repository.
> > Unfortunately the driver doesn't work at all with AzureWave AD-CP300,
> > frontend tda10021 is identified instead of tda10023.
> 
> The official mantis repository is at http://jusst.de/hg/mantis. It 
> contains the latest mantis related changes. 
> 
> Please do test and report.
> 
> 
> Regards,
> Manu

The repository at http://jusst.de/hg/mantis does not compile with 2.6.28.

Try s2-liplianin again : it has been patched to fix the tda10021/tda10023 issue.

Hans

-- 
Release early, release often.

Sensationsangebot verlängert: GMX FreeDSL - Telefonanschluss + DSL 
für nur 16,37 Euro/mtl.!* http://dsl.gmx.de/?ac=OM.AD.PD003K1308T4569a

_______________________________________________
linux-dvb users mailing list
For V4L/DVB development, please use instead linux-media@vger.kernel.org
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [linux-dvb] Compiling mantis driver on 2.6.28
  2009-01-09 12:11     ` gimli
  2009-01-09 12:24       ` Manu Abraham
@ 2009-01-09 16:22       ` Tomas Drajsajtl
  1 sibling, 0 replies; 16+ messages in thread
From: Tomas Drajsajtl @ 2009-01-09 16:22 UTC (permalink / raw)
  To: Manu Abraham; +Cc: linux-dvb

> The official mantis repository is at http://jusst.de/hg/mantis. It
> contains the latest mantis related changes.
>
> Please do test and report.
>
> Regards,
> Manu

Hi Manu,
I have Technistat CableStar HD 2
http://www.technisat.com/index7b97.html?nav=PC_products,en,76-211 which is
VP-2040

I have tested two mantis versions.

Sep 21 mantis-303b1d29d735
- It reports unsupported CAM (Technisat TechniCrypt CX Conax module)
dvb_ca adapter 1: Invalid PC card inserted :(
but at least few FTA channels work perfectly.

Recent mantis-147f405ecd77
- Almost the same behaviour only after inserting the mantis module dmesg
reports one new line more at the end:
mantis_uart_read (0): RX Fifo FULL
but the FTA channels still work.

I saw in the archive of the linux-dvb list that the mantis CI support is not
finalized yet. Is there any plan/chance to get it working?

Regards,
Tomas


_______________________________________________
linux-dvb users mailing list
For V4L/DVB development, please use instead linux-media@vger.kernel.org
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [linux-dvb] Compiling mantis driver on 2.6.28
  2009-01-09 12:04   ` Manu Abraham
  2009-01-09 12:11     ` gimli
  2009-01-09 14:44     ` Hans Werner
@ 2009-01-09 17:30     ` Carl Oscar Ejwertz
  2009-01-10 12:00     ` Mårten Gustafsson
  3 siblings, 0 replies; 16+ messages in thread
From: Carl Oscar Ejwertz @ 2009-01-09 17:30 UTC (permalink / raw)
  To: Manu Abraham; +Cc: linux-dvb

[-- Attachment #1: Type: text/html, Size: 1479 bytes --]

[-- Attachment #2: Type: text/plain, Size: 228 bytes --]

_______________________________________________
linux-dvb users mailing list
For V4L/DVB development, please use instead linux-media@vger.kernel.org
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [linux-dvb] Compiling mantis driver on 2.6.28
  2009-01-09 12:24       ` Manu Abraham
  2009-01-09 12:53         ` Hans Werner
  2009-01-09 12:59         ` gimli
@ 2009-01-10 11:41         ` Rudy Zijlstra
  2 siblings, 0 replies; 16+ messages in thread
From: Rudy Zijlstra @ 2009-01-10 11:41 UTC (permalink / raw)
  To: Manu Abraham; +Cc: linux-dvb, Mårten Gustafsson

Op vrijdag 09-01-2009 om 16:24 uur [tijdzone +0400], schreef Manu
Abraham:
> gimli wrote:
> > What about S2API in this tree ?
> > 
> 
> The mantis driver isn't complete yet, but quite usable for some of the
> basic use cases. If there are many interested to go with a v4l-dvb 
> synced version, the tree can be synced as well.

Please do sync. I would finally be able to start using a card i bought
years ago. And with the increased usage and visibility additinal
features to complete might come quicker.

Rudy

> 
> Regards,
> Manu
> 
> _______________________________________________
> linux-dvb users mailing list
> For V4L/DVB development, please use instead linux-media@vger.kernel.org
> linux-dvb@linuxtv.org
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


_______________________________________________
linux-dvb users mailing list
For V4L/DVB development, please use instead linux-media@vger.kernel.org
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [linux-dvb] Compiling mantis driver on 2.6.28
  2009-01-09 12:04   ` Manu Abraham
                       ` (2 preceding siblings ...)
  2009-01-09 17:30     ` Carl Oscar Ejwertz
@ 2009-01-10 12:00     ` Mårten Gustafsson
  3 siblings, 0 replies; 16+ messages in thread
From: Mårten Gustafsson @ 2009-01-10 12:00 UTC (permalink / raw)
  To: 'Manu Abraham'; +Cc: linux-dvb

 
> Från: Manu Abraham [mailto:abraham.manu@gmail.com] 
> Skickat: den 9 januari 2009 13:05
> Till: Mårten Gustafsson
> Kopia: linux-dvb@linuxtv.org
> Ämne: Re: [linux-dvb] Compiling mantis driver on 2.6.28
> 
> Mårten Gustafsson wrote:
> > I tried downloading and compiling from s2-liplianin repository.
> > Unfortunately the driver doesn't work at all with AzureWave 
> AD-CP300, 
> > frontend tda10021 is identified instead of tda10023.
> 
> The official mantis repository is at 
> http://jusst.de/hg/mantis. It contains the latest mantis 
> related changes. 
> 
> Please do test and report.

I downloaded latest from jusst.de and compiled. Oberve that I have an older
kernel:
$ uname -a
Linux ubuntu-htpc 2.6.27-9-generic #1 SMP Thu Nov 20 22:15:32 UTC 2008
x86_64 GNU/Linux more10@ubuntu-htpc:

Correct frontend is reported. Scanning in Kaffeine quits after scanning a
few channels. w_scan with standard switches scans a large number of
channels, but i get tieout in filter scan resulting in the channels name not
being reported. w_scan with -F switch works better, but about a quarter of
the channels now have no name.

Tuning to a radio channel in Kaffein results in 5 seconds of distortion,
then the machine hangs, leaving my ext2 file system corrupt :-). 

And of course Kaffeine reports that all my tv channels are scramled and
quitting.

> 
> 
> Regards,
> Manu
> 
> 

Mårten


_______________________________________________
linux-dvb users mailing list
For V4L/DVB development, please use instead linux-media@vger.kernel.org
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2009-01-10 12:00 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-07 11:57 [linux-dvb] Compiling mantis driver on 2.6.28 Christian Lammers
2009-01-07 12:28 ` Hans Werner
2009-01-07 12:53   ` Christian Lammers
     [not found] <mailman.1.1231412401.14666.linux-dvb@linuxtv.org>
2009-01-09  0:11 ` Mårten Gustafsson
2009-01-09 11:10   ` Hans Werner
2009-01-09 13:07     ` Mårten Gustafsson
2009-01-09 12:04   ` Manu Abraham
2009-01-09 12:11     ` gimli
2009-01-09 12:24       ` Manu Abraham
2009-01-09 12:53         ` Hans Werner
2009-01-09 12:59         ` gimli
2009-01-10 11:41         ` Rudy Zijlstra
2009-01-09 16:22       ` Tomas Drajsajtl
2009-01-09 14:44     ` Hans Werner
2009-01-09 17:30     ` Carl Oscar Ejwertz
2009-01-10 12:00     ` Mårten Gustafsson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox