Beiträge von azurhen

    Dear yaVDR team.


    After performing an upgrade on yaVDR 0.4.0 natty the system freezes after a channel change.


    Did the standard procedure for upgrade using the stable vdr repos:
    apt-get update
    apt-get dist-upgrade


    I'm using a Zotac ion computer and a Netceiver.


    After above fail I reinstall the system with the latest LiveCD: yaVDR 0.4.0 afterwards dist-upgrade and installed the latest vdr-plugin-mcli and vlan support.


    Unfortunately no improvement:


    Please see attached syslog.


    Thanks for any suggestions

    The netceiver works without any problem when I connect it directly to eth0.


    As soon as I install vlan and configure the vlan switch where the netceiver connects to eth0.2 and the internet to eth0.1 everything slows down.
    - The yavdr client is very slow over ssh.
    - All the sat channels jumps and pixcelates.
    - Internet is very very very slow.


    3 other clients works perfectly with yavdr 0.3.


    /etc/network/interfaces
    ---------------------------------------------------------
    auto lo
    iface lo inet loopback
    address 127.0.0.1
    netmask 255.0.0.0


    auto eth0
    iface eth0 inet static
    address 192.168.0.103
    netmask 255.255.255.0
    gateway 192.168.0.2


    auto eth0.2
    iface eth0.2 inet static
    address 10.0.0.4
    netmask 255.255.255.0
    vlan_raw_device eth0


    ----------------------------------



    My ifconfig reads:


    ----------------------------------
    eth0 Link encap:Ethernet HWaddr 00:01:2e:27:64:d8
    inet addr:192.168.0.103 Bcast:192.168.0.255 Mask:255.255.255.0
    inet6 addr: fe80::201:2eff:fe27:64d8/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:5154885 errors:1 dropped:179 overruns:0 frame:1
    TX packets:14151 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:4821081143 (4.8 GB) TX bytes:2530681 (2.5 MB)
    Interrupt:21 Base address:0xc000


    eth0.2 Link encap:Ethernet HWaddr 00:01:2e:27:64:d8
    inet6 addr: fe80::201:2eff:fe27:64d8/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:5152184 errors:0 dropped:0 overruns:0 frame:0
    TX packets:12501 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:4748273984 (4.7 GB) TX bytes:2218678 (2.2 MB)


    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:135 errors:0 dropped:0 overruns:0 frame:0
    TX packets:135 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:10682 (10.6 KB) TX bytes:10682 (10.6 KB)
    ----------------------------------------------------------------------------------------------------



    I also read the following article that might be the reason for my problem, but I'm not sure! :


    [Bug 771209] Re: VLANs no longer work with bridges in natty




    Thankful for any feedback and if somebody else is having the same problem.



    Thanks

    If ever yaVDR will implement eHD please find here how I installed the plugin from sources:


    1.) Reelbox Plugin vor eHD
    mkdir -p /data/installfiles/eHD/
    cd /data/installfiles/eHD/
    svn co svn://reelbox.org/testing/src/



    cd /usr/local/src/VDR/PLUGINS/src
    cp -r /data/installfiles/eHD/src/vdr-plugins/src/reelbox-3 .
    ln -s reelbox-3/ reelbox


    cd reelbox/
    mkdir utils
    cd utils/
    cp -a /data/installfiles/eHD/src/utils/hdshm3 .
    cp -a /data/installfiles/eHD/src/utils/bspshm .



    cd /usr/local/src/VDR/PLUGINS/src/reelbox


    vi Makefile


    #######################



    #REELSKIN=1
    ....
    BSPSHM = ./utils/bspshm
    HDSHM = ./utils/hdshm3/src
    ....
    INCLUDES += -I/usr/include/ffmpeg


    ###########################


    cp /data/installfiles/eHD/src/vdr-1.4/Make.common /usr/local/src/VDR/


    aptitude install libmad0-dev


    cd /data/installfiles/eHD/src/vdr-1.4/
    cp debug.h /usr/local/src/VDR
    cp debugmacros.h /usr/local/src/VDR
    cp dvdIndex.c /usr/local/src/VDR
    cp dvdIndex.h /usr/local/src/VDR
    cp reelboxbase.c /usr/local/src/VDR
    cp reelboxbase.h /usr/local/src/VDR
    cp resumeDvd.c /usr/local/src/VDR
    cp resumeDvd.h /usr/local/src/VDR



    cd /data/installfiles/eHD/src/utils/hdshm3
    make clean x86



    cd /usr/local/src/VDR


    vi Make.config


    ###################


    RBLITE =
    REELSKIN=
    REEL_DEBUG =
    BSPSHM = /usr/local/src/VDR/PLUGINS/src/reelbox/utils/bspshm
    HDSHM = /usr/local/src/VDR/PLUGINS/src/reelbox/utils/hdshm3/src
    HAVE_XINEMEDIAPLAYER = 1


    MAXOSDMEMORY=1000000


    ###################



    2.) eHD Drivers
    apt-get install tftpd openbsd-inetd
    cd /usr/local/src/eHD/hdplayer/
    cp /data/installfiles/eHD/precompiled/hdplayer.gz .
    gunzip hdplayer.gz


    vi /etc/inetd.conf


    tftp dgram udp wait root /usr/sbin/tcpd /usr/sbin/in.tftpd -s /srv/tftp


    mkdir -p /srv/tftp
    cd /srv/tftp
    ln -s /usr/local/src/eHD/hdplayer hdplayer
    cd /usr/local/src/
    mkdir -p eHD/hdplayer
    cd /data/installfiles/eHD
    ln -s /data/installfiles/eHD/src/utils/bspshm bspshm
    ln -s /data/installfiles/eHD/src/utils/hdshm3 hdshm3
    svn co svn://reelbox.org/precompiled


    3.) Test der eHD Hardware
    lspci -v (CHECK that the below is present)

    ## 01:08.0 Multimedia controller: Micronas USA, Inc. Device 8100
    ## Subsystem: Micronas USA, Inc. Device 8100
    ## Flags: bus master, medium devsel, latency 32, IRQ 5
    ## Memory at e7fff000 (32-bit, non-prefetchable) [size=4K]
    ## Memory at d8000000 (32-bit, non-prefetchable) [size=128M]
    ## Capabilities: [40] Power Management version 2


    4.) erstellen des Treibermoduls


    cd /data/installfiles/eHD/hdshm3/
    make clean x86
    make x86


    5.) Treibermodul Systemweit zur Verfügung stellen
    cd /lib/modules/$(uname -r)/kernel/drivers/video
    cp /data/installfiles/eHD/hdshm3/x86/driver/hdshm.ko .
    depmod -a


    6.) eHD Software vorbereiten


    cd /usr/local/src/eHD/
    cp /data/installfiles/eHD/hdshm3/x86/hdboot/hdboot .
    cp /data/installfiles/eHD/hdshm3/x86/shmnetd/shmnetd .
    cp /data/installfiles/eHD/precompiled/linux.bin.gz .
    gunzip linux.bin.gz


    7.) eHD manuell starten


    Treibermodul der eHD starten:


    modprobe hdshm
    /usr/local/src/eHD/hdboot -i /usr/local/src/eHD/linux.bin
    screen -d -m /usr/local/src/eHD/shmnetd


    8.) eHD in den Autostart


    cd /etc/init.d/
    vi ehd


    ###############################


    #!/bin/sh


    #
    case "$1" in
    start)
    echo -n "Starting extensionHD "
    modprobe hdshm
    sleep 2
    /usr/local/src/eHD/hdboot -i /usr/local/src/eHD/linux.bin
    screen -d -m /usr/local/src/eHD/shmnetd



    ;;
    stop)
    echo -n "Shutting down extensionHD "



    ;;
    restart)
    echo -n "Restart extensionHD "
    $0 stop
    $0 start



    ;;
    *)
    echo "Usage: $0 {start|stop|restart}"
    exit 1
    ;;
    esac
    exit 0



    ########################################


    cd /etc/init.d/
    chmod 755 ehd
    update-rc.d ehd defaults 20

    Hi,


    I have been trying the new iso installation of yaVDR 0.2.0 and I'm very happy with the improvements and the great work done by the yaVDR team. I have though two problems with the mcli-plugin:


    1) All the SD channels and some HD channels works but not all HD channels works:


    Not working HD channels
    Das Erste HD;ARD:11361:HC23E35M8:S19.2E:22000:6100=2:6020=deu,6021=deu;6022=deu:6030:0:11100:1:1011:0
    ZDF HD;ZDFvision:11361:HC23E35M8:S19.2E:22000:6110=2:6120=deu,6121=deu;6122=deu:6130:0:11110:1:1011:0
    Servus TV HD;ServusTV:11302:HC23E35M8:S19.2E:22000:0:3584=deu,3585=eng;3587=deu:3588:0:4913:1:1007:0
    TV4 HD;Telenor:12128:HC34E35M8:S1.0W:30000:512=2:0;641=sve:0:B00:1405:70:42:0
    Discovery HD;Telenor:12015:HC34:S1.0W:30000:513=2:644;644=eng:0:B00:4102:70:41:0
    Eurosport HD;Telenor:12015:HC34E35M8:S1.0W:30000:512=2:641=sve,640=nor,642=dan,643=fin:0:B00:4101:70:41:0


    Working HD channels
    Einsfestival HD;ARD:12421:HC34M2O0S0:S19.2E:27500:1601=27:1602=deu,1603=mis;1606=deu:0:0:28396:1:1201:0
    SVT HD;Telenor:10934:HC34M5O25S1:S1.0W:25000:512=27:640=sve;641=sve:0:B00:1406:70:14:0




    2) Second issue is that the femon plugin does not work with the mcli-plugin. I guess the femon or the mcli plugin needs a patch.


    Would appreciate to know if I'm the only one with these above issues!


    Thanks

    No offence taken, and I do not want to take hotzenplotz5 time to sort out my problems with bootup. (This I did not ask for!)


    Only to make things clear! With a clean mini net install of ubuntu 10.04 64bit the EB1501 30% of the time it hangs.


    I'm only at this forum to give feedback on the plugins from yavdr team!

    Hi hotzenplotz5


    I have also an Eeebox EB1501 as frontend but it has bootup problems with Ubuntu lucid so I have installed Ubuntu karmic on it.


    I would appreciate if you could compile the vdr-plugins-mcli with the latest patch for the repo:karmic-vdr-1.7.14 as well.


    thanks

    Hi


    I can confirm that it works on my 2 X DUAL-DVB-S2 netceiver cards and switches between ASTRA 19.2 E / ASTRA 28.2 E and THOR 1 W.


    The only problem I have encountered is:


    After about 30 seconds of recording on my DVB-T netceiver card VDR 1.7.14 crashes. This problem I also had with my self compiled vdr 1.7.10 and the latest mcli plugin from deti.


    No problems with recording from multiple channels from my DVB-S2 cards.

    Hi again,


    with the above setup I get the following when I type:


    root@vdr:~# vdr -P'mcli -i eth0.2' -Pxine -v /tmp
    -------------------------
    MakePrimaryDevice: 1
    =========================
    SetVideoFormat: 0
    SetVolumeDevice: 255
    frame: (0, 0)-(-1, -1), zoom: (1.00, 1.00)
    mcli: Add CAMs from NetCeiver fe80::208:54ff:fe55:194f -> 1
    mcli: Add Tuner: Philips TDA10046H DVB-T [fe80::208:54ff:fe55:194f:0200], Type 2 @ 1
    mcli: Add Tuner: Conexant CX24116 DVB-S2 [fe80::208:54ff:fe55:194f:0402], Type 4 @ 1
    mcli: Add Tuner: Conexant CX24116 DVB-S2 [fe80::208:54ff:fe55:194f:0403], Type 4 @ 1
    mcli: Add Tuner: Conexant CX24116 DVB-S2 [fe80::208:54ff:fe55:194f:0404], Type 4 @ 1
    mcli: Add Tuner: Conexant CX24116 DVB-S2 [fe80::208:54ff:fe55:194f:0405], Type 4 @ 1
    Type -1 limit (0) reached
    Type -1 limit (0) reached
    Type -1 limit (0) reached
    Type -1 limit (0) reached
    Type -1 limit (0) reached
    Type -1 limit (0) reached
    Type -1 limit (0) reached
    Type -1 limit (0) reached
    CAMAvailable (null) -1 -> fe80::208:54ff:fe55:194f 0
    ProvidesChannel:10 Channel:SVT1 SydNytt, Prio:0 this->Prio:-1 m_chan.Name: NeedsDetachReceivers:0 -> 1
    CAMAvailable (null) -1 -> fe80::208:54ff:fe55:194f 0
    ProvidesChannel:11 Channel:SVT1 SydNytt, Prio:0 this->Prio:-1 m_chan.Name: NeedsDetachReceivers:0 -> 1
    CAMAvailable (null) -1 -> fe80::208:54ff:fe55:194f 0
    ProvidesChannel:12 Channel:SVT1 SydNytt, Prio:0 this->Prio:-1 m_chan.Name: NeedsDetachReceivers:0 -> 1
    CAMAvailable (null) -1 -> fe80::208:54ff:fe55:194f 0
    ProvidesChannel:13 Channel:SVT1 SydNytt, Prio:0 this->Prio:-1 m_chan.Name: NeedsDetachReceivers:0 -> 1
    CAMAvailable (null) -1 -> fe80::208:54ff:fe55:194f 0
    ProvidesChannel:14 Channel:SVT1 SydNytt, Prio:0 this->Prio:-1 m_chan.Name: NeedsDetachReceivers:0 -> 1
    CAMAvailable (null) -1 -> fe80::208:54ff:fe55:194f 0
    ProvidesChannel:15 Channel:SVT1 SydNytt, Prio:0 this->Prio:-1 m_chan.Name: NeedsDetachReceivers:0 -> 1
    CAMAvailable (null) -1 -> fe80::208:54ff:fe55:194f 0
    ProvidesChannel:16 Channel:SVT1 SydNytt, Prio:0 this->Prio:-1 m_chan.Name: NeedsDetachReceivers:0 -> 1
    CAMAvailable (null) -1 -> fe80::208:54ff:fe55:194f 0
    ProvidesChannel:17 Channel:SVT1 SydNytt, Prio:0 this->Prio:-1 m_chan.Name: NeedsDetachReceivers:0 -> 1
    SetChannelDevice:10 Channel(0x23f6ad0):SVT1 SydNytt, Provider:Telenor, Source:1392508938, LiveView:false, IsScan:0, m_chan.Name:
    CAMAvailable (null) -1 -> fe80::208:54ff:fe55:194f 0
    Alloc CAM (null) -1
    CAMAvailable (null) -1 -> fe80::208:54ff:fe55:194f 0
    TunerAlloc: 0x23e3a30 type 4
    SetPid 10 Pid:524 (SVT1 SydNytt), Type:5, On:1, used:1 sid:3037 ca_enable:1 channel_ca:2816
    SetPid 10 Pid:688 (SVT1 SydNytt), Type:6, On:1, used:1 sid:3037 ca_enable:1 channel_ca:2816
    SetPid 10 Pid:689 (SVT1 SydNytt), Type:7, On:1, used:1 sid:3037 ca_enable:1 channel_ca:2816
    SetAudioChannelDevice: 0
    frame: (0, 0)-(-1, -1), zoom: (1.00, 1.00)
    SetPid 10 Pid:524 (SVT1 SydNytt), Type:5, On:0, used:0 sid:3037 ca_enable:1 channel_ca:2816
    SetPid 10 Pid:688 (SVT1 SydNytt), Type:6, On:0, used:0 sid:3037 ca_enable:1 channel_ca:2816
    SetPid 10 Pid:689 (SVT1 SydNytt), Type:7, On:0, used:0 sid:3037 ca_enable:1 channel_ca:2816
    ProvidesChannel:10 Channel:SVT1 SydNytt, Prio:0 this->Prio:-1 m_chan.Name:SVT1 SydNytt NeedsDetachReceivers:0 -> 1
    CAMAvailable (null) -1 -> fe80::208:54ff:fe55:194f 0
    ProvidesChannel:11 Channel:SVT1 SydNytt, Prio:0 this->Prio:-1 m_chan.Name: NeedsDetachReceivers:0 -> 1
    CAMAvailable (null) -1 -> fe80::208:54ff:fe55:194f 0
    ProvidesChannel:12 Channel:SVT1 SydNytt, Prio:0 this->Prio:-1 m_chan.Name: NeedsDetachReceivers:0 -> 1
    CAMAvailable (null) -1 -> fe80::208:54ff:fe55:194f 0
    ProvidesChannel:13 Channel:SVT1 SydNytt, Prio:0 this->Prio:-1 m_chan.Name: NeedsDetachReceivers:0 -> 1
    CAMAvailable (null) -1 -> fe80::208:54ff:fe55:194f 0
    ProvidesChannel:14 Channel:SVT1 SydNytt, Prio:0 this->Prio:-1 m_chan.Name: NeedsDetachReceivers:0 -> 1
    CAMAvailable (null) -1 -> fe80::208:54ff:fe55:194f 0
    ProvidesChannel:15 Channel:SVT1 SydNytt, Prio:0 this->Prio:-1 m_chan.Name: NeedsDetachReceivers:0 -> 1
    CAMAvailable (null) -1 -> fe80::208:54ff:fe55:194f 0
    ProvidesChannel:16 Channel:SVT1 SydNytt, Prio:0 this->Prio:-1 m_chan.Name: NeedsDetachReceivers:0 -> 1
    CAMAvailable (null) -1 -> fe80::208:54ff:fe55:194f 0
    ProvidesChannel:17 Channel:SVT1 SydNytt, Prio:0 this->Prio:-1 m_chan.Name: NeedsDetachReceivers:0 -> 1
    SetChannelDevice:11 Channel(0x23f6ad0):SVT1 SydNytt, Provider:Telenor, Source:1392508938, LiveView:false, IsScan:0, m_chan.Name:
    CAMAvailable (null) -1 -> fe80::208:54ff:fe55:194f 0

    Hi


    I'm using UBUNTU 9.10 AMD64 on a Asus EeeBox 330 Atom


    with


    add-apt-repository ppa:the-vdr-team/unstable-plugins
    aptitude update
    aptitude install vdr vdr-plugin-mcli


    + a vlan switch from cisco - SLM2005


    --> vdr 1.7.14 (yavdr)