Jump to content


Photo

FVD setup

etx00

  • Please log in to reply
23 replies to this topic

#1 Dimitrij

  • PLi® Core member
  • 10,023 posts

+338
Excellent

Posted 1 October 2012 - 06:26

Final version 2.0
Full symbols
only PLi 3.0

Edited by Dima73, 1 October 2012 - 06:26.

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


Re: FVD setup #2 Erik Slagter

  • PLi® Core member
  • 46,960 posts

+541
Excellent

Posted 1 October 2012 - 15:37

What does it do?

Can you add it to the e2openplugins repo?

* 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: FVD setup #3 Dimitrij

  • PLi® Core member
  • 10,023 posts

+338
Excellent

Posted 1 October 2012 - 16:36

What does it do?

FVD setup no,sorri.
VFD(vacuum fluorescent display) setup yes.
Screenshot...

Can you add it to the e2openplugins repo?

It takes a very long time.

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


Re: FVD setup #4 halflife

  • Senior Member
  • 59 posts

0
Neutral

Posted 1 October 2012 - 16:38

hdd icon not show "runing" like on vix image

Re: FVD setup #5 Dimitrij

  • PLi® Core member
  • 10,023 posts

+338
Excellent

Posted 1 October 2012 - 16:45

hdd icon not show "runing" like on vix image

    if not hddlist[0][1].isSleeping():
	 file = open("/proc/stb/lcd/symbol_hdd", "w")
	 file.write('1')
	 file.close()
	 pfile = open("/proc/stb/lcd/symbol_hddprogress", "w")
	 pfile.write('1')
	 pfile.close()
I do not know under what conditions this icon(symbol_hddprogress) works.
Yesterday specially set AAF image, but there's this icon does not work either.
Can someone tell me what is the problem?

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


Re: FVD setup #6 Erik Slagter

  • PLi® Core member
  • 46,960 posts

+541
Excellent

Posted 1 October 2012 - 16:51

What VFD are we talking about? Internal or external? The internal VFD is used by the selected skin. If external, which external display, what interface?

It takes a very long time.

You must be kidding me!

* 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: FVD setup #7 Dimitrij

  • PLi® Core member
  • 10,023 posts

+338
Excellent

Posted 1 October 2012 - 16:58

What VFD are we talking about? Internal or external? The internal VFD is used by the selected skin. If external, which external display, what interface?

internal VFD...
root@et9x00:~# opkg list *vfd*
......
enigma2-plugin-systemplugins-et9x00-vfdsetup - 1.7 - Adjust display scrolling and symbols
......

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


Re: FVD setup #8 Dimitrij

  • PLi® Core member
  • 10,023 posts

+338
Excellent

Posted 2 October 2012 - 05:42

hdd icon not show "runing" like on vix image

1) You can link to the image
2) Show photo display

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


Re: FVD setup #9 erice

  • Senior Member
  • 39 posts

0
Neutral

Posted 3 October 2012 - 18:12

hello

vfd-plugin now uses the same resources as lcd4linux.
no lcd4linux- installation possible if vfd-plugin is installed, same problem in the other way.

mfg

Re: FVD setup #10 Dimitrij

  • PLi® Core member
  • 10,023 posts

+338
Excellent

Posted 3 October 2012 - 19:38

hello

vfd-plugin now uses the same resources as lcd4linux.
no lcd4linux- installation possible if vfd-plugin is installed, same problem in the other way.

mfg

The problem pyusb.
http://sourceforge.net/projects/pyusb/
To feed openPli no such package pyusb.
I had to add it in a package with a plugin.
Try to install via telnet:
opkg install -force-overwrite -force-downgrade name.ipk

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


Re: FVD setup #11 erice

  • Senior Member
  • 39 posts

0
Neutral

Posted 4 October 2012 - 10:55


hello

vfd-plugin now uses the same resources as lcd4linux.
no lcd4linux- installation possible if vfd-plugin is installed, same problem in the other way.

mfg

The problem pyusb.
http://sourceforge.net/projects/pyusb/
To feed openPli no such package pyusb.
I had to add it in a package with a plugin.
Try to install via telnet:
opkg install -force-overwrite -force-downgrade name.ipk


thanks, now it works :D

mfg

Re: FVD setup #12 Dimitrij

  • PLi® Core member
  • 10,023 posts

+338
Excellent

Posted 6 October 2012 - 16:51

version 2.1
-Added symbol HDD progress, shows the disk space used, by the device mount to /media/hdd

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


Re: FVD setup #13 Frogman

  • Senior Member
  • 389 posts

+68
Good

Posted 6 October 2012 - 17:07

