[no subject]

2017-03-13 Thread Martin Herrman
unsubscribe linux-media


Re: Cine CT V6.1 code change request

2017-02-21 Thread Martin Herrman
2017-02-19 14:27 GMT+01:00 Daniel Scheller :
>
> Hi Martin,
>
> For someone who has some knowledge on the stv0367 demods, it's probably
> not very hard.
>
> While I don't have that knowledge, I've started tackling
> the "in-kernel" stv0367 module to work as a replacement for DD's
> stv0367dd anyway, and while I didn't get very far yet, this is what I
> found out so far:
>
> - stv0367dd always provides multiple delivery systems (DVB-C, DVB-T)
>   when attached, where stv0367 needs multiple frontends for each
>   delivery systems, e.g. you need to attach the -T and -C
>   frontends separately. Basically, this is also the case in the
>   stv0367dd, but it has some sort of "wrapper" ontop which does the
>   QAM/OFDM operation mode switch transparently.
> - When attaching only one of the two -T/-C code paths, there's still
>   something more that needs to be done. With the QAM path, I got the
>   demod to somewhat do some work (it reported signal statistics when
>   tuned to a frequency) but didn't properly send the transport stream
>   to the bridge.
> - stv0367dd runs at 58MHz IC speed for the QAM mode, but this is rather
>   easy to add since (what I could find out so far) it just requires
>   different values poked into the PLLxDIV regs.
> - The i2c_gate_ctrl() in stv0367 must not be called from inside the
>   demod driver (thinking of a config flag to toggle this) since
>   ddbridge remaps the function pointers to a mutex_lock'ed variant,
>   which in turn will cause a deadlock when the demod driver triggers
>   the i2c_gate itself.
>
> The biggest problem at the moment is 2., e.g. get the transport to the
> bridge working. 1. should be fairly easy to do, 3. and 4. are done. See
> [1] for my attempt on this. But generally speaking, the stv0367 driver
> should work even with DD cards with a few additions.
>
> The TDA18212 "in-tree" tuner frontend works perfectly with the STV and
> also the CXD28xx-based tuners. The work on this was done in around 2013
> or so by Antti Palosaari (see [2]), and it worked out so nicely when I
> first started tackling things I never cared to pick up the
> tda18212DD :-)
>
> Best regards,
> Daniel Scheller
>
> [1]
> https://github.com/herrnst/dddvb-linux-kernel/compare/attic/old-0_9_23-0_9_28-mediatree/master-ddbridge-cttesting-cxd...attic/old-0_9_23-0_9_28-mediatree/master-ddbridge-cttesting-stv
> [2]
> https://github.com/herrnst/dddvb-linux-kernel/commit/905c999f69e58e2c54be24bd7ec6c86ec2ef1e65

Hi Daniel,

Thanks for starting this investigation! If I'm understanding
correctly, there is some work to do, but it can be done and is not a
huge amount of work. (But it is more than just moving something from
the old repo and fixing some errors/warnings.)

I'm not familiar with the linux-media way of organizing the work, or
how priorities are set (on the backlog?). What should be the next step
and what can I do to have this feature/enhancement picked up? I'm not
a developer, but I own the hardware and thus I am able to test any new
code. If there might anything else I can do, please let me know.

Thanks,

Martin


Re: Cine CT V6.1 code change request

2017-02-15 Thread Martin Herrman
2017-02-15 8:55 GMT+01:00 Hans Verkuil :

Hi Hans,

Thanks for the quick response!

> I'm not sure what this media_build directory is. It certainly is
> outdated. The latest media_build is here: 
> https://git.linuxtv.org/media_build.git/

And thanks for sharing!

> Can you show that line and the surrounding lines? I.e. the whole menu
> entry?

Of course, here it is:

if STAGING
menu "Media devices in staging"

config STAGING_BROKEN
bool "Enable drivers that are known to not compile"
default n
--- help ---
 Say N here, except if you will be fixing the drivers
 compilation.

