View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 9 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject: File Size "B"
PostPosted: Thu Mar 23, 2006 9:56 pm 
Offline
Joined: Wed Feb 15, 2006 7:16 am
Posts: 47
I am unable to record any new shows. In mythweb, which I use as my frontend, the file size for these shows is "B".

I'm on the verge of reinstalling R5B7, but was wondering if anyone could help.

My tuner card is a PVR-150. Here is the output of "dmesg | grep ivtv"

Code:
ivtv:  ==================== START INIT IVTV ====================
ivtv:  version 0.4.3 (tagged release) loading
ivtv:  Linux version: 2.6.15-chw-2 SMP preempt 586 gcc-3.3
ivtv:  In case of problems please include the debug info between
ivtv:  the START INIT IVTV and END INIT IVTV lines, along with
ivtv:  any module options, when mailing the ivtv-users mailinglist.
ivtv0: Autodetected WinTV PVR 250 card (cx23416 based)
ivtv0: Unreasonably low latency timer, setting to 64 (was 32)
ivtv0: i2c attach to card #0 ok [client=tveeprom, addr=50]
tuner 1-0061: chip found @ 0xc2 (ivtv i2c driver #0)
ivtv0: i2c attach to card #0 ok [client=(tuner unset), addr=61]
ivtv0 warning: i2c client addr: 0x21 not found for command 0x8004646b!
ivtv0: loaded v4l-cx2341x-enc.fw firmware (262144 bytes)
ivtv0: Encoder revision: 0x02050032
ivtv0: Allocate DMA encoder MPEG stream: 128 x 32768 buffers (4096KB total)
ivtv0: Allocate DMA encoder YUV stream: 194 x 10800 buffers (2048KB total)
ivtv0: Allocate DMA encoder VBI stream: 120 x 17472 buffers (2048KB total)
ivtv0: Allocate DMA encoder PCM audio stream: 455 x 4608 buffers (2048KB total)
ivtv0 warning: i2c client addr: 0x21 not found for command 0x40085618!
(several more ivtv warnings)


Jason


Top
 Profile  
 
 Post subject:
PostPosted: Thu Mar 23, 2006 10:45 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
Oooo... Another case of the misidentified PVR-150!!!

There are directions I posted somewhere around here recently for patching and recompiling the ivtv driver to fix this. http://mysettopbox.tv/phpBB2/viewtopic.php?t=9065 Please give them a try and report back. In the meantime please do a lspci -v and post the results for your PVR card. I'm guessing that instead of something like this:
Quote:
0000:02:0a.0 Multimedia video controller: Internext Compression Inc iTVC16 (CX23416) MPEG-2 Encoder (rev 01)
Subsystem: Hauppauge computer works Inc.: Unknown device 8003
Flags: bus master, medium devsel, latency 64, IRQ 18
Memory at e4000000 (32-bit, prefetchable) [size=64M]
Capabilities: [44] Power Management version 2

You're going to see:
Quote:
0000:02:0a.0 Multimedia video controller: Internext Compression Inc iTVC16 (CX23416) MPEG-2 Encoder (rev 01)
Subsystem: Hauppauge computer works Inc.: Unknown device 0003
Flags: bus master, medium devsel, latency 64, IRQ 18
Memory at e4000000 (32-bit, prefetchable) [size=64M]
Capabilities: [44] Power Management version 2

If you see that, and want to be doubly sure, turn the machine off stone cold (unplug it if you have to) and leave it that way for a couple minutes before rebooting. If the card is correctly identified after that it's definitely the same issue.

OBTW - the sizes are actually 0 bytes, the "B" is an artifact of the "human readable" file size reporting (Bytes, Kbytes, Mbytes, Gbytes, Tbytes, ...) with leading zeroes supressed...


Top
 Profile  
 
 Post subject:
PostPosted: Fri Mar 24, 2006 5:50 am 
Offline
Joined: Wed Feb 15, 2006 7:16 am
Posts: 47
I was wondering about that... I actually have seen the posts about the misidentified card, but didn't know if it was the same issue.

The results of lspci -v are right on what you predicted.

Now for the fun part... fixing it.

Thanks for the help.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Mar 24, 2006 12:26 pm 
Offline
Joined: Wed Feb 15, 2006 7:16 am
Posts: 47
I patched ivtv as mentioned, which solved the misidentified card problem.

However, My recordings still do not show up correctly in Mythweb. There is a listing for the show, but no preview graphic and still the "B", which means 0 bytes (or close to it).

I'm probably going to reinstall, unless someone else has an idea in the next few hours.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Mar 24, 2006 6:12 pm 
Offline
Joined: Tue Dec 06, 2005 3:29 pm
Posts: 31
dartmanx wrote:
I patched ivtv as mentioned, which solved the misidentified card problem.

However, My recordings still do not show up correctly in Mythweb. There is a listing for the show, but no preview graphic and still the "B", which means 0 bytes (or close to it).

I'm probably going to reinstall, unless someone else has an idea in the next few hours.


I have a similiar problem, however, it only seems to happen when VLC is using the tuner. http://mysettopbox.tv/phpBB2/viewtopic.php?t=9186


Top
 Profile  
 
 Post subject:
PostPosted: Sat Mar 25, 2006 2:56 pm 
Offline
Joined: Wed Feb 15, 2006 7:16 am
Posts: 47
I don't do any streaming, so I don't htink the problem is related to VLC.

Still stumped, unfortunately.


Top
 Profile  
 
 Post subject:
PostPosted: Sat Mar 25, 2006 5:36 pm 
Offline
Joined: Fri May 21, 2004 11:55 pm
Posts: 1206
Location: Silicon Valley, CA
I don't want to offend here, but the thread is ambiguous on one point...

Once this issue is resolved you should be able to see recordings, but only for NEW recordings made after the fix was implemented. In other words, the previous recordings are empty and nothing can "fix" them.

Just covering all the bases...

_________________
Do you code to live, or live to code?
Search LinHES forum through Google


Top
 Profile  
 
 Post subject:
PostPosted: Sun Mar 26, 2006 7:12 am 
Offline
Joined: Wed Feb 15, 2006 7:16 am
Posts: 47
Apologies.

Actually, what I would do after making a given fix is try to record a random 30 minute show, which wasn't working.

I reinstalled, and the problem hasn't happened yet. Fingers crossed.

ivtv released a new version yesterday. Changelog says detection of PVR-150/-250 was improved.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Mar 26, 2006 11:07 am 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
Directions on the wiki have been updated to match. I'm rebooting to test it on my system now...
http://www.knoppmythwiki.org/index.php?page=CompileIvtv


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 9 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 9 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu