Comments log

Jump to navigation Jump to search

This is a log of comments.

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 12:33, 11 December 2023 Walker talk contribs posted a new comment on X630-A3 (Ok, thanks for sharing and the advice, I think this will definitely help others!)
  • 12:31, 11 December 2023 Walker talk contribs posted a new comment on X825 (Hello, the general hard disk has certain requirements on the power supply, X825 uses a 5V 4A power supply, if in the insertion of a USB3.0 hard disk, it may cause insufficient power supply situation)
  • 02:39, 10 December 2023 92.157.81.159 talk posted a new comment on X630-A3 (I finally fixed the issue like this: I plugged a regular screen on the computer i will use with kvm, and checked the sound works properly. This computer runs debian As root I used 'hw-probe -all" to extract the edid you can then find the edid here : EDID=/root/HW_PROBE/LATEST/hw.info/logs/edid then I created the hex file using edid-decode $EDID | grep '^[0-9,a-f][0-9,a-f] ' > edid_new.hex Transfer the file on the kvm, plug the screen cable on the kvm and tested it with: kvmd-edidconf...)
  • 02:00, 10 December 2023 94.32.245.7 talk posted a new comment on XScript (I had the same error. I'm italian too and we use the comma as separator for decimals. The solution is to modify x-c1-fan.sh file. I have done as follow: 1) Type in terminal cd ~/xscript sudo nano x-c1-fan-sh 2) Modify function get_temp { RAW_TEMP="$(cat /sys/class/thermal/thermal_zone0/temp)" TEMP="$(awk -v temp="$RAW_TEMP" 'BEGIN { printf "%0.2f", temp / 1000; exit(0) }')" echo "$TEMP" } with this function get_temp { RAW_TEMP="$(cat /sys/cl...)
  • 00:14, 10 December 2023 92.157.81.159 talk posted a new comment on X630-A3 (Hello, finally I managed to have sound with X630-A3 V1.3 and X630 v1.3 with the extra cable, changing the client Operating Sytem. I probably need to do something on Linux Client OS to emit sound, on the pikvm screen Thank you)
  • 09:07, 9 December 2023 92.157.81.159 talk posted a new comment on X630-A3 (I reinstalled from scratch, followed carefully the instructions But with X630-A3 V1.3 and X630 v1.3 and the cable between still no sound In the wiki it it said that the only change on X630 v1.5 is the DIP switch removal, but it's also something about 'Fixed HDMI back powering issue.' should I upgrade to X630-A3 V1.6 or/and X630 v1.5 ? I tried in the former install to tweak EDID, but which one would you recommend? I'm sure my MotherBoard is able to emit sound on HDMI I red that both CSI a...)
  • 16:41, 8 December 2023 203.74.156.61 talk posted a new comment on X825 (Can I plug SSD in X825, then I plug another USB3.0 HDD in pi4b? Is the power enough?)
  • 11:56, 8 December 2023 Walker talk contribs posted a new comment on X715 Software (Hi, if you would like to investigate using this code on the Raspberry Pi 5, you can send an e-mail to our technical support( '''support@geekworm.com '''), and we would be happy to start a conversation with you about the Raspberry Pi 5 product.)
  • 11:48, 8 December 2023 Walker talk contribs posted a new comment on WEMOS ESP32 Board with 18650 Battery Holder (Hello, there should be a boost module, because this product has not been sold for a long time, and some information about the product can not be provided)
  • 08:34, 8 December 2023 24.80.232.170 talk posted a new comment on WEMOS ESP32 Board with 18650 Battery Holder (Hi Walker, thanks for the reply. Does the board have DC to DC boost? I don't see there is boost. If no, how come 18650 battery powered could output 5V? Thank you)
  • 21:14, 7 December 2023 50.4.166.201 talk posted a new comment on X715 Software (The PWM signal is not at 25 kHz as it should using PWMLED)
  • 21:12, 7 December 2023 50.4.166.201 talk posted a new comment on X715 Software (Seems to work with this code: #!/usr/bin/python from gpiozero import PWMLED import time try: servo = 13 fan = PWMLED(servo) while(1): #get CPU temp file = open("/sys/class/thermal/thermal_zone0/temp") temp = float(file.read()) / 1000.00 temp = float('%.2f' % temp) file.close() if(temp > 35): fan.value = 0.4 if(temp > 40): fan.value = 0.5 if(temp > 50):...)
  • 17:26, 7 December 2023 Walker talk contribs posted a new comment on X715 Software (Hi, because this HAT is compatible with Raspberry Pi 4B/ 3B+/3B, it hasn't been tested on Raspberry Pi 5 yet, if it is used on Raspberry Pi 5, there may be some problems, products related to Raspberry Pi 5 are being designed, please pay attention to our product updates!)
  • 11:50, 7 December 2023 50.4.166.201 talk posted a new comment on X715 Software (The hat works well with a Raspberry Pi 5 but I can not control the fan using PWM. I currently have it running as on-off with the gpiod library. Any advice on how to use PWM on the Raspberry Pi 5? Thank you for your help)
  • 10:55, 7 December 2023 Walker talk contribs posted a new comment on PiKVM-A3 (Hello, now the kvm-a3 version are support I2S, in the X630-A3 board with I2S interface, at the same time the KVM-A3 set comes with the I2S cable inside!)
  • 10:53, 7 December 2023 Walker talk contribs posted a new comment on X630 (X630-A3 board with I2S interface and with I2S cable)
  • 10:51, 7 December 2023 Walker talk contribs posted a new comment on X630-A3 (Hi, X630-A3 versions now support i2s,X630-A3 with I2S interface on board, capable of audio functions)
  • 10:46, 7 December 2023 Walker talk contribs posted a new comment on X876 (Hi, it is x 4, but we haven't tested the Intel Optane H10 SSD.)
  • 08:23, 7 December 2023 92.157.81.159 talk posted a new comment on PiKVM-A3 (Can you give an example of a working /boot/config.txt with I2S cable for X630-A3 + X630, what are the minimal required version of X630-A3 + X630 ?)
  • 02:05, 7 December 2023 92.157.81.159 talk posted a new comment on X630 (Which combination of X630 X630-A3 version is able of I2S audio adding the extra I2S cable ?)
  • 22:55, 6 December 2023 92.157.81.159 talk posted a new comment on X630-A3 (Which version is compatible with i2s sound ? Does sound works with X630-A3 V1.3 and X630 v1.3 ?)
  • 18:46, 6 December 2023 Walker talk contribs posted a new comment on X680 (Hi, can you provide your order number? Because all the products are tested and shipped, normally there is no problem, if possible, we hope you can send a test video to us, you can contact us via our email: '''support@geekworm.com ''')
  • 10:26, 6 December 2023 98.255.192.88 talk posted a new comment on X680 (Just received my X680 and INPUT1 HDMI doesn't work at all. If I move the same HDMI cable to another INPUT 2, 3 or 4, I can see video there so I know for a fact this is a hardware defect. I sent a support message just a little bit ago. Let's see how good their support is.)
  • 02:27, 6 December 2023 199.73.48.162 talk posted a new comment on X876 (How many PCIe lanes are on the M.2 slot? x4? If it is x4, can it be configured to be bifurcated, x2x2 to support an Intel Optane H10 SSD (x2 to Optane, x2 to QLC)?)
  • 10:59, 5 December 2023 Walker talk contribs posted a new comment on X728-script (Hello, have you encountered any unresolved issues?)
  • 10:24, 5 December 2023 Walker talk contribs posted a new comment on X650 (Thank you for your suggestion)
  • 04:40, 5 December 2023 23.83.91.176 talk posted a new comment on X728-script (Still no legit firmware? Absolute garbage of a product.)
  • 03:03, 5 December 2023 98.255.192.88 talk posted a new comment on X650 (I like the idea of having the GPIO 14, 15, and GND pins available so that you can connect serial UART cable to those pins and have serial console to the pikvm.)
  • 14:44, 4 December 2023 Walker talk contribs posted a new comment on WEMOS ESP32 Board with 18650 Battery Holder (If powered by an 18650 battery, the VIN 5V pin also outputs 5V)
  • 14:36, 4 December 2023 Walker talk contribs posted a new comment on WEMOS ESP32 Board with 18650 Battery Holder (Hello, can you provide your order number? Because this product has been discontinued a long time ago)
  • 14:29, 4 December 2023 Walker talk contribs posted a new comment on LVDS2 (Hi, we only have 30PIN LVDS to HDMI adapter boards.)
  • 01:35, 4 December 2023 80.90.95.42 talk posted a new comment on LVDS2 (Hello i have 10 pin with wire lvds but i want to convert it to hdmi i want to know if there is any conversion board fot this kind of signal) Tags: Mobile web edit, Mobile edit
  • 13:43, 3 December 2023 24.80.232.170 talk posted a new comment on WEMOS ESP32 Board with 18650 Battery Holder (Hello, when this board is powered by 18650, the VIN 5V pin cannot output 5V? The VIN 5V output only works when USB is plugged)
  • 11:24, 1 December 2023 Walker talk contribs posted a new comment on XScript (Hello, you can contact us via our email: '''support@geekworm.com ''' ,Describe your problem more clearly, By the way, provide your order number, In this way, we can better solve your problem)
  • 10:32, 1 December 2023 Walker talk contribs posted a new comment on P511 (Hello, the thickness of the P511 thermal pad is 0.1mm, and the heat dissipation of the ethernet transceiver is relatively low, so it is generally not considered.)
  • 07:39, 1 December 2023 108.18.214.172 talk posted a new comment on XScript (i also want to add that i have to reflash my sdcard. using ubuntu 22.04.3lts)
  • 07:27, 1 December 2023 108.18.214.172 talk posted a new comment on XScript (after complete this step, "Create the x-c1-pwr service". my screen just goes black. this happened about 5 times. driving me nuts.)
  • 01:14, 1 December 2023 2.80.214.35 talk posted a new comment on P511 (Three questions: Thermal Conductivity of the pads and their thickness? Why isn't there an heatsink for the ethernet transceiver? Is it possible to add a 4-5mm pad to the ethernet transceiver so it contacts with the heatsink all the way to the top of the case?)
  • 14:13, 30 November 2023 Walker talk contribs posted a new comment on P394 (Yes ,You're absolutely right.)
  • 09:51, 30 November 2023 Walker talk contribs posted a new comment on P394 (Hello, this acrylic case is compatible with the Raspberry Pi 5 active cooler, it is possible to install it in, you can refer to the installation guide)
  • 03:25, 30 November 2023 173.17.184.3 talk posted a new comment on P394 (This case CAN be used if you have already installed a PI Active cooler on your PI 5. HOWEVER, you are going to need to take the active cooler off. You'll need to use pliers to pinch the fasteners while pulling on them slightly. There is little issue with doing this. Be careful not to damage your thermal pads when removing, placing the spacer, or adding them back.)
  • 16:31, 29 November 2023 Walker talk contribs posted a new comment on X728-hardware (Hi you can refer to it: X728 , X728 V2.5 Compared to X728 V2.1, X728 V2.5 only adds a few features, but nothing else has changed.)
  • 16:30, 29 November 2023 Walker talk contribs deleted comment #4146 on X728-hardware
  • 16:30, 29 November 2023 Walker talk contribs posted a new comment on X728-hardware (Hi you can refer to it: https://wiki.geekworm.com/X728''' ''' X728 V2.5 Compared to X728 V2.1, X728 V2.5 only adds a few features, but nothing else has changed.)
  • 16:20, 29 November 2023 Walker talk contribs posted a new comment on LVDS2 (Because it is the DIY product, so sometimes there may be the compatibility problem.There's no way to guarantee that.)
  • 16:20, 29 November 2023 Walker talk contribs deleted comment #4144 on LVDS2
  • 16:20, 29 November 2023 Walker talk contribs posted a new comment on LVDS2 (Because it is the DIY product, so sometimes there may be the compatibility problem.There's no way to guarantee that.)
  • 11:42, 29 November 2023 47.180.217.125 talk posted a new comment on X728-hardware (I have a couple V2.1 and a couple V2.5. Hooked up to my electronics and RPi I am pulling about 6amps out. The V2.1 powers it for an hour, but the V2.5 shuts down in a couple minutes. Do they use a different setting for "over-discharge" battery voltages or something? I can't find V2.1 boards for sale anymore, so is the discharge level "hackable" on the V2.5?)
  • 17:57, 28 November 2023 159.146.47.151 talk posted a new comment on LVDS2 (hello my LM238WF2-SSK1 model screen is broken Can I plug the 30pin lvds cable coming to this screen to this board and get the image on another monitor from hdmi output)
  • 10:55, 28 November 2023 Walker talk contribs posted a new comment on WEMOS ESP8266 Board with OLED & 18650 Battery Holder (Hello, this product has been out of stock for a long time, can you provide us with your order number?)
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)