menuconfig STAGING_MEDIA

> Most likely because the media build you use is outdated.

I cloned the latest repository and build it, all went fine, however.. (read on)

> Which driver?

This is my device:

02:00.0 Multimedia controller: Digital Devices GmbH Octopus DVB Adapter
Subsystem: Digital Devices GmbH Cine CT V6.1 DVB adapter
Flags: bus master, fast devsel, latency 0, IRQ 32
Memory at fbcf (64-bit, non-prefetchable) [size=64K]
Capabilities: [50] Power Management version 3
Capabilities: [70] MSI: Enable+ Count=1/2 Maskable- 64bit+
Capabilities: [90] Express Endpoint, MSI 00
Capabilities: [100] Vendor Specific Information: ID= Rev=0 Len=00c 
Kernel driver in use: ddbridge
Kernel modules: ddbridge

I am using the following modules:

[htpc@htpc ~]$ lsmod | grep dd
tda18212dd 20480  2
stv0367dd  24576  2
ddbridge   90112  29
cxd209920480  1 ddbridge
dvb_core  102400  1 ddbridge

The ddbridge and cxd2099 are in the latest media_build, but the
stv0367dd and tda18212dd are missing (however, the stv0367 and
tda18212 are available). How hard is it to add these two?

Regards,

Martin

> Regards,
>
> Hans
>


Cine CT V6.1 code change request

2017-02-14 Thread Martin Herrman
All,

I have a Cine CT V6.1 in my fedora 25 based media center. It is now
running a default fedora 4.9 kernel. I install the driver as follows:

hg clone https://linuxtv.org/hg/~endriss/media_build_experimental
cd media_build_experimental
make download
make untar
make menuconfig
make
make install

However, I have to make two changes to the source to make it work.

Change 1: in media_build_experimental/v4l/Kconfig line 6936 I have to
remove the whitespace in '--- help ---', otherwise make menuconfig
fails.
Change 2: during compilation the following error occurs (since about
kernel 4.5?):

make -C /lib/modules/4.9.7-201.fc25.x86_64/build
SUBDIRS=/home/htpc/Downloads/media_build_experimental/v4l  modules
make[2]: Entering directory '/usr/src/kernels/4.9.7-201.fc25.x86_64'
  CC [M]  /home/htpc/Downloads/media_build_experimental/v4l/tuner-xc2028.o
