All Questions
241 questions
1 vote
1 answer
818 views
How to load binary into Raspberry Pi Pico only with CLI without GUI
I have a Raspberry Pi Pico connected to a Raspberry Pi 4 into which I am working with SSH. I succeeded into loading the blink LED example by drag-and-drop the binary file. Is it possible to do this ...
1 vote
1 answer
259 views
Problem with GLIBC when running executable on Raspberry Pi 3 Model B
I created a executable file on the raspberry pi 3 using pyinstaller. Did the regular changes to the .spec to include my other files and attempted to run it... Nothing. So, I went into terminal and ...
-1 votes
1 answer
232 views
/dev/ttyUSB0 is not associated with the USB port on the Rasberry PI board
I'm trying to connect a tablet to send commands to code running on a Raspberry PI, which, in turn, would control the opening and closing of a valve. The tablet and the board recognize the USB ...
1 vote
0 answers
229 views
How to use raspi-gpio to execute a command line action
I apologise in advance as I'm new to Raspberry Pis and Python. Edit: why Python? Why not shell scripting?... I'm cobbling together a music player with push button actions. Hardware I'm comfortable ...
-1 votes
1 answer
323 views
Help with "-bash: syntax error near unexpected token `do' "
Background: Yes, I'm a noob. I've been learning Debian Linux the last several months. Here's the situation: I have 10 Raspberry Pi's (3B+) with hostname rpi-100 to rpi-109. I am trying to automate ...
0 votes
1 answer
397 views
Console (not X/Wayland) screen blanker ineffective under Bookworm?
Note that I am not running X or Wayland. This is about the hardware text console. I have a pair of Pi 400s with HDMI connected monitors. If I add consoleblank=300 to cmdline.txt, what happens is that ...
0 votes
1 answer
88 views
Blanking the local terminal on boot
Could anyone help me blank the local terminal on bootup? I need the screen completely blank before a fullscreen app opens. I've removed everything but I still have - pi@raspberryPi:~$ I can manually ...
0 votes
1 answer
629 views
How to access GPIO pins status within freepascal or Lazarus?
I wrote a program using Lazarus and it checks for GPIO2 pin's status every 3 seconds using TProcess component to run a terminal command for retrieving GPIO pin status as follows... procedure TForm1....
0 votes
1 answer
2k views
Run terminal with commands after startup on Raspberry Pi OS
I need to open the terminal on startup and execute three commands in the same window automatically on my Raspberry 4B. The first is a cd command. The second one is: source /tflite/bin/activate. And ...
0 votes
3 answers
916 views
How to ssh into raspberry pi when wifi auto switches to 5GHz
My router uses Smart Connect which like mesh, allows the router's 2.4 GHz and 5 GHz bands to use the same wireless settings and switches over to the best connection in traffic. When my headless rpi is ...
0 votes
1 answer
148 views
Create a script to subscribe a MQTT topics [closed]
I'm trying to create a script that opens a terminal with 3 tabs to subsribe MQTT topics to be monitored. This script will be loaded during boot. Such script in ubuntu is shown below but raspbian does ...
0 votes
1 answer
66 views
Running non-executable in Raspbian OS for Raspberry Pi in menu, can't find terminal
I have installed Fern wifi cracker, it's a python file called "execute.py", I opened the "Main Menu Editor" app, that lets you add apps in the menu bar on the top of the screen. I ...
3 votes
2 answers
6k views
Transfer files from one RPi to another (via network)
I have two Raspberry Pis, one a 3 running Raspbian Stretch, the other a 4 running Raspbian Bullseye, both headless. I have need to transfer files from the 3 to the 4 (always in that direction) over ...
1 vote
0 answers
51 views
wine: cannot find L"/home/lubuntu/.wine/drive_c/windows/Neko"
I am an unexperienced Linux user. I am trying to run an exe file in wine on live usb lubuntu 22.04 The problem is that when I try to run it from terminal by pasting the destination along with the ...
0 votes
0 answers
148 views
How to disable anti-aliasing only in the terminal?
I find the alaised fonts really difficult to read in the terminal. I have been able to disable anti-aliasing across the board by using the ~/.fonts.cnf file. This makes using everything else much less ...