Re: Problem with RFX1800: "No class defined to handle daught

I have an USRP rev4 and tried to use the RFX1800
tranceiver with
the usrp_oscope.py example program under Ubuntu on a
PC. My CVS / SVN
checkout is two or three days old. I own a RFX2400
tranceiver, too.
The RFX2400 works out of the box, but if I plug the
RFX1800 on the
USRP I only get this error message:
“No class definded to handle daughterboard”

I had a similar problem with a TVRX board. Near that
error, there should be something like (dbid=??). Mine
showed 64, which is not in the list of ID #s at
usrp/host/lib/usrp_dbid.py. I had to use
usrp/host/apps/burn-db-eeprom TV_RX. After that it
worked fine.

Good luck!
John


Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around

On Wed, Aug 09, 2006 at 09:34:49AM -0700, John B. wrote:

I have an USRP rev4 and tried to use the RFX1800
tranceiver with
the usrp_oscope.py example program under Ubuntu on a
PC. My CVS / SVN
checkout is two or three days old.

Please note that CVS/SVN is not longer the latest code.
We’ve moved to an integrated Trac + SVN repository.
[I’ll delete the old CVS repo real soon now]

For the lastest code:

$ svn co http://gnuradio.utah.edu/svn/gnuradio/trunk gnuradio

See also http://gnuradio.utah.edu/trac/wiki

Eric

On Aug 9, 2006, at 7:23 PM, Eric B. wrote:

Please note that CVS/SVN is not longer the latest code.
We’ve moved to an integrated Trac + SVN repository.
[I’ll delete the old CVS repo real soon now]

Hello,

I even tried the new repository with same results. I checked
usrp_dbid.py for the boad ID. It was there. I suppose something
failed while building and I didn’t recognized it.

Just back from holiday I updated my code directory via SVN and
rebuild it. Now it works.

Thank you for your help.

Martin