English > VU+ - VU Duo Settopbox

Questions about the plugin

<< < (3/3)

Dima73:
Sundtek
I added the plugin on github and greate new version(only ipk)
https://github.com/Dima73/enigma2-plugin-extensions-sundtekcontrolcenter

Dima73:
Hi Sundtek

New VU+ drivers not folder /dev/misc/

--- Code: ---openpli develop vusolo4k

vusolo4k login: root
root@vusolo4k:~# ls -l /dev/vtuner*
crw-------    1 root     root       10,  57 Jan  1  1970 /dev/vtuner0
crw-------    1 root     root       10,  56 Jan  1  1970 /dev/vtuner1
crw-------    1 root     root       10,  55 Jan  1  1970 /dev/vtuner2
crw-------    1 root     root       10,  54 Jan  1  1970 /dev/vtuner3
root@vusolo4k:~#

--- Ende Code ---

Need fix SundtekControlCenter plugin:

--- Code: ---vtuner_dir = "/dev/misc/"
if not os.path.isdir(vtuner_dir):
   vtuner_dir = "/dev/"
for dirname, dirnames, filenames in os.walk(vtuner_dir):
   for filename in filenames:
      if (len(filename) >= 7) and (filename[0:6] == "vtuner"):
         vtuner_interfaces.append(filename)
--- Ende Code ---

More info https://github.com/Dima73/enigma2-plugin-extensions-sundtekcontrolcenter/commit/d5a4667a0efc857bf2feca26df7d00c48785c1f6

Sundtek:
Thanks for the feedback - we'll update the Controlcenter in the next few days.

Dima73:
https://github.com/Dima73/enigma2-plugin-extensions-sundtekcontrolcenter/commits/master
ver.20200915-2
https://github.com/Dima73/enigma2-plugin-extensions-sundtekcontrolcenter/commit/6ad37147b8db91a3b1a436dfb51fc3bb24205b75

Navigation

[0] Themen-Index

[*] Vorherige Sete

Zur normalen Ansicht wechseln