請先看『使用說明』
MB:SI852A
From LEXWiKi
(edited by Leon via TableEdit) |
|||
Line 306: | Line 306: | ||
!bgColor = #F3F3F3 align="left"| | !bgColor = #F3F3F3 align="left"| | ||
[[User:PattyChen|Patty]] 09:56, 23 February 2009 (CST)"writ Provider & date" | [[User:PattyChen|Patty]] 09:56, 23 February 2009 (CST)"writ Provider & date" | ||
+ | |- | ||
+ | |} | ||
+ | === How to change the Video-in format to PAL === | ||
+ | {| | ||
+ | !bgcolor = #ccccff width="50" align="center"|Ans: | ||
+ | !bgcolor = #F3F3F3 width="100%" align="left"| | ||
+ | You will got asynchronous image when you load Bttv driver for BT878 capture function,<br /> | ||
+ | It was Bttv driver bug cause of the error image<br /> | ||
+ | Because Bttv driver can't auto-switch the BT878 register when you change to PAL model<br /><br /> | ||
+ | '''Thereby We should configure bttv driver correct parameter,Please follow the below procedure to done!!'''<br /> | ||
+ | *Remove the Bttv driver <br /> | ||
+ | #rmmod bttv <br /> | ||
+ | |||
+ | *Reload the Bttv driver and provide the correct parameter for PAL<br /> | ||
+ | #modprobe bttv pll=1,1,1,1<br /> | ||
+ | |||
+ | *Run your capture application ,for example we used the xawtv | ||
+ | #xawtv<br /> | ||
+ | |||
+ | *Select the PAL model<br /> | ||
+ | [[Image:xawtv_pal_1.jpg]] | ||
+ | |- | ||
+ | !bgcolor = #ccccff |Patch File: | ||
+ | !bgcolor = #F3F3F3 align="left"| | ||
+ | "write Patch File" | ||
+ | |- | ||
+ | !bgcolor = #ccccff |Defect: | ||
+ | !bgcolor = #F3F3F3 align="left"| | ||
+ | "write Defect" | ||
+ | |- | ||
+ | !bgcolor = #ccccff |Asker: | ||
+ | !bgColor = #F3F3F3 align="left"| | ||
+ | "writ Asker & date" | ||
+ | |- | ||
+ | !bgcolor = #ccccff |Provider: | ||
+ | !bgColor = #F3F3F3 align="left"| | ||
+ | "writ Provider & date" | ||
|- | |- | ||
|} | |} |
Revision as of 17:13, 29 April 2009
Contents |
Driver Support
O.S. | VGA | Audio | IDE | Video-in | TV-OUT | LAN | Download | Patch |
---|---|---|---|---|---|---|---|---|
Windows XP Embedded |
Yes |
Yes |
Yes |
Yes |
Yes |
| ||
Windows CE 4.2 |
Yes |
Yes |
Yes |
No |
No |
| ||
Windows CE 5.0 |
Yes |
Yes |
Yes |
No |
No |
| ||
Ubuntu 7.10 |
Yes |
Yes |
Yes |
Yes |
No |
| ||
Fedora Core 7 |
Yes |
Yes |
Yes |
Yes |
Yes |
| ||
Ubuntu 8.04 |
Yes |
Yes |
Yes |
Yes |
Yes |
|
| |
Fedora Core 9 |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Kernel built-in | |
Fedora Core 10 |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Kernel build-in |
FAQ of SI852A
How can I use the Video-in Function under Ubuntu 8.04 ?
How can I adjust video-in devices?
How to switch channel with xawtv in 1-4 chip
Ans: |
1. using the tool " xawtv " Television as channel 1 Composite1 as channel 2 S-Video as channel 3 Composite3 as channel 4 |
---|---|
Patch File: |
|
Defect: |
N/A |
Asker: |
Robert 2008/11/28 |
Provider: |
Denny 2008/12/02 |
How can I get board temperature and voltage in CentOS 5.0?
Ans: |
In CentOS 5.0, you can get board temperature in dmesg. #dmesg | grep Thermal About board voltage,use lm-sensors to find. #yum install lm_sensors.i386 lm_sensors-dev.i386 #sensors-detect #sensors |
---|---|
Patch File: |
N/A |
Defect: |
N/A |
Asker: |
Patty 09:56, 23 February 2009 (CST)"writ Asker & date" |
Provider: |
Patty 09:56, 23 February 2009 (CST)"writ Provider & date" |
How to change the Video-in format to PAL
Ans: |
You will got asynchronous image when you load Bttv driver for BT878 capture function,
#rmmod bttv
#modprobe bttv pll=1,1,1,1
#xawtv
|
---|---|
Patch File: |
"write Patch File" |
Defect: |
"write Defect" |
Asker: |
"writ Asker & date" |
Provider: |
"writ Provider & date" |