請先看『使用說明』
MB:CI170C
From LEXWiKi
(Difference between revisions)
(edited by Nico via TableEdit) |
|||
Line 150: | Line 150: | ||
[{{SERVER}}/lexwiki/index.php?title=Special:TableEdit&id=f777871962f1c0432784d4e0e73802b8.0.E5982da06b742a&page=0&pagename={{FULLPAGENAMEE}} edit table] | [{{SERVER}}/lexwiki/index.php?title=Special:TableEdit&id=f777871962f1c0432784d4e0e73802b8.0.E5982da06b742a&page=0&pagename={{FULLPAGENAMEE}} edit table] | ||
<!--box uid=f777871962f1c0432784d4e0e73802b8.0.E5982da06b742a--> | <!--box uid=f777871962f1c0432784d4e0e73802b8.0.E5982da06b742a--> | ||
+ | |||
+ | == FAQ for CI770C == | ||
+ | === How to check the MSI/MSI-X function in Linux? === | ||
+ | {| | ||
+ | !bgcolor = #ccccff width="50" align="center"|Ans: | ||
+ | !bgcolor = #F3F3F3 width="100%" align="left"| | ||
+ | You can check the MSI/MSI-X function by the command: | ||
+ | #sudo cat /proc/interrupts | grep MSI | ||
+ | |||
+ | |- | ||
+ | !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"| | ||
+ | Ken 2011/1/28 | ||
+ | |- | ||
+ | !bgcolor = #ccccff |Provider: | ||
+ | !bgColor = #F3F3F3 align="left"| | ||
+ | Patty 2011/1/28 | ||
+ | |- | ||
+ | |} | ||
+ | |||
+ | === 3I525D LAN supported under SUSE10.3 === | ||
+ | {| | ||
+ | !bgcolor = #ccccff width="50" align="center"|Ans: | ||
+ | !bgcolor = #F3F3F3 width="100%" align="left"| | ||
+ | 1. Setup Kernel resource: kernel-source、kernel-xen、kernel-xenpae、linux-kernel-headers<br /> | ||
+ | (Application Browser -> System -> Install Software)<br /> | ||
+ | [[Image:KernelResource.png]] | ||
+ | <br /> | ||
+ | <br /> | ||
+ | 2. Open Network Setting -> Global Option -> Network Setup Method<br /> | ||
+ | checked "user controlled with NetworkManager"<br /> | ||
+ | [[Image:NetworkSet.png]] | ||
+ | <br /> | ||
+ | <br /> | ||
+ | 3. Setup LAN driver: r8168<br /> | ||
+ | (The LAN driver, r8169, is unstable under SUSE10.3, so we suggest to use r8168)<br /> | ||
+ | <pre> | ||
+ | 1.Download LAN driver and login as root | ||
+ | 2.#tar -jxvf r8168-8.023.00.tar.bz2 | ||
+ | 3.#cd r8168-8.023.00 | ||
+ | 4.#./autorun.sh | ||
+ | 5.Check r8168 is setup successfully. | ||
+ | #lsmod | grep r8168 | ||
+ | </pre> | ||
+ | |- | ||
+ | !bgcolor = #ccccff |Patch File: | ||
+ | !bgcolor = #F3F3F3 align="left"| | ||
+ | [ftp://ftp.lex.com.tw/Engineer/SoftSupport/Q&A/r8168-8.023.00.tar.bz2 r8168-8.023.00.tar.bz2] | ||
+ | |- | ||
+ | !bgcolor = #ccccff |Defect: | ||
+ | !bgcolor = #F3F3F3 align="left"| | ||
+ | N/A | ||
+ | |- | ||
+ | !bgcolor = #ccccff |Asker: | ||
+ | !bgColor = #F3F3F3 align="left"| | ||
+ | I-Ling 2011/5/19 | ||
+ | |- | ||
+ | !bgcolor = #ccccff |Provider: | ||
+ | !bgColor = #F3F3F3 align="left"| | ||
+ | Sylvia 2011/5/24 | ||
+ | |- | ||
+ | |} |
Revision as of 16:16, 3 August 2017
O.S. | DVI | HDMI | LVDS | DP | eDP | 三輸出 | SIM Card | Touch | SATA | mSata | Audio | SIM card | COM | LAN | USB2.0 | USB3.0 | PCI-E | DIO/WDT | F75111 | DPC | Download Patch |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ubuntu 16.04Lts |
Yes |
Yes |
Yes |
Yes |
- |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes | |
Fedora24 |
Yes |
Yes |
Yes |
Yes |
- |
No |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes | |
Fedora 26 |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
FAQ for CI770C
How to check the MSI/MSI-X function in Linux?
Ans: |
You can check the MSI/MSI-X function by the command: #sudo cat /proc/interrupts | grep MSI |
---|---|
Patch File: |
N/A |
Defect: |
N/A |
Asker: |
Ken 2011/1/28 |
Provider: |
Patty 2011/1/28 |