Main public logs

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 ( | ) (20 | 50 | 100 | 250 | 500)
  • 20:16, 13 September 2021 Harry talk contribs performed unknown action "comments/add" on X735 V2.5 Software (update script for myNode. Please check the above guide. A little change.)
  • 12:12, 13 September 2021 Harry talk contribs performed unknown action "comments/add" on X735 V2.5 Software (As long as it is a PWM fan, it needs script support, or you can consider using a 4010 2P ordinary fan)
  • 12:09, 13 September 2021 Harry talk contribs performed unknown action "comments/add" on X735 V2.5 Software (Do you use myNode OS? We don't test it on myNode, but you can refer to X-C1 Software, BUT the used GPIO of x-c1 is dirrent with X735. We will update the script base myNode OS in 2 days.)
  • 00:55, 11 September 2021 84.169.198.31 talk performed unknown action "comments/add" on X735 V2.5 Software (admin@myNode:~ $ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 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) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Traceback (mo...) Tags: Mobile edit Mobile web edit
  • 00:29, 11 September 2021 84.169.198.31 talk performed unknown action "comments/add" on X735 V2.5 Software (All not working for my Raspi Pi4)
  • 15:32, 26 August 2021 Lisa talk contribs performed unknown action "comments/add" on X735 V2.5 Software (Hi,x735 does not support; you can refer to the 「Power loss detection」 function of x728ups or T208ups. But please note that X728 is for Raspberry Pi and T208 is for Jetson Nano.)
  • 04:01, 26 August 2021 94.58.188.67 talk performed unknown action "comments/add" on X735 V2.5 Software (Hi Team Geekworm, Im building a car dashboard solution, will this device be performing a safe shutdown once the power is cut?) Tags: Mobile edit Mobile web edit
  • 10:18, 18 August 2021 113.87.183.238 talk performed unknown action "comments/add" on X735 V2.5 Software (Hi, please check X735 V2.5 Hardware. It should be that the GPIO of X735 conflicts with the GPIO of HIFIBERRY DAC. Please contact HIFIBERRY DAC to find out the GPIO occupancy of this product.)
  • 03:58, 18 August 2021 98.33.124.206 talk performed unknown action "comments/add" on X735 V2.5 Software (Hi, did you ever get a solution to this? I have the same problem on RPi 4, Raspberry Pi OS, HiFiBerry DAC+ DSP.)
  • 10:47, 16 August 2021 Lisa talk contribs performed unknown action "comments/add" on X735 V2.5 Software (Hi,Because the v2.5 version is a PWM fan, the script must be installed. If you don’t need this function, you can remove the yellow wire and let the fan run directly.)
  • 23:10, 15 August 2021 109.148.228.130 talk performed unknown action "comments/add" on X735 V2.5 Software (Hi. In the section "How to make the fan script run automatically after booting?", surely this is about running the fan after login, not boot...in fact it later states "[...]command will be executed automatically when the user logs in". So what happens if a different user logs in? It suggests this script has to be installed for every user. Wouldn't it be better to have the fan run when the Pi boots *before* anyone logs in? Surely we want the fan to run if required even if no one is logged...)
  • 12:29, 10 August 2021 Harry talk contribs performed unknown action "comments/add" on X735 V2.5 Software (Refer to X735_V2.5_Software#For_DietPi)
  • 12:14, 10 August 2021 Lisa talk contribs performed unknown action "comments/add" on X735 V2.5 Software (Hello,We have updated it, please refer to the above. Jumper function please refer to X735 V2.5 Hardware)
  • 07:41, 10 August 2021 73.234.40.142 talk performed unknown action "comments/add" on X735 V2.5 Software (Fan not turning on … using a Raspberry Pi 4B running DietPi. Not sure where to place the jumper. No case attached.) Tags: Mobile edit Mobile web edit
  • 19:40, 4 August 2021 37.201.5.84 talk performed unknown action "comments/add" on X735 V2.5 Software (2nd board works flawless - first one didn't start up the Pi with jumpers on board and died in a little cloud of smoke after a few hours. 2nd one first tested without Pi as described works great and stable. Added a little alias at the end of bashrc : sudo nano ~/.bashrc alias fan='sudo python /home/pi/x735-v2.5/read_fan_speed.py' reboot and now a simple "fan" displays the fan speed: pi@RaspberryPi:~ $ fan 0 RPM 1781 RPM 1782 RPM)
  • 10:14, 19 July 2021 Harry talk contribs performed unknown action "comments/add" on X735 V2.5 Software (run the 'x735off' to safe shutdown.)
  • 09:37, 19 July 2021 Harry talk contribs performed unknown action "comments/add" on X735 V2.5 Software (Yes, it's python version question.)
  • 09:36, 19 July 2021 113.87.12.250 talk performed unknown action "comments/add" on X735 V2.5 Software (what error message ??)
  • 07:51, 19 July 2021 187.75.40.132 talk performed unknown action "comments/add" on X735 V2.5 Software (I have a problem with my X735. Every time I run the shutdown command and turn off the power, I have to run the command lines below again to get my X735 working again: sudo python /home/admin/x735-v2.5/read_fan_speed.py& sudo python /home/admin/x735-v2.5/pwm_fan_control.py& The command line entered into bash does not work.)
  • 07:44, 19 July 2021 187.75.40.132 talk performed unknown action "comments/add" on X735 V2.5 Software (When I execute the command line below occurr error: sudo python /home/admin/x735-v2.5/read_fan_speed.py& admin@raspberrypi:~ $ File "/home/admin/x735-v2.5/read_fan_speed.py", line 33 print "%.f RPM" % rpm ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("%.f RPM" % rpm)? [1]+ Exit 1 sudo python /home/admin/x735-v2.5/read_fan_speed.py I solved the problem. I changed command print to : print("%.f RPM" % rpm))
  • 11:51, 16 July 2021 Lisa talk contribs performed unknown action "comments/add" on X735 V2.5 Software (Hello,friend:We checked your email, please email us your order number and what OS you use, thanks!)
  • 01:11, 16 July 2021 187.189.190.142 talk performed unknown action "comments/add" on X735 V2.5 Software (I'm using x735+x825 AND HiFiBerry DAC2 Pro on top. After v2.5 software installation DAC2 started to play songs at 0.10x of its original speed, I mean sound was really slow. I uninstalled v2.5 software and fixed the problem, but fan stopped working also.)
  • 10:49, 13 July 2021 Lisa talk contribs performed unknown action "comments/add" on X735 V2.5 Software (Hi,add 4 test pins to achieve powered between X825 V2.0 and Pi4 without additional cable. So no need to 2pin cable, x825 is powered by Pi4)
  • 10:39, 13 July 2021 Lisa talk contribs performed unknown action "comments/add" on X735 V2.5 Software (Hi,There is no problem connecting the power supply via x735.please measure the voltage of PIN4 (5V) and PIN6 (GND) of Pi 40-PIN header.)
  • 23:57, 12 July 2021 77.189.154.67 talk performed unknown action "comments/add" on X735 V2.5 Software (and there is no possibility to power the X825 via 2PIN cable from X735 because that was for the older version)
  • 23:20, 12 July 2021 77.189.154.67 talk performed unknown action "comments/add" on X735 V2.5 Software (im using the X735 together with the X825 on a PI (8GB) - since and psu 5V 10A - everthing was fine booting from SD CARD - but switching to boot from HDD there is low voltage warning ... it s the same psu with 5V 10A. psu is connected via DC 5525 jack on the X735 - any ideas? should i use the DV 5525 Jack on the X825?)
  • 23:03, 12 July 2021 77.189.154.67 talk performed unknown action "comments/add" on X735 V2.5 Software (sudo python2 read_fan_speed.py starts the script ...)
  • 17:48, 12 July 2021 Lisa talk contribs performed unknown action "comments/add" on X735 V2.5 Software (Hello,This guide is only for X735 V2.5 shield based on RASPBIAN. (Not tested on Ubuntu, openmediavault, retropie or other third party OS like Manjaro.) please try to remove the ‘yellow and blue wire’of PWM fan to let it run immediately if the fan does not work in third-party OS. Or replace with an ordinary fan. Best regards)
  • 17:48, 12 July 2021 Lisa talk contribs performed unknown action "comments/delete" on X735 V2.5 Software
  • 17:48, 12 July 2021 Lisa talk contribs performed unknown action "comments/delete" on X735 V2.5 Software
  • 17:47, 12 July 2021 Lisa talk contribs performed unknown action "comments/add" on X735 V2.5 Software (Supplement:Need to remove‘ yellow and blue’ wires.)
  • 14:34, 12 July 2021 Lisa talk contribs performed unknown action "comments/add" on X735 V2.5 Software (Hello,This guide is only for X735 V2.5 shield based on RASPBIAN. (Not tested on Ubuntu, openmediavault, retropie or other third party OS like Manjaro.) please remove the ‘yellow wire’of PWM fan to let it run immediately if the fan does not work in third-party OS. Or replace with an ordinary fan.)
  • 17:55, 9 July 2021 81.132.164.29 talk performed unknown action "comments/add" on X735 V2.5 Software (I use Manjaro and cannot get the X735 V2.5 fan working. All previous Geekworm kits that I have purchased, the fans worked immediately when plugged in. It seems that the v2.5 will not work without a script. The problem I am having is that I am unable to find any manjaro scripts to get the fan working. Can somebody please help, my temperatures were hitting the mid 70s so I do not want to use the device for longer periods of time incase my pi4 overheats. Please help.)
  • 15:48, 9 July 2021 Lisa talk contribs performed unknown action "comments/add" on X735 V2.5 Software (Hi,Yes, we remarked: [after a reboot, we can run ```sudo read_fan_speed.py``` to get an update on the fan's current speed. Nice!].Thanks for your feedback. best regards)
  • 15:42, 9 July 2021 Lisa talk contribs performed unknown action "comments/delete" on X735 V2.5 Software
  • 15:26, 9 July 2021 Lisa talk contribs performed unknown action "comments/add" on X735 V2.5 Software (Hi,Thanks for your feedback, it is a help for other users, and we will improve it. Thank you so much. best regards)
  • 15:06, 9 July 2021 Lisa talk contribs performed unknown action "comments/add" on X735 V2.5 Software (Hi,Sorry I didn't understand your question. Is the fan not working or other functions of X735 not working? could you please tell us more information, we can understand the problem better. Or email us, you can get help faster.Thanks.)
  • 08:14, 8 July 2021 76.192.159.156 talk performed unknown action "comments/add" on X735 V2.5 Software (Hi, Your instructions worked flawlessly. I would like to make mention however, and if anyone is like myself and unaware, in the portion of the instructions regarding the "read-fan-speed.py" the user needs to type first python read_fan_speed.py before it will execute. After doing this I was able to get readings: python read_fan_speed.py 0 RPM 1540 RPM 1540 RPM 1549 RPM 1547 RPM 1541 RPM 1538 RPM 1604 RPM 1554 RPM 1554 RPM 1550 RPM 1548 RPM best regards)
  • 18:31, 1 July 2021 83.86.32.252 talk performed unknown action "comments/add" on X735 V2.5 Software (alles uitgevoerd, maar werkt niet)
  • 12:55, 1 July 2021 Harry talk contribs performed unknown action "comments/add" on X735 V2.5 Software (Sorry, due to the merging of the wrong submission code, x735off cannot work. Please run uninstall.sh, and then reinstall install.sh This bug is fixed on 1th July 2021. Harry)
  • 12:54, 1 July 2021 Harry talk contribs performed unknown action "comments/add" on X735 V2.5 Software (Sorry, due to the merging of the wrong submission code, x735off cannot work. Please run uninstall.sh, and then reinstall x735-v2.5.sh)
  • 12:23, 1 July 2021 Lisa talk contribs performed unknown action "comments/delete" on X735 V2.5 Software
  • 12:23, 1 July 2021 Lisa talk contribs performed unknown action "comments/add" on X735 V2.5 Software (Sorry, due to the merging of the wrong submission code, x735off cannot work. Please run uninstall.sh, and then reinstall x735-v2.5.sh)
  • 10:43, 1 July 2021 Lisa talk contribs performed unknown action "comments/add" on X735 V2.5 Software (Hi,Could you please tell us which version you are using? Is it x735 V2.5? Please contact us by email so that you will get help more quickly.[support@geekworm.com] and tell us your order NO. Thanks)
  • 04:57, 1 July 2021 91.207.170.209 talk performed unknown action "comments/add" on X735 V2.5 Software (I'm experiencing the same issue. It seems there is a problem with x735 board since I can only force shutdown it by holding momentary power button for >8s. BTW, `x735off 10` command also has the same effect. I can neither reboot nor soft shutdown board via the hardware button or x735off script. Does anyone have an idea how to debug it?)
  • 17:52, 28 June 2021 Lisa talk contribs performed unknown action "comments/add" on X735 V2.5 Software (Hello,Depending on the environment, the script installation process may cause some problems. Could you please explain your problem in more detail? send some pictures of script installation, etc. Please email us and note your order NO. maybe get answers and help faster.)
  • 23:47, 25 June 2021 84.92.41.165 talk performed unknown action "comments/add" on X735 V2.5 Software (Thank you - works a treat)
  • 15:04, 22 June 2021 Lisa talk contribs performed unknown action "comments/add" on X735 V2.5 Software (Hi,Is it used with other expansion boards? What power supply is used? could you please tell us more information, cause we can't judge its problem now.If it is convenient for you, I think e-mail can communicate better. and please tell your order number,Thanks!)
  • 22:09, 21 June 2021 178.118.171.186 talk performed unknown action "comments/add" on X735 V2.5 Software (Hello, I followed all the steps but there is nothing happening at "5. Test safe shutdown x735off". I get the echo "X735 Shutting down..." but nothing happens. Tested on clean install.)
  • 10:48, 19 June 2021 24.217.137.249 talk performed unknown action "comments/add" on X735 V2.5 Software (Hello , everything PI 4/SSD SATA/Power MGMT FAN appears to be installed correctly, but, when I power up, (I have correct power cable) all of the lights go on and shut down after about three seconds. What have I missed?? Thanks, Donald)
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)