Re: [Hamlib-developer] hamlib errors after execution
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: Kayne K. <kay...@gm...> - 2024-03-11 20:22:56
|
Also you could tell direwolf to use hamlib driver 4 and use the IP and XMLRPC port for flrig as the 'serial port' argument. Port would be in FLRIG Config->Setup->Server. That should also work IF direwolf is linked to hamlib, which it would be if you used an OS package OR built direwolf from source and installed the hamlib -dev(el) packages for your distro. In the interest of KISS, some folks prefer to use less things running as servers or may not want to run rigctld as a service when this option is available. Good luck! Kayne N9SEO On Sat, Mar 9, 2024 at 10:52 AM Black Michael via Hamlib-developer < ham...@li...> wrote: > You need to run this: > > rigctld -m 4 > > That will allow you to connect to rigctld on port 4532 which will then > talk to FLRig. > > Mike W9MDB > > > > > On Saturday, March 9, 2024 at 12:08:10 AM CST, Justin Tabatchnick < > jus...@co...> wrote: > > > Platform – Raspberry pi 3 > > OS -Raspian > > Radio – FT 857D > > Sound Card – Signallink > > Rig control - Flrig > > > > Hi > > > > This is a shot in the dark and I’m hoping you can help me or at least > point me in the right direction. Below is the output I get after executing > direwolf -p > direwolferror.txt. Both Hamlib and direwolf have been > successfully installed. > > > > ################################################################### > > Dire Wolf version 1.7 > > Includes optional support for: hamlib cm108-ptt dns-sd > > > > Reading config file direwolf.conf > > Audio device for both receive and transmit: plughw:1,0 (channel 0) > > Channel 0: 1200 baud, AFSK 1200 & 2200 Hz, A+, 44100 sample rate / 3. > > Hamlib determined CAT control serial port rate of 0. Is this ok , > to have serial port rate = 0? > > Retrying Hamlib Rig open... Don’t understand what it’s looking for here > and why it can’t connect > > Retrying Hamlib Rig open... > > Retrying Hamlib Rig open... > > Retrying Hamlib Rig open... > > Retrying Hamlib Rig open... > > Hamlib Rig open error -6: network_open: failed to connect to > localhost:4532 Is 4532 correct ? > > rig_open: rs->comm_state==0?=0 > > 1:rig.c(1023):rig_open returning(-6) IO error > > > > 1:rig.c(817):rig_open entered > > rig_settings_get_path: > path=/home/justin/.config//home/justin/hamlib_settings hamlib_settings > does not exist was it missed during installation? > > rig_settings_load_all: settings_file > (/home/justin/.config//home/justin/hamlib_settings): No such file or > directory > > rig_open: cwd=/home/justin > > rig_open: /home/justin/.config//home/justin/hamlib_settings does not exist > > rig_open: async_data_enable=0, async_data_supported=0 > > rig_open: using network address localhost:4532 > > network_open: hoststr=localhost, portstr=4532 > > network_open: Using IPV6 > > connect to localhost:4532 failed, (trying next interface): Network error > 111: Connection refused Don’t know what these errors are? > > connect to localhost:4532 failed, (trying next interface): Network error > 111: Connection refused > > network_open: failed to connect to localhost:4532 > > rig_open: rs->comm_state==0?=0 > > 1:rig.c(1023):rig_open returning(-6) IO error Don’t know what this error > is > > > > IO error > > > > > ########################################################################################### > > > > > > Thanks in advance for your help . If you need more information , don't > hesitate . > > > > Justin Tabatchnick > > > > > _______________________________________________ > Hamlib-developer mailing list > Ham...@li... > https://lists.sourceforge.net/lists/listinfo/hamlib-developer > _______________________________________________ > Hamlib-developer mailing list > Ham...@li... > https://lists.sourceforge.net/lists/listinfo/hamlib-developer > |