MB:CI770A

From LEXWiKi

(Difference between revisions)
Jump to: navigation, search
(New page: O.S.||OS|select|Windows 2000|Windows XP|Windows Vista|Windows XP Embedded|Windows CE 4.2|Windows CE 5.0|Windows CE 6.0|Linux Source|Red Hat9.0|Fedora Core 6|Fedora Core 7|Fedora Core 8|Fed...)
Current revision (16:34, 4 July 2016) (edit) (undo)
 
(22 intermediate revisions not shown.)
Line 1: Line 1:
-
O.S.||OS|select|Windows 2000|Windows XP|Windows Vista|Windows XP Embedded|Windows CE 4.2|Windows CE 5.0|Windows CE 6.0|Linux Source|Red Hat9.0|Fedora Core 6|Fedora Core 7|Fedora Core 8|Fedora Core 9|Fedora Core 10|Ubuntu 8.04|Ubuntu 8.10|Ubuntu 9.04|Debian 4.0|Debian 5.0|Suse10.3|ubuntu 11.10|ubuntu 12.04|fedora 15|Debian 7.11 x64|Ubuntu 12.04.5 x86|Ubuntu 16.04 x64 VGA||VGA Support|select|Yes|No|- DVI||DVI Support|select|Yes|No|- HDMI||HDMI Support|select|Yes|No|- SATA||SATA Support|select|Yes|No|- Audio||Audio Support|select|Yes|No|- 3G Sim Card||3G Sim Card Support|select|Yes|No|- WiFi||WiFi Support|select|Yes|No|- USB||USB Port Support|select|Yes|No|- COM||COM Port Support|select|Yes|No|- LAN||LAN Support|select|Yes|No|- PCIE||PCIE Support|select|Yes|No|- WDT/DIO||WDT/DIO Support|select|Yes|No|- Download Patch
+
[[Category:AllowPages]]
 +
<!--box uid=f777871962f1c0432784d4e0e73802b8.1346.B577a054d513c8-->
 +
<!--
 +
******************************************************************************************
 +
*
 +
* ** PLEASE DON'T EDIT THIS TABLE DIRECTLY. Use the edit table link under the table. **
 +
*
 +
****************************************************************************************** -->
 +
{|class = 'sortable' border="2" cellpadding="4" cellspacing="0" style="margin: 1em 1em 1em 0; border: 1px #aaa solid; border-collapse: collapse;" id='433'
 +
|- bgcolor = #ccccff
 +
!O.S.!!VGA!!DVI!!HDMI!!SATA!!Audio!!3G Sim Card!!WiFi!!USB!!COM!!LAN!!PCIE!!WDT/DIO!!Download!!Patch
 +
|-
 +
|
 +
Debian 7.11 x64
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
 
 +
|
 +
 +
|-
 +
|
 +
Ubuntu 12.04.5 x86
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
 
 +
|
 +
 +
|-
 +
|
 +
Ubuntu 16.04 x64
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
 
 +
|
 +
 +
|-class='sortbottom'
 +
 
 +
|}
 +
[{{SERVER}}/lexwiki/index.php?title=Special:TableEdit&id=f777871962f1c0432784d4e0e73802b8.1346.B577a054d513c8&page=1346&pagename={{FULLPAGENAMEE}} edit table]
 +
<!--box uid=f777871962f1c0432784d4e0e73802b8.1346.B577a054d513c8-->
 +
 
 +
=== How can I use Serial port COM5-COM10 in Linux? ===
 +
{|
 +
!bgcolor = #ccccff width="50" align="center"|Ans:
 +
!bgcolor = #F3F3F3 width="100%" align="left"|
 +
 
 +
 
 +
#vi /boot/grub/menu.lst
 +
or
 +
#vi /boot/grub2/grub.cfg
 +
 
 +
Add "8250.nr_uarts=10" in the kernel line as below picture:
 +
 
 +
(In Fedora)
 +
 
 +
[[Image:ci770com_F.jpg]]
 +
 
 +
 
 +
(In Ubuntu)
 +
 
 +
[[Image:ci770com_u.jpg]]
 +
 
 +
 
 +
#reboot
 +
 
 +
And then you can use 10 COM ports.
 +
 
 +
|-
 +
!bgcolor = #ccccff |Patch File:
 +
!bgcolor = #F3F3F3 align="left"|
 +
N/A
 +
|-
 +
!bgcolor = #ccccff |Defect:
 +
!bgcolor = #F3F3F3 align="left"|
 +
N/A
 +
|-
 +
!bgcolor = #ccccff |Asker:
 +
!bgColor = #F3F3F3 align="left"|
 +
[[User:Kk|king kong]] 17:38, 5 November 2012 (CST)
 +
|-
 +
!bgcolor = #ccccff |Provider:
 +
!bgColor = #F3F3F3 align="left"|
 +
[[User:Kk|king kong]] 17:38, 5 November 2012 (CST)
 +
|-
 +
|}
 +
 
 +