In file included from :0:0:
/home/htpc/Downloads/media_build_experimental/v4l/compat.h:1463:1:
error: redefinition of 'pci_zalloc_consistent'
 pci_zalloc_consistent(struct pci_dev *hwdev, size_t size,
 ^
In file included from ./include/linux/pci.h:2145:0,
 from
/home/htpc/Downloads/media_build_experimental/v4l/compat.h:1459,
 from :0:
./include/linux/pci-dma-compat.h:23:1: note: previous definition of
'pci_zalloc_consistent' was here
 pci_zalloc_consistent(struct pci_dev *hwdev, size_t size,
 ^
In file included from :0:0:
/home/htpc/Downloads/media_build_experimental/v4l/compat.h:1552:0:
warning: "DMA_ATTR_SKIP_CPU_SYNC" redefined
 #define DMA_ATTR_SKIP_CPU_SYNC 0

In file included from ./include/linux/pci-dma-compat.h:7:0,
 from ./include/linux/pci.h:2145,
 from
/home/htpc/Downloads/media_build_experimental/v4l/compat.h:1459,
 from :0:
./include/linux/dma-mapping.h:47:0: note: this is the location of the
previous definition
 #define DMA_ATTR_SKIP_CPU_SYNC  (1UL << 5)

scripts/Makefile.build:299: recipe for target
'/home/htpc/Downloads/media_build_experimental/v4l/tuner-xc2028.o'
failed
make[3]: *** [/home/htpc/Downloads/media_build_experimental/v4l/tuner-xc2028.o]
Error 1
Makefile:1494: recipe for target
'_module_/home/htpc/Downloads/media_build_experimental/v4l' failed
make[2]: *** [_module_/home/htpc/Downloads/media_build_experimental/v4l] Error 2
make[2]: Leaving directory '/usr/src/kernels/4.9.7-201.fc25.x86_64'
Makefile:51: recipe for target 'default' failed
make[1]: *** [default] Error 2
make[1]: Leaving directory '/home/htpc/Downloads/media_build_experimental/v4l'
Makefile:28: recipe for target 'all' failed
make: *** [all] Error 2

Which I fix by commenting out lines 1462 up to 1468 in
media_build_experimental/v4l/compat.h:

//static inline void *
//pci_zalloc_consistent(struct pci_dev *hwdev, size_t size,
// dma_addr_t *dma_handle)
//{
// return dma_alloc_coherent(hwdev == NULL ? NULL : >dev,
// size, dma_handle, GFP_ATOMIC | __GFP_ZERO);
//}

Now it compiles and works fine. I still get these warnings:

media_build_experimental/v4l/compat.h:1552:0: warning:
"DMA_ATTR_SKIP_CPU_SYNC" redefined
 #define DMA_ATTR_SKIP_CPU_SYNC 0

Which I can easily remove by commenting out the specific line as well.

Now my questions are:
- is this the correct way to fix these compile errors? (I'm definately
not a professional developer)
- what can I do to have this solved in the source?

Besides that, I'm also wondering if these drivers have any change of
getting into kernel mainline?

Regards,

Martin


Re: ddbridge module fails to load

2013-11-18 Thread Martin Herrman
2013/11/18 Oliver Schinagl oliver+l...@schinagl.nl:

Hi Olivier S.,

 You probably best poke Oliver Endriss (ufo) on the VDR portal as that is his
 work and is unrelated or unmaintained here at linux-media.

thanks for the tip, I have found the german VDR portal and will do so.

 That said, someone recently stepped up to try to bring in the latest driver
 back into the mailine linux-media repository and should get better
 maintenance.

That is very good news, it makes my life much easier :-)

Regards,

Martin

 Oliver (not Endriss)
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[no subject]

2013-11-17 Thread Martin Herrman
subscribe linux-media
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


ddbridge module fails to load

2013-11-17 Thread Martin Herrman
Hi,

Since about a year I'm a happy user of the experimental driver for my
cine c2 v6.

I have just tried to use the latest code. It compiles without issues
(kernel 3.11 with gentoo and ck patches), but doesn't load:

ddbridge: Unknown symbol dvb_usercopy (err 0)

I reviewed the updates:

http://linuxtv.org/hg/~endriss/media_build_experimental

and noticed that there have been updates to the drivers I use lately.
Which is good news!

Unfortunately, the updates cause the above issue. I tried this revision:

http://linuxtv.org/hg/~endriss/media_build_experimental/rev/8c5bb9101f84

and now ddbridge loads perfectly and I can watch tv again.

Just wanted to let you know, in case you need any of my help to fix
this, please feel free to ask.  Note however that I'm certainly not a
developer, nor a experienced packager.

Regards,

Martin
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Make menuconfig doesn't work anymore

2012-07-15 Thread Martin Herrman
2012/7/12 Martin Herrman martin.herr...@gmail.com:
 2012/7/12 VDR User user@gmail.com:

 No, the drivers I need were already there but I just checked my
 menuconfig and I see:
 Multimedia support - Customize TV tuners - NXP TDA18212 silicon tuner

 Is that what you're looking for? If so, all you need, I think, is DVB
 for Linux and Customize analog and hybrid tuner modules to build to
 get the Customize TV tuners option.

 Thanks for the input, but that's not the driver I need. I need the
 ddbridge compatible (?) driver, NXP TDA18212 DD

 [*] DVB/ATSC adapters
 M Digital Devices bridge support
 [*] Customse the frontend modules to build
 Customize DVB Frontends →
 STV 0367 (DD)
 NXP TDA18212 silicon tuner (DD)

Problem solved: although I cannot select the drivers, they are build
during 'make'. Done a make install and reboot and card is detected :-)
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Make menuconfig doesn't work anymore

