請先看『使用說明』
MB:CI945C
From LEXWiKi
(edited by Steve via TableEdit) |
(→FAQ for CI945C) |
||
Line 545: | Line 545: | ||
!bgColor = #F3F3F3 align="left"| | !bgColor = #F3F3F3 align="left"| | ||
Patty , 2010-07-19 | Patty , 2010-07-19 | ||
+ | |- | ||
+ | |} | ||
+ | === How to get CPU temperature === | ||
+ | {| | ||
+ | !bgcolor = #ccccff width="50" align="center"|Ans: | ||
+ | !bgcolor = #F3F3F3 width="100%" align="left"| | ||
+ | In Terminal:<br /> | ||
+ | 1.#apt-get update<br /> | ||
+ | 2.#apt-get install lm-sensors<br /> | ||
+ | 3.#sensors-detect<br /> | ||
+ | 4.#vi /etc/modules <br /> | ||
+ | 5.Insert the belows to /etc/modules<br /> | ||
+ | coretemp | ||
+ | it87 | ||
+ | i2c-viapro | ||
+ | eeprom | ||
+ | 6.#sensors<br /> | ||
+ | |- | ||
+ | !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"| | ||
+ | "Robert & 2010/12/08" | ||
+ | |- | ||
+ | !bgcolor = #ccccff |Provider: | ||
+ | !bgColor = #F3F3F3 align="left"| | ||
+ | "Steve & 2010/12/08" | ||
|- | |- | ||
|} | |} |
Revision as of 14:43, 17 December 2010
Driver Support
O.S. | VGA | IDE | SATA | Audio | USB | COM | LAN | Mini PCI | Mini PCIE | WDT/DIO | Download | Patch |
---|---|---|---|---|---|---|---|---|---|---|---|---|
Ubuntu 8.04 |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
| |
Windows XP |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
| |
Fedora Core 8 |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
|
|
Debian 4.0 |
Yes |
Yes |
Yes |
No |
Yes |
Yes |
No |
No |
No |
|
| |
Debian 4.0 |
Yes |
Yes |
Yes |
No |
Yes |
Yes |
Yes |
No |
No |
No |
| |
Windows XP Embedded |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
| |
CentOS4.3 |
Yes |
Yes |
Yes |
No |
Yes |
Yes |
Yes |
- |
- |
- | ||
Fedora Core 12 |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Suppored by kernel | |
CentOS5.4 |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
supported by kernel | |
CentOS5.5 |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
supported by kernel | |
Ubuntu 10.04 |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
All supported by kernel |
FAQ for CI945C
What's CPU can be paired with 945GME Series MB?
Ans: |
|
---|---|
Patch File: |
N/A |
Defect: |
N/A |
Asker: |
Eric Wu 18:07, 21 April 2008 (CST) |
Provider: |
Eric Wu 18:07, 21 April 2008 (CST) |
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) |
can we support 17" 24bit LVDS on CI945C?
CI945C Giga-Lan 8111C can supported by Kernel 2.4.x ?
Ans: |
No,The Kerenl 2.4.x like Redhat9 Kerenl 2.4.20.8 It's too old to support 8111C, |
---|---|
Patch File: | |
Defect: |
N/A |
Asker: |
Scott 2009/10/16 |
Provider: |
Leon 2009/10/16 |
How to use Ethernet in CentOS4.3
Ans: |
1.install RTL8111c driver DEVICE=eth1 BOOTPROTO=dhcp HWADDR=XX:XX:XX:XX:XX:XX #MAC address ONBOOT=yes 3.check your network states in runlevel 3 and 5 #chkconfig --list | grep network if network states are closed in runlevel 3 or 5 #chkconfig --level (5or3) network on |
---|---|
Patch File: | |
Defect: |
N/A |
Asker: |
Steve 2010/05/13 |
Provider: |
Steve 2010/05/13 |
How to get into X-Window in CentOS 5.5 on CI945C ?
Ans: |
Please follow the following steps: 1.Switch to console mode: $Ctrl+Alt+F1 2.After login with root, edit grub.conf: $vi /boot/grub/grub.conf 3.Delete "rhgb quiet" in the kernel line: origin: title CentOS (2.6.18-194.el5) root (hd0,2) kernel /boot/vmlinuz-2.6.18-194.el5 ro root=LABEL=/ rhgb quiet initrd /boot/initrd-2.6.18-194.el5.img edit to : title CentOS (2.6.18-194.el5) root (hd0,2) kernel /boot/vmlinuz-2.6.18-194.el5 ro root=LABEL=/ initrd /boot/initrd-2.6.18-194.el5.img 4.Save and reboot: $reboot And then you can get into X-Window. |
---|---|
Patch File: |
N/A |
Defect: |
N/A |
Asker: |
I-Ling , 2010-07-15 |
Provider: |
Patty , 2010-07-19 |
How to get CPU temperature
Ans: |
In Terminal: coretemp it87 i2c-viapro eeprom 6.#sensors |
---|---|
Patch File: |
N/A |
Defect: |
N/A |
Asker: |
"Robert & 2010/12/08" |
Provider: |
"Steve & 2010/12/08" |