Hallo > yes, I use the provided kernel source from SuSE, > while compiling I get the following warnings: Searching the mailinglist archive solves the problem. That line in zoran_driver.c is makeing the problem: unsigned int minor = iminor(inode); Which is the new kernel "style". Please change it to the style before: unsigned int minor = minor(inode->i_rdev);
Than ist should compile well. > admin:/etc/zoran/driver-zoran # make > make: /scripts/pathdown.sh: Kommando nicht gefunden > [...] > zoran_driver.c: In function `zoran_open': > zoran_driver.c:1267: warning: implicit declaration of function `iminor' > [...] > zr36016.c:257: warning: `zr016_xoff' defined but not used > zr36016.c:258: warning: `zr016_yoff' defined but not used > [...] > > After compiling I get the following error code while loading > the module with ./update dc10 (using the ZORAN_VIDEODEV_2 driver): > > playback on card dc10old disabled, because we don't have a TV encoder > module (ms > ./zoran.o: unresolved symbol iminor > Drivers for ' dc10old' with norm 'PAL' loaded > > But the zoran modules doesn´t load, if I modprobe it manually > it says unresolved symbol iminor aswell. > Might that be a compilation error or do I have some other > sources to be installed (like v4l etc.)? Things that does not compile, usually don't work. After compiling without the warning it should load the module, and worke a little more ;) auf hoffentlich bald, Berni the Chaos of Woodquarter Email: [EMAIL PROTECTED] www: http://www.lysator.liu.se/~gz/bernhard ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id56&alloc_id438&op=click _______________________________________________ Mjpeg-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mjpeg-users