Re: Sarting packet using Direwolf
#direwolf
When you start ax.25, ax25-start, direwolf is started as well.
toggle quoted messageShow quoted text
Verify with any of these commands: ax25-status pidof direwolf ax25-status -d Once ax25-start is run direwolf will load from boot using systemd every time after until you run ax25-stop The direwolf configuration file is in /etc as in /etc/direwolf.conf You possibly have 2 instances of direwolf running since you tried to start it from a gui. Running `pidof direwolf` should only come back with a single process id, pid. If you see 2 pids then reboot. DO NOT START direwolf with a gui. Since it is a daemon it should be started with systemd and that's what ax25-start enables. For Winlink I recommend configuring paclink-unix then choosing either claws-mail or rainloop web mail as a mail interface. cd cd n7nix sudo su ./app_config.sh plu For reference: https://github.com/nwdigitalradio/n7nix/blob/master/docs/DRAWS_CONFIG.md#more-packet-program-options Todd via groups.io <ic7461=yahoo.com@groups.io> writes:
Need help starting Direwolf. Started Ax25 and try and start Direwolf
|
|
Re: Any update on availability?
Andrew P.
Any updates on availability of DRAWS hats, or preferably the kits (case, hat & cables, and GPS antenna)? I would like to get three kits now (or as soon as possible). Do you have dates upon which either just hats, or the kits (or even fully assembled) would be available? I can gimmick up a case, since these are for a prototype, but I need something in my hands within 45 days.
|
|
Re: Any update on availability?
Ordered what?
toggle quoted messageShow quoted text
We need Name, email or Order Number to locate your order. Thanks, Bryan K7UDR
|
|
Re: Any update on availability?
ombos@...
Open orders? What does “open orders” mean?
|
|
Re: Any update on availability?
As soon as we have a production date on the cases we will open orders.
toggle quoted messageShow quoted text
DRAWS Boards will be available in 2 weeks. Bryan K7UDR
|
|
Re: Any update on availability?
is there a date when the kits will be available?
|
|
Re: Can't access Draws Manager
John & Basil:
Ok, following John's procedure with those written commands. Draws Manager came right up using browser. localhost:8080 It seems like it's running good. I was wondering if there list of useful commands written anywhere? That would be very helpful. Thanks for the both of your helping me get this updated and working. Todd AL7PX
|
|
Re: Can't access Draws Manager
Thanks to Basil for doing the patch, as I didn't have a test platform available. DRAWS™ Manager is meant to hide the alsamixer settings behind a gui/web page, but alsamixer is the other option (though it can be a bit overwhelming).
On Tue, Sep 1, 2020 at 2:04 PM Basil Gunn <basil@...> wrote:
--
John D. Hays Kingston, WA K7VE
|
|
Re: Can't access Draws Manager
Draws manager has been fixed for latest sensor driver. Follow John's
toggle quoted messageShow quoted text
previous instructions to get current version. There is a note on ICOM IC-706MKIIG here: https://github.com/nwdigitalradio/n7nix/blob/master/docs/RADIO_HW_NOTES.md I have this radio and the script works for me. To verify your ALSA settings run script alsa-show.sh For setting deviation you can use console program alsamixer for changing LO Driver Gain & PCM values. See notes on setting radio deviation here: https://github.com/nwdigitalradio/n7nix/tree/master/deviation Todd via groups.io <ic7461=yahoo.com@groups.io> writes:
Well, I have the draws board setup and connected to the 706 radio. Everything in Fldigi seems to be working with the radio. Frequency CAT control and keying. Can't really use it though without gaining access to the draws manager to adjust audio. Not enough audio drive with the file setalsa-ic706.sh. Is there any other way to adjust audio besides the manager?
|
|
Re: Can't access Draws Manager
Well, I have the draws board setup and connected to the 706 radio. Everything in Fldigi seems to be working with the radio. Frequency CAT control and keying. Can't really use it though without gaining access to the draws manager to adjust audio. Not enough audio drive with the file setalsa-ic706.sh. Is there any other way to adjust audio besides the manager?
Todd AL7PX
|
|
Re: Can't access Draws Manager
Hi John:
That post was from my old image. I sttarted a new one. Same command. Here. pi@draws:~ $ manager-sysd.sh start
ENABLING draws-manager
Created symlink /etc/systemd/system/multi-user.target.wants/draws-manager.service → /etc/systemd/system/draws-manager.service.
pi@draws:~ $ manager-sysd.sh status
Systemd draws-manager.service is enabled
● draws-manager.service - DRAWS™ Manager - A web application to manage the DRAW™ HAT configuration.
Loaded: loaded (/etc/systemd/system/draws-manager.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Tue 2020-09-01 09:10:13 AKDT; 17s ago
Docs: https://github.com/nwdigitalradio/draws-manager
Process: 2340 ExecStart=/usr/bin/npm start (code=exited, status=1/FAILURE)
Main PID: 2340 (code=exited, status=1/FAILURE)
Sep 01 09:10:12 draws npm[2340]: npm ERR! errno 1
Sep 01 09:10:12 draws npm[2340]: npm ERR! webapp@0.0.1 start: `node ./bin/www`
Sep 01 09:10:12 draws npm[2340]: npm ERR! Exit status 1
Sep 01 09:10:12 draws npm[2340]: npm ERR!
Sep 01 09:10:12 draws npm[2340]: npm ERR! Failed at the webapp@0.0.1 start…ript.
Sep 01 09:10:12 draws npm[2340]: npm ERR! This is probably not a problem w…bove.
Sep 01 09:10:13 draws npm[2340]: npm ERR! A complete log of this run can b…d in:
Sep 01 09:10:13 draws npm[2340]: npm ERR! /root/.npm/_logs/2020-09-01T…g.log
Sep 01 09:10:13 draws systemd[1]: draws-manager.service: Main process exite…LURE
Sep 01 09:10:13 draws systemd[1]: draws-manager.service: Failed with result…de'.
Hint: Some lines were ellipsized, use -l to show in full.
Sep 01 09:10:12 draws npm[2340]: Specified sensor(s) not found!
Sep 01 09:10:12 draws npm[2340]: at checkExecSyncError (child_process.js:629:11)
Sep 01 09:10:12 draws npm[2340]: at execSync (child_process.js:666:13)
Sep 01 09:10:12 draws npm[2340]: at getSensors (/usr/local/var/draws-manager/webapp/io.js:45:15)
Sep 01 09:10:12 draws npm[2340]: at Timeout._onTimeout (/usr/local/var/draws-manager/webapp/io.js:118:27)
Sep 01 09:10:12 draws npm[2340]: at ontimeout (timers.js:436:11)
Sep 01 09:10:12 draws npm[2340]: at tryOnTimeout (timers.js:300:5)
Sep 01 09:10:12 draws npm[2340]: at listOnTimeout (timers.js:263:5)
Sep 01 09:10:12 draws npm[2340]: at Timer.processTimers (timers.js:223:10)
Sep 01 09:10:12 draws npm[2340]: npm ERR! code ELIFECYCLE
Sep 01 09:10:12 draws npm[2340]: npm ERR! errno 1
Sep 01 09:10:12 draws npm[2340]: npm ERR! webapp@0.0.1 start: `node ./bin/www`
Sep 01 09:10:12 draws npm[2340]: npm ERR! Exit status 1
Sep 01 09:10:12 draws npm[2340]: npm ERR!
Sep 01 09:10:12 draws npm[2340]: npm ERR! Failed at the webapp@0.0.1 start script.
Sep 01 09:10:12 draws npm[2340]: npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
Sep 01 09:10:13 draws npm[2340]: npm ERR! A complete log of this run can be found in:
Sep 01 09:10:13 draws npm[2340]: npm ERR! /root/.npm/_logs/2020-09-01T17_10_12_993Z-debug.log
Sep 01 09:10:13 draws systemd[1]: draws-manager.service: Main process exited, code=exited, status=1/FAILURE
Sep 01 09:10:13 draws systemd[1]: draws-manager.service: Failed with result 'exit-code'.
|
|
Re: Can't access Draws Manager
In your errors, we see: Aug 31 12:04:53 radiopi npm[12818]: npm ERR! node -v v8.11.1Aug 31 12:04:53 radiopi npm[12818]: npm ERR! npm -v 1.4.21Aug 31 12:04:53 radiopi npm[12818]: npm ERR! code ELIFECYCLEAug 31 12:04:53 radiopi npm[12818]: npm WARN This failure might be due to the use of legacy binary "node"Aug 31 12:04:53 radiopi npm[12818]: npm WARN For further explanations, please readAug 31 12:04:53 radiopi npm[12818]: /usr/share/doc/nodejs/README.DebianAug 31 12:04:53 radiopi npm[12818]:Two actions to take: Update nodejs and npm https://github.com/nodesource/distributions/blob/master/README.md#debinstall Then cd /usr/local/var/draws-manager
sudo systemctl start draws-manager sudo systemctl status draws-manager Unfortunately, I have just moved my home and haven't gotten to unpacking my test Pi and uploading NWDR 17 to replicate the issue. John D. Hays Kingston, WA K7VE
|
|
Re: Can't access Draws Manager
Mark J Culross
Todd:
toggle quoted messageShow quoted text
One thing to note: make sure "localhost" is all lowercase, with no spaces, when you attempt your connection. Mark J Culross
|
|
Re: Can't access Draws Manager
pi@draws:~ $ uname -a
Linux draws 5.4.51-v7+ #1333 SMP Mon Aug 10 16:45:19 BST 2020 armv7l GNU/Linux
-- Logs begin at Thu 2019-02-14 01:11:59 AKST, end at Mon 2020-08-31 21:31:30 AKAug 31 21:27:50 draws systemd[1]: Started DRAWS™ Manager - A web application toAug 31 21:27:55 draws npm[4267]: npm WARN npm npm does not support Node.js v10.2Aug 31 21:27:55 draws npm[4267]: npm WARN npm You should probably upgrade to a nAug 31 21:27:55 draws npm[4267]: npm WARN npm can't make any promises that npm wAug 31 21:27:55 draws npm[4267]: npm WARN npm Supported releases of Node.js areAug 31 21:27:55 draws npm[4267]: npm WARN npm You can find the latest version atAug 31 21:27:55 draws npm[4267]: > webapp@0.0.1 start /usr/local/var/draws-managAug 31 21:27:55 draws npm[4267]: > node ./bin/wwwAug 31 21:28:02 draws npm[4267]: ::Aug 31 21:28:03 draws npm[4267]: Specified sensor(s) not found!Aug 31 21:28:03 draws npm[4267]: child_process.js:669Aug 31 21:28:03 draws npm[4267]: throw err;Aug 31 21:28:03 draws npm[4267]: ^Aug 31 21:28:03 draws npm[4267]: Error: Command failed: /usr/bin/sensors *-i2c-1Aug 31 21:28:03 draws npm[4267]: Specified sensor(s) not found!Aug 31 21:28:03 draws npm[4267]: at checkExecSyncError (child_process.js:629Aug 31 21:28:03 draws npm[4267]: at execSync (child_process.js:666:13)Aug 31 21:28:03 draws npm[4267]: at getSensors (/usr/local/var/draws-managerAug 31 21:28:03 draws npm[4267]: at Timeout._onTimeout (/usr/local/var/drawsAug 31 21:28:03 draws npm[4267]: at ontimeout (timers.js:436:11)Aug 31 21:28:03 draws npm[4267]: at tryOnTimeout (timers.js:300:5)Aug 31 21:28:03 draws npm[4267]: at listOnTimeout (timers.js:263:5)lines 1-23
|
|
Re: Can't access Draws Manager
Hi John:Here is the output. Yes I am running the browser directly on the Pi with the DRAWS™ HAT to localhost:8080pi@draws:~ $ sudo systemctl status draws-manager
● draws-manager.service - DRAWS™ Manager - A web application to manage the DRAW™
Loaded: loaded (/etc/systemd/system/draws-manager.service; disabled; vendor p
Active: inactive (dead)
Docs: https://github.com/nwdigitalradio/draws-manager
Todd
|
|
Re: Can't access Draws Manager
What does sudo systemctl status draws-manager return? Are you running the browser directly on the Pi with the DRAWS™ HAT to localhost:8080? Have you read https://github.com/nwdigitalradio/draws-manager
Started new complete image and started over clean. Everything seems ok but still can't access DRAWS Manager. --
John D. Hays Kingston, WA K7VE
|
|
Re: Can't access Draws Manager
Started new complete image and started over clean. Everything seems ok but still can't access DRAWS Manager.
Same message continues. "Local host refused to connect" Used "Localhost:8080" Todd
|
|
Re: Can't access Draws Manager
Here it is Basil:
pi@radiopi:~ $ sensor_update.sh -s
===== Kernel version
Linux radiopi 4.14.98-v7+ #1200 SMP Tue Feb 12 20:27:48 GMT 2019 armv7l GNU/Linux
===== Draws assembly & fab revision
DRAWS version: 0x0405
===== Sensor config file
chip "ads1015-*"
label in4 "+12V"
label in6 "User ADC 1"
label in7 "User ADC 2"
compute in4 ((48.7/10)+1)*@, @/((48.7/10)+1)
ignore in5
===== sensors output
No sensors found!
Make sure you loaded all the kernel drivers you need.
Try sensors-detect to find out which these are.
|
|
Re: Can't access Draws Manager
John K7VE needs to take a look at your output.
toggle quoted messageShow quoted text
You could verify that the sensor file was updated properly by running: sensor_update.sh -s Todd via groups.io <ic7461=yahoo.com@groups.io> writes:
----------------------------
|
|
Re: Can't access Draws Manager
Not seeing where you ran:
./hf_install.sh pi flmsg 4.0.16 I need all the console output of this command to see where it is failing. Also : /tmp/js8call_changelog.txt: Permission denied I have no idea how this is possible. Get rid of the /tmp/js8call_changelog.txt file by deleting or a re-boot will also clear the /tmp directory. Todd via groups.io <ic7461=yahoo.com@groups.io> writes: Basil:Would be nice if you didn't get rid of the line terminator when posting console output. *Output:HF program (flmsg) install script FINISHED pi@radiopi:~/n7nix/hfprogs $ ./hfverchk.sh bash: ./hfverchk.sh: No such file or directory pi@radiopi:~/n7nix/hfprogs $ ./hf_verchk.sh /tmp/js8call_changelog.txt: Permission denied Failed getting js8call changelog needed for version check. wsjtx: current version: 2.2.2, installed: 2.2.2 Library: libflxmlrpc IS loaded. flxmlrpc: current version: 0.1.4, installed: 0.1.4 fldigi: current version: 4.1.14, installed: 4.1.14 flrig: current version: 1.3.51, installed: 1.3.51 *flmsg: current version: 4.0.16, installed: 4.0.8* flamp: current version: 2.2.05, installed: 2.2.05 fllog: current version: 1.2.6, installed: 1.2.6
|
|