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 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 ArticleNetworking and servers • Re: SSH password authentification or Public Key?
Hello, should I use SSH password authentification or Public Key?I use both. Particularly on headless machines - those are a PITA if you lose the keys.Key based auth is a lot more convient once setup...
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 ArticleArch • Re: Manjaro kde plasma on rpi5
After an update of manjaro arm kde plasma on rpi5 jumps to kde6.Beautiful desktop.Some minor problems with taskbar (unstable branch) but very beautiful desktop.All works but mini icons in taskbar...
View ArticleCompute Module • Can't compile module anymore :-( (was: Re: CM4+Python+Bit...
Everything worked so well... I reinstalled the OS and I though I just run Make and I have a driver again. But I do not.I did the same thing (installed kernel-headers etc.). Now the version is:Linux...
View ArticleGeneral • How to report compile time values ?
I am wanting to report the compile time values of A, B and C as set in the below by way of example -Code: #define XTR(x) # x#define STR(x) XTR(x)enum { A, // 0 B, // 1};#define C 2#pragma message "A =...
View ArticleSDK • How debug a Pico without the elf?
Hello everyone, I've been working on my Pico Lua computer project and suffered a system crash that wiped out all my recent changes the only place a working copy exists is in my Pico's flash but I...
View ArticleMicroPython • Re: Web page re-direct from Pico?
OK, it may be a bit of brute force and not elegant, but it works.I found an HTML command to redirect the page periodically to another page. I added this line to my HTML string:Code: <meta...
View ArticleTroubleshooting • Re: How Do I Clone A Micro SD Card From An Existing...
i use the "Sd card copier" using a VNC connection to my pi.yes, i do have the graphical desktop... it's used both headless and with output to my TV.works great.Statistics: Posted by terribleted — Sat...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Memory mapped i2c read issues (rpi 4B)
Hi all!I've been trying to get memory mapped i2c (using mmap() to initialize peripherals) working for my Raspberry pi 4B. I've gotten i2c write to work (able to control servos via a PCA9685), but I'm...
View ArticleSDK • Re: How debug a Pico without the elf?
I admit I don't know how to use this tool but it doesn't like the elf and can't find the main function. All I need to do is find out how I setup some of the registers.because the .bin has no symbol...
View ArticleFrançais • Re: Impossible de parmétrer boutton on/off
Bonjour,-J'ai un rasberry pi 4B pour lequel j'ai acheté ce bouton poussoir:https://www.gotronic.fr/art-bouton-pous ... -31884.htm-Je l'ai branché sur la pin 3 et la masse-J'ai ensuite entré ces...
View ArticleBeginners • Help getting started pygame and video drivers on Bookworm Lite
I'm trying to get started with pygame on a Raspberry Pi Zero 2 W running Bookworm Lite and a Waveshare LCD. I am encountering a really crazy amount of difficulty.First - I'm using Raspberry Pi Lite...
View ArticleTroubleshooting • Re: Rpi5 does not boot from SD card if I leave USD flash...
The card is 64 GB, I bought the card reader at a specialty Rpi store, it should supposedly handle 512 GB. A while ago I managed to copy the system to the recalcitrant card via the card reader using...
View ArticleBeginners • Re: Help getting started pygame and video drivers on Bookworm Lite
On Bookworm Lite you have to use the KMSDRM video driver.First check if 'kmstest' produces output on the LCD. You need a kms driver for the waveshare display.I have an Adafruit Ili9341 2.8 inch...
View Article