Quantcast
Browsing all 5044 articles
Browse latest View live

C/C++ • Re: Gcc compilers confusion

Is it the 64-bit or 32-bit version?Which image was it installed from - Lite; Desktop; or Full?All versions of Raspberry Pi OS come with GCC pre-installed and ready to use.With Bookworm you get GCC 12...

View Article


Troubleshooting • Re: C++ fgets behaving very oddly on Bookworm

8. If I could find the source code of tail ...https://github.com/coreutils/coreutils/ ... src/tail.cStatistics: Posted by AndyD — Sun Feb 11, 2024 9:37 am

View Article


Image may be NSFW.
Clik here to view.

General • Re: Using PIO to read in custom bits via clock - not working

Damn. That did it. I changed the code to autopush 32bits and the PIO was just this:Code: .program gbwait 1 pin 3wait 0 pin 3in pins, 2And now I'm getting the image. It's wrongly aligned, but that's...

View Article

Troubleshooting • Re: Pi5 power supply use without usbc

Two of the wires to the PSU (A5 and B5) require a 5K1 resistor to ground to signal to the PSU that there is a device needing power. See the Pi4B schematic.Even then, without PD negotiation, you can...

View Article

Other programming languages • Re: Scripting help needed - extract a part of...

You could do it with a series of sed commands. There's probably a simpler way of doing it thought. Maybe with the date command.Code: atq | sed "s/Jan/01/;s/Feb/02/;s/Mar/03/s;Apr/04/;" # and so onI...

View Article


Advanced users • Re: MultiBoot

PINN works well.Thanks.I have to go through the PINN interface to select an OS or I can use a software to do it ?Statistics: Posted by dmht13 — Sun Feb 11, 2024 9:47 am

View Article

Troubleshooting • Re: samba failing to start, desparation setting in

Thanks for the explanation. So, although Samba is the package, smbd is the service that needs to be running in order for file-sharing to be functional.And nmbd.ER, no, not really, you only need nmbd...

View Article

General • Re: WiFi configuration without a display

Seems to me there are two separate problems to solve. One is to get the credentials to get on the WLAN. The other is to find the device once it is on the WLAN. Seems to me that if you assume DHCP you...

View Article


Networking and servers • Re: samba nmbd writes /var/lib/samba/wins.dat often

First, upgrade from bullseye to bookworm, then use Samba from backports, that will get you a very recent version of Samba.Second, unless you have some reason to to be still using SMBv1, add these...

View Article


Beginners • Re: Hwo to fix my OS booting screen?

Well, thanks guys!Statistics: Posted by tiioftt — Sun Feb 11, 2024 10:06 am

View Article

Python • Re: Using numpy to create a sine wave with complete cycles

Thanks.Code: duration = round(frequency * duration * 2, 0) / frequency / 2It seems to smooth out the sound quite bit.Statistics: Posted by tpyo kingg — Sun Feb 11, 2024 10:16 am

View Article

SDK • Re: PICO : Can't update firmware uf2 by drag and drog

I finally did it! I had to install a Debian VM only for this though, but I have been able to upload without having to start in BOOTSEL mode.I forgot to tell virtualBox to "give" the USB where pico is...

View Article

Networking and servers • Re: Is WayVNC fixed?

Hello to all, I am having the same issue all of a sudden; I was able to connect to my Pi5 before but now I am noticing that the port is not even open.I have proceeded with what lupusmagnum posted...

View Article


Image may be NSFW.
Clik here to view.

For sale • Re: IMX327/462(RGB/MONO)/662(RGB/MONO)/678/585 Excellent...

SE-SB8M-IMX585 brochure.https://soho-enterprise.com/wp/wp-conte ... 202402.pdfStatistics: Posted by sohonomura2020 — Mon Feb 12, 2024 9:17 am

View Article

Image may be NSFW.
Clik here to view.

C/C++ • Re: C/C++ to mySQL/MariaDB

Always the case - you find the answer just after posting the question )See https://mariadb.com/docs/server/connect ... c/connect/and I found the using 127.0.0.1 for local host did not work for meSo...

View Article


Raspberry Pi Desktop for PC and Mac • Re: Raspberry Pi Debian X86 PiServer...

very good, thank you very much, ssh works.Now the only thing missing is how to allow vnc.It doesn't work via raspi-configStatistics: Posted by qwertz2001 — Mon Feb 12, 2024 9:30 am

View Article

C/C++ • Re: Two-dimensional array of character strings in C

Having looked at the printf escape sequences :-...So you could do something like cprintf("some text \cblack %s \cblue %d \z back to normal \n",string_data,int_data);is this still on-topic...

View Article


Troubleshooting • Re: tried to compile new kernel & modules from source,...

You might find Building the Raspberry Pi OS Kernel : Made Easy useful.Statistics: Posted by RonR — Mon Feb 12, 2024 9:34 am

View Article

Advanced users • Re: What slows down the system startup?

[all]BOOT_UART=1POWER_OFF_ON_HALT=0BOOT_ORDER=0xf16Statistics: Posted by KernelNinja — Mon Feb 12, 2024 9:34 am

View Article

Advanced users • Re: Image File Utilities

A Question re the function of the 'image-set-partuuid' script: Apparently, this script is used to change the PARTUUID of the ROOT partition of an image file. If I changed the PARTUUID value of an...

View Article
Browsing all 5044 articles
Browse latest View live