General discussion • Re: Where can I find a Pico Pinout that uses the new...
What you really mean is "a different set of abbreviations" PeterOStatistics: Posted by PeterO — Sat Feb 10, 2024 9:37 am
View ArticleGeneral discussion • Re: Strange How To FIx It
That didn't produce ip address to which services were listening to it. This is strange tho. Just as strange as I sometimes see in my access.log an ip address of 192.168.5940.333. The 5940 shouldn't be...
View ArticleRaspberry Pi OS • Re: Bookworm has no /dev/hidraw0 for my Inverter connection
ls -la /dev/hidrawls: cannot access '/dev/hidraw': No such file or directoryalf@quinque:~ $ sudo ls -la /dev/hidrawls: cannot access '/dev/hidraw': No such file or directoryStatistics: Posted by...
View ArticleTroubleshooting • Re: Pi5 power supply use without usbc
Hi all.Bought a second 27watt pi 5 power supply to power a project and hoped I could lop the usbc plug off and access 5v.Turns out that just doesn't work.So what is needed to turn on 5v 5a output in...
View ArticleBeginners • Re: GPIO pins
Thanks allStatistics: Posted by RaspyHat — Sun Feb 11, 2024 9:28 am
View ArticleBeginners • Re: Hwo to fix my OS booting screen?
The EDID status says none, [ ... ]Also, what command do I have to run to set the resolution?The post from @terribleted immediately preceding your question in this thread shows what configuration...
View ArticleNetworking and servers • Re: [31/01/24 getting Urgent] sharing connection...
I have seen 200Mbps on my pi4And in my case it’s the other way round WiFi is more reliable than powerlineI think there just bad powerline adaptersAll I need to know is the software setup neededI tried...
View ArticleC/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 ArticleFrançais • Re: gpio c++
vos affaires vont plus vite que je ne pensais/craignais... ????Statistics: Posted by ludoraspberry — Sun Feb 11, 2024 9:36 am
View ArticleTroubleshooting • 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 ArticleGeneral • 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 ArticleOther 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 ArticleAdvanced 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 ArticleTroubleshooting • 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 ArticleGeneral • 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 ArticleNetworking 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 ArticleTroubleshooting • Re: look giving strange results
i.e. look is not broken, but the file it defaults to is.The weirdness comes when you actually specify the same fileNo file given:Code: rpdom@cam0:~ $ look assessDefault file given:Code: rpdom@cam0:~ $...
View ArticleBeginners • Re: New User Suggestions
WOW Thunderbird works pretty good!!!!!!Statistics: Posted by rchetj — Mon Feb 12, 2024 8:57 am
View ArticleRaspberry Pi Desktop for PC and Mac • Re: Raspberry Pi Debian X86 PiServer...
Client Pi have to be rebooted, before it takes effect.If you're going to have to reboot anyway, why not use the simplerCode: touch /boot/firmware/ssh.txtand reboot.Assuming that option still works. I...
View ArticleTroubleshooting • tried to compile new kernel & modules from source, but...
good afternoon, it's taken the launch of the Pi5 to get me back on the ForumHere's what has happened:I did a git pull for a package I use regularly and compiled & installed the source (progress...
View Article