Naming with "_mipsel.ipk" can be misunderstood - maybe some users with old OpenPLi-2.1 want to use this... (i assume it's only PLi-3.0)
Most problems can be solved simply by a closer look.

Re: FVD setup #14 Dimitrij

  • PLi® Core member
  • 10,023 posts

+338
Excellent

Posted 6 October 2012 - 17:08

Naming with "_mipsel.ipk" can be misunderstood - maybe some users with old OpenPLi-2.1 want to use this... (i assume it's only PLi-3.0)

def startup(reason, **kwargs):
setConfiguredSettings()
if fileExists("/proc/stb/lcd/symbol_usb") and fileExists("/proc/stb/lcd/symbol_network") and fileExists("/proc/stb/lcd/symbol_hdd") and fileExists("/proc/stb/lcd/symbol_hddprogress"):
  global vfdpoller
  vfdpoller = VFDPoller()
  vfdpoller.start()
  global testconnection
  testconnection = TestConnection()

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


Re: FVD setup #15 Robinson

  • Senior Member
  • 2,616 posts

+30
Good

Posted 16 March 2013 - 17:01

Hi,
Is it possible to switch off channel name on the internal FVD using this plugin?
I would rather have TIME and DATE all the time.

ET9000, OpenPLi 4.0, 13E, 19E

HD51, OpenPLi 6.2, 75E - 30W


Re: FVD setup #16 Dimitrij

  • PLi® Core member
  • 10,023 posts

+338
Excellent

Posted 16 March 2013 - 17:35

No.
Use enigma2-plugin-extensions-permanentvfdclock.

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


Re: FVD setup #17 Robinson

  • Senior Member
  • 2,616 posts

+30
Good

Posted 16 March 2013 - 19:19

Thank you, Dima.

ET9000, OpenPLi 4.0, 13E, 19E

HD51, OpenPLi 6.2, 75E - 30W


Re: FVD setup #18 marto

  • Senior Member
  • 120 posts

+7
Neutral

Posted 23 March 2013 - 07:05

version 2.1
-Added symbol HDD progress, shows the disk space used, by the device mount to /media/hdd

Hi Dima! Is it really shows the HDD progress, as for me it's not working properly. I have already 71% free disc space, but VFD still showing only one bar on HDD icon. I have et9000 with internal HDD mount to /media/hdd. In VFD setup "Use symbol HDD progress" is set to YES. Any hints how to make it work? Thanks in advance!

VU+ Ultimo 4K; Clarke-Tech et9000


Re: FVD setup #19 Dimitrij

  • PLi® Core member
  • 10,023 posts

+338
Excellent

Posted 23 March 2013 - 09:14

Hi Dima! Is it really shows the HDD progress, as for me it's not working properly. I have already 71% free disc space, but VFD still showing only one bar on HDD icon. I have et9000 with internal HDD mount to /media/hdd. In VFD setup "Use symbol HDD progress" is set to YES. Any hints how to make it work? Thanks in advance!

I work correctly.
And the internal HDD or flash drive(USB), if it is mounted to the /media/hdd.
Show the response of the telnet command:
df -h
mount

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


Re: FVD setup #20 marto

  • Senior Member
  • 120 posts

+7
Neutral

Posted 23 March 2013 - 11:43


Hi Dima! Is it really shows the HDD progress, as for me it's not working properly. I have already 71% free disc space, but VFD still showing only one bar on HDD icon. I have et9000 with internal HDD mount to /media/hdd. In VFD setup "Use symbol HDD progress" is set to YES. Any hints how to make it work? Thanks in advance!

I work correctly.
And the internal HDD or flash drive(USB), if it is mounted to the /media/hdd.
Show the response of the telnet command:
df -h
mount

Here it is:
root@et9x00:~# df -h
Filesystem Size Used Available Use% Mounted on
ubi0:rootfs 104.9M 60.5M 44.4M 58% /
devtmpfs 142.0M 4.0K 142.0M 0% /dev
tmpfs 64.0K 0 64.0K 0% /media
/dev/sda1 297.9G 85.9G 212.0G 29% /media/hdd
tmpfs 142.1M 292.0K 141.8M 0% /var/volatile
root@et9x00:~# mount
rootfs on / type rootfs (rw)
ubi0:rootfs on / type ubifs (rw,relatime)
devtmpfs on /dev type devtmpfs (rw,relatime,size=145364k,nr_inodes=36341,mode=755)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
tmpfs on /media type tmpfs (rw,relatime,size=64k)
/dev/sda1 on /media/hdd type ext4 (rw,relatime,data=ordered)
tmpfs on /var/volatile type tmpfs (rw,relatime)
devpts on /dev/pts type devpts (rw,relatime,gid=5,mode=620)
root@et9x00:~#

VU+ Ultimo 4K; Clarke-Tech et9000



0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users