Kodicom 4400R Card not working

Post here to ask any questions about hardware suitability, configuration in ZoneMinder, or experiences. If you just want to know if something works with ZoneMinder or not, please check the Hardware Compatibility sections in the forum, and the Wiki first. Also search this topic as well.
Post Reply
wheeliebin
Posts: 8
Joined: Sat Oct 19, 2013 9:19 pm

Kodicom 4400R Card not working

Post by wheeliebin »

Hi

Just purchased a kodicom 4400R card and installed it in a box with a new install of Ubuntu 12.04 and am intending using it with ZoneMinder.
I have connected a camera to cam0 on the card
I have run "modprobe bttv gbuffers=16 card=133,132,133,133" and then run "xawtv" to check that the hardware is functioning but I get an error:
vid-open-auto:failed to open a capture device
no video grabber device available

presumably I should be able to see video0 etc in /dev? I cant..

Is it likely that the card is dead or have I missed out a step (I believe the driver is in the kernel and the modprobe command should have loaded it)

Be grateful for any assistance
chippy99
Posts: 66
Joined: Wed Aug 30, 2006 5:38 pm
Location: Barnet, Herts. UK

Re: Kodicom 4400R Card not working

Post by chippy99 »

Try creating a file called /etc/modprobe.d/bttv.conf containing

Code: Select all

alias char-major-81 bttv
options bttv gbuffers=16 card=133,132,133,133 tuner=4,4,4,4
reboot and see if you have any /dev/video* files.
If not type dmesg | grep bttv to find any errors
wheeliebin
Posts: 8
Joined: Sat Oct 19, 2013 9:19 pm

Re: Kodicom 4400R Card not working

Post by wheeliebin »

Thanks for the help.

I have done as you suggested.

After reboot there are no /dev/videoX files

dmesg | grep bttv produces no output!!

Have looked through dmesg | more and cant see anything glaringly wrong

Any more ideas gratefully received
wheeliebin
Posts: 8
Joined: Sat Oct 19, 2013 9:19 pm

Re: Kodicom 4400R Card not working

Post by wheeliebin »

Solved.
Thanks for your help.
I saw bttv was loaded using lsmod, couldn't see any errors in any logs.
I unloaded bttv with rmmod and reloaded it (with -v) to see if there were any errors. None reported
Ran xawtv again and it worked.
Post Reply