0.5.29 not working, complains "no CA module present"

Asked by ajake

After complaining about CA module, new popup says "Failed to open video stream: No demux plugin". No picture, if trying to record, i'll get zero length file.
0.5.27 works. Also bzr revision 365 (0.5.30) is broken.

Smaller things, building instructions have a small typo in install tools: "devscirps", also at least ubuntu 8.04 (hardy) needs apt-get install libtool.

Using EPG and changing channels is very slow, i have 16 channels in channels.conf, scrolling epg window halts it for a few seconds very often (up/down and sideways). After changing a channel it gets locked for a few seconds, thats when it usually misses mouse clicks too.

Request to change channel to 'TV1'
Changing channel to 'TV1'
Exiting EPG thread
Purging remaining EPG events
Creating event node for '782'
Creating event node for '779'
Creating event node for '778'
Creating event node for '776'
Creating event node for '775'
Creating event node for '768'
Creating event node for '178'
Creating event node for '442'
Creating event node for '362'
EPG events purged
Tuning to transponder at 274000000 ...
Waiting for signal lock ...
Got signal lock
Tuned to transponder at 274000000
Streamer starting
Video thread created
About to open FIFO 'fifo://home/ajake/.me-tv/video.fifo' ...
Stream thread created
Trying to auto detect PIDs
EPG thread created
Found 11 associations
Video PID: 512
Audio PID: 650
Subtitle PID: 1027
Subtitle composition_page_id: 1, ancillary_page_id: 50, language: fin
Teletext PID: 2321
TeleText: Language: 'fin', Type: 0, Magazine Number: 0, Page Number: 116
Setting video PID filter to 512 (0x200)
Setting audio PID filter to 650 (0x28A)
Setting subtitle PID filter to 1027 (0x403)
Setting teletext PID filter to 2321 (0x911)
PIDs read successfully
Me TV-Message: Exception message: 'Failed get CA capabilities'
Exception in static void* Streamer::stream_thread_function(Streamer*): Failed get CA capabilities
Pushing error message onto queue: Failed get CA capabilities
Stream thread stopped
Channel changed to 'TV1'
Creating event node for '456'
Creating event node for '380'
Saving EPG data
Updating EPG UI
Me TV-Message: Exception message: 'Failed to read data from demuxer: Value too large for defined data type'

Question information

Language:
English Edit question
Status:
Solved
For:
Me TV Edit question
Assignee:
No assignee Edit question
Solved by:
Michael Lamothe
Solved:
Last query:
Last reply:
Revision history for this message
ajake (ajake) said :
#1

forgot to add:

02:0d.0 Multimedia controller: Philips Semiconductors SAA7146 (rev 01)
 Subsystem: TERRATEC Electronic GmbH Terratec Cynergy 1200C
 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
 Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
 Latency: 32 (3750ns min, 9500ns max)
 Interrupt: pin A routed to IRQ 21
 Region 0: Memory at feaff800 (32-bit, non-prefetchable) [size=512]

Linux video capture interface: v2.00
saa7146: register extension 'budget_av'.
ACPI: PCI Interrupt 0000:02:0d.0[A] -> GSI 21 (level, low) -> IRQ 21
saa7146: found saa7146 @ mem f89ee800 (revision 1, irq 21) (0x153b,0x1156).
saa7146 (0): dma buffer size 192512
DVB: registering new adapter (Terratec Cinergy 1200 DVB-C)
adapter failed MAC signature check
encoded MAC from EEPROM was ff:ff:ff:ff:ff:ff:ff:ff:ff:ff:ff:ff:ff:ff:ff:ff:ff:ff:ff:ff
KNC1-0: MAC addr = 00:0a:ac:01:dd:cf
TDA10021: i2c-addr = 0x0c, id = 0x7c
DVB: registering frontend 0 (Philips TDA10021 DVB-C)...
budget-av: ci interface initialised.

Revision history for this message
Michael Lamothe (lamothe-deactivatedaccount-deactivatedaccount) said :
#2

Great info!

I'm at work at the moment but I will look into the documentation issues/build issues/CA issue as soon as I get home.

With the "EPG slowness", what video/card drivers are you running? I've noticed that the video renderer has real issues with non-accelerated enabled hardware and it tends to lock up the application.

Thanks,

Michael

Revision history for this message
Michael Lamothe (lamothe-deactivatedaccount-deactivatedaccount) said :
#3

"devscirps" and libtool fixed, Cheers!

Revision history for this message
ajake (ajake) said :
#4

I'm using free nv driver with old nvidia card, so no glx and no fancy desktop effects

nVidia Corporation NV34 [GeForce FX 5200] rev 161
(--) NV(0): VideoRAM: 131072 kBytes
(II) NV(0): Using XFree86 Acceleration Architecture (XAA)
(EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)

Revision history for this message
Michael Lamothe (lamothe-deactivatedaccount-deactivatedaccount) said :
#5

You might be able to try another video output in Me TV. Not sure though.

Now, the only issue is the CA problem. Are you available for a chat? #me-tv on FreeNode or jabber <email address hidden>.

Revision history for this message
Best Michael Lamothe (lamothe-deactivatedaccount-deactivatedaccount) said :
#6

I've pushed a new revision that should hopefully tell us what's going on.

Revision history for this message
ajake (ajake) said :
#7

Thanks Michael Lamothe, that solved my question.

Revision history for this message
ajake (ajake) said :
#8

Oh, "this solved my problem" button made a automatic comment :) Thanks for fixing "no picture" problem, it's seems that 367 is also faster with EPG, couln't get it to freeze while scrolling (of course there is a pause when switching channels, and then it misses mouse clicks). I'll test some more later..