Changes between Initial Version and Version 1 of Ticket #12825, comment 6


Ignore:
Timestamp:
Feb 3, 2017, 2:17:05 PM (7 years ago)
Author:
Stuart Auchterlonie
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12825, comment 6

    initial v1  
    88
    99This output is after the backend set up has started (still get the error with this but no backend running, just the backend set up):
    10 
     10{{{
    1111sudo ps -ef | grep myth
    1212paul      1454  1366  0 16:06 ?        00:00:00 /usr/bin/ssh-agent /usr/bin/dbus-launch --exit-with-session /usr/share/mythbuntu/session.sh
     
    1616paul      5470  5469 16 16:26 pts/0    00:00:01 /usr/bin/mythtv-setup.real --syslog local7
    1717paul      5500  2179  0 16:26 pts/1    00:00:00 grep --color=auto myth
    18 
     18}}}
    1919At this point I still get the card not recognised message.
    2020
    2121When I exit back end set up and am prompted "Do I want to start the backend" - "Yes" I get:
     22{{{
    2223sudo ps -ef | grep myth
    2324paul      1454  1366  0 16:06 ?        00:00:00 /usr/bin/ssh-agent /usr/bin/dbus-launch --exit-with-session /usr/share/mythbuntu/session.sh
     
    2526mythtv    5628     1  3 16:30 ?        00:00:00 /usr/bin/mythbackend --quiet --syslog local7
    2627paul      5650  2179  0 16:31 pts/1    00:00:00 grep --color=auto myth
    27 
     28}}}
    2829Now if I try mythbackend set up again, mythbackend is running (as well as set up) - NB shouldn't I have received a prompt at the launch of mythbackend setup stating that mythbackend will be stopped? - I didn't get one:
    29 
     30{{{
    3031sudo ps -ef | grep myth
    3132paul      1454  1366  0 16:06 ?        00:00:00 /usr/bin/ssh-agent /usr/bin/dbus-launch --exit-with-session /usr/share/mythbuntu/session.sh
     
    3637paul      5776  5775 21 16:35 pts/0    00:00:01 /usr/bin/mythtv-setup.real --syslog local7
    3738paul      5806  2179  0 16:35 pts/1    00:00:00 grep --color=auto myth
    38 
     39}}}
    3940Followed by
     41{{{
    4042sudo kill 5628
    4143sudo ps -ef | grep myth
     
    4648paul      5776  5775  2 16:35 pts/0    00:00:05 /usr/bin/mythtv-setup.real --syslog local7
    4749paul      5906  2179  0 16:39 pts/1    00:00:00 grep --color=auto myth
    48 
     50}}}
    4951Now the card is recognised (as you suggested) but when I try to add the second tuner on the same card (it is now also recognised), on the LNB* config screen it has "Unconnected" but doesn't open up the overlay to choose LNB and configure it when "Unconnected" is clicked. Nothing at all happens when "Unconnected" is clicked.
    5052
     
    5355Weirdly - on the fresh install ie just after the first installation I was able to set up the first tuner, including LNB and scanning channels apparently successfully but I cannot see live tv.
    5456
    55 
     57{{{
    5658sudo ps -ef | grep myth
    5759paul      1454  1366  0 16:06 ?        00:00:00 /usr/bin/ssh-agent /usr/bin/dbus-launch --exit-with-session /usr/share/mythbuntu/session.sh
     
    6163paul      6071  6062  4 16:47 ?        00:00:04 /usr/bin/mythfrontend.real --syslog local7
    6264paul      6173  2179  0 16:49 pts/1    00:00:00 grep --color=auto myth
     65}}}