-

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
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)
  • 14:07, 23 March 2022 Harry talk contribs moved page X735 V2.5 Software to X735 Software
  • 11:23, 23 March 2022 35.141.58.113 talk performed unknown action "comments/add" on X735 V2.5 Software (Hi Lisa, The yellow wire was removed from the 4 pin molex, still no fan. Sorry we haven't tested openmediavault, you can unplug the yellow wire to make the fan spin.)
  • 11:04, 23 March 2022 Lisa talk contribs performed unknown action "comments/add" on X735 V2.5 Software (Hi, please check if you install the pigpio liberary.)
  • 10:57, 23 March 2022 Lisa talk contribs performed unknown action "comments/add" on X735 V2.5 Software (Hi, Sorry we haven't tested openmediavault, you can unplug the yellow wire to make the fan spin.)
  • 16:54, 22 March 2022 77.164.150.124 talk performed unknown action "comments/add" on X735 V2.5 Software (I'm getting an error after "sudo bash install.sh": Can't connect to pigpio at localhost(8888) Did you start the pigpio daemon? E.g. sudo pigpiod Did you specify the correct Pi host/port in the environment variables PIGPIO_ADDR/PIGPIO_PORT? E.g. export PIGPIO_ADDR=soft, export PIGPIO_PORT=8888 Did you specify the correct Pi host/port in the pigpio.pi() function? E.g. pigpio.pi('soft', 8888) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%)
  • 00:37, 22 March 2022 35.141.58.113 talk performed unknown action "comments/add" on X735 V2.5 Software (fan does not work with openmedia vault. I did test on light version and fan did work with the scripts provided. any way to get this work with openmediavault?)
  • 00:19, 28 February 2022 179.113.166.121 talk performed unknown action "comments/add" on X735 V2.5 Software (sudo python3 /home/admin/x735-v2.5/read_fan_speed.py&)
  • 13:33, 25 February 2022 Lisa talk contribs performed unknown action "comments/add" on X735 V2.5 Software (Hello, You do not need to install 'python-smbus' if use the new version(Raspbian - Bullseye ))
  • 22:14, 24 February 2022 77.164.150.124 talk performed unknown action "comments/add" on X735 V2.5 Software (I'm getting a Package 'python-smbus' has no installation candidate after step 1 on a Raspberry pi 4 running Raspberry OS Lite)
  • 18:44, 22 February 2022 Lisa talk contribs performed unknown action "comments/add" on X735 V2.5 Software (Hello, we have modified the script. Please refer to the update information above.thanks.)
  • 03:49, 22 February 2022 69.57.82.23 talk performed unknown action "comments/add" on X735 V2.5 Software (I am having a little trouble here i am getting sudo: ./read_fan_speed: command not found the power button is working as expected)
  • 10:50, 9 February 2022 Lisa talk contribs performed unknown action "comments/add" on X735 V2.5 Software (Hello, Sorry,we have not tested it on openmediavault yet, please try to test it on RASPBIAN.)
  • 03:05, 9 February 2022 85.85.181.152 talk performed unknown action "comments/add" on X735 V2.5 Software (Hello, I just followed the steps to install X735 V2.5 Software, I have openmediavault installed in raspberry pi os Lite. After I install the software above, I reboot and the Raspberry always powers off, do you know why this happens?)
  • 15:18, 3 January 2022 Lisa talk contribs performed unknown action "comments/add" on X735 V2.5 Software (Hello, Please try to refresh the system, reinstall and test it again.)
  • 03:46, 1 January 2022 77.111.247.12 talk performed unknown action "comments/add" on X735 V2.5 Software (Heya, A while ago I bought a X835 x735(v1) combo, it worked fantastic untill now. I had to run a full kernel update, upgrading to raspbian bullseye, after I installed the script for the x735 (x700) My raspberry didn't want to boot anymore. I tried the v2.5 version but this had the same result.. any ideas on how to get the script working again?)
  • 21:16, 23 December 2021 79.140.120.239 talk performed unknown action "comments/add" on X735 V2.5 Software (Hello, I solved the problem by changing the code: Row 1: #!/usr/bin/python3 instead of #!/usr/bin/python Row 33: print ("%.f RPM" % rpm) instead of print "%.f RPM" % rpm Good luck !)
  • 14:50, 20 December 2021 Lisa talk contribs performed unknown action "comments/add" on X735 V2.5 Software (Hello, Please force shutdown and restart to test. or re-install the system.)
  • 19:40, 19 December 2021 31.151.134.46 talk performed unknown action "comments/add" on X735 V2.5 Software (Hello. I have X825 v2.0 + x735 v2.5 + Rpi 4B Problem! My system is up-to-date, I have added these packages: sudo apt-get install -y python-smbus python sudo apt-get install -y pigpio python-pigpio python3-pigpio git ....ect. ... At the end: sudo reboot And the system does not get up anymore !!! I have an external momentary switch. Two jumpers "L-SW" and "Auto On" removed. How can I save it? Help)
  • 18:14, 10 December 2021 113.89.238.188 talk performed unknown action "comments/add" on X735 V2.5 Software (Hi, Please try the following command: <pre> sudo apt-get update sudo apt-get install python-dev sudo apt-get install python-pip sudo pip install rpi.gpio </pre>)
  • 01:09, 9 December 2021 66.81.160.228 talk performed unknown action "comments/add" on X735 V2.5 Software (Hi, I have tried the steps indicated for Raspbian OS, and almost everything works fine... except the read_fan_speed.py script. It returns: Traceback (most recent call last): File "./read_fan_speed.py", line 4, in <module> import RPi.GPIO as GPIO ImportError: No module named RPi.GPIO I have these packages installes, as per instructions in wiki: pigpio python-pigpio python3-pigpio I also tried to install: python-rpi.gpio but got this message from apt: "Package python-rpi.gpio is not a...)
  • 00:09, 2 December 2021 185.47.105.172 talk performed unknown action "comments/add" on X735 V2.5 Software (Many thanks, all working OK for me - very pleased with the case.)
  • 11:18, 30 November 2021 Lisa talk contribs performed unknown action "comments/add" on X735 V2.5 Software (Hi,You don't need to install 'python-smbus' in the new version, please ignore it. But it's needed to install'python-smbus' in the previous version, so we keep it.)
  • 10:59, 30 November 2021 Harry talk contribs performed unknown action "comments/add" on X735 V2.5 Software (Please ignore the message.)
  • 07:20, 28 November 2021 46.33.143.84 talk performed unknown action "comments/add" on X735 V2.5 Software (I am trying to install on the latest version of Raspbian - Bullseye - getting an error on the first line of the install 'sudo apt-get install -y python-smbus python' Reading package lists... Done Building dependency tree... Done Reading state information... Done Note, selecting 'python-is-python2' instead of 'python' Package python-smbus is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another so...)
  • 11:38, 8 November 2021 Lisa talk contribs performed unknown action "comments/add" on X735 V2.5 Software (Hi,you don't install the pigpiod liberary.please check again,thanks)
  • 21:05, 5 November 2021 1.145.26.14 talk performed unknown action "comments/add" on X735 V2.5 Software (I get this output when running the fan control script on Raspbian, any help would be appreciated. Can't connect to pigpio at localhost(8888) Did you start the pigpio daemon? E.g. sudo pigpiod Did you specify the correct Pi host/port in the environment variables PIGPIO_ADDR/PIGPIO_PORT? E.g. export PIGPIO_ADDR=soft, export PIGPIO_PORT=8888 Did you specify the correct Pi host/port in the pigpio.pi() function? E.g. pigpio.pi('soft', 8888) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%...)
  • 15:46, 23 October 2021 Harry talk contribs performed unknown action "comments/add" on X735 V2.5 Software (Can refer to X-C1_Software#For_Manjaro)
  • 23:47, 14 October 2021 79.146.248.103 talk performed unknown action "comments/add" on X735 V2.5 Software (Could someone indicate how to install the script for the fan in manjaro of ronindojo. Thanks.)
  • 00:00, 13 October 2021 91.21.54.28 talk performed unknown action "comments/add" on X735 V2.5 Software (An other nice (maybe the best?) Solution is to install the PWM fan control as a Service... in this case you are able to restart the Service in case you change some Values for temperature control... To do this follow this steps: 1st. create a Service file for the x735 ppm service like: sudo nano /lib/systemd/system/x735.service into this file copy this: [Unit] Description=x735 PWM Control Service After=multi-user.target Conflicts=getty@tty1.service [Service] User=pi Group=pi Type=simple...)
  • 19:39, 12 October 2021 91.21.54.28 talk performed unknown action "comments/add" on X735 V2.5 Software (In the time of my last Post i "played a little" and figured out, that a Crontab isn't the best way to start the x735 fan control... so ich write a boot_script.sh and locate it in the /home/pi/scripts folder of the pi... this script will be triggered every boot by the /etc/rc.local if you enable it.. try this: sudo nano /etc/rc.local add a line at the end of the file and insert the boot_script into it including full path.. in my case i add following line: /home/pi/scripts/boot_script.sh c...)
  • 10:38, 12 October 2021 Lisa talk contribs performed unknown action "comments/add" on X735 V2.5 Software (Hi, The x735 is only a power management expansion board for Raspberry Pi, and will not have any effect on the display.)
  • 01:01, 12 October 2021 91.15.13.178 talk performed unknown action "comments/add" on X735 V2.5 Software (Thanks, I was looking for a way to start the fan on a headless installation too.)
  • 20:24, 11 October 2021 91.21.56.63 talk performed unknown action "comments/add" on X735 V2.5 Software (Hello... I just installed the Scripts on a Raspberry Pi 3 Rasbian. 1st. The fan runs only after login via ssh, so i edit the crontab using following Command: @reboot python /home/pi/x735-v2.5/pwm_fan_control.py& so the Fan spins after booting without any user logged in.. The read_fan_speed command don't work... So i try following command: python read_fan_speed.py this one works fine.. Now i have one Problem: the Connected HDMI Display keeps blank... Only after a boot after a complete S...)
  • 11:54, 8 October 2021 Lisa talk contribs performed unknown action "comments/add" on X735 V2.5 Software (please refer X735 Important Note; Full power off via software is not supported when using a external latching switch; "L-SW" Jumper on X735 should be removed when using onboard switch / momentary switch; "Auto On" Jumper on X735 should be removed when using external switch; Both "L-SW" & "Auto On" Jumper caps should be removed when using momentary switch;)
  • 11:53, 8 October 2021 Lisa talk contribs performed unknown action "comments/add" on X735 V2.5 Software (yes, you can only connect an external switch, latching switch or momentary switch)
  • 21:07, 7 October 2021 91.15.13.178 talk performed unknown action "comments/add" on X735 V2.5 Software (1.When I connect to X735, Jumper 1-2 is open, Jumper 3-4 is closed, momentary and latching switches connected, the command "x735off" does not work. 2."sudo ./read_fan_speed" never worked. Only ~/x735-v2.5 $ python read_fan_speed.py works Is that correct, or am I doing something wrong?)
  • 20:56, 7 October 2021 91.15.13.178 talk performed unknown action "comments/add" on X735 V2.5 Software (Anonymous user #33: I mean, there is no need to install both external switches, momentary and latching. They basically do the same, shutting down the Pi)
  • 20:58, 5 October 2021 188.27.228.197 talk performed unknown action "comments/add" on X735 V2.5 Software (I cannot make the fan to work. I have these files in the x735 folder: README.md install-mynode.sh pwm_fan_control.py uninstall-mynode.sh install-dietpi.sh install.sh read_fan_speed.py uninstall.sh)
  • 17:00, 4 October 2021 Lisa talk contribs performed unknown action "comments/add" on X735 V2.5 Software (Hi,Sorry I didn't get you mean. X735 has a button switch, and it can also be connected with an external switch.)
  • 19:24, 30 September 2021 91.12.207.161 talk performed unknown action "comments/add" on X735 V2.5 Software (Do i get that right: You dont need both buttons? Each of them is doing much the same (Save shutdown)?)
  • 04:52, 29 September 2021 47.155.58.236 talk performed unknown action "comments/add" on X735 V2.5 Software (Hi, I'm trying to install the fan script on dietpi, and while it's now working, whenever I try to run "read_fan_speed", I get an error that "RPi.GPIO not found" in the python script. Any ideas?)
  • 11:32, 22 September 2021 Lisa talk contribs performed unknown action "comments/add" on X735 V2.5 Software (Hi,sorry,we have not tested libreelec. You can try to remove the red and yellow lines and let the fan work,but does not support pwm)
  • 01:56, 22 September 2021 176.156.253.34 talk performed unknown action "comments/add" on X735 V2.5 Software (I build the box with RP4, X735 V2.5 and X825 V2.0. I install libreelec but it is not possible to install the script. How can I do for the fan? Regards.)
  • 23:53, 21 September 2021 46.165.138.243 talk performed unknown action "comments/add" on X735 V2.5 Software (Two ways to do this: - Add the following two lines to end (before the exit) of /etc/rc.local # start fan control python /home/pi/x735-v2.5/pwm_fan_control.py & - Install it as a systemd service Copy the following text in a file with the name x735-fan.service ========================================== [Unit] Description=x735 Fan control [Service] User=root WorkingDirectory=/ ExecStart=/home/pi/x735-v2.5/pwm_fan_control.py Restart=always [Install] WantedBy=multi-user.target ================...)
  • 23:02, 17 September 2021 93.40.184.175 talk performed unknown action "comments/add" on X735 V2.5 Software (hi there the procedure for install software fail on debian buster missing pigpio package !!! and even installing pgpio-tools, there are problems when I launch install.sh The script seems to be incorrect.)
  • 05:47, 16 September 2021 46.82.242.14 talk performed unknown action "comments/add" on X735 V2.5 Software (Thank you so much Harry! MyNode edition works perfect!! Next order of chasis and boards for second node can go out soon :)) Tags: Mobile edit Mobile web edit
  • 05:41, 16 September 2021 46.82.242.14 talk performed unknown action "comments/add" on X735 V2.5 Software (Discovered MyNode editon. Will put it in and report back. Thank you so much) Tags: Mobile edit Mobile web edit
  • 04:55, 16 September 2021 46.82.242.14 talk performed unknown action "comments/add" on X735 V2.5 Software (Thanks Harry. I tried the X-C1 Software. Completely crashed my Raspi. Does not boot up anymore, red leds, ethernet dead too.) Tags: Mobile edit Mobile web edit
  • 20:53, 14 September 2021 84.169.204.197 talk performed unknown action "comments/add" on X735 V2.5 Software (@Harry, trying X-C1 Software or above X735 again? What would you recommend? Thank you so much) Tags: Mobile edit Mobile web edit
  • 20:47, 14 September 2021 84.169.204.197 talk performed unknown action "comments/add" on X735 V2.5 Software (@Harry, Yes, it is MyNode Linux OS. When I install the software the fan starts spining fine. Read fan speed comes up with errors. x735off is not working and comes up with errors. When I now restart the Pi4 the fan stops again. Adding a chron job comes up with errors.) Tags: Mobile edit Mobile web edit
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)