請先看『使用說明』
MB:3I525D
From LEXWiKi
(Difference between revisions)
(edited by Patty via TableEdit) |
(edited by Patty via TableEdit) |
||
| (43 intermediate revisions not shown.) | |||
| Line 113: | Line 113: | ||
| | | | ||
| + | | | ||
| + | |||
| + | |- | ||
| + | | | ||
| + | FreeBSD8.3 | ||
| + | | | ||
| + | Yes | ||
| + | | | ||
| + | Yes | ||
| + | | | ||
| + | - | ||
| + | | | ||
| + | Yes | ||
| + | | | ||
| + | Yes | ||
| + | | | ||
| + | Yes | ||
| + | | | ||
| + | Yes | ||
| + | | | ||
| + | *Kernel default support | ||
| | | | ||
| Line 120: | Line 141: | ||
[{{SERVER}}/lexwiki/index.php?title=Special:TableEdit&id=f777871962f1c0432784d4e0e73802b8.0.W4ce5ecb64afed&page=0&pagename={{FULLPAGENAMEE}} edit table] | [{{SERVER}}/lexwiki/index.php?title=Special:TableEdit&id=f777871962f1c0432784d4e0e73802b8.0.W4ce5ecb64afed&page=0&pagename={{FULLPAGENAMEE}} edit table] | ||
<!--box uid=f777871962f1c0432784d4e0e73802b8.0.W4ce5ecb64afed--> | <!--box uid=f777871962f1c0432784d4e0e73802b8.0.W4ce5ecb64afed--> | ||
| + | |||
| + | == FAQ of 3I525D == | ||
| + | === 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 | ||
| + | |- | ||
| + | |} | ||
Current revision
| O.S. | VGA | SATA | Audio | USB Port | Serial Port | LAN | Pci-e | Download | Patch |
|---|---|---|---|---|---|---|---|---|---|
|
Fedora Core 12 |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
| |
|
Ubuntu 10.10 |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
| |
|
MeeGo 1.1 |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
| |
|
Windows XP Embedded |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes | ||
|
Windows Embedded Standard 7 |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes | ||
|
FreeBSD8.3 |
Yes |
Yes |
- |
Yes |
Yes |
Yes |
Yes |
|
FAQ of 3I525D
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 |


