Hatte deine Frage nicht gelesen, sorry. Nein, läuft nicht. Baue mir gerade einen neuen Htpc
zusammen, und werde dann mal kodibuntu ausprobieren. Keine Ahnung, ob man diese Anleitung dazu nutzen kann.
gruß
Hatte deine Frage nicht gelesen, sorry. Nein, läuft nicht. Baue mir gerade einen neuen Htpc
zusammen, und werde dann mal kodibuntu ausprobieren. Keine Ahnung, ob man diese Anleitung dazu nutzen kann.
gruß
Hmm, schade... OK. Ich sehe gerade, dass du deine Cubox verkaufen willst? Was möchtest du dafür haben? Ist noch irgendein Zubehör bei der Cubox bei?
Gruß
Thomas
denke 110€ inkl Netzteil.
So, versuche gerade unter dem aktuellen Kodibuntu das Display einzubinden, will aber nicht laufenBekomme hier die gleichen FehlermeldungenDriver [mdm166a] binding failedlibhid musste ich downloaden und dann per dpkg installieren, bekam immer einen fehler wenn ich nach der Anleitung hiergemacht habe:
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Exiting with failure status due to previous errors
werde dann wohl bei OpenELEC bleiben müssen, schade.
Edit>
sudo apt-get install lcdproc lcdproc-extra-drivers
Hallo,
ich habe das Display nun unter der aktuellen Kodibuntu zum laufen
bekommen
Kann man die Anzeige wie in Post #1 abstellen, die funkt
irgendwie immer dazwischen. LCDproc (Kodi-Addon) läuft zwar,
aber nicht durchgehend, immer was mit
NETLOAD
CPU
LAN etc
dazwischenkommt.
Irgendwo scheint es ein Script zu geben, welches ich nicht finde....
In der LCDd.conf / lcdexec.conf / lcdproc.conf / lcdv.conf
finde ich nichts
Hi noxx2,
habe das selbe Problem. LCD.Time21 / LCD.Time22 bzw. LCD.TimeWide2x sieht genauso kaputt bei mir aus. Keine Ahnung ob man hier was machen kann...
Oder hast du eine Lösung gefunden?
Gruß
QBJack
Liegt auf jeden Fall nicht an den Treibern in OpenELEC. Habe nun unter Kodibuntu
mit LCDproc die selber kompiliert und da dann das gleiche.
Entweder liegt es an den Treibersourcen, OE nimmt vermutlich die gleichen oder
an dem Addon. Tippe mal auf die Treibersourcen.
Ich denke es liegt tatsächlich am Sourcecode des Treibers, dass da einfach irgendwo Fehler sind... Ich kann leider keine Treiber programmieren.
so, habe nur 3x mein System neu aufsetzen müssen, damit das Ding wieder läuft.
Zur Sicherheit hier die Steps wie es mit dem aktuellen Kodibuntu geht:
kodibuntu-14.0~helix_amd64.iso installiert
-------------------------------------------
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install git-core build-essential lcdproc
sudo apt-get install libusb-dev
wget http://repository.timesys.com/buildsources/l/libhid/libhid-0.2.16/libhid-0.2.16.tar.gz
tar xzvf libhid-0.2.16.tar.gz
cd libhid-0.2.16
./configure --disable-werror
make
sudo make install
wget http://sourceforge.net/projects/lcdproc/files/latest/download/lcdproc-0.5.7.tar.gz
tar xzvf lcdproc-0.5.7.tar.gz
cd lcdproc-0.5.7
./configure --enable-drivers=mdm166a
cd server/drivers
make
sudo cp mdm166a.so /usr/lib/x86_64-linux-gnu/lcdproc/
sudo apt-get build-dep lcdproc
sudo nano /etc/LCDd.conf
Driver=mdm166a
sudo /etc/init.d/LCDd restart
sudo lcdproc
Alles anzeigen
How to show clock insted of lcdproc logo?
Thanks, but I meant show clock outside kodi.
I have try tried edit /etc/lcdproc.conf and run sudo lcdproc, but no result. I have got everythin form this file.
My lcdproc.conf:
# LCDproc client configuration file
## general options ##
[lcdproc]
# address of the LCDd server to connect to
Server=localhost
# Port of the server to connect to
Port=13666
# set reporting level
ReportLevel=2
# report to to syslog ?
ReportToSyslog=false
# run in foreground [default: false; legal: true, false]
#Foreground=true
# PidFile location when running as daemon [default: /var/run/lcdproc.pid]
#PidFile=/var/run/lcdproc.pid
# slow down initial announcement of modes (in 1/100s)
#delay=2
# display name for the main menu [default: LCDproc HOST]
#DisplayName=lcdproc
## screen specific configuration options ##
[CPU]
# Show screen
Active=false
OnTime=1
OffTime=2
ShowInvisible=false
[Iface]
# Show screen
Active=false
# Show stats for Interface0
Interface0=eth0
# Interface alias name to display [default: <interface name>]
Alias0=LAN
# Show stats for Interface1
#Interface1=eth1
#Alias1=WAN
# Show stats for Interface2
#Interface2=eth2
#Alias2=MGMT
# for more than 3 interfaces change MAX_INTERFACES in iface.h and rebuild
# Units to display [default: byte; legal: byte, bit, packet]
unit=bit
# add screen with transferred traffic
#transfer=TRUE
[Memory]
# Show screen
Active=false
[Load]
# Show screen
Active=false
# Min Load Avg at which the backlight will be turned off [default: 0.05]
LowLoad=0.05
# Max Load Avg at which the backlight will start blinking [default: 1.3]
HighLoad=1.3
[TimeDate]
# Show screen
Active=True
# time format [default: %H:%M:%S; legal: see strftime(3)]
TimeFormat="%H:%M:%S"
# date format [default: %x; legal: see strftime(3)]
DateFormat="%x"
[About]
# Show screen
Active=false
[SMP-CPU]
# Show screen
Active=false
[OldTime]
# Show screen
Active=false
# time format [default: %H:%M:%S; legal: see strftime(3)]
TimeFormat="%H:%M:%S"
# date format [default: %x; legal: see strftime(3)]
DateFormat="%x"
[BigClock]
# Show screen
Active=True
[Uptime]
# Show screen
Active=false
[Battery]
# Show screen
Active=false
[CPUGraph]
# Show screen
Active=false
[ProcSize]
# Show screen
Active=false
[Disk]
# Show screen
Active=false
[MiniClock]
# Show screen
Active=false
# time format [default: %H:%M; legal: see strftime(3)]
TimeFormat="%H:%M"
# EOF
Alles anzeigen
Futaba give big clock when LCDd is stopped. Is there any possibility to start and stop LCDd with kodi?
hi @noxx2 ....
kannst du mal ein paar bilder hochladen wie so der optische eindruck ist und was dein lcd produktiv ausgibt?
hab mir nämlich das gleiche bestellt und werde es auch unter kodibuntu laufen lassen.
mein htpc läuft einfach zu gut und immer fehlerfrei.....man hat nichts mehr zu basteln
Hallo,
mir ist es gelungen das Display mit Ubuntu 16.04 zum laufen zu bekommen. War echt nicht leicht .
Ob ich alles richtig gemacht habe da sollte vielleicht mal jemand ein Blick drauf werfen der mehr
Ahnung hat als ich und evtl. Rückmeldung geben.
alles nacheinander eingeben !!!
Probleme gabe es mit sudo apt-get build-dep lcdproc
da ging bei mir im Terminal das Fenster auf
ich habe JA ausgewählt.
Die Sources .list Probleme
habe ich gelöst nach dieser Anleitung
http://www.pro-linux.de/artikel/2/1618…ompilieren.html
Man geht nach etc/apt dort sources .list mit Rechtsklick anwählen und mit Anwendungen & Aktualisierungen öffnen.
In Anwendungen & Aktualisierungen dann Quelltext angehackt, dann ging es .
Ob das auch so richtig war sollte mal jemand überprüfen .!
Da nach einem Reboot, Neustart das Display nicht automatisch starten wollte habe ich
in etc/rc.local noch folgendes eingetragen /etc/init.d/LCDd start
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
/etc/init.d/LCDd start
exit 0
und siehe da es geht. Juhu jubel……………...
Zum Persönlichen anpassen bzw. ändern sind:
Lcdproc.conf ist in /etc/Lcdproc.conf zu finden
LCDd.conf ist in /etc/LCDd.conf zu finden
LCDd ist in /etc/init.d /LCDd zu finden
Danke noch an noxx2 für seine Vorarbeit ,im post#28 . Ich weiß das ich den Bericht nicht toll gemacht habe , es aber gut gemeint ist.
und vielleicht kommt ja Kodibuntu 16.04 noch.
Bitzer
Danke noch an noxx2 für seine Vorarbeit ,im post#28 . Ich weiß das ich den Bericht nicht toll gemacht habe , es aber gut gemeint ist.
hast du doch gut gemacht
es hat sich ja einiges geändert bei 16 in verbindung mit lcdproc, von daher find ich es gut das du deine anleitung gepostet hast.....ich war bisher zu faul dafür
du kannst ja wenn du magst noch eine beispiel configuration für die lcd ausgabe posten...da haben sich nämlich auch einige variablen geändert
Hallo horschte.
find ich gut das ausgerechnet du dich meldest, wollt dir schon lange sagen das ich das gleiche Gehäuse habe wie du
mit dem selben Display ,cool
Ich finde auch das sich da was verändert hat, in Ubuntu 14.04 war das mit dem Fenster wo man Nein/Ja auswählen kann nicht , so weit ich das noch weiß.....
Die Installation ist ja schon ne harte Nuss noxx2 muste ja auch 3x neu aufsetzen und ich habs bei 14.04 glaube ich sogar auf 5x geschafft !!!!!
Habe selber noch nicht viel dran rumgespielt und habe es nur mal zum Test extern mit usb-Adapter von außen Installiert. Habe das XBMC..runing in Kodi... HTPC geändert und was bei mir noch ist wenn ich ausschalte ist die große Uhr an ? das ist bei meinem anderen HTPC nicht so .Hängt vielleicht mit dem externen Usb zusammen oder im Bios das, das usb mit Strom versorgt wird ,man kann ja so weit ich weiß ne Fernbienung per usb starten.S3 S5 irgend so was in der Richtung. Finde ich halt komisch und weiß nicht ob ich so was überhaupt will, ne Uhr die an ist wenn er ( PC ) aus ist?.
Auf meinem ,,richtigen,, Htpc habe ich immer noch 14.04 drauf und werde es wohl erst im Herbst ändern.
da ich im Sommer wenig Zeit dafür habe. Mich hat es einfach selber intressiert ob sich was geändert hat.
gruß von
Bitzer
wollt dir schon lange sagen das ich das gleiche Gehäuse habe wie du
mit dem selben Display ,cool
ich bin also nicht der einzige der geschmack bei der zusammenstellung bewiesen hat
das "fenster" mit der ja/nein bestätigung kam mit ubuntu 15 und 16.
es gibt für lcdproc seit dem auch eine grafische oberfläche zum konfigurieren der standardausgaben -> cme edit lcdproc
die grosse uhr kannst du in der /etc/LCDd.conf auch manuell ein/ausstellen
dort nach der config für das display suchen bzw einfügen falls nicht vorhanden...bspw ->
wert für "clock" kann auch "no" oder "off" sein um die uhr zu deaktivieren.
musst du einfach mal testen....
Auf meinem ,,richtigen,, Htpc habe ich immer noch 14.04 drauf und werde es wohl erst im Herbst ändern.
ich weiss nicht so richtig ob sich der umstieg auf 16 wirklich lohnt wenn man nur ein system braucht für kodi.
wirkliche vorteile gibts in der konstellation ja nicht wirklich.
btw...teste doch mal lubuntu wenn du das os nur als unterbau benötigst.
das bringt einen mächtigen performanceschub
Hallo liebe mdm166a Freunde,
Ich Versuch jetzt schon seit geraumer Zeit das gute Stück auf lubuntu 16.04 zum laufen zubringen aber wenn ich "./configure --enable-drivers=mdm166a" ausführe sagt er mir das der mdm166a die HidLibrary braucht, die ich ja aber oben mit der Anleitung installiert habe.
Könnt ihr mir da vielleicht weiterhelfen? Oder ist lubuntu so viel anders als ubuntu?
Mit freundlichen Grüßen Uwe
genaue meldung der konsole bitte
Hallo und WOW das war schnell.
zeropunk@HTPC:~$ cd lcdproc-0.5.7
zeropunk@HTPC:~/lcdproc-0.5.7$ ./configure --enable-drivers=mdm166a
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking whether to enable debugging... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for ranlib... ranlib
checking for xmlto... no
checking CFLAGS for gcc -Wno-unused-function... -Wno-unused-function
checking CFLAGS for gcc -ftrampolines... no, unknown
checking for gethostbyname... yes
checking for connect... yes
checking for inet_aton... yes
checking for kstat_open in -lkstat... no
checking for nanosleep in -lposix4... no
checking for getloadavg... yes
checking for swapctl... no
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking procfs.h usability... no
checking procfs.h presence... no
checking for procfs.h... no
checking sys/procfs.h usability... yes
checking sys/procfs.h presence... yes
checking for sys/procfs.h... yes
checking sys/loadavg.h usability... no
checking sys/loadavg.h presence... no
checking for sys/loadavg.h... no
checking utmpx.h usability... yes
checking utmpx.h presence... yes
checking for utmpx.h... yes
checking for kvm_open in -lkvm... no
checking for kvm_open in -lkvm with -lelf... no
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking for sys/types.h... (cached) yes
checking machine/pio.h usability... no
checking machine/pio.h presence... no
checking for machine/pio.h... no
checking machine/sysarch.h usability... no
checking machine/sysarch.h presence... no
checking for machine/sysarch.h... no
checking sys/cpuvar.h usability... no
checking sys/cpuvar.h presence... no
checking for sys/cpuvar.h... no
checking machine/apm_bios.h usability... no
checking machine/apm_bios.h presence... no
checking for machine/apm_bios.h... no
checking for System V IPC headers... yes
checking for union semun... no
checking for machine/cpufunc.h... no
checking for sched_setscheduler... yes
checking for sched_setscheduler in -lposix4... no
checking for sched_setscheduler in -lrt... yes
checking for i386_get_ioperm in -li386... no
checking for i386_get_ioperm in -lc... no
checking for iopl... yes
checking for ioperm... yes
checking sys/io.h usability... yes
checking sys/io.h presence... yes
checking for sys/io.h... yes
checking for a parallel port... yes
checking linux/i2c-dev.h usability... yes
checking linux/i2c-dev.h presence... yes
checking for linux/i2c-dev.h... yes
checking dev/iicbus/iic.h usability... no
checking dev/iicbus/iic.h presence... no
checking for dev/iicbus/iic.h... no
checking linux/spi/spidev.h usability... yes
checking linux/spi/spidev.h presence... yes
checking for linux/spi/spidev.h... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for sys/io.h... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking kvm.h usability... no
checking kvm.h presence... no
checking for kvm.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/dkstat.h usability... no
checking sys/dkstat.h presence... no
checking for sys/dkstat.h... no
checking stdbool.h usability... yes
checking stdbool.h presence... yes
checking for stdbool.h... yes
checking for sys/sysctl.h... yes
checking for sys/pcpu.h... no
checking for SA_RESTART... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for uid_t in sys/types.h... yes
checking whether gcc needs -traditional... no
checking return type of signal handlers... void
checking for select... yes
checking for socket... yes
checking for strdup... yes
checking for strerror... yes
checking for strtol... yes
checking for uname... yes
checking for cfmakeraw... yes
checking for snprintf... yes
checking for getopt... yes
checking for your mounted filesystem table... /etc/mtab
checking for fcntl.h... (cached) yes
checking sys/dustat.h usability... no
checking sys/dustat.h presence... no
checking for sys/dustat.h... no
checking for sys/param.h... (cached) yes
checking sys/statfs.h usability... yes
checking sys/statfs.h presence... yes
checking for sys/statfs.h... yes
checking sys/fstyp.h usability... no
checking sys/fstyp.h presence... no
checking for sys/fstyp.h... no
checking mnttab.h usability... no
checking mnttab.h presence... no
checking for mnttab.h... no
checking mntent.h usability... yes
checking mntent.h presence... yes
checking for mntent.h... yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking sys/vfs.h usability... yes
checking sys/vfs.h presence... yes
checking for sys/vfs.h... yes
checking sys/filsys.h usability... no
checking sys/filsys.h presence... no
checking for sys/filsys.h... no
checking sys/fs_types.h usability... no
checking sys/fs_types.h presence... no
checking for sys/fs_types.h... no
checking for sys/mount.h... yes
checking for getmntinfo... no
configure: checking how to get filesystem space usage...
checking for statvfs... yes
checking module extension... .so
checking for dlopen in -ldl... yes
checking for shl_load in -ldld... no
checking if libusb support has been enabled... yes
checking for pkg-config... no
checking for LIBUSB... no
checking if libusb-1-0 support has been enabled... yes
checking for LIBUSB_1_0... no
checking if libftdi support has been enabled... yes
checking for LIBFTDI... no
checking if X11 support has been enabled... yes
checking for LIBX11... no
checking if libhid support has been enabled... yes
checking for LIBHID... no
checking if PNG support has been enabled... yes
checking for libpng-config... no
checking whether libpng is present and sane... no
checking if freetype support has been enabled... yes
checking for freetype-config... no
checking for FreeType -- version >= 7.0.1... no
configure: WARNING:
The freetype-config script installed by FreeType 2 could not be found.
If FreeType 2 was installed in PREFIX, make sure PREFIX/bin is in
your path, or set the FT2_CONFIG environment variable to the
full path to freetype-config.
checking if ethlcd support has been enabled... yes
checking for doxygen... no
configure: checking which drivers to compile...
configure: WARNING: The mdm166a driver needs the hid library
---------------------------------------
LCDd will be compiled with the drivers:
---------------------------------------
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating shared/Makefile
config.status: creating server/Makefile
config.status: creating server/commands/Makefile
config.status: creating server/drivers/Makefile
config.status: creating clients/Makefile
config.status: creating clients/lcdproc/Makefile
config.status: creating clients/lcdexec/Makefile
config.status: creating clients/lcdvc/Makefile
config.status: creating clients/examples/Makefile
config.status: creating clients/metar/Makefile
config.status: creating docs/Makefile
config.status: creating docs/Doxyfile
config.status: creating docs/lcdproc-dev/Makefile
config.status: creating docs/lcdproc-user/Makefile
config.status: creating docs/lcdproc-user/drivers/Makefile
config.status: creating scripts/Makefile
config.status: creating scripts/init-LCDd.LSB
config.status: creating scripts/init-lcdproc.LSB
config.status: creating scripts/init-lcdexec.LSB
config.status: creating scripts/init-lcdvc.LSB
config.status: creating scripts/init-LCDd.debian
config.status: creating scripts/init-lcdproc.debian
config.status: creating scripts/init-lcdexec.debian
config.status: creating scripts/init-lcdvc.debian
config.status: creating scripts/init-LCDd.rpm
config.status: creating scripts/init-lcdproc.rpm
config.status: creating config.h
config.status: executing depfiles commands
zeropunk@HTPC:~/lcdproc-0.5.7$
und danach findet er den treiber mdm166a.so halt nicht.
Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!