-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connect Telraam with LAN instead of WLAN #32
Comments
Hi, I made a gist for that: https://gist.github.com/mrtnrey/4a46b70755572ee74006a9e48cb78691 |
Hi mrtnrey, Thank you for the list you made. Telraam |
@Telraam in order to connect the pi to the eduroam network, we need to be able to use the following wifi settings: |
Hi, We did not test this ourselves, but it should work. You would have to modify the networking script: This script will otherwise overwrite the wpa_supplicant file and break the eap connection. Best regards |
If we flash the telraam device with Raspbian 11, we can connect with eduroam without any problems. When using the official image (on raspbian 9) it is not functional. Thus outdated packages prevent us from connecting to the eduroam network. Would it be possible to rebase the dev image to raspbian 11? This would probably solve our issues |
Hi, Unfortunately cannot rebase the dev image to raspbian 11. But you could try building the telraam image yourselve, starting from raspian 11. Best regards |
The building of the image with basic monitoring on Raspbian 11 was actually easier than expected as we don't need the network or update service, only the monitoring service:
|
Dear colleagues,
We are aiming at the installation of a series of Telraam-devices at our higher education campus in Belgium. As we are using EDUROAM here, a wireless connection does not seem to be possible. Thanks to the availability of the telraam-dev-image, we have been able to connect the Raspberry to a wired network, and the system is online and connected with the internet. Unfortunately, the data are not sent to the Telraam servers. Motivated by the remark made by @mrtnrey (#16, "I use the access to tweak my telraam to connect to my LAN instead of WLAN, with a USB-to-RJ45 dongle"), we would like to use the system in a similar way.
My question is therefore if one of you would be so kind to guide us in the right direction to broadcast the data via LAN instead of WLAN?
Many thanks!
The text was updated successfully, but these errors were encountered: