Re: Cannot configure wi-fi card

2022-05-27 Thread Matsuda Kenji
I installed on a dedicated desktop computer at home. And it is not dual boot. I have only OpenBSD installed on my ssd drive. On Sat, May 28, 2022 at 03:11:12PM +0900, Fabrizio Francione wrote: > Are You installing on a VM like Proxmox  or is that a dedicated HW? > > Do you have a dual boot or re

Re: Cannot configure wi-fi card

2022-05-27 Thread Fabrizio Francione
Are You installing on a VM like Proxmox  or is that a dedicated HW? Do you have a dual boot or related? On 5/28/2022 1:21 PM, Matsuda Kenji wrote: Thank you for your reply. Did you install the iwm firmware? https://www.openbsd.org/faq/faq4.html#WifiOnly I can connect to the Internet via Ethe

Re: Cannot configure wi-fi card

2022-05-27 Thread Matsuda Kenji
Thank you for your reply. > Did you install the iwm firmware? > https://www.openbsd.org/faq/faq4.html#WifiOnly I can connect to the Internet via Ethernet, and iwm firmware was installed by fw_update at the first boot. There is firmware files in /etc/firmware: $ls /etc/firmware/iwm*

Re: Cannot configure wi-fi card

2022-05-27 Thread Elias Carter
Did you install the iwm firmware? https://www.openbsd.org/faq/faq4.html#WifiOnly Elias On Fri, May 27, 2022 at 19:25 Matsuda Kenji wrote: > Hello. > > I just installed OpenBSD 7.1 and am having trouble > setting up a wi-fi card. > There is no wi-fi interface in ifconfig output. > Dmesg says tha

Re: C states lost on amd64

2022-05-27 Thread Philip Guenther
On Fri, 27 May 2022, Jan Stary wrote: > ... and with the latest snapshot, they are back. ... > acpicpu0 at acpi0: C3(350@96 mwait.1@0x20), C2(500@64 mwait.1@0x10), > C1(1000@1 mwait.1), PSS > acpicpu1 at acpi0: C3(350@96 mwait.1@0x20), C2(500@64 mwait.1@0x10), > C1(1000@1 mwait.1), PSS > acpicpu2

Cannot configure wi-fi card

2022-05-27 Thread Matsuda Kenji
Hello. I just installed OpenBSD 7.1 and am having trouble setting up a wi-fi card. There is no wi-fi interface in ifconfig output. Dmesg says that there is some error configuring NIC: iwm0 at pci1 dev 0 function 0 "Intel Dual Band Wireless-AC 9260"\ rev 0x29, msix iwm0: F

Re: spamd on VirtualBox vm - rdr-to rules not working as expected

2022-05-27 Thread Alex Johnson
Thank you for your insight. I believe you are exactly correct. I have previously run OpenBSD as my router and spamd in the classic setup, so that is my past experience base. I was hoping to use it in this situation as just a proxy in front of the mail server, but that seems to be getting outside o

Re: C states lost on amd64

2022-05-27 Thread Jan Stary
... and with the latest snapshot, they are back. OpenBSD 7.1-current (GENERIC.MP) #556: Thu May 26 12:15:05 MDT 2022 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP real mem = 14861991936 (14173MB) avail mem = 14394216448 (13727MB) random: good seed from bootblocks mpath0

Re: spamd on VirtualBox vm - rdr-to rules not working as expected

2022-05-27 Thread nacelle
On Thu, 26 May 2022, Arete wrote: My setup: Re-purposed Mac Mini running MacOS 12.4 Monterey, Postfix & Dovecot, smtp port-forwarded to this box from my firewall. OpenBSD 7.1 running in a VirtualBox machine on the same Mac Mini, with bridged networking enabled. insert obvious comment about Open

Re: spamd on VirtualBox vm - rdr-to rules not working as expected

2022-05-27 Thread Stuart Henderson
On 2022-05-27, Arete wrote: > I’m setting up spamd in front of a Postfix mail server, and am having > an issue with rdr-to rules not working the way I expect. > > My setup: Re-purposed Mac Mini running MacOS 12.4 Monterey, Postfix & > Dovecot, smtp port-forwarded to this box from my firewall. Open