Hello again,
I ran some more tests for your consideration. First, I removed the dtoverlay=sdhost line in /boot/config.txt, enabled wifi, disabled ethernet, and rebooted. When the Pi finished rebooting, I ran route and ifconfig, and got the following results (Apologies for the misaligned results. Is there a way to fix this?):
osmc@RPi3OSMC1:~$ route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default gateway 0.0.0.0 UG 0 0 0 wlan0
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan0
gateway 0.0.0.0 255.255.255.255 UH 0 0 0 wlan0
osmc@RPi3OSMC1:~$:
Then I ran iconfig and got the following results:
osmc@RPi3OSMC1:~$ ifconfig
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 1 (Local Loopback)
RX packets 64 bytes 8752 (8.5 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 64 bytes 8752 (8.5 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlan0: flags=-28605<UP,BROADCAST,RUNNING,MULTICAST,DYNAMIC> mtu 1500
inet 192.168.1.95 netmask 255.255.255.0 broadcast 192.168.1.255
ether b8:27:eb:d6:27:2b txqueuelen 1000 (Ethernet)
RX packets 1956 bytes 1762619 (1.6 MiB)
RX errors 0 dropped 139 overruns 0 frame 0
TX packets 1486 bytes 176814 (172.6 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Also note that, for the above case, I had an internet connection. I could select “Weather” and see the forecast.
Next, I added dtoverlay=sdhost to the /boot/config.txt file. This time I edited the file using sudo nano and added the new line above the entry # NOOBS Auto-generated Settings (see above) in case there is some issue with NOOBS that this would avoid. After rebooting, I connected via the OSMC dongle at 2.4G and ran route via SSH. It took a long time to complete; I suspect because the connection was poor. This is what I got:
osmc@RPi3OSMC1:~$ route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 0.0.0.0 0.0.0.0 U 0 0 0 wlan0
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan0
I then ran ifconfig and got the following:
osmc@RPi3OSMC1:~$ ifconfig
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 1 (Local Loopback)
RX packets 224 bytes 25121 (24.5 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 224 bytes 25121 (24.5 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlan0: flags=-28605<UP,BROADCAST,RUNNING,MULTICAST,DYNAMIC> mtu 1500
inet 192.168.1.94 netmask 255.255.255.0 broadcast 192.168.1.255
ether 7c:dd:90:b7:67:5b txqueuelen 1000 (Ethernet)
RX packets 13525 bytes 3221080 (3.0 MiB)
RX errors 6 dropped 496 overruns 0 frame 0
TX packets 5095 bytes 546830 (534.0 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
I did not have an internet connection with the OSMC dongle.
I’m not sure if this means anything to anyone, but I thought I’d post it for completion. Any assistance is appreciated. Thanks in advance.
By the way, while I was at it, I tried to connect to my 5G network using the OSMC dongle. At first attempt, OSMC told me I had to disconnect from the 2.4G network before I could connect, so I did that. Then, I tried to connect at 5G, entered a password, and ended up with a connection with no internet, and when I tried to login via SSH, the attempt timed out.
Also note that, with the Pi configuration back to “original”, I can now reach the command line by hitting “esc” at the splash screen after “Exit”.
I’m very frustrated by all this, but I do appreciate your continued assistance. I’m looking forward to getting this working.
I’m now proceeding to try a fresh load of OSMC without NOOBS by downloading the installer from OSMT.tv to my Windows laptop and proceeding according to instructions. I will post results here if they’re relevant.
Again, many thanks for any help.