public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [linux-dvb] experimental drivers and 2.6.24 kernel
@ 2008-02-24  3:06 Ondrej Holecek
  2008-02-24  5:45 ` Markus Rechberger
  0 siblings, 1 reply; 3+ messages in thread
From: Ondrej Holecek @ 2008-02-24  3:06 UTC (permalink / raw)
  To: linux-dvb


[-- Attachment #1.1: Type: text/plain, Size: 1962 bytes --]

hello,

i have problems with compiling experimental drivers from
http://mcentral.de/hg/~mrec/v4l-dvb-experimental/ with kernel 2.6.24

i need it for my eb1a:e323 eMPIA Technology, Inc. (digivox a/d II)

non experimental drivers compile without problems, am I doing something
wrong?

this is what i get:

chaos:/home/oho/tmp/dvb# cd v4l-dvb-experimental-6c81945e4403/
chaos:/home/oho/tmp/dvb/v4l-dvb-experimental-6c81945e4403# make
make -C /usr/home/oho/tmp/dvb/v4l-dvb-experimental-6c81945e4403/v4l
make[1]: Entering directory
`/usr/home/oho/tmp/dvb/v4l-dvb-experimental-6c81945e4403/v4l'
creating symbolic links...
make -C /lib/modules/2.6.24/build
SUBDIRS=/usr/home/oho/tmp/dvb/v4l-dvb-experimental-6c81945e4403/v4l  modules
make[2]: Entering directory `/usr/src/linux-2.6.24'
  CC [M]
/usr/home/oho/tmp/dvb/v4l-dvb-experimental-6c81945e4403/v4l/flexcop-pci.o
In file included from
/usr/home/oho/tmp/dvb/v4l-dvb-experimental-6c81945e4403/v4l/flexcop-common.h:23,
                 from
/usr/home/oho/tmp/dvb/v4l-dvb-experimental-6c81945e4403/v4l/flexcop-pci.c:10:
/usr/home/oho/tmp/dvb/v4l-dvb-experimental-6c81945e4403/v4l/dvb_frontend.h:42:33:
error: media/v4l_dvb_tuner.h: No such file or directory
In file included from
/usr/home/oho/tmp/dvb/v4l-dvb-experimental-6c81945e4403/v4l/flexcop-common.h:23,
                 from
/usr/home/oho/tmp/dvb/v4l-dvb-experimental-6c81945e4403/v4l/flexcop-pci.c:10:
/usr/home/oho/tmp/dvb/v4l-dvb-experimental-6c81945e4403/v4l/dvb_frontend.h:165:
error: field 'tuner_ops' has incomplete type
make[3]: ***
[/usr/home/oho/tmp/dvb/v4l-dvb-experimental-6c81945e4403/v4l/flexcop-pci.o]
Error 1
make[2]: ***
[_module_/usr/home/oho/tmp/dvb/v4l-dvb-experimental-6c81945e4403/v4l]
Error 2
make[2]: Leaving directory `/usr/src/linux-2.6.24'
make[1]: *** [default] Error 2
make[1]: Leaving directory
`/usr/home/oho/tmp/dvb/v4l-dvb-experimental-6c81945e4403/v4l'
make: *** [all] Error 2


[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 481 bytes --]

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

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

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

* Re: [linux-dvb] experimental drivers and 2.6.24 kernel
  2008-02-24  3:06 [linux-dvb] experimental drivers and 2.6.24 kernel Ondrej Holecek
@ 2008-02-24  5:45 ` Markus Rechberger
  2008-02-24 20:12   ` Ondrej Holecek
  0 siblings, 1 reply; 3+ messages in thread
From: Markus Rechberger @ 2008-02-24  5:45 UTC (permalink / raw)
  To: Ondrej Holecek; +Cc: linux-dvb

Hey Ondrej,

2008/2/24 Ondrej Holecek <ondrej@holecek.eu>:
> hello,
>
>  i have problems with compiling experimental drivers from
>  http://mcentral.de/hg/~mrec/v4l-dvb-experimental/ with kernel 2.6.24
>
>  i need it for my eb1a:e323 eMPIA Technology, Inc. (digivox a/d II)
>

I'll try to get that device next week for adding full support for it.
I don't think that there's proper support in v4l-dvb-experimental for
that device anyway.
Best for you would be to sign up at the mailinglist on mcentral.de
I'll post further news about it when I'm done with it.

Markus

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

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

* Re: [linux-dvb] experimental drivers and 2.6.24 kernel
  2008-02-24  5:45 ` Markus Rechberger
@ 2008-02-24 20:12   ` Ondrej Holecek
  0 siblings, 0 replies; 3+ messages in thread
From: Ondrej Holecek @ 2008-02-24 20:12 UTC (permalink / raw)
  To: Markus Rechberger; +Cc: linux-dvb


[-- Attachment #1.1: Type: text/plain, Size: 744 bytes --]

okay, if you have problems getting this device, i can lend you mine, its
 no problem

Ondra

Markus Rechberger wrote:
> Hey Ondrej,
> 
> 2008/2/24 Ondrej Holecek <ondrej@holecek.eu>:
>> hello,
>>
>>  i have problems with compiling experimental drivers from
>>  http://mcentral.de/hg/~mrec/v4l-dvb-experimental/ with kernel 2.6.24
>>
>>  i need it for my eb1a:e323 eMPIA Technology, Inc. (digivox a/d II)
>>
> 
> I'll try to get that device next week for adding full support for it.
> I don't think that there's proper support in v4l-dvb-experimental for
> that device anyway.
> Best for you would be to sign up at the mailinglist on mcentral.de
> I'll post further news about it when I'm done with it.
> 
> Markus
> 


[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 481 bytes --]

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

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

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

end of thread, other threads:[~2008-02-24 20:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-24  3:06 [linux-dvb] experimental drivers and 2.6.24 kernel Ondrej Holecek
2008-02-24  5:45 ` Markus Rechberger
2008-02-24 20:12   ` Ondrej Holecek

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