Aktuelles
Digital Eliteboard - Das Digitale Technik Forum

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

Evolux for Pingulux ext. yaffs2

    Nobody is reading this thread right now.
AW: Evolux for Pingulux ext. yaffs2

Hat ja jetzt nicht nur direkt mit dem image zu tun, sondern eventuell auch mit deinen configs. Deine Frage ist aber ohne diese hier nicht zu beantworten. Beispielsweise würde ich auch mal das AU ausmachen, weil du offensichtlich pausenlos emm´s auf die Karte ballerst.
 
AW: Evolux for Pingulux ext. yaffs2

So nochmals ich!

Ich möchte jetzt gerne wissen wo bei dem download folgende Datie zu finden ist "e2jffs2.img" ,da ich das image wieder entfernen möchte!
Ich finde in EvoLux_on_Pingulux_v1.9.1-YAFFS2.tar keine Datei mit diesem Namen (e2jffs2.img)!

:JC_hmmm: Ok bin selber drauf gekommen !
 
Zuletzt bearbeitet:
AW: Evolux for Pingulux ext. yaffs2

@alex schwer zu sagen da du nich sagst was du "mit deinen bedürfnissen angeglichen meinst!"
musst schon konkreter werden und en comlog täte auch nich schaden!

Evolux Version=1.9.2
Onlineupdate:
- Neutrino:
- Mainmenu->replace sleeptimer with restart<-
- Movieplayer small fix
- Telextext Zoom function add (thx martii)
(Page+-)
#############################################################

Evolux Version=1.9.3
Onlineupdate:
- Neutrino:
- Webif LiveView fixxed
#############################################################

Thanks for your excellent work Pinky!
about dvb-t support, most of usb sticks needs also firmware file in /var/lib/
Link veralten (gelöscht) is firmware for af9015
actually, my usb stick is properly recognized, firmware requested, and loaded,
in dmesg:
Code:
dvb-usb: found a 'Afatech AF9015 DVB-T USB2.0 stick' in cold state, will try to load a firmware
dvb-usb: downloading firmware from file 'dvb-usb-af9015.fw'
dvb-usb: found a 'Afatech AF9015 DVB-T USB2.0 stick' in warm state.
dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
DVB: registering new adapter (Afatech AF9015 DVB-T USB2.0 stick)
af9013: firmware version:4.65.0
DVB: registering adapter 1 frontend 0 (Afatech AF9013 DVB-T)...
NXP TDA18218 successfully identified.

but device nodes are NOT created...
they must be something like /dev/dvb/adapter1/ xxx
or /dev/dvb1.frontend0 etc...
EDIT2: it looks like /sbin/MAKEDEV is missing !

second, i am unable to get subtitles working on mediaplayer.
I guess this is skin.xml/fonts(EVO-BlackGlass-HD) related, but my experience in enigma2 is still little. Can you help?
I am using Cyrillic subtitles mostly, but English subtitles also not showing.
(when on movie yellow key, then again yellow key, subtitle menu is there, it shows .srt is running but nothing on screen)
if you can fix this, you firmware will be greatest of all!!!
(now only with HDFREAKS 1.2 images subs are working, but not always...)

Thanks again!

EDIT:
and is working Midnight Commander (mc) binary, and needed libs,terminfo files if any interested.
just keep files as in tar.gz structure :)
 
Zuletzt bearbeitet:
AW: Evolux for Pingulux ext. yaffs2

the mknod for create device we can place in function dualTuner on rcS but we need to what kind of mknod specs!
did you try evomMC for subtitles?

Evolux Version=1.9.5
Onlineupdate:
- Ntrino:
- EPGview-window fix (thx martii)
- All:
- Amiko-RC vol+- fix please test
#############################################################
 
AW: Evolux for Pingulux ext. yaffs2

the mknod for create device we can place in function dualTuner on rcS but we need to what kind of mknod specs!
did you try evomMC for subtitles?

Evolux Version=1.9.5
Onlineupdate:
- Ntrino:
- EPGview-window fix (thx martii)
- All:
- Amiko-RC vol+- fix please test
#############################################################

