¿ªÔÆÌåÓý

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

Pi Build 2 Dierwolf crashes


 

Trying to find why Direwolf crashed.




pi@raspberrypi:~ $ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: b1 [bcm2835 HDMI 1], device 0: bcm2835 HDMI 1 [bcm2835 HDMI 1]
? Subdevices: 4/4
? Subdevice #0: subdevice #0
? Subdevice #1: subdevice #1
? Subdevice #2: subdevice #2
? Subdevice #3: subdevice #3
card 1: Headphones [bcm2835 Headphones], device 0: bcm2835 Headphones [bcm2835 Headphones]
? Subdevices: 4/4
? Subdevice #0: subdevice #0
? Subdevice #1: subdevice #1
? Subdevice #2: subdevice #2
? Subdevice #3: subdevice #3
card 2: CODEC [USB Audio CODEC], device 0: USB Audio [USB Audio]
? Subdevices: 0/1
? Subdevice #0: subdevice #0


direwolf -p -t 0


73
Don Poaps
New Westminster, BC
VA7DGP DATA
VA7QU ? VOICE


Winlink: va7qu@...
Subject://wl2k ? ? ? ? ??



image.png


? ? ? ? ? ? ? ? ? ??
image.jpeg


??
image.jpeg






?


 

We need more info please. What was the output of direwolf when it "crashed"
--
73, de KM4ACK
|
|


 

Jason
It went to standby and then crashed. I looked for a log but didn't see anything. The?SD card in question had the original Pat Menu. I went and downloaded and install Patmenu 2. Orginal?Pat Menu did work. After I loaded Pat 2. That's when things went haywire. I've got a virgin, Buster sitting to be run. I'll load it and see if I have issues

Deirwolf?Config and Pat Menu were filled out with the sound and callsign etc.

later

Don va7dgp


Don Poaps
New Westminster, BC
VA7DGP DATA
VA7QU ? VOICE


Winlink: va7qu@...
Subject://wl2k ? ? ? ? ??



? ? ? ? ? ? ? ? ? ??
??




?


On Fri, May 29, 2020 at 4:07 PM km4ack <jason.oleham@...> wrote:
We need more info please. What was the output of direwolf when it "crashed"
--
73, de KM4ACK
|
|


 

Jason

I've loaded the Beta PatMenu V 3.

I just plugged the same USB hub from the PI 4 into my Windows Machine. Set up the Kiss TCP 8100 and autostart UZ7HO and started downloading Winlink Messages.?
Something is not being picked up and past to Deirwolf.?

From Mylog.


Fri 29 May 2020 05:59:14 PM PDT RMS Gateway list download Successfully

ardop tnc modem works but not deirwolf

pi@HF:~ $ arecord -l
**** List of CAPTURE Hardware Devices ****
card 2: CODEC [USB Audio CODEC], device 0: USB Audio [USB Audio]? ?<---- Deirwolf?is not picking up the Soundcard. Codec
? Subdevices: 1/1
? Subdevice #0: subdevice #0
pi@HF:~ $?

#Config file for Pat Menu
#20200429 KM4ACK
MYCALLSIGN=VA7DGP
MAP=usa
RIGCONTROL=yes
ARDOP="/home/pi/ardop/./piardopc 8515 plughw:2,0 plughw:2,0"
ARDOPGUI="/home/pi/ardop/./piARDOP_GUI"
DIREWOLF="direwolf -p -t 0"
KISS="sudo /usr/sbin/kissattach /tmp/kisstnc"
AXP=wl2k
RIG="/usr/local/bin/rigctl -m 4"
MODEHF=USB
MODE2M=FM
PORT=5000
LOG=/home/pi/Documents/mylog.txt
AMRRON=no



image.jpeg



image.jpeg



image.png





Don Poaps
New Westminster, BC
VA7DGP DATA
VA7QU ? VOICE


Winlink: va7qu@...
Subject://wl2k ? ? ? ? ??



image.png


? ? ? ? ? ? ? ? ? ??
image.jpeg


image.jpeg


??




?


On Fri, May 29, 2020 at 4:22 PM Don Poaps via <va7dgp=[email protected]> wrote:
Jason
It went to standby and then crashed. I looked for a log but didn't see anything. The?SD card in question had the original Pat Menu. I went and downloaded and install Patmenu 2. Orginal?Pat Menu did work. After I loaded Pat 2. That's when things went haywire. I've got a virgin, Buster sitting to be run. I'll load it and see if I have issues

Deirwolf?Config and Pat Menu were filled out with the sound and callsign etc.