2012-07-12 Thread Martin Herrman
2012/7/12 VDR User user@gmail.com:

 No, the drivers I need were already there but I just checked my
 menuconfig and I see:
 Multimedia support - Customize TV tuners - NXP TDA18212 silicon tuner

 Is that what you're looking for? If so, all you need, I think, is DVB
 for Linux and Customize analog and hybrid tuner modules to build to
 get the Customize TV tuners option.

Thanks for the input, but that's not the driver I need. I need the
ddbridge compatible (?) driver, NXP TDA18212 DD

[*] DVB/ATSC adapters
M Digital Devices bridge support
[*] Customse the frontend modules to build
Customize DVB Frontends →
STV 0367 (DD)
NXP TDA18212 silicon tuner (DD)
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Make menuconfig doesn't work anymore

2012-07-11 Thread Martin Herrman
2012/7/11 VDR User user@gmail.com:

 Actually I got the exact same error when compiling a new 3.4.4 kernel.

It always feels good to know that you're not alone ;-)

 I assume the api_version.patch is bad or needs to be updated. I simple
 just commented out the add api_version.patch line in
 backports/backports.txt and crossed my fingers the drivers I use still
 worked -- which they did so all is well here (afaik). But, yeah it
 does need a proper fix and I only recommend my cheap workaround with a
 YMMV warning.

thanks, this solved the first part of the problem. I can now do a make
menuconfig, but the frontend modules I need cannot be selected,
although the file
/usr/src/media_build_experimental/linux/drivers/media/dvb/frontends/tda18212dd.c
etc. do exist.

I have also looked into the staging drivers and enabled drivers not
supported by this kernel, but stil no luck.

Did you have this problem as well?
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Make menuconfig doesn't work anymore

2012-07-10 Thread Martin Herrman
All,

I own a Cine CT v6 and compiled drivers for it succesfully using:
-  hg clone http://linuxtv.org/hg/~endriss/media_build_experimental
- cd media_build_experimental
- make download
- make untar
- make menuconfig (only select drivers I need)
- make install
- reboot

This worked succesfully on Ubuntu 11.10, Ubuntu 12.04 and on Gentoo
Linux. After another fresh install of Gentoo Linux (just a couple of
days after the previous one - now with custom compiled kernel), it
doesn't work anymore. The make menuconfig command fails:

htpc media_build_experimental # make menuconfig
make -C /usr/src/media_build_experimental/v4l menuconfig
make[1]: Entering directory `/usr/src/media_build_experimental/v4l'
No version yet, using 3.5.0-rc6
make[1]: Leaving directory `/usr/src/media_build_experimental/v4l'
make[1]: Entering directory `/usr/src/media_build_experimental/v4l'
make -C /lib/modules/3.5.0-rc6/build -f
/usr/src/media_build_experimental/v4l/Makefile.kernel config-targets=1
mixed-targets=0 dot-config=0 SRCDIR=/lib/modules/3.5.0-rc6/source
v4l-mconf
make[2]: Entering directory `/usr/src/linux-3.5-rc6'
  HOSTCC  scripts/basic/fixdep
make -f /lib/modules/3.5.0-rc6/source/scripts/Makefile.build
obj=scripts/kconfig hostprogs-y=mconf scripts/kconfig/mconf
  HOSTCC  scripts/kconfig/lxdialog/checklist.o
  HOSTCC  scripts/kconfig/lxdialog/inputbox.o
  HOSTCC  scripts/kconfig/lxdialog/menubox.o
  HOSTCC  scripts/kconfig/lxdialog/textbox.o
  HOSTCC  scripts/kconfig/lxdialog/util.o
  HOSTCC  scripts/kconfig/lxdialog/yesno.o
  HOSTCC  scripts/kconfig/mconf.o
  SHIPPED scripts/kconfig/zconf.tab.c
  SHIPPED scripts/kconfig/zconf.lex.c
  SHIPPED scripts/kconfig/zconf.hash.c
  HOSTCC  scripts/kconfig/zconf.tab.o
  HOSTLD  scripts/kconfig/mconf
