> Also, here is the output of uhd_usrp_probe
> 
> $ sudo uhd_usrp_probe --args="addr=192.168.10.2"
> linux; GNU C++ version 4.4.5; Boost_104000; UHD_002.20110126204618.b83454d
> 
> Current recv sock buff size: 50000000 bytes
> mboard0 MIMO master
> 
> Warning:
>     Unknown transceiver board ID combination...
>     RX dboard ID: WBX (0x0053)
>     TX dboard ID: Unknown (0xffff)

The wrong ID is being read from the eeprom. Usually, this is an issue
with mounting. On the off chance that the eeprom got
corrupted/blanked/shocked, you can manually burn an ID in with the
following tool:

cd <prefix>/share/uhd/utils
./usrp_burn_db_eeprom --id=0x0052 --unit=TX

See if that helps,
-Josh

_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to