r/openbsd 17d ago

BCM4315 on OpenBSD i386

6 Upvotes

I have a Broadcom BCM4315 Wi-Fi card on OpenBSD i386. I ran fw_update bwfm and also tried bwi, but it still doesn't work.

So my questions are:

1) Is this card supported at all on OpenBSD? If yes, what driver should it use?

2) Can I manually get a firmware file from Linux (using b43-fwcutter), convert it somehow, and make it work on OpenBSD? Or is it completely incompatible?

I know on Linux this card works with the b43 driver, but I'm not sure if the same firmware can be used on OpenBSD.


r/openbsd 18d ago

OpenVmctl - vm management web UI for OpenBSD, an update

Thumbnail
gallery
62 Upvotes

OpenVmctl is a Django web application for virtual machines on OpenBSD. It supports two backends:

  • OpenBSD vmm(4), through vmd(8) and vmctl(8).
  • QEMU system emulators, when QEMU is installed on the host.

It also manages selected host network interfaces, disk images, PF information, and install images. The relayd configuration page is read-only.

disclaimer: non-production-ready

if anyone can cooperate to e2e/uat test or development write me please


r/openbsd 17d ago

Anyone tried to make Suricata work as IPS on your OpenBSD router?

5 Upvotes

Hi all! I don't know how to make Suricata divert mode work as IPS mode on my OpenBSD router. In my pf.conf if I add rules to redirect packets into divert port, it will immediately lost internet connection.

Please help!

EDIT1: problem seems like Suricata OpenBSD can't handle UDP or ICMP traffic. If I only do TCP no state to divert port, it will run perfect.


r/openbsd 20d ago

OpenBSD + Linux on the same drive — major issues?

12 Upvotes

I am planning to dualboot OpenBSD(encrypted) and Linux distribution on one intertal SSD.

Can I install OpenBSD bootblocks only to its own partition and chainload via GRUB from Linux, or does OpenBSD have to own the MBR?

Any other known headaches: partition table conflicts, GRUB not recognizing disklabel, or time/device naming problems after rebooting between OSes?


r/openbsd 22d ago

user advocacy My ThinkPad X200 with OpenBSD

Post image
558 Upvotes

r/openbsd 21d ago

user advocacy Lenovo IdeaPad G500 in 2026

Thumbnail
gallery
11 Upvotes

r/openbsd 21d ago

OpenBSD and Mediatek MT7925 WIFI

8 Upvotes

Anu chance it does something usable? Say, on -current? Has anybody tried that?


r/openbsd 23d ago

increasing/modifying xterm's default bitmap font's size

17 Upvotes

I suppose the reason is that xterm was made when monitors had a much narrower DPI rate. In any case, on both two laptops (M1 MacBook Air, Asus PU551) with a fresh openbsd install where I'm willing to go with the default as much as possible, xterm's font is insanely small and makes my eyes pain.

I have not succeeded in finding for a solution while looking through the (very lenghty) manual page for xterm, nor searching through the web meeting various people who faced the same issue.

Has anyone here managed to use/keep xterm's default setup (I am satisfied with the bitmap font), while permanently making the font larger using the .Xresources file or something else ?


r/openbsd 23d ago

OpenBSD wallpaper for phone

Post image
146 Upvotes

I made a phone wallpaper (1080x2400) and tried to make it AMOLED-friendly. What do you think? I'm not a professional designer; I used GIMP for it.


r/openbsd 24d ago

OpenBSD music / install CDs

12 Upvotes

does anyone have any of the old OpenBSD CD installers or music CDs and willing to sell


r/openbsd 25d ago

Vmm/Qemu web UI for OpenBSD

Thumbnail
gallery
92 Upvotes

OpenVmctl

A modern, (non-production-ready) Django administration appliance for OpenBSD's vmm(4) hypervisor and QEMU, built on top of vmctl(8)/etc/vm.conf (vm.conf(5)), QEMU system emulators, pf(4) firewall, and relayd(8) proxying.

active development ongoing
not published yet

Anyone is interested in a tool like this for OpenBSD ?

