Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Oct 2023 13:18:02 +0300
From:      "Andrey V. Elsukov" <bu7cher@yandex.ru>
To:        freebsd-hackers@freebsd.org
Subject:   Re: driver support for USB WiFi RTL8188GU
Message-ID:  <ac707c8d-6ec0-3de1-e79d-513d5c44a032@yandex.ru>
In-Reply-To: <f51caa6b-e735-4777-46a8-4bd4834be564@quip.cz>
References:  <bcd0faf2-40c1-3f4a-ddd4-a975eb4944ce@quip.cz> <20231010100005.6735e50f@ernst.home> <25d9095c-06e8-8490-012c-589ce2fd918d@quip.cz> <D03DD6B8-3C0A-4E3E-8F83-537AE945994A@FreeBSD.org> <f51caa6b-e735-4777-46a8-4bd4834be564@quip.cz>

next in thread | previous in thread | raw e-mail | index | archive | help
On 10.10.2023 12:18, Miroslav Lachman wrote:
> 1) is this idProduct = 0xb711 the ID I should try to add somewhere?
> 2) is there a way to avoid manual eject every time I try to use this 
> dongle? (I tried usbconfig -d ugen1.4 add_quirk UQ_MSC_IGNORE with no luck)

In linux 0xb711 device is handled by rtl8xxxu driver:
https://github.com/torvalds/linux/blob/1c8b86a3799f7e5be903c3f49fcdaee29fd385b5/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c#L7792

The most corresponding our analog seems to be rtwn(4) driver. But it 
lacks support for rtl8710b. Even if you add device id, it won't work.

-- 
WBR, Andrey V. Elsukov




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ac707c8d-6ec0-3de1-e79d-513d5c44a032>