开云体育

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

direwolf, signalink, and bpq32 on linux


 

开云体育

Hi All!

?

I am lost in the configuration rabbit hole, and I feel the Mad Hatter sneaking up on me (I hope someone gets the reference).

?

Does anyone have a configuration file for Direwolf and bpq32 that will work with the signalink?

?

Thanks!

-Chris

?


 

I don't use a signalink? but it is just a USB soundcard as far as I can tell. Do you know how to identify your soundcard device number in Linux?? I use "aplay-l" and "arecord -l"


 

开云体育

Yes.

?

card 2: SIGNALINK [USB AUDIO? CODEC], device 0: USB Audio [USB Audio]

? Subdevices: 0/1

? Subdevice #0: subdevice #0

?

?

From: "[email protected]" <[email protected]> on behalf of Joshua KJ7LVZ <joshuajayg@...>
Reply-To: "[email protected]" <[email protected]>
Date: Thursday, July 7, 2022 at 9:01 PM
To: "[email protected]" <[email protected]>
Subject: Re: [bpq32] direwolf, signalink, and bpq32 on linux

?

I don't use a signalink? but it is just a USB soundcard as far as I can tell. Do you know how to identify your soundcard device number in Linux?? I use "aplay-l" and "arecord -l"


 

I could dump a whole config file on you but with direwolf there are only a few things that matter.??

Identify your soundcard (card 2, device 0)
ADEVICE? plughw:2,0
Only one audio channel

ACHANNELS 1
Everything below this will be configuration for this channel

CHANNEL 0
Obviously put your call in

MYCALL W1AW
I'm running HF on direwolf so this is my config.? You should just enter "MODEM 1200" if that's what you want.

MODEM 300 1600:1800 7@30 /4 E
This is how you connect BPQ to direwolf

AGWPORT 8000
KISSPORT 8001
I'm not running APRS so I have this here.? If you are using APRS, leave it commented out.

FIX_BITS 0 AX25
I left everything else below that alone.


For bpq32.cfg, here's my port configuration.? There's more in my config file, but this is specifically my direwolf port.? Some of the settings like paclen, frack, slottime, and persist are specific to my HF setup.? If you are using VHF, the numbers don't have to be as "conservative".? Google what normal numbers are and use those.? "PORTNUM" has to be a unique number in your config.? The "ID" is what shows up when someone queries your port.? "IPADDR" and "TCPPORT"? is how bpq finds direwolf.? 127.0.0.1 is your local computer aka localhost.? TCPPORT was defined in the Direwolf config.? "DIGIFLAG=1"? means I want this port to allow digipeating.? If you don't, don't add that in.

PORT
?PORTNUM=2
?ID=14.105/7.104 LSB 300 baud
?LOGGING=1
?TYPE=ASYNC
?PROTOCOL=KISS
?IPADDR=127.0.0.1
?TCPPORT=8001
?CHANNEL=A
?PACLEN=60
?TXDELAY=300
?FRACK=9000
?SLOTTIME=220
?PERSIST=45
?RESPTIME=0
?MAXFRAME=1
?RETRIES=10
?BCALL=KJ7LVZ
?DIGIFLAG=1
?
ENDPORT
I hope this all helps.? I can share more of my config privately but I'm not going to post the whole thing here.? Depending on how you installed these to programs, they may use a config file location you aren't aware of.? I download "locate" and use that to find any hiding config file locations.??

Joshua
KJ7LVZ


 

Oh, and I left out my PTT config line from the instructions because from what I understand, the Signalink uses VOX.? If I'm wrong, we can discuss that.


 

This is my whole direwolf.conf:
ADEVICE pulse
ACHANNELS 1
CHANNEL 0
MYCALL NC6J-5
MODEM 1200 1200:2200
TXDELAY 40
TXTAIL 10
AGWPORT 8000
KISSPORT 8001
FIX_BITS 1 AX25
MAXV22 1
LOGFILE dwolf.csv

and this is my whole port config for that in BPQ32.cfg:
PORT
PORTNUM=2
ID=Direwolf
TYPE=ASYNC
PROTOCOL=KISS
KISSOPTIONS=NOPARAMS
FULLDUP=1
IPADDR=127.0.0.1
TCPPORT=8001
SPEED=1200
CHANNEL=A
QUALITY=0?????????? ;setting to 0 stops node broadcasts
MAXFRAME=4????? ;max outstanding frames (1 thru 7)
FRACK=7000???????? ;level 2 timeout in millisec
RESPTIME=1000?? ;level 2 delayed ack timer in milliseconds
RETRIES=10????????? ;level 2 max retry value
PACLEN=236????????? ;max is 236 if using NETROM links
TXDELAY=250
TXTAIL=150
SLOTTIME=100
PERSIST=64
DIGIFLAG=0
DIGIPORT=0
UNPROTO=
ENDPORT

