Difference between revisions of "IEI Technology Corp. IVC-268G-R20"

From ZoneMinder Wiki
Jump to navigationJump to search
Line 6: Line 6:
   
   
sudo apt-get install git
sudo apt-get install git
sudo apt-get install build-essential
sudo apt-get install build-essential
mkdir techwell
mkdir techwell
cd techwell
cd techwell
SEE NOTE BELOW  
 
SEE NOTE BELOW
git clone git://gitorious.org/tw68/smokeyjoness-tw68-v2.git
git clone git://gitorious.org/tw68/smokeyjoness-tw68-v2.git
cd smokeyjoness-tw68-v2
cd smokeyjoness-tw68-v2
make
make
sudo make install
sudo make install
sudo modprobe tw68
sudo modprobe tw68
(Note smokeyjoness-tw68-v2 was successfully installed on 64bit Server, for 32bit server (same hardware) smokeyjoness-tw68-v2 did not work so I use git clone git://gitorious.org/tw68/pocek-tw68-v2.git)
(Note smokeyjoness-tw68-v2 was successfully installed on 64bit Server, for 32bit server (same hardware) smokeyjoness-tw68-v2 did not work so I use git clone git://gitorious.org/tw68/pocek-tw68-v2.git)
After compiling and "loading" the tw68 modules, you need to check that the modules are actually loaded (lsmod|grep tw). You should have the similar output:  
 
After compiling and "loading" the tw68 modules, you need to check that the modules are actually loaded (lsmod|grep tw). You should have the similar output:
~$ lsmod |grep tw
~$ lsmod |grep tw
tw68                  44633  2  
 
tw68                  44633  2
videodev              86588  3 tw68
videodev              86588  3 tw68
videobuf_dma_sg        18786  1 tw68
videobuf_dma_sg        18786  1 tw68
videobuf_core          25409  2 tw68,videobuf_dma_sg
videobuf_core          25409  2 tw68,videobuf_dma_sg
btcx_risc              13400  1 tw68
btcx_risc              13400  1 tw68
Go cd /dev you should see now video0, video1, video2, video3. This video card has dip SW to program card address (this could be checked later if some one has more then one card installed)
 
~$ cd /dev you should see now video0, video1, video2, video3.
This video card has dip SW to program card address (this could be checked later if some one has more then one card installed)

Revision as of 16:00, 2 August 2014

<nowiki>Insert non-formatted text here</nowiki>Insert non-formatted text hereIVC-268G-R20 Data sheet can be found here: http://www.nextwarehouse.com/item/?876363_IEI_TECHNOLOGY_IVC268GR20 The IVC-268G-R20 is similar to the KesCom PG104, uses a Techwell TW6805 chip. Installation To use this capture card you need to compile the driver. For Ubuntu Server 12.04.04 LTS with 3.8 kernel the source can be found at https://gitorious.org/tw68/.

sudo apt-get install git

sudo apt-get install build-essential

mkdir techwell

cd techwell

SEE NOTE BELOW

git clone git://gitorious.org/tw68/smokeyjoness-tw68-v2.git

cd smokeyjoness-tw68-v2

make

sudo make install

sudo modprobe tw68

(Note smokeyjoness-tw68-v2 was successfully installed on 64bit Server, for 32bit server (same hardware) smokeyjoness-tw68-v2 did not work so I use git clone git://gitorious.org/tw68/pocek-tw68-v2.git)

After compiling and "loading" the tw68 modules, you need to check that the modules are actually loaded (lsmod|grep tw). You should have the similar output:

~$ lsmod |grep tw

tw68 44633 2

videodev 86588 3 tw68

videobuf_dma_sg 18786 1 tw68

videobuf_core 25409 2 tw68,videobuf_dma_sg

btcx_risc 13400 1 tw68

~$ cd /dev you should see now video0, video1, video2, video3. This video card has dip SW to program card address (this could be checked later if some one has more then one card installed)