Difference between revisions of "MythTV Official Wiki:Current events"

From MythTV Official Wiki
Jump to: navigation, search
(New page: ==Configuring a nMedia PRO-LCD for use with Linux== Included here are instructions on using the [http://www.nmediapc.com/prolcd.htm nMedia Pro-LCD] with Linux. It comes with drivers and ...)
 
(Moved text to its own article.)
 
Line 1: Line 1:
==Configuring a nMedia PRO-LCD for use with Linux==
+
-
 
 
Included here are instructions on using the [http://www.nmediapc.com/prolcd.htm nMedia Pro-LCD] with Linux.  It comes with drivers and software for Windows XP and Windows Vista and works quite well with Windows Media Center.  It connects to the motherboard through an internal USB header. 
 
 
 
The display is a 2-line, 20-character VFD display, which connects internally to several nMedia cases (HTPC 280/288/500, HTPC 1000/2000/5000/6000).  There is also a version of the display, the PRO-LCD-S and PRO-LCD-B which connects to a 5.25" drive bay.  It is not known if these 5.25" versions will function with the instructions provided on this page.
 
 
 
There is very little information about how to connect it up in Linux; and some information even claims that these devices are not Linux compatible.  However, this page has been created to provide instructions.
 
 
 
==General Instructions==
 
 
 
#Install libftdi-devel
 
#Install libftdi
 
#Compile LCDproc (with the lis driver)
 
 
 
When compiling LCDproc, be sure to enable the lis driver, using:
 
 
 
<pre>
 
./configure --enable-libusb --enable-ftdi --enable-drivers=lis
 
</pre>
 
 
 
#Edit the LCDd.conf file
 
 
 
If the driver has compiled without any issues, you should see 'lis' in the list of supported drivers.  Edit Driver entry of the LCDd.conf file to read lis.
 
 
 
<pre>
 
# The following drivers are supported:
 
#  bayrad, CFontz, CFontz633, CFontzPacket, curses, CwLnx, ea65,
 
#  EyeboxOne, g15, glcdlib, glk, hd44780, icp_a106, imon, imonlcd, IOWarrior,
 
#  irman, joy, lb216, lcdm001, lcterm, lirc, lis, MD8800, ms6931, mtc_s16209x,
 
#  MtxOrb, mx5000, NoritakeVFD, picolcd, pyramid, sed1330, sed1520, serialPOS,
 
#  serialVFD, shuttleVFD, sli, stv5730, svga, t6963, text, tyan, ula200,
 
#  xosd
 
Driver=lis
 
</pre>
 
 
 
==Distribution-specific notes for CentOS 5.2==
 
 
 
Precompiled .rpm packages for libftdi CentOS 5.2 were not easily found.  However, one can use the packages for Fedora Core 8 without any issues.  They can be found at:
 
 
 
[http://rpm.pbone.net/index.php3?stat=3&search=libftdi&srodzaj=3] libftdi-0.14-2.fc8.x86_64.rpm
 
 
 
[http://rpm.pbone.net/index.php3?stat=3&search=libftdi-devel&srodzaj=3] libftdi-devel-0.14-2.fc8.x86_64.rpm
 
 
 
 
 
*Visit [[LCDproc]] to learn how to setup the startup scripts for LCDd.
 
 
 
*Visit [[Mythlcdserver]] to learn how to configure MythTV to make use of the display.
 
 
 
 
 
[[Category:LCD displays]]
 

Latest revision as of 21:34, 19 July 2009

-