this is my portable for client use, so I don't keep a node table, broadcast or digi anyone else


 

开云体育

Thank you! Appreciate and will see if I can get this working over the weekend.

?

From: "[email protected]" <[email protected]> on behalf of Joshua KJ7LVZ <joshuajayg@...>
Reply-To: "[email protected]" <[email protected]>
Date: Thursday, July 7, 2022 at 9:50 PM
To: "[email protected]" <[email protected]>
Subject: Re: [bpq32] direwolf, signalink, and bpq32 on linux

?

Oh, and I left out my PTT config line from the instructions because from what I understand, the Signalink uses VOX.? If I'm wrong, we can discuss that.


 

开云体育

Thank you!

?

From: "[email protected]" <[email protected]> on behalf of "Jeff, NC6J" <nc6j@...>
Reply-To: "[email protected]" <[email protected]>
Date: Friday, July 8, 2022 at 12:02 AM
To: "[email protected]" <[email protected]>
Subject: Re: [bpq32] direwolf, signalink, and bpq32 on linux

?

This is my whole direwolf.conf:
ADEVICE pulse
ACHANNELS 1
CHANNEL 0
MYCALL NC6J-5
MODEM 1200 1200:2200
TXDELAY 40
TXTAIL 10
AGWPORT 8000
KISSPORT 8001
FIX_BITS 1 AX25
MAXV22 1
LOGFILE dwolf.csv

and this is my whole port config for that in BPQ32.cfg:
PORT
PORTNUM=2
ID=Direwolf
TYPE=ASYNC
PROTOCOL=KISS
KISSOPTIONS=NOPARAMS
FULLDUP=1
IPADDR=127.0.0.1
TCPPORT=8001
SPEED=1200
CHANNEL=A
QUALITY=0?????????? ;setting to 0 stops node broadcasts
MAXFRAME=4????? ;max outstanding frames (1 thru 7)
FRACK=7000???????? ;level 2 timeout in millisec
RESPTIME=1000?? ;level 2 delayed ack timer in milliseconds
RETRIES=10????????? ;level 2 max retry value
PACLEN=236????????? ;max is 236 if using NETROM links
TXDELAY=250
TXTAIL=150
SLOTTIME=100
PERSIST=64
DIGIFLAG=0
DIGIPORT=0
UNPROTO=
ENDPORT

this is my portable for client use, so I don't keep a node table, broadcast or digi anyone else


 

开云体育

Hi Joshua,

?

One more question if you have time.

?

What frequency do you normally run on HF? I see two in your ID line: 14.105/7.104

?

Which one do you normally find the most activity on? I am in FL and propagation is not all that great on a good day, I think the heat kills me.

?

Thanks,

-Chris

?

From: "[email protected]" <[email protected]> on behalf of Joshua KJ7LVZ <joshuajayg@...>
Reply-To: "[email protected]" <[email protected]>
Date: Thursday, July 7, 2022 at 9:50 PM
To: "[email protected]" <[email protected]>
Subject: Re: [bpq32] direwolf, signalink, and bpq32 on linux

?

Oh, and I left out my PTT config line from the instructions because from what I understand, the Signalink uses VOX.? If I'm wrong, we can discuss that.


 

开云体育

My 2 cents: Lots of HF packet on Network105 Group? 14.105 LSB

www.network105.org



Prof. Chris Lance
www.ww2bsa.org
www.EastNetPacket.com
www.Network105.org
Radio Station Manager
Mount Allamuchy Scout Reservation
ARRL Life Member


-------- Original message --------
From: Christopher Molnar <cmolnar65@...>
Date: 7/8/22 9:21 PM (GMT-05:00)
Subject: Re: [bpq32] direwolf, signalink, and bpq32 on linux

Hi Joshua,

?

One more question if you have time.

?

What frequency do you normally run on HF? I see two in your ID line: 14.105/7.104

?

Which one do you normally find the most activity on? I am in FL and propagation is not all that great on a good day, I think the heat kills me.

?

Thanks,

-Chris

?

From: "[email protected]" <[email protected]> on behalf of Joshua KJ7LVZ <joshuajayg@...>
Reply-To: "[email protected]" <[email protected]>
Date: Thursday, July 7, 2022 at 9:50 PM
To: "[email protected]" <[email protected]>
Subject: Re: [bpq32] direwolf, signalink, and bpq32 on linux

?

Oh, and I left out my PTT config line from the instructions because from what I understand, the Signalink uses VOX.? If I'm wrong, we can discuss that.


 

开云体育

Thanks Chris!

?

I may be confused (take it easy on packet nebie here), but I read someplace in that groups rules that packet BBS’s are not supposed to be on that net? Or is it just BBS to BBS communications that are not supposed to be on that band?


-Chris

KO4YAW

?

?

From: "[email protected]" <[email protected]> on behalf of Chris Lance WW2BSA <Ww2bsa@...>
Reply-To: "[email protected]" <[email protected]>
Date: Saturday, July 9, 2022 at 12:34 AM
To: "[email protected]" <[email protected]>
Subject: Re: [bpq32] direwolf, signalink, and bpq32 on linux

?

My 2 cents: Lots of HF packet on Network105 Group? 14.105 LSB

?

www.network105.org

?

?

?

Prof. Chris Lance

www.ww2bsa.org

www.EastNetPacket.com

www.Network105.org

Radio Station Manager

Mount Allamuchy Scout Reservation

ARRL Life Member

?

?

-------- Original message --------

From: Christopher Molnar <cmolnar65@...>

Date: 7/8/22 9:21 PM (GMT-05:00)

Subject: Re: [bpq32] direwolf, signalink, and bpq32 on linux

?

Hi Joshua,

?

One more question if you have time.

?

What frequency do you normally run on HF? I see two in your ID line: 14.105/7.104

?

Which one do you normally find the most activity on? I am in FL and propagation is not all that great on a good day, I think the heat kills me.

?

Thanks,

-Chris

?

From: "[email protected]" <[email protected]> on behalf of Joshua KJ7LVZ <joshuajayg@...>
Reply-To: "[email protected]" <[email protected]>
Date: Thursday, July 7, 2022 at 9:50 PM
To: "[email protected]" <[email protected]>
Subject: Re: [bpq32] direwolf, signalink, and bpq32 on linux

?

Oh, and I left out my PTT config line from the instructions because from what I understand, the Signalink uses VOX.? If I'm wrong, we can discuss that.


 

On Fri, Jul 8, 2022 at 07:21 PM, Christopher Molnar wrote:
What frequency do you normally run on HF? I see two in your ID line: 14.105/7.104
I run on 20m during the day and 40m at night. Just trying to follow propagation. Lots of us swap our nodes between those two frequencies. BBS is fine on those frequencies, that's most of what you will see. NODES broadcasts are not welcome,? APRS and forwarding are generally frowned upon.? The dial frequencies are 14.105 LSB and 7.104 LSB. If you use a filter (I use 350Hz), you need to shift your bandpass filter up to center on 1700Hz tones (down in RF.) For mt 991A, I just dial in +200 shift.?

When you start Direwolf,? it's good to enable forward error correction. In the terminal you can type "direwolf -X 1".


 

开云体育

BBS forwarding and lengthy node lists are frowned upon.

Complete details at: www.Network105.org?

Prof. Chris Lance
www.ww2bsa.org
www.EastNetPacket.com
www.Network105.org
Radio Station Manager
Mount Allamuchy Scout Reservation
ARRL Life Member


-------- Original message --------
From: Christopher Molnar <cmolnar65@...>
Date: 7/9/22 7:13 AM (GMT-05:00)
Subject: Re: [bpq32] direwolf, signalink, and bpq32 on linux

Thanks Chris!

?

I may be confused (take it easy on packet nebie here), but I read someplace in that groups rules that packet BBS’s are not supposed to be on that net? Or is it just BBS to BBS communications that are not supposed to be on that band?


-Chris

KO4YAW

?

?

From: "[email protected]" <[email protected]> on behalf of Chris Lance WW2BSA <Ww2bsa@...>
Reply-To: "[email protected]" <[email protected]>
Date: Saturday, July 9, 2022 at 12:34 AM
To: "[email protected]" <[email protected]>
Subject: Re: [bpq32] direwolf, signalink, and bpq32 on linux

?

My 2 cents: Lots of HF packet on Network105 Group? 14.105 LSB

?

www.network105.org

?

?

?

Prof. Chris Lance

www.ww2bsa.org

www.EastNetPacket.com

www.Network105.org

Radio Station Manager

Mount Allamuchy Scout Reservation

ARRL Life Member

?

?

-------- Original message --------

From: Christopher Molnar <cmolnar65@...>

Date: 7/8/22 9:21 PM (GMT-05:00)

Subject: Re: [bpq32] direwolf, signalink, and bpq32 on linux

?

Hi Joshua,

?

One more question if you have time.

?

What frequency do you normally run on HF? I see two in your ID line: 14.105/7.104

?

Which one do you normally find the most activity on? I am in FL and propagation is not all that great on a good day, I think the heat kills me.

?

Thanks,

-Chris

?

From: "[email protected]" <[email protected]> on behalf of Joshua KJ7LVZ <joshuajayg@...>
Reply-To: "[email protected]" <[email protected]>
Date: Thursday, July 7, 2022 at 9:50 PM
To: "[email protected]" <[email protected]>
Subject: Re: [bpq32] direwolf, signalink, and bpq32 on linux

?

Oh, and I left out my PTT config line from the instructions because from what I understand, the Signalink uses VOX.? If I'm wrong, we can discuss that.


 

Christopher Molnar, did you get it sorted???