make[2]: Leaving directory `/usr/src/linux-3.5-rc6'
make[2]: Entering directory `/usr/src/media_build_experimental/linux'
Applying patches for kernel 3.5.0-rc6
patch -s -f -N -p1 -i ../backports/api_version.patch
1 out of 1 hunk FAILED -- saving rejects to file
drivers/media/video/v4l2-ioctl.c.rej
make[2]: *** [apply_patches] Error 1
make[2]: Leaving directory `/usr/src/media_build_experimental/linux'
make[1]: *** [Kconfig] Error 2
make[1]: Leaving directory `/usr/src/media_build_experimental/v4l'
make: *** [menuconfig] Error 2

Make menuconfig *does* work when configuring a new kernel. I have also
tried with kernel 3.2.22 and 3.4, but no succes either.

Any ideas what is going wrong?

Thanks in advance!

Martin
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [DVB Digital Devices Cine CT V6] status support

2012-02-27 Thread Martin Herrman
Op 26 februari 2012 11:11 heeft Lars Hanisch d...@cinnamon-sage.de
het volgende geschreven:

  Since you are using Ubuntu, you can find a nearly up-to-date dkms of
 linux-media with the patches of Oliver Endriss at
  https://launchpad.net/~yavdr/+archive/main called linux-media-dkms

  With this my Cine-C/T with a ddbridge runs without any problems.

 Regards,
 Lars.

Thomas and Lars,

thanks to both of you for your input.

I first tried the solution proposed by Lars because it seems to be
more future-proof. After install of linux-media-dkms package (note: it
took me a while to find out which kernel packages I had to install to
have linux-media-dkms installation find the kernel sources) and a
reboot, dmesg shows:

