On wo, 2007-05-02 at 10:49 -0700, Ron Trifalo wrote:
> I'm using ubuntu feisty fawn kernel 2.6.20-15-generic.
> when I try to do cat /dev/video0 >capture.mpg to check my tuner
> (Hauppauge pvr-150), I get an empty file.
>  dmesg | grep ivtv:

Please dont grep only for ivtv, look for START INIT IVTV and END INIT
IVTV and post all between these 2 lines. You can use the below.

dmesg | tac |
sed -n '/=\ \ END INIT IVTV\ \ =/,/= START INIT IVTV =/p;
    /= START INIT IVTV =/q' |
tac

> [161191.311457] ivtv0 warning: CX2341X_ENC_INITIALIZE_INPUT took 30
> jiffies (250 per HZ)
> lspci:
> 00:0b.0 Multimedia video controller: Internext Compression Inc iTVC16
> (CX23416) MPEG-2 Encoder (rev 01)

Have you looked at the howto ask for help page? See [1].

Greets
Sander

[1] http://ivtvdriver.org/index.php/Asking_for_help


_______________________________________________
ivtv-users mailing list
[email protected]
http://ivtvdriver.org/mailman/listinfo/ivtv-users

Reply via email to