Jump to content


Photo

OpenPLi 9.0 release available


  • Please log in to reply
561 replies to this topic

Re: OpenPLi 9.0 release available #321 Taapat

  • PLi® Core member
  • 2,345 posts

+121
Excellent

Posted 14 December 2023 - 12:43

The reason for the error is the fact that config.plugins.wlan is defined in plugin WirelessLan.
If you uninstall this plugin then config.plugins.wlan is no longer available
isWirelessInterface does not return information or the plugin is installed, so to prevent GSOD here, I think it would be correct to use hasattr(config.plugins, "wlan").
However, config.plugins.wlan is used in many places in NetworkSetup, so maybe we should dig deeper, to prevent such a problem everywhere in NetworkSetup if the WirelessLan plugin is uninstalled.


Re: OpenPLi 9.0 release available #322 Taapat

  • PLi® Core member
  • 2,345 posts

+121
Excellent

Posted 14 December 2023 - 13:05

I personally hate such additional checks, because in my opinion it means that the code is not designed correctly from the beginning.
However, in this case, what do you think about the following fix: https://github.com/O...igma2/pull/3870


Re: OpenPLi 9.0 release available #323 Dimitrij

  • PLi® Core member
  • 10,200 posts

+346
Excellent

Posted 14 December 2023 - 13:18

 

WirelessLan plugin is uninstalled

 

And this?

		if iNetwork.isWirelessInterface(self.iface):
			from Plugins.SystemPlugins.WirelessLan.Wlan import wpaSupplicant

Edited by Dimitrij, 14 December 2023 - 13:19.

GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K


Re: OpenPLi 9.0 release available #324 Taapat

  • PLi® Core member
  • 2,345 posts

+121
Excellent

Posted 14 December 2023 - 14:06

Thanks for pointing that, I missed it.
Looks like this will be a never-ending story: https://github.com/O...6405a682a5ea9f8


Re: OpenPLi 9.0 release available #325 DJWeed

  • Senior Member
  • 116 posts

0
Neutral

Posted 18 December 2023 - 15:48

Hi,

 

Is it possible to add support for RTL8832AU chipset for WLan when using OpenPLi 9?

 

Regards,

DJWeed



Re: OpenPLi 9.0 release available #326 WanWizard

  • PLi® Core member
  • 69,944 posts

+1,788
Excellent

Posted 18 December 2023 - 15:49

Is it possible to add support for RTL8832AU chipset for WLan when using OpenPLi 9?

 

Which USB ID ?


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: OpenPLi 9.0 release available #327 DJWeed

  • Senior Member
  • 116 posts

0
Neutral

Posted 18 December 2023 - 16:12

I mean this usb Wireless card:

 

https://mywifiassist...es/download-ax1

 

Regards,

DJWeed


Edited by DJWeed, 18 December 2023 - 16:16.


Re: OpenPLi 9.0 release available #328 WanWizard

  • PLi® Core member
  • 69,944 posts

+1,788
Excellent

Posted 18 December 2023 - 20:11

Still need the USB ID.

 

The fact that there is a driver for the chipset used (or even a mention of a chipset) doesn't say anything about whether or not that specific stick is supported, the driver needs a match on USB ID.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: OpenPLi 9.0 release available #329 DJWeed

  • Senior Member
  • 116 posts

0
Neutral

Posted 18 December 2023 - 21:22

I am not sure about what You expect when asking me for USB ID. Can You explain, please? Please describe also how can I check USB ID of this hardware.

 

Regards,

DJWeed


Edited by DJWeed, 18 December 2023 - 21:25.


Re: OpenPLi 9.0 release available #330 Dorfkind

  • Senior Member
  • 215 posts

+6
Neutral

Posted 18 December 2023 - 21:26

lsusb

will show whats needed

 

Pretty shure, its 2001:3321


Edited by Dorfkind, 18 December 2023 - 21:30.

Mutant HD51 OpenPli 9.0 Wohnzimmer

Edision Osmini OpenPli 9.0 Schlafzimmer

Bier lecker 20.0 Kühlschrank :D


Re: OpenPLi 9.0 release available #331 DJWeed

  • Senior Member
  • 116 posts

0
Neutral

Posted 18 December 2023 - 21:54

Command completed but I am not sure which one is the one there You need.

