請先看『使用說明』
MB:CI270C
From LEXWiKi
(Difference between revisions)
(edited by Steve via TableEdit) |
|||
Line 102: | Line 102: | ||
[{{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] | ||
<!--box uid=f777871962f1c0432784d4e0e73802b8.0.W4a7186a636d0c--> | <!--box uid=f777871962f1c0432784d4e0e73802b8.0.W4a7186a636d0c--> | ||
+ | |||
+ | |||
+ | === How can I use Serial port COM5 and COM6 in Linux? === | ||
+ | {| | ||
+ | !bgcolor = #ccccff width="50" align="center"|Ans: | ||
+ | !bgcolor = #F3F3F3 width="100%" align="left"| | ||
+ | |||
+ | |||
+ | #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. | ||
+ | |||
+ | |- | ||
+ | !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"| | ||
+ | [[User:PattyChen|Patty]] 17:12, 6 March 2009 (CST) | ||
+ | |- | ||
+ | !bgcolor = #ccccff |Provider: | ||
+ | !bgColor = #F3F3F3 align="left"| | ||
+ | [[User:PattyChen|Patty]] 17:12, 6 March 2009 (CST) | ||
+ | |- | ||
+ | |} |
Revision as of 14:42, 23 February 2010
O.S. | VGA | IDE | SATA | Audio | USB | COM | LAN | Mini PCI | Mini PCIE | WDT/DIO | 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 |
- |
- |
- |
|
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) |