=== Who to use second I/O(com3-com6) with CI770A ?===
 +
{|
 +
!bgcolor = #ccccff width="50" align="center"|Ans:
 +
!bgcolor = #F3F3F3 width="100%" align="left"|
 +
use "SecondIOFIX" module in root permissions, for example:main_32
 +
root#chmod 777 main_32
 +
root#./main_32
 +
|-
 +
!bgcolor = #ccccff |Patch File:
 +
!bgcolor = #F3F3F3 align="left"|
 +
Second IO FIX Module:<br>
 +
[ftp://ftp.lex.com.tw/Engineer/SoftSupport/AP_Module/CI770COMPortFIX/main_32 main_32]
 +
[ftp://ftp.lex.com.tw/Engineer/SoftSupport/AP_Module/CI770COMPortFIX/main_64 main_64]
 +
|-
 +
!bgcolor = #ccccff |Defect:
 +
!bgcolor = #F3F3F3 align="left"|
 +
"N/A"
 +
|-
 +
!bgcolor = #ccccff |Asker:
 +
!bgColor = #F3F3F3 align="left"|
 +
"Tracy 2016/07/04"
 +
|-
 +
!bgcolor = #ccccff |Provider:
 +
!bgColor = #F3F3F3 align="left"|
 +
"Tracy 2016/07/04"
 +
|-
 +
|}
 +
=== Why my Ubuntu 12.04.5 Reboot no display?===
 +
{|
 +
!bgcolor = #ccccff width="50" align="center"|Ans:
 +
!bgcolor = #F3F3F3 width="100%" align="left"|
 +
 
 +
Cut off the power to reboot
 +
 
 +
|-
 +
!bgcolor = #ccccff |Patch File:
 +
!bgcolor = #F3F3F3 align="left"|
 +
"N/A"
 +
|-
 +
!bgcolor = #ccccff |Defect:
 +
!bgcolor = #F3F3F3 align="left"|
 +
"N/A"
 +
|-
 +
!bgcolor = #ccccff |Asker:
 +
!bgColor = #F3F3F3 align="left"|
 +
"Tracy 2016/07/04"
 +
|-
 +
!bgcolor = #ccccff |Provider:
 +
!bgColor = #F3F3F3 align="left"|
 +
"Tracy 2016/07/04"
 +
|-
 +
|}
 +
 
 +
=== How can I use WiFi(WPER-172GN) in Debian?===
 +
{|
 +
!bgcolor = #ccccff width="50" align="center"|Ans:
 +
!bgcolor = #F3F3F3 width="100%" align="left"|
 +
 
 +
1.Add a "non-free" component to /etc/apt/sources.list, for example:
 +
# Debian 8 "Jessie"
 +
deb http://http.debian.net/debian/ jessie main contrib non-free
 +
2.Update the list of available packages and install the firmware-ralink package:
 +
apt-get update && apt-get install firmware-ralink
 +
3.Connect the device to your system. The rt2800usb kernel module is automatically loaded for supported devices.
 +
 
 +
4.Configure your wireless interface as appropriate.
 +
|-
 +
!bgcolor = #ccccff |Patch File:
 +
!bgcolor = #F3F3F3 align="left"|
 +
"N/A"
 +
|-
 +
!bgcolor = #ccccff |Defect:
 +
!bgcolor = #F3F3F3 align="left"|
 +
"N/A"
 +
|-
 +
!bgcolor = #ccccff |Asker:
 +
!bgColor = #F3F3F3 align="left"|
 +
"Tracy 2016/07/04"
 +
|-
 +
!bgcolor = #ccccff |Provider:
 +
!bgColor = #F3F3F3 align="left"|
 +
"Tracy 2016/07/04"
 +
|-
 +
|}

Current revision

O.S.VGADVIHDMISATAAudio3G Sim CardWiFiUSBCOMLANPCIEWDT/DIODownloadPatch

Debian 7.11 x64

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Ubuntu 12.04.5 x86

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Ubuntu 16.04 x64

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

edit table

Contents

How can I use Serial port COM5-COM10 in Linux?

Ans:


#vi /boot/grub/menu.lst
or
#vi /boot/grub2/grub.cfg

Add "8250.nr_uarts=10" in the kernel line as below picture:

(In Fedora)

Image:ci770com_F.jpg


(In Ubuntu)

Image:ci770com_u.jpg


#reboot

And then you can use 10 COM ports.

Patch File:

N/A

Defect:

N/A

Asker:

king kong 17:38, 5 November 2012 (CST)

Provider:

king kong 17:38, 5 November 2012 (CST)

Who to use second I/O(com3-com6) with CI770A ?

Ans:

use "SecondIOFIX" module in root permissions, for example:main_32

root#chmod 777 main_32
root#./main_32
Patch File:

Second IO FIX Module:
main_32 main_64

Defect:

"N/A"

Asker:

"Tracy 2016/07/04"

Provider:

"Tracy 2016/07/04"

Why my Ubuntu 12.04.5 Reboot no display?

Ans:
Cut off the power to reboot 
Patch File:

"N/A"

Defect:

"N/A"

Asker:

"Tracy 2016/07/04"

Provider:

"Tracy 2016/07/04"

How can I use WiFi(WPER-172GN) in Debian?

Ans:

1.Add a "non-free" component to /etc/apt/sources.list, for example:

  # Debian 8 "Jessie"
  deb http://http.debian.net/debian/ jessie main contrib non-free

2.Update the list of available packages and install the firmware-ralink package:

   apt-get update && apt-get install firmware-ralink

3.Connect the device to your system. The rt2800usb kernel module is automatically loaded for supported devices.

4.Configure your wireless interface as appropriate.

Patch File:

"N/A"

Defect:

"N/A"

Asker:

"Tracy 2016/07/04"

Provider:

"Tracy 2016/07/04"

Personal tools