Update README.md with paragraph about SDR naming (swradio0...255)

pull/1045/head
geraldhuber 2023-10-07 20:30:33 +02:00 zatwierdzone przez GitHub
rodzic ce6e2822e5
commit eb6311fec3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -64,6 +64,12 @@ wmbus dongles when wmbusmeters startup.
If the serial device (ttyUSB0) might change you can also use `device=im871a:c1,t1`
which will probe all serial devices but only scans for im871a which also speeds it up.
If you are using a sdr-rtl device, keep in mind that SDR devices are accessed through
character device special files named `/dev/swradio0` to `/dev/swradio255`[^kernel_docs_sdr].
And usually are not found under e.g. `/dev/ttyUSB0`.
[^kernel_docs_sdr]: https://docs.kernel.org/userspace-api/media/v4l/dev-sdr.html?highlight=sdr#software-defined-radio-interface-sdr
If you have to scan serial devices, then remember that some Raspberry PIs are upset when
random data is sent to `/dev/ttyAMA0` when it is configured in bluetooth mode.
To solve this, add `donotprobe=/dev/ttyAMA0`