¿ªÔÆÌåÓý

Upgrade to 1.6


 
Edited

I have v1.4 which is not running, on my Intel MacBook Pro with Big Sur v11.3 but instead of getting this older version of Direwolf running I¡¯d like to upgrade the install to v1.6.
?
So I changed the direwolf folder name to direwolfOLD, then brought down the newer version using;?
git clone ?and of course changed directory to the new direwolf folder, with cd direwolf.
Did a quick mkdir build && cd build expecting to use cmake .. and have nothing happen. But there is nothing in build so I get the dreaded?¡°command not found:?cmake¡±.?
?
I¡¯m guessing the procedures have changed since my last update, can someone fill in the blanks for me please? What should I do?

Keith, WA0?TJT
Consider joining:?/g/NCM


 

Sounds like you have to install cmake first.? Also, here's the latest user guide with installation instructions.? Install for Macintosh starts on page 30 of the guide:


 

The cmake was indeed the missing part.?
So I now have version 1.6 and followed the instructions for the ADEVICE settings, here is what happens when I try to run it.

keithkaiser@Apparatus ~ % direwolf -c /Users/keithkaiser/direwolf-NEW.conf -t O

Dire Wolf version 1.6

Includes optional support for:? hamlib

?

Reading config file /Users/keithkaiser/direwolf-NEW.conf

Audio input device for receive: USB Audio CODEC:2? (channel 0)

Audio out device for transmit: USB Audio CODEC:3? (channel 0)

Number of devices = 5

--------------------------------------- device #0

[ Default Input ]

Name? ? ? ? = "Built-in Microphone"

Host API? ? = Core Audio

Max inputs? = 2

Max outputs = 0

--------------------------------------- device #1

[ Default Output ]

Name? ? ? ? = "Built-in Output"

Host API? ? = Core Audio

Max inputs? = 0

Max outputs = 2

--------------------------------------- device #2

Name? ? ? ? = "USB Audio CODEC "

Host API? ? = Core Audio

Max inputs? = 0

Max outputs = 2

--------------------------------------- device #3

Name? ? ? ? = "USB Audio CODEC "

Host API? ? = Core Audio

Max inputs? = 2

Max outputs = 0

--------------------------------------- device #4

Name? ? ? ? = "Multi-Output Device"

Host API? ? = Core Audio

Max inputs? = 0

Max outputs = 2

Requested Input Audio Device not found USB Audio CODEC.

Pointless to continue without audio device.

keithkaiser@Apparatus ~ %?


Thoughts?


 

Try swapping these.

Audio input device for receive: USB Audio CODEC:2? (channel 0)

Audio out device for transmit: USB Audio CODEC:3? (channel 0)

Note that 3 has only input and 2 has only output.


 

That did occur to me but thank you for the idea. Unfortunately for me it still didn't work. See below:

keithkaiser@Apparatus ~ % direwolf -c /Users/keithkaiser/direwolf-NEW.conf -t O

Dire Wolf version 1.6

Includes optional support for:? hamlib

?

Reading config file /Users/keithkaiser/direwolf-NEW.conf

Audio input device for receive: USB Audio CODEC:3? (channel 0)

Audio out device for transmit: USB Audio CODEC:2? (channel 0)

Number of devices = 5

--------------------------------------- device #2

Name? ? ? ? = "USB Audio CODEC "

Host API? ? = Core Audio

Max inputs? = 0

Max outputs = 2

--------------------------------------- device #3

Name? ? ? ? = "USB Audio CODEC "

Host API? ? = Core Audio

Max inputs? = 2

Max outputs = 0

Requested Input Audio Device not found USB Audio CODEC.

Pointless to continue without audio device.

keithkaiser@Apparatus ~ %?

?