Search results for query: raspberry-pi

  1. The following words were not included in your search because they are too short, too long, or too common: pi
  1. serjsk8

    Extremely slow access point (dual wifi setup on Pine RockPro64)

    I have the same problem on my Raspberry Pi3. I was using a Realtek RTL8188EUS usb Wi-Fi, and the connection kept degrading every time under not very heavy loads. I couldn't figure out what the problem was... the driver, the configuration, or the hardware. I tried switching to an Ethernet cable...
  2. victort

    Restream Internet Radio locally

    Nice. Wasn’t aware of that. MediaMTX was not in ports last I checked, but I’m assuming it you who added it? Nice, as I also use it for video streaming. I use script as it makes it easy to mount directories and do some stuff that would otherwise need to be done manually.
  3. D

    Restream Internet Radio locally

    ...and to something "ancient" MediaMTX actually does this perfectly fine and with less dependencies ;-) https://novamostra.com/2025/05/13/audio-over-ip-using-raspberry-pi/ for example regarding the audio only part Also, why would use a script when both are available in the ports tree and as...
  4. Espionage724

    Restream Internet Radio locally

    I had a Raspberry Pi running a MPD server; on another computer I'd take Shoutcast URLs and put them on the RPi, then the RPi would output the stream on connected speakers. It was for a whole-house audio setup so a speaker amp was on the RPi and speakers wired throughout the house to the amp (so...
  5. doul

    Humble hobby OS project

    Your new documentation is great 👍 A forum to talk about advanced topics like OSes development, in addition a narrow specific feature of x86 arch? I don't think so. I scrolled the OSDev forum for a few months, then I quit; it's useless; their documentation is useful.
  6. astyle

    Humble hobby OS project

    There are specialty forums for hobby-level electronics enthusiasts - like for Raspberry Pi, Arduino, and the like. I think those forums are a decent starting point for spreading the word about your project. Hacker News, Reddit, and OSDev are also viable options. I think that the key here is to...
  7. blackbird9

    Weird-looking PCs

    Home-made wooden laptop, based on a raspberry pi. https://www.instructables.com/Tiny-Wooden-Laptop/
  8. cy@

    Complete Noob

    For anyone coming from Linux, UFS would be more familiar. UFS is akin to EXT4 -- EXT4 is extent based whereas UFS uses cylinder groups. Both have a similar feel. A Linux user will feel more at home with UFS. ZFS is kind of like XFS on steroids. XFS predates ZFS by six years. ZFS is like XFS and...
  9. P

    Complete Noob

    That would be great!!!
  10. froggit9000

    Complete Noob

    If you get curious to try FreeBSD again sometime, if money is not a problem for you, I would install an extra NVMe or SATA SSD in your desktop PC and install directly to that. This way you get a simpler installation, don't risk zapping your old OS (Linux?), get fast boot times and can just...
  11. gotnull

    Complete Noob

    https://forums.freebsd.org/threads/rainbow-on-boot-after-restart-raspberry-pi-4.94092
  12. cracauer@

    Complete Noob

    I did use older FreeBSD images on various Pis. There were no steps other than burning the SD card. It boots into a full OS, there is no installer. Which Pi do you have, exactly?
  13. zzfs6

    Complete Noob

    I think I have a 3b laying around. I'll give it a shot later today.
  14. U

    Complete Noob

    Let's keep it simple. Has anyone successfully installed https://download.freebsd.org/releases/ISO-IMAGES/14.3/FreeBSD-14.3-RELEASE-arm64-aarch64-RPI.img.xz on a Raspberry Pi recently? If so, can they list the precise steps please? If no one has actually done this then any other suggestions...
  15. Zare

    Complete Noob

    Also what we could try to do, is make a SD card image of already-setup FreeBSD for some Raspberry Pi, with the choice of software Peter would like to have.
  16. Zare

    Complete Noob

    Hey, you seem to be misdirected by Linux desktop affairs. FreeBSD like all Unices is a server OS. This doesn't mean it's not very very usable on the desktop, but it is not an out-of-the-box desktop experience. Let me just say upfront if you're happy with Linux there is no need to switch to...
  17. eternal_noob

    Complete Noob

    I would not install a full blown desktop on the RPI 3b. Rather, Xorg minimal (x11/xorg-minimal), the x11-drivers/xf86-video-scfb video driver, Openbox window manager (x11-wm/openbox) and tint2 (x11/tint). This is a lighweight graphical environment which should run ok with this little amount of...
  18. R

    Complete Noob

    For a beginner transitioning from other Unixes or from Linux, UFS is easier: The commands to format, mount and manage the file system are traditional. In the long run, ZFS is the far better file system. On a Raspberry Pi 3B (only 1 gig of memory), and running in a VM with a second operating...
  19. M

    Solved A good amount of money has been stolen from my bank account bypassing the double factor authentication.

    Its not going to work because those apps are checking phone IMEI number. And thats something you cant spoof or emulate.
  20. ZioMario

    Solved A good amount of money has been stolen from my bank account bypassing the double factor authentication.

    But how much is Linux capable of running Android apps ? The idea would be to install them directly on Linux or emulate it with qemu-kvm...or even Android with bhyve for FreeBSD (x86/64 bit or on Arm),but that's more complicated. And then I could install the bank app inside the virtual machine...
Back
Top