Beginners • Re: Mount network paths fstab
@Ernst and @hortimech:Guys, it's not a failure to mount problem it's a permissions after mount problem the OP is asking about.As for //server/share vs //server/share/directory, my experience is that...
View ArticleBeginners • Re: rpi4 enable audio output on both usb 3 ports simultaneously
good suggestion! title now corrected...Statistics: Posted by beaker152 — Fri Mar 15, 2024 6:59 pm
View ArticleBeginners • Re: Is this a good SD card?
That's the standard price, same.as it has been since release many years ago.I'd be looking to pick up a second hand Pi3 for half that at the most. If you go to Adafruit.com you'll see that is also the...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: CM4 DSI+HDMI output on custom LCD
Trying to use vc4-kms-dsi-7inch or vc4-kms-dsi-waveshare-panel for a random panel is just nonsense. There is far more to panel control than just the resolution.YourCode:...
View ArticleOpenGLES • Re: Failed to create KMS FB! FrameBuffer not available. Cannot flip
QT6 appears to be in the 64bit Raspberry Pi OS repos (I haven't got a 32bit system to hand), so why the need to build it for yourself?Statistics: Posted by 6by9 — Fri Mar 15, 2024 7:07 pm
View ArticleFrançais • Re: Informations sur Raspberry Pi 5
Bonsoir,Petit message (cette fois pour faire de la publicité!) pour mettre en avant Expressvpn.Je les ai contacté en début de semaine car le vpn n'était pas compatible avec Bookworm sur Pi 5. Nous...
View ArticleBeginners • Re: Pi 5 - display too large on flatscreen TV
Presumably over scan is on at the moment.Info on how to change the setting:https://www.techcoil.com/blog/how-to-ma ... verscan%3AHopefully that's current enough.Looked at these instructions for...
View ArticleC/C++ • Re: Hard time getting started
I did C++ Builder until I switched to unix. Arguably the nearest thing to that is QtCreator which you may already know is cross-platform. It has a somewhat steep learning curve(*) so not worth looking...
View ArticleTroubleshooting • Re: Raspberry Pi 5 + Google WiFi: Sounds like a NAT issue,...
Eventually, however, I would end up in a situation where not only was I not able to ssh to RPi5 by doing so from outside of the LAN, I had the problem of not being able to ssh to RPi5 (receiving a...
View ArticleNetworking and servers • Re: Using a Raspberry Pi with SAS HDDs?
Put the HBA into the Optiplex or pick up an old HP Microserver.I'll have a look into the used market, but I think a microserver would be more than I'd like to spend with less space for the amount of...
View ArticleC/C++ • Re: Boost provides free peer-reviewed portable C++ source libraries.
Next I will figure out the input graph edges that were not added in between, and draw them bold …I did that, and in addition the edges added get drawn dotted. I added simple code to read input graph...
View ArticleTroubleshooting • Re: Bookworm Keyboard Media Keys
i couldn't get the XF86* keys to work ether.just chalked it up to a wayfire thingStatistics: Posted by kerry_s — Fri Mar 15, 2024 8:03 pm
View ArticleGeneral • Re: How to report compile time values ?
Code: #if TOTAL != <expected value>#error TOTAL has unexpected value#endifEither done temporarily, or better in a unit-test file that's conditional on the particular target.Statistics: Posted by...
View ArticleGeneral discussion • Re: Interesting gig: Upgrading RP4 RAM from a gaming board.
My Pi is 2GBthe donor ram is Samsung LPDDR4 with 25 GB/s bandwidth 4GBStatistics: Posted by Thirty300 — Sat Mar 16, 2024 7:50 pm
View ArticleGeneral discussion • Re: Raspberry Pi IPO
Jeff Geerling did a really good explainer on the IPO - see https://www.youtube.com/watch?v=hrhE6MnGi1A. Although he did deadname Raspberry Pi Ltd as "Raspberry Pi Trading" (the company's old name),...
View ArticleDeutsch • Re: LAN Raspberry 400 down
Sorry, mit dem Rest kann ich nix mehr anfangen und das hat wohl auch nichts mehr mit dem Netzwerkkabelproblem zu tun.Kein Problem danke dir für die hilfe. Ich hatte nun noch einen kleinen erfolg. Ich...
View ArticleGeneral discussion • Re: A Pi Pie Chart
I don't know if you noticed this, I don't see it mentioned anywhere in here and iirc you did memory banchmark stuff...https://github.com/raspberrypi/firmware/issues/1854Pi4 and Pi5 newer firmwares...
View ArticleCompute Module • Re: Driver won't compile anymore (was: CM4+Python+Bit banging)
Okay, so this works:Linux raspberrypi 6.1.0-rpi7-rpi-v7l #1 SMP Raspbian 1:6.1.63-1+rpt1 (2023-11-24) armv7l GNU/Linuxafter dist-upgrade, this does not work anymore:Linux raspberrypi...
View ArticleUbuntu • Re: Forcing Pi 5 Fan Speed
they fixed it with the latest udpate.Statistics: Posted by sblantipodi — Sat Mar 16, 2024 8:01 pm
View ArticleRaspberry Pi OS • Re: Installing X11 on top of the Lite, missing library files
Without files I mentioned VNC won't start. After copying files manually, VNC works and no issues anywhere else either. Not sure this is related to xRDP issue, I mean in terms of the root-cause.Which...
View Article