root@vuultimo4k:~# lsusb
Bus 003 Device 002: ID 0bda:1a2b
Bus 005 Device 002: ID 1a40:0101
Bus 001 Device 001: ID 1d6b:0002
Bus 002 Device 001: ID 1d6b:0003
Bus 003 Device 001: ID 1d6b:0002
Bus 004 Device 001: ID 1d6b:0002
Bus 005 Device 001: ID 1d6b:0002
Bus 006 Device 001: ID 1d6b:0002
Bus 007 Device 001: ID 1d6b:0001
Bus 008 Device 001: ID 1d6b:0001
Bus 009 Device 001: ID 1d6b:0001
Bus 005 Device 005: ID 0a5c:0bdc
Bus 005 Device 004: ID 0a5c:2045
Bus 010 Device 001: ID 1d6b:0001

Only one USB device was connected to my box, RTL8832AU chipset USB WLAN card.

 

Regards,

DJWeed


Edited by DJWeed, 18 December 2023 - 21:59.


Re: OpenPLi 9.0 release available #332 WanWizard

  • PLi® Core member
  • 69,944 posts

+1,788
Excellent

Posted 19 December 2023 - 01:29

This is why I asked.

 

The 1d6b entries are all internal to the box. 0a5c:0bdc is an hub chip, 0a5c:2045 is the VU+ bluetooth device, and 0bda:1a2b is wifi dongle with a RTL8821CU chipset. For which a driver exists in the image. So not an 8832AU at all.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: OpenPLi 9.0 release available #333 DJWeed

  • Senior Member
  • 116 posts

0
Neutral

Posted 19 December 2023 - 18:37

Maybe because of when installing this Wifi dongle first time in WIndows, first connection of this dongle is recognized as pendrive. Only when You install drivers after that is rocognizing as WLan card. Maybe if E2 driver for this chipsed will be added to image, maybe could be recognized properly as WLan card by the box.

 

Regards,

DJWeed



Re: OpenPLi 9.0 release available #334 WanWizard

  • PLi® Core member
  • 69,944 posts

+1,788
Excellent

Posted 19 December 2023 - 18:44

Ah, it is one of those. A bloody pain in linux, you'll need to start fiddling with usb-modeswitch on the commandline to make stuff like that work.

 

It is most likely less effort to get a stick that works out of the box.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: OpenPLi 9.0 release available #335 DJWeed

  • Senior Member
  • 116 posts

0
Neutral

Posted 19 December 2023 - 21:22

I do not insist on using this particular model of wireless USB network card. If you can recommend another one with WiFi 6 support and running directly on Enigma2, I will be grateful. 

 

Regards,

DJWeed



Re: OpenPLi 9.0 release available #336 WanWizard

  • PLi® Core member
  • 69,944 posts

+1,788
Excellent

Posted 20 December 2023 - 15:47

I have to pass that on, all boxes I use have built-in wifi that I use. I only have a few old USB2 11b/11g sticks I sometimes use for testing on boxes without built-in wifi.

 

Box used is also relevant, as for all linux kernel drivers, whether or not they are available depends on the kernel version used on the box (something we can't change), and some boxes really use an antique version.

 

It would be great if users could report what they use: box used, wifi stick brand, model, openpli version, driver used.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: OpenPLi 9.0 release available #337 witchy

  • New Member
  • 1 posts

0
Neutral

Posted 24 December 2023 - 16:52

possible team openpli add Plugin Browser

 

322872106.png

328970429.png

 

480720544.png



Re: OpenPLi 9.0 release available #338 mrvica

  • Senior Member
  • 1,256 posts

+86
Good

Posted 24 December 2023 - 18:42

we have dicussed that already

change the position of plugins in the Openpli 9.0 rc image - [EN] Test Feedback - Forums

last time I forgot to mention that the code is in Picplayer showing thumbnails



Re: OpenPLi 9.0 release available #339 hypnos

  • Senior Member
  • 67 posts

0
Neutral

Posted 24 December 2023 - 23:36

Hi, I have problem with update to this version.

I have VU+Duo. First and original receivers

But cant update via USB.

I do this via Backup plugin. But after restart, this receiver still show on display starting... and not boot 

 

This is a second receiver.

 

 

Please, can you advice me, how I can recover this two receiver?

I dont know why this happend. For everytime, I do this via USB on start up.


Edited by hypnos, 24 December 2023 - 23:37.


Re: OpenPLi 9.0 release available #340 Pr2

  • PLi® Contributor
  • 6,159 posts

+261
Excellent

Posted 24 December 2023 - 23:52

Do you wait long enough for the box to boot?  The very first boot after a flash can be slow, the Vu+ Duo has a very small RAM available and its quite slow.

But why are you flashing with Backup plugin, why don't you flash it with the standard USB method?


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
 



9 user(s) are reading this topic

0 members, 9 guests, 0 anonymous users