Re: driver support for USB WiFi RTL8188GU
- Reply: Juraj Lutter : "Re: driver support for USB WiFi RTL8188GU"
- In reply to: Miroslav Lachman : "Re: driver support for USB WiFi RTL8188GU"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 11 Oct 2023 10:18:02 UTC
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