
This is more a linux module problem than vlc but....
I have a DC30+ miro card with a zoran chipset..
Apparently i need to use zr36067
with a fresh install of suse 10.2 zr36067 loads fine and with a little tweaking it kind of runs although vlc did crash quite quick. after a reboot zr36067 fails to load. This is not the first time i've come across this. It was the same an another motherboard with a via chipset. Some forums suggested that via was a waste of time so now i have an intel based board and the same happens. the errors seem to be around the i2c bus. Some relevent outputs are pasted below. Any help would be so cool as i'm about to loose the rest of my hair!!
dmesg |grep i2c
i2c-algo-bit.o: (0) scl=1, sda=1
i2c-algo-bit.o: (1) scl=0, sda=0
i2c-algo-bit.o: SCL unexpected low while pulling SDA low!
DC30plus[0]: find_zr36057() - can't initialize i2c bus
i810_smbus 0000:00:02.0: i810/i815 i2c device found.
i2c-algo-bit.o: (0) scl=1, sda=1
i2c-algo-bit.o: (1) scl=1, sda=1
i2c-algo-bit.o: SDA stuck high!
i2c-algo-bit.o: (0) scl=1, sda=1
i2c-algo-bit.o: (1) scl=0, sda=0
i2c-algo-bit.o: SCL unexpected low while pulling SDA low!
lspci |grep vid
01:00.0 Multimedia video controller: Zoran Corporation ZR36057PQC Video cutting chipset (rev 02)
lsmod |grep zr
zr36050 12936 0
zr36016 9864 0
videocodec 12180 2 zr36050,zr36016
tail /var/log/messages
Feb 13 11:36:01 wendolene kernel: No known MJPEG cards found.
Feb 13 11:36:58 wendolene kernel: Linux video codec intermediate layer: v0.2
Feb 13 11:36:58 wendolene kernel: Zoran MJPEG board driver version 0.9.5
Feb 13 11:36:58 wendolene kernel: MJPEG[0]: Zoran ZR36067 (rev 2) irq: 177, memory: 0xec000000
Feb 13 11:36:58 wendolene kernel: MJPEG[0]: subsystem vendor=0x1031 id=0xd801
Feb 13 11:36:58 wendolene kernel: i2c-algo-bit.o: (0) scl=1, sda=1
Feb 13 11:36:58 wendolene kernel: i2c-algo-bit.o: (1) scl=0, sda=0
Feb 13 11:36:58 wendolene kernel: i2c-algo-bit.o: SCL unexpected low while pulling SDA low!
Feb 13 11:36:58 wendolene kernel: DC30plus[0]: find_zr36057() - can't initialize i2c bus
Feb 13 11:36:58 wendolene kernel: No known MJPEG cards found.
Anybody shed any light?
thanks
rob