VDR para el Siemens Gigaset M740/M750
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.
Proyecto movido a GitHub

Miér 7 Abr 2021 - 19:23 por bittor

Comentarios: 0

Buscar
 
 

Resultados por:
 


Rechercher Búsqueda avanzada

Flujo RSS


Yahoo! 
MSN 
AOL 
Netvibes 
Bloglines 



original Siemens Gigaset M740AV Firmware 2.1 or 2.4

2 participantes

Ir abajo

original Siemens Gigaset M740AV Firmware 2.1 or 2.4 Empty original Siemens Gigaset M740AV Firmware 2.1 or 2.4

Mensaje por chaos_prevails Sáb 29 Ago 2015 - 12:31

Dear M740av,

I just got my m740av last week and I'm about to compile the 0.7 Firmware for my m740av box. But before I go on, I would like to have the original firmware of siemens, in case something goes wrong and I want to revet to the old firmware.

I searched quite some time but all links referring to downloads of the original Gigaset firmware are dead.

Does somebody still has the original Siemens Gigagset firmware (preferably the latest versions 2.1 and 2.4) somewhere and could point me to them?

thank you!

chaos_prevails

Cantidad de envíos : 6
Fecha de inscripción : 29/08/2015

Volver arriba Ir abajo

original Siemens Gigaset M740AV Firmware 2.1 or 2.4 Empty Re: original Siemens Gigaset M740AV Firmware 2.1 or 2.4

Mensaje por bittor Sáb 29 Ago 2015 - 12:49

You have a mirror for Gigaset M740 AV 2.4 firmware here.

Firmware generator for Windows will fail because is outdated and old link for firmware is dead, but you should compile with Linux a updated firmware without problems.
bittor
bittor
Desarrollador

Cantidad de envíos : 3661
Fecha de inscripción : 25/06/2008
Localización : Zaragoza

https://github.com/bittor7x0/VDR-M7x0

Volver arriba Ir abajo

original Siemens Gigaset M740AV Firmware 2.1 or 2.4 Empty Re: original Siemens Gigaset M740AV Firmware 2.1 or 2.4

Mensaje por chaos_prevails Dom 30 Ago 2015 - 18:49

Hello bittor,

thank you very much!
Yesterday I started compiling the trunk version (tag 0.7 checkout gave an error in Makefile:1155: recipe for target 'Grid_Generator.lo' failed. I didn't find an immediate solution, so I thought I try the trunk first whether it gives the same error message) Unfortunately after ~1 h the script stopped because my harddrive was full (I wasn't expecting 3.7GB for the compilation).

I will give it another try tomorrow on a stronger computer with a bit more free space. I then can also check the differences between trunk and tag 0.7.

In any case, is it save to use trunk instead of tag 0.7? As far as I learned development stopped just before 0.8 after your m740av died on you. There is also a folder unstable in the svn repository, so I thought the trunk could probably be used on a daily basis?

tim

chaos_prevails

Cantidad de envíos : 6
Fecha de inscripción : 29/08/2015

Volver arriba Ir abajo

original Siemens Gigaset M740AV Firmware 2.1 or 2.4 Empty Re: original Siemens Gigaset M740AV Firmware 2.1 or 2.4

Mensaje por bittor Lun 31 Ago 2015 - 9:04

You must use trunk because other versions as 0.7 tag or unstable branch are not maintained and they will not compile without changes, trunk is updated regularly and it can be compiled in a current Linux with gcc 5 (for example ArchLinux or Manjaro) and it has many fixes as record radios, new functionality, better performance, programs updated, ..., although currently there is a known regression because TS records are not exported in DLNA server.

Other option, it is generate 0.7 firmware with Windows generator editing batch file changing 2.4 firmware url from Siemens which is dead to new mirror url and it would work and generate a valid firmware.
bittor
bittor
Desarrollador

Cantidad de envíos : 3661
Fecha de inscripción : 25/06/2008
Localización : Zaragoza

https://github.com/bittor7x0/VDR-M7x0

Volver arriba Ir abajo

original Siemens Gigaset M740AV Firmware 2.1 or 2.4 Empty Re: original Siemens Gigaset M740AV Firmware 2.1 or 2.4

Mensaje por chaos_prevails Miér 31 Ago 2016 - 11:48

Dear Bittor,

some days ago I tried to compile + install the newest svn trunk (commit 1529). Compilation went well and installation as well (message "update successful, rebooting"). But after that I only see the grey screen. I waited 30 minutes but nothing. Only the grey screen and the blinking M740AV.

I reinstalled the old firmware (september 2015) and the box is fine again.

I tried the pro and lite version, it has the same effect. I don't get any error message, nothing. Do you know what it could be? Should I try a previous commit? I use Xubuntu 16.04 (openjdk-9-jre)

here are my .configs:
pro (I also tried without removing aide and cinebars plugin):
Código:
####################
#                  #
#  Firmware setup  #
#                  #
####################

# Firmware version type: pro (with network support) or lite (mini version without network support)
CONFIG_FW_VERSION = pro

# Language by default for firmware: en (English), es (Spanish), de (German) or fr (French)
CONFIG_LANGUAGE = en

# Type is m740 or m750s
# Note: If you have a M750T EPG, set here m740 and change
#       buildin/base-pro/m740/etc/systemtype content to m750t
CONFIG_M7X0_TYPE = m740

# ccache: A fast C/C++ compiler cache
# URL: http://ccache.samba.org
# CONFIG_CCACHE is not set

# CONFIG_PREFIX is not set
# CONFIG_BOOTLOADER is not set
# Copy /etc dir from RootFS to JFFS2 in first run (necessary to fw-builder in Windows)
# CONFIG_COPY_ROOTFS_TO_JFFS2_FIRST_RUN is not set
CONFIG_GENERATE_ROOTFS_DIR = y
# CONFIG_ROOTFS_DIR is not set
# CONFIG_GENERATE_EXT2_ROOTFS_IMAGE is not set
# CONFIG_EXT2_ROOTFS_SIZE is not set
# CONFIG_EXT2_ROOTFS_IMG is not set
# CONFIG_GENERATE_CRAM_ROOTFS_IMAGE is not set
CONFIG_CRAMFS_NEEDS_SWAP = y
# CONFIG_CRAM_ROOTFS_IMG is not set
CONFIG_GENERATE_SQUASH_ROOTFS_IMAGE = y
# CONFIG_SQUASH_ROOTFS_IMG is not set
# Add LZMA support to SquashFS, if you change this parameter run: make distclean-squashfs-host distclean-siemens-linux-kernel
# CONFIG_SQUASHFS_LZMA is not set
CONFIG_SQUASHFS_LZMA = y
# CONFIG_JFFS2_DIR is not set
CONFIG_GENERATE_JFFS2_DIR = y
CONFIG_GENERATE_JFFS2_IMAGE = y
# CONFIG_JFFS2_IMG is not set
# Add LZO support (faster than zlib) to JFFS2, if you change this parameter run: make distclean-mtd-utils-host distclean-siemens-linux-kernel
# WARNING: Set CONFIG_GENERATE_JFFS2_DIR and CONFIG_GENERATE_JFFS2_IMAGE to "y" for generate a firmware with a JFFS2-LZO image or your M7x0 will not start
CONFIG_JFFS2_LZO = y
CONFIG_EGCS = y
CONFIG_M7X0-MODULES = y
CONFIG_SIEMENS-LINUX-KERNEL = y
# gzip compression level (from 1 to 9) for Kernel image
CONFIG_SIEMENS-LINUX-KERNEL_GZIP_LEVEL = 3
CONFIG_GENERATE_SIEMENS-LINUX-KERNEL-IMG = y
# CONFIG_SIEMENS-LINUX-KERNEL-IMG is not set
# Drivers DVB for TechnoTrend/Hauppauge DEC USB DEC2000-t, DEC2450-t and DEC3000-s
# CONFIG_DVB-KERNEL is not set
CONFIG_GENERATE_WSW-IMG = y
# CONFIG_WSW-IMG is not set
CONFIG_GENERATE_OFI-IMG = y
# CONFIG_OFI-IMG is not set
CONFIG_SCRIPT_BASE = base-pro
CONFIG_TOOL-BOX = y


###########
#         #
#  Utils  #
#         #
###########

# BusyBox: Replacements for most of the utilities you usually find in GNU fileutils, shellutils, etc.
# URL: http://www.busybox.net
CONFIG_BUSYBOX = y

# dosfstools: Utilities to create and check MS-DOS FAT filesystems
# URL: http://www.daniel-baumann.ch/software/dosfstools/
CONFIG_DOSFSTOOLS = y

# e2fsprogs: Provides the filesystem utilities for use with the ext2/3 filesystem
# URL: http://e2fsprogs.sourceforge.net/
CONFIG_E2FSPROGS = y

# spindown: Stops spinning a SCSI disk if it's idle for a while
# URL: http://vladimir.grouzdev.free.fr/public/spindown/
CONFIG_SPINDOWN = y

# scsi-spin: Spin up and down a SCSI device
# URL: http://manpages.ubuntu.com/manpages/hardy/man8/scsi-spin.8.html
CONFIG_SCSI-SPIN = y

# lynx: Text web browser
# URL: http://lynx.isc.org/
# CONFIG_LYNX is not set

# runit: A cross-platform Unix init scheme with service supervision, a replacement for sysvinit, and other init schemes
# URL: http://smarden.org/runit/
# CONFIG_RUNIT is not set

# dvbsnoop: A DVB/MPEG stream analyzer program, which enables you to watch stream information in human readable form
# URL: http://dvbsnoop.sourceforge.net/
# CONFIG_DVBSNOOP is not set

# htop: An interactive process viewer for Linux
# URL: http://htop.sourceforge.net/
# CONFIG_HTOP is not set

# comskip: mpeg commercial detector
# URL: http://www.kaashoek.com/comskip/
# CONFIG_COMSKIP is not set

# noad: Program for detecting commercials in VDR recordings
# URL: http://git.gekrumbel.de/?p=noad.git
# Note: It's very slow in M7x0, but is here in case someone wants to improve it. This new version isn't working
# CONFIG_NOAD is not set

# markad: Advanced commercial detection for VDR
# URL: http://projects.vdr-developer.org/projects/plg-markad
# Note: It still isn't working
# CONFIG_MARKAD is not set

# ffmpeg: Complete, cross-platform solution to record, convert and stream audio and video
# URL: http://www.ffmpeg.org/
# Note: This package is necessary for libraries
# CONFIG_FFMPEG is not set

# Optimize ffmpeg for size instead of speed
# CONFIG_FFMPEG_SIZE is not set

# Add avcodec library from ffmpeg package to RootFS
# CONFIG_FFMPEG_LIBAVCODEC is not set

# Add avdevice library from ffmpeg package to RootFS
# CONFIG_FFMPEG_LIBAVDEVICE is not set

# Add avformat library from ffmpeg package to RootFS
# CONFIG_FFMPEG_LIBAVFORMAT is not set

# Add avutil library from ffmpeg package to RootFS
# CONFIG_FFMPEG_LIBAVUTIL is not set

# Add postproc library from ffmpeg package to RootFS
# CONFIG_FFMPEG_LIBPOSTPROC is not set

# Add swscale library from ffmpeg package to RootFS
# CONFIG_FFMPEG_LIBSWSCALE is not set

# vdr2ts: Convert PES records made with VDR to TS
# CONFIG_VDR2TS is not set

# BASH: The GNU Bourne-Again SHell
# URL: http://www.gnu.org/software/bash/
# Note: If you change this parameter, run: make distclean-busybox
# CONFIG_BASH is not set

# LIRC: Allows you to decode and send infra-red signals of many commonly used remote controls
# URL: http://www.lirc.org/
CONFIG_LIRC = y

# VDR: Fully digital video recorder
# URL: http://www.tvdr.de/
CONFIG_VDR = y

# VDR_LOCAL_PATH: Use a VDR's source code in local path
# CONFIG_VDR_LOCAL_PATH is not set

# VDR-PLUGINS: Plugins for VDR included in firmware
CONFIG_VDR-PLUGINS = epgsearch filebrowser skinenigmang blink channelscan osdteletext setup streamdev cridplayer osdadjust scheduler zappilot fepg streamplayer clock mp3 mpgplayer pictures


# VDR-PLUGINS-LIBS: Libraries of plugins for VDR
CONFIG_VDR-PLUGINS-LIBS = epgsearch epgsearchonly conflictcheckonly filebrowser skinenigmang blink channelscan osdteletext setup streamdev-server cridplayer osdadjust scheduler zappilot fepg streamplayer clock mp3 mpgplayer pictures

# usbautomounter: Automounter for usb devices
CONFIG_USBAUTOMOUNTER = y

# libosd: OSD library for M7x0 hardware
CONFIG_LIBOSD = y

# O7O Flasher: Flasher for firmwares in OFI format
CONFIG_O7O_FLASHER = y

# S.M.A.R.T. Monitoring Tools: Control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System
# URL: http://sourceforge.net/apps/trac/smartmontools/
# CONFIG_SMARTMONTOOLS is not set


#################
#               #
#  Utils (Host) #
#               #
#################

# YUI Compressor: Tool that supports the compression of JavaScript and CSS files
# URL: http://developer.yahoo.com/yui/compressor/
CONFIG_YUI_COMPRESSOR = y

# ZopfliPNG: Optimizes PNG images using Zopfli compression for the Deflate compression
# URL: https://github.com/google/zopfli
CONFIG_ZOPFLIPNG = y

# PNGOUT: Optimizes the size of .PNG files losslessly
# URL: http://www.jonof.id.au/kenutils
CONFIG_PNGOUT = y


#############
#           #
#  Network  #
#           #
#############

# vsftpd: A secure and extremely fast FTP server
# URL: http://vsftpd.beasts.org/
CONFIG_VSFTPD = y

# Pure-FTPd: Secure FTP made easy!
# URL: http://www.pureftpd.org/project/pure-ftpd
# CONFIG_PURE-FTPD is not set

# Dropbear: Small SSH 2 server and client
# URL: http://matt.ucc.asn.au/dropbear/dropbear.html
CONFIG_DROPBEAR = y

# OpenNTPD: Easy to use implementation of the Network Time Protocol
# URL: http://www.openntpd.org/
# CONFIG_OPENNTPD is not set

# ntpclient: An NTP client for unix-alike computers
# URL: http://doolittle.icarus.com/ntpclient/
CONFIG_NTPCLIENT = y

