請先看『使用說明』
MB:3I270C
From LEXWiKi
(Difference between revisions)
(→FAQ of 3I270C) |
(→How to get CPU temperature) |
||
Line 235: | Line 235: | ||
!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"| | ||
- | In Terminal | + | In Terminal: |
- | 1.#apt-get update | + | 1.#apt-get update<br /> |
- | 2.#apt-get install lm-sensors | + | 2.#apt-get install lm-sensors<br /> |
- | 3.#sensors-detect | + | 3.#sensors-detect<br /> |
- | 4.#vi /etc/modules | + | 4.#vi /etc/modules <br /> |
- | 5.Insert the belows to /etc/modules | + | 5.Insert the belows to /etc/modules<br /> |
coretemp | coretemp | ||
it87 | it87 | ||
i2c-viapro | i2c-viapro | ||
eeprom | eeprom | ||
- | 6.#sensors | + | 6.#sensors<br /> |
|- | |- | ||
!bgcolor = #ccccff |Patch File: | !bgcolor = #ccccff |Patch File: |
Revision as of 19:01, 8 December 2010
O.S | VGA | Audio | SATA | USB | LAN | Mini PCI | PCI-e Mini Card | Touch | Download | Patch |
---|---|---|---|---|---|---|---|---|---|---|
Windows XP Embedded |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes | ||
Fedora core 10 |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
| |
Ubuntu 8.10 |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
| |
Debian 5.0 |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
- |
| |
Ubuntu 10.04 |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Kernel Suppoted | |
Ubuntu 10.10 |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
All supported by kernel |
Contents |
FAQ of 3I270C
How can I use Serial port COM5 and COM6 in Linux?
Ans: |
#vi /boot/grub/menu.lst Add "8250.nr_uarts=6" in the kernel line as below picture: (In Fedora)
#reboot And then you can use 6 COM ports. |
---|---|
Patch File: |
N/A |
Defect: |
N/A |
Asker: |
Patty 17:12, 6 March 2009 (CST) |
Provider: |
Patty 17:12, 6 March 2009 (CST) |
Fix Audio issue "waiting for sound system to respond" in Ubuntu10.04
How to get CPU temperature
Ans: |
In Terminal:
1.#apt-get update coretemp it87 i2c-viapro eeprom 6.#sensors |
---|---|
Patch File: |
N/A |
Defect: |
N/A |
Asker: |
"Robert & 2010/12/08" |
Provider: |
"Steve & 2010/12/08" |