You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm experimenting with FiFi-SDR devices which feature a capture-only audio device, but apparently Direwolf does not like such devices and gives up as it can not open a playback device for the configured channel.
Dec 31 01:58:02 oh2lak-radioserver direwolf[2903]: Audio device for both receive and transmit: plughw:Device,0 (channel 0)
Dec 31 01:58:02 oh2lak-radioserver direwolf[2903]: Audio device for both receive and transmit: plughw:FiFiSDR,1 (channel 2)
Dec 31 01:58:02 oh2lak-radioserver direwolf[2903]: Could not open audio device plughw:FiFiSDR,1 for output
As it can be seen in the audio device listing using the 'cm108' -utility, the FiFi-SDR audio device only has the capture device, but no playback device:
Is there a way to handle such audio device for RX-only channel? Purpose of such is to monitor the 300bps HF APRS packet on 10147,6 kHz USB and 1200bps HF APRS on 29250 kHz FM. FiFi-SDR implements a built-in demodulator making it a perfect RX for such single-frequency use.
Thanks,
Erik OH2LAK
The text was updated successfully, but these errors were encountered:
This is the place to report defects and make enhancement requests. The discussion forum https://groups.io/g/direwolf/ is for asking questions. There are many experienced users that can answer this type of question. The collection of questions and answers can benefit others.
The ADEVICE configuration can have two parameters for different receive audio device and transmit audio device. For a receive only channel, simply specify null for the transmit audio device like this:
I'm experimenting with FiFi-SDR devices which feature a capture-only audio device, but apparently Direwolf does not like such devices and gives up as it can not open a playback device for the configured channel.
As it can be seen in the audio device listing using the 'cm108' -utility, the FiFi-SDR audio device only has the capture device, but no playback device:
Is there a way to handle such audio device for RX-only channel? Purpose of such is to monitor the 300bps HF APRS packet on 10147,6 kHz USB and 1200bps HF APRS on 29250 kHz FM. FiFi-SDR implements a built-in demodulator making it a perfect RX for such single-frequency use.
Thanks,
Erik OH2LAK
The text was updated successfully, but these errors were encountered: