-
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).
- 11:34, 27 May 2026 Harry talk contribs (moderator) deleted comment X-C1 Software
- 11:33, 27 May 2026 Harry talk contribs (moderator) edited comment X-C1 Software
- 11:17, 30 December 2025 Ruby talk contribs performed unknown action "comments/add" on X-C1 Software (Hi there! Thanks so much for sharing your rewritten script and flagging this issue—this kind of initiative is incredibly valuable for building our supportive, collaborative community. Just a gentle heads-up: the script for this page version has actually been deprecated. For the most up-to-date, functional solution, please refer to the new tutorial: XScript https://wiki.geekworm.com/XScript (you can find the red-highlighted note about this right at the top of the page). Again, we truly appr...)
- 09:07, 30 December 2025 31.94.22.136 talk performed unknown action "comments/add" on X-C1 Software (This script stopped working with Trixie, so I spent the day rewriting the shutdown portion so that it's usable going forward. Enjoy! ### X-C1 Safe Power-Off (xoff) # What this does (by design) # • xoff → clean Linux shutdown # • All filesystems unmounted # • Then hardware power is cut via X-C1 GPIO pulse # • Board stays off (manual power-on required) # • Reboot remains safe (no power cut) # Prerequisites # • Raspberry Pi with X-C1 board attached # • Raspberry Pi OS (Bullseye / Bookworm / T...)
- 21:42, 23 August 2024 84.157.71.126 talk performed unknown action "comments/add" on X-C1 Software (For anyone for whom the install.sh breaks the boot sequence with an infinite loop of error messages (complaining that the file or directory wasn't found for /sys/class/gpio/gpio17/ or something): 1. Go to the install.sh file 2. Replace the first echo block with: ``` echo '#!/bin/bash SHUTDOWN=4 REBOOTPULSEMINIMUM=200 REBOOTPULSEMAXIMUM=600 #echo "$SHUTDOWN" > /sys/class/gpio/export #echo "in" > /sys/class/gpio/gpio$SHUTDOWN/direction BOOT=17 #echo "$BOOT" > /sys/class/gpio/export #echo...)
- 17:05, 25 March 2024 Lisa talk contribs performed unknown action "comments/add" on X-C1 Software (The script is not tested VMware ESXI ARM operating system. To make the 3pin PWM cooling fan running, please remove/pull out the yellow cable if you use X-C1 V1.3 version. Remove the jumper cap on "Fan FS" PIN of X-C1 V2.0 to let the fan running at full speed.)
- 02:59, 16 March 2024 37.201.154.23 talk performed unknown action "comments/add" on X-C1 Software (howto on esxi fling raspberry? does the script work on it?)
- 13:32, 11 February 2024 83.239.24.170 talk performed unknown action "comments/add" on X-C1 Software (Fan control and work with power button for NASPi Gemini 3.5 and Raspberry Pi Debian github.com/aardzhanov/naspi35_xscript)
- 09:33, 19 July 2023 159.196.171.123 talk performed unknown action "comments/add" on X-C1 Software (Question: The fan isn't running, likely it's not hot enough, how can I test it is working correctly without waiting until it is hot enough?)
- 16:57, 17 July 2023 Walker talk contribs performed unknown action "comments/add" on X-C1 Software (Hello, we have not tested Home As sistant OS, only some other systems have been tested, you can browse here for details: https://wiki.geekworm.com/XScript)
- 22:59, 14 July 2023 82.123.46.36 talk performed unknown action "comments/add" on X-C1 Software (Doesn't work under Home Assistant OS on a Raspberry Pi... fan running at fuul speed ans thus very noisy.)
- 02:30, 18 June 2023 76.106.40.190 talk performed unknown action "comments/add" on X-C1 Software (Hello, would this fan script work to control the 3-pin version of the Noctua NF-A4x10 5V fan?)
- 19:46, 10 March 2023 Harry talk contribs performed unknown action "comments/add" on X-C1 Software (It is recommended that you install our script so that the fan speed is automatically adjusted according to the CPU temperature Please contact us at email support@geekworm.com if you have any questions.)
- 19:45, 10 March 2023 Harry talk contribs performed unknown action "comments/add" on X-C1 Software (But actually we do not recommend you to use the official FAN CONTROL, because it does not support fan speed adjustment, it just makes the fan run at full speed when the temperature exceeds your set temperature. If you want to run the fan at full speed unconditionally, just remove the FAN CONTROL jumper on the x-c1 shield.)
- 19:41, 10 March 2023 Harry talk contribs performed unknown action "comments/add" on X-C1 Software (Hello, X-C1 use the GPIO 18 NOT 14.)
- 05:51, 10 March 2023 87.198.115.15 talk performed unknown action "comments/add" on X-C1 Software (Hi, thank you for your efforts. I may have wrecked my install at a certain point. Entered the sudo raspi-config -> Performance options -> Fan control. Here I didnt want to choose anything but couldnt go back so ended up picking 14 (the default value). Now my fan seems not to be working. Can you tell me which value should be there so I can default to it again please? Thanks)
- 17:36, 13 February 2023 178.213.64.35 talk performed unknown action "comments/add" on X-C1 Software (But if I uncomment this line, the rpi will not reboot properly using xoff. That's the problem. The fan script don't work. the fan still running at full speed even if I set the speed to 0.)
- 12:40, 13 February 2023 209.58.189.232 talk performed unknown action "comments/add" on X-C1 Software (Of course, if you don’t want to use the pigpiod library, you can use the fan-rpi.py file, which removes the dependency on the pigpiod library; for example, python3 fan-rpi.py)
- 12:38, 13 February 2023 209.58.189.232 talk performed unknown action "comments/add" on X-C1 Software (Note: the fan script is only required pigpiod library and python3-rpi.gpio dependent library. it has nothing to do with x-c1-softsd.sh. The x-c1-softsd.sh file is only responsible for safe shutdown)
- 12:34, 13 February 2023 113.87.183.220 talk performed unknown action "comments/add" on X-C1 Software (Don't comment out '/usr/local/bin/x-c1-softsd.sh' in rc.local file, and this file is to safe shutdown. You need to use 'xoff' to turn off the pi 4 not 'poweroff'.)
- 22:01, 10 February 2023 178.213.64.35 talk performed unknown action "comments/add" on X-C1 Software (I've seen that the '/usr/local/bin/x-c1-softsd.sh' is added in the rc.local during installation, comment this line fix the reboot/boot issue. But the fan script doesn't work. Is it best to use the fan-rpi.py instead ? When I turn off the rpi, the fan still working, any solutions ?)
- 10:43, 10 February 2023 209.58.189.232 talk performed unknown action "comments/add" on X-C1 Software (Hi, please contact us via mail:support@geekworm.com)
- 10:43, 10 February 2023 209.58.189.232 talk performed unknown action "comments/add" on X-C1 Software (Hi, plese direct remove the PSU, then restart it. Regards,)
- 22:24, 9 February 2023 81.150.19.122 talk performed unknown action "comments/add" on X-C1 Software (Wrecked my Pi. Stuck in boot loop with watchdog randomly cycling it. Uninstall script doesnt work. Will return.)
- 19:31, 9 February 2023 82.64.178.30 talk performed unknown action "comments/add" on X-C1 Software (Hi, I've tried Raspbian, Ubuntu and DietPi and everytime I have the same issue.. All the installation process goes well. But when I "sudo reboot", the fan still working at full and the rpi4 doesn't boot anymore.. I have the X-C1 PWM with the RPI 4 2GB, connected via ethernet.)
- 10:35, 31 January 2023 Lisa talk contribs performed unknown action "comments/delete" on X-C1 Software
- 08:01, 31 January 2023 20.2.64.185 talk performed unknown action "comments/add" on X-C1 Software (1) Tags: Mobile edit Mobile web edit
- 10:31, 30 January 2023 Lisa talk contribs performed unknown action "comments/delete" on X-C1 Software
- 03:35, 30 January 2023 20.254.141.176 talk performed unknown action "comments/add" on X-C1 Software (1) Tags: Mobile edit Mobile web edit
- 10:19, 29 January 2023 Lisa talk contribs performed unknown action "comments/add" on X-C1 Software (Sorry, the X-C1 does not yet support Home Assistant.)
- 10:18, 29 January 2023 Lisa talk contribs performed unknown action "comments/delete" on X-C1 Software
- 07:04, 27 January 2023 20.254.152.175 talk performed unknown action "comments/add" on X-C1 Software (1) Tags: Mobile edit Mobile web edit
- 19:02, 13 January 2023 83.146.131.51 talk performed unknown action "comments/add" on X-C1 Software (Can you tell me when Home Assistant support will arrive ?)
- 22:58, 9 January 2023 89.12.232.214 talk performed unknown action "comments/add" on X-C1 Software (---------------------------- rc.local ---------------------------- GNU nano 6.2 /etc/rc.local #!/bin/bash #!/bin/sh -e # # rc.local # # This script is executed at the end of each multiuser runlevel. # Make sure that the script will exit 0 on success or any other # value on error. # # In order to enable or disable this script just change the execution # bits. # # By default this script does nothing. /etc/x...)
- 22:51, 9 January 2023 89.12.232.214 talk performed unknown action "comments/add" on X-C1 Software (Thanks. I just saw the command)
- 10:36, 9 January 2023 Lisa talk contribs performed unknown action "comments/add" on X-C1 Software (you donot need to remove the jumper cap to test. Please send more details, script installation pictures etc by mail. Thanks~)
- 10:35, 9 January 2023 Lisa talk contribs performed unknown action "comments/delete" on X-C1 Software
- 10:31, 9 January 2023 Lisa talk contribs performed unknown action "comments/add" on X-C1 Software (you donot need to remove the jumper cap to test. Please send more details, script installation pictures etc by mail: support@geekworm.com Thanks~)
- 10:24, 9 January 2023 69.46.75.50 talk performed unknown action "comments/add" on X-C1 Software (Hi, After you install it correctly, you don't need to re-run fan.py commands You can run the following command to found it: cat /etc/rc.local 'python3 /home/pi/x-c1/fan.py &' this is the fan running command)
- 20:09, 8 January 2023 77.11.217.157 talk performed unknown action "comments/add" on X-C1 Software (Hey, i have a question regarding the fan speed control. do i have to run the fan.py each time i reboot or turn on the system or does it run automatically after booting. because i couldn't see it in the jobs list.)
- 19:46, 7 January 2023 77.188.51.73 talk performed unknown action "comments/add" on X-C1 Software (Hey Lisa, Thanks for your quick reply. I have the X-C1 V2.0. should i remove the jumper cap for it to work or keep it there. The documentation mention only that Remove the jumper cap on "Fan FS" PIN of X-C1 V2.0 will lead to getting the fan to run on full speed. it doesn't mention removing the pin to get the script to work.so should i remove the jumper cap and test ?)
- 14:33, 7 January 2023 Lisa talk contribs performed unknown action "comments/add" on X-C1 Software (Hi,Which version of X-C1 are you using? If you use the X-C1 V2.0,please check if [FAN FS] is shorted by jumper cap. please refer to NASPi picture : X-C1 v2.0 Adapter Board.)
- 22:17, 6 January 2023 77.188.51.73 talk performed unknown action "comments/add" on X-C1 Software (I installed Ubuntu 22.04.1 LTS (64) on a raspberry pi 4b 2gb, followed the instructions on how to install the x-c1 software on ubuntu but it is not working. In this command i had to install python-is-python3 instead of python as python3 was already installed (3.10.6). """ sudo apt-get install -y unzip make gcc python git wiringpi python3-pigpio python-setuptools """ i got this message when running install-ubuntu 1. DON'T modify the name fold: x-c1, or the PWM fan will not work after reboo...)
- 17:50, 27 December 2022 Lisa talk contribs performed unknown action "comments/add" on X-C1 Software (Plese refer toNASPi picture: X-C1 v2.0 Adapter Board)
- 17:47, 27 December 2022 Lisa talk contribs performed unknown action "comments/delete" on X-C1 Software
- 14:31, 27 December 2022 103.43.162.6 talk performed unknown action "comments/add" on X-C1 Software (please refer toX-C1 v2.0 Adapter Board)
- 06:07, 21 December 2022 78.129.30.121 talk performed unknown action "comments/add" on X-C1 Software (@Lisa Thanks for the answer. Not familiar with this but how could I check this "【FAN FS】pin is shorted by a jumper cap"? Any hints or links would be great :))
- 09:52, 20 December 2022 Lisa talk contribs performed unknown action "comments/add" on X-C1 Software (Hi,Please check if 【FAN FS】pin is shorted by a jumper cap before installing the script.)
- 03:07, 20 December 2022 85.27.18.54 talk performed unknown action "comments/add" on X-C1 Software (I bought a Pi4 and followed the procedure in "For myNode OS and Umbrel" to control the fan based on temp. But it does not seem to work, fan seems to run at high speed. Anyone else experiencing issue and found a solution? For now, I've decided to disable the fan until a solution is found (temp is 47.7))
- 15:27, 28 November 2022 Lisa talk contribs performed unknown action "comments/add" on X-C1 Software (There are many open source systems for linux. Sorry,we have not tested all of them.)