MB:3I270C

From LEXWiKi

(Difference between revisions)
Jump to: navigation, search
(How to get CPU temperature)
Current revision (13:59, 26 July 2013) (edit) (undo)
(edited by Patty via TableEdit)
 
(18 intermediate revisions not shown.)
Line 1: Line 1:
 +
<blockquote>
 +
</blockquote>
[[Category:AllowPages]]
[[Category:AllowPages]]
<!--box uid=f777871962f1c0432784d4e0e73802b8.0.B49af40b0eea66-->
<!--box uid=f777871962f1c0432784d4e0e73802b8.0.B49af40b0eea66-->
Line 10: Line 12:
|- bgcolor = #ccccff
|- bgcolor = #ccccff
!O.S!! VGA!! Audio!! SATA!! USB!! LAN!! Mini PCI!! PCI-e Mini Card!! Touch!! Download!! Patch
!O.S!! VGA!! Audio!! SATA!! USB!! LAN!! Mini PCI!! PCI-e Mini Card!! Touch!! Download!! Patch
 +
|-
 +
|
 +
ubuntu12.04
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
All supported by kernel
 +
|
 +
 +
|-
 +
|
 +
fedora 16
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
All supported by kernel
 +
|
 +
|-
|-
|
|
Line 34: Line 82:
*[ftp://ftp.lex.com.tw/Engineer/SoftSupport/Driver/SBC_Board/CI945_963/XPE/Audio_VT1708B_v1.0.rar Audio]
*[ftp://ftp.lex.com.tw/Engineer/SoftSupport/Driver/SBC_Board/CI945_963/XPE/Audio_VT1708B_v1.0.rar Audio]
*[ftp://ftp.lex.com.tw/Engineer/SoftSupport/Driver/SBC_Board/CI945_963/XPE/LAN_RTL81XX_v1.0.rar LAN]
*[ftp://ftp.lex.com.tw/Engineer/SoftSupport/Driver/SBC_Board/CI945_963/XPE/LAN_RTL81XX_v1.0.rar LAN]
- 
|
|
Line 57: Line 104:
Yes
Yes
|
|
-
*Kerenl support
+
*Kernel support
|
|
Line 80: Line 127:
Yes
Yes
|
|
-
*Kernel Support
+
*Kernel support
|
|
Line 101: Line 148:
Yes
Yes
|
|
-
-
+
Yes
|
|
-
*Kernel Support
+
*Kernel support
|
|
Line 126: Line 173:
Yes
Yes
|
|
-
Kernel Suppoted
+
*Kernel support
|
|
Line 149: Line 196:
Yes
Yes
|
|
-
All supported by kernel
+
*Kernel support
 +
|
 +
 +
|-
 +
|
 +
m0n0wall 1.33
 +
|
 +
-
 +
|
 +
-
 +
|
 +
-
 +
|
 +
-
 +
|
 +
Yes
 +
|
 +
-
 +
|
 +
-
 +
|
 +
-
 +
|
 +
*Kernel support
 +
|
 +
 +
|-
 +
|
 +
Windows 2000
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
 
 +
|
 +
 +
|-
 +
|
 +
OpenSUSE 12.1
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
Yes
 +
|
 +
*[ftp://ftp.lex.com.tw/Engineer/SoftSupport/Driver/SBC_Board/3I270C/PenMount%20openSUSE%2012.1%2032&64bit%20Driver%20V4.0.1.tar.bz2 Touch_driver]
 +
*[ftp://ftp.lex.com.tw/Engineer/SoftSupport/Driver/SBC_Board/3I270C/r8168-8.036.00.tar.bz2 LAN_driver]
|
|
Line 165: Line 282:
#vi /boot/grub/menu.lst
#vi /boot/grub/menu.lst
 +
or
 +
#vi /boot/grub/grub.cfg (under Ubuntu 10.10)
Add "8250.nr_uarts=6" in the kernel line as below picture:
Add "8250.nr_uarts=6" in the kernel line as below picture:
Line 200: Line 319:
|-
|-
|}
|}
 +
=== Fix Audio issue "waiting for sound system to respond" in Ubuntu10.04 ===
=== Fix Audio issue "waiting for sound system to respond" in Ubuntu10.04 ===
{|
{|
Line 262: Line 382:
!bgColor = #F3F3F3 align="left"|
!bgColor = #F3F3F3 align="left"|
"Steve & 2010/12/08"
"Steve & 2010/12/08"
 +
|-
 +
|}
 +
 +
=== How to setting resolution in Fedora Core 10? ===
 +
{|
 +
!bgcolor = #ccccff width="50" align="center"|Ans:
 +
!bgcolor = #F3F3F3 width="100%" align="left"|
 +
Please follow the steps:
 +
 +
1.Create xorg.conf file
 +
#Xorg -configure :1
 +
 +
2.Edit the xorg.conf.new file
 +
#vi /root/xorg.conf.new
 +
 +
3.Add the resolution in the xorg.conf file
 +
 +
Please add the " mode "800x480" "(or " mode "1024x600" " or " mode "1280x800" " or " mode "1366x768" ")
 +
 +
in the "Screen" Section "Display" SubSection as below picture
 +
 +
[[Image:xorg.jpg]]
 +
 +
4.Copy the file to /etc/X11/xorg.conf
 +
#cp /root/xorg.conf.new /etc/X11/xorg.conf
 +
 +
|-
 +
!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"|
 +
Sato 2010/10/20 10:12
 +
|-
 +
!bgcolor = #ccccff |Provider:
 +
!bgColor = #F3F3F3 align="left"|
 +
Patty 2010/12/20 18:28
|-
|-
|}
|}

Current revision

O.S VGA Audio SATA USB LAN Mini PCI PCI-e Mini Card Touch Download Patch

ubuntu12.04

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

All supported by kernel

fedora 16

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

All supported by kernel

Windows XP Embedded

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Fedora core 10

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

  • Kernel support

Ubuntu 8.10

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

  • Kernel support

Debian 5.0

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

  • Kernel support

Ubuntu 10.04

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

  • Kernel support

Ubuntu 10.10

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

  • Kernel support

m0n0wall 1.33

-

-

-

-

Yes

-

-

-

  • Kernel support

Windows 2000

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

OpenSUSE 12.1

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

edit table

Contents

FAQ of 3I270C

How can I use Serial port COM5 and COM6 in Linux?

Ans:


#vi /boot/grub/menu.lst

or

#vi /boot/grub/grub.cfg  (under Ubuntu 10.10)

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)

Fix Audio issue "waiting for sound system to respond" in Ubuntu10.04

Ans:

when login as root ,you cannot change the sound volume and show "waiting for sound system to respond" with settings the sound applet in the gnome-panel

Image:audioissue10.04.jpg

Solution:

   1.System->Preferences -> Startup Applications
   2.label Startup programs -> Add
   3.Input:Name: Pulseaudio daemon
           Command:/usr/bin/pulseaudio
           Comment: Start the sound daemon
   4.Logout and login again
Patch File:

N/A

Defect:

N/A

Asker:

Steve 2010/09/13

Provider:

Steve 2010/09/13

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"

How to setting resolution in Fedora Core 10?

Ans:

Please follow the steps:

1.Create xorg.conf file

#Xorg -configure :1

2.Edit the xorg.conf.new file

#vi /root/xorg.conf.new

3.Add the resolution in the xorg.conf file

Please add the " mode "800x480" "(or " mode "1024x600" " or " mode "1280x800" " or " mode "1366x768" ")

in the "Screen" Section "Display" SubSection as below picture

Image:xorg.jpg

4.Copy the file to /etc/X11/xorg.conf

#cp /root/xorg.conf.new /etc/X11/xorg.conf
Patch File:

N/A

Defect:

N/A

Asker:

Sato 2010/10/20 10:12

Provider:

Patty 2010/12/20 18:28

Personal tools