Hi guys,
after several attempts I’ve almost succeeded installing Home Assistant Operating System onto my Chuwi Larkbox mini.
I’ve used this guide: Generic x86-64 - Home Assistant
After booting Ubuntu Live I copied the downloaded image to the internal eMMC and rebooted the computer. Initially I thought something had gone wrong, eventually I figured out the system didn’t have an internet connection and that was the reason it wasn’t booting correctly. (The connection was working, and still is working, on the Ubuntu Live OS)
I still haven’t figured out how to get the wired ethernet to work, with this I could use your help.
For now, I got the Wifi connection going (I used this guide: Guide: Connecting Pi with Home Assistant OS to wifi (or other networking changes)) and Home Assistant is reachable and everything else seems to work.
I would like to use the wired connection though. As you can see below, the eth0 (or similar device) is missing and I’ve no clue how to get it in there.
Any help would be appreciated. Thanks in advance!
Some, hopefully helpful, information:
➜ ~ nmcli con show
NAME UUID TYPE DEVICE
RenN fd685ee3-e49b-484f-9b12-470810134c1a wifi wlo2
Home Assistant OS default f62bf7c2-e565-49ff-bbfc-a4cf791e6add ethernet --
~ nmcli dev status
DEVICE TYPE STATE CONNECTION
wlo2 wifi connected RenN
docker0 bridge unmanaged --
hassio bridge unmanaged --
dummy0 dummy unmanaged --
veth11fe087 ethernet unmanaged --
veth38716fe ethernet unmanaged --
veth407dbf1 ethernet unmanaged --
veth4d4a3a2 ethernet unmanaged --
veth5b9c9af ethernet unmanaged --
veth9bf9c7e ethernet unmanaged --
sit0 iptunnel unmanaged --
lo loopback unmanaged --
➜ ~ dmesg | grep -i eth0
[ 9.408399] eth0: renamed from veth8e1f1c8
[ 34.062237] eth0: renamed from vethdbf61e4
[ 38.406386] eth0: renamed from veth97c6ec9
[ 38.927304] eth0: renamed from vethb18827b
[ 39.420048] eth0: renamed from veth65b844a
➜ ~ ifconfig -a
docker0 Link encap:Ethernet HWaddr 02:42:08:2C:17:15
inet addr:172.17.0.1 Bcast:172.17.255.255 Mask:255.255.0.0
inet6 addr: fe80::42:8ff:fe2c:1715/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:807 errors:0 dropped:0 overruns:0 frame:0
TX packets:817 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:86718 (84.6 KiB) TX bytes:307552 (300.3 KiB)
dummy0 Link encap:Ethernet HWaddr 4A:E4:9B:3E:E4:E6
BROADCAST NOARP 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)
hassio Link encap:Ethernet HWaddr 02:42:A6:C7:82:8F
inet addr:172.30.32.1 Bcast:172.30.33.255 Mask:255.255.254.0
inet6 addr: fe80::42:a6ff:fec7:828f/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:18408 errors:0 dropped:0 overruns:0 frame:0
TX packets:34727 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:6774834 (6.4 MiB) TX bytes:10065756 (9.5 MiB)
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:472 errors:0 dropped:0 overruns:0 frame:0
TX packets:472 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:28188 (27.5 KiB) TX bytes:28188 (27.5 KiB)
sit0 Link encap:IPv6-in-IPv4
NOARP MTU:1480 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)
veth11fe087 Link encap:Ethernet HWaddr 0E:9C:35:94:5E:0A
inet6 addr: fe80::c9c:35ff:fe94:5e0a/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:8359 errors:0 dropped:0 overruns:0 frame:0
TX packets:25140 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:572117 (558.7 KiB) TX bytes:7513102 (7.1 MiB)
veth38716fe Link encap:Ethernet HWaddr 1E:3C:C3:C6:73:96
inet6 addr: fe80::1c3c:c3ff:fec6:7396/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:11707 errors:0 dropped:0 overruns:0 frame:0
TX packets:43696 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:6598292 (6.2 MiB) TX bytes:10661781 (10.1 MiB)
veth407dbf1 Link encap:Ethernet HWaddr CA:0E:65:38:F8:F0
inet6 addr: fe80::c80e:65ff:fe38:f8f0/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:807 errors:0 dropped:0 overruns:0 frame:0
TX packets:863 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:98016 (95.7 KiB) TX bytes:311475 (304.1 KiB)
veth4d4a3a2 Link encap:Ethernet HWaddr BA:BA:B3:1C:37:F9
inet6 addr: fe80::b8ba:b3ff:fe1c:37f9/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:32694 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:7996198 (7.6 MiB)
veth5b9c9af Link encap:Ethernet HWaddr 3A:35:5B:F3:38:C3
inet6 addr: fe80::3835:5bff:fef3:38c3/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:25 errors:0 dropped:0 overruns:0 frame:0
TX packets:32704 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3707 (3.6 KiB) TX bytes:8000317 (7.6 MiB)
veth9bf9c7e Link encap:Ethernet HWaddr DE:5F:AA:C6:4C:55
inet6 addr: fe80::dc5f:aaff:fec6:4c55/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:996 errors:0 dropped:0 overruns:0 frame:0
TX packets:34036 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:70870 (69.2 KiB) TX bytes:8099079 (7.7 MiB)
wlo2 Link encap:Ethernet HWaddr 9C:FC:E8:AE:51:C3
inet addr:192.168.1.107 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::c65c:1896:d612:17b2/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:134327 errors:0 dropped:0 overruns:0 frame:0
TX packets:19849 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:47301975 (45.1 MiB) TX bytes:12181684 (11.6 MiB)