[Mjpeg-users] buz and kernel 2.4.20 problem

2003-03-11 Thread Ede Wolf
Hello all,

It seems, Kernel 2.4.20 does not recognize my newly (used) bought buz card:

Zoran ZR36060 + ZR36057/67 MJPEG board driver version 0.7
MJPEG[0]: Zoran ZR36067 (rev 2) irq: 14, memory: 0xee00
MJPEG[0]: subsystem vendor=0x13ca id=0x4231
MJPEG[0]: Initializing i2c bus...
MJPEG[0]: Card not supported
No known MJPEG cards found.

I do have compiled in the drivers for v4l, zoran and the buz card and i2c as 
modules. A search on google did not help and the buz related site seems 
rather out of date. Any known issues or is the card likely to be broken ?


Thanks for any help or ideas

Ede


P.S.: my Kernel config. I do have the O(1), preempt and low latency aptch 
applied:

# I2C support
#
CONFIG_I2C=y
CONFIG_I2C_ALGOBIT=m
# CONFIG_I2C_PHILIPSPAR is not set
# CONFIG_I2C_ELV is not set
# CONFIG_I2C_VELLEMAN is not set
CONFIG_I2C_ALGOPCF=m
# CONFIG_I2C_ELEKTOR is not set
CONFIG_I2C_CHARDEV=y
CONFIG_I2C_PROC=y

# Multimedia devices
#
CONFIG_VIDEO_DEV=y

#
# Video For Linux
#
CONFIG_VIDEO_PROC_FS=y
# CONFIG_I2C_PARPORT is not set
# CONFIG_VIDEO_BT848 is not set
# CONFIG_VIDEO_PMS is not set
# CONFIG_VIDEO_CPIA is not set
# CONFIG_VIDEO_SAA5249 is not set
# CONFIG_TUNER_3036 is not set
# CONFIG_VIDEO_STRADIS is not set
CONFIG_VIDEO_ZORAN=y
CONFIG_VIDEO_ZORAN_BUZ=y
# CONFIG_VIDEO_ZORAN_DC10 is not set
# CONFIG_VIDEO_ZORAN_LML33 is not set
# CONFIG_VIDEO_ZR36120 is not set
# CONFIG_VIDEO_MEYE is not set


---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users


Re: [Mjpeg-users] buz and kernel 2.4.20 problem

2003-03-11 Thread Bernhard Praschinger
Hallo

 It seems, Kernel 2.4.20 does not recognize my newly (used) bought buz card:
 
 Zoran ZR36060 + ZR36057/67 MJPEG board driver version 0.7
 MJPEG[0]: Zoran ZR36067 (rev 2) irq: 14, memory: 0xee00
 MJPEG[0]: subsystem vendor=0x13ca id=0x4231
 MJPEG[0]: Initializing i2c bus...
 MJPEG[0]: Card not supported
 No known MJPEG cards found.
Try checking out from the mjpeg cvs server the module zoran-driver with
the tag ZORAN_VIDEODEV_2 

The original driver does not work that good.

 I do have compiled in the drivers for v4l, zoran and the buz card and i2c as
 modules. A search on google did not help and the buz related site seems
 rather out of date. Any known issues or is the card likely to be broken ?
Which one do you mean ?


auf hoffentlich bald,

Berni the Chaos of Woodquarter

Email: [EMAIL PROTECTED] [EMAIL PROTECTED]
www: http://www.lysator.liu.se/~gz/bernhard


---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users


Re: [Mjpeg-users] buz and kernel 2.4.20 problem

2003-03-11 Thread Ede Wolf
First of all, thanks for answering, I got the source. However, what prequisites are 
needed for installation ? Since I do have all drivers compiled in right now, I guess 
need a new kernel. What about CONFIG_VIDEO_DEV (Multimedia Devices - Video4Linux) ? 
Build it as a module, compile it in or leave it out all together ? I guess I do not 
need the Zoran driver and the buz driver at all since those will be provided by the 
the cvs-source, but I'm not sure about the top level video driver. 

 A search on google did not help and the buz related site seems
  rather out of date. Any known issues or is the card likely to be broken ?
 Which one do you mean ?

http://www.lysator.liu.se/~gz/buz/documentation/FAQ.html
http://www.cicese.mx/~mirsev/Linux/DC10plus/

 auf hoffentlich bald,

vielleicht sogar schneller, als Dir lieb war ;)

Gruß


---
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users


Re: [Mjpeg-users] buz and kernel 2.4.20 problem

2003-03-11 Thread Ronald Bultje
Hi Ede,

On Tue, 2003-03-11 at 21:22, Ede Wolf wrote:
 First of all, thanks for answering, I got the source. However, what
 prequisites are needed for installation ? Since I do have all drivers
 compiled in right now, I guess need a new kernel. What about
 CONFIG_VIDEO_DEV (Multimedia Devices - Video4Linux) ? Build it as a
 module, compile it in or leave it out all together ? I guess I do not
 need the Zoran driver and the buz driver at all since those will be
 provided by the the cvs-source, but I'm not sure about the top level
 video driver. 

You need CONFIG_VIDEO_DEV and CONFIG_I2C (i2c bit banging devices).
And of course PCI support et all, but that shouldn't need to be
mentioned.

Ronald

-- 
Ronald Bultje [EMAIL PROTECTED]



---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users


Re: [Mjpeg-users] buz and kernel 2.4.20 problem

2003-03-11 Thread Ede Wolf
Wohooo, it works. At least I do finally have my v4l entries under /dev and xawtv 
starts w/o errors. Time to connect a vcr, I guess. 

Thanks everyone 

 Hi Ede,
 
 On Tue, 2003-03-11 at 21:22, Ede Wolf wrote:
  First of all, thanks for answering, I got the source. However, what
  prequisites are needed for installation ? Since I do have all drivers
  compiled in right now, I guess need a new kernel. What about
  CONFIG_VIDEO_DEV (Multimedia Devices - Video4Linux) ? Build it as a
  module, compile it in or leave it out all together ? I guess I do not
  need the Zoran driver and the buz driver at all since those will be
  provided by the the cvs-source, but I'm not sure about the top level
  video driver. 
 
 You need CONFIG_VIDEO_DEV and CONFIG_I2C (i2c bit banging devices).
 And of course PCI support et all, but that shouldn't need to be
 mentioned.
 
 Ronald
 
 -- 
 Ronald Bultje [EMAIL PROTECTED]
 
 


---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users