From nobody Wed Feb 01 04:27:37 2023 X-Original-To: freebsd-wireless@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4P685w6Q8Kz3c2F0 for ; Wed, 1 Feb 2023 04:27:32 +0000 (UTC) (envelope-from ihor@antonovs.family) Received: from mail.antonovs.family (mail.antonovs.family [100.25.240.195]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.antonovs.family", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4P685v6k2Xz4Tlh for ; Wed, 1 Feb 2023 04:27:31 +0000 (UTC) (envelope-from ihor@antonovs.family) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=antonovs.family header.s=20200215 header.b=ClXwNkpt; spf=pass (mx1.freebsd.org: domain of ihor@antonovs.family designates 100.25.240.195 as permitted sender) smtp.mailfrom=ihor@antonovs.family; dmarc=pass (policy=none) header.from=antonovs.family DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=antonovs.family; s=20200215; t=1675225641; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=tJXP+vyKgmtm8wEkUerktfSTA7IIQiOZfQXneDGsHgs=; b=ClXwNkptMyLV0DA3WQ7gZkzXD1INOYhsYEdut9HJZ5CCWURCGKHlY64OkQUm/wiIt6Fd88 1rHvBDOYMGMpIdOZnQ2pqDM1WPQhrEacfHcgWo/EOwVod9CMdbX8hCVMUr7pucjq6FSDgT 53V+O61WyFERltZO9y2bE3DSEjJvdkE= Received: by mail.antonovs.family (OpenSMTPD) with ESMTPSA id 280fd3a4 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Wed, 1 Feb 2023 04:27:21 +0000 (UTC) Message-ID: Date: Wed, 1 Feb 2023 04:27:37 +0000 List-Id: Discussions List-Archive: https://lists.freebsd.org/archives/freebsd-wireless List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-wireless@freebsd.org X-BeenThere: freebsd-wireless@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1 To: freebsd-wireless@freebsd.org Content-Language: en-US From: User Ngor Subject: 5GhZ on AX201? Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spamd-Result: default: False [-3.00 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; SUBJECT_ENDS_QUESTION(1.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.999]; DMARC_POLICY_ALLOW(-0.50)[antonovs.family,none]; R_SPF_ALLOW(-0.20)[+mx]; R_DKIM_ALLOW(-0.20)[antonovs.family:s=20200215]; MIME_GOOD(-0.10)[text/plain]; MLMMJ_DEST(0.00)[freebsd-wireless@freebsd.org]; DKIM_TRACE(0.00)[antonovs.family:+]; ASN(0.00)[asn:14618, ipnet:100.24.0.0/13, country:US]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FROM_HAS_DN(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-wireless@freebsd.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_NONE(0.00)[]; RCVD_TLS_ALL(0.00)[] X-Rspamd-Queue-Id: 4P685v6k2Xz4Tlh X-Spamd-Bar: -- X-ThisMailContainsUnwantedMimeParts: N Hello list, Is 5GhZ wifi expected to work in my situation? 2.4 GHz works pretty much out of the box (only necessary rc.conf configuration) FreeBSD-14 Current, built yesterday. ThinkPad X1 Yoga Gen6 Chip: Intel AX201 (vendor=0x8086 device=0xa0f0) I have 2 wireless networks at home 2.4 and 5 GhZ respectively Home-2: SSID for 2.4 GHz b/g/n Home-5: SSID for 5 GHz a/n/ac Other devices (smartphones, OSX and Linux laptops work fine on 5) wpa_supplicant.conf (good): network={     ssid="Home-2"     psk="xxxx" } wpa_supplicant.conf (bad): network={     ssid="Home-5"     psk="xxxx" } Changing SSID to 5GHz results in no wifi. `service netif restart` finishes, with wlan0 device with no carrier. Is there a way to make 5GHz work in my situation or is it not yet supported? Thanks -- Ihor Antonov