[7.316117] WARNING: You are using an experimental version of the
media stack.
[7.316124]  As the driver is backported to an older kernel, it doesn't offer
[7.316125]  enough quality for its usage in production.
[7.316125]  Use it with care.
[7.316126] Latest git patches (needed if you report a bug to
linux-media@vger.kernel.org):
[7.316127]  59b30294e14fa6a370fdd2bc2921cca1f977ef16 Merge branch
'v4l_for_linus' into staging/for_v3.4
[7.316128]  72565224609a23a60d10fcdf42f87a2fa8f7b16d [media]
cxd2820r: sleep on DVB-T/T2 delivery system switch
[7.316129]  46de20a78ae4b122b79fc02633e9a6c3d539ecad [media]
anysee: fix CI init
[7.355344] cfg80211: Calling CRDA to update world regulatory domain
[7.612757] Digital Devices PCIE bridge driver, Copyright (C)
2010-11 Digital Devices GmbH
[7.612805] DDBridge :03:00.0: PCI INT A - GSI 18 (level, low) - IRQ 18
[7.612813] DDBridge driver detected: Digital Devices DVBCT V6.1 DVB adapter
[7.612838] HW 00010007 REG 00010003
[7.613010] DDBridge :03:00.0: irq 45 for MSI/MSI-X
[7.614652] Port 0 (TAB 1): DUAL DVB-C/T
[7.615277] Port 1 (TAB 2): NO MODULE
[7.615904] Port 2 (TAB 3): NO MODULE
[7.616278] DVB: registering new adapter (DDBridge)
[7.616280] DVB: registering new adapter (DDBridge)
(..)
[7.873616] Linux media interface: v0.10
[8.021310] stv0367 found
[8.028799] Linux video capture interface: v2.00
[8.028801] WARNING: You are using an experimental version of the
media stack.
[8.028802]  As the driver is backported to an older kernel, it doesn't offer
[8.028803]  enough quality for its usage in production.
[8.028804]  Use it with care.
[8.028804] Latest git patches (needed if you report a bug to
linux-media@vger.kernel.org):
[8.028805]  59b30294e14fa6a370fdd2bc2921cca1f977ef16 Merge branch
'v4l_for_linus' into staging/for_v3.4
[8.028806]  72565224609a23a60d10fcdf42f87a2fa8f7b16d [media]
cxd2820r: sleep on DVB-T/T2 delivery system switch
[8.028808]  46de20a78ae4b122b79fc02633e9a6c3d539ecad [media]
anysee: fix CI init
[8.216959] skipping empty audio interface (v1)
[8.216970] snd-usb-audio: probe of 1-3:1.0 failed with error -5
[8.216979] skipping empty audio interface (v1)
[8.216984] snd-usb-audio: probe of 1-3:1.1 failed with error -5
[8.227179] AV200 :05:00.0: PCI INT A - GSI 20 (level, low) - IRQ 20
[8.229650] uvcvideo: disagrees about version of symbol video_devdata
[8.229653] uvcvideo: Unknown symbol video_devdata (err -22)
[8.229670] uvcvideo: disagrees about version of symbol
video_unregister_device
[8.229672] uvcvideo: Unknown symbol video_unregister_device (err -22)
[8.229681] uvcvideo: disagrees about version of symbol video_device_alloc
[8.229683] uvcvideo: Unknown symbol video_device_alloc (err -22)
[8.229691] uvcvideo: disagrees about version of symbol v4l2_device_register
[8.229693] uvcvideo: Unknown symbol v4l2_device_register (err -22)
[8.229701] uvcvideo: disagrees about version of symbol
__video_register_device
[8.229703] uvcvideo: Unknown symbol __video_register_device (err -22)
[8.229707] uvcvideo: disagrees about version of symbol
v4l2_device_unregister
[8.229709] uvcvideo: Unknown symbol v4l2_device_unregister (err -22)
[8.229713] uvcvideo: disagrees about version of symbol video_usercopy
[8.229715] uvcvideo: Unknown symbol video_usercopy (err -22)
[8.229718] uvcvideo: disagrees about version of symbol video_device_release
[8.229720] uvcvideo: Unknown symbol video_device_release (err -22)
[8.311744] tda18212dd: ChipID 4724
[8.312165] tda18212dd: PowerState 02
[8.331053] HDA Intel :01:00.1: PCI INT B - GSI 17 (level,
low) - IRQ 17
[8.331107] HDA Intel :01:00.1: irq 46 for MSI/MSI-X
[8.331131] HDA Intel :01:00.1: setting latency timer to 64

I think that the second part indicates a problem with my webcam, which
worked like a charm before :-)
(it is a logitech 9000 pro)

lsmod output:

root@desktop:/home/martin# lsmod | grep dd
tda18212dd 17291  2
stv0367dd  21759  2
ddbridge   32964  4
dvb_core  109744  1 ddbridge
cxd209913281  1 ddbridge

Re: [DVB Digital Devices Cine CT V6] status support

2012-02-25 Thread Martin Herrman
Op 10 januari 2012 09:12 schreef Martin Herrman
martin.herr...@gmail.com het volgende:

 2012/1/9 Thomas Kaiser linux-...@kaiser-linux.li:

  Hello Martin
 
  I use the DD Cine CT V6 with DVB-C. It works without problems.
  I got the driver before Oliver integrated it in his tree. Therefor I did
  not
  compile Olivers tree, yet.
 
  At the moment I run the card on Ubuntu 11.10 with kernel 3.0.0-14.
 
  Hope this helps.
 
  Thomas

 Hi Thomas,

 that is very good news, thanks a lot for the confirmation. Time to
 order one myself!

 Regards,

 Martin

So.. couple of weeks later, the card arrived, and I have some time to
play with it.

Note that I'm running latest stable Ubuntu 64-bit with kernel 3.0.0-16-generic.

