-

Main public logs

Jump to navigation Jump to search

Combined display of all available logs of Geekworm Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 18:47, 9 April 2026 Ruby talk contribs performed unknown action "comments/add" on X1300 Software (Hi, please follow the [https://suptronics.com/Raspberrypi/Interface/x1300-v1.0_software.html ''X1300-v1.0_software tutorial''] for troubleshooting: '''①Check if the hardware driver is enabled''' → Refer to tutorial Section 1.1: ''Enable the device tree overlay in /boot/firmware/config.txt'' '''②Verify EDID checksum validation''' → Refer to tutorial Sections 1.4–1.5: ''Create an EDID text file & load the EDID data'' '''③Confirm the correct media device node''' → Refer to tutorial Section...)
  • 13:03, 31 March 2026 97.117.79.215 talk performed unknown action "comments/add" on X1300 Software (I got an error when running this. Also, my end goal is to use this as a capture card for AlexSDevDump's SwitchShinyBot. If this changes the setup process. v4l2-ctl --verbose -d /dev/video0 --set-fmt-video=width=1920,height=1080,pixelformat='RGB3' --stream-mmap=4 --stream-skip=3 --stream-count=2 --stream-to=csitest.yuv --stream-poll VIDIOC_QUERYCAP: ok VIDIOC_G_FMT: ok VIDIOC_S_FMT: ok Format Video Capture: Width/Height : 1920/1080 Pixel Format : 'RGB3' (24-bit RGB 8-8-8) Field...)
  • 23:15, 10 March 2026 91.24.45.162 talk performed unknown action "comments/add" on X1300 Software (Under raspberry pi 5 kernel 6.12.62 running with the following script: I had to change to /dev/media0, disable the pisp-fe interface, also I change from RGB888 to BGR888. v4l2-ctl -d /dev/v4l-subdev2 --set-edid=file=/home/pi/1080P60EDID.txt sleep 2 v4l2-ctl -d /dev/v4l-subdev2 --query-dv-timings v4l2-ctl -d /dev/v4l-subdev2 --set-dv-bt-timings query media-ctl -d /dev/media0 -r media-ctl -d /dev/media0 --links "'csi2':4 -> 'pisp-fe':0 [0]" media-ctl -d /dev/media0 --links "'csi2':4 -> 'rp1...)
  • 11:45, 22 December 2025 Ruby talk contribs performed unknown action "comments/add" on X1300 Software (Huge thanks for sharing your code! We truly value your support—this hands-on input makes our community stronger and more useful for everyone.)
  • 04:50, 17 December 2025 24.124.19.139 talk performed unknown action "comments/add" on X1300 Software (Hmm, the hash signs for comments came out as 1. lol)
  • 04:49, 17 December 2025 24.124.19.139 talk performed unknown action "comments/add" on X1300 Software (This works for me with an input from a NES little box from walmart. The sleep after loading the EDID file is important! #!/bin/bash set -x sudo rm -rf csitest.yuv MEDIA_DEVICE="/dev/media0" # change this if your media node differs v4l2-ctl -d "/dev/v4l-subdev2" --set-edid=file="/home/rkeene/source/retroshark/X1301files/1080p60EDID.txt" # Must sleep here to let the HDMI HAT sync with the video signal. sleep 2 v4l2-ctl -d /dev/v4l-subdev2 --query-dv-timings v4l2-ctl -d /dev/v4l-subdev2 --se...)
  • 17:40, 30 October 2025 Ruby talk contribs performed unknown action "comments/add" on X1300 Software (Hi there, A quick note regarding the code you shared – our comment section doesn't display the formatting properly. Could you please send it to us via email at info@geekworm.com? Thanks a million for your help!)
  • 18:42, 29 October 2025 Ruby talk contribs performed unknown action "comments/add" on X1300 Software (Thanks so much for sharing your code with us! We really appreciate your support—this kind of hands-on contribution makes our community stronger and more useful for everyone. Can’t wait to see what you share next!)
  • 00:33, 26 October 2025 37.120.217.10 talk performed unknown action "comments/add" on X1300 Software (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: 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`: `/etc/udev/rules.d/80-video.rules...)
  • 23:38, 25 October 2025 187.23.176.244 talk performed unknown action "comments/add" on X1300 Software (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: 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: /etc/udev/rules.d/80-video.rules: # Crea...)
  • 10:36, 9 October 2025 Lisa talk contribs performed unknown action "comments/add" on X1300 Software (Hello, It cannot be closed. You can use tape to cover it.)
  • 20:41, 30 September 2025 89.182.179.212 talk performed unknown action "comments/add" on X1300 Software (How do I deactivate the red LED on the board?)
  • 07:24, 26 September 2025 216.131.74.56 talk performed unknown action "comments/add" on X1300 Software (I have this working, but the colors are off. Seem BGR instead of RGB.)
  • 15:03, 5 September 2025 98.97.61.104 talk performed unknown action "comments/add" on X1300 Software (working here after firmware updates github steelhead99x/RPi5_hdmi_in_card 6.12.34-rpt-rpi-2712 firmware x1301 v1.1 hardware)
  • 11:51, 2 July 2025 59.124.27.148 talk performed unknown action "comments/add" on X1300 Software (How can I enable the streaming function?)
  • 11:01, 7 June 2025 120.148.188.50 talk performed unknown action "comments/add" on X1300 Software (Poorly explained above. "/dev/v4l-subdev2" needs to be changed to the CSI connected device found in the previous step, so in my case to "/dev/video0" The "PPS:Pay attention to the directory of your edid file" may be referring to where the EDID will be loaded to, rather then where the file is loaded from.)
  • 18:04, 28 April 2025 185.128.123.18 talk performed unknown action "comments/add" on X1300 Software (Facing also color mismatch. How to to convert from bgr to rgb?)
  • 08:42, 7 February 2025 87.206.201.253 talk performed unknown action "comments/add" on X1300 Software (Has anyone gotten this to work on the raspberry pi 5 and PIKVM?)
  • 11:03, 8 January 2025 Lisa talk contribs performed unknown action "comments/add" on X1300 Software (Hi,X1300 is a board developed specifically for Raspberry Pi 5;If you have any questions, please leave a message here or you can also contact us by email.)
  • 03:58, 8 January 2025 46.212.53.209 talk performed unknown action "comments/add" on X1300 Software (Has anyone gotten this to work on the raspberry pi 5?)
  • 15:03, 30 December 2024 Harry talk contribs performed unknown action "comments/add" on X1300 Software (Hello, we only provide the sample)
  • 17:20, 27 December 2024 154.18.162.50 talk performed unknown action "comments/add" on X1300 Software (hi, how can i capture in python??)
  • 09:22, 12 December 2024 136.226.234.185 talk performed unknown action "comments/add" on X1300 Software (need to convert from bgr to rgb)
  • 18:19, 14 November 2024 223.229.254.113 talk performed unknown action "comments/add" on X1300 Software (there are some color disorder issue how to fix it) Tags: Mobile edit Mobile web edit
  • 11:41, 29 September 2024 Lisa talk contribs performed unknown action "comments/add" on X1300 Software (Hello,it is normal;the /dev/media number can change.)
  • 22:51, 27 September 2024 222.235.157.71 talk performed unknown action "comments/add" on X1300 Software (At step 3, when I connect to CSI 1 (as per the hardware installation guide), it is displayed as a picture. However, when I connect to CSI 0, it is not recognized—only /dev/media0 appears in rpi-cfe. Is this normal?)
  • 14:13, 9 September 2024 Lisa talk contribs performed unknown action "comments/add" on X1300 Software (Hi,Please contact us by email[info@geekworm.com]. Please describe the specific problem with a screenshot of the operation command,and send us your order number.)
  • 16:26, 6 September 2024 94.64.104.89 talk performed unknown action "comments/add" on X1300 Software (i am am using rpi5 and cannot make it work, that os did u test it on ?)
  • 09:45, 3 September 2024 223.104.40.97 talk performed unknown action "comments/add" on X1300 Software (参考第三步,如果选择了错误设备是会报错。) Tags: Mobile edit Mobile web edit
  • 16:19, 2 September 2024 Lisa talk contribs performed unknown action "comments/delete" on X1300 Software
  • 05:50, 2 September 2024 184.70.20.254 talk performed unknown action "comments/add" on X1300 Software (the command from the step 9 seems messed up, here's the command that worked for me from ChatGPT. $ media-ctl -d /dev/media2 -l '"csi2":4 -> "rp1-cfe-csi2_ch0":0 [1]' media-ctl -d /dev/media2 -V '"csi2":0 [fmt:RGB888_1X24/1920x1080 field:none colorspace:srgb]' media-ctl -d /dev/media2 -V '"csi2":4 [fmt:RGB888_1X24/1920x1080 field:none colorspace:srgb]')
  • 16:09, 29 August 2024 88.235.240.92 talk performed unknown action "comments/add" on X1300 Software (x1300 I bought it for Pi5. I reinstalled Python 3 times in 2 days. Every time I couldn't get past step 5. I upload EDID data. I uploaded different configurations. I installed the camera. Another adapter works on my Pi4. Please help. What am I doing wrong or is there a problem with the product? Failed to open /home/pi/1080P60EDID.txt: No such file or directory mail: alperakdrone@outlook.com.tr)
  • 20:23, 11 April 2024 Harry talk contribs created page X1300 Software (Created page with "{{GD Template Impl}} This tutorial assumes you've already set up a Raspberry Pi with Raspbian12(bookworm). For help installing the Debian-based OS on your Pi, check out the...")