Forums » Tutorial and setups »
DVBSkype in unRAID Server with tvheadend, Driver problems
Added by Justin Case over 11 years ago
Hi there,
today I got my DVBSky T9580 tuner card (s+c/t). I plugged it into my unRAID Server (and since the extra powerplug said optional, I didnt put extra power).
I wanted to use piotrasd's unraid bzroot rc13 because it is supposed to contain dvbsky support.
Not so.
Firstly, the firmware (http://www.dvbsky.net/download/dvbsky-firmware.zip) is not in /lib/firmware. So I copied it there:
root@unRAID:/lib/firmware# ls /lib/firmware/
bnx2/ bnx2x/ dvb-fe-ds300x.fw dvb-fe-ds3103.fw e100/ rtl_nic/ tigon/
Then testing it: rmod cx23885, modprobe cx23885, dmesg:
cx23885 driver version 0.0.3 loaded
CORE cx238850: subsystem: 4254:9580, board: DVBSKY T9580 [card=45,autodetected]
cx25840 2-0044: cx23885 A/V decoder found @ 0x88 (cx238850)
cx25840 2-0044: unable to open firmware v4l-cx23885-avcore-01.fw
cx23885_dvb_register() allocating 1 frontend(s)
cx238850: cx23885 based dvb card
DS3000 chip version: d0 attached.
TS202x chip version1: c3 attached.
TS202x chip version2: c3 attached.
m88ds3103_load_firmware: Waiting for firmware upload (dvb-fe-ds3103.fw)...
m88ds3103_load_firmware: Waiting for firmware upload(2)...
DVB: registering new adapter (cx238850)
cx23885 0000:01:00.0: DVB: registering adapter 0 frontend 0 (Montage DS3103/TS2022)...
DVBSKY PCIe MAC= 00:17:42:54:09:82
cx23885_dvb_register() allocating 1 frontend(s)
cx238850: cx23885 based dvb card
cx238850: frontend initialization failed
cx23885_dvb_register() dvb_register failed err = -22
cx23885_dev_setup() Failed to register dvb on VID_C
cx23885_dev_checkrevision() Hardware revision = 0xa5
cx238850/0: found at 0000:01:00.0, rev: 4, irq: 16, latency: 0, mmio: 0xdfa00000
Registered IR keymap rc-dvbsky
input: cx23885 IR (DVBSKY T9580) as /devices/pci0000:00/0000:00:01.0/0000:01:00.0/rc/rc1/input7
rc1: cx23885 IR (DVBSKY T9580) as /devices/pci0000:00/0000:00:01.0/0000:01:00.0/rc/rc1
input: MCE IR Keyboard/Mouse (cx23885) as /devices/virtual/input/input8
It doesn't look good. Only the sat tuner is partially initialized (I dont have SAT :). I would need the cable tuner to work with tvheadend.
I have no experience in these waters and would appreciate you help.
Thanks for caring,
JC