Posts by Underworld

    Hi Folks,


    Trying to get HDMI-CEC working with a VU+ Solo running ViX 2.3, the connecting TV is a Sammy ps50c680.


    HDMI-CEC is setup within the menu but it's just not picking it up.


    Do I have to install it through install extensions etc, or is this image preinstalled with the CEC Drivers?
    Do I have to connect it up to a specific HDMI Port on the TV - currently patched into HDMI P1.


    Please try not reply back with just RTFM :)


    Cheers


    Underworld

    Yes that command will do the trick, you might want to run some if statements too to check if the file/folder exists and if true then delete it.


    rm -rf "/absolute/path/to/folder"

    Hi Phoenix - I was using the Vix built-in tools to do this. I can backup the setting no problems at all - but I can just can backup image to work and in-all honesty I find that it's just as easy to re-flash and then recover using my backed up restore settings with additional folder selection lists. (I include /etc/openvpn) too).


    I think it's an issue with the image - as I've reflashed it many times to give it a another go.


    Underworld

    So I've managed to get OpenVPN working with a HideMyAss Pro Account on both Vix 2.3 and BH 1.7.2 :-) R E S U L T! :-)


    Caveats are that you must have a HMA Pro Account which is 70 Dollars for the year.


    The Doc can be found in the guide sections - and should work for all images flavors and STBs.


    http://linuxsat-support.com/vu…idemyass-setup-guide.html


    I did just try and backup images so I could upload them for you but Vix 2.3 for some crap reason throws wobbles and fails - cant be $$$ to look into that just yet.


    Underworld



    Thanks for your help. I didn't allign to Thor BBC World in the end as a neighbours tree was obstructing me :(


    So set my box to positioner, entered my USALS, set my STB to sat finder to Astra 28.2 and the Motor turned and twisted it's neck. Once it settled I manually physically alligned the dish to Astra with a cheap and cheerful sat meter (6quid), then to test the rest I changed the sat finder to 13e - motor moved and positioned itself and from here I searched the channels. Hey presto - found the channels. I then moved onto with 19e and same again - perfect result. I've had a right result with this motor config. Thanks guys for your support.

    Your referance satellite will be thor 0.8W, get the best signal on this satellite and the rest will be found on the arch.


    Use BBC World News as the strongest transponder for finding the satellite.


    Code
    Thor-5.......................0.8 west 11862H 28000 BBC World


    Thanks Master G - theres a West and East Button on my motor will this make any difference tp whcih I set it too, as the satellites I want are on the e-side? So would I just set the botton on the motor to West for first allignment and then trot off to the STB then set it to Simple/Positioner automatic scan?


    (PS _ what is the Goto X Function for etc?)

    Hi Guys,


    So I've decided to purchase a TM-2600 after weeks of trying to get my Fixed Dish, LNB Bracket with a Single LNB Pointing at sly and a monoblock 6deg pointing at 13e and 19. It just never wanted to allign no matter how much I tinkered about with it - so in the shed that piece of *** will go.


    So after reading, many, many article of you'll be much better off with a Motor I decided to buy one. Struth me, now I am confused. I thought it would be a case of installing the motor and attaching it to the Dish and subsequently the pole and it'll go ahead and do it's magic - it just might do that but with the grief I've had over the past month of so I dont think it's going to be that simple.


    I've a
    VU+ Solo - Single Tuner.
    To be Motorised setup one I figure out what elevation I need to set it to.


    So is the theory right? If I manually allign the dish to say pointing at sly and configure my STB to be a motor setup will the STB work it's magic with the motor a probe/allight all satelltie automatically?


    I believe I need the elevation on the motor bracket is 22 (Surrey/London Area). I will be hard defining the limits on the motor for 30e > 10w.




    Regards
    A stuggling Underworld new to the Sat Realm.

    Hi All,


    This is my first post. My STB has arrived, and dish, first and foremost i'l looking at protecting my identity so need help on this front which is casuing me grief.


    OpenVPN Service is started without issues but when running `wget -O - -q What is my ip? - WhatIsMyIp.org | awk '{ print $NF }'` its still show my ISP External IP so it's not connectiing to any VPN service IMO.


    So I decided to purchase HMA Pro however I'm finding it quite challening setting up OpenVPN on my STB for HideMyAss Pro connections.


    I've setup the user keys,user cert and ca certs but when trying to start openVPN with a specific config it's not reading the configuration correctly.


    root@vusolo:/etc/openvpn#
    drwxrwxrwx 2 root root 1160 Apr 3 08:19 keys/
    -rw-r--r-- 1 root root 4265 Apr 3 08:31 client.conf
    -rw-r--r-- 1 root root 14638 Apr 3 10:06 openvpn.log
    -rw-r--r-- 1 root root 4194 Apr 3 09:54 UK.Hampshire.Gosport_LOC1S1.opvn


    root@vusolo:/etc/openvpn/keys#
    -rw-r--r-- 1 root root 1208 Feb 5 17:48 ca.crt.ORIG
    -rw-r--r-- 1 root root 891 Apr 3 08:19 hmauser.key
    -rw-r--r-- 1 root root 1338 Apr 3 08:19 ca.crt
    -rw-r--r-- 1 root root 3908 Apr 3 10:04 hmauser.crt



    root@vusolo:/etc/openvpn# cat client.conf | grep keys
    ca /etc/openvpn/keys/hmaca.crt
    cert /etc/openvpn/keys/hmauser.crt
    key /etc/openvpn/keys/hmauser.key


    ============================
    ERROR MESSAGE
    ============================
    root@vusolo:/etc/openvpn/keys# openvpn --config /etc/openvpn/UK.Hampshire.Gosport_LOC1S1.opvn --script-security 2
    Tue Apr 3 11:23:11 2012 OpenVPN 2.2.1 mipsel-oe-linux [SSL] [LZO2] [EPOLL] [eurephia] built on Feb 5 2012
    Enter Auth Username:<HIDDEN>
    Enter Auth Password:
    Tue Apr 3 11:23:22 2012 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
    Tue Apr 3 11:23:22 2012 Cannot load private key file /etc/openvpn/keys/hmauser.crt: error:0906D06C:PEM routines:PEM_read_bio:no start line: error:140B0009:SSL routines:SSL_CTX_use_PrivateKey_file:PEM lib
    Tue Apr 3 11:23:22 2012 Error: private key password verification failed
    Tue Apr 3 11:23:22 2012 Exiting




    Has anyone got this type of setup working?



    Regards
    Underworld

    I'm getting all sorts of funnies with this script too. Can you please upload your modified version?


    I'm using run;


    lsb_release -a ; uname -a
    No LSB modules are available.
    Distributor ID: Ubuntu
    Description: Ubuntu 11.10
    Release: 11.10
    Codename: oneiric
    Linux ubuntu 3.0.0-12-generic #20-Ubuntu SMP x86_64 x86_64 x86_64 GNU/Linux



    Regards
    Underworld