Jump to content


Photo

OpenPLi supported WiFi chipsets


  • Please log in to reply
77 replies to this topic

Re: OpenPLi supported WiFi chipsets #61 pedy

  • Senior Member
  • 25 posts

0
Neutral

Posted 14 May 2023 - 16:14

Hello friends, execute the commands according to the pictures in the order of opkg update

Attached Files

  • Attached File  11.JPG   139.83KB   0 downloads
  • Attached File  12.JPG   52.48KB   0 downloads
  • Attached File  13.JPG   54.41KB   0 downloads


Re: OpenPLi supported WiFi chipsets #62 pedy

  • Senior Member
  • 25 posts

0
Neutral

Posted 14 May 2023 - 16:19

And after executing the "dmesg" command, the images below will be sent for review. Thank you.

 

 

Attached Files

  • Attached File  a.JPG   155.52KB   0 downloads
  • Attached File  b.JPG   134.86KB   0 downloads
  • Attached File  c.JPG   141.5KB   0 downloads
  • Attached File  d.JPG   136.51KB   0 downloads
  • Attached File  e.JPG   148.46KB   0 downloads


Re: OpenPLi supported WiFi chipsets #63 neo

  • PLi® Contributor
  • 712 posts

+45
Good

Posted 14 May 2023 - 16:25

You have the name of the kernel driver wrong:

opkg install kernel-module-8188eu

so without the "r".



Re: OpenPLi supported WiFi chipsets #64 pedy

  • Senior Member
  • 25 posts

0
Neutral

Posted 15 May 2023 - 19:39

Hello friends, finally, with your instructions, the problem of connecting via wireless Internet was solved by executing Telnet commands
As a matter of duty, I would like to sincerely thank my good friends dear s3n0, Neo and WanWizard for their help and guidance.


Re: OpenPLi supported WiFi chipsets #65 jaro44

  • Member
  • 10 posts

+2
Neutral

Posted 29 May 2023 - 19:09

You have the name of the kernel driver wrong:

opkg install kernel-module-8188eu

so 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 neo

  • PLi® Contributor
  • 712 posts

+45
Good

Posted 29 May 2023 - 20:00

Why do you issue all sorts of commands, except the command I've given you?



Re: OpenPLi supported WiFi chipsets #67 jaro44

  • Member
  • 10 posts

+2
Neutral

Posted 29 May 2023 - 20:11

Why do you issue all sorts of commands, except the command I've given you?

I give up, dlink dwa-121 not work :(



Re: OpenPLi supported WiFi chipsets #68 neo

  • PLi® Contributor
  • 712 posts

+45
Good

Posted 29 May 2023 - 21:07

Why don't you just type in what you're asked? You still haven't installed the driver...



Re: OpenPLi supported WiFi chipsets #69 jaro44

  • Member
  • 10 posts

+2
Neutral

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 neo

  • PLi® Contributor
  • 712 posts

+45
Good

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 jaro44

  • Member
  • 10 posts

+2
Neutral

Posted 30 May 2023 - 07:53

ok, thx



Re: OpenPLi supported WiFi chipsets #72 jaro44

  • Member
  • 10 posts

+2
Neutral

Posted 31 May 2023 - 10:23

I build and install patched kernel-module-r8188eu-4.2.1 for pure hd, and dwa121 work fine :D

Big thx #PLi® Contributor for getting to the problem.



Re: OpenPLi supported WiFi chipsets #73 jaro44

  • Member
  • 10 posts

+2
Neutral

Posted 31 May 2023 - 14:00

Big thx #PLi® Contributor for getting to the problem.

it was supposed to be thx for #neo, but something went wrong :(


Edited by jaro44, 31 May 2023 - 14:00.


Re: OpenPLi supported WiFi chipsets #74 Pr2

  • PLi® Contributor
  • 6,075 posts

+257
Excellent

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 jaro44

  • Member
  • 10 posts

+2
Neutral

Posted 31 May 2023 - 15:01

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.  ;)

 

Attached Files



Re: OpenPLi supported WiFi chipsets #76 neo

  • PLi® Contributor
  • 712 posts

+45
Good

Posted 31 May 2023 - 20:10

It's probably better to post how you patched and built it, as we will probably have to apply that patch too.



Re: OpenPLi supported WiFi chipsets #77 jaro44

  • Member
  • 10 posts

+2
Neutral

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 neo

  • PLi® Contributor
  • 712 posts

+45
Good

Posted 1 June 2023 - 10:55

Ah, ok, that would indeed be the quickest way ;).




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users