¿ªÔÆÌåÓý

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

Re: Qnet gateway sounding like Darf Vader?


 

¿ªÔÆÌåÓý

HI there,
What does your log path statement look like in MMDVMhost.qn, and YSFGateway.qn? ?It helps having some examples, since I¡¯m using voiceover on the mac, and having a working example let¡¯s me compare the two and check for errors. ?When you are configuring, or adding a new module, do you have to uninstall the whole thing and reinstall, so essentially recompile the gateway, or can you add corrections once it has been configured without having to use the us command?

Thanks for your help,
Justin


On Jul 7, 2021, at 8:45 AM, Ryan Matthew Headley <headley.ryan@...> wrote:

Since you are having issues, my first suggestion would be that you configure and verify the functionality of each voice mode independently.? Disable Fusion and Fusion network and verify that D-Star is working; then configure Fusion.

You appear to be attempting to configure xlx307 directly in MMDMHost under your YSF network, but you also have YSFGateway configured.?

If you wish to XLX307 directly, the your configuration under Fusion Network should look like this:

[System Fusion Network]
Enable=1
LocalAddress=127.0.0.1
LocalPort=0
GatewayAddress=
GatewayPort=42000??? #note that the default for this field is 4200
# ModeHang=3
Debug=0

The advantage connecting directly to an XLX reflector is that you can change the module of the reflector from you radio.? However, this also makes it so that you can only connect to XLX307 modules and nothing else.? That is why I would recommend using YSFGateway instead.? For YSFGateway, the Fusion Network portion on MMDVM.qn should look like this (so long as you haven't changed the ports in YSFGateway.qn):

[System Fusion Network]
Enable=1
LocalAddress=127.0.0.1
LocalPort=3200
GatewayAddress=127.0.0.1
GatewayPort=4200
# ModeHang=3
Debug=0

The other thing I noticed is that your logs paths haven't been configured.? You need to specify an extant path for the log for MMDVMHost and YSFGateway.? I prefer to use /var/log.? I would create a directory for each log:

sudo mkdir /var/log/mmdvmhost
sudo mkdir /var/log/ysfgateway

After that go into MMDVM.qn and YSFGateway.qn and populate the FilePath under [Log] appropriately.? This isn't the only way to do it, but it is a fairly standard configuration for programs running in systemd.

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