Posts by clanser

    Hey All,
    Trying to get this to work on a DM800 clone with de phoenix 1.33 v3 image.
    Installed TS panel and 1 channel from linuxsat server.
    When trying to open movie feeds my spinner starts up and nothing further happens.
    tried to install the drivers,posted on an earlier post here,but get dependancy missing errors like libgstputils-0.10-0,libgstaudio,libgstvideo-0.10-0,etc when trying to install them.
    Can anyone point me in the right direction here ?
    cheers

    Hi Chaps,
    I am trying to get the picons to work on my DM800 using the picon creator programme.
    I have found the lamedb file but there is no picon folder in usr/share/enigma2 in my DE 1.33v2 phoenix image.
    I created an empty picon folder and pointed the programme to it on my PC.
    When opening picon creator I see the channel names but no picons,obviously
    I tried the lyngsat search option but always get 0 found,even after trying re index button.
    There are no ready made picon packages to be found for my provider so have to make my own.
    Can anyone point me in the right direction ?
    cheers

    Hi All,
    I am setting up an ubuntu 10.04 server on a HP530 PC with a rs232 phoenix connected.
    device = /dev/ttyS0 in oscam.server
    I get oscam running but get a cannot open ttyS0 error in terminal log
    When checking with dmesg | grep tty ,I see a ttyS0 interface,
    when checking with setserial -g the prompt immediately returns showing nothing.
    Is this a com port driver problem ?
    Will try a USB to serial adapter tomorrow.
    Also what is a nornal window ?
    To make Oscam automatic startup with bootup


    EDIT RC.LOCAL FROM NORMAL WINDOW


    When done from terminal I get a permission denied report and cannot edit the rc.local file.
    cheers for any help.

    if you have a dedicated server, you lose a hop for your own receiver, so you will only will be able to unlock what your peers can


    I'm however with Muso on the lost hop issue...if they could find a way around that I'd have a server built tomorrow but until I see my hop 2's disappear from use I'll have to stick with an all in one solution!


    Could someone explain what is meant here, I cannot see why some hops would disappear,


    br

    Unfortunately none of the transponders on the south africa spot beam I need are on those channel lists.
    Is there a way to copy the satellites list file via FTP from the working darkstar II image and FTP it to the new image ?
    Any idea where to look for it ?
    br

    Hi All,
    On my clone DM500s most images will not display all channels,only darkstar II opens all.
    It is always the same channels that do not open with a "service can not be found" error message or just a blank screen depending what image is installed.
    I have reflashed various images over and over,rescanned satellites and FTPed a known working satellites.xml file to var/etc with same results.
    My other clone box works fine with all images.
    Any idea what else to try ?
    There are some very good looking images would like to try,
    br

    In the uninstall menu nothing shows,in the emu menu shows only 1 cam installed ie CCcam2.2.1 ,no CI for some reason.
    tried DCC with the same result as filezilla,
    Have found an image with CCcam 2.1.4 installed and will try it tomorrow.
    cheers

    Morning lads,
    I am trying to downgrade my cccam 221 to cccam 214 in my DM500s with darkstar II image installed.
    CCcam 221 cannot be uninstalled so I used killall CCcam command in /bin folder
    When rm CCcam_221 from telnet a ''read only file system'' error is shown and file is not deleted.
    In Filezilla when trying to delete CCCam bin file nothing happens and I cannot overwrite it with the ver 214 bin file.
    This method worked in the past so not sure what is going on now,any ideas ?
    cheers clanser

    Afternoon Lads,
    I am setting up darkstar II vpn on my DM500.
    I remember reading that a config file for the VPN must be created and FTPed to the receiver.
    I cannot find this information anywhere now.
    Could someone please post a link how to set up the VPN client(user,pass,etc) on this image.
    cheers

    HI chaps,
    I dial 2 PPTP tunnels to the same ddns address using a mikrotik router.
    I found the script below on the net which works well and updates PPTP client1.
    Can this script be modded to update PPTP client 2 as well or must I duplicate this script to do that ?
    Just think it will be neater if the one script can update both PPTP clients.
    Cheers for any help.


    script:


    :global vpn-interface-name "pptp-out1"
    :global vpn-dns-name "client.noip.com"
    :global new-vpn-ip [:resolve $vpn-dns-name]
    :global current-vpn-ip [/interface pptp-client get $vpn-interface-name connect-to]
    :if ($current-vpn-ip != $new-vpn-ip) do={/interface pptp-client set [findname=$vpn-interface-name] connect-to=$new-vpn-ip}

    install the viewer program you want to use to edit config files on your pc.
    in my computer,right click on a config file and select open with..
    highlight the programme to use and check it is set as default for that file type.
    just close file after that.
    now when right click and editing in filezilla the same editor will be used and not notepad.


    I use notepad++ for this.
    cheers

    Hey Chaps,
    I am playing around with an old PC I have in the workshop and have got a CCcam server working with clarkconnect 5 and a serial phoenix serving to my dream.
    Server is working fine but when trying to get into the server CCcam web info from another PC on my LAN it always times out.
    Using <ip of server>:16001 from web browser on another PC on my local network.
    CCcam.cfg file used specifies port and user/pass as usual for dreamboxes.
    Does anyone know how to get it to work,what am I missing here ?