I have the same exact card and it works great.Jimmy wrote:Hi Achix,
I have the Kodicom KMC-4400R and have compiled Mark T's patch into the kernel, dmesg is showing as having detected bktr0 - bktr3 although a pciconf -lv lists the cards as being unknown vendor, which makes me question is Marks patch having the desired effect with the crossbar on the card?
I've tried all sorts of camera settings and still can't get any input other than a blue background with a timestamp, have you tried this card and got it working? If so what settings did you use?
Thanks
Jimmy
I remember this patch didnt apply cleanly and i had to do some extra editing
in order for it to take full effect.
Also i put the line
Code: Select all
device bktr
Please do a
Code: Select all
ident /boot/kernel/kernel | grep -i bktr
However using it as a kernel module should work ok too.
My pciconf -lv gives:
Code: Select all
bktr0@pci0:2:12:0: class=0x040000 card=0x00000000 chip=0x036e109e rev=0x11 hdr=0x00
vendor = 'Conexant (Was: Brooktree Corp)'
device = 'Bt878/Fusion 878A Mediastream Controller'
class = multimedia
subclass = video
none1@pci0:2:12:1: class=0x048000 card=0x00000000 chip=0x0878109e rev=0x11 hdr=0x00
vendor = 'Conexant (Was: Brooktree Corp)'
device = '7610144D&REV_02\4&1F7DBC9F&0&09F0 TV Video Capture'
class = multimedia
bktr1@pci0:2:13:0: class=0x040000 card=0x00000000 chip=0x036e109e rev=0x11 hdr=0x00
vendor = 'Conexant (Was: Brooktree Corp)'
device = 'Bt878/Fusion 878A Mediastream Controller'
class = multimedia
subclass = video
none2@pci0:2:13:1: class=0x048000 card=0x00000000 chip=0x0878109e rev=0x11 hdr=0x00
vendor = 'Conexant (Was: Brooktree Corp)'
device = '7610144D&REV_02\4&1F7DBC9F&0&09F0 TV Video Capture'
class = multimedia
.... rest of the bktr chips...
I also had this classic blue background effect, when i hadnt applied Mark's patch.
(i almost conducted the chinese guy from ebay to send my money back lol!)
After Mark's patch everything worked.