Bug #3623
Failed to config dmx for pid XY [e=Invalid argument]
0%
Description
Hello,
First I hope it isn't duplicate. First I was contacting someone on IRC. MRMC was again great. (He helped me to get TVH working on Raspberry Pi 2B - Really thanks to him!) He said that he sees the problem first time and it's probably driver issue. I created thread on Odroid's forum(http://forum.odroid.com/viewtopic.php?f=141&t=19427) and someone responded me that it's issue with TVH
Yesterday I got Odroid C2 and I tried to get it working with Technotrend TT-connect CT-3650 CI USB TV, because I can't watch HD channels (shared bus usb/ethernet) on Raspberry Pi 2B
And I get these error messages:
2016-03-11 16:49:37.904 [ ERROR] linuxdvb: Philips TDA10023 DVB-C : DVB-C #0 - failed to config dmx for pid 18 [e=Invalid argument] 2016-03-11 16:49:37.904 [ ERROR] linuxdvb: Philips TDA10023 DVB-C : DVB-C #0 - failed to config dmx for pid 57 [e=Invalid argument] 2016-03-11 16:49:37.904 [ ERROR] linuxdvb: Philips TDA10023 DVB-C : DVB-C #0 - failed to config dmx for pid 299 [e=Invalid argument] 2016-03-11 16:49:37.904 [ ERROR] linuxdvb: Philips TDA10023 DVB-C : DVB-C #0 - failed to config dmx for pid 3002 [e=Invalid argument] 2016-03-11 16:49:37.904 [ ERROR] linuxdvb: Philips TDA10023 DVB-C : DVB-C #0 - failed to config dmx for pid 3003 [e=Invalid argument] 2016-03-11 16:49:37.904 [ ERROR] linuxdvb: Philips TDA10023 DVB-C : DVB-C #0 - failed to config dmx for pid 8187 [e=Invalid argument] 2016-03-11 16:49:37.920 [ ERROR] linuxdvb: Philips TDA10023 DVB-C : DVB-C #0 - failed to config dmx for pid 0 [e=Invalid argument] 2016-03-11 16:49:37.920 [ ERROR] linuxdvb: Philips TDA10023 DVB-C : DVB-C #0 - failed to config dmx for pid 1 [e=Invalid argument] 2016-03-11 16:49:37.920 [ ERROR] linuxdvb: Philips TDA10023 DVB-C : DVB-C #0 - failed to config dmx for pid 16 [e=Invalid argument] 2016-03-11 16:49:37.920 [ ERROR] linuxdvb: Philips TDA10023 DVB-C : DVB-C #0 - failed to config dmx for pid 17 [e=Invalid argument]
History
Updated by Josef Schlehofer over 8 years ago
Forgot to include tvheadend version (as I said it's from master tree) and also kernel version.
odroid@odroid64:~$ tvheadend --version
tvheadend: version 0.0.0~unknown
odroid@odroid64:~$ uname -a
Linux odroid64 3.14.29-29 #1 SMP PREEMPT Fri Feb 26 11:00:53 BRT 2016 aarch64 aarch64 aarch64 GNU/Linux
Updated by Jaroslav Kysela over 8 years ago
The TVH code works with many kernel versions, so it's difficult to say what's exactly wrong in your environment. Do you compile tvh against the right kernel headers (from kernel you're running) ?
Updated by Jaroslav Kysela over 8 years ago
- Status changed from New to Invalid
The kernel fault (discussion through PM).