later

Don va7dgp


Don Poaps
New Westminster, BC
VA7DGP DATA
VA7QU ? VOICE


Winlink: va7qu@...
Subject://wl2k ? ? ? ? ??



? ? ? ? ? ? ? ? ? ??
??




?


On Fri, May 29, 2020 at 4:07 PM km4ack <jason.oleham@...> wrote:
We need more info please. What was the output of direwolf when it "crashed"
--
73, de KM4ACK
|
|


 

You will need to manually change the soundcard in the direwolf.conf file in your home directory. Look for

ADEVICE plughw:1,0
and change to
ADEVICE plughw:2,0

save exit and test again
--
73, de KM4ACK
|
|


 

I did.

# Linux ALSA is complicated.? See User Guide for discussion.
# To use something other than the default, generally use plughw
# and a card number reported by "arecord -l" command.? Example:

?ADEVICE ?plughw:2,0

# Starting with version 1.0, you can also use "-" or "stdin" to
# pipe stdout from some other application such as a software defined
# radio.? You can also specify "UDP:" and an optional port for input.
# Something different must be specified for output.

# ADEVICE - plughw:2,0? I had removed the # from this one. I should have done this? ADEVICE ?plughw:2,0
# ADEVICE UDP:7355 default



#
# Number of audio channels for this souncard: ?1 or 2.
#

ACHANNELS 1
#ACHANNELS 2
Don Poaps
New Westminster, BC
VA7DGP DATA
VA7QU ? VOICE


Winlink: va7qu@...
Subject://wl2k ? ? ? ? ??



? ? ? ? ? ? ? ? ? ??
??




?


On Fri, May 29, 2020 at 7:24 PM km4ack <jason.oleham@...> wrote:
You will need to manually change the soundcard in the direwolf.conf file in your home directory. Look for

ADEVICE plughw:1,0
and change to
ADEVICE plughw:2,0

save exit and test again
--
73, de KM4ACK
|
|


 

image.png
Logged in remotely from Windows Machine?used it to do screen capture.



Don Poaps
New Westminster, BC
VA7DGP DATA
VA7QU ? VOICE


Winlink: va7qu@...
Subject://wl2k ? ? ? ? ??



? ? ? ? ? ? ? ? ? ??
??




?


On Fri, May 29, 2020 at 7:34 PM Don Poaps via <va7dgp=[email protected]> wrote:
I did.

# Linux ALSA is complicated.? See User Guide for discussion.
# To use something other than the default, generally use plughw
# and a card number reported by "arecord -l" command.? Example:

?ADEVICE ?plughw:2,0

# Starting with version 1.0, you can also use "-" or "stdin" to
# pipe stdout from some other application such as a software defined
# radio.? You can also specify "UDP:" and an optional port for input.
# Something different must be specified for output.

# ADEVICE - plughw:2,0? I had removed the # from this one. I should have done this? ADEVICE ?plughw:2,0
# ADEVICE UDP:7355 default



#
# Number of audio channels for this souncard: ?1 or 2.
#

ACHANNELS 1
#ACHANNELS 2
Don Poaps
New Westminster, BC
VA7DGP DATA
VA7QU ? VOICE


Winlink: va7qu@...
Subject://wl2k ? ? ? ? ??



? ? ? ? ? ? ? ? ? ??
??




?


On Fri, May 29, 2020 at 7:24 PM km4ack <jason.oleham@...> wrote:
You will need to manually change the soundcard in the direwolf.conf file in your home directory. Look for

ADEVICE plughw:1,0
and change to
ADEVICE plughw:2,0

save exit and test again
--
73, de KM4ACK
|
|


 

Don,

You probably saw this over on Patreon but just in case, see if you are still having issues. It's now as easy as pushing a button to fix.
--
73, de KM4ACK
|
|


 

The set deirwolf?command worked. I had to hunt the videos after I updated the new SD card.? The deirwolf?path to sound work for packet. I sent a Winlink message via Winlink (Pat)? and APRS from Yaac.

73

Don Poaps
New Westminster, BC
VA7DGP DATA
VA7QU ? VOICE


Winlink: va7qu@...
Subject://wl2k ? ? ? ? ??



? ? ? ? ? ? ? ? ? ??
??




?


On Tue, Jun 2, 2020 at 12:37 PM km4ack <jason.oleham@...> wrote:
Don,

You probably saw this over on Patreon but just in case, see if you are still having issues. It's now as easy as pushing a button to fix.
--
73, de KM4ACK
|
|