Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- Direwolf
- Messages
Search
Re: SSID strategy
Thank you David. It's a little clearer now.
??I will take a look at that page - again. I was basically only following this page: , but it stops with setting up a node, FBB, etc. So the basis is there, but then integrating more capabilities is still a work-in-progress for you and ideally I would want to follow some examples or tutorials to get going. Saw a lot of info on this site, too: but haven't gotten around studying it all. ?? - Maybe you're looking to learn how all the pieces fit together and inter-operate?? Maybe you want to setup a very rich environment involving RF AX.25, AMPR IPIP mesh and BGP routing, etc. with learning the Linux AX.25 stack.? Then the Linux AX.25 stack is the way to go.Yes, this is what I want, so I'll skip JNOS and BPQ for now. Thanks again. 73 de Hans |
Re: SSID strategy
¿ªÔÆÌåÓýHello Hans, Do I need to see SSIDs as an ID related to a system or a service? From what you wrote above the latter. But how does that work then? If on a system the ax.25 stack has SSID-1 and Linpac SSID-2 then how does a connecting station get routed to Linpac? All packets have to go through the ax.25 stack, so SSID-1, so towards the outside world there is no SSID-2. You could make SSID-2 visible to the outside world if you create a new port in axports, or am I not correct with that assumption. Yes.. you need to consider each CALLSIGN+SSID identifier as unique and once a program "claims" it, any packets being received for a specific CALLSIGN+SSID will be routed to that listening program to be processed.? By default, Linux's AX.25 setup usually doesn't run any daemons to connect to so a remote user could try to connect to any of your SSIDs and nothing will happen.? It's only once you install and configure a program to listen on a specific SSID will your system answer for that CALLSIGN+SSID combination.? Linpac is very flexible here as it can be configured to listen on one SSID or ALL of them (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, etc).? Linpac offers the ability to even share the same SSID and have two different F-keys using the same SSID as long as they are connected to different remote stations.? Beyond Linpac, the way you get other programs to register their use of a specific SSID is via the /etc/ax25/ax25d.conf file.? This is how you might enable programs like UroNode, FPAC, FBB, etc. I have a lot of this detailed in my HamPacket documentation:? ?? Still it works: just configured LinPac on my RPi (BX2ABT-1) with BX2ABT-2, -3 and -4 in init.mac, and had no problem connecting from my other machine (BX2ABT-10), creating 4 different sessions with BX2ABT-1, -2, -3 and -4 respectively. Yup.. that's expected.? As long as the CALLSIGN+SSID combinations are different, Linpac will manage them separately. Then thinking ahead: what if I want to add a mailbox, BBS, etc. Do these also come with their own configurations and choice of SSID? Of course.? Think of the Linux AX.25 network stack just like Linux TCP/IP stack.? AX.25 stack is only the base layer and you need to install applications on top of it to be usable.? In TCP/IP land, if you want a web server then you need to install, configure, and start say Apache HTTPD.? In AX.25 land, if you want a BBS like say FBB, you need to install and configure one. You mean FBB uses ax0 and JNOS ax1, etc... Why would you do that? You can create different ports in axports and use those, not? Think of the base "ax" interfaces as the physical layer that's connecting your Linux host to a specific radio operating on a specific frequency.? If you want your computer to simultaneously operate on another frequency (aka.. additional radios), you'll need to setup an additional AX.25 interfaces such as ax1, ax2, ax3, etc.? Please note that the same packet program that uses the Linux kernel's AX.25 stack can offer their services on multiple interfaces at the same time.? It's also worth mentioning that you can REUSE the same SSID number as long as they are being used on different AX.25 kernel interfaces (aka different radios).? For example: ?? Radio frequency? |? linux kernel interface? |? Linux kernel interface name? |? Program? |? Configured callsign+SSID ?? -----------------+--------------------------+-------------------------------+-----------+-------------------------- ??? 14.105????????? |? ax0 ? ????????????????? |? hfdrop?????????????????????? |? Linpac?? |? BX2ABT-1 ?? 144.390????????? |? none - Direwolf stack?? |? None???????????????????????? |? Direwolf |? BX2ABT-9 ?? 145.050 ? ? ? ?? |? ax1 ?? ? ?????? ? ?? ?? |? vhfdrop????????????????????? |? Linpac?? |? BX2ABT, BX2ABT-1 ?? 145.050 ? ? ? ?? |? ax1 ? ? ??????? ? ?? ?? |? vhfdrop????????????????????? |? Uronode? |? BX2ABT-5 ?? 443.370????????? |? ax2???????????????????? |? uhfdrop????????????????????? |? FBB????? |? BX2ABT-1 That is just an example and you can make it either simpler or way more complex.? This is the power of Linux working for you.? Btw, notice I'm NOT talking about JNOS or BPQ32.? Why?? Because they have their own AX.25 stacks and don't depend on the Linux in-kernel AX.25 stack.? Yes, you *can* interconnect them if you wish but it's not required if you just want JNOS to run. Excuses for my lack of insight, I hope you do not too vexed about it. I'm not familiar at all with (computer) networking and right now I see a lot of pieces of a puzzle without an idea on how to connect them together. It's complicated stuff to me. No doubt, it's a lot to wrap your head around the first time but AX.25 networking is very similar to TCP/IP networking in many respects.? This is all an excellent way to learn about networking btw. BTW, I still don't know what my next step should be: I guess it's setting up node with ax25-node or uronode and then FBB. Or should I go straight to JNOS or BPQ32? What I wrote before, my aim is to understand this whole packet radio stuff and prefer KISS. Any ideas? Cheers! Solutions like BPQ32 and JNOS are excellent "vertical solutions" that can do almost everything within one program while also allowing for interconnections to say the LInux AX.25 stack or even other AX.25 solutions.? The flip side is they hide a lot of the networking concepts so you might not get to learn about them for the sake of simplicity? I suppose the answer comes down to what are you looking to do??? ?? - Do you just want something to work and be easy"?? BPQ32 or maybe JNOS might be the best option for you ?? - Maybe you're looking to learn how all the pieces fit together and inter-operate?? Maybe you want to setup a very rich environment involving RF AX.25, AMPR IPIP mesh and BGP routing, etc. with learning the Linux AX.25 stack.? Then the Linux AX.25 stack is the way to go. --David KI6ZHD |
Service Discovery for AGWPE
¿ªÔÆÌåÓý
Greetings.
Now that I have fixed the Service Discovery client code in my APRS client YAAC so it can accept the DNS-SD postings by Direwolf (at least, on Linux systems with Avahi), I was wondering if Direwolf should also advertise its AGWPE port the same way. I propose
a new service type of _agwpe._tcp to handle the other port.
Andrew, KA2DDO
author of YAAC
|
Re: SSID strategy
Hello David et al.
Thanks for all the replies and info. I know this topic is only marginally dealing with Direwolf, but I thought most people hanging out here are would be most knowledgeable about packet radio, so I hope you don't mind. I have more packet radio setup related questions, but I'll post them on groups.io/linuxham (unless you don't mind off topic questions here on this board). I was aware of the APRS SSID recommendations, but I'll stick with this list for now. And I will not use -10 again, promise :-) ??????????? SSID :: Description ??????????? -----::-------------------------------------------- ????????????? -0 :: (aka.. no SSID) direct human to human / keyboard to keyboard chat ????????????? -1 :: PBBS mailboxes ????????????? -2 :: not specifically used ????????????? -3 :: not specifically used ????????????? -4 :: not specifically used ????????????? -5 :: netrom nodes and digipeaters ????????????? -6 :: not specifically used ????????????? -7 :: netrom nodes and digipeters (alternate) ????????????? -8 :: not specifically used ????????????? -9 :: not specifically used ???????????? -10 :: for Winlink nodes ? The base callsign+ssid shown via "ifconfig" which comes from the kernel ax25 stack is just a base layer.? It's recommended to keep it unique from say a used SSID used by say Linpac or ax25d but it technically doesn't have to be.? I have seen some strange collisions when they were the same but I forget what the behavior is here.? The behavior also might be different between using say the VE7FET AX.25 tools vs. the official AX.25 tools (the old versions say in the distro repo or the newer ones via git). Do I need to see SSIDs as an ID related to a system or a service? From what you wrote above the latter. But how does that work then? If on a system the ax.25 stack has SSID-1 and Linpac SSID-2 then how does a connecting station get routed to Linpac? All packets have to go through the ax.25 stack, so SSID-1, so towards the outside world there is no SSID-2. You could make SSID-2 visible to the outside world if you create a new port in axports, or am I not correct with that assumption. Still it works: just configured LinPac on my RPi (BX2ABT-1) with BX2ABT-2, -3 and -4 in init.mac, and had no problem connecting from my other machine (BX2ABT-10), creating 4 different sessions with BX2ABT-1, -2, -3 and -4 respectively. Then thinking ahead: what if I want to add a mailbox, BBS, etc. Do these also come with their own configurations and choice of SSID? >>Correct though it depends on which BBS.? If you use FBB, it's listening AX.25 port going to get configured via /etc/ax25/ax25d.conf but if you're running something like JNOS or BPQ32, they have their own AX25 stack and can care less about Linux's internal stack (unless you connect the two stacks together). You mean FBB uses ax0 and JNOS ax1, etc... Why would you do that? You can create different ports in axports and use those, not? Excuses for my lack of insight, I hope you do not too vexed about it. I'm not familiar at all with (computer) networking and right now I see a lot of pieces of a puzzle without an idea on how to connect them together. It's complicated stuff to me. BTW, I still don't know what my next step should be: I guess it's setting up node with ax25-node or uronode and then FBB. Or should I go straight to JNOS or BPQ32? What I wrote before, my aim is to understand this whole packet radio stuff and prefer KISS. Any ideas? Cheers! Hans BX2ABT |
Re: SSID strategy - Not specifically direwolf related
Good Morning,
toggle quoted message
Show quoted text
The "APRS standard" is not a standard; merely a recommendation. I scratched the scab off this one back in 2009 when I had VHF and HF APRS units in my 4WD. If I had followed the recommendations, I would have had -9 AND -15 transmitting from the same vehicle. This meant that in the scenario where I was out of VHF range (quite often back in those days), my 4WD would have been in 2 different places. Clearly this was not my intent. My solution was to use -9 for both VHF and HF, thus ensuring the location of my 4WD was known regardless of how the posits made it into the APRS network. Ian On 8/11/21 7:32 am, David Ranch wrote:
?? - APRS does have a standard for SSIDs but it doesn't apply to classic packet :: |
Re: SSID strategy
¿ªÔÆÌåÓýHello Hans, I have set up two ax.25 systems to play with and learn packet radio. There is no packet radio activity here at all - apart from some APRS - so my setup is for self-education purposes only. Since you're all by yourself, it doesn't really matter but a few thoughts: ?? - APRS does have a standard for SSIDs but it doesn't apply to classic packet :: ?? - For classic packet, different regions even within the same country might have different schemes.? In my area for our KB2KB frequencies, this is what we use (Section 28.c.11 ):? ????? -- ??????????? SSID :: Description ??????????? -----::-------------------------------------------- ????????????? -0 :: (aka.. no SSID) direct human to human / keyboard to keyboard chat ????????????? -1 :: PBBS mailboxes ????????????? -2 :: not specifically used ????????????? -3 :: not specifically used ????????????? -4 :: not specifically used ????????????? -5 :: netrom nodes and digipeaters ????????????? -6 :: not specifically used ????????????? -7 :: netrom nodes and digipeters (alternate) ????????????? -8 :: not specifically used ????????????? -9 :: not specifically used ???????????? -10 :: for Winlink nodes ????? -- ?? - Generally speaking, nothing is really wrong but I wouldn't recommend to use -10.? That's pretty universally used for WInlink. But LinPac has it's own configuration files and in init.mac you can basically use any call sign and SSID you which. But I find this confusing, because I know system 2 is BX2ABT-1, but I don't know the users on that system, and if I don't setup a user called BX2ABT-1 in my LinPac init.mac file I can never reach that system by using :c BX2ABT-1. The base callsign+ssid shown via "ifconfig" which comes from the kernel ax25 stack is just a base layer.? It's recommended to keep it unique from say a used SSID used by say Linpac or ax25d but it technically doesn't have to be.? I have seen some strange collisions when they were the same but I forget what the behavior is here.? The behavior also might be different between using say the VE7FET AX.25 tools vs. the official AX.25 tools (the old versions say in the distro repo or the newer ones via git). Then thinking ahead: what if I want to add a mailbox, BBS, etc. Do these also come with their own configurations and choice of SSID? Correct though it depends on which BBS.? If you use FBB, it's listening AX.25 port going to get configured via /etc/ax25/ax25d.conf but if you're running something like JNOS or BPQ32, they have their own AX25 stack and can care less about Linux's internal stack (unless you connect the two stacks together). --David KI6ZHD |
Re: SSID strategy
¿ªÔÆÌåÓý-10 is my WinLINK server, that is, lol.I don¡¯t know why I write WinGATE, S haven¡¯t used that program in decades. ?I must have been thinking WinLink Gateway. ?:-) -Jerry? 11 Max Pro On Nov 7, 2021, at 8:55 AM, J K <kuhnje@...> wrote:
|
Re: SSID strategy
¿ªÔÆÌåÓýYep. I use -7 for my iGate/digipeater.I have the following: No SSID (just callsign): Is usually my node when I¡¯m on BBS¡¯s and/or chat. ?It also has a beacon saying that I have a Wires-X node and AllStar node, giving their details. Beacon also has my web address, where my email can be found. -1 is my BBS. -2 is my main radio, beacon announces it¡¯s one of my main RPi4¡¯s used for SDR, ADS-B, and frequency my main radio is on. -3 and -4, reserved for HT¡¯s, whether they have built-in APRS or I use my MoblinkD TNC3 or Easy Digi. ?Beacon gives the frequency I¡¯m monitoring -5, is for my smartphone/iPhone ?apps. -6, I use this one when using my Kenwood TH-D74 on satellites/ISS. -7, is my iGate/digipeater. ?(144.390 and 50.620 6m APRS) -8, when I go out on Lake Erie, I use this SSID with whatever radio I¡¯m using out there. ?Often just a cheap BTech UV-5X3 and EasyDigi, in case it gets lost or damaged out on the water. -9 is my Yaesu 8900R in my car (with TNC3 or RPi+DireWolf). ?Planning to get a FTM400 and will continue using this SSID in car. -10 is my WinGate server. ? -11 is my chat server. -12, I¡¯ve used with my drones a couple times. Still I¡¯m search of a lighter VHF/2m radio though, like a small module. -13 is my WX station. -15, is just an open extra one that could get used for any additional (usually data) radio I have. ?If I put it I use, beacon says what it is and what is being used for. I figure this is pretty close to the suggested SSID¡¯s. ?It¡¯s not perfect and there is some crossover between the WinGate/BBS/iGate/Digipeater, but I wanted to follow local conventions here. Anyway, that¡¯s what I¡¯ve been using and it¡¯s worked fine. ?Oh yeah, I also have a few mmdvm¡¯s that transmit an APRS (by just TCP), but they use a letter for their SSID.? Of course, you can ¡°technically¡± use whatever SSID you want (and some seem to do just that), but I figured it would be more considerate and better protocol to follow the recommended suggestions as closely as possible. Have fun and 73. -Jerry? 12 Max Pro On Nov 7, 2021, at 7:06 AM, Don Rolph <don.rolph@...> wrote:
|
Re: SSID strategy
More correctly there is a weak tendency to use -10 for Winlink RMS Packet stations. On Sun, Nov 7, 2021 at 7:03 AM Don Rolph via <don.rolph=[email protected]> wrote:
--
AB1PH Don Rolph |
Re: SSID strategy
At one time I saw a listing of suggested uses of SSID numbers by application?but then I observed that in the maoin no one was following the suggestions. SSIDs are in principle abstract IDs and the system, if it is being polite, announces its capabilities in its broadcasts. There is a weak tendency for WINLINK stations to use the -10 SSID. Also remember that SSIDs need only be consistent in what I will term a usage space.? You can use say a -7 for APRS on 144.39 MHz perhaps?and reuse the -& on a BBS system in 440 MHz so long as their position?reports?do not get aggregated. Good luck with your testing! On Sun, Nov 7, 2021 at 2:02 AM Hans Fong <hans@...> wrote: I have set up two ax.25 systems to play with and learn packet radio. There is no packet radio activity here at all - apart from some APRS - so my setup is for self-education purposes only. --
AB1PH Don Rolph |
SSID strategy
I have set up two ax.25 systems to play with and learn packet radio. There is no packet radio activity here at all - apart from some APRS - so my setup is for self-education purposes only.
System 1: TS-2000 / Kubuntu AMD64 + Direwolf System 2: Baofeng UV5R / Raspberry Pi4 + Direwolf Both systems are set up the same with a basic ax.25 stack and the latest version of LinPac, compiled locally. I want to turn system 2 into a full blown node/BBS eventually, but for now it only has LinPac installed. For system 1 I use SSID-10 in the axports config file. For system 2 I use SSID-1 in the axports config file. When setting up Direwolf I read somewhere that the call used in the config file shouldn't have the same SSID as the one used elsewhere, e.g. in axports, so in my Direwolf.conf the call sign BX2ABT without an SSID. But LinPac has it's own configuration files and in init.mac you can basically use any call sign and SSID you which. But I find this confusing, because I know system 2 is BX2ABT-1, but I don't know the users on that system, and if I don't setup a user called BX2ABT-1 in my LinPac init.mac file I can never reach that system by using :c BX2ABT-1. Then thinking ahead: what if I want to add a mailbox, BBS, etc. Do these also come with their own configurations and choice of SSID? So my question is: what is a good strategy to choose SSIDs without running into trouble and without confusing anyone? Cheers, Hans BX2ABT |
Re: No TX audio
¿ªÔÆÌåÓýHello Ross, Ok, let's start from the top.? Your first email mentioned you're running Direwolf v1.5 from Linux but don't get any output sound.? Is this direwolf running on the bare metal Linux host or within a Linux VM?? I ask this because your last message mentioned "Audio output data underrun" which is very unusual for Direwolf but I've seen errors like this when running in a VM.? If it's running on bare metal, any ideas what else might be using that specific soundcard?? Have you rebooted your host recently to give it a fresh start? As an output audio test, maybe you can configure Direwolf to use a different soundcard and see if the modem tones can be heard on a set of speakers/headphones?? Consider using the Direwolf in calibration mode by specifying the "-x a" parameter at the command (see all the options available to you below). Btw, I recommend you upgrade to Direwolf v1.6 as there are a lot of fixes in it compared to v1.5. --David KI6ZHD -- # direwolf -h Dire Wolf DEVELOPMENT version 1.7 A (Jan? 2 2021) Includes optional support for:? gpsd hamlib cm108-ptt Dire Wolf version 1.7 Usage: direwolf [options] [ - | stdin | UDP:nnnn ] Options: ??? -c fname?????? Configuration file name. ??? -l logdir????? Directory name for log files.? Use . for current. ??? -r n?????????? Audio sample rate, per sec. ??? -n n?????????? Number of audio channels, 1 or 2. ??? -b n?????????? Bits per audio sample, 8 or 16. ??? -B n?????????? Data rate in bits/sec for channel 0.? Standard values are 300, 1200, 2400, 4800, 9600. ???????????????????? 300 bps defaults to AFSK tones of 1600 & 1800. ???????????????????? 1200 bps uses AFSK tones of 1200 & 2200. ???????????????????? 2400 bps uses QPSK based on V.26 standard. ???????????????????? 4800 bps uses 8PSK based on V.27 standard. ???????????????????? 9600 bps and up uses K9NG/G3RUH standard. ???????????????????? AIS for ship Automatic Identification System. ???????????????????? EAS for Emergency Alert System (EAS) Specific Area Message Encoding (SAME). ??? -g???????????? Force G3RUH modem regardless of speed. ??? -j???????????? 2400 bps QPSK compatible with direwolf <= 1.5. ??? -J???????????? 2400 bps QPSK compatible with MFJ-2400. ??? -P xxx???????? Modem Profiles. ??? -A???????????? Convert AIS positions to APRS Object Reports. ??? -D n?????????? Divide audio sample rate by n for channel 0. ??? -X n?????????? 1 to enable FX.25 transmit. ??? -d???????????? Debug options: ?????? a???????????? a = AGWPE network protocol client. ?????? k???????????? k = KISS serial port or pseudo terminal client. ?????? n???????????? n = KISS network client. ?????? u???????????? u = Display non-ASCII text in hexadecimal. ?????? p???????????? p = dump Packets in hexadecimal. ?????? g???????????? g = GPS interface. ?????? w???????????? w = Waypoints for Position or Object Reports. ?????? t???????????? t = Tracker beacon. ?????? o???????????? o = output controls such as PTT and DCD. ?????? i???????????? i = IGate. ?????? m???????????? m = Monitor heard station list. ?????? f???????????? f = packet Filtering. ?????? h???????????? h = hamlib increase verbose level. ?????? x???????????? x = FX.25 increase verbose level. ?????? d???????????? d = APRStt (DTMF to APRS object translation). ??? -q???????????? Quiet (suppress output) options: ?????? h???????????? h = Heard line with the audio level. ?????? d???????????? d = Decoding of APRS packets. ?????? x???????????? x = Silence FX.25 information. ??? -t n?????????? Text colors.? 0=disabled. 1=default.? 2,3,4,... alternatives. ???????????????????? Use 9 to test compatibility with your terminal. ??? -a n?????????? Audio statistics interval in seconds.? 0 to disable. ??? -p???????????? Enable pseudo terminal for KISS protocol. ??? -x???????????? Send Xmit level calibration tones. ?????? a???????????? a = Alternating mark/space tones. ?????? m???????????? m = Steady mark tone (e.g. 1200Hz). ?????? s???????????? s = Steady space tone (e.g. 2200Hz). ?????? p???????????? p = Silence (Set PTT only). ??????? chan????????? Optionally add a number to specify radio channel. ??? -u???????????? Print UTF-8 test string and exit. ??? -S???????????? Print symbol tables and exit. ??? -T fmt???????? Time stamp format for sent and received frames. ??? -e ber???????? Receive Bit Error Rate (BER), e.g. 1e-5 After any options, there can be a single command line argument for the source of received audio.? This can overrides the audio input specified in the configuration file. Complete documentation can be found in /usr/local/share/doc/direwolf or online at -- On 11/05/2021 03:02 AM, Ross Wardrup
wrote:
|
Re: No TX audio
Unfortunately, nothing has worked yet. I still don't believe it's RFI because the machine I'm using had Windows installed previously, and Direwolf worked fine on it. I haven't moved the rig, antenna, or coax at all since. Maybe the interface I've got doesn't play nicely with Linux? It's a simple FTDI interface though, so it should work.
I should note that, when trying to transmit, Direwolf displays "Audio output data underrun." |
Re: No TX audio
¿ªÔÆÌåÓýshooting off hip,alsamixer -c 1 see that all outputs are not muted (press m or spacebar iirc), and volumes are up -craig KM6LYW On 11/4/21 2:29 PM, Rob Giuliano via
groups.io wrote:
My suggestion for troubleshooting TX sound issues would be: |
Re: No TX audio
My suggestion for troubleshooting TX sound issues would be:
1. Make sure the right card is chosen. ??? No easier/BETTER way to do this than just cycle through them until you get audio. ??? This works best if you can connect a speaker to the sound card you use for TX and make sure audio is coming out. 2. Audio level.? Best to send each tone individually and adjust the volume, then put it into the radio. 3. PTT or VOX settings. If both of them work correctly and you have trouble, then you can look to RFI.? That is not a good place to start, though. |
Re: No TX audio
It the TX light is on BUT you are not successfully transmitting then: - check that there is indeed audio coming out of the sound card during transmit: ?there probably is If there is audio coming out but no decodable packets are occurring, then the packets are plausibly distorted. I have found the Raspberry PI environment very sensitive to RFI with the USB subsystem?being particularly sensitive.? GPS pucks are also problematic. I would?love to say I discovered this myself, but like you I reported?a similar problem and others suggested considering RFI, and RFI it was. And the problem occurs during transmit?(when your transmitter is active and producing RF) but not on receive when the transmitter isnot?producing RF. On Thu, Nov 4, 2021 at 5:12 PM Ross Wardrup <minorsecond@...> wrote: The TX light is on. I don't think RFI is the issue since the VM halfway works. There's just no audio at all when running directly through Linux. I just tried a different antenna for kicks but no dice. --
AB1PH Don Rolph |
Re: No TX audio
Is the transceiver transmit light going on? If it is, but you are not getting a good transmit, make sure you are not suffering?from RFI problems. MOve the system as far away from the transmit antenna as possible. I also had to put ferrite chokes on all leads to keep RFI from actually distorting the signal so it could not be decoded. On Thu, Nov 4, 2021 at 4:51 PM Ross Wardrup <minorsecond@...> wrote: Hi all, --
AB1PH Don Rolph |
No TX audio
Ross Wardrup
Hi all,
I have no TX audio with Direwolf. I've verified what my card # is with aplay -l: *** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC283 Analog [ALC283 Analog]
? Subdevices: 1/1
? Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
? Subdevices: 1/1
? Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1]
? Subdevices: 1/1
? Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 8: HDMI 2 [HDMI 2]
? Subdevices: 1/1
? Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 9: HDMI 3 [HDMI 3]
? Subdevices: 1/1
? Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 10: HDMI 4 [HDMI 4]
? Subdevices: 1/1
? Subdevice #0: subdevice #0
card 1: Device [USB Audio Device], device 0: USB Audio [USB Audio]
? Subdevices: 1/1
? Subdevice #0: subdevice #0
card 3: CODEC [USB Audio CODEC], device 0: USB Audio [USB Audio]
? Subdevices: 1/1
? Subdevice #0: subdevice #0 The interface for my rig is USB Audio Device, or card 1. I've also verified what the output device is arecord -l. It's the same: **** List of CAPTURE Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC283 Analog [ALC283 Analog]
? Subdevices: 1/1
? Subdevice #0: subdevice #0
card 1: Device [USB Audio Device], device 0: USB Audio [USB Audio]
? Subdevices: 1/1
? Subdevice #0: subdevice #0
card 2: Microphone [Logitech USB Microphone], device 0: USB Audio [USB Audio]
? Subdevices: 1/1
? Subdevice #0: subdevice #0
card 3: CODEC [USB Audio CODEC], device 0: USB Audio [USB Audio]
? Subdevices: 1/1
? Subdevice #0: subdevice #0
Again, I want card 1.? So, in my direwolf.conf file, I have ADEVICE plughw:1,0. Direwolf successfully loads: Dire Wolf version 1.5
Includes optional support for:? hamlib cm108-ptt
?
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, E+, 44100 sample rate.
Ready to accept AGW client application 0 on port 8000 ...
Ready to accept KISS TCP client application 0 on port 8001 ...
However, I am only receiving packets. When I try to transmit, there is no audio. The rig does key up, however. I've verified that my audio device isn't muted. It transmits when run in a Windows VM, but the USB latency is too bad and I can't make a connection. I'm not sure what to check. Any ideas? |
to navigate to use esc to dismiss