# Samba: Provided secure, stable and fast file and print services for all clients using the SMB/CIFS protocol
# URL: http://www.samba.org/
# CONFIG_SAMBA is not set

# PPTPD: Point-to-Point Tunneling Protocol is a method for implementing virtual private networks
# URL: http://en.wikipedia.org/wiki/Point-to-Point_Tunneling_Protocol
# CONFIG_PPTPD is not set

# PPP: Point-to-Point Protocol is a data link protocol
# URL: http://en.wikipedia.org/wiki/Point-to-Point_Protocol
# CONFIG_PPP is not set

# Enhanced CTorrent: BitTorrent client implemented in C++ to be lightweight and quick
# URL: http://www.rahul.net/dholmes/ctorrent/
# CONFIG_CTORRENT_DNH is not set

# uShare: A UPnP (TM) A/V & DLNA Media Server
# URL: http://ushare.geexbox.org/
# CONFIG_USHARE is not set

# UNFS3: A user-space implementation of the NFSv3 server specification
# URL: http://unfs3.sourceforge.net/
# CONFIG_UNFS3 is not set

# nfs-utils: Provides a daemon for the kernel NFS server and related tools
# URL: http://nfs.sourceforge.net/
CONFIG_NFS-UTILS = y

# portmap: A server that converts RPC program numbers into DARPA protocol port numbers
# URL: http://linux.die.net/man/8/portmap
CONFIG_PORTMAP = y

# TCP Wrappers: IP packet filtering facility
# URL: http://es.wikipedia.org/wiki/TCP_Wrapper
CONFIG_TCP_WRAPPERS = y

# mini_sendmail: Accept email on behalf of real sendmail
# URL: http://www.acme.com/software/mini_sendmail/
# CONFIG_MINI-SENDMAIL is not set

# sSMTP: A simple alternative to sendmail
# URL: https://wiki.archlinux.org/index.php/SSMTP
CONFIG_SSMTP = y

# webif: Web server for M7x0 using KLone FrameWork
# URL: http://www.koanlogic.com/klone/index.html
CONFIG_WEBIF = y

# GMediaServer: A UPnP compatible media server
# URL: http://www.gnu.org/software/gmediaserver/
# CONFIG_GMEDIASERVER is not set

# MediaTomb: An open source UPnP MediaServer with a nice web user interface
# URL: http://mediatomb.cc/
CONFIG_MEDIATOMB = y

# FUPPES: A free, multiplatform UPnP A/V Media Server
# URL: http://fuppes.ulrich-voelkel.de/
# CONFIG_FUPPES is not set

# osd2tcp: Send osd contents via tcp connection
# URL: http://open7x0.org/wiki/Osd2tcp
# CONFIG_OSD2TCP is not set


###############
#             #
#  Libraries  #
#             #
###############

# zlib: A Massively Spiffy Yet Delicately Unobtrusive Compression Library
# URL: http://www.zlib.net/
# CONFIG_ZLIB is not set
# CONFIG_ZLIB_STATIC is not set

# libintl-lite: A simple (but less powerful) GNU gettext libintl replacement
# URL: http://sourceforge.net/projects/libintl-lite/
# CONFIG_LIBINTL-LITE is not set

# readline: A set of functions for use by applications that allow users to edit command lines as they are typed in
# URL: http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
# CONFIG_READLINE is not set

# ncurses: Terminal handling library
# URL: http://www.gnu.org/software/ncurses/ncurses.html
# CONFIG_NCURSES is not set

# libuuid: UUID library from e2fsprogs package (still does not work correctly in firmware)
# URL: http://e2fsprogs.sourceforge.net/
# CONFIG_LIBUUID is not set

# FreeType: A Free, High-Quality, and Portable Font Engine
# URL: http://www.freetype.org/
# CONFIG_FREETYPE is not set

# libmpeg2: A free MPEG-2 video stream decoder
# URL: http://libmpeg2.sourceforge.net/
# CONFIG_LIBMPEG2 is not set

# libjpeg: Free library for JPEG image compression
# URL: http://www.ijg.org/
# CONFIG_LIBJPEG is not set

# libpng: The official PNG reference library
# URL: http://www.libpng.org/pub/png/libpng.html
# CONFIG_LIBPNG is not set

# GraphicsMagick: An image manipulation library
# URL: http://www.graphicsmagick.org/
# CONFIG_GRAPHICSMAGICK is not set

# SQLite: A library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine
# URL: http://www.sqlite.org/
CONFIG_SQLITE = y

# libupnp: A portable SDK for UPnP Devices
# URL: http://pupnp.sourceforge.net/
# CONFIG_LIBUPNP is not set

# libupnp with DLNA support: Hack that add DLNA header to libupnp library
# CONFIG_LIBUPNP_DLNA is not set

# LIBDLNA: Libray for implementation of DLNA (Digital Living Network Alliance) standards
# URL: http://libdlna.geexbox.org/
# CONFIG_LIBDLNA is not set

# libxml2: A library for manipulating XML and HTML resources
# URL: http://www.xmlsoft.org/
# CONFIG_LIBXML2 is not set

# PCRE: Library that implement regular expression pattern matching using the same syntax and semantics as Perl 5
# URL: http://www.pcre.org/
# CONFIG_PCRE is not set

# Add C++ support to PCRE library
# CONFIG_PCRE_CPP is not set

# libmagic: A library for the file utility that can classify files according to magic number tests
# URL: http://www.darwinsys.com/file/
# CONFIG_LIBMAGIC is not set

# Expat: An XML parser library written in C
# URL: http://expat.sourceforge.net/
CONFIG_EXPAT = y

# cURL: The multiprotocol file transfer library
# URL: http://curl.haxx.se/
# CONFIG_CURL is not set

# Jansson: C library for encoding, decoding and manipulating JSON data
# URL: http://www.digip.org/jansson/
# CONFIG_JANSSON is not set

# argtable2: ANSI C command line parser
# URL: http://argtable.sourceforge.net/
# CONFIG_ARGTABLE2 is not set

# libexif: A library that reads and writes EXIF metainformation from and to image files
# URL: http://libexif.sourceforge.net/
# CONFIG_LIBEXIF is not set

# ffmpegthumbnailer: Library that can be used to create thumbnails for your video files
# URL: http://code.google.com/p/ffmpegthumbnailer/
# CONFIG_LIBFFMPEGTHUMBNAILER is not set

# libjs (SpiderMonkey): Mozilla's C implementation of JavaScript
# URL: http://www.mozilla.org/js/spidermonkey/
# CONFIG_LIBJS is not set

# libiconv: Library that provides an iconv() implementation
# URL: http://www.gnu.org/software/libiconv/
# CONFIG_LIBICONV is not set

# id3lib: Library for reading, writing, and manipulating ID3v1 and ID3v2 tags
# URL: http://id3lib.sourceforge.net/
# CONFIG_ID3LIB is not set

# TagLib: Library for reading and editing the meta-data of several popular audio formats
# URL: http://developer.kde.org/~wheeler/taglib.html
# CONFIG_TAGLIB is not set

# Add support for application self-debugging in uClibc library
# CONFIG_UCLIBC_WITH_BACKTRACE is not set


###############################
#                             #
#  Performance Testing Tools  #
#                             #
###############################

