alsa@xxxxxxxxxxxx wrote:
On Sat, 26 Apr 2003, Claus Atzenbeck wrote:
make lsmod for tuner. if it is not present, nothing will work. also, look at logs. maybe, some errors are there on that score. and, some hint: modules.conf is a good file. but, maybe, insmod/rmmod is much comfortable for test/debug modules. more, there are some progs in the xawtv, that can produce some usefull info on what is on in video. -- video4linux-list mailing list Unsubscribe mailto:video4linux-list-request@xxxxxxxxxx?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/video4linux-list
Mandrake uses devfs I think. Try to use MAKEDEV from xawtv source. Then in modules.conf add the lines: alias char-major-81 videodev alias char-major-81-0 saa7134 or in modules.devfs: # Video capture devices alias /dev/video0 /dev/v4l/video alias /dev/vbi0 /dev/v4l/vbi or something like that - I am not sure - use rather first way. For my FlyVideo3000 I had to describe tuner too: options saa7134 tuner=37 options tuner type=37 strange but I had to add it for both modules.