Module:M858 module

From LEXWiKi

(Difference between revisions)
Jump to: navigation, search
Current revision (15:31, 10 February 2025) (edit) (undo)
 
(13 intermediate revisions not shown.)
Line 9: Line 9:
{|class = 'sortable' border="2" cellpadding="4" cellspacing="0" style="margin: 1em 1em 1em 0; border: 1px #aaa solid; border-collapse: collapse;" id='360'
{|class = 'sortable' border="2" cellpadding="4" cellspacing="0" style="margin: 1em 1em 1em 0; border: 1px #aaa solid; border-collapse: collapse;" id='360'
|- bgcolor = #ccccff
|- bgcolor = #ccccff
-
!OS!!Driver
+
!OS!!Driver<!--!!Google Drive-->
|-
|-
|
|
Line 15: Line 15:
|
|
<center>[ftp://ftp.lex.com.tw/Engineer/SoftSupport/Driver/Module/CaptureCard/M858/Linux/AtlasLinuxDist_2.0.111.0.zip download]</center>
<center>[ftp://ftp.lex.com.tw/Engineer/SoftSupport/Driver/Module/CaptureCard/M858/Linux/AtlasLinuxDist_2.0.111.0.zip download]</center>
 +
<!--
 +
|
 +
<center>[https://drive.google.com/file/d/1YVpYXLl4QfLJgIP8gdcDQ5vCygY0qVm2/view?usp=sharing download]</center>
 +
-->
|-class='sortbottom'
|-class='sortbottom'
Line 20: Line 24:
[{{SERVER}}/lexwiki/index.php?title=Special:TableEdit&id=f777871962f1c0432784d4e0e73802b8.0.U5188c14a1bae0&page=0&pagename={{FULLPAGENAMEE}} edit table]
[{{SERVER}}/lexwiki/index.php?title=Special:TableEdit&id=f777871962f1c0432784d4e0e73802b8.0.U5188c14a1bae0&page=0&pagename={{FULLPAGENAMEE}} edit table]
<!--box uid=f777871962f1c0432784d4e0e73802b8.0.U5188c14a1bae0-->
<!--box uid=f777871962f1c0432784d4e0e73802b8.0.U5188c14a1bae0-->
 +
=== How to install M858 linux driver under Ubuntu 12.04? ===
=== How to install M858 linux driver under Ubuntu 12.04? ===
Line 25: Line 30:
!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"|
-
"write the answers"
+
1. Before install driver, install some dependent plugins
 +
<pre>
 +
#apt-get install libproc-processtable-perl
 +
#apt-get install libcurse5-dev
 +
#apt-get install patch
 +
</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:
!bgcolor = #F3F3F3 align="left"|
!bgcolor = #F3F3F3 align="left"|
-
[ftp://ftp.lex.com.tw/Engineer/SoftSupport/Driver/Module/CaptureCard/M858/Linux/AtlasLinuxDist_2.0.111.0.zip download]
+
<!--
 +
<Google Drive>[https://drive.google.com/file/d/1YVpYXLl4QfLJgIP8gdcDQ5vCygY0qVm2/view?usp=sharing download]
 +
-->
 +
<FTP>[ftp://ftp.lex.com.tw/Engineer/SoftSupport/Driver/Module/CaptureCard/M858/Linux/AtlasLinuxDist_2.0.111.0.zip download]
|-
|-
!bgcolor = #ccccff |Defect:
!bgcolor = #ccccff |Defect:

Current revision

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:

<FTP>download

Defect:

N/A

Asker:

Sylvia 2013/5/7

Provider:

Sylvia 2013/5/7

Personal tools