Linux/MythTV: Unterschied zwischen den Versionen

Zur Navigation springen Zur Suche springen
1.283 Bytes hinzugefügt ,  30. April 2007
keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
Keine Bearbeitungszusammenfassung
Zeile 33: Zeile 33:


  $ mysql -u mythtv -pmythtv mythconverg < mythtv_restore.sql
  $ mysql -u mythtv -pmythtv mythconverg < mythtv_restore.sql
===Crystalfontz LC-Display 632 seriell===
====Testen====
Testprogramm [http://www.crystalfontz.com/products/632/632_634_linux.tar.gz runterladen].
cd 632_634_linux
make
./test632_634 /dev/ttyS0 19200
====LCDproc====
LCDproc [http://lcdproc.omnipotent.net/ runterladen] und compilieren/installieren:
cd lcdproc-0.52
./configure --enable-drivers=all
make
cd server
su
make install
cd /home/mythtv
mkdir lcd
cp lcdproc-0.52/server/drivers/CFontz.so lcd/
cp lcdproc-0.52/LCDd.conf lcd/
LCDd.conf:
[server]
Driver=CFontz
DriverPath=/home/mythtv/lcd/
[CFontz]
Device=/dev/ttyS0
Size=16x2
Contrast=560
Brightness=500
OffBrightness=0
Speed=19200
NewFirmware=yes
Reboot=no
Starten des Demons (z.B. in /etc/rc.local):
/usr/local/sbin/LCDd -c /home/mythtv/lcd/LCDd.conf
Danach kann man in MythFrontend bei Konfiguration/Erscheinungsbild die LCD-Ansteuerung aktivieren.
====Links====
* [http://www.crystalfontz.com/products/632/index.html Crystalfontz 632]
* [http://lcdproc.omnipotent.net/ LCDproc]
* [http://www.mythtv.org/wiki/index.php/LCDproc MythTV Wiki: LCDProc]
* [http://www.mythtv.org/wiki/index.php/LCD_-_CrystalFontz_632_USB_Port MythTV Wiki: Crystalfontz 632 USB]
* [http://www.mythtv.org/wiki/index.php/Mythlcdserver MythTV Wiki: mythlcdserver]
1.075

Bearbeitungen

Navigationsmenü