Hallo I have a BUZ and DC30+ running on my Suse 10.0. But I use a selfcompiled kernel. So things are a little different on my machine.
The Suse kernel 2.6.1? should have zoran driver that should work. > Is anyone using this board under this, or a recent SUSE distro, and > can you provide a step-by-step guide to getting this board to work > with the mjpeg tools (or w/ Cinelerra, xawtv, or similar packages??) When you have a DC10+ the system should load that modules: saa7110, adv7175, zr36060 and zr36067. Are they loaded (check with lsmod) ? > SUSE's yAST interface shows the card to have been 'modprobed' (I've > also run it on a console with no error posts) and it appears to be > available, but the card/driver doesn't show up as an option in any of > the GUI capture modules of the video packages I've installed to date > (Cinelerra, kdetv, Broadcast2000, et al). When I try to run lavrec, > I get a single line of capture info, and then the machine locks > up--requiring a reboot to continue. When it seems that the card works you should start with xawtv. You should be able to view the input when you run xawtv. What command did you use when you wanted to record ? > Any help, or directions to same, would be greatly appreciated. Have you tried unloading the driver, and loading them by hand once: rmmod saa7110 rmmod adv7175 rmmod zr36060 rmmod zr36067 And load them: modprobe saa7110 modprobe adv7175 modprobe zr36060 modprobe zr36067 debug=3 default_norm=0 lock_norm=0 pass_through=0 lml33dpath=1 When you load the driver could you check if you get anything interresting in you /var/log/messsages file ? auf hoffentlich bald, Berni the Chaos of Woodquarter Email: [EMAIL PROTECTED] www: http://www.lysator.liu.se/~gz/bernhard ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Mjpeg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mjpeg-users
