Troubleshooting • Raspberry showed like a 0.0.0.0 device
Can you tell me why my RPI2W is showed like a 0.0.0.0 device in my router´s home page ?Hostname empty too.Statistics: Posted by valdemirs — Fri Feb 09, 2024 10:59 am
View ArticleGeneral discussion • Re: Minior bug: System Tools menu in Main Menu
This might be a good place to bring your concern to the attention of the relevant Raspberry Pi colleagues -https://github.com/raspberrypi/bookworm-feedback/issuesStatistics: Posted by B.Goode — Fri...
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 directoryNew account?mitu suggested...
View ArticleAdvanced users • Re: No DRM in Firefox - can't find the...
to each there own.i3 is worthy wm, can be configured in countless ways.have fun.Statistics: Posted by kerry_s — Sat Feb 10, 2024 10:08 am
View ArticleGeneral discussion • Re: Which raspberry pi models are still being manufactured?
In short I think everything except the original 28pin Pi1 is still in production.Were they ever produced? Are you suggesting that the two I have are a figment of my imagination?Statistics: Posted by...
View ArticleGeneral discussion • Re: Where can I find a Pico Pinout that uses the new...
DIO and DOO DIO - D Input Output ?DOO D Output Output ?No possible confusion there !PeterOStatistics: Posted by PeterO — Sat Feb 10, 2024 10:29 am
View ArticleGraphics, sound and multimedia • Re: TC358743 on rpi5
I was updating my code and found out that eglCreateImageKHR return NULL with DRM_FORMAT_RGB888it only works with 32bit formats like DRM_FORMAT_ARGB8888 and DRM_FORMAT_XRGB8888my program is based on...
View ArticlePython • Re: Writing generated audio as FLAC?
Digging around, it seems I need the script to convert from <class 'bytes'> to <class 'numpy.ndarray'> or else have the sine wave generated directly as a <class 'numpy.ndarray'>...
View ArticleFrançais • Re: Python 3.11.2 bloc quand j'execute mon code
Bonjour,j'ai remplacé la ligne Code: fp.geometry("680x9800-600+100")comme vous me l'avez dit parCode: fp.geometry("540x790-600+100")et ça marche sur le RPI5. Ce qui veut dire que c'était trop grand.Je...
View ArticleAdvanced users • MultiBoot
Hello,How to do a multiboot with grub ? How to install Raspi OS, Osmc, Libreelec on the same micro sd card ?Regards.Statistics: Posted by dmht13 — Sat Feb 10, 2024 10:55 am
View ArticleTroubleshooting • Re: Issue with systemd on Rpi
I donno if your name is based on the book, but it's one of my favorites...Of course it is...BTW - if I don't put sudo in front of the command within the .sh file, it will not run properly.sudo should...
View ArticleAdvanced users • Re: MultiBoot
Use PINN instead (see sig below)Statistics: Posted by procount — Sat Feb 10, 2024 11:05 am
View ArticleSDK • Re: PICO : Can't update firmware uf2 by drag and drog
"taking care to have "build_flags = -D LIB_PICO_STDIO_USB" in platformio.ini"You can probably get things working by manually putting the Pico into BOOTSEL mode, re-plug the Pico into USB while holding...
View ArticlePython • 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 ArticleNetworking 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 ArticlePython • Re: very noisy SoC temperature measurement (RPi5)
Having ascertained that a Raspberry Pi's SoC temperature reporting has noise, what are you going to do with it?I've written a daemon in C that does some filtering on the fly and spits data in a file...
View ArticleTroubleshooting • Re: look giving strange results
I guess if it is working as documented then it is a 'feature' not a 'bug'?The write up of -f, --ignore-case in man look is not particularly helpful or revealing.The corresponding description in man...
View ArticleTroubleshooting • Re: C++ fgets behaving very oddly on Bookworm
Hi Peter,I really do think that the problem is not in the implementation of fgets, but your expectation of the behaviour of your program.The fgets function is provided by the glibc library and is the...
View ArticleGeneral discussion • Can't run my tflite model
Can someone help me. Im stuckStatistics: Posted by Rynch — Sun Feb 11, 2024 10:36 am
View ArticleRaspberry Pi OS • Re: legacy materials moving from archive.raspbian.org to...
So bullseye install chromium which is not supported on a PI0wThe wget command generates an errorUnable to resolve host address raspbian.raspberrypi.orgso just to try something I entered the web link...
View Article