Date: Fri, 1 Apr 2022 01:20:15 +0000 (UTC) From: "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net> To: Simple <yklaxds@gmail.com> Cc: FreeBSD wireless mailing list <wireless@freebsd.org> Subject: Re: iwlwifi/LinuxKPI 802.11 update Message-ID: <alpine.BSF.2.00.2204010117180.68830@ai.fobar.qr> In-Reply-To: <CA%2BPGaYBWd1Tf8nZY%2B8Tzdb5rfdhGx597k%2BQUp_9UrsVfurLhPw@mail.gmail.com> References: <86sfr5o9hj.fsf@kpiecuch.pl> <2dadd936-7bd6-ad0a-e2f8-b6f0e677b785@nihon-u.ac.jp> <CA%2BPGaYBWd1Tf8nZY%2B8Tzdb5rfdhGx597k%2BQUp_9UrsVfurLhPw@mail.gmail.com>
index | next in thread | previous in thread | raw e-mail
On Sat, 26 Mar 2022, Simple wrote:
> Write the following section to /etc/rc.conf.
>
> kld_list="if_iwlwifi"
No longer needed on an up-to-date system.
> wlans_iwlwifi0="wlan0"
> wlandebug_wlan0="+state +crypto +node +auth +assoc +dot1xsm +wpa"
You can probably drop the wlandebug_wlan0 as well, unless you are experiencing
problems. Leave it as #wlandebug_wlan0 maybe.
> ifconfig_wlan0="WPA SYNCDHCP"
>
> Create /etc/wpa_supplicant.conf.
>
> network={
> ssid="WIFI name (SSID)"
> psk="WIFI password"
> }
Anything from here onwards should not be needed on an up-to-date
system. If you still do then something is wrong. Also given you
loaded the driver from kld_list before, manual loading should also not
have been needed anymore.
> Lload the driver.
>
> # kldload if_iwlwifi
>
> Note: The following section must be executed once per boot to be able to
> network.
>
> Create and link.
>
> # ifconfig wlan0 create wlandev iwlwifi0
> # /etc/rc.d/netif start wlan0
Lots of health,
Bjoern
--
Bjoern A. Zeeb r15:7
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.2204010117180.68830>
