<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.geekworm.com/index.php?action=history&amp;feed=atom&amp;title=CommentStreams%3A75ab77ac4483a1b3f286cbb6aa6e825c</id>
	<title>CommentStreams:75ab77ac4483a1b3f286cbb6aa6e825c - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.geekworm.com/index.php?action=history&amp;feed=atom&amp;title=CommentStreams%3A75ab77ac4483a1b3f286cbb6aa6e825c"/>
	<link rel="alternate" type="text/html" href="https://wiki.geekworm.com/index.php?title=CommentStreams:75ab77ac4483a1b3f286cbb6aa6e825c&amp;action=history"/>
	<updated>2026-07-25T15:44:17Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki.geekworm.com/index.php?title=CommentStreams:75ab77ac4483a1b3f286cbb6aa6e825c&amp;diff=35337&amp;oldid=prev</id>
		<title>37.120.217.10: Migrated comment #6067</title>
		<link rel="alternate" type="text/html" href="https://wiki.geekworm.com/index.php?title=CommentStreams:75ab77ac4483a1b3f286cbb6aa6e825c&amp;diff=35337&amp;oldid=prev"/>
		<updated>2025-10-26T00:33:35Z</updated>

		<summary type="html">&lt;p&gt;Migrated comment #6067&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;A suggestion to create static symlinks to the correct devices on boot, using udev rules. This way you can hardcode them in software without having to run detection logic everytime:&lt;br /&gt;
&lt;br /&gt;
Create file `/etc/udev/rules.d/80-video.rules` with the below contents and reboot. Then you should be able to access the correct media device using `/dev/media-rp1-cfe`, the TC358743 subdev using `/dev/v4l-subdev-tc358743` and the video device using `/dev/video-rp1-cfe-csi2_ch0`:&lt;br /&gt;
&lt;br /&gt;
`/etc/udev/rules.d/80-video.rules:`&lt;br /&gt;
&lt;br /&gt;
```&lt;br /&gt;
# Create fixed &amp;amp; identifiable symlinks for the Geekworm X1301 HDMI to CSI-2&lt;br /&gt;
# bridge. In this case, we want:&lt;br /&gt;
#   1. The media node corresponding to the raspi5 Camera Front End&lt;br /&gt;
#   2. The subdev node corresponding to the tc358743 chip (HDMI-to-CSI-2 bridge)&lt;br /&gt;
#   3. The first CSI (camera serial interface) capture device node of the raspi5&lt;br /&gt;
#      (rp1-cfe-csi2_ch0)&lt;br /&gt;
SUBSYSTEM==&amp;quot;media&amp;quot;, KERNEL==&amp;quot;media*&amp;quot;, ATTR{model}==&amp;quot;rp1-cfe&amp;quot;, KERNELS==&amp;quot;1f00128000.csi&amp;quot;, DRIVERS==&amp;quot;rp1-cfe&amp;quot;, SYMLINK+=&amp;quot;media-rp1-cfe&amp;quot;&lt;br /&gt;
SUBSYSTEM==&amp;quot;video4linux&amp;quot;, KERNEL==&amp;quot;v4l-subdev*&amp;quot;, ATTR{name}==&amp;quot;tc358743 11-000f&amp;quot;, KERNELS==&amp;quot;11-000f&amp;quot;, SUBSYSTEMS==&amp;quot;i2c&amp;quot; DRIVERS==&amp;quot;tc358743&amp;quot;, SYMLINK+=&amp;quot;v4l-subdev-tc358743&amp;quot;&lt;br /&gt;
SUBSYSTEM==&amp;quot;video4linux&amp;quot;, KERNEL==&amp;quot;video*&amp;quot;, ATTR{name}==&amp;quot;rp1-cfe-csi2_ch0&amp;quot;, KERNELS==&amp;quot;1f00128000.csi&amp;quot;, DRIVERS==&amp;quot;rp1-cfe&amp;quot;, SYMLINK+=&amp;quot;video-rp1-cfe-csi2_ch0&amp;quot;&lt;br /&gt;
```&amp;lt;!-- migrated from Comments; original IP: 37.120.217.10 --&amp;gt;&lt;/div&gt;</summary>
		<author><name>37.120.217.10</name></author>
	</entry>
</feed>