Questions tagged [raspbian-buster]

Raspbian is a free Debian-based OS for the Raspberry-Pi computer, and Buster is the version of Raspbian that was released in September 2019. Use this tag for questions that involve utilities or setup or application development specifically to Raspbian Buster operating system. Include a programming language tag if needed and if the post is about the GPIO then include that tag as well.

52 questions
0
votes
2 answers

phpmyadmin on raspbian busetr cannot log in

Latest Raspbian Buster fresh install on Pi 3B Apache2 installed and working PHP 7.3 installed and Working MariaDB 10.3.22 installed and working PHPMyAdmin installed and appears to work database mysql table user shows 2 users for localhost, root with…
Ken
  • 31
  • 1
  • 8
0
votes
0 answers

voicecommand: /usr/lib/arm-linux-gnueabihf/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by voicecommand) on raspberry pi

I tried setting up voicecommand on my raspberry pi running the latest version of raspbian buster, but everytime I try to run a voicecommand command I get this error: voicecommand: /usr/lib/arm-linux-gnueabihf/libcurl.so.4: version `CURL_OPENSSL_3'…
user8810344
0
votes
1 answer

Writing a file with Raspian Buster

I want to write a file in Raspian Buster. With Raspian Stretch (which relies on Debian 9) it works withount any problems. The same code does not work on Raspian Buster (Debian 10). File myFile = new File("/media/usb/test.properties"); boolean…
0
votes
0 answers

Raspbian Buster: Forcing a Terminal Window for a Python Script @ startup

Running Raspbian Buster on an RPi3B+. Have a good autostart running at /etc/xdg/lxsession/LXDE-pi which calls a bash script called launcher.sh: #!/bin/bash -x sleep 10 # Just giving time for other stuff to settle in. /usr/bin/python3…
David Xanatos
  • 75
  • 1
  • 9
-1
votes
1 answer

No SPI response. GoPiGo3 with address 8 not connected

I am trying to use my GoPiGo3 with my raspberry pi but they don't seem to connect well to each other. When I try to to update the Firmware of my GoPiGo3, I get this error: pi@raspberrypi:~Dexter/GoPiGo3/Firmware $ bash gopigo3_flash_firmware.sh No…
-1
votes
1 answer

/opt/cmake/bin/cmake no file in the directory

I am installing Qt6 using this guide on my fresh raspberry pi 4 running the latest official 32bit OS https://www.tal.org/tutorials/building-qt-62-raspberry-pi and i am stuck in the Configure the Qt 6.2 build portion where it asks me to execute this…
DrakeJest
  • 225
  • 3
  • 13
-1
votes
2 answers

How to automount usb after kiosk mode enable in raspberry Pi 4 with buster os?

Problem with Kiosk mode and USB access. I have installed buster on raspberry Pi 4. And for open chromiam browser at startup, I enabled kiosk mode. Now I have a problem that, it does not mount USB device (flash drives) at /media/pi Any help and…
1 2 3
4