Jump to content


Photo

Does the Vu+ Duo2 supports WOL @ openPLi4?


  • Please log in to reply
52 replies to this topic

#1 braunbär

  • Senior Member
  • 83 posts

+2
Neutral

Posted 29 August 2014 - 08:07

Hi. ;-)

 

I'm sorry for this crossposting, but I'm really looking for the information, if the actual openPLi 4 is supporting the WOL-feature of the Duo2.

 

I couldn't find any information about that.

 

Thanks in advance. ;-)


Edited by braunbär, 29 August 2014 - 08:09.

Vu+ Uno 4K SE and Duo2 @ OpenPLi 6.2

formerly: Vu+ Duo1 -> xTrend et9200 -> VU+ Solo2


Re: Does the Vu+ Duo2 supports WOL @ openPLi4? #2 Erik Slagter

  • PLi® Core member
  • 46,960 posts

+541
Excellent

Posted 29 August 2014 - 08:44

WOL is something that needs to be implemented in hardware, it's not image-dependent.


* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: Does the Vu+ Duo2 supports WOL @ openPLi4? #3 Rob van der Does

  • Senior Member
  • 7,766 posts

+184
Excellent

Posted 29 August 2014 - 08:44

I haven't found an option to activate WOL. So unless I looked wrong or need a plugin, I think the answer is 'No'.
All other images have a dedicated option for this, either on 'deep sleep' (with or without WOL) or in the adapter setup.

Re: Does the Vu+ Duo2 supports WOL @ openPLi4? #4 Rob van der Does

  • Senior Member
  • 7,766 posts

+184
Excellent

Posted 29 August 2014 - 08:45

WOL is something that needs to be implemented in hardware, it's not image-dependent.

Actually both. The DUO2 hardware supports WOL, but the image must support it as well.

Re: Does the Vu+ Duo2 supports WOL @ openPLi4? #5 littlesat

  • PLi® Core member
  • 56,273 posts

+691
Excellent

Posted 29 August 2014 - 10:57

What proc does the duo2 uses for wol.... Then I suggest it just needs to be added in system.py or so...

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Does the Vu+ Duo2 supports WOL @ openPLi4? #6 Rob van der Does

  • Senior Member
  • 7,766 posts

+184
Excellent

Posted 29 August 2014 - 11:57

I really can't help you there.
I only know that in all images I use apart from PLi it works fine.

Re: Does the Vu+ Duo2 supports WOL @ openPLi4? #7 Pedro_Newbie

  • Senior Member
  • 4,631 posts

+225
Excellent

Posted 29 August 2014 - 12:20

Maybe this can help?

https://github.com/o...thwol/ethwol.sh
#! /bin/sh
2 #
3 # Set eth0 WOL
4 #
5 # Version: @(#)ethwol 1.00 18-Jul-2013
6 #
7
8 PATH=/sbin:/bin:/usr/sbin:/usr/bin
9
10 #activate WakeOnLAN
11 grep -q 'enable' /proc/stb/fp/wol
12 if [ $? -eq 0 ]
13 then
14 echo [WOL] activate WakeOnLAN at device eth0
15 ethtool -s eth0 wol g
16 else
17 echo [WOL] WakeOnLAN is not enabled
18 fi
19
20 : exit 0


Re: Does the Vu+ Duo2 supports WOL @ openPLi4? #8 littlesat

  • PLi® Core member
  • 56,273 posts

+691
Excellent

Posted 29 August 2014 - 14:15

Bad.... Xtrend is writing there on/off and vu 0, 1 :( ???

I do not own a vu with wol.... So I cannot verify if it is working.....
.
In xtrend he wol proc is in ./power/wol.... Using on/off inline with other procs...

Is the location correct above.... Does it indeed write 0/1 for Vu?

In fact this is very easy to make... Because the proc is on a different place the differences in the required output could also be managed...but still it is not nice for general coding...

Edited by littlesat, 29 August 2014 - 14:22.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Does the Vu+ Duo2 supports WOL @ openPLi4? #9 Rob van der Does

  • Senior Member
  • 7,766 posts

+184
Excellent

Posted 29 August 2014 - 14:33

Yeah, a shame Xtrend didn't follow VU .....
But as the 10k doesn't support WOL anyway (hardware issue), there's no need to code for Xtrend. So it is 'general coding' indeed, as it is only required for the DUO2 :)

Re: Does the Vu+ Duo2 supports WOL @ openPLi4? #10 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 29 August 2014 - 14:41

et7500 supports WOL and it works ;)

Ah, yes I know et7500 is not yet supported by OpenPli.


Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: Does the Vu+ Duo2 supports WOL @ openPLi4? #11 littlesat

  • PLi® Core member
  • 56,273 posts

+691
Excellent

Posted 29 August 2014 - 14:51