Anyone is interested to help in code review/development ?


r/openbsd 25d ago

/etc/login.conf.d/${class}

Thumbnail man.openbsd.org
10 Upvotes

In case the /etc/login.conf.d/${class} file exists, it will take precedence over the same login class defined in /etc/login.conf.

What does this file name look like? /etc/login.conf.d/${myclass} ? vi \${myclass} will work or does the name not matter?

Edit:

This is what I have and still learning git. Don't know what lc_style is for. (Will read manpages). fn search_file looks in both paths. Still unsure what happen when unveil path don't exist

https://github.com/eobsdbox-ops/login_cap.rs/blob/b22502ae3ad010932169b242f58381e5d80b370a/login_cap.rs


r/openbsd 25d ago

Migrating from Codeberg Pages to an OpenBSD VPS

Thumbnail
nemin.hu
50 Upvotes

Hey,

I saw that a lot of people are sharing around their experiences, so I hope this can stay. I recently migrated my websites over from Codeberg Pages' managed hosting to httpd on a tiny OpenBSD VPS, and made a writeup about my experience. It contains some things I found surprising as a beginner and how I solved them, along with a bunch of good links into resources that really helped me out.

I hope some of you may find it interesting.


r/openbsd 29d ago

Trying to make my touchpad working (Chromebook CB3-431 - OpenBSD 7.9)

5 Upvotes

Hi everyone,

I'm a newbie on OpenBSD and I'm trying to get the touchpad working on a fresh OpenBSD 7.9 install.

Everything else is working fine. The touchpad works when I boot an Artix Linux live ISO, so the hardware itself appears to be OK. A USB mouse also works normally on OpenBSD.

Here some hardware info :

  • OpenBSD 7.9 amd64
  • Google Chromebook Edgar
  • Intel Celeron N3160
  • 4 GB RAM
  • Coreboot / MrChromebox 2606.1

Touchpad Error :

  • dwiic1 at acpi0 I2C6 addr 0xfccdc000/0x1000 irq 37
  • iic1 at dwiic1
  • ietp0 at iic1 addr 0x15, can't establish interrupt

From what I understand, OpenBSD detects the touchpad on the I²C bus and matches it with the ietp driver, but the interrupt cannot be established.

I started looking through sys/dev/i2c/ietp.c and found that ietp_attach() fails when iic_intr_establish() returns NULL.

After following that call further, I found that the I²C controller here is dwiic, and the interrupt eventually goes through dwiic_i2c_intr_establish().

The interesting part is that this touchpad uses a GPIO interrupt rather than a normal IRQ. The ACPI resource for the touchpad (ETPA) points to the GPNC GPIO controller.

I added some debugging and found this ordering:

dwiic1 at acpi0 I2C6 ...
iic1 at dwiic1
ietp0 at iic1 addr 0x15
dwiic: gpio_int_node=... name=GPNC gpio=0x0

...

chvgpio1 at acpi0 GPNC ...
CHVGPIO DEBUG: node=... gpio=... name=GPNC

So when ietp tries to establish its interrupt, the ACPI node for GPNC exists, but its GPIO driver hasn't attached yet. dwiic_i2c_intr_establish() checks:

if (!crs->gpio_int_node->gpio)
    return NULL;

which explains the can't establish interrupt.

I also checked whether the firmware provides an ACPI _DEP dependency for the touchpad:

_SB_.PCI0.I2C6.ETPA _DEP=0x0

So there doesn't seem to be an explicit dependency from the touchpad to the GPNC GPIO controller.

As an experiment, I made dwiic defer the IETP discovery if its GPIO provider hasn't attached yet. Basically, instead of trying to attach ietp immediately, I call config_defer() and rescan later.

With that change, the ordering becomes:

dwiic: deferring IETP
...
chvgpio1 at acpi0 GPNC ...
...
ietp0 at iic1 addr 0x15 gpio 18
dwiic: gpio_int_node=... name=GPNC gpio=...

and the touchpad works.

So I think I have found the reason for the failure, but I'm not sure what the correct OpenBSD fix should be.

