...you can use USB adapters if they have Raspberry PI (Linux for ARM6) drivers.
This adapter is the same as the Belkin F5D7050 v4.
sudo apt-get install firmware-zd1211
I found there are two settings that have to be changed as either one of them will blank the screen in ten minutes under the default settings.
set screen saver timeout to zero:
xset s 0
and set dpms (EnergyStar) to disabled:
xset -dpms
This way I haven't needed to install anything (no screensaver). It was confusing because I'd tried both items, but it wasn't until I learned they both were blanking the screen at ten minutes that I saw what was going on.
As this has tested out OK, the next step for me is to put them into an autostart routine.
ps Verify your settings with
xset q
pip3 install -U numpy
pip3 install -U joblib
pip3 install -U threadpoolctl
pip3 install -U scipy
pip3 install -U scikit-learn
Dependency | Minimum Version | Purpose |
numpy | 1.17.3 | build, install |
scipy | 1.5.0 | build, install |
joblib | 1.1.1 | install |
threadpoolctl | 2.0.0 | install |
cython | 0.29.33 | build |
matplotlib | 3.1.3 | benchmark, docs, examples, tests |
scikit-image | 0.16.2 | docs, examples, tests |
pandas | 1.0.5 | benchmark, docs, examples, tests |
seaborn | 0.9.0 | docs, examples |
memory_profiler | 0.57.0 | benchmark, docs |
pytest | 7.1.2 | tests |
pytest-cov | 2.9.0 | tests |
ruff | 0.0.272 | tests |
black | 23.3.0 | tests |
mypy | 1.3 | tests |
pyamg | 4.0.0 | tests |
sphinx | 6.0.0 | docs |
sphinx-copybutton | 0.5.2 | docs |
sphinx-gallery | 0.10.1 | docs |
numpydoc | 1.2.0 | docs, tests |
Pillow | 7.1.2 | docs |
pooch | 1.6.0 | docs, examples, tests |
sphinx-prompt | 1.3.0 | docs |
sphinxext-opengraph | 0.4.2 | docs |
plotly | 5.14.0 | docs, examples |
conda-lock | 2.1.1 | maintenance |
pip3 install -U cython
~ $ pip3 install -U cargo
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting cargo
Downloading https://www.piwheels.org/simple/cargo/cargo-0.3-py3-none-any.whl (7.2 kB)
Installing collected packages: cargo
Successfully installed cargo-0.3
~ $ pip3 install -U rust
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting rust
Downloading https://www.piwheels.org/simple/rust/RUST-1.3.1-py3-none-any.whl (49 kB)
|████████████████████████████████| 49 kB 187 kB/s
Collecting pysam
Downloading https://www.piwheels.org/simple/pysam/pysam-0.22.0-cp39-cp39-linux_armv6l.whl (17.5 MB)
|████████████████████████████████| 17.5 MB 15 kB/s
Requirement already satisfied: matplotlib in ./.local/lib/python3.9/site-packages (from rust) (3.8.2)
Requirement already satisfied: numpy in ./.local/lib/python3.9/site-packages (from rust) (1.26.2)
Requirement already satisfied: cycler>=0.10 in ./.local/lib/python3.9/site-packages (from matplotlib->rust) (0.12.1)
Requirement already satisfied: importlib-resources>=3.2.0 in ./.local/lib/python3.9/site-packages (from matplotlib->rust) (6.1.1)
Requirement already satisfied: kiwisolver>=1.3.1 in ./.local/lib/python3.9/site-packages (from matplotlib->rust) (1.4.5)
Requirement already satisfied: contourpy>=1.0.1 in ./.local/lib/python3.9/site-packages (from matplotlib->rust) (1.2.0)
Requirement already satisfied: pillow>=8 in ./.local/lib/python3.9/site-packages (from matplotlib->rust) (10.1.0)
Requirement already satisfied: fonttools>=4.22.0 in ./.local/lib/python3.9/site-packages (from matplotlib->rust) (4.45.1)
Requirement already satisfied: python-dateutil>=2.7 in ./.local/lib/python3.9/site-packages (from matplotlib->rust) (2.8.2)
Requirement already satisfied: pyparsing>=2.3.1 in ./.local/lib/python3.9/site-packages (from matplotlib->rust) (3.1.1)
Requirement already satisfied: packaging>=20.0 in ./.local/lib/python3.9/site-packages (from matplotlib->rust) (23.2)
Requirement already satisfied: zipp>=3.1.0 in ./.local/lib/python3.9/site-packages (from importlib-resources>=3.2.0->matplotlib->rust) (3.17.0)
Requirement already satisfied: six>=1.5 in /usr/lib/python3/dist-packages (from python-dateutil>=2.7->matplotlib->rust) (1.16.0)
Installing collected packages: pysam, rust
Successfully installed pysam-0.22.0 rust-1.3.1
Looks like the Ralink firmware isn't the right thing for this hardware. Running a different command, lsusb, I see [Zydas ZD12118] at the end of the line for the Belkin Components, so I'm going to try installing the zd1211 firmware, which is actually the same one mentioned on page 56 in the book I got.Code: [Select]sudo apt-get install firmware-zd1211