usrp-users@lists.ettus.com

Discussion and technical support related to USRP, UHD, RFNoC

View all threads

Can't set gain on N200

J
jnunez@cud.uvigo.es
Tue, Feb 13, 2024 10:12 AM

I’am trying to capture a signal file using rx_samples_to_file which feeds input RX2 on my N200 with this command:

rx_samples_to_file --duration 30 --rate 1000000 --freq 100000000 --stats --progress --ant RX2 --gain 30

Execution, throws following error:

Error: LookupError: IndexError: multi_usrp: RX channel 18446744073709551615 out of range for configured RX frontends

If I don’t add --gain 30, it works.

Has anyone an idea of what’s going on?

I’m using UHD 4.5.0.0 and Ubuntu.

I’am trying to capture a signal file using *rx_samples_to_file* which feeds input RX2 on my N200 with this command: rx_samples_to_file --duration 30 --rate 1000000 --freq 100000000 --stats --progress --ant RX2 --gain 30 Execution, throws following error: *Error: LookupError: IndexError: multi_usrp: RX channel 18446744073709551615 out of range for configured RX frontends* If I don’t add --gain 30, it works. Has anyone an idea of what’s going on? I’m using UHD 4.5.0.0 and Ubuntu.
MD
Marcus D. Leech
Tue, Feb 13, 2024 2:24 PM

On 13/02/2024 05:12, jnunez@cud.uvigo.es wrote:

I’am trying to capture a signal file using /rx_samples_to_file/ which
feeds input RX2 on my N200 with this command:

rx_samples_to_file --duration 30 --rate 1000000 --freq 100000000
--stats --progress --ant RX2 --gain 30

Execution, throws following error:

/Error: LookupError: IndexError: multi_usrp: RX channel
18446744073709551615 out of range for configured RX frontends/

If I don’t add --gain 30, it works.

Has anyone an idea of what’s going on?

I’m using UHD 4.5.0.0 and Ubuntu.


USRP-users mailing list --usrp-users@lists.ettus.com
To unsubscribe send an email tousrp-users-leave@lists.ettus.com

How did you install UHD?

In the past when I've seen this error, it has been because the
applications/examples were linked against a different version
 of the libraries than is actually on the system.

On 13/02/2024 05:12, jnunez@cud.uvigo.es wrote: > > I’am trying to capture a signal file using /rx_samples_to_file/ which > feeds input RX2 on my N200 with this command: > > rx_samples_to_file --duration 30 --rate 1000000 --freq 100000000 > --stats --progress --ant RX2 --gain 30 > > Execution, throws following error: > > /Error: LookupError: IndexError: multi_usrp: RX channel > 18446744073709551615 out of range for configured RX frontends/ > > If I don’t add --gain 30, it works. > > Has anyone an idea of what’s going on? > > I’m using UHD 4.5.0.0 and Ubuntu. > > > _______________________________________________ > USRP-users mailing list --usrp-users@lists.ettus.com > To unsubscribe send an email tousrp-users-leave@lists.ettus.com How did you install UHD? In the past when I've seen this error, it has been because the applications/examples were linked against a different version  of the libraries than is actually on the system.
J
jnunez@cud.uvigo.es
Tue, Feb 13, 2024 4:21 PM

I am using an up-to-date version of Radioconda, both in Windows and Linux. Binary files (like rx_samples_to_file) are distributed with Radioconda and compiled on 04-10-2023.

I am using an up-to-date version of Radioconda, both in Windows and Linux. Binary files (like *rx_samples_to_file*) are distributed with Radioconda and compiled on 04-10-2023.
MD
Marcus D Leech
Tue, Feb 13, 2024 5:57 PM

What daughter card do you have installed ?

Sent from my iPhone

On Feb 13, 2024, at 11:22 AM, jnunez@cud.uvigo.es wrote:


I am using an up-to-date version of Radioconda, both in Windows and Linux. Binary files (like rx_samples_to_file) are distributed with Radioconda and compiled on 04-10-2023.


USRP-users mailing list -- usrp-users@lists.ettus.com
To unsubscribe send an email to usrp-users-leave@lists.ettus.com

What daughter card do you have installed ? Sent from my iPhone > On Feb 13, 2024, at 11:22 AM, jnunez@cud.uvigo.es wrote: > >  > I am using an up-to-date version of Radioconda, both in Windows and Linux. Binary files (like rx_samples_to_file) are distributed with Radioconda and compiled on 04-10-2023. > > _______________________________________________ > USRP-users mailing list -- usrp-users@lists.ettus.com > To unsubscribe send an email to usrp-users-leave@lists.ettus.com
J
jnunez@cud.uvigo.es
Tue, Feb 13, 2024 5:59 PM

WBX on a N200

WBX on a N200
MD
Marcus D Leech
Tue, Feb 13, 2024 6:10 PM

Are you seeing the same error on Windows and Linux?

Sent from my iPhone

On Feb 13, 2024, at 1:00 PM, jnunez@cud.uvigo.es wrote:


WBX on a N200


USRP-users mailing list -- usrp-users@lists.ettus.com
To unsubscribe send an email to usrp-users-leave@lists.ettus.com

Are you seeing the same error on Windows and Linux? Sent from my iPhone > On Feb 13, 2024, at 1:00 PM, jnunez@cud.uvigo.es wrote: > >  > WBX on a N200 > > _______________________________________________ > USRP-users mailing list -- usrp-users@lists.ettus.com > To unsubscribe send an email to usrp-users-leave@lists.ettus.com
J
jnunez@cud.uvigo.es
Tue, Feb 20, 2024 9:28 AM

Sorry for my delay in replying. Yes, it fails both in Windows 10 and Ubuntu 22.04

Sorry for my delay in replying. Yes, it fails both in Windows 10 and Ubuntu 22.04