Linux Digital Devices Cine CT and Esxi.
#1
Hello,
Is there anyone who has the Digital Devices Cine CT (or S2) working under esxi with device pastrough?
The card is working perfect under linux direct, but I have some weird problems with linux (ubuntu 12.04) under esxi.
I get the folloing error message:
Code:
[  141.295965] Digital Devices PCIE bridge driver, Copyright (C) 2010-11 Digital Devices GmbH
[  141.296399] DDBridge 0000:0b:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[  141.296407] DDBridge driver detected: Digital Devices DVBCT V6.1 DVB adapter
[  141.296431] HW 0001000d REG 00010004
[  141.296623] DDBridge 0000:0b:00.0: irq 75 for MSI/MSI-X
[  142.293850] I2C timeout
[  142.294531] IRS 00000001
[  143.293140] I2C timeout
[  143.293821] IRS 00000001
[  144.292431] I2C timeout
[  144.293110] IRS 00000001
[  145.291720] I2C timeout
[  145.292384] IRS 00000001
[  146.291011] I2C timeout
[  146.291660] IRS 00000001

I can see /dev/ddbridge. But /dev/dvb is missing.

Does anyone has a possible solution for this?
Reply
#2
Are you sure you have the proper drivers for it? I have that card and the drivers were an absolute pain in the ass to install. And yes, you really need the out-of-tree drivers, even with Linux 3.10 (what I'm using at the moment).
Reply
#3
Negge,
Thanks for your answer. I have tried different drivers from linux-media-dkms linux-media-experimental-dkms, and building drivers from linuxtv.org. But that makes no difference.
But after some hours of searching, I found the solution. MSI/MSI-X is cousing the I2C timeout. So I needed to disable MSI/MSI-X. I have done that by adding pci=nomsi to grub.
Code:
in /etc/default/grub change:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
into:
GRUB_CMDLINE_LINUX_DEFAULT="pci=nomsi quiet splash"
and then run:
update-grub
And reboot.
The 2 tuners are now available. Haven't tested them for a longer time, but they seem to work normal now.
Reply
#4
Great! I've had my tuner for about two weeks and haven't had a single problem yet (haven't rebooted either).
Reply

Logout Mark Read Team Forum Stats Members Help
Digital Devices Cine CT and Esxi.0