First I tried the drivers from
http://linuxtv.org/hg/~endriss/media_build_experimental/. In that
case, dmesg output is:

[   11.728370] WARNING: You are using an experimental version of the
media stack.
[   11.728372]  As the driver is backported to an older kernel, it doesn't offer
[   11.728373]  enough quality for its usage in production.
[   11.728373]  Use it with care.
[   11.728374] Latest git patches (needed if you report a bug to
linux-media@vger.kernel.org):
[   11.728375]  59b30294e14fa6a370fdd2bc2921cca1f977ef16 Merge branch
'v4l_for_linus' into staging/for_v3.4
[   11.728376]  72565224609a23a60d10fcdf42f87a2fa8f7b16d [media]
cxd2820r: sleep on DVB-T/T2 delivery system switch
[   11.728377]  46de20a78ae4b122b79fc02633e9a6c3d539ecad [media]
anysee: fix CI init
[   11.728852] ddbridge: disagrees about version of symbol cxd2099_attach
[   11.728856] ddbridge: Unknown symbol cxd2099_attach (err -22)

So I started to try the build instructions found here:

http://linuxtv.org/wiki/index.php/How_to_Obtain,_Build_and_Install_V4L-DVB_Device_Drivers

And after compile, install and a reboot, dmesg output is:

(..)
[   11.592959] Adding 976892k swap on /dev/sdb2.  Priority:-2
extents:1 across:976892k
[   11.628781] WARNING: You are using an experimental version of the
media stack.
[   11.628784]  As the driver is backported to an older kernel, it doesn't offer
[   11.628785]  enough quality for its usage in production.
[   11.628785]  Use it with care.
[   11.628786] Latest git patches (needed if you report a bug to
linux-media@vger.kernel.org):
[   11.628787]  a3db60bcf7671cc011ab4f848cbc40ff7ab52c1e [media]
xc5000: declare firmware configuration structures as static const
[   11.628788]  6fab81dfdc7b48c2e30ab05e9b30afb0c418bbbe [media]
xc5000: drivers should specify chip revision rather than firmware
[   11.628790]  ddea427fb3e64d817d4432e5efd2abbfc4ddb02e [media]
xc5000: remove static dependencies on xc5000 created by previous
changesets
[   11.629238] Digital Devices PCIE bridge driver, Copyright (C)
2010-11 Digital Devices GmbH
[   11.629298] DDBridge :03:00.0: PCI INT A - GSI 18 (level, low) - IRQ 18
[   11.629306] DDBridge driver detected: Digital Devices PCIe bridge
[   11.629331] HW 00010007 FW 00010003
[   11.632593] cfg80211: Calling CRDA to update world regulatory domain
[   11.643411] rt2800pci :05:01.0: PCI INT A - GSI 19 (level,
low) - IRQ 19
(..)
[   11.781023] cfg80211: (5735000 KHz - 5835000 KHz @ 4 KHz),
(300 mBi, 2000 mBm)
[   11.844516] skipping empty audio interface (v1)
[   11.844528] snd-usb-audio: probe of 1-3:1.0 failed with error -5
[   11.844540] skipping empty audio interface (v1)
[   11.844546] snd-usb-audio: probe of 1-3:1.1 failed with error -5
[   11.845406] Linux media interface: v0.10
[   11.868177] Linux video capture interface: v2.00
[   11.868181] WARNING: You are using an experimental version of the
media stack.
[   11.868182]  As the driver is backported to an older kernel, it doesn't offer
[   11.868183]  enough quality for its usage in production.
[   11.868184]  Use it with care.
[   11.868184] Latest git patches (needed if you report a bug to
linux-media@vger.kernel.org):
[   11.868185]  a3db60bcf7671cc011ab4f848cbc40ff7ab52c1e [media]
xc5000: declare firmware configuration structures as static const
[   11.868187]  6fab81dfdc7b48c2e30ab05e9b30afb0c418bbbe [media]
xc5000: drivers should specify chip revision rather than firmware
[   11.868188]  ddea427fb3e64d817d4432e5efd2abbfc4ddb02e [media]
xc5000: remove static dependencies on xc5000 created by previous
changesets
[   12.110903] EXT4-fs (md1): re-mounted. Opts: errors=remount-ro,user_xattr
[   12.213875] usbcore: registered new interface driver snd-usb-audio
[   12.213906] uvcvideo: Found UVC 1.00 device unnamed (046d:0990)
[   12.229795] input: UVC Camera (046d:0990) as
/devices/pci:00/:00:1a.7/usb1/1-3/1-3:1.0/input/input6
[   12.229904] usbcore: registered new interface driver uvcvideo
[   12.229906] USB Video Class driver (1.1.1)
(..)

