Upgraded to Ubuntu 13.10 and nothing works - Help!
Added by Richard McBride almost 11 years ago
Had TVH running flawlessly under Ubuntu 12.10 - upgraded to 13.10 (saucy) today and could not login to TVH on port 9981. My XBMC client reports no PVR service running.
Thinking maybe the upgrade had broken something, I de-installed tvheadend and tried re-installing, and got this message after apt-get update:
W: Failed to fetch http://apt.tvheadend.org/stable/dists/saucy/main/binary-amd64/Packages 404 Not Found [IP: 83.137.145.55 80]
W: Failed to fetch http://apt.tvheadend.org/stable/dists/saucy/main/binary-i386/Packages 404 Not Found [IP: 83.137.145.55 80]
UPDATE: seems the packages for saucy are in /beta, so got tvh working again.
But the kernel upgrade to 3.11 seems to have broken the firmware for the Kworld T499 T09 tuners: (the others - DVB-T P160-2T are working fine). The error message at the bottom seems to indicate a problem with the dvb_usb_af9015 process. Tvh can see the adapters, but they don't respond to tuning requests.
[ 14.683837] usb 1-3: DVB: registering adapter 3 frontend 0 (Kworld UB499-2T T09(IT9137)_2)... [ 14.729422] Registered IR keymap rc-it913x-v1 [ 14.729525] input: Kworld UB499-2T T09(IT9137) as /devices/pci0000:00/0000:00:12.2/usb1/1-3/rc/rc1/input15 [ 14.730333] rc1: Kworld UB499-2T T09(IT9137) as /devices/pci0000:00/0000:00:12.2/usb1/1-3/rc/rc1 [ 14.730339] usb 1-3: dvb_usb_v2: schedule remote query interval to 250 msecs [ 14.730344] usb 1-3: dvb_usb_v2: 'Kworld UB499-2T T09(IT9137)' successfully initialized and connected [ 14.743392] init: failsafe main process (911) killed by TERM signal [ 14.776379] init: Failed to obtain startpar-bridge instance: Unknown parameter: INSTANCE [ 14.899311] usb 3-1: dvb_usb_v2: will pass the complete MPEG2 transport stream to the software demuxer [ 14.899357] DVB: registering new adapter (KWorld PlusTV Dual DVB-T PCI (DVB-T PC160-2T)) [ 15.614944] i2c i2c-4: af9013: found a 'Afatech AF9013' in warm state [ 15.618445] i2c i2c-4: af9013: firmware version 4.95.0.0 [ 15.624577] usb 3-1: DVB: registering adapter 1 frontend 0 (Afatech AF9013)... [ 15.624719] tda18271 4-00c0: attaching existing instance [ 15.633209] Registered IR keymap rc-empty [ 15.633290] input: KWorld PlusTV Dual DVB-T PCI (DVB-T PC160-2T) as /devices/pci0000:00/0000:00:14.4/0000:02:06.2/usb3/3-1/rc/rc2/input16 [ 15.634007] rc2: KWorld PlusTV Dual DVB-T PCI (DVB-T PC160-2T) as /devices/pci0000:00/0000:00:14.4/0000:02:06.2/usb3/3-1/rc/rc2 [ 15.634013] usb 3-1: dvb_usb_v2: schedule remote query interval to 500 msecs [ 15.634018] usb 3-1: dvb_usb_v2: 'KWorld PlusTV Dual DVB-T PCI (DVB-T PC160-2T)' successfully initialized and connected [ 16.256472] init: kdm main process (1332) killed by TERM signal [ 16.305060] audit_printk_skb: 111 callbacks suppressed [ 16.305065] type=1400 audit(1391259988.686:48): apparmor="STATUS" operation="profile_replace" parent=1378 profile="unconfined" name="/usr/sbin/mysqld" pid=1659 comm="apparmor_parser" [ 16.680500] fglrx_pci 0000:00:01.0: irq 51 for MSI/MSI-X [ 313.556793] usb 3-1: dvb_usb_af9015: command failed=2 [ 313.556804] i2c i2c-4: af9013: i2c rd failed=-5 reg=d2e1 len=1
Replies (1)
RE: Upgraded to Ubuntu 13.10 and nothing works - Help! - Added by Richard McBride almost 11 years ago
Got a feeling I'm talking to myself here, but just in case anybody's listening, I've found out that my Climax Digital DVB-T stick (DVT385), which didn't work under the older kernel, does now work, using the firmware dvb-usb-it9135-01.fw or dvb-usb-it9135-02.fw (not sure which is actually in use).
I had to change the options-dvb.conf file (/etc/modprobe.d/options-dvb.conf) to avoid the multiple adapters problem after a reboot:
Updated /etc/modprobe.d/options-dvb.conf as follows:
'# Set adapter number for Kworld DVB-T PC160-2T dual DVB-T PCI Card
options dvb_usb_af9015 adapter_nr=0,1
'# Set adapter number for Climax Digital DTV395 dual DVB-T USB Stick
options dvb_usb_it913x adapter_nr=2,3
'#Set adapter number for PCTV nanostick T2 290e single DVB-T2 USB Stick
options em28xx_dvb adapter_nr=4
Everything working again on tvh 3.5.247