zoneminder, amahi & Bluecherry BC-H16480A
Posted: Fri Dec 02, 2011 11:12 am
Hello everyone!
I've seen a lot of requests for zoneminder for amahi, so I thought I'd get to work on porting it over to amahi. I guess the one in alpha has stalled or something. Anyway, here is my current set up:
F14 x64: (kernel 2.6.35-106)
Bluecherry BC-H16480A
Yesterday, I successfully installed the zoneminder app in amahi.
Today, I sucessfully compiled the Bluecherry driver and all 16 video's showed up in /dev
If you are planning on compiling bluecherry's driver for solo6x10 chipset, you do need to patch some of the source files from the bluecherrydvr git repository in order for it to compile.
View this thread and search for solo6010-patch.txt and get the 2 files in that post.
http://support.bluecherrydvr.com/entrie ... eg-4-h-264
The patch will fail in solo6010-v4l2-enc.c, and thats okay! Simply nano solo6010-v4l2-enc.c and change line 819 to look like this:
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,35)
Then "sudo make; sudo make install; sudo depmod -a" and you should be good to go. Reboot your hda after installing the driver then check /dev to make sure you see your video sources.
Here is my dmesg | grep -i solo:
[ 7.841132] solo6x10 0000:07:05.0: Probing Softlogic 6110
[ 7.841533] solo6x10 0000:07:05.0: PCI INT A -> Link[AE4B] -> GSI 16 (level, low) -> IRQ 16
[ 8.718792] solo6x10 0000:07:05.0: Display as /dev/video0 with 16 inputs (5 extended)
[ 8.779321] solo6x10 0000:07:05.0: Encoders as /dev/video1-16
[ 8.779538] solo6x10 0000:07:05.0: Alsa sound card as Softlogic0
I will be hooking up a camera this weekend and testing it.
My goal is to create a jquery mobile amahi theme for touch screen devices, then improve the zoneminder touchscreen interface.
When that is complete I will either write a tutorial or attempt to make a 1-click app. This thread will detail my progress.
I've seen a lot of requests for zoneminder for amahi, so I thought I'd get to work on porting it over to amahi. I guess the one in alpha has stalled or something. Anyway, here is my current set up:
F14 x64: (kernel 2.6.35-106)
Bluecherry BC-H16480A
Yesterday, I successfully installed the zoneminder app in amahi.
Today, I sucessfully compiled the Bluecherry driver and all 16 video's showed up in /dev
If you are planning on compiling bluecherry's driver for solo6x10 chipset, you do need to patch some of the source files from the bluecherrydvr git repository in order for it to compile.
View this thread and search for solo6010-patch.txt and get the 2 files in that post.
http://support.bluecherrydvr.com/entrie ... eg-4-h-264
The patch will fail in solo6010-v4l2-enc.c, and thats okay! Simply nano solo6010-v4l2-enc.c and change line 819 to look like this:
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,35)
Then "sudo make; sudo make install; sudo depmod -a" and you should be good to go. Reboot your hda after installing the driver then check /dev to make sure you see your video sources.
Here is my dmesg | grep -i solo:
[ 7.841132] solo6x10 0000:07:05.0: Probing Softlogic 6110
[ 7.841533] solo6x10 0000:07:05.0: PCI INT A -> Link[AE4B] -> GSI 16 (level, low) -> IRQ 16
[ 8.718792] solo6x10 0000:07:05.0: Display as /dev/video0 with 16 inputs (5 extended)
[ 8.779321] solo6x10 0000:07:05.0: Encoders as /dev/video1-16
[ 8.779538] solo6x10 0000:07:05.0: Alsa sound card as Softlogic0
I will be hooking up a camera this weekend and testing it.
My goal is to create a jquery mobile amahi theme for touch screen devices, then improve the zoneminder touchscreen interface.
When that is complete I will either write a tutorial or attempt to make a 1-click app. This thread will detail my progress.