33
SDK
5.2 Linux System
5.2.1 Driver Building Guide
Before you start, please ensure you have root ID and password.
CA
UTION!
CA
UTION!
Please find as these two file that is on Linux SDK package
v4l2_source_2.6.33.tar.bz2
cx25858_src_2.0.108.tar.gz
• Install v4l2 module
1. Type “
tar -jxvf v4l2_source_2.6.33.tar.bz2
”You will see
a folder “v4l-dvb-abd3aac6644e”. Please into this folder
for next step.
2. Type “
make
”
3. Type “
make install
”
4. Type “
make clean
”
5. Type “
make distclean
”
• Upgrade driver source file to v4l2 module
1. Copy “
cx25858_src_2.0.108.tar.gz
” to “
v4l-dvb-
abd3aac6644e
” folder.
2. Type “
tar –zxvf cx25858_src_2.0.108.tar.gz
”. The
cx25858 source file will copy to v4l2 driver folder. If
prompt overwrite the file , please select ‘yes’.
3. Type “
make menuconfig
” ( PS*1) Setup the
configuration file
4. Type “make” ( PS*2)
5. Type “make install”