On Friday 17 November 2006 19:10, Hans Verkuil wrote:

> Never mind, it's not my day. Just forget I posted this. You have the
> correct modules loaded, so just do the test with the different inputs I
> suggested earlier. Sorry for the confusion.
>
Ah. I'm glad I'm not going mad after all.
I copied the drivers into the correct directory and ran:
#!/bin/bash
cd  /lib/modules/2.6.18-1.2849.fc6/kernel/drivers/media/video
for i in 4 5 6 7 8
do
  cp ivtv-c$i.ko ivtv.ko
  rmmod ivtv
  sleep 2
  modprobe ivtv
  sleep 2
  v4l2-ctl -i 1
  echo $4
  mplayer /dev/video0
done

dmesg showed that 5 times a driver was loaded and removed.
Each and everytime the image was black and white.

If you have any more suggestions, I'm quite willing to try anything.

Han Holl

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

Reply via email to