Difference between revisions of "User:Trogod/System0Up1810Configure"
From MythTV Official Wiki
m |
|||
Line 41: | Line 41: | ||
I probably need to do something similar to what I did at [[User:Trogod/System0Upgrade14042]] | I probably need to do something similar to what I did at [[User:Trogod/System0Upgrade14042]] | ||
+ | |||
+ | == Files in home == | ||
+ | |||
+ | * $ tar cf - bin | ( cd ~; tar xfp -) |
Revision as of 02:01, 29 January 2019
System 0 Upgrade to Ubuntu 18.10
Network Ethernet
one wired connection is to the internet. the other wired connection is to my HdHomeRun device.
$ sudo ifconfig -a enp0s10: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 10.83.111.172 netmask 255.255.255.0 broadcast 10.83.111.255 inet6 fe80::2a02:6c56:e1b2:5be9 prefixlen 64 scopeid 0x20<link> ether 00:24:1d:1d:8d:24 txqueuelen 1000 (Ethernet) RX packets 303642 bytes 400943950 (400.9 MB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 91693 bytes 7472639 (7.4 MB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 enp3s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 ether 10:fe:ed:07:bb:6c txqueuelen 1000 (Ethernet) RX packets 489 bytes 167238 (167.2 KB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 5930 bytes 1072685 (1.0 MB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 inet6 ::1 prefixlen 128 scopeid 0x10<host> loop txqueuelen 1000 (Local Loopback) RX packets 11846 bytes 1084257 (1.0 MB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 11846 bytes 1084257 (1.0 MB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 wlp1s5: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 ether 00:0d:0a:00:1e:df txqueuelen 1000 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 0 bytes 0 (0.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
I want to make sure that hdhomerun_config discover
will find my HdHomeRun device!
I probably need to do something similar to what I did at User:Trogod/System0Upgrade14042
Files in home
- $ tar cf - bin | ( cd ~; tar xfp -)