Hello friends, execute the commands according to the pictures in the order of opkg update
OpenPLi supported WiFi chipsets
Re: OpenPLi supported WiFi chipsets #61
Re: OpenPLi supported WiFi chipsets #62
Re: OpenPLi supported WiFi chipsets #63
Re: OpenPLi supported WiFi chipsets #64
Re: OpenPLi supported WiFi chipsets #65
Posted 29 May 2023 - 19:09
You have the name of the kernel driver wrong:
opkg install kernel-module-8188euso without the "r".
root@purehd:~# lsusb Bus 001 Device 002: ID 2001:331b Bus 001 Device 001: ID 1d6b:0002 Bus 002 Device 001: ID 1d6b:0001 root@purehd:~# opkg list-installed | grep "8188" firmware-rtl8188eu - 1.1+git296+4b2b151-r0.5 kernel-module-r8188eu-4.2.1 - 4.2.1-r0.9 root@purehd:~# opkg install firmware-rtl8188eu No packages installed or removed. root@purehd:~#
Edited by jaro44, 29 May 2023 - 19:11.
Re: OpenPLi supported WiFi chipsets #66
Re: OpenPLi supported WiFi chipsets #67
Re: OpenPLi supported WiFi chipsets #68
Re: OpenPLi supported WiFi chipsets #69
Posted 29 May 2023 - 22:10
Why don't you just type in what you're asked? You still haven't installed the driver...
root@purehd:/lib/modules/4.2.1# opkg list-installed | grep "8188" firmware-rtl8188eu - 1.1+git296+4b2b151-r0.5 kernel-module-r8188eu-4.2.1 - 4.2.1-r0.9
I think i installed but dongle dlink dwa-121 still not working on box
Re: OpenPLi supported WiFi chipsets #70
Posted 29 May 2023 - 23:14
F*ck ! Sorry.
Just checked the code in detail.
The purehd runs a 4.2.1 kernel, which comes with a built-in driver for the 8188eu, but the linux kernel drive does not support the dwa-121 rev-b until kernel 5.16. Our out of tree driver for older kernels also supports it (I did check that code), but it turns our that isn't build for the purehd .
So, we either have to patch the kernel, or figure out how to override an in-tree driver with a custom driver.
Might take a while, holiday is coming up soon...
Edited by neo, 29 May 2023 - 23:15.
Re: OpenPLi supported WiFi chipsets #71
Re: OpenPLi supported WiFi chipsets #72
Re: OpenPLi supported WiFi chipsets #73
Re: OpenPLi supported WiFi chipsets #74
Posted 31 May 2023 - 14:06
You can may be zip and attached your own builded working version so that someone else with the same problem can benefits from your work too.
NO SUPPORT by PM, it is a forum make your question public so everybody can benefit from the question/answer.
If you think that my answer helps you, you can press the up arrow in bottom right of the answer.
Wanna help with OpenPLi Translation? Please read our Wiki Information for translators
Sat: Hotbird 13.0E, Astra 19.2E, Eutelsat5A 5.0W
VU+ Solo 4K: 2*DVB-S2 + 2*DVB-C/T/T2 (used in DVB-C) & Duo 4K: 2*DVB-S2X + DVB-C (FBC)
AB-Com: PULSe 4K 1*DVB-S2X (+ DVB-C/T/T2)
Edision OS Mio 4K: 1*DVB-S2X + 1*DVB-C/T/T2
Re: OpenPLi supported WiFi chipsets #75
Re: OpenPLi supported WiFi chipsets #76
Re: OpenPLi supported WiFi chipsets #77
Posted 31 May 2023 - 22:09
It's probably better to post how you patched and built it, as we will probably have to apply that patch too.
I only add id for dlink dwa-121
diff --git a/drivers/staging/rtl8188eu/os_dep/usb_intf.c b/drivers/staging/rtl8188eu/os_dep/usb_intf.c --- a/drivers/staging/rtl8188eu/os_dep/usb_intf.c +++ b/drivers/staging/rtl8188eu/os_dep/usb_intf.c @@ -47,7 +47,8 @@ static struct usb_device_id rtw_usb_id_tbl[] = { {USB_DEVICE(0x2001, 0x330F)}, /* DLink DWA-125 REV D1 */ {USB_DEVICE(0x2001, 0x3310)}, /* Dlink DWA-123 REV D1 */ {USB_DEVICE(0x2001, 0x3311)}, /* DLink GO-USB-N150 REV B1 */ + {USB_DEVICE(0x2001, 0x331B)}, /* D-Link DWA-121 rev B1 */ {USB_DEVICE(0x0df6, 0x0076)}, /* Sitecom N150 v2 */ {} /* Terminating entry */ };
Re: OpenPLi supported WiFi chipsets #78
4 user(s) are reading this topic
0 members, 4 guests, 0 anonymous users