MB:CI270C

From LEXWiKi

(Difference between revisions)
Jump to: navigation, search
(FAQ for CI945A)
Current revision (18:39, 13 January 2012) (edit) (undo)
 
(2 intermediate revisions not shown.)
Line 9: Line 9:
{|class = 'sortable' border="2" cellpadding="4" cellspacing="0" style="margin: 1em 1em 1em 0; border: 1px #aaa solid; border-collapse: collapse;" id='291'
{|class = 'sortable' border="2" cellpadding="4" cellspacing="0" style="margin: 1em 1em 1em 0; border: 1px #aaa solid; border-collapse: collapse;" id='291'
|- bgcolor = #ccccff
|- bgcolor = #ccccff
-
!O.S.!! VGA!! IDE!! SATA!! Audio!! USB!! COM!! LAN!! Mini PCI!! Mini PCIE!! WDT/DIO!! Download!! Patch
+
!O.S.!! VGA!! IDE!! SATA!! Audio!! USB!! COM!! LAN!! Mini PCI!! Mini PCIE!! WDT/DIO!!3G module!!GPS module!! Download!! Patch
|-
|-
|
|
Line 31: Line 31:
|
|
Yes
Yes
 +
|
 +
 +
|
 +
|
|
Line 58: Line 62:
|
|
Yes
Yes
 +
|
 +
 +
|
 +
|
|
Line 87: Line 95:
|
|
-
-
 +
|
 +
 +
|
 +
|
|
*[ftp://ftp.lex.com.tw/Engineer/SoftSupport/Driver/SBC_Board/CI270/XPE/VGA_Intel_945GME_v1.0.rar VGA]
*[ftp://ftp.lex.com.tw/Engineer/SoftSupport/Driver/SBC_Board/CI270/XPE/VGA_Intel_945GME_v1.0.rar VGA]
Line 95: Line 107:
 +
|
 +
 +
|-
 +
|
 +
Debian 5.0
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
-
 +
|
 +
 +
|
 +
 +
|
 +
All suported by kernel
|
|
|-class='sortbottom'
|-class='sortbottom'
 +
|-
 +
|
 +
Debian 6.0
 +
|
 +
Yes
 +
|
 +
yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
yes
 +
|
 +
yes
 +
|
 +
|
 +
 +
|
|}
|}
[{{SERVER}}/lexwiki/index.php?title=Special:TableEdit&id=f777871962f1c0432784d4e0e73802b8.0.W4a7186a636d0c&page=0&pagename={{FULLPAGENAMEE}} edit table]
[{{SERVER}}/lexwiki/index.php?title=Special:TableEdit&id=f777871962f1c0432784d4e0e73802b8.0.W4a7186a636d0c&page=0&pagename={{FULLPAGENAMEE}} edit table]
Line 143: Line 215:
!bgColor = #F3F3F3 align="left"|
!bgColor = #F3F3F3 align="left"|
[[User:PattyChen|Patty]] 17:12, 6 March 2009 (CST)
[[User:PattyChen|Patty]] 17:12, 6 March 2009 (CST)
 +
|-
 +
|}
 +
 +
=== 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

O.S. VGA IDE SATA Audio USB COM LAN Mini PCI Mini PCIE WDT/DIO3G moduleGPS module Download Patch

Fedora Core 10

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Driver supported by Kernel

Ubuntu 9.04

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Driver Supported by Kernel

Windows XP Embedded

Yes

Yes

Yes

Yes

Yes

-

Yes

-

-

-


Debian 5.0

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

-

All suported by kernel

Debian 6.0

Yes

yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

yes

yes

edit table

FAQ for CI270C

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)

Image:menulst.jpg


(In Ubuntu)

Image:menulst_u.jpg

#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)

How to get CPU temperature

Ans:

In Terminal:
1.#apt-get update
2.#apt-get install lm-sensors
3.#sensors-detect
4.#vi /etc/modules
5.Insert the belows to /etc/modules

   coretemp
   it87
   i2c-viapro
   eeprom

6.#sensors

Patch File:

N/A

Defect:

N/A

Asker:

"Robert & 2010/12/08"

Provider:

"Steve & 2010/12/08"

Personal tools