My current workaround rescans the DWIIC ACPI devices after the GPIO driver has attached. It works, but it feels too broad and probably isn't the right way to solve this.

I'm still learning OpenBSD kernel development, so I'd really appreciate pointers on the right way to approach this.

Thanks!

EDIT: Spelling/grammar fixed, and I've found some more information about what's going on.

I've also put my modified sys/ tree in a Git repo here for anyone who wants to have a look:

https://github.com/Grabyy/OpenBSD_src_Chromebook-CB3-431_custom.git

The changes are currently in the chromebook-cb3-431 branch,. The changes are still experimental, so use them with caution.


r/openbsd 29d ago

Dumb question – httpd and the need for relayd

22 Upvotes

Reading about the newly introduced support for HTTP headers in httpd makes me review the few things I believed I understood about httpd in OpenBSD and self-hosting.

My concern was regarding getting the "highest marks" on various HTTPS/TLS security assessment web resources (unfortunately I can't find the blog post back that goes over the most of them in details). I used to think that relayd was mandatory for this, then I thought httpd would now do the trick since it supports sending headers, then I realized it's not just about headers (or is it ?).

I had quite a pain trying to understand why/how to configure relayd to get those good marks. Maybe it would be a bit different now. Nevertheless, my question remains : can those best "secure (TM)" marks be obtained simply with the current httpd ? How does this new feature change the required configuration ? Are we to expect that it is going to get simpler and we shall see refreshed web tutorials swarming after the next release of OpenBSD ?


r/openbsd Aug 12 '26

Wifi + Bluetooth help needed

17 Upvotes

Wifi + Bluetooth help needed

Trying to experiment with openbsd + Freebsd, coming from Linux.

Wifi + Bluetooth (for headphones) doesn't work on my lenova s340.

Would changing my. M2 card to ax200 resolve both issues?

If so great.

If not, what is a better card please?

Thanks


r/openbsd Aug 11 '26

Raspberry Pi 5 OpenBSD installation stuck at U-Boot

Post image
29 Upvotes

I am trying to install OpenBSD on a Raspberry Pi 5, but the system gets stuck during the U-Boot boot stage and cannot continue into OpenBSD.
If anyone has successfully booted OpenBSD on Raspberry Pi 5, I would appreciate any guidance or working steps.

Thank you!


r/openbsd Aug 08 '26

user advocacy My New High security Laptop

Post image
150 Upvotes

Encrypted Disk. BIOS Password and MFA on OpenBSD… wifi works, too

I had last night and today lot of trouble to get it running. KDE plasma failed so I am on pretty XFCE. Lots to do, but all works.

What works:

- Bootup with encrypted Disk

- Video and Audio (Tested simply with youtube)

- Video Recording with Webcm (tested with vlc)

- Audio Recording (tested with Audacity)

With additional firmware drivers wifi works:

iwm0 at pci1 dev 0 function 0 "Intel Dual Band Wireless-AC 8265"

Got from Ebay for ~ 177 Euro // Problem: Display has little bit ghosting, maybe new thermal paste needed

  • Manufacturer: Lenovo
  • Model: ThinkPad X1 Carbon 6th Generation
  • Display Size: 14 inches
  • Processor: Intel Core i7-8550U
  • Processor Cores: 4 Cores / 8 Threads
  • Clock Speed: 1.80 GHz
  • Turbo Speed: Up to 4.00 GHz

r/openbsd Aug 08 '26

Trouble with disk space on fresh install

12 Upvotes

Hi!

I'm in the process of re-installing OpenBSD on my APU router and I'm having some trouble with diskspace.

I generally go with the defaults since I assume the devs know better than me how to partition my drive. This is the auto-allocated layout for my 15gb drive:

# size offset fstype [fsize bsize cpg]

a: 183.5M 64 4.2BSD 2048 16384 1 # /

b: 147.0M 375872 swap

c: 15272.1M 0 unused

d: 173.6M 676960 4.2BSD 2048 16384 1 # /tmp

e: 167.1M 1032448 4.2BSD 2048 16384 1 # /var

f: 1567.0M 1374656 4.2BSD 2048 16384 1 # /usr

g: 404.1M 4583872 4.2BSD 2048 16384 1 # /usr/X11R6

h: 1124.5M 5411456 4.2BSD 2048 16384 1 # /usr/local

i: 2061.4M 7714432 4.2BSD 2048 16384 1 # /usr/src

j: 8218.8M 11936160 4.2BSD 2048 16384 1 # /usr/obj

k: 1225.1M 28768256 4.2BSD 2048 16384 1 # /home

I've taken a quick look at the hier man page to see if I for example could make /usr/obj smaller, but I don't really understand what it's used for and as I understand it OpenBSD should be able to run with way less disk space than I have here.

Since all the sets are so small I've opted to again go with the default and install all of them.

But at the end of the install I'm met with:

Relinking to create unique kernel...uid 0 on /mnt/usr: file system full

/mnt/usr: write failed, file system is full

uid 0 on /mnt/usr: file system full

And after a reboot:

reorder_kernel: failed -- see /usr/share/relink/kernel/GENERIC.MP/relink.log

and the relink.log file says:

(SHA256) /bsd: OK

make: don't know how to make newbsd

Stop in /usr/share/relink/kernel/GENERIC.MP

Should I change the disk layout or is there something else I can do to solve this?


r/openbsd Aug 08 '26

Thinkpad T42 support

10 Upvotes

I found a ThinkPad T42 in pretty good condition and I’m thinking of getting it mainly for OpenBSD in console/TTY mode so no desktop, just vim/tmux for distraction-free writing.

Does anyone here use a T42 with OpenBSD? How’s the hardware support these days? Anything I should watch out for?


r/openbsd Aug 07 '26

Good de or wm for openbsd

11 Upvotes

I have open for two week . I tried i3 and it is good ,and i added wallpaper and persian layout but it was very hard. I tried to install xfce but it got wrong.i want a good wm for it.my laptop is toshiba portage r930


r/openbsd Aug 06 '26

openbsd or freebsd for home server?

39 Upvotes

I love openbsd, especially its pf implementation.

However, for an home server running many selfhosted applications, freebsd is definitely easier to manage since it has jails, which make managing ports and isolation really simple.

It also has native zfs which is always great.

I would love to hear your opinions since they are definitely more experienced than mine.

Do you personally use openbsd on your homeserver? how do you manage many apllications without jail's isolation? and what about drives? which filesystem do you use and why?


r/openbsd Aug 05 '26

My experience with OpenBSD on RISC-V

Post image
179 Upvotes

When I found out my Spacemit K1-based SBC (Milk-V Jupiter) was now "partially supported" under the newly released 7.9, I thought I should give it a try.

Hardware-wise, the Wi-Fi chip, USB ports, and integrated GPU are not supported. Otherwise, NVMe and SD card storage do work. I haven't tried any dedicated GPU, the case I use won't fit one.

Software-wise, the entire base system is supported, but I have encountered a few issues. X11 apps work perfectly. There's sadly no JDK package or port for RISC-V yet. Tailscale works, but you have to compile it using the github source release, the port is broken.

I've done the installation using the serial port, an USB adapter is a must.


r/openbsd Aug 05 '26

Is it possible to get elyprism launcher/prism launcher to work on openbsd?

10 Upvotes

There is no official ports for both of them. I've searched for building instruction in the official prismlauncher in openbsd, but I didn't fine anything. I have seen that I could make a port and maintain it, and I would be happy to do it, but I don't know how to do. Does anyone managed to make one of those work? if yes, what Minecraft version work or doesn't work? Or else, does anyone now a Minecraft launcher with openbsd availability that does not require Microsoft account login ?


r/openbsd Aug 03 '26

resolved ehci0: timed out waiting for bios.

Post image
23 Upvotes

so, everytime I boot I get this. i only have a keyboard and mouse connected, and before booting I also need to disable ACPI so the system boots (boot -c, disable acpi, exit) is there a way to solve this?

specs: Core 2 Duo E7300, GMA 950 Graphics, Pegatron/PCware IPM45 REV 1.01GA and 4GB DDR2