請先看『使用說明』
MB:3I525D
From LEXWiKi
(Difference between revisions)
(→3I525D LAN supported under SUSE10.3) |
(→3I525D LAN supported under SUSE10.3) |
||
Line 192: | Line 192: | ||
3. Setup LAN driver: r8168<br /> | 3. Setup LAN driver: r8168<br /> | ||
(The LAN driver, r8169, is unstable under SUSE10.3, so we suggest to use 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> | ||
4. New network config file<br /> | 4. New network config file<br /> | ||
[[Image:NewConfig.png]] | [[Image:NewConfig.png]] |
Revision as of 17:11, 25 May 2011
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 |
Contents |
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 |
Search network config under SUSE10.3
Ans: |
You can search the config file by the command: #cd /etc/sysconfig/network/ #ls |
---|---|
Patch File: |
N/A |
Defect: |
N/A |
Asker: |
Steven 2011/5/24 |
Provider: |
Sylvia 2011/5/24 |