7.1.8: stable
| Version: | 7.1.8 (stable) |
|---|---|
| Released: | 2026-08-09 |
| Source: | linux-7.1.8.tar.xz |
| PGP Signature: | linux-7.1.8.tar.sign |
| Patch: | full (incremental) |
| ChangeLog: | ChangeLog-7.1.8 |
| Version: | 7.1.8 (stable) |
|---|---|
| Released: | 2026-08-09 |
| Source: | linux-7.1.8.tar.xz |
| PGP Signature: | linux-7.1.8.tar.sign |
| Patch: | full (incremental) |
| ChangeLog: | ChangeLog-7.1.8 |
| Version: | 6.18.44 (longterm) |
|---|---|
| Released: | 2026-08-09 |
| Source: | linux-6.18.44.tar.xz |
| PGP Signature: | linux-6.18.44.tar.sign |
| Patch: | full (incremental) |
| ChangeLog: | ChangeLog-6.18.44 |
| Version: | 6.12.103 (longterm) |
|---|---|
| Released: | 2026-08-09 |
| Source: | linux-6.12.103.tar.xz |
| PGP Signature: | linux-6.12.103.tar.sign |
| Patch: | full (incremental) |
| ChangeLog: | ChangeLog-6.12.103 |
| Version: | 6.6.151 (longterm) |
|---|---|
| Released: | 2026-08-09 |
| Source: | linux-6.6.151.tar.xz |
| PGP Signature: | linux-6.6.151.tar.sign |
| Patch: | full (incremental) |
| ChangeLog: | ChangeLog-6.6.151 |
How deep should you go with your understanding of systems?
Support us on Patreon and get an ad-free RSS feed with early episodes sometimes
See our contact page for ways to get in touch.

Subscribe to the RSS feed
How deep should you go with your understanding of systems?
Support us on Patreon and get an ad-free RSS feed with early episodes sometimes
See our contact page for ways to get in touch.

Subscribe to the RSS feed
Hello,
is this the right place to post feature requests?
I have a new PlutoSky R2 (AD9361) and noticed that when switching between OpenWebRX profiles with different sample rates, the AD9361 rf_bandwidth setting does not change.
It would be useful to have an RF bandwidth setting per profile, similar to the sample rate setting.
For example:
Currently, if rf_bandwidth is set to 1 MHz and I switch to a 4 MS/s profile, it remains at 1 MHz, so the analog RX bandwidth is much narrower than the sampled spectrum.
Ideally, the profile could contain a configurable rf_bandwidth value which is passed to SoapySDR using setBandwidth().
For example, on the AD9361 the current RX RF bandwidth can be read with:
iio_attr -u ip:192.168.20.70 -i -c ad9361-phy voltage0 rf_bandwidth
and it can be changed independently of the sample rate, for example:
iio_attr -u ip:192.168.20.70 -i -c ad9361-phy voltage0 rf_bandwidth 4000000
This would set the RF bandwidth to 4 MHz, which would be useful for an OpenWebRX profile using a 4 MS/s sample rate.
The AD9361 in my PlutoSky R2 supports RX RF bandwidth values up to 56 MHz.
Thanks!