Thank you I got it working with me GTC 320+. One last question, is there any way I can get the raspberry pi uptime in the csv file instead of year-month-day time?
Hi so I have went over the raspberry pi instillation in the manual now. So unfortunately i did use pip to install some of the packages but it seemed to work at the time. but when i try to open geigerlog in the terminal with python /home/user/geigerlog I get the error: /usr/bin/python: can't find '__main__' module in '/home/user/geigerlog' Would you have any idea how i can fix this issue? Thanks again
Im using a RPi 4 8gb with ubuntu mate 18.04. Following the manual I was able to install all other packages except pyqt5. I am i python 3.6.9. GLpipcheck outputs: ---------------------- GLpipcheck.py --------------------------- Python Executable: /usr/bin/python3 Python Version: 3.6.9 (default, Jan 26 2021, 15:33:00) [GCC 8.4.0] Listing of all Pip-found packages: Package Version -------------------------------- ------------------- Adafruit-Blinka 6.4.0 adafruit-circuitpython-ads1x15 2.2.8 adafruit-circuitpython-busdevice...
When I do lsusb I have: Bus 001 Device 004: ID 1a86:7523 QinHeng Electronics So I went into 51-gqgmc.rules and Changed both of the ATTR{idWendor} to 1a86 and single the ATTRS{idProduct} to 7523. I think the problem starts in step 5 when I try to make all gqgmc in the root directory and get these errors: (.text+0x18): undefined reference to main' (.text+0x1c): undefined reference to main' collect2: error" ld returned 1 exit status <builtin>: recipe for target "gqgmc" failed make: *** [gqgmc] error...
Hi, Trying to get this to log with my Raspberry Pi 4 8gb with Ubuntu Mate 18.04 running. Running into problems at step 6a. sudo cp ./51-gqgmc.rules /etc/udev/rules.d/51-gqgmc.rules. When running that from my root directory I get the error: cp: failed to access '/etc/udev/roles.d/51-gqgmc.rules': not a directory. Also when I tried to write 'make all gqgmc_gui' and 'make all gqgmc' it fails giving me a error: make: *** No rule to tmake target 'gqgnc_gui'. Stop. And when trying to compile gqgmc I get...
Hi, Trying to get this to log with my Raspberry Pi 4 8gb with Ubuntu Mate 18.04 running. Running into problems at step 6a. sudo cp ./51-gqgmc.rules /etc/udev/rules.d/51-gqgmc.rules. When running that from my root directory I get the error: cp: failed to access '/etc/udev/roles.d/51-gqgmc.rules': not a directory. Also when I tried to write 'make all gqgmc_gui' and 'make all gqgmc' it fails giving me a error: make: *** No rule to tmake target 'gqgnc_gui'. Stop. So then i just copied it to /etc/udev/roles.d...
Hi, Trying to get this to log with my Raspberry Pi 4 8gb with Ubuntu Mate 18.04 running. Running into problems at step 6a. sudo cp ./51-gqgmc.rules /etc/udev/rules.d/51-gqgmc.rules. When running that from my root directory I get the error: cp: failed to access '/etc/udev/roles.d/51-gqgmc.rules': not a directory So then i just copied it to /etc/udev/roles.d and it worked. And then I reloaded it. But then when checking if /dev/gqgmc exists it says. ls:cannot access '/dev/gqgmc': No such file or directory....