Changes between Initial Version and Version 1 of Ticket #12825, comment 6
- Timestamp:
- Feb 3, 2017, 2:17:05 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12825, comment 6
initial v1 8 8 9 9 This 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 {{{ 11 11 sudo ps -ef | grep myth 12 12 paul 1454 1366 0 16:06 ? 00:00:00 /usr/bin/ssh-agent /usr/bin/dbus-launch --exit-with-session /usr/share/mythbuntu/session.sh … … 16 16 paul 5470 5469 16 16:26 pts/0 00:00:01 /usr/bin/mythtv-setup.real --syslog local7 17 17 paul 5500 2179 0 16:26 pts/1 00:00:00 grep --color=auto myth 18 18 }}} 19 19 At this point I still get the card not recognised message. 20 20 21 21 When I exit back end set up and am prompted "Do I want to start the backend" - "Yes" I get: 22 {{{ 22 23 sudo ps -ef | grep myth 23 24 paul 1454 1366 0 16:06 ? 00:00:00 /usr/bin/ssh-agent /usr/bin/dbus-launch --exit-with-session /usr/share/mythbuntu/session.sh … … 25 26 mythtv 5628 1 3 16:30 ? 00:00:00 /usr/bin/mythbackend --quiet --syslog local7 26 27 paul 5650 2179 0 16:31 pts/1 00:00:00 grep --color=auto myth 27 28 }}} 28 29 Now 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 {{{ 30 31 sudo ps -ef | grep myth 31 32 paul 1454 1366 0 16:06 ? 00:00:00 /usr/bin/ssh-agent /usr/bin/dbus-launch --exit-with-session /usr/share/mythbuntu/session.sh … … 36 37 paul 5776 5775 21 16:35 pts/0 00:00:01 /usr/bin/mythtv-setup.real --syslog local7 37 38 paul 5806 2179 0 16:35 pts/1 00:00:00 grep --color=auto myth 38 39 }}} 39 40 Followed by 41 {{{ 40 42 sudo kill 5628 41 43 sudo ps -ef | grep myth … … 46 48 paul 5776 5775 2 16:35 pts/0 00:00:05 /usr/bin/mythtv-setup.real --syslog local7 47 49 paul 5906 2179 0 16:39 pts/1 00:00:00 grep --color=auto myth 48 50 }}} 49 51 Now 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. 50 52 … … 53 55 Weirdly - 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. 54 56 55 57 {{{ 56 58 sudo ps -ef | grep myth 57 59 paul 1454 1366 0 16:06 ? 00:00:00 /usr/bin/ssh-agent /usr/bin/dbus-launch --exit-with-session /usr/share/mythbuntu/session.sh … … 61 63 paul 6071 6062 4 16:47 ? 00:00:04 /usr/bin/mythfrontend.real --syslog local7 62 64 paul 6173 2179 0 16:49 pts/1 00:00:00 grep --color=auto myth 65 }}}