¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Re: ARDOPCF and QtSoundModem?


 

I'm using the following in .asoundrc. There are probably other configs that would work, but this works for me, with an IC7100.

If you use this format for the name of the plug devices (mixnn and snoop nn) the latest QtSM can be set to display these in the soundcard selection boxes.

73, John


pcm.dmix02 {
??? type dmix
??? ipc_key 60500
??? ipc_key_add_uid false?? # let multiple users share
??? ipc_perm 0666?????????? # IPC permissions for multi-user sharing (octal, default 0600)
??? slave {pcm "hw:2,0"}
}

pcm.dsnoop02 {
??? type dsnoop
??? ipc_key 5001
??? ipc_key_add_uid false?? # let multiple users share
??? ipc_perm 0666?????????? # IPC permissions for multi-user sharing (octal, default 0600)
??? slave {pcm "hw:2,0"}
}

# We need to define a plug linked to our dmix/dsnoop devices to do the rate conversion to 12000

pcm.mix02 {
??? type plug
??? slave.pcm "dmix02" # use our new PCM here
??? hint.description "Mix for hw:2,0"}

pcm.snoop02 {
??? type plug
??? slave.pcm "dsnoop02" # use our new PCM here
??? hint.description "Snoop for hw:2,0"}

On 21/07/2024 21:40, Chuck Gelm wrote:
On 6/8/24 14:36, John G8BPQ wrote:
I'm currently testing ardopcf and QtSoundModem with an IC7100 on a Pi4.

I had to make a change to ardopcf to get it to open the dsnoop device (it reported can't set sample rate).

Once I'm happy that is it working I'll publish the patch to ardopcf and the ALSA configuration. It may not be for a few days as I'm away sailing at the moment.

73, John
Does anyone have an update on running ARDOPCF and QtSoundModem on the same radio with linbpq?

I would like to add ARDOPCF without loosing FX/AX.25 or IL2P.

I am currently running QtSoundModem64 on a micro-laptop with
NAME="Linux Mint"
VERSION="21.1 (Vera)"
ID=linuxmint
ID_LIKE="ubuntu debian"
PRETTY_NAME="Linux Mint 21.1"
VERSION_ID="21.1"

73, Chuck




Join [email protected] to automatically receive all group messages.