Difference between revisions of "Medion MD1 NBC"
From LinuxMCE
(5 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
[[Category: Hardware]] | [[Category: Hardware]] | ||
+ | {{versioninfo}} | ||
[[Category: Input]] | [[Category: Input]] | ||
− | [[ | + | ===Medion MD1 NBC=== |
+ | [[Image:Medion-MD1-NBC.jpg|Medion MD1 NBC RF Remote Control]] | ||
+ | Medion MD1 NBC (Made in China by X10) is a RF Remote Controler. | ||
− | + | It has all (almost) what you need to control your LinuxMCE. | |
+ | It uses 2 x 1.5V AAA batteries. | ||
+ | *P/N: 20018268 | ||
+ | *FCC ID: B4S20018268 | ||
− | + | I`ve got it along with KNC ONE TV-Station DVR analog tv tuner card. | |
− | + | ||
− | + | ||
− | + | ===X10 Receiver=== | |
− | RF | + | The X10 RF receiver need to be connected directly into the mainboard USB pin. |
+ | *P/N: 20018267 | ||
+ | |||
+ | Technical Specification: | ||
+ | |||
+ | It has CE mark so it is approved for use in the EU. | ||
+ | *RF Frequency: 433 MHz | ||
+ | *Operating range: 30m or 60feet (open field) | ||
+ | *Can support up to 16 remotes | ||
+ | *Works through walls using RF technology even when not aimed at the receiver | ||
+ | |||
+ | ===Setup=== | ||
The device works with LMCE using LIRC. I`ve configured my device using [[Add_support_for_new_remote_controls]] guide. | The device works with LMCE using LIRC. I`ve configured my device using [[Add_support_for_new_remote_controls]] guide. | ||
+ | |||
+ | '''Note:'''LinuxMCE will automatically load '''ati_remote''' kernel module which doesn`t seem to work. | ||
+ | You need to prevent doing this by either doing | ||
+ | |||
+ | <code> | ||
+ | echo "blacklist ati_remote" >>/etc/modprobe.d/blacklist<br> | ||
+ | </code> | ||
+ | as root or deleting the module. | ||
+ | |||
+ | My [[Medion-MD1-NBC-lirc.conf|lircd.conf]]. |
Latest revision as of 16:14, 29 September 2010
Version | Status | Date Updated | Updated By |
---|---|---|---|
710 | Unknown | N/A | N/A |
810 | Unknown | N/A | N/A |
1004 | Unknown | N/A | N/A |
1204 | Unknown | N/A | N/A |
1404 | Unknown | N/A | N/A |
Usage Information |
Medion MD1 NBC
Medion MD1 NBC (Made in China by X10) is a RF Remote Controler.
It has all (almost) what you need to control your LinuxMCE. It uses 2 x 1.5V AAA batteries.
- P/N: 20018268
- FCC ID: B4S20018268
I`ve got it along with KNC ONE TV-Station DVR analog tv tuner card.
X10 Receiver
The X10 RF receiver need to be connected directly into the mainboard USB pin.
- P/N: 20018267
Technical Specification:
It has CE mark so it is approved for use in the EU.
- RF Frequency: 433 MHz
- Operating range: 30m or 60feet (open field)
- Can support up to 16 remotes
- Works through walls using RF technology even when not aimed at the receiver
Setup
The device works with LMCE using LIRC. I`ve configured my device using Add_support_for_new_remote_controls guide.
Note:LinuxMCE will automatically load ati_remote kernel module which doesn`t seem to work. You need to prevent doing this by either doing
echo "blacklist ati_remote" >>/etc/modprobe.d/blacklist
as root or deleting the module.
My lircd.conf.