Aktuelles
Digital Eliteboard - Das Digitale Technik Forum

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

HowTo HTPC mit Linux Mint 22.1 , Kodi 21, TVHeadend 4.3

Yes, no problem. i install modified libdvbcsa I use kodi and it works fine
This is the link to openpli-pc
or
 
Ja sollte genauso gehen. Linux Mint ist ja auch nur ein Ubuntu Derivat.
Wollte damals halt mal Mint nutzen
 
@Alex

Was muss ich ausführen wenn ich nur tvheadend ohne kodi installieren möchte?
Mein Vorhaben wäre tvh-mit Icam für meine mobilen Geräte.
Die Hardware ist ein pi 5 mit ubuntu

Danke
Sorry für die dummen Fragen, aber ich bin absoluter Neuling auf dem Gebiet
 
Zuletzt bearbeitet:
Einfach den Kodi-Teil überspringen. Kann sein, dass dann aber noch ein paar Pakete fehlen
 
Okay ich werde es mal probieren

Edit:
so........habe jetzt mal gestestet, und wie vermutet einen fehler bekommen, könntest dir das mal anschauen?

im Log 2 bin ich schon ein stück weiter.......aber beim erstellen des deb"s erscheint wieder ein fehler

Log 2 aktuallisiert!

tvh@raspberrypi:~/build/libdvbcsa$ autoreconf --install && ./configure
configure.ac:33: warning: macro 'AM_PROG_LIBTOOL' not found in library
configure.ac:8: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:8: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:8: the top level
configure.ac:18: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:18: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:18: the top level
configure.ac:19: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:19: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:19: the top level
configure.ac:20: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:20: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:20: the top level
configure.ac:21: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:21: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:21: the top level
configure.ac:22: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:22: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:22: the top level
configure.ac:23: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:23: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:23: the top level
configure.ac:24: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:24: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:24: the top level
configure.ac:25: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:25: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:25: the top level
configure.ac:26: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:26: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:26: the top level
configure.ac:37: warning: The macro `AC_STDC_HEADERS' is obsolete.
configure.ac:37: You should run autoupdate.
./lib/autoconf/oldnames.m4:75: AC_STDC_HEADERS is expanded from...
configure.ac:37: the top level
configure.ac:37: warning: The macro `AC_HEADER_STDC' is obsolete.
configure.ac:37: You should run autoupdate.
./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
./lib/autoconf/oldnames.m4:75: AC_STDC_HEADERS is expanded from...
configure.ac:37: the top level
configure.ac:145: warning: The macro `AC_TRY_LINK' is obsolete.
configure.ac:145: You should run autoupdate.
./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from...
configure.ac:145: the top level
configure.ac:153: warning: AC_OUTPUT should be used without arguments.
configure.ac:153: You should run autoupdate.
configure.ac:33: error: possibly undefined macro: AM_PROG_LIBTOOL
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: error: /usr/bin/autoconf failed with exit status: 1
tvh@raspberrypi:~/build/libdvbcsa$
debian/rules override_dh_auto_build
make[1]: Entering directory '/home/tvh/tvheadend-git'
make -j4
make[2]: Entering directory '/home/tvh/tvheadend-git'
make -f Makefile.webui LANGUAGES="ach ady ar bg cs da de en_US en_GB es et fa fi fr he hr hu it ko lv lt nl no pl pt ro ru sl sk sq sv tr uk zh zh-Hans" all
make[3]: Entering directory '/home/tvh/tvheadend-git'
make -f Makefile.webui WEBUI=std compile-std
make[4]: Entering directory '/home/tvh/tvheadend-git'
/bin/sh: 1: python: not found
CC src/uuid.o
CC src/main.o
make[4]: *** [Makefile.webui:270: src/webui/static/tvh.js.gz] Error 127
make[4]: Leaving directory '/home/tvh/tvheadend-git'
make[3]: *** [Makefile.webui:243: all] Error 2
make[3]: Leaving directory '/home/tvh/tvheadend-git'
make[2]: *** [Makefile:844: make_webui] Error 2
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/tvh/tvheadend-git'
make[1]: *** [debian/rules:20: override_dh_auto_build] Error 2
make[1]: Leaving directory '/home/tvh/tvheadend-git'
make: *** [debian/rules:11: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
tvh@raspberrypi:~/tvheadend-git$
 
Zuletzt bearbeitet:
Hallo Alex
ich habe jetzt alles auf einem nuc nach deiner Anleitung installiert, der einzige unterschied, ich habe Ubuntu.

Tvheadend zeigt mir keine TV-Karte an, obwohl sie in USB steckt und die Firmware in /usr/lib/firmware liegt.
Neustart war erfolglos.....
als Karte verwende ich die gleiche wie du.
kannst du mir helfen....?
 
Ich sitze jetzt gerade nicht am Rechner, aber meine Recherche sagt es könne an der Nummer liegen
Ich habe einen neuen Stick gekauft mit der Nummer B8H9…….kann das sein?
 
Ganz ehrlich? Keine Ahnung. Bei mir hat der Stick funktioniert, bis ich auf Unicable umgestellt habe.
Seit dem verwende ich einen Sundtek Stick
 
Ich hab jetzt den Sundtek SkyTV VIII im Einsatz. Dauert aber c. 4 Wochen bis der aus Taiwan kommt.
Deinen müssten wir doch auch zum Laufen bringen. Was kommt den bei o.g. Befehlen?
 
hallo hier mal die Ausgabe der Befehle
[ 562.834617] usb 1-3: USB disconnect, device number 6
[ 565.292487] usb 1-4: new high-speed USB device number 7 using xhci_hcd
[ 565.419417] usb 1-4: New USB device found, idVendor=2013, idProduct=0462, bcdDevice= 1.00
[ 565.419431] usb 1-4: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 565.419437] usb 1-4: Product: PCTV 461
[ 565.419442] usb 1-4: Manufacturer: PCTV
[ 565.419446] usb 1-4: SerialNumber: 0014237022
[ 689.904560] audit: type=1400 audit(1750859713.501:177): apparmor="DENIED" operation="open" class="file" profile="snap-update-ns.firefox" name="/proc/6915/maps" pid=6915 comm="snap-update-ns" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 690.749009] audit: type=1107 audit(1750859714.345:178): pid=725 uid=101 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call" bus="system" path="/org/freedesktop/timedate1" interface="org.freedesktop.DBus.Properties" member="GetAll" mask="send" name=":1.151" pid=6884 label="snap.firefox.firefox" peer_pid=7053 peer_label="unconfined"
exe="/usr/bin/dbus-daemon" sauid=101 hostname=? addr=? terminal=?'
[ 690.749380] audit: type=1107 audit(1750859714.345:179): pid=725 uid=101 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call" bus="system" path="/org/freedesktop/timedate1" interface="org.freedesktop.DBus.Properties" member="GetAll" mask="send" name=":1.151" pid=6884 label="snap.firefox.firefox" peer_pid=7053 peer_label="unconfined"
exe="/usr/bin/dbus-daemon" sauid=101 hostname=? addr=? terminal=?'
matze@matze-NUC:~$


matze@matze-NUC:~$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 001 Device 003: ID 046a:0023 CHERRY Keyboard
Bus 001 Device 005: ID 8087:0aaa Intel Corp. Bluetooth 9460/9560 Jefferson Peak (JfP)
Bus 001 Device 007: ID 2013:0462 PCTV Systems PCTV 461
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub

das ganze dmesg ist zu lang, ich habe den wichtigen teil ( denke ich) mal gepostet
 
Das sieht soweit gut aus. Was steht den im Syslog?
Bei mir sieht das so aus:
Code:
2025-06-25T17:42:14.009332+02:00 HP-EliteDesk-800 kernel: usb 1-2: new high-speed USB device number 3 using xhci_hcd
2025-06-25T17:42:14.136291+02:00 HP-EliteDesk-800 kernel: usb 1-2: New USB device found, idVendor=2013, idProduct=0258, bcdDevice= 1.00
2025-06-25T17:42:14.136327+02:00 HP-EliteDesk-800 kernel: usb 1-2: New USB device strings: Mfr=3, Product=1, SerialNumber=2
2025-06-25T17:42:14.136330+02:00 HP-EliteDesk-800 kernel: usb 1-2: Product: PCTV 461
2025-06-25T17:42:14.136332+02:00 HP-EliteDesk-800 kernel: usb 1-2: Manufacturer: PCTV
2025-06-25T17:42:14.136335+02:00 HP-EliteDesk-800 kernel: usb 1-2: SerialNumber: 0011483613
2025-06-25T17:42:14.174487+02:00 HP-EliteDesk-800 mtp-probe: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2"
2025-06-25T17:42:14.174796+02:00 HP-EliteDesk-800 mtp-probe: bus: 1, device: 3 was not an MTP device
2025-06-25T17:42:14.182390+02:00 HP-EliteDesk-800 kernel: mc: Linux media interface: v0.10
2025-06-25T17:42:14.195286+02:00 HP-EliteDesk-800 kernel: videodev: Linux video capture interface: v2.00
2025-06-25T17:42:14.202213+02:00 HP-EliteDesk-800 kernel: em28xx 1-2:1.0: New device PCTV PCTV 461 @ 480 Mbps (2013:0258, interface 0, class 0)
2025-06-25T17:42:14.202226+02:00 HP-EliteDesk-800 kernel: em28xx 1-2:1.0: DVB interface 0 found: isoc
2025-06-25T17:42:14.254250+02:00 HP-EliteDesk-800 kernel: em28xx 1-2:1.0: chip ID is em28178
2025-06-25T17:42:14.630253+02:00 HP-EliteDesk-800 kernel: em28xx 1-2:1.0: EEPROM ID = 26 00 01 00, EEPROM hash = 0x623c71a0
2025-06-25T17:42:14.630282+02:00 HP-EliteDesk-800 kernel: em28xx 1-2:1.0: EEPROM info:
2025-06-25T17:42:14.630288+02:00 HP-EliteDesk-800 kernel: em28xx 1-2:1.0:       microcode start address = 0x0004, boot configuration = 0x01
2025-06-25T17:42:14.639268+02:00 HP-EliteDesk-800 kernel: em28xx 1-2:1.0:       AC97 audio (5 sample rates)
2025-06-25T17:42:14.639300+02:00 HP-EliteDesk-800 kernel: em28xx 1-2:1.0:       500mA max power
2025-06-25T17:42:14.639303+02:00 HP-EliteDesk-800 kernel: em28xx 1-2:1.0:       Table at offset 0x27, strings=0x148c, 0x1874, 0x0a6a
2025-06-25T17:42:14.692070+02:00 HP-EliteDesk-800 kernel: em28xx 1-2:1.0: Identified as PCTV DVB-S2 Stick (461e) (card=92)
2025-06-25T17:42:14.692103+02:00 HP-EliteDesk-800 kernel: em28xx 1-2:1.0: dvb set to isoc mode.
2025-06-25T17:42:14.692106+02:00 HP-EliteDesk-800 kernel: usbcore: registered new interface driver em28xx
2025-06-25T17:42:14.699067+02:00 HP-EliteDesk-800 mtp-probe: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2"
2025-06-25T17:42:14.699145+02:00 HP-EliteDesk-800 mtp-probe: bus: 1, device: 3 was not an MTP device
2025-06-25T17:42:14.708238+02:00 HP-EliteDesk-800 kernel: em28xx 1-2:1.0: Binding DVB extension
2025-06-25T17:42:14.718041+02:00 HP-EliteDesk-800 kernel: i2c i2c-8: Added multiplexed i2c bus 9
2025-06-25T17:42:14.774340+02:00 HP-EliteDesk-800 kernel: ts2020 9-0060: Montage Technology TS2022 successfully identified
2025-06-25T17:42:14.778226+02:00 HP-EliteDesk-800 kernel: a8293 8-0008: Allegro A8293 SEC successfully attached
2025-06-25T17:42:14.778297+02:00 HP-EliteDesk-800 kernel: dvbdev: DVB: registering new adapter (1-2:1.0)
2025-06-25T17:42:14.778582+02:00 HP-EliteDesk-800 kernel: em28xx 1-2:1.0: DVB: registering adapter 0 frontend 0 (Montage Technology M88DS3103)...
2025-06-25T17:42:14.778618+02:00 HP-EliteDesk-800 kernel: dvbdev: dvb_create_media_entity: media entity 'Montage Technology M88DS3103' registered.
2025-06-25T17:42:14.778653+02:00 HP-EliteDesk-800 kernel: dvbdev: dvb_create_media_entity: media entity 'dvb-demux' registered.
2025-06-25T17:42:14.783729+02:00 HP-EliteDesk-800 kernel: em28xx 1-2:1.0: DVB extension successfully initialized
2025-06-25T17:42:14.783741+02:00 HP-EliteDesk-800 kernel: em28xx: Registered (Em28xx dvb Extension) extension
2025-06-25T17:42:14.789562+02:00 HP-EliteDesk-800 kernel: em28xx 1-2:1.0: Registering input extension
2025-06-25T17:42:14.823219+02:00 HP-EliteDesk-800 kernel: Registered IR keymap rc-pinnacle-pctv-hd
2025-06-25T17:42:14.823233+02:00 HP-EliteDesk-800 kernel: rc rc0: PCTV DVB-S2 Stick (461e) as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/rc/rc0
2025-06-25T17:42:14.823234+02:00 HP-EliteDesk-800 kernel: rc rc0: lirc_dev: driver em28xx registered at minor = 0, scancode receiver, no transmitter
2025-06-25T17:42:14.823235+02:00 HP-EliteDesk-800 kernel: input: PCTV DVB-S2 Stick (461e) as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/rc/rc0/input21
2025-06-25T17:42:14.823236+02:00 HP-EliteDesk-800 kernel: em28xx 1-2:1.0: Input extension successfully initialized
2025-06-25T17:42:14.823236+02:00 HP-EliteDesk-800 kernel: em28xx: Registered (Em28xx Input Extension) extension
 
Zuletzt bearbeitet:
Zurück
Oben