請先看『使用說明』
MB:CI945C
From LEXWiKi
|  (edited by Steve via TableEdit) |  (edited by Kk via TableEdit) | ||
| (10 intermediate revisions not shown.) | |||
| Line 235: | Line 235: | ||
| | | | | ||
| Suppored by kernel | 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 | ||
| + | | | ||
| + | |||
| + | |- | ||
| + | | | ||
| + | Debian 6.0 | ||
| + | | | ||
| + | Yes | ||
| + | | | ||
| + | Yes | ||
| + | | | ||
| + | Yes | ||
| + | | | ||
| + | Yes | ||
| + | | | ||
| + | Yes | ||
| + | | | ||
| + | Yes | ||
| + | | | ||
| + | Yes | ||
| + | | | ||
| + | Yes | ||
| + | | | ||
| + | Yes | ||
| + | | | ||
| + | No | ||
| + | | | ||
| + | kernel support | ||
| | | | | ||
| Line 319: | Line 427: | ||
| !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"| | ||
| + | |||
| + | '''Fedora 10 & Ubuntu 8.10:'''<br /> | ||
| yes, in Fedora 10 & ubuntu 8.10, using vesa driver to set dual head  | yes, in Fedora 10 & ubuntu 8.10, using vesa driver to set dual head  | ||
| check xorg.conf for detail.  | check xorg.conf for detail.  | ||
| + | '''Ubuntu 10.04:'''<br /> | ||
| + | In Ubuntu 10.04 ,The xorg.conf should be created myself: | ||
| + |     1.CTRL+ALT+F1 //into text mode | ||
| + |     2.login as root | ||
| + |     3.#service gdm stop | ||
| + |     4.#X -configure //Create xorg.conf file | ||
| + |     5.#vi xorg.conf.new   | ||
| + |     6.Refer below to modify driver become vesa and resolution 1280*1024  | ||
| + | <center>[[Image:10.04xorg.jpg]]</center> | ||
| + |     7.cp xorg.conf.new /etc/X11/xorg.conf | ||
| + |     8.service gdm start | ||
| + |     9.login as root and install touch(PenMount) driver. | ||
| + |     10.After install process , logout and login again. | ||
| + | |||
| |- | |- | ||
| !bgcolor = #ccccff |Patch File: | !bgcolor = #ccccff |Patch File: | ||
| Line 340: | Line 464: | ||
| |- | |- | ||
| |} | |} | ||
| + | |||
| === CI945C Giga-Lan 8111C can supported by Kernel 2.4.x ?=== | === CI945C Giga-Lan 8111C can supported by Kernel 2.4.x ?=== | ||
| {| | {| | ||
| Line 398: | Line 523: | ||
| !bgColor = #F3F3F3 align="left"| | !bgColor = #F3F3F3 align="left"| | ||
| Steve 2010/05/13 | Steve 2010/05/13 | ||
| + | |- | ||
| + | |} | ||
| + | |||
| + | === How to get into X-Window in CentOS 5.5 on CI945C ? === | ||
| + | {| | ||
| + | !bgcolor = #ccccff width="50" align="center"|Ans: | ||
| + | !bgcolor = #F3F3F3 width="100%" align="left"| | ||
| + | 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. | ||
| + | |||
| + | |- | ||
| + | !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"| | ||
| + | I-Ling , 2010-07-15 | ||
| + | |- | ||
| + | !bgcolor = #ccccff |Provider: | ||
| + | !bgColor = #F3F3F3 align="left"| | ||
| + | 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" | ||
| |- | |- | ||
| |} | |} | ||
Current revision
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 | |
| Debian 6.0 | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | No | kernel support | 
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" | 



