Jump to content


Gandalf

Member Since 17 Oct 2007
Offline Last Active 11 Apr 2017 07:49
-----

Topics I've Started

Openwebif and Mutant hd2400

19 February 2015 - 12:38

Dear openpli,

 

I noticed that on my hd2400, the full remote  fonctionnality and the box identification was not working properly. Part of it is the openwebif plugin developer issue since he splited the re remote detection type, and I'm emailing him a suggested fix.

 

The other issue seems to be on your side, as your enigma2-plugin-extensions-openwebif.bbappend does not care for hd2400. it would be great if your could add this to the boxtypes : 

('hd2400', 'hd2400.jpg', 'hd2400.png'),

in : http://sourceforge.n...pend?force=True

 

That would allow the required picture (that already are in the openwebif git) to be there to allow the plugins, when fixed, to get to them

 

regards

 

G


hd2400 resolution set

24 January 2015 - 22:34

Dear opli

 

I was using a couple of month old opli without issue. Wanted to do an online update, but it failed. So I reflash the lastest image, and I have a issue with setting resolution : basicaly, either in the initial wizard or later in AV parameters, trying 1080(either i or p) kinda crashes the box. The video continue, but skin is missing, and remote is not responding

 

Any clues ?

 

G


Mutant HD 2400 and af9035 usb tnt tuner

22 November 2014 - 11:05

Hello,

 

I have a mutant hd2400 with an AverMedia Volar Green HD Clé USB TNT

 

It was working fine with previous driver and kernel. Since the last update to 3.17, here is what I have :

 

usb 1-1: dvb_usb_af9035: prechip_version=83 chip_version=02 chip_type=9135
usb 1-1: dvb_usb_v2: found a 'Avermedia A835B(3835)' in cold state
usb 1-1: dvb_usb_v2: downloading firmware from file 'dvb-usb-it9135-02.fw'
usb 1-1: dvb_usb_af9035: firmware version=3.39.1.0
usb 1-1: dvb_usb_v2: found a 'Avermedia A835B(3835)' in warm state
usb 1-1: dvb_usb_af9035: [0] overriding tuner from 38 to 60
usb 1-1: dvb_usb_af9035: overriding tuner from 60 to 60
usb 1-1: dvb_usb_v2: will pass the complete MPEG2 transport stream to the software demuxer
DVB: registering new adapter (Avermedia A835B(3835))
DVB: Unable to find symbol af9033_attach()

i have checked and kernel module seem to have upgraded ok , I'm running kernel-module-dvb-usb-af9035 - 3.17.2-r1.0.

 

Best regards

 

G

 
 

 

 


Ubuntu 14.04 and detached submodules

21 September 2014 - 11:38

Hello,

 

I used to compile my openpli out of an old machine, but I have now upgraded this machine, and therefore installed a more recent Ubuntu 14.04 (x86), which includes a different version of git than my old machine.

 

With this new version comes a new behavior that I do not understand, maybe it is an issue, maybe not, but I tought I'd rather ask.

 

When I run the make command, a git submodule sync and git submodule update --init is performed. That seems to go well (ie the content of the submodules gets there), but those branch become detached. For exemple, meta-oppenembedded gives that :

 

dreambox@ubuntu:~/openpli/openpli-oe-core/meta-openembedded$ git branch -a
* (detached from 5f532a9)
  master
  remotes/origin/HEAD -> origin/master
  remotes/origin/daisy
  remotes/origin/danny
  remotes/origin/danny-next
  remotes/origin/denzil
  remotes/origin/denzil-next
  remotes/origin/dora
  remotes/origin/dylan
  remotes/origin/dylan-next
  remotes/origin/master
  remotes/origin/master-next
 
Is that an issue at all ? When I do make update later on, will it be stuck on that revision or will it track changes the way is used to ?
 
Thanks in advance to help me understand what's going on, I must say git is still a little mystery for me :D
 
G