Et et10k does support wol.... Only the beta hardware doesn't....
And indeed xtrend did not follow vu here this time.... :(
And indeed pli does not support xtrend 7x00 (yet)

Edited by littlesat, 29 August 2014 - 14:52.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Does the Vu+ Duo2 supports WOL @ openPLi4? #12 littlesat

  • PLi® Core member
  • 56,273 posts

+691
Excellent

Posted 29 August 2014 - 18:54

Ik zie net hier https://github.com/O...9800998ecf8427e
Dat iemand het heeft oogelost op vix... Ik zie dus dat men bij de vu die hier toch wel de uitzondering is ;) enabled en disabled naar de procs schrijft en niet 0 of 1, Dus het zal nog aangepast moeten worden.... :(

Edited by littlesat, 29 August 2014 - 18:57.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Does the Vu+ Duo2 supports WOL @ openPLi4? #13 braunbär

  • Senior Member
  • 83 posts

+2
Neutral

Posted 29 August 2014 - 21:44

Ok, so the good news seems to me, that my device isn't broken or misconfigured. ;-)


Vu+ Uno 4K SE and Duo2 @ OpenPLi 6.2

formerly: Vu+ Duo1 -> xTrend et9200 -> VU+ Solo2


Re: Does the Vu+ Duo2 supports WOL @ openPLi4? #14 Rob van der Does

  • Senior Member
  • 7,766 posts

+184
Excellent

Posted 30 August 2014 - 09:32

....Ik zie dus dat men bij de vu die hier toch wel de uitzondering is ....

Ah, OK, now I understand: Xtrend followed VU's example to support WOL, but as they use different parameters makes VU the exception.
Sorry it took me some time to grasp this :)

Re: Does the Vu+ Duo2 supports WOL @ openPLi4? #15 littlesat

  • PLi® Core member
  • 56,273 posts

+691
Excellent

Posted 30 August 2014 - 09:44

SatKiekerd,

 

Your discussion is endless.... But now my 2 cents..

 

XTrend put a proc under power... VU under stb... One call it on/off the other calls it enable/disable...

 

Both are in fact wrong as the structural place should be somewhere at the hardware interface itself that should support this feature....

 

When you analyse this VIX code

 

 


	
		
			
				- open(SystemInfo["WakeOnLAN"], "w").write(configElement.value and "enable" or "disable")
		
		
			
				+ if getBoxType() in ('et10000', 'gbquadplus', 'gbquad', 'gb800ueplus', 'gb800seplus', 'gbipbox'):
		
		
			
				+ open(SystemInfo["WakeOnLAN"], "w").write(configElement.value and "on" or "off")
		
		
			
				+ else:
		
		
			
				+ open(SystemInfo["WakeOnLAN"], "w").write(configElement.value and "enable" or "disable")
		
	

 

Then only Xtrend and GigaBlue are the exceptions....

 

What other boxes are using the stb proc with enable/disable and have a WOL feature?

 

At least OpenPLi seems to be now compatible with both "incorrect" methods... before VIX was only VU en OpenPLi only Xtrend...


Edited by littlesat, 30 August 2014 - 09:47.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Does the Vu+ Duo2 supports WOL @ openPLi4? #16 Rob van der Does

  • Senior Member
  • 7,766 posts

+184
Excellent

Posted 30 August 2014 - 12:03

The GigaBlue Quad, the LX3 and the Atemio Nemesis also have WOL-support. But none of the other PLi-supported boxes have.

Re: Does the Vu+ Duo2 supports WOL @ openPLi4? #17 braunbär

  • Senior Member
  • 83 posts

+2
Neutral

Posted 31 August 2014 - 15:05

At least OpenPLi seems to be now compatible with both "incorrect" methods... before VIX was only VU en OpenPLi only Xtrend...

Unfortunately, WOL is still not working for me with the actual nightly (31.08.). No chance to wake my Duo2 up with WOL from "Deep Standby".


Edited by braunbär, 31 August 2014 - 15:09.

Vu+ Uno 4K SE and Duo2 @ OpenPLi 6.2

formerly: Vu+ Duo1 -> xTrend et9200 -> VU+ Solo2


Re: Does the Vu+ Duo2 supports WOL @ openPLi4? #18 littlesat

  • PLi® Core member
  • 56,273 posts

+691
Excellent

Posted 31 August 2014 - 16:02

IT should work now

Edited by littlesat, 31 August 2014 - 18:55.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Does the Vu+ Duo2 supports WOL @ openPLi4? #19 Rob van der Does

  • Senior Member
  • 7,766 posts

+184
Excellent

Posted 31 August 2014 - 17:37

'eotl' = End of TimeLine?

Re: Does the Vu+ Duo2 supports WOL @ openPLi4? #20 braunbär

  • Senior Member
  • 83 posts

+2
Neutral

Posted 2 September 2014 - 05:18

IT should work now

Is this validated / confirmed?

 

Even with the (now) latest nightly from 01.09. 22:28h it is not working for me.

Tried it with Aquila-WOL (from Sourceforge) and via the webinterface of my AVM Fritz!Box-router.

I also reinstalled OpenPLi and switched WOL under the network-configuration on and off.

Nothing.


Vu+ Uno 4K SE and Duo2 @ OpenPLi 6.2

formerly: Vu+ Duo1 -> xTrend et9200 -> VU+ Solo2



0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users