
jep at obrien-pifer
Apr 8, 2004, 6:20 PM
Post #1 of 6
(6466 views)
Permalink
|
|
Input/output error on /dev/video0 (PVR-350)
|
|
I can't get past this problem. I've built my mythtv TV machine several times in the last 8 months (although I always seem to have something go a little bit different) I've never had this problem. If I try to do a dd or a cat of video0 such as below, I get an Input/output error. I've tried what Jarod's guide suggests, rmmod and modprobe of ivtv, but it still fails after I do that. In messages I get: Apr 8 21:18:28 mythtv kernel: ivtv: Timeout waiting for data! I've come up pretty empty on searches. Any suggestions? Thanks, James [root[at]mythtv root]# dd if=/dev/video0 of=test.mpg dd: reading `/dev/video0': Input/output error 0+0 records in 0+0 records out OR [root[at]mythtv root]# cat /dev/video0 > /tmp/test_capture.mpg cat: /dev/video0: Input/output error [root[at]mythtv root]# ls /dev/video* -l crw------- 1 root root 81, 0 Jan 30 2003 /dev/video0 crw------- 1 root root 81, 1 Jan 30 2003 /dev/video1 crw------- 1 root root 172, 0 Jan 30 2003 /dev/video1394 crw------- 1 root root 81, 16 Apr 7 15:01 /dev/video16 crw------- 1 root root 81, 2 Jan 30 2003 /dev/video2 crw------- 1 root root 81, 224 Apr 7 15:02 /dev/video224 crw------- 1 root root 81, 3 Jan 30 2003 /dev/video3 crw------- 1 root root 81, 32 Apr 7 15:01 /dev/video32 [root[at]mythtv root]# lsmod Module Size Used by Not tainted ivtv-fb 16128 0 ivtv 94432 0 [ivtv-fb] lirc_i2c 5440 0 (unused) lirc_dev 10192 1 [lirc_i2c] saa7127 4952 0 (unused) saa7115 8120 0 (unused) videodev 9216 7 [ivtv] msp3400 18828 1 tuner 12544 1 i2c-algo-bit 8584 0 [ivtv] i2c-core 21028 0 [ivtv lirc_i2c saa7127 saa7115 msp3400 tuner i2c-algo-bit] i810_audio 27624 0 (autoclean) ac97_codec 14568 0 (autoclean) [i810_audio] soundcore 6436 2 (autoclean) [i810_audio] agpgart 48128 5 (autoclean) iptable_filter 2444 0 (autoclean) (unused) ip_tables 15096 1 [iptable_filter] autofs4 12180 2 (autoclean) 3c59x 30736 1 serial 55300 0 (autoclean) microcode 4668 0 (autoclean) keybdev 2976 0 (unused) mousedev 5556 1 hid 22276 0 (unused) input 5888 0 [keybdev mousedev hid] usb-uhci 26412 0 (unused) usbcore 79360 1 [hid usb-uhci] ext3 70976 2 jbd 51924 2 [ext3]
|