<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Interceptor Forum - Projekt]]></title>
		<link>https://interceptor.marconitschke.de/</link>
		<description><![CDATA[Interceptor Forum - https://interceptor.marconitschke.de]]></description>
		<pubDate>Thu, 04 Jun 2026 18:51:56 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Erweiterungskarte in uGreen UGOS GPU und JetKVM]]></title>
			<link>https://interceptor.marconitschke.de/thread-122.html</link>
			<pubDate>Tue, 06 May 2025 14:30:29 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://interceptor.marconitschke.de/member.php?action=profile&uid=1">nitje</a>]]></dc:creator>
			<guid isPermaLink="false">https://interceptor.marconitschke.de/thread-122.html</guid>
			<description><![CDATA[Mal als denk anstoß,<br />
<br />
eine Virtuelle Maschine betreiben und als Erweiterungskarte eine GPU verwenden.<br />
Ist möglich mit Virtual Machine Manger 5.0.0 als Hauptgrafikkarte im uGreen NAS muss dafür evtl. im BIOS die Interne als Hauptgerät angegeben sein. (hattee sich glaube Automatisch die neue als Hauptgerät genommen - ist zu lange her  <img src="https://interceptor.marconitschke.de/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" /> )<br />
Dann könnt ihr beide, GPU Geräte durchreichen also Video und Audio von der Externen Grafikkarte (NICHT NUR VIDEO NEHMEN!) <br />
<br />
Jetzt die JetKVM an die GPU Erweiterungskarte mit HDMI Verbinden.<br />
<br />
<img src="https://interceptor.marconitschke.de/images/smilies/angel.png" alt="Angel" title="Angel" class="smilie smilie_10" /><br />
<br />
<br />
<a href="https://interceptor.marconitschke.de/thread-111.html" target="_blank" rel="noopener" class="mycode_url">Docker Projekt Container</a><br />
<br />
<a href="https://interceptor.marconitschke.de/thread-112.html" target="_blank" rel="noopener" class="mycode_url">Anwendungsbeispiel RaspberryMatic</a>]]></description>
			<content:encoded><![CDATA[Mal als denk anstoß,<br />
<br />
eine Virtuelle Maschine betreiben und als Erweiterungskarte eine GPU verwenden.<br />
Ist möglich mit Virtual Machine Manger 5.0.0 als Hauptgrafikkarte im uGreen NAS muss dafür evtl. im BIOS die Interne als Hauptgerät angegeben sein. (hattee sich glaube Automatisch die neue als Hauptgerät genommen - ist zu lange her  <img src="https://interceptor.marconitschke.de/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" /> )<br />
Dann könnt ihr beide, GPU Geräte durchreichen also Video und Audio von der Externen Grafikkarte (NICHT NUR VIDEO NEHMEN!) <br />
<br />
Jetzt die JetKVM an die GPU Erweiterungskarte mit HDMI Verbinden.<br />
<br />
<img src="https://interceptor.marconitschke.de/images/smilies/angel.png" alt="Angel" title="Angel" class="smilie smilie_10" /><br />
<br />
<br />
<a href="https://interceptor.marconitschke.de/thread-111.html" target="_blank" rel="noopener" class="mycode_url">Docker Projekt Container</a><br />
<br />
<a href="https://interceptor.marconitschke.de/thread-112.html" target="_blank" rel="noopener" class="mycode_url">Anwendungsbeispiel RaspberryMatic</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[RaspberryMatic in UGOS auf VM mit Homematic IP RF-USB-Stick]]></title>
			<link>https://interceptor.marconitschke.de/thread-112.html</link>
			<pubDate>Fri, 28 Feb 2025 18:14:39 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://interceptor.marconitschke.de/member.php?action=profile&uid=1">nitje</a>]]></dc:creator>
			<guid isPermaLink="false">https://interceptor.marconitschke.de/thread-112.html</guid>
			<description><![CDATA[Ich zeige hier ohne Video zu bearbeiten mal schnell die Installation von RaspberryMatic auf dem uGreen NAS in einer VM mit Homematic IP RF-USB-Stick.<br />
<br />
<br />
<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/qipWzI4KfSM" frameborder="0" allowfullscreen="true"></iframe><br />
<br />
<br />
Linkliste:<br />
<br />
<a href="https://interceptor.marconitschke.de/thread-111.html" target="_blank" rel="noopener" class="mycode_url">Virtual Machine Manager</a><br />
<br />
<a href="https://de.elv.com/p/elv-arr-bausatz-homematic-ip-rf-usb-stick-fuer-alternative-steuerungsplattformen-hmip-rfusb-P152306" target="_blank" rel="noopener" class="mycode_url">Homematic IP RF-USB-Stick</a><br />
<br />
<a href="https://github.com/jens-maus/RaspberryMatic/releases/tag/3.79.6.20250220" target="_blank" rel="noopener" class="mycode_url">RaspberryMatic</a><br />
<br />
<a href="https://cloudbase.it/qemu-img-windows/" target="_blank" rel="noopener" class="mycode_url">qemu-Tool</a><br />
<br />
<br />
Befehle:<br />
<br />
<div class="codeblock"><div class="title">Code: <button class="copyButton"></button></div><div class="body textToCopy" dir="ltr"><code>qemu-img.exe info RaspberryMatic.vmdk<br />
<br />
qemu-img.exe convert -O qcow2 RaspberryMatic.vmdk RaspberryMatic.qcow2<br />
<br />
qemu-img resize RaspberryMatic.qcow2 +8G<br />
<br />
qemu-img.exe info RaspberryMatic.qcow2</code></div></div>]]></description>
			<content:encoded><![CDATA[Ich zeige hier ohne Video zu bearbeiten mal schnell die Installation von RaspberryMatic auf dem uGreen NAS in einer VM mit Homematic IP RF-USB-Stick.<br />
<br />
<br />
<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/qipWzI4KfSM" frameborder="0" allowfullscreen="true"></iframe><br />
<br />
<br />
Linkliste:<br />
<br />
<a href="https://interceptor.marconitschke.de/thread-111.html" target="_blank" rel="noopener" class="mycode_url">Virtual Machine Manager</a><br />
<br />
<a href="https://de.elv.com/p/elv-arr-bausatz-homematic-ip-rf-usb-stick-fuer-alternative-steuerungsplattformen-hmip-rfusb-P152306" target="_blank" rel="noopener" class="mycode_url">Homematic IP RF-USB-Stick</a><br />
<br />
<a href="https://github.com/jens-maus/RaspberryMatic/releases/tag/3.79.6.20250220" target="_blank" rel="noopener" class="mycode_url">RaspberryMatic</a><br />
<br />
<a href="https://cloudbase.it/qemu-img-windows/" target="_blank" rel="noopener" class="mycode_url">qemu-Tool</a><br />
<br />
<br />
Befehle:<br />
<br />
<div class="codeblock"><div class="title">Code: <button class="copyButton"></button></div><div class="body textToCopy" dir="ltr"><code>qemu-img.exe info RaspberryMatic.vmdk<br />
<br />
qemu-img.exe convert -O qcow2 RaspberryMatic.vmdk RaspberryMatic.qcow2<br />
<br />
qemu-img resize RaspberryMatic.qcow2 +8G<br />
<br />
qemu-img.exe info RaspberryMatic.qcow2</code></div></div>]]></content:encoded>
		</item>
	</channel>
</rss>