[mythtv-users] Updated MiniMyth2 Rpi edition

Mike Bibbings mike.bibbings at gmail.com
Wed Nov 29 13:52:34 UTC 2017


On 29/11/17 11:07, Piotr Oniszczuk wrote:
>
>> Wiadomość napisana przez Mike Bibbings <mike.bibbings at gmail.com> w dniu 28.11.2017, o godz. 19:39:
>>
>> Piotr,
>>
>> I have  ipv6.disable=1 in /boot/cmdline.txt and it always hangs even if a mythbackend is occasionally found.
>>
> Mike,
> I’m wonder: is it possible to do tests in Your environment WITH IPv6?
> If Yes: pls remove ipv6.disable=1 from /boot/cmdline.txt and
> -verify is IPv6 between BE and FE working for You
> -is BE discovery works for You
>
> I don’t have IPv6 in my environment - but on the other hand I want to offer MiniMyth2 RPI with IPv6 support…
>   
> thx for Your support!
>


I am not explicitly running an IP v6 network.  My Router hands out IP 
V4, and connects to Internet over IP V4.

The mythbackend is on standard install of Xubuntu 16.04, IP V4 address 
obtained via Router reservation,  mythtv installed from ppa:mythbuntu/30

ifconfig on mythbacked shows:

mike at x-build:~$ ifconfig
enp7s0    Link encap:Ethernet  HWaddr e0:cb:4e:d7:54:22
           inet addr:192.168.1.22  Bcast:192.168.1.255 Mask:255.255.255.0
           inet6 addr: fe80::142:281e:12d0:1790/64 Scope:Link
           UP BROADCAST RUNNING MULTICAST  MTU:1500 Metric:1
           RX packets:2331 errors:0 dropped:0 overruns:0 frame:0
           TX packets:575 errors:0 dropped:0 overruns:0 carrier:0
           collisions:0 txqueuelen:1000
           RX bytes:423274 (423.2 KB)  TX bytes:56510 (56.5 KB)

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:65536  Metric:1
           RX packets:8181 errors:0 dropped:0 overruns:0 frame:0
           TX packets:8181 errors:0 dropped:0 overruns:0 carrier:0
           collisions:0 txqueuelen:1000
           RX bytes:3000757 (3.0 MB)  TX bytes:3000757 (3.0 MB)

I have just done a clean install of Xubuntu 16.04 together with just 
mythtv-frontend installed from ppa:mythbuntu/30 on an old laptop, the 
mythbackend is automatically found.

This is output from ifconfig on the laptop:

enp2s0f0  Link encap:Ethernet  HWaddr b8:88:e3:aa:d7:5f
           UP BROADCAST MULTICAST  MTU:1500  Metric:1
           RX packets:0 errors:0 dropped:0 overruns:0 frame:0
           TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
           collisions:0 txqueuelen:1000
           RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
           Interrupt:16

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:65536  Metric:1
           RX packets:405 errors:0 dropped:0 overruns:0 frame:0
           TX packets:405 errors:0 dropped:0 overruns:0 carrier:0
           collisions:0 txqueuelen:1000
           RX bytes:57383 (57.3 KB)  TX bytes:57383 (57.3 KB)

wlp3s0    Link encap:Ethernet  HWaddr 1c:4d:70:57:a3:dc
           inet addr:192.168.1.7  Bcast:192.168.1.255 Mask:255.255.255.0
           inet6 addr: fe80::6e77:a36f:c66e:d81e/64 Scope:Link
           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
           RX packets:178745 errors:0 dropped:0 overruns:0 frame:0
           TX packets:93241 errors:0 dropped:0 overruns:0 carrier:0
           collisions:0 txqueuelen:1000
           RX bytes:247769186 (247.7 MB)  TX bytes:9433061 (9.4 MB)



Here is the .mythtv/config.xml created on the laptop:

<Configuration>
<LocalHostName>my-unique-identifier-goes-here</LocalHostName>
   <Database>
     <PingHost>1</PingHost>
     <Host>192.168.1.22</Host>
     <UserName>mythtv</UserName>
     <Password>Jz3jRYsl</Password>
     <DatabaseName>mythconverg</DatabaseName>
     <Port>3306</Port>
   </Database>
   <WakeOnLAN>
     <Enabled>0</Enabled>
     <SQLReconnectWaitTime>0</SQLReconnectWaitTime>
     <SQLConnectRetry>5</SQLConnectRetry>
     <Command>echo 'WOLsqlServerCommand not set'</Command>
   </WakeOnLAN>
   <UPnP>
     <UDN>
<MediaRenderer>a5305130-25b1-4864-be96-7fa1cb0aec55</MediaRenderer>
     </UDN>
   </UPnP>
</Configuration>


  Mike



More information about the mythtv-users mailing list