Questions tagged [raspbian-buster]

Raspbian-Buster is a GNU/Linux operating system derived from Debian 10, initially released in June 2019. Raspbian is the most widely used Pi based distribution and the one recommended by the Raspberry Pi Foundation, who distribute their own images of it in 3 flavours, a full version with Desktop GUI and recommended software, Desktop GUI, and a "lite" version without any GUI pre-installed.

Raspbian-Buster is a GNU/Linux operating system derived from Debian 10, initially released in June 2019. From May 2020 this was renamed Raspberry Pi OS (32-bit). This is the most widely used Pi based distribution and the one recommended by the Raspberry Pi Foundation, who distribute their own images of it in 3 flavours, a full version with Desktop GUI and recommended software, Desktop GUI, and a "lite" version without any GUI pre-installed.

497 questions
5
votes
2 answers

Raspbian Buster Lite splash screen instead of boot messages on Pi 3 Model B (a02082)

I would like to hide/replace the initial boot messages and a dark screen with a splash screen. I am booting Raspberry Pi into Kiosk mode with Chromium Browser auto starting NodeJS server running ReactJS on the frontend. I am really happy with the…
xyz83242
  • 151
  • 1
  • 1
  • 3
3
votes
1 answer

How to assign account to Teamviewer 15 on raspbian?

I am trying to install Teamviewer on raspberry pi solely via command prompt. The installation completed successfully and I could assign a password. However, it could not perform [teamviewer setup] step where I have to enter my teamviewer account…
snow
  • 141
  • 7
2
votes
1 answer

Raspberry pi not reading sd cards

I got my raspberry pi new model 3b+ just last year, and it worked normally, but after what might have happened to be some failure with the pi that it got removed from its power source, it stopped working. only the red light glows, and normally too,…
2
votes
2 answers

No menus after reboot

Running Buster on a Pi4, updates, upgrades were just done. Everything was working just dandy then... I shut my Pi down in order to physically move it on my workspace. I reconnected everything exactly as it had been, the same HDMI, USB, and…
1
vote
0 answers

Raspbian 10 - Start menu occasionally resets back to default

I've hidden a lot of software in my start menu on my Raspberry Pi. However, sometimes I'll open it and it'll re-show all of the folders and menu items again. It happens randomly, there's seemingly no pattern. What is a good way to fix this?
1
vote
1 answer

Enabling then disabling experimental OpenGL breaks GUI

After enabling, then disabling, the experimental OpenGL driver, I cannot use the GUI anymore. Autologin to GUI no longer works Manual startx and xinit no longer work I am getting the error: Fatal server error: (EE) no screens found(EE) How can I…
Patrick Cook
  • 6,365
  • 7
  • 37
  • 63
1
vote
2 answers

Raspian buster lite: grep fails with "Illegal instruction"

Suddenly, grep has begun failing. cat test.txt | grep hello generates an "Illegal instruction" error. It makes no difference what's being piped in nor what PATTERN I use. cat test.txt | less grep grep -V grep --help all work fine I've done a…
MACE
  • 311
  • 4
  • 12
1
vote
1 answer

Why am I getting 'Authentication Failed' when reading Gmail using Getmail on Raspberry pi3B with Buster?

I have recently installed Raspbian Buster with desktop on my Pi3B. I was previously using Stretch but ran into issues with a certain application unrelated to this question. This question concerns using getmail to read mail from a Gmail inbox. I…
Gary
  • 131
  • 3
1
vote
0 answers

PhpSerial won't work on Raspberry Pi4

I have a php script using PhpSerial to dial out using a USB modem on a Pi3+ that works fine. That same script, however, will not dial out on a Pi4. The USB modem appears as /dev/ttyACM0 on both the Pi3 and the Pi4 and the enable_uart=1 is active in…
1
vote
1 answer

execute my program when my Raspberry Pi boots up with time sleep 10

I am trying to execute my program when my Raspberry Pi boots up with time sleep 10. it workt only with time sleep: "time sleep 10 && ./DotNetConsoleApps/Tinkerforge/helloweatherstation" but it didn´t work when i try to start it on the Raspberry…
Gerard
  • 11
  • 1
1
vote
1 answer

Raspberry pi 4 - Slow read speed, but high write speed over network from pc

I setup my rp4 as a torrentbox with raspbian Buster, deluge and samba share i followed this article --> https://techwiztime.com/article/best-raspberry-pi-torrentbox/ I have some issues, maybe someone here can help me!? -If i try to copy af file from…
1
vote
1 answer

keyboard layout problem

I recently downloaded the latest raspbian OS and then applied the SD card. But I found an error while setting the keyboard-confiuration. that is in a different language setting maybe Spain language or Russian ! ( as you know default language is…
Yonghoon
  • 13
  • 2
1
vote
1 answer

My Raspberry Pi will not open the pi directory

Whenever I try to change the directory to pi, using the command $ cd ~, it displays the error: bash: $: command not found Why is this not working?
0
votes
1 answer

Strugling with receiving data to RPi from BT-connected device

I am struggling with how to receive data on a RPi 3 (Model B Plus Rev 1.3) from a bluetooth connected 'sender' device (a BT-enabled scale). When I pair and connect the 'sender' device by bluetooth I get the message 'serial interface on WT11i-A is…
0
votes
1 answer

Autorun WAV files on VLC

Is there a simple way to automatically have a specific WAV file play using VLC on power up? I'm running Raspberry Pi OS (32-Bit), dated 20210507 on a Raspberry Pi 2 and I've already verified that the WAV file plays correctly by simply manually…
1
2