may be some things like this ?
http://www.vuplus-community.net/board/threads/open-black-hole-vu-solo2-0-1.22910/page-5#post-174665
http://www.vuplus-community.net/board/threads/open-black-hole-vu-solo2-0-1.22910/page-5#post-174665
may be some things like this ?
http://www.vuplus-community.net/board/threads/open-black-hole-vu-solo2-0-1.22910/page-5#post-174665
I have the same problem.I tested 2.1.6.1 - works fine on solo2. FTA and not FTA channels...
Will wait for updated OBH on solo2
Any news about this ?I have the same problem.
I did some tests disabling one tuner and then the other, and discovered tuner A is not working at all.
I hope the OBH team is aware of this issue and can fix it soon and easily.
Thanks!
internal hdd will not initialize? on obh,
devices mountpoints manager, nothing showing for hdd,
cannot mount hdd?
any sugg?
Any news about this ?
def linkNIMs(self, sec, nim1, nim2):
print "link tuner", nim1, "to tuner", nim2
if nim2 == (nim1 - 1):
self.linkInternally(nim1)
sec.setTunerLinked(nim1, nim2)
def linkNIMs(self, sec, nim1, nim2):
print "link tuner", nim1, "to tuner", nim2
self.linkInternally(nim1)
sec.setTunerLinked(nim1, nim2)
how to start pip?
Thanks, it worked perfectly!Hi,
that`s a old problem with (only) Solo2, caused a problem with file "NimManager.py" in Open PLi Image, which is the same as in Open Blackhole (in normal/old Blackhole Image there was an fix, which wasn`t accepted from Open PLi) ...
Solution:
1. Telnet: opkg install enigma2-src (then you can see the "NimManager.py" in /usr/lib/enigma2/python/Components)
2. Change the following part in "NimManager.py":
Code:def linkNIMs(self, sec, nim1, nim2): print "link tuner", nim1, "to tuner", nim2 if nim2 == (nim1 - 1): self.linkInternally(nim1) sec.setTunerLinked(nim1, nim2)
to
Code:def linkNIMs(self, sec, nim1, nim2): print "link tuner", nim1, "to tuner", nim2 self.linkInternally(nim1) sec.setTunerLinked(nim1, nim2)
The indentation (ie tabs or spaces at the beginning of a line) are very important. They must be exactly right. Otherwise it does not work.
3. Restart GUI
Ready ...
Regards
Hi,
that`s a old problem with (only) Solo2, caused a problem with file "NimManager.py" in Open PLi Image, which is the same as in Open Blackhole (in normal/old Blackhole Image there was an fix, which wasn`t accepted from Open PLi) ...
Solution:
I suspect that also the menu option for full reboot or deep standby won't work any longer...Is that true?Having a strange problem. If I do a firmware upgrade via gui. The system won't reboot. I need to reboot it via terminal/ssh
After upgrade is completed and I reboot from terminal. I can reboot from the menu option without any problem. The problem appear only when I do a firmware upgrade from the gui.I suspect that also the menu option for full reboot or deep standby won't work any longer...Is that true?
After upgrade is completed and I reboot from terminal. I can reboot from the menu option without any problem. The problem appear only when I do a firmware upgrade from the gui.