-

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 ( | older 50) (20 | 50 | 100 | 250 | 500)
  • 09:53, 24 March 2022 Lisa talk contribs performed unknown action "comments/add" on X708-Software (Hi, you can refer 【Anonymous user #17】 please try to [sudo apt-get install python3-smbus] to test.)
  • 17:58, 23 March 2022 37.248.177.219 talk performed unknown action "comments/add" on X708-Software (When I enable I2C in raspi-config I get this: modprobe: FATAL: Module i2c-dev not found in directory /lib/modules/5.10.92-v8+ This command: sudo apt-get install python-smbus throws this: 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 source E: Package 'python-smbus' has no installation candidate)
  • 17:04, 26 February 2022 175.116.49.141 talk performed unknown action "comments/add" on X708-Software (now. press the button 3 second => safe shutdown => power down I want to know how to executes this on rasp from software code like software x708off.)
  • 14:11, 26 February 2022 175.116.49.141 talk performed unknown action "comments/add" on X708-Software (It is said that if you press the button for 3 seconds using the button, it will be safe shutdown. I'm curious about the Python file or sh file that executes this.)
  • 12:26, 26 February 2022 113.87.182.21 talk performed unknown action "comments/add" on X708-Software (Hi, I don't understand your questions, and requires you to have some basic knowledge of computers)
  • 01:47, 26 February 2022 175.116.49.141 talk performed unknown action "comments/add" on X708-Software (6. How to power off command on ubuntu from software x708off * press button 1-2 seconds to reboot * press button 3 seconds to safe shutdown, * press 7-8 seconds to force shutdown. where can i set the code described above?)
  • 12:08, 17 February 2022 Lisa talk contribs performed unknown action "comments/add" on X708-Software (Hello, please refer to X708-Software#FAQ.)
  • 05:02, 2 February 2022 74.133.1.244 talk performed unknown action "comments/add" on X708-Software (Just wanted to say that forcing things to /home/pi/ might not be the best idea in the world, especially if folks us something other than the Pi user account on the device. Might not hurt to put them somewhere else, then add wherever you put it to the path. I'm specifically talking about the x708bat.py and x708pid.py commands.)
  • 02:49, 27 January 2022 212.124.159.77 talk performed unknown action "comments/add" on X708-Software (Do I have to run python3 /home/pi/x708/x708asd.py & always at startup manually or does this happen automatically in the background to get ASD? I have no desktop environment - how to make this script run in the background via SSH? I have the X807 v.1.2 - as far as I can see there are no PLD pins to shorten. Can I run the AC power off/loss script anyway? Gives me currently an error: Traceback (most recent call last): File "/home/pi/x708pld.py", line 20, in <module> raw_input("Testing Star...)
  • 03:26, 25 January 2022 178.191.167.233 talk performed unknown action "comments/add" on X708-Software (On Raspberry Pi OS Lite Kernel version: 5.10, Release date: October 30th 2021 the following command didn't work: sudo apt-get install python-smbus 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 source E: Package 'python-smbus' has no installation candidate It's probably because I use Python 3.x - so it worked with: sudo apt-get install python3-smbus)
  • 12:39, 18 January 2022 Lisa talk contribs performed unknown action "comments/add" on X708-Software (Hi, The script command we provide is 'x708off'----editable; 'poweroff' is a kernel command.)
  • 16:39, 17 January 2022 159.196.25.111 talk performed unknown action "comments/add" on X708-Software (I want a safe shutdown on button press but your code commands 'poweroff' - could you advise on the changes to replace this with 'shutdown now' so everything has time to shutdown correctly?)
  • 16:04, 3 December 2021 Lisa talk contribs performed unknown action "comments/add" on X708-Software (Hello, Please try to 【python3 x708bat.py】 and test it)
  • 07:27, 3 December 2021 154.3.40.6 talk performed unknown action "comments/add" on X708-Software (Hello, I installed the x708 software as indicated, on a Raspberry Pi 4. I got the following error, after the following command. Is there any way to fix this? Thanks pi@rachel:~ $ python x708bat.py ****************** Traceback (most recent call last): File "x708bat.py", line 25, in <module> print ("Voltage:%5.2fV" % readVoltage(bus)) File "x708bat.py", line 9, in readVoltage read = bus.read_word_data(address, 2) IOError: [Errno 121] Remote I/O error)
  • 11:11, 30 November 2021 Harry talk contribs performed unknown action "comments/add" on X708-Software (I have just modify the install.sh for the python 3 because of print function. You can update the install.sh, run the command 'git pull', then run './uninstall.sh' to uninstall, then reinstall it.)
  • 11:04, 30 November 2021 Harry talk contribs performed unknown action "comments/add" on X708-Software (The syntax of print in python2 and python3 is different, so there will be this error, you can run the following command: python2 x708bat.py or python x708bat.py)
  • 21:17, 27 November 2021 84.112.8.15 talk performed unknown action "comments/add" on X708-Software (There are some problems in the python code with the actully raspberry pi os (raspbian). If i want to use ``` sudo python3 x708bat.py ``` The system calls: ``` File "/home/pi/x708bat.py", line 24 print "******************" ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("******************")? ``` If I change it to print(*******) i had the follow error: ``` File "/home/pi/x708bat.py", line 25 print "Voltage:%5.2fV" % readVoltage(bus)...)
  • 19:00, 25 November 2021 168.0.109.241 talk performed unknown action "comments/add" on X708-Software (sudo raspi-config select "3 Interface Options" and hit enter select "P5 I2C" and hit enter then go to finish and reboot.)
  • 18:09, 25 November 2021 168.0.109.241 talk performed unknown action "comments/add" on X708-Software (I have the same issue. Geekworm team, please help us " $ sudo python x708bat.py Traceback (most recent call last): File "x708bat.py", line 21, in <module> bus = smbus.SMBus(1) # 0 = /dev/i2c-0 (port I2C0), 1 = /dev/i2c-1 (port I2C1) IOError: [Errno 2] No such file or directory ")
  • 05:56, 24 November 2021 46.98.189.186 talk performed unknown action "comments/add" on X708-Software (just replace to input() for python3)
  • 16:51, 3 October 2021 143.131.12.160 talk performed unknown action "comments/add" on X708-Software (python3 x708pld.py 1.Make sure your power adapter is connected 2.Disconnect and connect the power adapter to test 3.When power adapter disconnected, you will see: AC Power Loss or Power Adapter Failure 4.When power adapter reconnected, you will see: AC Power OK, Power Adapter OK Traceback (most recent call last): File "/root/x708pld.py", line 20, in <module> raw_input("Testing Started") NameError: name 'raw_input' is not defined)
  • 16:25, 3 October 2021 143.131.12.160 talk performed unknown action "comments/add" on X708-Software (python3 x728bat.py File "/root/x728bat.py", line 20 print "******************" ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("******************")?)
  • 16:47, 29 September 2021 109.132.74.226 talk performed unknown action "comments/add" on X708-Software (Dear Geekworm team, I just set up successfully the X708 board and installedt he software. However, I get the following error at step 6 (on Raspbian) when I try to read the battery level. Any idea? pi@raspberrypi:~ $ sudo python x708bat.py Traceback (most recent call last): File "x708bat.py", line 21, in <module> bus = smbus.SMBus(1) # 0 = /dev/i2c-0 (port I2C0), 1 = /dev/i2c-1 (port I2C1) IOError: [Errno 2] No such file or directory)
  • 15:44, 28 July 2021 Lisa talk contribs performed unknown action "comments/add" on X708-Software (Hello,sorry that we haven't tested x708 + OLED Displays;)
  • 12:51, 28 July 2021 14.45.239.176 talk performed unknown action "comments/add" on X708-Software (how to use SSD1306 OLED Displays (batter volt & capacity))
  • 10:45, 28 July 2021 Lisa talk contribs performed unknown action "comments/delete" on X708-Software
  • 10:44, 28 July 2021 Harry talk contribs performed unknown action "comments/add" on X708-Software (sorry, should be install.sh)
  • 10:14, 28 July 2021 125.227.197.26 talk performed unknown action "comments/add" on X708-Software (Hello,What system are you using. Please email some pictures of the operation so that we can find out the problem.【support@geekworm.com】 ;And tell us your order number. Best regards)
  • 00:53, 28 July 2021 14.45.239.176 talk performed unknown action "comments/add" on X708-Software ("bash: x708.sh: No such file or directory" <---how to do???)
  • 11:05, 26 July 2021 Lisa talk contribs performed unknown action "comments/add" on X708-Software (Hello,Please email to us【support@geekworm.com】 and provide some pictures or videos so that we can find the problem. And tell us your order number.Best regards)
  • 03:32, 25 July 2021 90.51.78.183 talk performed unknown action "comments/add" on X708-Software (Hi, I keep getting this : pi@raspberrypi:~/x708 $ chmod +x install.shchmod +x install.sh chmod: cannot access 'install.shchmod': No such file or directory chmod: cannot access '+x': No such file or directory)
  • 14:20, 25 June 2021 Lisa talk contribs performed unknown action "comments/add" on X708-Software (Hi, The fan of X708 does not support temperature control.)
  • 12:03, 25 June 2021 Lisa talk contribs performed unknown action "comments/add" on X708-Software (Hi,please refer here:X708-Hardware)
  • 11:51, 25 June 2021 Lisa talk contribs performed unknown action "comments/add" on X708-Software (Hi, Sorry we haven't tested on twister yet.)
  • 02:34, 25 June 2021 86.162.147.206 talk performed unknown action "comments/add" on X708-Software (Hi can this be used on twister to monitor battery state.. Thanks)
  • 06:42, 31 May 2021 134.202.32.28 talk performed unknown action "comments/add" on X708-Software (How to enable Auto Power ON feature?)
  • 06:11, 9 March 2021 93.197.36.233 talk performed unknown action "comments/add" on X708-Software (Guten Tag, Ist es möglich den Lüfter per Termeratur zu steuern wie beim board X730 ??)
  • 15:38, 10 December 2020 Xiali talk contribs performed unknown action "comments/add" on X708-Software (Hi dear ,X708 will cut off the power after the system is shut down, you need to install the script first,By the way ,There are many Raspberry Pi fans exchange experiences on our official website, you are welcome to join us https://geekworm.com/community/forum)
  • 18:07, 9 December 2020 103.214.222.222 talk performed unknown action "comments/add" on X708-Software (Hi. Is there a way to increase the delay between when "poweroff" of the RPI starts and the X708 drops power? This would allow to add a longer delay so that the OS is completely shutdown?)
  • 19:01, 13 November 2020 Xiali talk contribs performed unknown action "comments/add" on X708-Software (Hi dear ,So you have solve the problem That is a good news ,by the way there are many Raspberry Pi fans exchange experiences on our official website, you are welcome to join us: http://www.geekworm.com/community/forum)
  • 19:00, 13 November 2020 Xiali talk contribs performed unknown action "comments/delete" on X708-Software
  • 18:56, 13 November 2020 116.25.146.166 talk performed unknown action "comments/add" on X708-Software (Hidear ,So you have solve the problem ,good job ,There are many Raspberry Pi fans exchange experiences on our official website, you are welcome to join us: www.geekworm.com/community/forum)
  • 03:38, 13 November 2020 92.194.96.207 talk performed unknown action "comments/add" on X708-Software (I could solve the problem myself. Had do modify the ~/.bashrc file. There was written "alias x728off = 'sudo x728softsd.sh'. But I got under /usr/local/bin/x708softsd.sh ...)
  • 00:26, 13 November 2020 92.194.96.207 talk performed unknown action "comments/add" on X708-Software (Hi, I can't shutdown the pi using the command x708off. It says: "command not found".)
  • 18:59, 30 October 2020 Harry talk contribs performed unknown action "comments/add" on X708-Software (Sorry, we updated the script for X708.)
  • 01:26, 15 September 2020 Georgefeichter talk performed unknown action "comments/add" on X708-Software (Is there anyone who can help with this?)
  • 18:07, 31 August 2020 Georgefeichter talk performed unknown action "comments/add" on X708-Software (I can't get the pi to shut down through a command at the command line. I type this: x728off and I get this: /usr/local/bin/x728softsd.sh: line 5: echo: write error: Device or resource busy X728 Shutting down... But nothing happens. Any ideas anyone?)
  • 00:12, 31 August 2020 100.15.49.112 talk performed unknown action "comments/add" on X708-Software (I read it as #X728 RTC setting up #sudo sed -i '$ i rtc-ds1307' /etc/modules #sudo sed -i '$ i echo ds1307 0x68 > /sys/class/i2c-adapter/i2c-1/new_device' /etc/rc.local #sudo sed -i '$ i hwclock -s' /etc/rc.local)
  • 00:38, 30 August 2020 150.143.208.154 talk performed unknown action "comments/add" on X708-Software (Hi Just got your x708 and installed it. Step 3 of the software instructions is not very clear. Which lines need to be commented out? Like this: ============================== #because X708 doesn't support RTC function, so we need to remove or comment out (add # at the beginning of the line) the following 4 lines #X728 RTC setting up #sudo sed -i '$ i rtc-ds1307' /etc/modules sudo sed -i '$ i echo ds1307 0x68 > /sys/class/i2c-adapter/i2c-1/new_device' /etc/rc.local sudo sed -i '$ i hwclock...)
  • 11:38, 23 July 2020 Harry talk contribs created page X708-Software (Created page with "{{GD Template Impl}} <span style="color:blue;">'''X708 script is same as X728, only X708 doesn't support RTC function.'''</span> The following test is base on '2020-02-13-r...")
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)