lsmod shows that ddbridge and dvb_core are loaded. /dev/ddbrigde/card0
is created. My webcam is available as a device below /dev/v4l/, but no
entries exist for the tv-tuner card.

I can manually load cxd2820r, which loads succesfully

Re: [DVB Digital Devices Cine CT V6] status support

2012-01-10 Thread Martin Herrman
2012/1/9 Thomas Kaiser linux-...@kaiser-linux.li:

 Hello Martin

 I use the DD Cine CT V6 with DVB-C. It works without problems.
 I got the driver before Oliver integrated it in his tree. Therefor I did not
 compile Olivers tree, yet.

 At the moment I run the card on Ubuntu 11.10 with kernel 3.0.0-14.

 Hope this helps.

 Thomas

Hi Thomas,

that is very good news, thanks a lot for the confirmation. Time to
order one myself!

Regards,

Martin
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [DVB Digital Devices Cine CT V6] status support

2012-01-09 Thread Martin Herrman
2012/1/8 Sébastien RAILLARD (COEXSI) s...@coexsi.fr:

 http://shop.digital-
 devices.de/epages/62357162.sf/en_GB/?ObjectPath=/Shops/62357162/Categori
 es/HDTV_Karten_fuer_Mediacenter/Cine_PCIe_Serie/DVBC_T

 But.. is this card supported by the Linux kernel?


 The short answer is yes, and as far as I know, it's working fine with DVB-T
 (I've never tested the DVB-C).
 For support, you need to compile the drivers from Oliver Endriss as they are
 not merged in mainstream kernel.

 Check here (kernel  2.6.31):
 http://linuxtv.org/hg/~endriss/media_build_experimental/
 Or here (kernel  2.6.36) :
 http://linuxtv.org/hg/~endriss/ngene-octopus-test/

Hi Sébastien,

thanks for your quick and positive reply.

Anyone here that tested it with DVB-C?

Are there any plans to merge this in the mainstream kernel?

Regards,

Martin
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[DVB Digital Devices Cine CT V6] status support

2012-01-08 Thread Martin Herrman
Dear list-members,

I'm building a HTPC based on Linux and searching for an DVB-C tuner card that:
- fits the mobo (only pci-e/usb available, not pci or firewire)
- fits the case (antec fusion remote, big enough)
- is supported by linux
- is dual tuner
- supports encrypted HD content
- provides good quality

digital devices cine ct v6 seems to be a perfect solution, together
with a softcam based on smargo cartreader.

http://shop.digital-devices.de/epages/62357162.sf/en_GB/?ObjectPath=/Shops/62357162/Categories/HDTV_Karten_fuer_Mediacenter/Cine_PCIe_Serie/DVBC_T

But.. is this card supported by the Linux kernel?

In 3.2.0-rc7 kernel I have found the driver for most of the digital
devices cards, which includes the Cine S2 v6, but not the Cine CT v6.
(I have also found some experimental drivers for CI moduels in the
staging drivers section).

On the other hand, this discussion seems to indicate that drivers for
Cine CT v6 should be working at this time:

http://www.mail-archive.com/linux-media@vger.kernel.org/msg37183.html

Can you give me an update on the status of a possibly existing driver
for Cine CT v6?

Much thanks in advance,

Martin
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html