Module:M858 module

From LEXWiKi

Jump to: navigation, search
OSDriverGoogle Drive

Ubuntu 12.04

download
download

edit table


How to install M858 linux driver under Ubuntu 12.04?

Ans:

1. Before install driver, install some dependent plugins

#apt-get install libproc-processtable-perl
#apt-get install libcurse5-dev
#apt-get install patch

2. Extract the v4l2 files, and it will create a directory called "media_build"

#tar -xzf media_build_source_2012-11-02.tar.gz

3. Change directory to media_build, and build the V4L2 frame work

#cd media_build
#make distclean
#make
#make install

4. Copy the CX25858 Linux driver tarball (cx25858_src_2.0.1xx.tar.gz) to media_build directory, and extract the same. If prompted, overwrite the three files.

#tar -xzf cx25858_src_2.0.111.tar.gz

5. Building CX25858 driver

#make distclean

#make menuconfig
From the menu, you need to select “Conexant 25858 Support” under the following:
	•Multimedia Support
	•Video Capture adapters
	•V4L PCI(e) devices 
#make
#make install
Patch File:

<Google Drive>download

<FTP>download

Defect:

N/A

Asker:

Sylvia 2013/5/7

Provider:

Sylvia 2013/5/7

Personal tools