Date
1 - 4 of 4
DRAWS 857d trouble #draws #fldigi #wsjtx #ft857
There seems to be conflicting information on the use of pin 6 for some
toggle quoted messageShow quoted text
Yaesu radios. https://nw-digital-radio.groups.io/g/udrc/message/3809 My personal experience trying to get a Yaesu FT-817 radio to work I had to remove SQL pin 6 from the mDin6 cable. https://github.com/nwdigitalradio/n7nix/blob/master/docs/RADIO_APP_NOTES.md https://github.com/nwdigitalradio/n7nix/blob/master/docs/RADIO_HW_NOTES.md#yaesu-ft817--ft-817nd Also other sound cards like the DINAH have a jumper to disconnect SQL/COS from the radio when using digital modes. https://hamprojects.info/dinah/ Chris Robinson KF6NFW DMR ID 3153250 <kf6nfw@gmail.com> writes:
Okay, I have been lurking for awhile. I am curious why folks are disabling
|
|
Okay, I have been lurking for awhile. I am curious why folks are disabling pin #6 on this yaesu series. ( FT-8XX) I have an 897D. And will be attempting to get my DRAWS going soon. Or as soon as I get down time from disaster deployment.
On Fri, Oct 15, 2021, 8:57 AM Basil Gunn <basil@...> wrote:
|
|
Adam,
toggle quoted messageShow quoted text
Thanks for the console output. Just a couple of things. Running the initcfg.sh script twice configures your system for packet. Packet uses direwolf which "owns" the codec device. To get HF programs FLdigi, WSJT-X & JS8Call running they will have to "own" the codec device. To verify that direwolf is in fact in control of the DRAWS codec run: ax25-status if you see: Status for direwolf.service: RUNNING and ENABLED then you need to stop the direwolf service by running ax25-stop Now confirm that direwolf is stopped by running 'ax25-status' again. At this point you should be able to successfully run FLdigi, WSJT-X or JS8Call. Another point that has no affect on what you are doing, just an observation. You can take the hold off the Linux kernel on your system as the current kernel has all the fixes that Anna supplied a while back. apt-mark unhold $(apt-mark showhold) https://github.com/nwdigitalradio/n7nix/blob/master/docs/DRAWS_CONFIG.md#to-unhold-all-held-packages Now do: sudo su apt-get update apt-get upgrade You should now be running the most current Linux kernel: 5.10.63 One further point. To debug HF programs, FLdigi, WSJT-X or JS8Call, start them from a console rather than a desktop icon in order to view any output as they start up. Let me know how you make out. /Basil K4SPB <k4spblife@gmail.com> writes:
Getting a draws running again with an FT-857D on a 3b+. I used the
|
|
Adam K4SPB
Getting a draws running again with an FT-857D on a 3b+. I used the nwdr19. I have run the init config a couple times, ran the alsa-setft817.sh, broke pin #6.
My main problem is no receive audio coming in on FLdigi and WSJTX. Just blank, black waterfalls. For some reason the waterfall is active on js8call. I have plughw;CARD=udrc,DEV=0 for in and out with left channel seleted in js8call but no option for channel in the other two programs. I also cannot transmit on any program but I wanted to focus on the receive first. here is the output of udrcver.sh, piver.sh and sysver.sh: pi@K4SPB-DRAWS-1:~/bin $ udrcver.sh
Found a DRAWS
HAT ID EEPROM
Name: hat
Product: Digital Radio Amateur Work Station
Product ID: 0x0004
Product ver: 0x0405
UUID: 3036072f-20a8-441c-9901-4e8abec0fab4
Vendor: NW Digital Radio
pi@K4SPB-DRAWS-1:~/bin $ piver.sh
Pi 3 Model B+, Rev 1.3, Mfg by Sony UK with WiFi
pi@K4SPB-DRAWS-1:~/bin $ sysver.sh
----- image version
2021 02 16 13:42:49 PST: SD image version: nwdr19
----- /proc/version
Linux version 5.4.79-v7+ (dom@buildbot) (gcc version 8.4.0 (Ubuntu/Linaro 8.4.0-3ubuntu1)) #1373 SMP Mon Nov 23 13:22:33 GMT 2020
----- /etc/*version: 10.11
----- /etc/*release
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
----- lsb_release
No LSB modules are available.
Distributor ID: Raspbian
Description: Raspbian GNU/Linux 10 (buster)
Release: 10
Codename: buster
---- systemd
Static hostname: K4SPB-DRAWS-1
Icon name: computer
Machine ID: 27ac1f0c20904cb7a960920e966db545
Boot ID: 76de68f61aab41d0ac52973e3258b121
Operating System: Raspbian GNU/Linux 10 (buster)
Kernel: Linux 5.4.79-v7+
Architecture: arm
---- modules
snd_soc_tlv320aic32x4_i2c 16384 1125
snd_soc_tlv320aic32x4 40960 1 snd_soc_tlv320aic32x4_i2c
regmap_i2c 16384 3 ti_ads1015,sc16is7xx,snd_soc_tlv320aic32x4_i2c
snd_soc_core 200704 4 snd_soc_simple_card_utils,snd_soc_bcm2835_i2s,snd_soc_tlv320aic32x4,snd_soc_simple_card
snd_pcm 94208 6 snd_pcm_dmaengine,snd_soc_bcm2835_i2s,snd_soc_tlv320aic32x4,snd_bcm2835,snd_soc_core
snd 73728 21 snd_compress,snd_timer,snd_soc_tlv320aic32x4,snd_bcm2835,snd_soc_core,snd_pcm
---- kernel
||/ Name Version Architecture Description
+++-==================-============-============-=================================
hi raspberrypi-kernel 1.20201201-1 armhf Raspberry Pi bootloader
----- Dire Wolf version 1.6
Thanks in advance
|
|