Best Of
Re: Raspberry Pi 4 - USB Ethernet adapters
In this case, my option was to either use: a) Emteria or b) a commercial tablet connected via HDMI to a flat-panel TV, and it looks like (b) is going to be the solution for me. All Android tablets/smartphones that I've tried either support CDC-ECM or RNDIS.
If you are interested in supporting USB networking devices in the future and do happen to have one of the supported devices in the second URL, the software in the first URL can be compiled. That might let you try several industry standard protocols without having to buy extra devices:
https://github.com/hathach/tinyusb
https://github.com/hathach/tinyusb/blob/master/docs/reference/supported.rst
On the topic of other devices that failed in my tests (Emteria v11.3.0 and v.11.3.16), one of the two ASIX chipset devices was branded "H50223 HiRO USB 2.0 to Fast Ethernet Adapter" and the other was just "USB 2.0 Ethernet Adapter".
Thanks anyway.
Raspberry Pi 4 - USB Ethernet adapters
https://forum.emteria.com/discussion/721/cm3-devboard-wifi
Said discussion is about the CM3, so it is unclear what of that applies to the Raspberry Pi 4.
Using a RPi4, I tested both v11.3.0 and v.11.3.16 using four types of USB Ethernet adapters:
ASIX chipset, RNDIS, NCM, and ECM
None worked.
For ASIX and ECM, dmesg showed the driver loading and ifconfig showed a new network interface being created. I was able to confirm externally that an initial DHCP lease was being requested by Emteria Android and granted. However, ifconfig never showed acceptance of this lease and the IP address could not be pinged. When the lease eventually expired, it was not renewed. (I also tried static IP address configuration via the adb shell, but this also did not work.)
For RNDIS, dmesg showed no driver being loaded.
For NCM, dmesg showed the driver loading, but ifconfig never showed a new network interface.
P.S.:
v11.3.16 seems to have some intermittent issues with detecting removal of a USB device. With that version, dmesg would not indicate detection of the device's removal, and ifconfig would continue to show the network interface for a while.
Re: Raspberry Pi 4 - USB Ethernet adapters
But may I ask why you are not just using the Ethernet port from the RPi4?
Re: easy step to install Gapps
Hi to all,
as for today the Recovery menu of the latest Emteria for RPI4 doesn't have the "Install" option anymore.
Please, can someone give me some advice on what to do to install GApps?
Thanks a lot!
RPi4B - Official 7" Touchscreen - touch input doesn't work on 11.6 or 11.6.1 nightly
Hi All,
I am having difficulty using a brand new Raspberry Pi 4 B with the official 7" touchscreen. I have it hooked up using the DSI connector + 5V/GND on the GPIO. It displays great, and keyboard and mouse input work fine, but as soon as I try to touch anything on the screen the input locks up.
I've tried this with both 11.6.0 Live and 11.6.1 Nightly (the latest nightly).
I am happy to take a short video and link to it as well if that would be helpful.
Thanks for your help!
-Erik
Re: Disable Sleep
@dijkvr The following site has alternative approaches to delayed RPi safe shutdown after the ignition is turned off using what emteria.OS currently provides.
https://bluewavestudio.io/community/
Search : shutdown
Some posts that seem relevant :
Graceful delayed shutdown with timer and 1 relay - 765GHF
Safe shutdown using three relays - Grabber, Skrimo
Re: 5" Compatible displays.
Also it might be worth adding that I have direct contact with the software developers over at Pimoroni. I think it would be great for the Emteria Platform if we could get this display supported!
Re: Disable Sleep
Hi @dijkvr ,
I guess there is the possibility of data loss, when you unplug the Pi and maybe a slight chance to damage the SD card, but from personal experience: I'm unplugging/replugging my RPi a couple times a day and haven't had any issues with the SD card, yet. Of course, this is anecdotal. Nevertheless, for your use-case I would argue that a new SD card every couple of years is way less damage than a drained/broken car battery.
Re: Is there not a simple image file for Raspberry Pie?
I agree that from your perspective there might be an easier way of achieving the goal. From the global perspective, unfortunately, we didn't find an optimal approach which would work for everyone. We are very much interested in your ideas and will be happy to improve the user experience of our installer in future.