Module:M858 module

From LEXWiKi

(Difference between revisions)
Jump to: navigation, search
Line 22: Line 22:
-
<!-- === How to install M858 linux driver under Ubuntu 12.04? ===
+
=== How to install M858 linux driver under Ubuntu 12.04? ===
{|
{|
!bgcolor = #ccccff width="50" align="center"|Ans:
!bgcolor = #ccccff width="50" align="center"|Ans:
!bgcolor = #F3F3F3 width="100%" align="left"|
!bgcolor = #F3F3F3 width="100%" align="left"|
-
1. Before installation
+
1. Before install driver, install some dependent plugins
<pre>
<pre>
#apt-get install libproc-processtable-perl
#apt-get install libproc-processtable-perl
Line 32: Line 32:
#apt-get install patch
#apt-get install patch
</pre>
</pre>
 +
 +
2. Extract the v4l2 files, and it will create a directory called "media_build"
 +
<pre>
 +
#tar -xzf media_build_source_2012-11-02.tar.gz
 +
</pre>
 +
 +
3. Change directory to media_build, and build the V4L2 frame work
 +
<pre>
 +
#cd media_build
 +
#make distclean
 +
#make
 +
#make install
 +
</pre>
 +
 +
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.
 +
<pre>
 +
#tar -xzf cx25858_src_2.0.111.tar.gz
 +
</pre>
 +
 +
5. Building CX25858 driver
 +
<pre>
 +
#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
 +
</pre>
 +
|-
|-
!bgcolor = #ccccff |Patch File:
!bgcolor = #ccccff |Patch File:
Line 50: Line 83:
|-
|-
|}
|}
-
-->
 

Revision as of 11:30, 8 May 2013

OSDriver

Ubuntu 12.04

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:

download

Defect:

N/A

Asker:

Sylvia 2013/5/7

Provider:

Sylvia 2013/5/7

Personal tools