請先看『使用說明』
MB:CI770A
From LEXWiKi
(2 intermediate revisions not shown.) | |||
Line 1: | Line 1: | ||
+ | [[Category:AllowPages]] | ||
<!--box uid=f777871962f1c0432784d4e0e73802b8.1346.B577a054d513c8--> | <!--box uid=f777871962f1c0432784d4e0e73802b8.1346.B577a054d513c8--> | ||
<!-- | <!-- | ||
Line 157: | Line 158: | ||
!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"| | ||
- | use "SecondIOFIX" module in root permissions | + | use "SecondIOFIX" module in root permissions, for example:main_32 |
root#chmod 777 main_32 | root#chmod 777 main_32 | ||
root#./main_32 | root#./main_32 |
Current revision
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 |
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)
#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: | |
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" |