Habe aus Basis Ubuntu 24 neu installiert.
Posts by hnes
-
-
Habe ein Backup installiert und es hat funktioniert auch nach Neustarts. Am nächsten Tag der gleiche Fehler. Auch habe ich zwei Rechner mit Yavdr und auch beide zeigen zeitgleich kein Bild mehr.
sudo -H ./install-yavdr.sh
TASK [yavdr-xorg : detect xorg configuration] ***************************************************************************************************************
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: FileNotFoundError: [Errno 2] Datei oder Verzeichnis nicht gefunden: 'edid-decode'
fatal: [localhost]: FAILED! => {
"changed": false,
"rc": 1
}MSG:
MODULE FAILURE
See stdout/stderr for the exact error
MODULE_STDERR:Traceback (most recent call last):
File "<stdin>", line 102, in <module>
File "<stdin>", line 94, in _ansiballz_main
File "<stdin>", line 40, in invoke_module
File "/usr/lib/python3.10/runpy.py", line 224, in run_module
return _run_module_code(code, init_globals, run_name, mod_spec)
File "/usr/lib/python3.10/runpy.py", line 96, in _run_module_code
_run_code(code, mod_globals, init_globals,
File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/tmp/ansible_xrandr_facts_payload_fblvvsr_/ansible_xrandr_facts_payload.zip/ansible/modules/xrandr_facts.py", line 434, in <module>
File "/tmp/ansible_xrandr_facts_payload_fblvvsr_/ansible_xrandr_facts_payload.zip/ansible/modules/xrandr_facts.py", line 404, in output_data
File "/tmp/ansible_xrandr_facts_payload_fblvvsr_/ansible_xrandr_facts_payload.zip/ansible/modules/xrandr_facts.py", line 233, in parse_edid_data
File "/usr/lib/python3.10/subprocess.py", line 421, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/usr/lib/python3.10/subprocess.py", line 503, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.10/subprocess.py", line 971, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib/python3.10/subprocess.py", line 1863, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] Datei oder Verzeichnis nicht gefunden: 'edid-decode' -
Hallo zusammen,
macht yavdr-ansible automatsiche Updates? Heute gibt nur noch Ton und und Nvidia Treiber werden nicht geladen. Hat jemand eine Lösung oder ist es besser gleich neu zu installieren?
sudo nvidia-smi
Failed to initialize NVML: Driver/library version mismatch
NVML library version: 535.288NVRM: API mismatch: the client 'nvidia-smi' (pid 184852)
Feb 2 19:23:03 user kernel: [ 3061.506654] NVRM: has the version 535.288.01, but this kernel module has
Feb 2 19:23:03 user kernel: [ 3061.506654] NVRM: the version 580.95.05. Please make sure that this
Feb 2 19:23:03 user kernel: [ 3061.506654] NVRM: kernel module and all NVIDIA driver components
Feb 2 19:23:03 user kernel: [ 3061.506654] NVRM: have the same version.sudo -H ./install-yavdr.sh
TASK [yavdr-xorg : create xorg.conf (for nvidia driver)] ***************************************************************************************************************
fatal: [localhost]: FAILED! => {
"changed": false
}MSG:
AnsibleUndefinedVariable: 'dict object' has no attribute 'primary'
Gruß hnes
-
Hallo SHF, danke für die Anteilnahme, anbei die Logs.
-
Hallo, danke für den Hinweis zu S952. Habe die Karte ausgebaut und seit dem keine Hänger oder Abstürze mehr.
-
Hallo,
"apt dist-upgrade" durchgeführt aber das gleiche Verhalten, anbei die Xorg.0.log. Es ist eine Nvidia 1050TI installiert. Die DVB Karte war sporadisch vorhanden und nach dem Reboot wieder nicht mehr. Es sind zwei VDR einmal nur mit S952 und einer mit Wintv nova hd s2 der das Problem hat.
Gruß
hnes
-
danke anbei die log.text
-
journalctl -b -f > log.txt
erzeugt leider keine Datei. Hatte die /var/log/syslog angehängt.
-
Hallo,
habe neu installiert aber noch immer nach dem Start kein Bild. Erst nach reboot über crontab geht es. Das war auch schon bei yavdr 06. meine Lösung. Trotzdem manchmal fehlen dvb Karten.
Anbei die /var/log/boot.log
Danke für die Unterstützung.
-
anbei die /var/log/boot.log
Hatte die Karte zum Test ausgebaut und der Fehler war weg.Danach die /lib/firmware/dvb-fe-cx24116.fw überschrieben und die wird auch geladen.
dmesg|grep cx
[ 22.076298] cx24116_firmware_ondemand: Waiting for firmware upload (dvb-fe-cx24116.fw)...
[ 22.077472] cx24116_firmware_ondemand: Waiting for firmware upload(2)...
[ 27.946707] cx24116_load_firmware: FW version 1.26.90.0
[ 27.946723] cx24116_firmware_ondemand: Firmware upload complete -
hallo seahawk,
danke, die Karte ist eine Hauppauge Wintv nova hd s2 (CX24116/CX24188). Habe die Karte gegen eine Baugleiche ausgetauscht. Dennoch beim Hochfahren gibt es eine Meldung "cx25840: firmwareload i2c failure."
Karte ausbauen oder neu installiern?
-
Hallo zusammen,
es ist für YaVDR Ansible beschrieben wie vdr beim Start auf die DVB Karten warten soll.
group_vars/all:
wait_for_dvb_devices: [0, 1, 2, 3]
sudo systemctl enable wait-for-dvb@0, 1, 2, 3.service
Aber es funktioniert bei mir nicht.
Als Alternative habe ich in der /etc/crontab einen reboot.
@reboot vdr sleep 30s && /usr/bin/systemctl restart vdr
Damit das Passwort nicht abgefragt wird:
sudo visudo -f /etc/sudoers.d/systemctl_permissions%vdr ALL=NOPASSWD: /usr/bin/systemctl start vdr, /usr/bin/systemctl stop vdr, /usr/bin/systemctl restart vdr
%vdr ALL=(vdr) NOPASSWD: ALL
%vdr ALL=NOPASSWD: /bin/systemctl restart vdrLeider klappt das auch nicht. Kann bitte jemand erklären wie das mit dem Warten auf die DVB Karten umgesetzt werden kann.
Gruß hnes -
eine Frage noch...
Die gtx3050ti wurde mit 4k 50Hz eingestellt.
3840x2160 50.00*
Das ist ok aber es soll auch möglich sein die Karte mit 120Hz über DP und Farbraum 420 zu betreiben.
Im zweiten VDR ist eine gt460 die auch mit 4k läuft. Die Karte kann aber dann nur 30Hz. Wie lässt sich das auf 2560x1440, 50Hz ändern?
-
Hallo zusammen,
danke für den Support.
Konnte das Bild von yavdr07 (gtx1050ti, temporal spacial) mit dem Tuner vom Lg Oled vergleichen. Das Bild vom VDR ist unscharf. Auch gibt es Ruckler bei Kameraschwenks. Der 120Hz-4k-TV macht deutich besseres Bild.
Wie kann ich prüfen welche Auflösung/Frequenz ausgeben wird?
Gruß hnes
-
hier nochmals lspci -nn mit anderen DVB-S2 Karten
00:00.0 RAM memory [0500]: NVIDIA Corporation MCP61 Memory Controller [10de:03ea] (rev a1)
00:01.0 ISA bridge [0601]: NVIDIA Corporation MCP61 LPC Bridge [10de:03e0] (rev a2)
00:01.1 SMBus [0c05]: NVIDIA Corporation MCP61 SMBus [10de:03eb] (rev a2)
00:01.2 RAM memory [0500]: NVIDIA Corporation MCP61 Memory Controller [10de:03f5] (rev a2)
00:02.0 USB controller [0c03]: NVIDIA Corporation MCP61 USB 1.1 Controller [10de:03f1] (rev a2)
00:02.1 USB controller [0c03]: NVIDIA Corporation MCP61 USB 2.0 Controller [10de:03f2] (rev a2)
00:04.0 PCI bridge [0604]: NVIDIA Corporation MCP61 PCI bridge [10de:03f3] (rev a1)
00:05.0 Audio device [0403]: NVIDIA Corporation MCP61 High Definition Audio [10de:03f0] (rev a2)
00:06.0 IDE interface [0101]: NVIDIA Corporation MCP61 IDE [10de:03ec] (rev a2)
00:07.0 Bridge [0680]: NVIDIA Corporation MCP61 Ethernet [10de:03ef] (rev a2)
00:08.0 IDE interface [0101]: NVIDIA Corporation MCP61 SATA Controller [10de:03f6] (rev a2)
00:08.1 IDE interface [0101]: NVIDIA Corporation MCP61 SATA Controller [10de:03f6] (rev a2)
00:09.0 PCI bridge [0604]: NVIDIA Corporation MCP61 PCI Express bridge [10de:03e8] (rev a2)
00:0c.0 PCI bridge [0604]: NVIDIA Corporation MCP61 PCI Express bridge [10de:03e9] (rev a2)
00:18.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration [1022:1100]
00:18.1 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] K8 [Athlon64/Opteron] Address Map [1022:1101]
00:18.2 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] K8 [Athlon64/Opteron] DRAM Controller [1022:1102]
00:18.3 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] K8 [Athlon64/Opteron] Miscellaneous Control [1022:1103]
01:06.0 Multimedia video controller [0400]: Brooktree Corporation Bt878 Video Capture [109e:036e] (rev 11)
01:06.1 Multimedia controller [0480]: Brooktree Corporation Bt878 Audio Capture [109e:0878] (rev 11)
01:07.0 Multimedia video controller [0400]: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder [14f1:8800] (rev 05)
01:07.2 Multimedia controller [0480]: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder [MPEG Port] [14f1:8802] (rev 05)
01:08.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL-8100/8101L/8139 PCI Fast Ethernet Adapter [10ec:8139] (rev 10)
01:09.0 Multimedia video controller [0400]: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder [14f1:8800] (rev 05)
01:09.1 Multimedia controller [0480]: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder [Audio Port] [14f1:8811] (rev 05)
01:09.2 Multimedia controller [0480]: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder [MPEG Port] [14f1:8802] (rev 05)
01:09.4 Multimedia controller [0480]: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder [IR Port] [14f1:8804] (rev 05)
01:0e.0 FireWire (IEEE 1394) [0c00]: Texas Instruments TSB43AB23 IEEE-1394a-2000 Controller (PHY/Link) [104c:8024]
02:00.0 VGA compatible controller [0300]: NVIDIA Corporation GK208B [GeForce GT 730] [10de:1287] (rev a1)
02:00.1 Audio device [0403]: NVIDIA Corporation GK208 HDMI/DP Audio Controller [10de:0e0f] (rev a1)
03:00.0 Multimedia video controller [0400]: Spin Master Ltd. PCIe Video Bridge [1ade:3038] (rev 01)
-
lspci -nn
00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD/ATI] RD780 Host Bridge [1002:5958]
00:02.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI] RX780/RD790 PCI to PCI bridge (external gfx0 port A) [1002:5978]
00:03.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI] RD790 PCI to PCI bridge (external gfx0 port B) [1002:5979]
00:05.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI] RX780/RD790 PCI to PCI bridge (PCI express gpp port B) [1002:597b]
00:0a.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI] RD790 PCI to PCI bridge (PCI express gpp port F) [1002:597f]
00:12.0 SATA controller [0106]: Advanced Micro Devices, Inc. [AMD/ATI] SB600 Non-Raid-5 SATA [1002:4380]
00:13.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI] SB600 USB (OHCI0) [1002:4387]
00:13.1 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI] SB600 USB (OHCI1) [1002:4388]
00:13.2 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI] SB600 USB (OHCI2) [1002:4389]
00:13.3 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI] SB600 USB (OHCI3) [1002:438a]
00:13.4 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI] SB600 USB (OHCI4) [1002:438b]
00:13.5 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI] SB600 USB Controller (EHCI) [1002:4386]
00:14.0 SMBus [0c05]: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 SMBus Controller [1002:4385] (rev 14)
00:14.1 IDE interface [0101]: Advanced Micro Devices, Inc. [AMD/ATI] SB600 IDE [1002:438c]
00:14.3 ISA bridge [0601]: Advanced Micro Devices, Inc. [AMD/ATI] SB600 PCI to LPC Bridge [1002:438d]
00:14.4 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 PCI to PCI Bridge [1002:4384]
00:18.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 10h Processor HyperTransport Configuration [1022:1200]
00:18.1 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 10h Processor Address Map [1022:1201]
00:18.2 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 10h Processor DRAM Controller [1022:1202]
00:18.3 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 10h Processor Miscellaneous Control [1022:1203]
00:18.4 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 10h Processor Link Control [1022:1204]
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GP107 [GeForce GTX 1050 Ti] [10de:1c82] (rev a1)
01:00.1 Audio device [0403]: NVIDIA Corporation GP107GL High Definition Audio Controller [10de:0fb9] (rev a1)
02:00.0 USB controller [0c03]: ASMedia Technology Inc. ASM1142 USB 3.1 Host Controller [1b21:1242]
03:00.0 Multimedia video controller [0400]: Spin Master Ltd. PCIe Video Bridge [1ade:3038] (rev 01)
04:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 01)
-
Super,
die Karte geht!
sudo dmesg | grep -i dvb
SMI PCIe driver 0000:03:00.0: DVBSky S952 V3 port 1 MAC: 00:18:32:54:55:53
[ 82.743545] m88ds3103 2-0069: firmware file 'dvb-demod-m88rs6000.fw' not found
wget https://github.com/OpenELEC/dvb-f…od-m88rs6000.fw
wget https://github.com/OpenELEC/dvb-f…od-m88ds3103.fw
nach lib/fimware kopiert.
-
Hallo zusammen, unter Ansible bekomme ich leider kein Bild von den DVB-S2 Karten.
- DVBSky-Dual-Sat-Karte: Die Website vom Hersteller ist offline.
- Pinnacle PVTV:
Gibt es eine Übersicht über Karten die noch unterstütz werden?
Gruß
Hnes
-
das Install-skript "./install-yavdr.sh"
hatte "ppa_yavdr_experimental_kodi_jammy.list" unter "/etc/apt/sources.list.d" wieder hergestellt und es gab auch wieder die gleiche Fehlermeldung:
"experimental-kodi jammy Release« enthält keine Release-Datei"
-
Vielen Dank für die Hilfe,
mkdir host_vars
nano localhost
branch: jammy
ppa_owner: "ppa:seahawk1986-hotmail"repositories:
- '{{ ppa_owner }}/{{branch}}-main'
- '{{ ppa_owner }}/vdr-2.6.6'
#- '{{ ppa_owner }}/{{branch}}-kodi' auskommentiert!cd /etc/apt/sources.list.d
rm ppa_yavdr_experimental_kodi_jammy.list
sudo -H ./install-yavdr.sh
Super die Installation läuft, mal schauen wie es weitergeht.