discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] rx_voice and tx_voice help


From: merve_aydogan
Subject: Re: [Discuss-gnuradio] rx_voice and tx_voice help
Date: Sun, 18 Apr 2010 15:14:25 +0300 (EEST)

   Hello!
   We are trying to run tx_voice and rx_voice with two computers and with
two usrp's( RFX1800 usrp 1). We are succesfull but when we interrupt
the program with ctrl+z and when we run it again on both
sides(transmitter+receiver) we have met an error like that :
FOR RECEIVER SIDE:

audio_alsa_sink[hw:0,0]: Device or resource busy
Traceback (most recent call last):
  File "rx_voice.py", line 133, in <module>
    main()
  File "rx_voice.py", line 123, in main
    tb = my_top_block(demods[options.modulation], rx_callback, options)
  File "rx_voice.py", line 65, in __init__
    self.audio_tx = audio_tx(options.audio_output)
  File "rx_voice.py", line 54, in __init__
    audio_sink = audio.sink(8000, audio_output_dev)
  File "/usr/lib/python2.6/dist-packages/gnuradio/audio_alsa.py", line
299, in sink
    return _audio_alsa.sink(*args, **kwargs)
RuntimeError: audio_alsa_sink

And this error occurs for the transmitter side too.
(audio_alsa_source[hw:0,0]: Device or resource busy)
What can be the reason of this?
Best Regards
Merve







reply via email to

[Prev in Thread] Current Thread [Next in Thread]