From nobody Wed Jun 19 09:47:16 2024 X-Original-To: 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 4W3zLR0mSSz5PJCL for ; Wed, 19 Jun 2024 09:47:27 +0000 (UTC) (envelope-from shuriku@shurik.kiev.ua) Received: from mail.flex-it.com.ua (mail.flex-it.com.ua [193.239.74.7]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4W3zLP4BjSz4Hcq for ; Wed, 19 Jun 2024 09:47:25 +0000 (UTC) (envelope-from shuriku@shurik.kiev.ua) Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of shuriku@shurik.kiev.ua designates 193.239.74.7 as permitted sender) smtp.mailfrom=shuriku@shurik.kiev.ua Received: from 93.183.208.50.ipv4.datagroup.ua ([93.183.208.50] helo=[192.168.200.135]) by mail.flex-it.com.ua with esmtpsa (TLS1.3) tls TLS_AES_128_GCM_SHA256 (Exim 4.97.1 (FreeBSD)) (envelope-from ) id 1sJruP-000000005EM-1sdC for wireless@freebsd.org; Wed, 19 Jun 2024 12:47:17 +0300 Content-Type: multipart/alternative; boundary="------------uxwExilaqeHJGeTBmH8b0ylp" Message-ID: Date: Wed, 19 Jun 2024 12:47:16 +0300 List-Id: Discussions List-Archive: https://lists.freebsd.org/archives/freebsd-wireless List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-wireless@freebsd.org Sender: owner-freebsd-wireless@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: Support for Intel AX211 Bluetooth To: wireless@freebsd.org References: <1366e4dd-c0f4-4019-9630-e45838cd7083@shurik.kiev.ua> Content-Language: uk-UA From: Oleksandr Kryvulia In-Reply-To: X-ACL-Warn: SPF failed. 93.183.208.50 is not allowed to send mail from shurik.kiev.ua. X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.29 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.997]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; XM_UA_NO_VERSION(0.01)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; RCVD_COUNT_ONE(0.00)[1]; ASN(0.00)[asn:35297, ipnet:193.239.72.0/22, country:UA]; MIME_TRACE(0.00)[0:+,1:+,2:~]; RCVD_TLS_ALL(0.00)[]; R_DKIM_NA(0.00)[]; MLMMJ_DEST(0.00)[wireless@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[shurik.kiev.ua]; TO_MATCH_ENVRCPT_ALL(0.00)[]; ARC_NA(0.00)[] X-Rspamd-Queue-Id: 4W3zLP4BjSz4Hcq This is a multi-part message in MIME format. --------------uxwExilaqeHJGeTBmH8b0ylp Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit 19.06.24 02:36, Kevin Oberman: > > > On Wed, Jun 12, 2024 at 10:48 PM Oleksandr Kryvulia > wrote: > > 13.06.24 05:01, Kevin Oberman: >> I have an Intel AX211 WiFi/Bluetooth wireless in my Lenovo T16 >> Gen. 1 (Intel) laptop. When I first got the system, it loaded a >> driver, but I failed to get it working before it stopped being >> recognized at all. I assume that it was realized that the old >> driver for older Intel systems didn't work on the AX2xx devices. >> >> Is there any hope of support for newer Intel BlueTooth >> interfaces? I'd really love to get my wireless earbuds working >> with this system. Or should this go to multimedia@? >> > > Look at https://reviews.freebsd.org/D44861. > > > First, thanks very much for your suggestion. I have made several tries > to get it to work, but /dev/ubt0 never gets created After realizing > that I needed to do an etcupdate to get the iwmbtfw.conf installed, I > do see the device shown during the system startup. > ubt0 on uhub1 > ubt0: 2> on usbus1 > > "service bluetooth start ubt0'" generates an error of > "/etc/rc.d/bluetooth: WARNING: Reset failed, retrying." > > I feel like I have simply missed something basic, but have not been > able to figure out what. I have double checked the patch that was not > in the main patch, but in the text specifically for the AX211 To get it work you need: - patch from review - my patch in comments, it must be applied against current src tree after previous patch. - updated firmware from comms/iwmbt-firmware (allready in ports tree since 124f62b82791b7fe8056f58c6455b77f107e1e6d ) This partialy works on my laptop - obex is ok, but bluetooth mouse via bthidd do not works. --------------uxwExilaqeHJGeTBmH8b0ylp Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 8bit 19.06.24 02:36, Kevin Oberman:


On Wed, Jun 12, 2024 at 10:48 PM Oleksandr Kryvulia <shuriku@shurik.kiev.ua> wrote:
13.06.24 05:01, Kevin Oberman:
I have an Intel AX211 WiFi/Bluetooth wireless in my Lenovo T16 Gen. 1 (Intel) laptop. When I first got the system, it loaded a driver, but I failed to get it working before it stopped being recognized at all. I assume that it was realized that the old driver for older Intel systems didn't work on the AX2xx devices.

Is there any hope of support for newer Intel BlueTooth interfaces? I'd really love to get my wireless earbuds working with this system. Or should this go to multimedia@?


Look at https://reviews.freebsd.org/D44861.

First, thanks very much for your suggestion. I have made several tries to get it to work, but /dev/ubt0 never gets created After realizing that I needed to do an etcupdate to get the iwmbtfw.conf installed, I do see the device shown during the system startup.
ubt0 on uhub1
ubt0: <vendor 0x8087 product 0x0033, class 224/1, rev 2.01/0.00, addr 2> on usbus1

"service bluetooth start ubt0'" generates an error of "/etc/rc.d/bluetooth: WARNING: Reset failed, retrying."

I feel like I have simply missed something basic, but have not been able to figure out what. I have double checked the patch that was not in the main patch, but in the text specifically for the AX211

To get it work you need:
- patch from review
- my patch in comments, it must be applied against current src tree after previous patch.
- updated firmware from comms/iwmbt-firmware (allready in ports tree since 124f62b82791b7fe8056f58c6455b77f107e1e6d)

This partialy works on my laptop - obex is ok, but bluetooth mouse via bthidd do not works.
--------------uxwExilaqeHJGeTBmH8b0ylp--