# Mini SNMPD: SNMP server for embedded systems
# URL: http://members.aon.at/linuxfreak/linux/
# CONFIG_MINI_SNMPD is not set

# HackBench: Test scheduler and unix-socket (or pipe) performance
# URL: http://people.redhat.com/mingo/cfs-scheduler/tools/hackbench.c
# CONFIG_HACKBENCH is not set

# pipe-test: Test pipe performance
# URL: http://people.redhat.com/mingo/cfs-scheduler/tools/pipe-test.c
# CONFIG_PIPE-TEST is not set

# Bonnie++: Benchmark suite with a number of simple tests of hard drive and file system performance
# URL: http://www.coker.com.au/bonnie++/
# CONFIG_BONNIE++ is not set

# DBENCH: Tool to generate I/O workloads to either a filesystem or to a networked CIFS or NFS server
# URL: http://dbench.samba.org/
# CONFIG_DBENCH is not set

# LMbench: Tools for Performance Analysis
# URL: http://www.bitmover.com/lmbench/
# CONFIG_LMBENCH is not set

# UnixBench: A basic indicator of the performance of a Unix-like system
# URL: http://code.google.com/p/byte-unixbench/
# CONFIG_UNIXBENCH is not set

# libc-bench: A set of time and memory efficiency tests to compare implementations of various C/POSIX standard library functions
# URL: http://www.etalabs.net/libc-bench.html
# CONFIG_LIBC-BENCH is not set


###########
#         #
#  Debug  #
#         #
###########

# GDB: The GNU Project Debugger
# URL: http://www.gnu.org/software/gdb/
# CONFIG_GDB is not set

# dmalloc: Debug Malloc Library
# URL: http://dmalloc.com/
# CONFIG_DMALLOC is not set

# DUMA: (Detect Unintended Memory Access) is a multi-platform memory debugging library
# URL: http://sourceforge.net/projects/duma/
# CONFIG_DUMA is not set

# strace: A system call tracer
# URL: http://sourceforge.net/projects/strace/
# CONFIG_STRACE is not set

lite:
Código:
####################
#                  #
#  Firmware setup  #
#                  #
####################

# Firmware version type: pro (with network support) or lite (mini version without network support)
CONFIG_FW_VERSION = lite

# Language by default for firmware: en (English), es (Spanish), de (German) or fr (French)
CONFIG_LANGUAGE = en

# Type is m740 or m750s
# Note: If you have a M750T EPG, set here m740 and change
#       buildin/base-pro/m740/etc/systemtype content to m750t
CONFIG_M7X0_TYPE = m740

# ccache: A fast C/C++ compiler cache
# URL: http://ccache.samba.org
# CONFIG_CCACHE is not set

# CONFIG_PREFIX is not set
# CONFIG_BOOTLOADER is not set
# Copy /etc dir from RootFS to JFFS2 in first run (necessary to fw-builder in Windows)
# CONFIG_COPY_ROOTFS_TO_JFFS2_FIRST_RUN is not set
CONFIG_GENERATE_ROOTFS_DIR = y
# CONFIG_ROOTFS_DIR is not set
# CONFIG_GENERATE_EXT2_ROOTFS_IMAGE is not set
# CONFIG_EXT2_ROOTFS_SIZE is not set
# CONFIG_EXT2_ROOTFS_IMG is not set
# CONFIG_GENERATE_CRAM_ROOTFS_IMAGE is not set
CONFIG_CRAMFS_NEEDS_SWAP = y
# CONFIG_CRAM_ROOTFS_IMG is not set
CONFIG_GENERATE_SQUASH_ROOTFS_IMAGE = y
# CONFIG_SQUASH_ROOTFS_IMG is not set
# Add LZMA support to SquashFS, if you change this parameter run: make distclean-squashfs-host distclean-siemens-linux-kernel
# CONFIG_SQUASHFS_LZMA is not set
# CONFIG_JFFS2_DIR is not set
CONFIG_GENERATE_JFFS2_DIR = y
CONFIG_GENERATE_JFFS2_IMAGE = y
# CONFIG_JFFS2_IMG is not set
# Add LZO support (faster than zlib) to JFFS2, if you change this parameter run: make distclean-mtd-utils-host distclean-siemens-linux-kernel
# WARNING: Set CONFIG_GENERATE_JFFS2_DIR and CONFIG_GENERATE_JFFS2_IMAGE to "y" for generate a firmware with a JFFS2-LZO image or your M7x0 will not start
CONFIG_JFFS2_LZO = y
CONFIG_EGCS = y
CONFIG_M7X0-MODULES = y
CONFIG_SIEMENS-LINUX-KERNEL = y
# gzip compression level (from 1 to 9) for Kernel image
CONFIG_SIEMENS-LINUX-KERNEL_GZIP_LEVEL = 1
CONFIG_GENERATE_SIEMENS-LINUX-KERNEL-IMG = y
# CONFIG_SIEMENS-LINUX-KERNEL-IMG is not set
# Drivers DVB for TechnoTrend/Hauppauge DEC USB DEC2000-t, DEC2450-t and DEC3000-s
# CONFIG_DVB-KERNEL is not set
CONFIG_GENERATE_WSW-IMG = y
# CONFIG_WSW-IMG is not set
CONFIG_GENERATE_OFI-IMG = y
# CONFIG_OFI-IMG is not set
CONFIG_SCRIPT_BASE = base-lite
CONFIG_TOOL-BOX = y


###########
#         #
#  Utils  #
#         #
###########

# BusyBox: Replacements for most of the utilities you usually find in GNU fileutils, shellutils, etc.
# URL: http://www.busybox.net
CONFIG_BUSYBOX = y

# dosfstools: Utilities to create and check MS-DOS FAT filesystems
# URL: http://www.daniel-baumann.ch/software/dosfstools/
CONFIG_DOSFSTOOLS = y

# e2fsprogs: Provides the filesystem utilities for use with the ext2/3 filesystem
# URL: http://e2fsprogs.sourceforge.net/
CONFIG_E2FSPROGS = y

# spindown: Stops spinning a SCSI disk if it's idle for a while
# URL: http://vladimir.grouzdev.free.fr/public/spindown/
CONFIG_SPINDOWN = y

# scsi-spin: Spin up and down a SCSI device
# URL: http://manpages.ubuntu.com/manpages/hardy/man8/scsi-spin.8.html
CONFIG_SCSI-SPIN = y

# lynx: Text web browser
# URL: http://lynx.isc.org/
# CONFIG_LYNX is not set

# runit: A cross-platform Unix init scheme with service supervision, a replacement for sysvinit, and other init schemes
# URL: http://smarden.org/runit/
# CONFIG_RUNIT is not set

# dvbsnoop: A DVB/MPEG stream analyzer program, which enables you to watch stream information in human readable form
# URL: http://dvbsnoop.sourceforge.net/
# CONFIG_DVBSNOOP is not set

# htop: An interactive process viewer for Linux
# URL: http://htop.sourceforge.net/
# CONFIG_HTOP is not set

# comskip: mpeg commercial detector
# URL: http://www.kaashoek.com/comskip/
# CONFIG_COMSKIP is not set

# noad: Program for detecting commercials in VDR recordings
# URL: http://git.gekrumbel.de/?p=noad.git
# Note: It's very slow in M7x0, but is here in case someone wants to improve it. This new version isn't working
# CONFIG_NOAD is not set

# markad: Advanced commercial detection for VDR
# URL: http://projects.vdr-developer.org/projects/plg-markad
# Note: It still isn't working
# CONFIG_MARKAD is not set

# ffmpeg: Complete, cross-platform solution to record, convert and stream audio and video
# URL: http://www.ffmpeg.org/
# Note: This package is necessary for libraries
# CONFIG_FFMPEG is not set

# Optimize ffmpeg for size instead of speed
# CONFIG_FFMPEG_SIZE is not set

# Add avcodec library from ffmpeg package to RootFS
# CONFIG_FFMPEG_LIBAVCODEC is not set

# Add avdevice library from ffmpeg package to RootFS
# CONFIG_FFMPEG_LIBAVDEVICE is not set

# Add avformat library from ffmpeg package to RootFS
# CONFIG_FFMPEG_LIBAVFORMAT is not set

# Add avutil library from ffmpeg package to RootFS
# CONFIG_FFMPEG_LIBAVUTIL is not set

# Add postproc library from ffmpeg package to RootFS
# CONFIG_FFMPEG_LIBPOSTPROC is not set

# Add swscale library from ffmpeg package to RootFS
# CONFIG_FFMPEG_LIBSWSCALE is not set

# vdr2ts: Convert PES records made with VDR to TS
# CONFIG_VDR2TS is not set

# BASH: The GNU Bourne-Again SHell
# URL: http://www.gnu.org/software/bash/
# Note: If you change this parameter, run: make distclean-busybox
# CONFIG_BASH is not set

# LIRC: Allows you to decode and send infra-red signals of many commonly used remote controls
# URL: http://www.lirc.org/
CONFIG_LIRC = y

# VDR: Fully digital video recorder
# URL: http://www.tvdr.de/
CONFIG_VDR = y

# VDR_LOCAL_PATH: Use a VDR's source code in local path
# CONFIG_VDR_LOCAL_PATH is not set

# VDR-PLUGINS: Plugins for VDR included in firmware
CONFIG_VDR-PLUGINS = epgsearch filebrowser skinenigmang blink channelscan osdteletext setup cridplayer osdadjust scheduler zappilot fepg

# VDR-PLUGINS-LIBS: Libraries of plugins for VDR
CONFIG_VDR-PLUGINS-LIBS = epgsearch epgsearchonly conflictcheckonly filebrowser skinenigmang blink channelscan osdteletext setup cridplayer osdadjust scheduler zappilot fepg

# usbautomounter: Automounter for usb devices
CONFIG_USBAUTOMOUNTER = y

# libosd: OSD library for M7x0 hardware
CONFIG_LIBOSD = y

# O7O Flasher: Flasher for firmwares in OFI format
CONFIG_O7O_FLASHER = y

# S.M.A.R.T. Monitoring Tools: Control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System
# URL: http://sourceforge.net/apps/trac/smartmontools/
# CONFIG_SMARTMONTOOLS is not set


#################
#               #
#  Utils (Host) #
#               #
#################

# YUI Compressor: Tool that supports the compression of JavaScript and CSS files
# URL: http://developer.yahoo.com/yui/compressor/
# CONFIG_YUI_COMPRESSOR is not set

# ZopfliPNG: Optimizes PNG images using Zopfli compression for the Deflate compression
# URL: https://github.com/google/zopfli
# CONFIG_ZOPFLIPNG is not set

# PNGOUT: Optimizes the size of .PNG files losslessly
# URL: http://www.jonof.id.au/kenutils
# CONFIG_PNGOUT is not set


#############
#           #
#  Network  #
#           #
#############

# vsftpd: A secure and extremely fast FTP server
# URL: http://vsftpd.beasts.org/
# CONFIG_VSFTPD is not set

# Pure-FTPd: Secure FTP made easy!
# URL: http://www.pureftpd.org/project/pure-ftpd
# CONFIG_PURE-FTPD is not set

# Dropbear: Small SSH 2 server and client
# URL: http://matt.ucc.asn.au/dropbear/dropbear.html
# CONFIG_DROPBEAR is not set

# OpenNTPD: Easy to use implementation of the Network Time Protocol
# URL: http://www.openntpd.org/
# CONFIG_OPENNTPD is not set

# ntpclient: An NTP client for unix-alike computers
# URL: http://doolittle.icarus.com/ntpclient/
# CONFIG_NTPCLIENT is not set

# Samba: Provided secure, stable and fast file and print services for all clients using the SMB/CIFS protocol
# URL: http://www.samba.org/
# CONFIG_SAMBA is not set

# PPTPD: Point-to-Point Tunneling Protocol is a method for implementing virtual private networks
# URL: http://en.wikipedia.org/wiki/Point-to-Point_Tunneling_Protocol
# CONFIG_PPTPD is not set

# PPP: Point-to-Point Protocol is a data link protocol
# URL: http://en.wikipedia.org/wiki/Point-to-Point_Protocol
# CONFIG_PPP is not set

# Enhanced CTorrent: BitTorrent client implemented in C++ to be lightweight and quick
# URL: http://www.rahul.net/dholmes/ctorrent/
# CONFIG_CTORRENT_DNH is not set

# uShare: A UPnP (TM) A/V & DLNA Media Server
# URL: http://ushare.geexbox.org/
# CONFIG_USHARE is not set

# UNFS3: A user-space implementation of the NFSv3 server specification
# URL: http://unfs3.sourceforge.net/
# CONFIG_UNFS3 is not set

# nfs-utils: Provides a daemon for the kernel NFS server and related tools
# URL: http://nfs.sourceforge.net/
# CONFIG_NFS-UTILS is not set

# portmap: A server that converts RPC program numbers into DARPA protocol port numbers
# URL: http://linux.die.net/man/8/portmap
# CONFIG_PORTMAP is not set

# TCP Wrappers: IP packet filtering facility
# URL: http://es.wikipedia.org/wiki/TCP_Wrapper
# CONFIG_TCP_WRAPPERS is not set

# mini_sendmail: Accept email on behalf of real sendmail
# URL: http://www.acme.com/software/mini_sendmail/
# CONFIG_MINI-SENDMAIL is not set

# sSMTP: A simple alternative to sendmail
# URL: https://wiki.archlinux.org/index.php/SSMTP
# CONFIG_SSMTP is not set

# webif: Web server for M7x0 using KLone FrameWork
# URL: http://www.koanlogic.com/klone/index.html
# CONFIG_WEBIF is not set

# GMediaServer: A UPnP compatible media server
# URL: http://www.gnu.org/software/gmediaserver/
# CONFIG_GMEDIASERVER is not set

# MediaTomb: An open source UPnP MediaServer with a nice web user interface
# URL: http://mediatomb.cc/
# CONFIG_MEDIATOMB is not set

# FUPPES: A free, multiplatform UPnP A/V Media Server
# URL: http://fuppes.ulrich-voelkel.de/
# CONFIG_FUPPES is not set

# osd2tcp: Send osd contents via tcp connection
# URL: http://open7x0.org/wiki/Osd2tcp
# CONFIG_OSD2TCP is not set


###############
#             #
#  Libraries  #
#             #
###############

# zlib: A Massively Spiffy Yet Delicately Unobtrusive Compression Library
# URL: http://www.zlib.net/
# CONFIG_ZLIB is not set
# CONFIG_ZLIB_STATIC is not set

# libintl-lite: A simple (but less powerful) GNU gettext libintl replacement
# URL: http://sourceforge.net/projects/libintl-lite/
# CONFIG_LIBINTL-LITE is not set

# readline: A set of functions for use by applications that allow users to edit command lines as they are typed in
# URL: http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
# CONFIG_READLINE is not set

# ncurses: Terminal handling library
# URL: http://www.gnu.org/software/ncurses/ncurses.html
# CONFIG_NCURSES is not set

# libuuid: UUID library from e2fsprogs package (still does not work correctly in firmware)
# URL: http://e2fsprogs.sourceforge.net/
# CONFIG_LIBUUID is not set

# FreeType: A Free, High-Quality, and Portable Font Engine
# URL: http://www.freetype.org/
# CONFIG_FREETYPE is not set

# libmpeg2: A free MPEG-2 video stream decoder
# URL: http://libmpeg2.sourceforge.net/
# CONFIG_LIBMPEG2 is not set

# libjpeg: Free library for JPEG image compression
# URL: http://www.ijg.org/
# CONFIG_LIBJPEG is not set

# libpng: The official PNG reference library
# URL: http://www.libpng.org/pub/png/libpng.html
# CONFIG_LIBPNG is not set

# GraphicsMagick: An image manipulation library
# URL: http://www.graphicsmagick.org/
# CONFIG_GRAPHICSMAGICK is not set

# SQLite: A library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine
# URL: http://www.sqlite.org/
# CONFIG_SQLITE is not set

# libupnp: A portable SDK for UPnP Devices
# URL: http://pupnp.sourceforge.net/
# CONFIG_LIBUPNP is not set

# libupnp with DLNA support: Hack that add DLNA header to libupnp library
# CONFIG_LIBUPNP_DLNA is not set

# LIBDLNA: Libray for implementation of DLNA (Digital Living Network Alliance) standards
# URL: http://libdlna.geexbox.org/
# CONFIG_LIBDLNA is not set

# libxml2: A library for manipulating XML and HTML resources
# URL: http://www.xmlsoft.org/
# CONFIG_LIBXML2 is not set

# PCRE: Library that implement regular expression pattern matching using the same syntax and semantics as Perl 5
# URL: http://www.pcre.org/
# CONFIG_PCRE is not set

# Add C++ support to PCRE library
# CONFIG_PCRE_CPP is not set

# libmagic: A library for the file utility that can classify files according to magic number tests
# URL: http://www.darwinsys.com/file/
# CONFIG_LIBMAGIC is not set

# Expat: An XML parser library written in C
# URL: http://expat.sourceforge.net/
# CONFIG_EXPAT is not set

# cURL: The multiprotocol file transfer library
# URL: http://curl.haxx.se/
# CONFIG_CURL is not set

# Jansson: C library for encoding, decoding and manipulating JSON data
# URL: http://www.digip.org/jansson/
# CONFIG_JANSSON is not set

# argtable2: ANSI C command line parser
# URL: http://argtable.sourceforge.net/
# CONFIG_ARGTABLE2 is not set

# libexif: A library that reads and writes EXIF metainformation from and to image files
# URL: http://libexif.sourceforge.net/
# CONFIG_LIBEXIF is not set

# ffmpegthumbnailer: Library that can be used to create thumbnails for your video files
# URL: http://code.google.com/p/ffmpegthumbnailer/
# CONFIG_LIBFFMPEGTHUMBNAILER is not set

# libjs (SpiderMonkey): Mozilla's C implementation of JavaScript
# URL: http://www.mozilla.org/js/spidermonkey/
# CONFIG_LIBJS is not set

# libiconv: Library that provides an iconv() implementation
# URL: http://www.gnu.org/software/libiconv/
# CONFIG_LIBICONV is not set

# id3lib: Library for reading, writing, and manipulating ID3v1 and ID3v2 tags
# URL: http://id3lib.sourceforge.net/
# CONFIG_ID3LIB is not set

# TagLib: Library for reading and editing the meta-data of several popular audio formats
# URL: http://developer.kde.org/~wheeler/taglib.html
# CONFIG_TAGLIB is not set

# Add support for application self-debugging in uClibc library
# CONFIG_UCLIBC_WITH_BACKTRACE is not set


###############################
#                             #
#  Performance Testing Tools  #
#                             #
###############################

# Mini SNMPD: SNMP server for embedded systems
# URL: http://members.aon.at/linuxfreak/linux/
# CONFIG_MINI_SNMPD is not set

# HackBench: Test scheduler and unix-socket (or pipe) performance
# URL: http://people.redhat.com/mingo/cfs-scheduler/tools/hackbench.c
# CONFIG_HACKBENCH is not set

# pipe-test: Test pipe performance
# URL: http://people.redhat.com/mingo/cfs-scheduler/tools/pipe-test.c
# CONFIG_PIPE-TEST is not set

# Bonnie++: Benchmark suite with a number of simple tests of hard drive and file system performance
# URL: http://www.coker.com.au/bonnie++/
# CONFIG_BONNIE++ is not set

# DBENCH: Tool to generate I/O workloads to either a filesystem or to a networked CIFS or NFS server
# URL: http://dbench.samba.org/
# CONFIG_DBENCH is not set

# LMbench: Tools for Performance Analysis
# URL: http://www.bitmover.com/lmbench/
# CONFIG_LMBENCH is not set

# UnixBench: A basic indicator of the performance of a Unix-like system
# URL: http://code.google.com/p/byte-unixbench/
# CONFIG_UNIXBENCH is not set

# libc-bench: A set of time and memory efficiency tests to compare implementations of various C/POSIX standard library functions
# URL: http://www.etalabs.net/libc-bench.html
# CONFIG_LIBC-BENCH is not set


###########
#         #
#  Debug  #
#         #
###########

# GDB: The GNU Project Debugger
# URL: http://www.gnu.org/software/gdb/
# CONFIG_GDB is not set

# dmalloc: Debug Malloc Library
# URL: http://dmalloc.com/
# CONFIG_DMALLOC is not set

# DUMA: (Detect Unintended Memory Access) is a multi-platform memory debugging library
# URL: http://sourceforge.net/projects/duma/
# CONFIG_DUMA is not set

# strace: A system call tracer
# URL: http://sourceforge.net/projects/strace/
# CONFIG_STRACE is not set

thank you and kind regards,

chaos_prevails

Cantidad de envíos : 6
Fecha de inscripción : 29/08/2015

Volver arriba Ir abajo

original Siemens Gigaset M740AV Firmware 2.1 or 2.4 Empty Re: original Siemens Gigaset M740AV Firmware 2.1 or 2.4

Mensaje por bittor Miér 31 Ago 2016 - 19:06

I have no idea about this problem, but if M740 is blinking it could be a problem with extracted tainted drivers or an error with firmware, for example an uClibc incompatible, link with wrong library version, ...

You can check if drivers are in "rootfs_dir_m740_pro/lib/modules/2.4.21-xfs/tainted" and if you can connect to M740 by telnet or ftp to get /var/log/messages file.

Anyway, I will update any things and I will test it wit your config.
bittor
bittor
Desarrollador

Cantidad de envíos : 3661
Fecha de inscripción : 25/06/2008
Localización : Zaragoza

https://github.com/bittor7x0/VDR-M7x0

Volver arriba Ir abajo

original Siemens Gigaset M740AV Firmware 2.1 or 2.4 Empty Re: original Siemens Gigaset M740AV Firmware 2.1 or 2.4

Mensaje por bittor Sáb 3 Sep 2016 - 12:24

I have tested last trunk 1531 and it's working without problems.

In your config you have "CONFIG_SQUASHFS_LZMA = y", but previous line has this comment:
Código:
# Add LZMA support to SquashFS, if you change this parameter run: make distclean-squashfs-host distclean-siemens-linux-kernel

If you change this parameter without run "make distclean-squashfs-host distclean-siemens-linux-kernel" the firmware will not start, which seems to be your problem.

You can generate a clean firmware with original .config file (use your channels.conf and other .conf files in /etc), install it and if it works then you can change language, plugins, ... in .config
bittor
bittor
Desarrollador

Cantidad de envíos : 3661
Fecha de inscripción : 25/06/2008
Localización : Zaragoza

https://github.com/bittor7x0/VDR-M7x0

Volver arriba Ir abajo

original Siemens Gigaset M740AV Firmware 2.1 or 2.4 Empty Re: original Siemens Gigaset M740AV Firmware 2.1 or 2.4

Mensaje por chaos_prevails Vie 9 Sep 2016 - 23:19

Dear bittor,

I did run the commands given before running make again, otherwise I wouldn't get a firmware image.

I managed with 1531 to start my M740AV again, thank you!

Unfortunately I after the second time entering Configuracion->Firmware Setup I get a "Error in configuration files", and no menu shows up. Back to factory default does not help, I have to reinstall the firmware.

/var/log/messages says:
Código:

Jan  1 01:00:13 m740av syslog.info syslogd started: BusyBox v1.25.0
Jan  1 02:21:06 m740av user.info pic_tool[55]: Boot count is 1
Jan  1 02:21:06 m740av daemon.notice lircd-0.6.4[58]: lircd(any) ready
Jan  1 02:21:06 m740av user.info pic_tool[55]: Found configuration at sector 0 with 3 files and 644 bytes
Jan  1 02:21:10 m740av user.debug syslog: [112] DEBUG: set IaMode -> 1
Jan  1 02:21:10 m740av user.info vdr: [112] VDR version 1.4.7 m7x0 version Preview 2016-09-03 21:24 (VDR-NG-EM version: pre 0.8 BETA) started
Jan  1 02:21:10 m740av user.info vdr: [112] loading plugin: /var/vdr/lib/libvdr-epgsearch.so.1.4.5
Jan  1 02:21:12 m740av user.info vdr: [112] loading plugin: /var/vdr/lib/libvdr-skinenigmang.so.1.4.5
Jan  1 02:21:12 m740av daemon.err udhcpc[118]: started, v1.25.0
Jan  1 02:21:12 m740av daemon.err udhcpc[118]: sending discover
Jan  1 02:21:12 m740av daemon.err udhcpc[118]: sending select for 192.168.1.2
Jan  1 02:21:12 m740av user.info vdr: [112] loading plugin: /var/vdr/lib/libvdr-channelscan.so.1.4.5
Jan  1 02:21:12 m740av daemon.err udhcpc[118]: lease of 192.168.1.2 obtained, lease time 3600
Jan  1 02:21:12 m740av user.info vdr: [112] loading plugin: /var/vdr/lib/libvdr-epgsearchonly.so.1.4.5
Jan  1 02:21:13 m740av user.info vdr: [112] loading plugin: /var/vdr/lib/libvdr-conflictcheckonly.so.1.4.5
Jan  1 02:21:13 m740av user.info vdr: [112] loading plugin: /var/vdr/lib/libvdr-aide.so.1.4.5
Jan  1 02:21:13 m740av user.info vdr: [112] loading plugin: /var/vdr/lib/libvdr-setup.so.1.4.5
Jan  1 02:21:13 m740av user.info vdr: [112] loading /etc/vdr/setup.conf
Jan  1 02:21:13 m740av user.info vdr: [112] loading /etc/vdr/channels.conf
Jan  1 02:21:13 m740av user.info vdr: [112] loading /etc/vdr/commands.conf
Jan  1 02:21:13 m740av user.info vdr: [112] loading /etc/vdr/reccmds.conf
Jan  1 02:21:13 m740av user.info vdr: [112] loading /etc/vdr/timercmds.conf
Jan  1 02:21:13 m740av user.info vdr: [112] loading /etc/vdr/svdrphosts.conf
Jan  1 02:21:13 m740av user.info vdr: [112] loading /etc/vdr/remote.conf
Jan  1 02:21:13 m740av user.info vdr: [112] loading /etc/vdr/keymacros.conf
Jan  1 02:21:13 m740av user.info vdr: [112] loading /etc/vdr/folders.conf
Jan  1 02:21:14 m740av user.info vdr: [112] found 2 video devices
Jan  1 02:21:14 m740av user.info vdr: [112] initializing plugin: epgsearch (1.0.1.beta5): search the EPG for repeats and more
Jan  1 02:21:14 m740av user.info vdr: [112] initializing plugin: skinenigmang (0.0.5): EnigmaNG skin
Jan  1 02:21:14 m740av user.info vdr: [112] initializing plugin: channelscan (0.4.3): Search Transponders for DVB Channels
Jan  1 02:21:14 m740av user.info vdr: [112] initializing plugin: epgsearchonly (0.0.1): Direct access to epgsearch's search menu
Jan  1 02:21:14 m740av user.info vdr: [112] initializing plugin: conflictcheckonly (0.0.1): Direct access to epgsearch's conflict check menu
Jan  1 02:21:14 m740av user.info vdr: [112] initializing plugin: aide (0.0.4): VDR Help
Jan  1 02:21:14 m740av user.info vdr: [112] initializing plugin: setup (0.1.4): VDR-NG Firmware Setup
Jan  1 02:21:14 m740av user.info vdr: [112] setting primary device to 1
Jan  1 02:21:14 m740av user.info vdr: [112] SVDRP listening on port 2001
Jan  1 02:21:14 m740av user.info vdr: [112] skin "EnigmaNG" not available - using "classic" instead
Jan  1 02:21:14 m740av user.info vdr: [112] loading /etc/vdr/themes/classic-default.theme
Jan  1 02:21:14 m740av user.info vdr: [112] starting plugin: epgsearch
Jan  1 02:21:14 m740av user.info vdr: [112] loading /etc/vdr/plugins/epgsearch/epgsearchuservars.conf
Jan  1 02:21:14 m740av user.info vdr: [112] loading /etc/vdr/plugins/epgsearch/epgsearchblacklists.conf
Jan  1 02:21:14 m740av user.info vdr: [112] EPGSearch: loading /etc/vdr/plugins/epgsearch/epgsearch.conf
Jan  1 02:21:14 m740av user.info vdr: [112] EPGSearch: loading /etc/vdr/plugins/epgsearch/epgsearchtemplates.conf
Jan  1 02:21:14 m740av user.info vdr: [112] loading /etc/vdr/plugins/epgsearch/timersdone.conf
Jan  1 02:21:14 m740av user.info vdr: [112] EPGSearch: loading /etc/vdr/plugins/epgsearch/epgsearchupdmail.templ
Jan  1 02:21:14 m740av user.info vdr: [112] starting plugin: skinenigmang
Jan  1 02:21:14 m740av user.info vdr: [112] starting plugin: channelscan
Jan  1 02:21:14 m740av user.info vdr: [112] starting plugin: epgsearchonly
Jan  1 02:21:14 m740av user.info vdr: [112] starting plugin: conflictcheckonly
Jan  1 02:21:14 m740av user.info vdr: [112] starting plugin: aide
Jan  1 02:21:14 m740av user.info vdr: [112] starting plugin: setup
Jan  1 02:21:14 m740av user.info vdr: [112] setting current skin to "EnigmaNG"
Jan  1 02:21:14 m740av user.info vdr: [112] loading /etc/vdr/themes/EnigmaNG-default.theme
Jan  1 02:21:14 m740av daemon.notice lircd-0.6.4[58]: accepted new client on /var/tmp/lircd
Jan  1 02:21:14 m740av user.info vdr: [112] switching to channel 1
Jan  1 02:21:18 m740av user.err vdr: [112] ERROR: Cannot get Tuner-Lock!
Jan  1 02:21:20 m740av user.info vdr: [136] EPGSearch: search timer update started
Jan  1 02:21:20 m740av user.info vdr: [136] EPGSearch: search timer update finished
Jan  1 02:21:20 m740av user.info vdr: [136] EPGSearch: check for timer conflicts
Jan  1 02:21:20 m740av user.info vdr: [136] EPGSearch: check for timer conflicts - done
Jan  1 02:21:24 m740av user.info vdr: [132] frontend 0 timed out while tuning to channel 1, tp 738
Jan  1 02:22:27 m740av user.info vdr: [132] frontend 0 timed out while tuning to channel 1, tp 738
Jan  1 02:22:30 m740av user.info vdr: [112] cPluginSetup => MainMenuAction
Jan  1 02:22:30 m740av user.info vdr: [112] setup: Load file: [/etc/vdr/plugins/setup/open7x0-setup_eng.xml]
Jan  1 02:22:30 m740av user.err vdr: [112] setup: Error while Loading XML-FILE: XMLDocument error in /etc/vdr/plugins/setup/open7x0-setup_eng.xml id=3 'XML_ERROR_FILE_NOT_FOUND' str1=/etc/vdr/plugins/setup/open7x0-setup_eng.xml str2=(null)
Jan  1 02:22:30 m740av user.err vdr: [112] setup: cSetupMenu.constr: error loading config file
Jan  1 02:22:30 m740av user.info vdr: [112] setup: Load file: [/etc/vdr/plugins/setup/open7x0-setup_dos.xml]
Jan  1 02:22:30 m740av user.err vdr: [112] setup: Error while Loading XML-FILE: XMLDocument error in /etc/vdr/plugins/setup/open7x0-setup_dos.xml id=3 'XML_ERROR_FILE_NOT_FOUND' str1=/etc/vdr/plugins/setup/open7x0-setup_dos.xml str2=(null)
Jan  1 02:22:30 m740av user.err vdr: [112] setup: cSetupMenu.constr: error loading config file
Jan  1 02:22:30 m740av user.info vdr: [112] setup: Load file: [/etc/vdr/plugins/setup/open7x0-setup.xml]
Jan  1 02:22:30 m740av user.info vdr: [112] setup: We found plugin path: /usr/lib/vdr /etc/plugins-lib
Jan  1 02:22:31 m740av user.info vdr: [112] setup: Loaded plugins: [-Pepgsearch -Pskinenigmang -Pchannelscan -Pepgsearchonly -Pconflictcheckonly -Paide -Psetup]
Jan  1 02:22:31 m740av user.err vdr: [112] setup: Error in XML File entry
Jan  1 02:22:31 m740av user.err vdr: [112] setup: cSetupMenu.constr: error loading config file
Jan  1 02:23:31 m740av user.info vdr: [132] frontend 0 timed out while tuning to channel 1, tp 738
Jan  1 02:23:33 m740av authpriv.info dropbear[159]: Child connection from 192.168.1.5:36852
Jan  1 02:23:48 m740av authpriv.notice dropbear[159]: Password auth succeeded for 'root' from 192.168.1.5:36852
Jan  1 02:24:35 m740av user.info vdr: [132] frontend 0 timed out while tuning to channel 1, tp 738
Jan  1 02:24:36 m740av user.info vdr: [134] frontend 1 lost lock on channel 5, tp 482
Jan  1 02:24:36 m740av user.info vdr: [134] frontend 1 regained lock on channel 5, tp 482
Jan  1 02:24:40 m740av user.info vdr: [134] frontend 1 lost lock on channel 5, tp 482
Jan  1 02:24:40 m740av user.info vdr: [134] frontend 1 regained lock on channel 5, tp 482
Jan  1 02:25:12 m740av user.info vdr: [134] frontend 1 timed out while tuning to channel 2, tp 546
Jan  1 02:25:38 m740av user.info vdr: [132] frontend 0 timed out while tuning to channel 1, tp 738
Jan  1 02:25:42 m740av authpriv.info dropbear[163]: Child connection from 192.168.1.5:36856
Jan  1 02:25:48 m740av user.info vdr: [134] frontend 1 timed out while tuning to channel 11, tp 570
Jan  1 02:25:59 m740av authpriv.notice dropbear[163]: Password auth succeeded for 'root' from 192.168.1.5:36856

