Thanks for help, but...
I dload a driver from cvs (1.1.2.24), but isn't compile because this
line in zoran_driver.c:
unsigned int minor = iminor(inode);
------------
gcc-2.95 -D__KERNEL__ -I/usr/src/kernel-source-2.4.22-xfs/include -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common
-fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i386
-DMODULE -DEXPORT_SYMTAB  -nostdinc -iwithprefix include
-DKBUILD_BASENAME=zoran_driver  -c -o zoran_driver.o zoran_driver.c
zoran_driver.c: In function `zoran_open':
zoran_driver.c:1267: warning: implicit declaration of function `iminor'
-----------
I change this line to previous version (1.1.2.23):
unsigned int minor = minor(inode->i_rdev);
and it compiles fine.
But...(again), the error on driver load persist :-(

As it said Ronald, I find that this mother-board (Soyo SY-7VBA133U) is
incompatible with the driver...sniff :(
 
Em Ter, 2003-11-25 às 10:05, Bernhard Praschinger escreveu:
> Hallo
> 
> > Thank you.
> > Not abusing, how I get from the CVS?
> > cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/mjpeg co -r ZORAN_VIDEODEV_2 
> > driver-zoran/
> 
> That should work.
> 
> 
> 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: SF.net Giveback Program.
> Does SourceForge.net help you be more productive?  Does it
> help you create better code?  SHARE THE LOVE, and help us help
> YOU!  Click Here: http://sourceforge.net/donate/
> _______________________________________________
> Mjpeg-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/mjpeg-users



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to