Hi Pinky!
about Amiko-RC - volume up-down now is ok, but pageup/pagedown is broken (pageup/pagedown must switch channels up down, and in media player switch between filelist and playlist, but it doesn't)

about subitles - still not work in movies, tried media player, and evo media center :(

about dualTuner:
it works :)
I created manualy nodes this way:
Code:
Evolux# awk '/DVB/ { print $1 }' /proc/devices

this shows me 212 - DVB major number, and then:
Code:
mkdir /dev/dvb/adapter1
mknod /dev/dvb/adapter1/video0 c 212 64
mknod /dev/dvb/adapter1/audio0 c 212 65
mknod /dev/dvb/adapter1/frontend0 c 212 67
mknod /dev/dvb/adapter1/demux0 c 212 68
mknod /dev/dvb/adapter1/dvr0 c 212 69
mknod /dev/dvb/adapter1/ca0 c 212 70
mknod /dev/dvb/adapter1/net0 c 212 71
mknod /dev/dvb/adapter1/osd0 c 212 72

because I'm at work now, no way to check if adapter is properly recognised in enigma2,
but i tested it with - very nice streaming software, i crosscompiled it for sh4 platform

it need little config file with multiplex parameters:
818 is value in Mhz, equal to: <transponder centre_frequency="818000000" bandwidth="0" constellation="3"/>

file: /etc/mumudvb/818
Code:
card=1
freq=818
dont_send_sdt=1
multicast=0
unicast=1
port_http=1234
ip_http=0.0.0.0
sap=1
autoconfiguration=full


and running:
Code:
EvoLux:~# mumudvb --card 1 -c /etc/mumudvb/818 -v -d
MuMuDVB Version 1.7
 --- Build information ---
Built without CAM support.
Built without transcoding support.
Built with ATSC support.
---------
Originally based on dvbstream 0.6 by (C) Dave Chapman 2001-2004
Released under the GPL.
Latest version available from http://mumudvb.braice.net/
Project from the cr@ns (http://www.crans.org)
by Brice DUBOST (mumudvb@braice.net)

WARN:  Main:  Config issue : unknow symbol : dont_send_sdt

WARN:  Unicast :  You have enabled the support for HTTP Unicast. This feature is quite youg, please report any bug/comment
Info:  SAP:  Sap announces will be sent
Info:  Main:  Full autoconfiguration, we activate PAT rewritting. if you want to deactivate it see the README.
Info:  Main:  Full autoconfiguration, we activate SDT rewritting. if you want to deactivate it see the README.
Info:  Main:  Full autoconfiguration, we activate sorting of the EIT PID. if you want to deactivate it see the README.
Info:  Main:  ========== End of configuration, MuMuDVB version 1.7 is starting ==========
Info:  Autoconf:  The autoconfiguration auto update is enabled. If you  want to disable it put "autoconf_pid_update=0" in your config file.
WARN:  Logs:  saving_filename /var/run/mumudvb/mumudvb_generated_conf_card1_tuner0: No such file or directory
Info:  Main:  NO Multicast, SAP announces are deactivated.
WARN:  Main:  Can't create /var/run/mumudvb/channels_streamed_adapter1_tuner0: No such file or directory
WARN:  Main:  Can't create /var/run/mumudvb/channels_unstreamed_adapter1_tuner0: No such file or directory
Info:  Main:  Streaming. Freq 818000
Info:  Tune:  Using DVB card "Afatech AF9013 DVB-T" tuner 0
Info:  Tune:  Tuning DVB-T to 818000000 Hz, Bandwidth: 8000000
Deb0:  Tune:  polling....
Deb0:  Tune:  Getting frontend event
Info:  Tune:  FE_STATUS:
Deb0:  Tune:  polling....
Deb0:  Tune:  Getting frontend event
Info:  Tune:  FE_STATUS:
Info:  Tune:       FE_HAS_SIGNAL : found something above the noise level
Info:  Tune:       FE_HAS_CARRIER : found a DVB signal
Info:  Tune:       FE_HAS_VITERBI : FEC is stable
Info:  Tune:       FE_HAS_SYNC : found sync bytes
Info:  Tune:       FE_HAS_LOCK : everything's working...
Info:  Tune:  Event:  Frequency: 818000000
Info:  Tune:  Bit error rate: 0
Info:  Tune:  Signal strength: 225
Info:  Tune:  SNR: 50
Info:  Tune:  FE_STATUS:
Info:  Tune:       FE_HAS_SIGNAL : found something above the noise level
Info:  Tune:       FE_HAS_CARRIER : found a DVB signal
Info:  Tune:       FE_HAS_VITERBI : FEC is stable
Info:  Tune:       FE_HAS_SYNC : found sync bytes
Info:  Tune:       FE_HAS_LOCK : everything's working...
Info:  Main:  Card 1, tuner 0 tuned
Info:  Unicast:  We open the Master http socket for address 0.0.0.0:1234
Info:  Autoconf:  Autoconfiguration Start
Deb0:  Autoconf:  Iconv not present, no name encoding conversion
Deb0:  Autoconf:  Iconv not present, no name encoding conversion
Deb0:  Autoconf:  Iconv not present, no name encoding conversion
Deb0:  Autoconf:  Iconv not present, no name encoding conversion
Deb0:  Autoconf:  Iconv not present, no name encoding conversion
Deb0:  Autoconf:  service updated  PMT PID : 34  id 0x1  name "BNT"
Deb0:  Autoconf:  service updated  PMT PID : 38  id 0x2  name "TV Europa"
Deb0:  Autoconf:  service updated  PMT PID : 42  id 0x3  name "BBT"
Deb0:  Autoconf:  service updated  PMT PID : 46  id 0x4  name "The voice"
Deb0:  Autoconf:  service updated  PMT PID : 50  id 0x5  name "VTV"
Deb0:  Autoconf:  Service without a PMT pid, we skip. Name ""
Deb0:  Autoconf:  We convert a new service into a channel, sid 1 pmt_pid 34 name "BNT"
Deb0:  Autoconf:  service type: 0x1 : Television
Deb0:  Autoconf:  We convert a new service into a channel, sid 2 pmt_pid 38 name "TV Europa"
Deb0:  Autoconf:  service type: 0x1 : Television
Deb0:  Autoconf:  We convert a new service into a channel, sid 3 pmt_pid 42 name "BBT"
Deb0:  Autoconf:  service type: 0x1 : Television
Deb0:  Autoconf:  We convert a new service into a channel, sid 4 pmt_pid 46 name "The voice"
Deb0:  Autoconf:  service type: 0x1 : Television
Deb0:  Autoconf:  We convert a new service into a channel, sid 5 pmt_pid 50 name "VTV"
Deb0:  Autoconf:  service type: 0x1 : Television
Deb0:  Autoconf:  PIDs for channel 0 "BNT" :  34 33 32 768
Deb0:  Autoconf:  PIDs for channel 2 "BBT" :  42 41 40
Deb0:  Autoconf:  PIDs for channel 4 "VTV" :  50 49 48
Deb0:  Autoconf:  PIDs for channel 3 "The voice" :  46 45 44
Deb0:  Autoconf:  PIDs for channel 1 "TV Europa" :  38 37 36
Deb0:  Autoconf:  Autoconfiguration almost done
Deb0:  Autoconf:  We open the new file descriptors
Deb0:  Autoconf:  Add the new filters
Deb0:  Autoconf:  We search for the NIT
Deb0:  Autoconf:  Iconv not present, no name encoding conversion
Deb0:  Autoconf:  --- NIT descriptor --- terrestrial delivery system descriptor
Deb0:  Autoconf:  Frequency: 818000000Hz
Deb0:  Autoconf:  Bandwidth: 8MHz
Deb0:  Autoconf:  Priority: HP (high priority)
Deb0:  Autoconf:  Time_Slicing_indicator: 0
Deb0:  Autoconf:  MPE_FEC_indicator: 0
Deb0:  Autoconf:  Constellation: 16-QAM
Deb0:  Autoconf:  hierarchy_information: non-hierarchical, native interleaver
Deb0:  Autoconf:  code_rate_HP_stream: 2/3
Deb0:  Autoconf:  code_rate_LP_stream: 2/3
Deb0:  Autoconf:  guard_interval: 1/16
Deb0:  Autoconf:  transmission_mode: 8k
Deb0:  Autoconf:  other_frequency_flag: one or more other frequencies are in use
Deb0:  Autoconf:  --- descriptor done ---
Deb0:  Autoconf:  --- NIT descriptor --- Service list descriptor
Deb0:  Autoconf:  Service ID : 0x1 service type: 0x1 : Television
Info:  Autoconf:  Autoconfiguration done
Info:  Autoconf:  Diffusion 5 channels
Info:  Autoconf:  Channel number :   0, name : "BNT"  service id 1
Info:  Autoconf:        Multicast4 ip : :0
Info:  Autoconf:        Unicast : Channel accessible via the master connection, 0.0.0.0:1234
Deb0:  Autoconf:          pids : 34 (PMT), 33 (Video (MPEG4-AVC)), 32 (Audio (MPEG1) eng), 768 (VBI Data),
Info:  Autoconf:  Channel number :   1, name : "TV Europa"  service id 2
Info:  Autoconf:        Multicast4 ip : :0
Info:  Autoconf:        Unicast : Channel accessible via the master connection, 0.0.0.0:1234
Deb0:  Autoconf:          pids : 38 (PMT), 37 (Video (MPEG4-AVC)), 36 (Audio (MPEG1) eng),
Info:  Autoconf:  Channel number :   2, name : "BBT"  service id 3
Info:  Autoconf:        Multicast4 ip : :0
Info:  Autoconf:        Unicast : Channel accessible via the master connection, 0.0.0.0:1234
Deb0:  Autoconf:          pids : 42 (PMT), 41 (Video (MPEG4-AVC)), 40 (Audio (MPEG1) eng),
Info:  Autoconf:  Channel number :   3, name : "The voice"  service id 4
Info:  Autoconf:        Multicast4 ip : :0
Info:  Autoconf:        Unicast : Channel accessible via the master connection, 0.0.0.0:1234
Deb0:  Autoconf:          pids : 46 (PMT), 45 (Video (MPEG4-AVC)), 44 (Audio (MPEG1) eng),
Info:  Autoconf:  Channel number :   4, name : "VTV"  service id 5
Info:  Autoconf:        Multicast4 ip : :0
Info:  Autoconf:        Unicast : Channel accessible via the master connection, 0.0.0.0:1234
Deb0:  Autoconf:          pids : 50 (PMT), 49 (Video (MPEG4-AVC)), 48 (Audio (MPEG1) eng),
WARN:  Logs:  Error config_file /var/run/mumudvb/mumudvb_generated_conf_card1_tuner0: No such file or directory
Deb0:  PAT Rewrite:  NEW program for channel 0 : "BNT". PMT pid : 34
Deb0:  PAT Rewrite:  NEW program for channel 1 : "TV Europa". PMT pid : 38
Deb0:  PAT Rewrite:  NEW program for channel 2 : "BBT". PMT pid : 42
Deb0:  PAT Rewrite:  NEW program for channel 3 : "The voice". PMT pid : 46
Deb0:  PAT Rewrite:  NEW program for channel 4 : "VTV". PMT pid : 50
Deb0:  SDT rewrite:  Full SDT updated. section number 0, last_section_number 0
Deb0:  Main:  The SDT version changed, we force the update of all the channels.
Deb0:  SDT rewrite:  NEW program for channel 0 : "BNT". service_id : 1
Deb0:  SDT rewrite:  NEW program for channel 1 : "TV Europa". service_id : 2
Deb0:  SDT rewrite:  NEW program for channel 2 : "BBT". service_id : 3
Deb0:  SDT rewrite:  NEW program for channel 3 : "The voice". service_id : 4
Deb0:  SDT rewrite:  NEW program for channel 4 : "VTV". service_id : 5
then, we can watch remotely stream with:
vlc
 
Zuletzt bearbeitet:
AW: Evolux for Pingulux ext. yaffs2

Evolux Version=1.9.6
Onlineupdate:
- Ntrino:
- Webif liveview Radio fixxed (thx martii)
- E2:
- mumudvb for dvb-t streaming add,
see /etc/mumudvb/readme (thx ltrifonov)
- All:
- Amiko-RC page+- fix please test
- /dev/dvb/adapter1 for usb-dvb-stick add
#############################################################
 
AW: Evolux for Pingulux ext. yaffs2

Hallo,

Ich habe da mal ein Problem,
Mein Pingulux hängt seit gestern in einer Schleife fest.

Anschalten --> boot --> load --> run --> boot --> load --> run usw.

Auf dem TV ist nur Kurz "Neutrino wird gestartet" zu sehen, dann geht es von vorne Los.

Beim Booten mit gedrücktem OK Knopf um dann auf zB. Spark umzuschalten kommt dann immer ERR!
Ich komme auch nicht per Telnet drauf.

Was kann ich jetzt machen?



Danke schonmal.

Gruß
xcop
 
AW: Evolux for Pingulux ext. yaffs2

versuchen deine Bootargs zu reparieren, kann aber sein das du den einschicken mußt
genau für solche Dauerfälle wäre es sinnvoll eine jffs2 Version zu machen, für die die das image nur mal testen wollen
 
AW: Evolux for Pingulux ext. yaffs2

Ich hatte das selbe Problem.
Allerdinsg konnte ich wenn durch das OK drücken FORCE auf dem Display stand durch drücken
von der NACH OBEN - Taste Spark auswählen und mit OK booten.
 
AW: Evolux for Pingulux ext. yaffs2

Ja, ich habe jetzt im Kathi-Forum die Bootargs gefunden.
Es geht um einen Pingulux und
Pinky schreibt, ich muss meine MAC usw benutzen.
Was ist alles usw.??
MAC ist kein Problem die hab ich aber was ist noch zu beachten?

Danke und Gruß
xcop
 
AW: Evolux for Pingulux ext. yaffs2

@al-x83

das klappt bei mir leider nicht.
 
AW: Evolux for Pingulux ext. yaffs2

RS232 kabel und per Programm Daten an Pingulux senden, die du im kathiforum gefunden hast
Variante 2 wäre zu versuchen u-boot neu einzuspielen - was aber auch bei vielen gescheitert ist
 
AW: Evolux for Pingulux ext. yaffs2

hör nich auf thomas!
lass blos die finger weg vom uboot!!!

du hast doch am stick: myBootargs.txt
da guckst rein und ersetzt die entsprechenden setenv zeilen mit dem code komplett!
lediglich die zeile wo du "yaffs2" stehen hast ersetzt du des mit "jffs2"
dann via comcable die befehle absetzen und orig sollte wieder booten bzw ERR weg sein und spark im dissi stehen.
wenn dann orig immer noch nich bootet halt den rescuepack für pingulux-orig-spark flashen.
ich frag mich allerdings immer wieder wie ihr das schafft das da beim pingu ERR kommt.
des script macht des nicht!
vermutlich habt ihr en anderes img geflasht ohne des via orig-boot-script zu flashen und dann "spinnts" rum.

des evo-img+script verursacht das jedenfalls nicht!

in dem link den du von mir hast dort such ma nach: "Pingulux bootet nicht mehr" und nach: "[FONT=Tahoma,Helvetica]Pingulux Rescue-Pack orig-spark-soft 1.2.07[/FONT]"
 
Zuletzt bearbeitet:
AW: Evolux for Pingulux ext. yaffs2

@pinky

Das werde ich nachher gleich testen.
Passiert ist das ganze vermutlich so...
Ich habe eine 1TB Festplatte angeschlossen.
Nach ca. 30 min habe ich sie dann wieder vom USB abgezogen und dann hat sich der EDI weggehangen.
Nach eimal Strom aus und wieder an, war dann der Fehler da.
Ein anderes Image wollte ich nicht einspielen!

gruß
xcop
 
AW: Evolux for Pingulux ext. yaffs2

hat mit deiner Festplatte nix zu tun - dafür sind viel zu viel Receiver betroffen
 
Zurück
Oben