I haven't activated any plugin's yet and are not many xml files to find on the system. The ones in /etc/mediatomb/ all give a warning not finding the schema document. Is this causing the problem?

Configuration file is the same as before.

chaos_prevails

Cantidad de envíos : 6
Fecha de inscripción : 29/08/2015

Volver arriba Ir abajo

original Siemens Gigaset M740AV Firmware 2.1 or 2.4 Empty Re: original Siemens Gigaset M740AV Firmware 2.1 or 2.4

Mensaje por bittor Sáb 10 Sep 2016 - 12:57

The problem is apparently in /etc/vdr/plugins/setup/open7x0-setup.xml:
Código:
Jan  1 02:22:30 m740av user.info vdr: [112] setup: Load file: [/etc/vdr/plugins/setup/open7x0-setup.xml]
Jan  1 02:22:30 m740av user.info vdr: [112] setup: We found plugin path: /usr/lib/vdr /etc/plugins-lib
Jan  1 02:22:31 m740av user.info vdr: [112] setup: Loaded plugins: [-Pepgsearch -Pskinenigmang -Pchannelscan -Pepgsearchonly -Pconflictcheckonly -Paide -Psetup]
Jan  1 02:22:31 m740av user.err vdr: [112] setup: Error in XML File entry
Jan  1 02:22:31 m740av user.err vdr: [112] setup: cSetupMenu.constr: error loading config file

This is related with setup plugin, does it work correctly first time?
bittor
bittor
Desarrollador

Cantidad de envíos : 3661
Fecha de inscripción : 25/06/2008
Localización : Zaragoza

https://github.com/bittor7x0/VDR-M7x0

Volver arriba Ir abajo

original Siemens Gigaset M740AV Firmware 2.1 or 2.4 Empty Re: original Siemens Gigaset M740AV Firmware 2.1 or 2.4

Mensaje por Contenido patrocinado


Contenido patrocinado


Volver arriba Ir abajo

Volver arriba

- Temas similares

 
Permisos de este foro:
No puedes responder a temas en este foro.