Jeff Geerling
Jeff Geerling
AHA! I found it... after reading through [](https://netbeez.net/blog/linux-set-route-priorities/), I found the key—since Raspberry Pi OS uses `dhcpcd`, I had to set the metric in that configuration. So, basically: ``` #...
And testing through the Turing Pi 2 with an external antenna that's attached to an air duct in my basement (still not ideal, signal-wise, but giving `20,99`: ``` pi@turing-node-1:~ $...
Blog post based on findings with routing metric priority: [Network interface routing priority on a Raspberry Pi](https://www.jeffgeerling.com/blog/2022/network-interface-routing-priority-on-raspberry-pi).
Reopening for a bit—I am wondering if I can eke out more performance. I know I won't hit the 150/50 Mbps performance that's theoretically possible, but I've heard from others...
SixFab has a couple guides for QMI mode, notably: - [QMI Interface Internet Connection Setup Using Sixfab Shield/HAT](https://docs.sixfab.com/page/qmi-interface-internet-connection-setup-using-sixfab-shield-hat) - [Setting up a data connection over QMI interface using libqmi](https://docs.sixfab.com/page/setting-up-a-data-connection-over-qmi-interface-using-libqmi) The...
Since `lsusb -t` returns `cdc_ether`, I need to reset the modem in QMI mode: ``` $ minicom -D /dev/ttyUSB2 -b 115200 AT+QCFG="usbnet" # returns 1 AT+QCFG="usbnet",0 # disables USB mode...
Yeah, this is definitely a bit weird... I've been noticing it in my runs on GitHub Actions too, and like you, I don't have the same issue when testing on...
I've added an upstream issue to see if anyone has a clue what's happening: https://github.com/rocky-linux/sig-cloud-instance-images/issues/56
Hmm... same issue in Fedora 40 container in my Docker container: https://github.com/geerlingguy/ansible-role-docker/actions/runs/13014753313/job/36301031820 ``` TASK [Gathering Facts] ********************************************************* fatal: [instance]: FAILED! => {"ansible_facts": {}, "changed": false, "failed_modules": {"ansible.legacy.setup": {"ansible_facts": {"discovered_interpreter_python": "/usr/bin/python3.12"},...
I'll be disabling Rocky Linux 9 (and thus RHEL) CI testing on any of my roles where sudo is required, just to ensure my other tests will keep running. Hopefully...