iwx driver on AX210 (Framework laptop)

2022-07-06 Thread Ioan Bizău
Hi there! Trying to get OpenBSD running the the Framework laptop. The issue seems to be the AX210 wireless card which is not supported by the iwx driver that comes with 7.1. I noticed that AX210 *should* be supported according to the commits in the repo as of May 10th -

Re: dhcpleased and ifstated

2022-07-06 Thread Christer Solskogen
On Tue, Jul 5, 2022 at 9:56 PM Christer Solskogen < christer.solsko...@gmail.com> wrote: > Now that dhclient is soon to be gone, I wanted to switch to dhcpleased. > But I do have a hard time understanding how I can get that to work together > with CARP and ifstated. > With dhclient, as soon as

Re: mSATA in APU2D0

2022-07-06 Thread Jan Stary
On Jul 06 11:54:02, stu.li...@spacehopper.org wrote: > On 2022-07-06, Jan Stary wrote: > > This is current/amd64 on an APU2D0, dmesg below > > Everything runs just fine from a SD card. > > > > My problem is it does not boot with this mSATA disk in. > > The leds of the mSATA and the leds of the

Re: dhcpleased and ifstated

2022-07-06 Thread Florian Obser
On 2022-07-06 10:09 +02, Christer Solskogen wrote: > On Tue, Jul 5, 2022 at 9:56 PM Christer Solskogen < > christer.solsko...@gmail.com> wrote: > >> Now that dhclient is soon to be gone, I wanted to switch to dhcpleased. >> But I do have a hard time understanding how I can get that to work

mSATA in APU2D0

2022-07-06 Thread Jan Stary
This is current/amd64 on an APU2D0, dmesg below Everything runs just fine from a SD card. My problem is it does not boot with this mSATA disk in. The leds of the mSATA and the leds of the APU keep blinking, the console keeps repeating PC Engines apu2 coreboot build 2006

Re: mSATA in APU2D0

2022-07-06 Thread Stuart Henderson
On 2022-07-06, Jan Stary wrote: > This is current/amd64 on an APU2D0, dmesg below > Everything runs just fine from a SD card. > > My problem is it does not boot with this mSATA disk in. > The leds of the mSATA and the leds of the APU keep blinking, > the console keeps repeating Is it in the

Re: iwx driver on AX210 (Framework laptop)

2022-07-06 Thread Stefan Sperling
On Wed, Jul 06, 2022 at 09:50:34AM +0300, Ioan Bizău wrote: > Hi there! > > Trying to get OpenBSD running the the Framework laptop. The issue seems to be > the AX210 wireless card which is not supported by the iwx driver that comes > with 7.1. AX210 is only supported in -current. Run

Re: iwx driver on AX210 (Framework laptop)

2022-07-06 Thread Stefan Sperling
On Wed, Jul 06, 2022 at 11:21:29AM +0300, Ioan Bizău wrote: > Yup, I noticed that after checking the commit history. But I was wondering > how I can get a newer snapshot of the driver running in 7.1. I thought > fw_update would help if I get the snapshot from >

Re: iwx driver on AX210 (Framework laptop)

2022-07-06 Thread Ioan Bizău
> The 7.1 release does not contain the relevant changes to the driver. > To find out, see the commit history of the driver here: > https://cvsweb.openbsd.org/src/sys/dev/pci/if_iwx.c > The OPENBSD_7_1 tag sits on revision 1.140, any changes above that > are only available in -current snapshots.

Re: dhcpleased and ifstated

2022-07-06 Thread Christer Solskogen
On Wed, Jul 6, 2022 at 4:47 PM Florian Obser wrote: > > Are you comparing the same thing? I.e. did dhcpleased get a lease before > and does /var/db/dhcpleased/$IF exist? > Both nodes have /var/db/dhcpleased/$IF. If I reboot both firewalls only the master have gotten the lease, until I do a

Some framebuffer related questions

2022-07-06 Thread Karsten Pedersen
Hi there, I have been working on a small library to allow drawing directly to the framebuffer, similar to FreeBSD's old VGL library. Including keyboard handling and in the future I will tackle sound too. I have made a quick port of the GNUBoy gameboy emulator as well as some debug programs here: